From 56563fc46c14b93c3703add91bbc16160166a8b4 Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:29:34 -0600 Subject: [PATCH 1/5] chore(codegen): migrate packages to use @smithy dependencies --- packages/body-checksum-browser/package.json | 9 +- .../body-checksum-browser/src/index.spec.ts | 4 +- packages/body-checksum-browser/src/index.ts | 8 +- packages/body-checksum-node/package.json | 9 +- packages/body-checksum-node/src/index.spec.ts | 4 +- packages/body-checksum-node/src/index.ts | 8 +- packages/cloudfront-signer/package.json | 2 +- packages/cloudfront-signer/src/sign.spec.ts | 2 +- .../package.json | 3 +- .../src/Logins.ts | 2 +- .../src/fromCognitoIdentity.spec.ts | 2 +- .../src/fromCognitoIdentity.ts | 6 +- .../src/fromCognitoIdentityPool.spec.ts | 2 +- .../src/fromCognitoIdentityPool.ts | 4 +- packages/credential-provider-env/package.json | 3 +- .../src/fromEnv.spec.ts | 2 +- .../credential-provider-env/src/fromEnv.ts | 6 +- packages/credential-provider-ini/package.json | 7 +- .../src/fromIni.spec.ts | 6 +- .../credential-provider-ini/src/fromIni.ts | 6 +- .../src/resolveAssumeRoleCredentials.spec.ts | 6 +- .../src/resolveAssumeRoleCredentials.ts | 8 +- .../src/resolveCredentialSource.spec.ts | 6 +- .../src/resolveCredentialSource.ts | 8 +- .../src/resolveProcessCredentials.ts | 3 +- .../src/resolveProfileData.spec.ts | 2 +- .../src/resolveProfileData.ts | 4 +- .../src/resolveSsoCredentials.spec.ts | 2 +- .../src/resolveStaticCredentials.ts | 2 +- .../src/resolveWebIdentityCredentials.spec.ts | 2 +- .../src/resolveWebIdentityCredentials.ts | 2 +- .../credential-provider-node/package.json | 7 +- .../src/defaultProvider.spec.ts | 10 +- .../src/defaultProvider.ts | 8 +- .../src/remoteProvider.spec.ts | 6 +- .../src/remoteProvider.ts | 6 +- .../credential-provider-process/package.json | 5 +- .../src/fromProcess.spec.ts | 6 +- .../src/fromProcess.ts | 6 +- .../getValidatedProcessCredentials.spec.ts | 2 +- .../src/getValidatedProcessCredentials.ts | 2 +- .../src/resolveProcessCredentials.spec.ts | 4 +- .../src/resolveProcessCredentials.ts | 4 +- packages/credential-provider-sso/package.json | 5 +- .../src/fromSSO.spec.ts | 6 +- .../credential-provider-sso/src/fromSSO.ts | 13 +- .../src/isSsoProfile.ts | 2 +- .../src/resolveSSOCredentials.spec.ts | 6 +- .../src/resolveSSOCredentials.ts | 6 +- packages/credential-provider-sso/src/types.ts | 4 +- .../src/validateSsoProfile.spec.ts | 2 +- .../src/validateSsoProfile.ts | 2 +- .../package.json | 3 +- .../src/fromTokenFile.spec.ts | 2 +- .../src/fromTokenFile.ts | 4 +- .../src/fromWebToken.spec.ts | 2 +- .../src/fromWebToken.ts | 4 +- packages/credential-providers/package.json | 5 +- .../src/fromContainerMetadata.ts | 4 +- packages/credential-providers/src/fromEnv.ts | 2 +- packages/credential-providers/src/fromIni.ts | 2 +- .../src/fromInstanceMetadata.ts | 4 +- .../src/fromNodeProviderChain.ts | 2 +- .../credential-providers/src/fromProcess.ts | 2 +- packages/credential-providers/src/fromSSO.ts | 2 +- .../src/fromTemporaryCredentials.ts | 4 +- .../credential-providers/src/fromTokenFile.ts | 2 +- .../credential-providers/src/fromWebToken.ts | 2 +- .../eventstream-handler-node/package.json | 5 +- .../src/EventSigningStream.spec.ts | 6 +- .../src/EventSigningStream.ts | 4 +- .../src/EventStreamPayloadHandler.spec.ts | 13 +- .../src/EventStreamPayloadHandler.ts | 4 +- .../eventstream-handler-node/src/provider.ts | 2 +- packages/middleware-api-key/package.json | 5 +- .../src/apiKeyConfiguration.ts | 4 +- .../src/apiKeyMiddleware.spec.ts | 4 +- .../src/apiKeyMiddleware.ts | 4 +- .../middleware-bucket-endpoint/package.json | 7 +- ...ultiregionAccessPointConfigOptions.spec.ts | 4 +- ...ableMultiregionAccessPointConfigOptions.ts | 4 +- .../src/NodeUseArnRegionConfigOptions.spec.ts | 4 +- .../src/NodeUseArnRegionConfigOptions.ts | 4 +- .../src/bucketEndpointMiddleware.spec.ts | 2 +- .../src/bucketEndpointMiddleware.ts | 6 +- .../src/configurations.ts | 2 +- .../package.json | 5 +- .../src/configurations.ts | 2 +- .../src/endpointDiscoveryMiddleware.spec.ts | 6 +- .../src/endpointDiscoveryMiddleware.ts | 4 +- .../src/getCacheKey.ts | 2 +- .../src/getEndpointDiscoveryPlugin.ts | 2 +- .../src/resolveEndpointDiscoveryConfig.ts | 2 +- packages/middleware-eventstream/package.json | 3 +- .../src/eventStreamConfiguration.ts | 2 +- .../src/eventStreamHandlingMiddleware.ts | 4 +- .../src/eventStreamHeaderMiddleware.ts | 4 +- .../src/getEventStreamPlugin.ts | 2 +- .../middleware-expect-continue/package.json | 3 +- .../src/index.spec.ts | 2 +- .../middleware-expect-continue/src/index.ts | 4 +- .../package.json | 7 +- .../src/configuration.ts | 2 +- .../src/flexibleChecksumsMiddleware.spec.ts | 6 +- .../src/flexibleChecksumsMiddleware.ts | 4 +- .../src/getChecksum.ts | 2 +- .../src/getFlexibleChecksumsPlugin.ts | 2 +- .../src/hasHeader.spec.ts | 2 +- .../src/hasHeader.ts | 2 +- .../src/isStreaming.spec.ts | 4 +- .../src/isStreaming.ts | 2 +- .../src/selectChecksumAlgorithmFunction.ts | 2 +- .../src/stringHasher.ts | 4 +- .../src/validateChecksumFromResponse.spec.ts | 2 +- .../src/validateChecksumFromResponse.ts | 2 +- packages/middleware-host-header/package.json | 3 +- .../middleware-host-header/src/index.spec.ts | 2 +- packages/middleware-host-header/src/index.ts | 4 +- .../package.json | 1 + .../src/configuration.ts | 2 +- .../src/index.ts | 2 +- packages/middleware-logger/package.json | 1 + .../src/loggerMiddleware.spec.ts | 2 +- .../middleware-logger/src/loggerMiddleware.ts | 2 +- .../package.json | 3 +- .../src/index.spec.ts | 2 +- .../src/index.ts | 4 +- .../middleware-sdk-api-gateway/package.json | 3 +- .../src/index.spec.ts | 2 +- .../middleware-sdk-api-gateway/src/index.ts | 4 +- packages/middleware-sdk-ec2/package.json | 9 +- packages/middleware-sdk-ec2/src/fixture.ts | 2 +- packages/middleware-sdk-ec2/src/index.spec.ts | 4 +- packages/middleware-sdk-ec2/src/index.ts | 12 +- packages/middleware-sdk-glacier/package.json | 3 +- .../src/account-id-default.ts | 2 +- .../src/add-checksum-headers.spec.ts | 2 +- .../src/add-checksum-headers.ts | 4 +- .../src/add-glacier-api-version.spec.ts | 2 +- .../src/add-glacier-api-version.ts | 4 +- .../src/configurations.ts | 2 +- .../package.json | 3 +- .../src/predict-endpoint.spec.ts | 2 +- .../src/predict-endpoint.ts | 4 +- packages/middleware-sdk-rds/package.json | 7 +- packages/middleware-sdk-rds/src/fixture.ts | 2 +- packages/middleware-sdk-rds/src/index.ts | 10 +- packages/middleware-sdk-route53/package.json | 1 + .../src/change-resource-record-sets.ts | 2 +- .../src/id-normalizer.ts | 2 +- .../middleware-sdk-s3-control/package.json | 5 +- .../src/configurations.ts | 2 +- .../hostPrefixDeduplicationMiddleware.ts | 2 +- .../getProcessArnablesPlugin.spec.ts | 6 +- .../getProcessArnablesPlugin.ts | 2 +- .../parse-outpost-arnables.ts | 2 +- .../update-arnables-request.ts | 4 +- .../src/redirect-from-postid.spec.ts | 2 +- .../src/redirect-from-postid.ts | 4 +- packages/middleware-sdk-s3/package.json | 3 +- .../src/check-content-length-header.ts | 4 +- .../src/middleware-sdk-s3.integ.spec.ts | 2 +- .../src/throw-200-exceptions.spec.ts | 2 +- .../src/throw-200-exceptions.ts | 4 +- .../src/validate-bucket-name.ts | 4 +- packages/middleware-sdk-sqs/package.json | 5 +- .../middleware-sdk-sqs/src/configurations.ts | 2 +- .../src/middleware-sdk-sqs.integ.spec.ts | 2 +- .../middleware-sdk-sqs/src/receive-message.ts | 6 +- .../src/receive-messages.spec.ts | 2 +- .../src/send-message-batch.spec.ts | 2 +- .../src/send-message-batch.ts | 6 +- .../src/send-message.spec.ts | 2 +- .../middleware-sdk-sqs/src/send-message.ts | 6 +- packages/middleware-sdk-sts/package.json | 1 + packages/middleware-sdk-sts/src/index.ts | 2 +- .../package.json | 7 +- .../src/eventstream-handler.ts | 2 +- .../src/getTranscribeStreamingPlugin.ts | 2 +- .../src/middleware-inject-response-values.ts | 2 +- .../src/middleware-port.spec.ts | 4 +- .../src/middleware-port.ts | 4 +- packages/middleware-signing/package.json | 9 +- .../src/awsAuthConfiguration.spec.ts | 2 +- .../src/awsAuthConfiguration.ts | 8 +- .../src/awsAuthMiddleware.spec.ts | 4 +- .../src/awsAuthMiddleware.ts | 4 +- packages/middleware-ssec/package.json | 1 + packages/middleware-ssec/src/index.spec.ts | 2 +- packages/middleware-ssec/src/index.ts | 2 +- packages/middleware-token/package.json | 7 +- .../middleware-token/src/getTokenPlugin.ts | 2 +- .../src/normalizeTokenProvider.spec.ts | 8 +- .../src/normalizeTokenProvider.ts | 7 +- .../src/tokenMiddleware.spec.ts | 4 +- .../middleware-token/src/tokenMiddleware.ts | 4 +- packages/middleware-user-agent/package.json | 5 +- .../src/configurations.ts | 2 +- .../src/user-agent-middleware.spec.ts | 4 +- .../src/user-agent-middleware.ts | 6 +- packages/middleware-websocket/package.json | 11 +- .../src/EventStreamPayloadHandler.spec.ts | 13 +- .../src/EventStreamPayloadHandler.ts | 4 +- .../src/WebsocketSignatureV4.spec.ts | 6 +- .../src/WebsocketSignatureV4.ts | 6 +- .../eventstream-payload-handler-provider.ts | 2 +- .../src/get-event-signing-stream.spec.ts | 6 +- .../src/get-event-signing-stream.ts | 6 +- .../src/getWebSocketPlugin.ts | 2 +- .../src/middleware-session-id.ts | 2 +- .../src/middleware-websocket-endpoint.spec.ts | 4 +- .../src/middleware-websocket-endpoint.ts | 4 +- packages/middleware-websocket/src/utils.ts | 2 +- .../src/websocket-configuration.ts | 4 +- .../src/websocket-fetch-handler.spec.ts | 6 +- .../src/websocket-fetch-handler.ts | 8 +- packages/polly-request-presigner/package.json | 5 +- .../src/getSignedUrls.spec.ts | 4 +- .../src/getSignedUrls.ts | 4 +- packages/rds-signer/package.json | 13 +- packages/rds-signer/src/Signer.spec.ts | 12 +- packages/rds-signer/src/Signer.ts | 8 +- .../rds-signer/src/runtimeConfig.browser.ts | 2 +- .../rds-signer/src/runtimeConfig.native.ts | 2 +- packages/rds-signer/src/runtimeConfig.ts | 6 +- packages/s3-presigned-post/package.json | 9 +- .../src/createPresignedPost.spec.ts | 6 +- .../src/createPresignedPost.ts | 12 +- packages/s3-request-presigner/package.json | 9 +- .../s3-request-presigner/src/getSignedUrl.ts | 8 +- .../src/presigner.spec.ts | 4 +- .../s3-request-presigner/src/presigner.ts | 4 +- packages/sha256-tree-hash/package.json | 5 +- packages/sha256-tree-hash/src/index.spec.ts | 4 +- packages/sha256-tree-hash/src/index.ts | 4 +- packages/signature-v4-crt/package.json | 9 +- packages/signature-v4-crt/src/CrtSignerV4.ts | 8 +- .../signature-v4-crt/src/crtSuite.spec.ts | 2 +- packages/signature-v4-crt/src/headerUtil.ts | 2 +- .../signature-v4-crt/src/suite.fixture.ts | 2 +- .../signature-v4-multi-region/package.json | 5 +- .../src/SignatureV4MultiRegion.spec.ts | 6 +- .../src/SignatureV4MultiRegion.ts | 4 +- packages/token-providers/package.json | 5 +- packages/token-providers/src/fromSso.spec.ts | 6 +- packages/token-providers/src/fromSso.ts | 6 +- .../token-providers/src/fromStatic.spec.ts | 2 +- packages/token-providers/src/fromStatic.ts | 2 +- .../token-providers/src/getNewSsoOidcToken.ts | 2 +- .../token-providers/src/nodeProvider.spec.ts | 8 +- packages/token-providers/src/nodeProvider.ts | 3 +- .../src/validateTokenExpiry.spec.ts | 2 +- .../src/validateTokenExpiry.ts | 2 +- .../src/validateTokenKey.spec.ts | 2 +- .../token-providers/src/validateTokenKey.ts | 2 +- .../src/writeSSOTokenToFile.spec.ts | 4 +- .../src/writeSSOTokenToFile.ts | 2 +- packages/util-create-request/package.json | 7 +- .../util-create-request/src/foo.fixture.ts | 8 +- .../util-create-request/src/index.spec.ts | 6 +- packages/util-create-request/src/index.ts | 4 +- .../util-dns/src/NodeDnsLookupHostResolver.ts | 2 +- packages/util-format-url/package.json | 3 +- packages/util-format-url/src/index.spec.ts | 2 +- packages/util-format-url/src/index.ts | 4 +- packages/util-user-agent-browser/package.json | 1 + .../src/index.native.ts | 2 +- packages/util-user-agent-browser/src/index.ts | 2 +- packages/util-user-agent-node/package.json | 3 +- .../util-user-agent-node/src/index.spec.ts | 4 +- packages/util-user-agent-node/src/index.ts | 4 +- .../src/is-crt-available.ts | 2 +- packages/xhr-http-handler/package.json | 7 +- .../src/xhr-http-handler.spec.ts | 4 +- .../xhr-http-handler/src/xhr-http-handler.ts | 6 +- yarn.lock | 2320 ++++++++++------- 276 files changed, 1996 insertions(+), 1462 deletions(-) diff --git a/packages/body-checksum-browser/package.json b/packages/body-checksum-browser/package.json index 71fca860ab5a..b69b1cc8bb9a 100644 --- a/packages/body-checksum-browser/package.json +++ b/packages/body-checksum-browser/package.json @@ -20,12 +20,13 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/chunked-blob-reader": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/chunked-blob-reader": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", - "@aws-sdk/util-hex-encoding": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-hex-encoding": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/body-checksum-browser/src/index.spec.ts b/packages/body-checksum-browser/src/index.spec.ts index 5be943875032..ddbc91434305 100644 --- a/packages/body-checksum-browser/src/index.spec.ts +++ b/packages/body-checksum-browser/src/index.spec.ts @@ -1,6 +1,6 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { fromUtf8 } from "@aws-sdk/util-utf8"; +import { HttpRequest } from "@smithy/protocol-http"; +import { fromUtf8 } from "@smithy/util-utf8"; import { Readable } from "stream"; import { bodyChecksumGenerator } from "."; diff --git a/packages/body-checksum-browser/src/index.ts b/packages/body-checksum-browser/src/index.ts index d946cc12a48e..fd60de7a628b 100644 --- a/packages/body-checksum-browser/src/index.ts +++ b/packages/body-checksum-browser/src/index.ts @@ -1,8 +1,8 @@ -import { blobReader } from "@aws-sdk/chunked-blob-reader"; import { TreeHash } from "@aws-sdk/sha256-tree-hash"; -import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@aws-sdk/types"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +import { blobReader } from "@smithy/chunked-blob-reader"; +import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; const MiB = 1024 * 1024; diff --git a/packages/body-checksum-node/package.json b/packages/body-checksum-node/package.json index f2ef8272d954..4f9ca7ed15d2 100644 --- a/packages/body-checksum-node/package.json +++ b/packages/body-checksum-node/package.json @@ -21,12 +21,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/chunked-stream-reader-node": "*", - "@aws-sdk/is-array-buffer": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/is-array-buffer": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", - "@aws-sdk/util-hex-encoding": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-hex-encoding": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/body-checksum-node/src/index.spec.ts b/packages/body-checksum-node/src/index.spec.ts index 3597667870d7..441be571838e 100644 --- a/packages/body-checksum-node/src/index.spec.ts +++ b/packages/body-checksum-node/src/index.spec.ts @@ -1,6 +1,6 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { fromUtf8 } from "@aws-sdk/util-utf8"; +import { HttpRequest } from "@smithy/protocol-http"; +import { fromUtf8 } from "@smithy/util-utf8"; import { createReadStream, mkdtempSync, writeFileSync } from "fs"; import { tmpdir } from "os"; import { join } from "path"; diff --git a/packages/body-checksum-node/src/index.ts b/packages/body-checksum-node/src/index.ts index 8f490ff504c4..3bf3550e1647 100644 --- a/packages/body-checksum-node/src/index.ts +++ b/packages/body-checksum-node/src/index.ts @@ -1,9 +1,9 @@ import { streamReader } from "@aws-sdk/chunked-stream-reader-node"; -import { isArrayBuffer } from "@aws-sdk/is-array-buffer"; import { TreeHash } from "@aws-sdk/sha256-tree-hash"; -import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@aws-sdk/types"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +import { isArrayBuffer } from "@smithy/is-array-buffer"; +import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; import { createReadStream } from "fs"; /** diff --git a/packages/cloudfront-signer/package.json b/packages/cloudfront-signer/package.json index a24cf3f10c34..4755ba78a8f6 100644 --- a/packages/cloudfront-signer/package.json +++ b/packages/cloudfront-signer/package.json @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/url-parser": "*" + "@smithy/url-parser": "^1.0.1" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", diff --git a/packages/cloudfront-signer/src/sign.spec.ts b/packages/cloudfront-signer/src/sign.spec.ts index 2970b05b3f34..d98d879989db 100644 --- a/packages/cloudfront-signer/src/sign.spec.ts +++ b/packages/cloudfront-signer/src/sign.spec.ts @@ -1,4 +1,4 @@ -import { parseUrl } from "@aws-sdk/url-parser"; +import { parseUrl } from "@smithy/url-parser"; import { createSign, createVerify } from "crypto"; import { mkdtempSync, rmdirSync, writeFileSync } from "fs"; import { tmpdir } from "os"; diff --git a/packages/credential-provider-cognito-identity/package.json b/packages/credential-provider-cognito-identity/package.json index a069f958c38a..7323d9b48e2f 100644 --- a/packages/credential-provider-cognito-identity/package.json +++ b/packages/credential-provider-cognito-identity/package.json @@ -22,8 +22,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity": "*", - "@aws-sdk/property-provider": "*", + "@smithy/property-provider": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/credential-provider-cognito-identity/src/Logins.ts b/packages/credential-provider-cognito-identity/src/Logins.ts index ec1ad7b3d79f..204c0c4129ff 100644 --- a/packages/credential-provider-cognito-identity/src/Logins.ts +++ b/packages/credential-provider-cognito-identity/src/Logins.ts @@ -1,4 +1,4 @@ -import { Provider } from "@aws-sdk/types"; +import { Provider } from "@smithy/types"; /** * @internal diff --git a/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.spec.ts b/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.spec.ts index a38e44443b03..b2155468febc 100644 --- a/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.spec.ts +++ b/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.spec.ts @@ -1,5 +1,5 @@ import { GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { fromCognitoIdentity } from "./fromCognitoIdentity"; diff --git a/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.ts b/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.ts index 56bc9a287b9f..e4c9b4f9bc00 100644 --- a/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.ts +++ b/packages/credential-provider-cognito-identity/src/fromCognitoIdentity.ts @@ -1,6 +1,6 @@ import { GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity, Provider } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity, Provider } from "@smithy/types"; import { CognitoProviderParameters } from "./CognitoProviderParameters"; import { resolveLogins } from "./resolveLogins"; @@ -22,7 +22,7 @@ export type CognitoIdentityCredentialProvider = Provider { diff --git a/packages/credential-provider-ini/src/fromIni.ts b/packages/credential-provider-ini/src/fromIni.ts index 97c555af1c87..41ca5440c54b 100644 --- a/packages/credential-provider-ini/src/fromIni.ts +++ b/packages/credential-provider-ini/src/fromIni.ts @@ -1,6 +1,6 @@ import { AssumeRoleWithWebIdentityParams } from "@aws-sdk/credential-provider-web-identity"; -import { getProfileName, parseKnownFiles, SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; -import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { getProfileName, parseKnownFiles, SourceProfileInit } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types"; import { AssumeRoleParams } from "./resolveAssumeRoleCredentials"; import { resolveProfileData } from "./resolveProfileData"; @@ -40,7 +40,7 @@ export interface FromIniInit extends SourceProfileInit { /** * @internal - * + * * Creates a credential provider that will read from ini files and supports * role assumption and multi-factor authentication. */ diff --git a/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.spec.ts b/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.spec.ts index 4eff37813c64..82fe32729a14 100644 --- a/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.spec.ts +++ b/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.spec.ts @@ -1,11 +1,11 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { getProfileName } from "@aws-sdk/shared-ini-file-loader"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getProfileName } from "@smithy/shared-ini-file-loader"; import { isAssumeRoleProfile, resolveAssumeRoleCredentials } from "./resolveAssumeRoleCredentials"; import { resolveCredentialSource } from "./resolveCredentialSource"; import { resolveProfileData } from "./resolveProfileData"; -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./resolveCredentialSource"); jest.mock("./resolveProfileData"); diff --git a/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.ts b/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.ts index c2ac429be619..b2d8d8567ee2 100644 --- a/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.ts +++ b/packages/credential-provider-ini/src/resolveAssumeRoleCredentials.ts @@ -1,6 +1,6 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { getProfileName } from "@aws-sdk/shared-ini-file-loader"; -import { ParsedIniData, Profile } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getProfileName } from "@smithy/shared-ini-file-loader"; +import { ParsedIniData, Profile } from "@smithy/types"; import { FromIniInit } from "./fromIni"; import { resolveCredentialSource } from "./resolveCredentialSource"; @@ -8,7 +8,7 @@ import { resolveProfileData } from "./resolveProfileData"; /** * @internal - * + * * @see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property * TODO update the above to link to V3 docs */ diff --git a/packages/credential-provider-ini/src/resolveCredentialSource.spec.ts b/packages/credential-provider-ini/src/resolveCredentialSource.spec.ts index 25c11c4be097..3378f2c22220 100644 --- a/packages/credential-provider-ini/src/resolveCredentialSource.spec.ts +++ b/packages/credential-provider-ini/src/resolveCredentialSource.spec.ts @@ -1,11 +1,11 @@ import { fromEnv } from "@aws-sdk/credential-provider-env"; -import { fromContainerMetadata, fromInstanceMetadata } from "@aws-sdk/credential-provider-imds"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { fromContainerMetadata, fromInstanceMetadata } from "@smithy/credential-provider-imds"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { resolveCredentialSource } from "./resolveCredentialSource"; jest.mock("@aws-sdk/credential-provider-env"); -jest.mock("@aws-sdk/credential-provider-imds"); +jest.mock("@smithy/credential-provider-imds"); describe(resolveCredentialSource.name, () => { const mockProfileName = "mockProfileName"; diff --git a/packages/credential-provider-ini/src/resolveCredentialSource.ts b/packages/credential-provider-ini/src/resolveCredentialSource.ts index 4ca323cc9c21..943a0653852f 100644 --- a/packages/credential-provider-ini/src/resolveCredentialSource.ts +++ b/packages/credential-provider-ini/src/resolveCredentialSource.ts @@ -1,11 +1,11 @@ import { fromEnv } from "@aws-sdk/credential-provider-env"; -import { fromContainerMetadata, fromInstanceMetadata } from "@aws-sdk/credential-provider-imds"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { fromContainerMetadata, fromInstanceMetadata } from "@smithy/credential-provider-imds"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; /** * @internal - * + * * Resolve the `credential_source` entry from the profile, and return the * credential providers respectively. No memoization is needed for the * credential source providers because memoization should be added outside the diff --git a/packages/credential-provider-ini/src/resolveProcessCredentials.ts b/packages/credential-provider-ini/src/resolveProcessCredentials.ts index 09a4c1143302..26bbef43a8cf 100644 --- a/packages/credential-provider-ini/src/resolveProcessCredentials.ts +++ b/packages/credential-provider-ini/src/resolveProcessCredentials.ts @@ -1,5 +1,6 @@ import { fromProcess } from "@aws-sdk/credential-provider-process"; -import { Credentials, Profile } from "@aws-sdk/types"; +import { Credentials } from "@aws-sdk/types"; +import { Profile } from "@smithy/types"; import { FromIniInit } from "./fromIni"; diff --git a/packages/credential-provider-ini/src/resolveProfileData.spec.ts b/packages/credential-provider-ini/src/resolveProfileData.spec.ts index 05f2ae54fd61..22d3c2ad5be1 100644 --- a/packages/credential-provider-ini/src/resolveProfileData.spec.ts +++ b/packages/credential-provider-ini/src/resolveProfileData.spec.ts @@ -1,4 +1,4 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { isAssumeRoleProfile, resolveAssumeRoleCredentials } from "./resolveAssumeRoleCredentials"; import { resolveProfileData } from "./resolveProfileData"; diff --git a/packages/credential-provider-ini/src/resolveProfileData.ts b/packages/credential-provider-ini/src/resolveProfileData.ts index 7cbe94ac7d2c..9971f056abb2 100644 --- a/packages/credential-provider-ini/src/resolveProfileData.ts +++ b/packages/credential-provider-ini/src/resolveProfileData.ts @@ -1,5 +1,5 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity, ParsedIniData } from "@smithy/types"; import { FromIniInit } from "./fromIni"; import { isAssumeRoleProfile, resolveAssumeRoleCredentials } from "./resolveAssumeRoleCredentials"; diff --git a/packages/credential-provider-ini/src/resolveSsoCredentials.spec.ts b/packages/credential-provider-ini/src/resolveSsoCredentials.spec.ts index 156ccd589248..74c969b571d5 100644 --- a/packages/credential-provider-ini/src/resolveSsoCredentials.spec.ts +++ b/packages/credential-provider-ini/src/resolveSsoCredentials.spec.ts @@ -1,5 +1,5 @@ import { fromSSO, isSsoProfile as origIsSsoProfile, validateSsoProfile } from "@aws-sdk/credential-provider-sso"; -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { AwsCredentialIdentity } from "@smithy/types"; import { isSsoProfile, resolveSsoCredentials } from "./resolveSsoCredentials"; diff --git a/packages/credential-provider-ini/src/resolveStaticCredentials.ts b/packages/credential-provider-ini/src/resolveStaticCredentials.ts index 385ed8b2f972..663ea2e799a8 100644 --- a/packages/credential-provider-ini/src/resolveStaticCredentials.ts +++ b/packages/credential-provider-ini/src/resolveStaticCredentials.ts @@ -1,4 +1,4 @@ -import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +import { AwsCredentialIdentity, Profile } from "@smithy/types"; /** * @internal diff --git a/packages/credential-provider-ini/src/resolveWebIdentityCredentials.spec.ts b/packages/credential-provider-ini/src/resolveWebIdentityCredentials.spec.ts index 7e100da66ca9..a44cf5da4ace 100644 --- a/packages/credential-provider-ini/src/resolveWebIdentityCredentials.spec.ts +++ b/packages/credential-provider-ini/src/resolveWebIdentityCredentials.spec.ts @@ -1,5 +1,5 @@ import { fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { AwsCredentialIdentity } from "@smithy/types"; import { isWebIdentityProfile, resolveWebIdentityCredentials } from "./resolveWebIdentityCredentials"; diff --git a/packages/credential-provider-ini/src/resolveWebIdentityCredentials.ts b/packages/credential-provider-ini/src/resolveWebIdentityCredentials.ts index dfc912a34119..5a59d03c353c 100644 --- a/packages/credential-provider-ini/src/resolveWebIdentityCredentials.ts +++ b/packages/credential-provider-ini/src/resolveWebIdentityCredentials.ts @@ -1,5 +1,5 @@ import { fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; -import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +import { AwsCredentialIdentity, Profile } from "@smithy/types"; import { FromIniInit } from "./fromIni"; diff --git a/packages/credential-provider-node/package.json b/packages/credential-provider-node/package.json index 82f0f8749093..657f881f448e 100644 --- a/packages/credential-provider-node/package.json +++ b/packages/credential-provider-node/package.json @@ -28,14 +28,15 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "*", - "@aws-sdk/credential-provider-imds": "*", + "@smithy/credential-provider-imds": "^1.0.1", "@aws-sdk/credential-provider-ini": "*", "@aws-sdk/credential-provider-process": "*", "@aws-sdk/credential-provider-sso": "*", "@aws-sdk/credential-provider-web-identity": "*", - "@aws-sdk/property-provider": "*", - "@aws-sdk/shared-ini-file-loader": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/shared-ini-file-loader": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-node/src/defaultProvider.spec.ts b/packages/credential-provider-node/src/defaultProvider.spec.ts index 0765ccc161b5..4ff5aad96a82 100644 --- a/packages/credential-provider-node/src/defaultProvider.spec.ts +++ b/packages/credential-provider-node/src/defaultProvider.spec.ts @@ -3,20 +3,20 @@ import { fromIni } from "@aws-sdk/credential-provider-ini"; import { fromProcess } from "@aws-sdk/credential-provider-process"; import { fromSSO } from "@aws-sdk/credential-provider-sso"; import { fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; -import { chain, CredentialsProviderError, memoize } from "@aws-sdk/property-provider"; -import { ENV_PROFILE, loadSharedConfigFiles } from "@aws-sdk/shared-ini-file-loader"; +import { chain, CredentialsProviderError, memoize } from "@smithy/property-provider"; +import { ENV_PROFILE, loadSharedConfigFiles } from "@smithy/shared-ini-file-loader"; import { defaultProvider } from "./defaultProvider"; import { remoteProvider } from "./remoteProvider"; jest.mock("@aws-sdk/credential-provider-env"); -jest.mock("@aws-sdk/credential-provider-imds"); +jest.mock("@smithy/credential-provider-imds"); jest.mock("@aws-sdk/credential-provider-ini"); jest.mock("@aws-sdk/credential-provider-process"); jest.mock("@aws-sdk/credential-provider-sso"); jest.mock("@aws-sdk/credential-provider-web-identity"); -jest.mock("@aws-sdk/property-provider"); -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/property-provider"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./remoteProvider"); describe(defaultProvider.name, () => { diff --git a/packages/credential-provider-node/src/defaultProvider.ts b/packages/credential-provider-node/src/defaultProvider.ts index 6a154440c57c..36e7be04ff66 100644 --- a/packages/credential-provider-node/src/defaultProvider.ts +++ b/packages/credential-provider-node/src/defaultProvider.ts @@ -1,12 +1,12 @@ import { fromEnv } from "@aws-sdk/credential-provider-env"; -import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; import { fromIni, FromIniInit } from "@aws-sdk/credential-provider-ini"; import { fromProcess, FromProcessInit } from "@aws-sdk/credential-provider-process"; import { fromSSO, FromSSOInit } from "@aws-sdk/credential-provider-sso"; import { fromTokenFile, FromTokenFileInit } from "@aws-sdk/credential-provider-web-identity"; -import { chain, CredentialsProviderError, memoize } from "@aws-sdk/property-provider"; -import { ENV_PROFILE } from "@aws-sdk/shared-ini-file-loader"; -import { AwsCredentialIdentity, MemoizedProvider } from "@aws-sdk/types"; +import { RemoteProviderInit } from "@smithy/credential-provider-imds"; +import { chain, CredentialsProviderError, memoize } from "@smithy/property-provider"; +import { ENV_PROFILE } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentity, MemoizedProvider } from "@smithy/types"; import { remoteProvider } from "./remoteProvider"; diff --git a/packages/credential-provider-node/src/remoteProvider.spec.ts b/packages/credential-provider-node/src/remoteProvider.spec.ts index d2942df44804..4696c1ec0192 100644 --- a/packages/credential-provider-node/src/remoteProvider.spec.ts +++ b/packages/credential-provider-node/src/remoteProvider.spec.ts @@ -3,12 +3,12 @@ import { ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata, -} from "@aws-sdk/credential-provider-imds"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +} from "@smithy/credential-provider-imds"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { ENV_IMDS_DISABLED, remoteProvider } from "./remoteProvider"; -jest.mock("@aws-sdk/credential-provider-imds"); +jest.mock("@smithy/credential-provider-imds"); describe(remoteProvider.name, () => { const ORIGINAL_ENV = process.env; diff --git a/packages/credential-provider-node/src/remoteProvider.ts b/packages/credential-provider-node/src/remoteProvider.ts index f3fddc9ac41c..71943c06dee3 100644 --- a/packages/credential-provider-node/src/remoteProvider.ts +++ b/packages/credential-provider-node/src/remoteProvider.ts @@ -4,9 +4,9 @@ import { fromContainerMetadata, fromInstanceMetadata, RemoteProviderInit, -} from "@aws-sdk/credential-provider-imds"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +} from "@smithy/credential-provider-imds"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; export const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; diff --git a/packages/credential-provider-process/package.json b/packages/credential-provider-process/package.json index ab6c860f3713..53a5d4cec501 100644 --- a/packages/credential-provider-process/package.json +++ b/packages/credential-provider-process/package.json @@ -24,9 +24,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/property-provider": "*", - "@aws-sdk/shared-ini-file-loader": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/shared-ini-file-loader": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-process/src/fromProcess.spec.ts b/packages/credential-provider-process/src/fromProcess.spec.ts index ef98f81e0db1..daacfb026047 100644 --- a/packages/credential-provider-process/src/fromProcess.spec.ts +++ b/packages/credential-provider-process/src/fromProcess.spec.ts @@ -1,10 +1,10 @@ -import { getProfileName, parseKnownFiles } from "@aws-sdk/shared-ini-file-loader"; -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { getProfileName, parseKnownFiles } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentity } from "@smithy/types"; import { fromProcess } from "./fromProcess"; import { resolveProcessCredentials } from "./resolveProcessCredentials"; -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./resolveProcessCredentials"); describe(fromProcess.name, () => { diff --git a/packages/credential-provider-process/src/fromProcess.ts b/packages/credential-provider-process/src/fromProcess.ts index b5ca1a701b80..8312a8a01ba4 100644 --- a/packages/credential-provider-process/src/fromProcess.ts +++ b/packages/credential-provider-process/src/fromProcess.ts @@ -1,5 +1,5 @@ -import { getProfileName, parseKnownFiles, SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { getProfileName, parseKnownFiles, SourceProfileInit } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; import { resolveProcessCredentials } from "./resolveProcessCredentials"; @@ -10,7 +10,7 @@ export interface FromProcessInit extends SourceProfileInit {} /** * @internal - * + * * Creates a credential provider that will read from a credential_process specified * in ini files. */ diff --git a/packages/credential-provider-process/src/getValidatedProcessCredentials.spec.ts b/packages/credential-provider-process/src/getValidatedProcessCredentials.spec.ts index 3713487878c7..bbab1c6737ec 100644 --- a/packages/credential-provider-process/src/getValidatedProcessCredentials.spec.ts +++ b/packages/credential-provider-process/src/getValidatedProcessCredentials.spec.ts @@ -1,4 +1,4 @@ -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { AwsCredentialIdentity } from "@smithy/types"; import { getValidatedProcessCredentials } from "./getValidatedProcessCredentials"; import { ProcessCredentials } from "./ProcessCredentials"; diff --git a/packages/credential-provider-process/src/getValidatedProcessCredentials.ts b/packages/credential-provider-process/src/getValidatedProcessCredentials.ts index 00d3a2c5c7bb..a0760daa78ba 100644 --- a/packages/credential-provider-process/src/getValidatedProcessCredentials.ts +++ b/packages/credential-provider-process/src/getValidatedProcessCredentials.ts @@ -1,4 +1,4 @@ -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { AwsCredentialIdentity } from "@smithy/types"; import { ProcessCredentials } from "./ProcessCredentials"; diff --git a/packages/credential-provider-process/src/resolveProcessCredentials.spec.ts b/packages/credential-provider-process/src/resolveProcessCredentials.spec.ts index fa8aa73ee4eb..c0595660d981 100644 --- a/packages/credential-provider-process/src/resolveProcessCredentials.spec.ts +++ b/packages/credential-provider-process/src/resolveProcessCredentials.spec.ts @@ -1,5 +1,5 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity } from "@smithy/types"; import { promisify } from "util"; import { getValidatedProcessCredentials } from "./getValidatedProcessCredentials"; diff --git a/packages/credential-provider-process/src/resolveProcessCredentials.ts b/packages/credential-provider-process/src/resolveProcessCredentials.ts index 1e51723dc129..28a5e56f7a49 100644 --- a/packages/credential-provider-process/src/resolveProcessCredentials.ts +++ b/packages/credential-provider-process/src/resolveProcessCredentials.ts @@ -1,5 +1,5 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity, ParsedIniData } from "@smithy/types"; import { exec } from "child_process"; import { promisify } from "util"; diff --git a/packages/credential-provider-sso/package.json b/packages/credential-provider-sso/package.json index 7f262a1a1308..ac4c594f47a5 100644 --- a/packages/credential-provider-sso/package.json +++ b/packages/credential-provider-sso/package.json @@ -25,10 +25,11 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "*", - "@aws-sdk/property-provider": "*", - "@aws-sdk/shared-ini-file-loader": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/shared-ini-file-loader": "^1.0.1", "@aws-sdk/token-providers": "*", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-sso/src/fromSSO.spec.ts b/packages/credential-provider-sso/src/fromSSO.spec.ts index b08445747382..499aa957e5a2 100644 --- a/packages/credential-provider-sso/src/fromSSO.spec.ts +++ b/packages/credential-provider-sso/src/fromSSO.spec.ts @@ -1,13 +1,13 @@ import { SSOClient } from "@aws-sdk/client-sso"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { getProfileName, parseKnownFiles } from "@aws-sdk/shared-ini-file-loader"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getProfileName, parseKnownFiles } from "@smithy/shared-ini-file-loader"; import { fromSSO } from "./fromSSO"; import { isSsoProfile } from "./isSsoProfile"; import { resolveSSOCredentials } from "./resolveSSOCredentials"; import { validateSsoProfile } from "./validateSsoProfile"; -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./isSsoProfile"); jest.mock("./resolveSSOCredentials"); jest.mock("./validateSsoProfile"); diff --git a/packages/credential-provider-sso/src/fromSSO.ts b/packages/credential-provider-sso/src/fromSSO.ts index 9122427d792b..087514504f9a 100644 --- a/packages/credential-provider-sso/src/fromSSO.ts +++ b/packages/credential-provider-sso/src/fromSSO.ts @@ -1,12 +1,7 @@ import { SSOClient } from "@aws-sdk/client-sso"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { - getProfileName, - loadSsoSessionData, - parseKnownFiles, - SourceProfileInit, -} from "@aws-sdk/shared-ini-file-loader"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getProfileName, loadSsoSessionData, parseKnownFiles, SourceProfileInit } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; import { isSsoProfile } from "./isSsoProfile"; import { resolveSSOCredentials } from "./resolveSSOCredentials"; @@ -52,7 +47,7 @@ export interface FromSSOInit extends SourceProfileInit { /** * @internal - * + * * Creates a credential provider that will read from a credential_process specified * in ini files. * diff --git a/packages/credential-provider-sso/src/isSsoProfile.ts b/packages/credential-provider-sso/src/isSsoProfile.ts index 86b3f3d75ee2..e3054bdd885a 100644 --- a/packages/credential-provider-sso/src/isSsoProfile.ts +++ b/packages/credential-provider-sso/src/isSsoProfile.ts @@ -1,4 +1,4 @@ -import { Profile } from "@aws-sdk/types"; +import { Profile } from "@smithy/types"; import { SsoProfile } from "./types"; diff --git a/packages/credential-provider-sso/src/resolveSSOCredentials.spec.ts b/packages/credential-provider-sso/src/resolveSSOCredentials.spec.ts index e7ea73edc6ef..99151fa71758 100644 --- a/packages/credential-provider-sso/src/resolveSSOCredentials.spec.ts +++ b/packages/credential-provider-sso/src/resolveSSOCredentials.spec.ts @@ -1,11 +1,11 @@ import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { getSSOTokenFromFile } from "@aws-sdk/shared-ini-file-loader"; import * as tokenProviders from "@aws-sdk/token-providers"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getSSOTokenFromFile } from "@smithy/shared-ini-file-loader"; import { resolveSSOCredentials } from "./resolveSSOCredentials"; -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("@aws-sdk/client-sso"); jest.mock("@aws-sdk/token-providers", () => { return { diff --git a/packages/credential-provider-sso/src/resolveSSOCredentials.ts b/packages/credential-provider-sso/src/resolveSSOCredentials.ts index 24940581b333..5c8349181a91 100644 --- a/packages/credential-provider-sso/src/resolveSSOCredentials.ts +++ b/packages/credential-provider-sso/src/resolveSSOCredentials.ts @@ -1,8 +1,8 @@ import { GetRoleCredentialsCommand, GetRoleCredentialsCommandOutput, SSOClient } from "@aws-sdk/client-sso"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { getSSOTokenFromFile, SSOToken } from "@aws-sdk/shared-ini-file-loader"; import { fromSso as getSsoTokenProvider } from "@aws-sdk/token-providers"; -import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { getSSOTokenFromFile, SSOToken } from "@smithy/shared-ini-file-loader"; +import { AwsCredentialIdentity } from "@smithy/types"; import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO"; diff --git a/packages/credential-provider-sso/src/types.ts b/packages/credential-provider-sso/src/types.ts index 2ec3db568ba2..c7124abf445f 100644 --- a/packages/credential-provider-sso/src/types.ts +++ b/packages/credential-provider-sso/src/types.ts @@ -1,8 +1,8 @@ -import { Profile } from "@aws-sdk/types"; +import { Profile } from "@smithy/types"; /** * @internal - * + * * Cached SSO token retrieved from SSO login flow. */ export interface SSOToken { diff --git a/packages/credential-provider-sso/src/validateSsoProfile.spec.ts b/packages/credential-provider-sso/src/validateSsoProfile.spec.ts index 856b72d0d9b9..0ad1201820cc 100644 --- a/packages/credential-provider-sso/src/validateSsoProfile.spec.ts +++ b/packages/credential-provider-sso/src/validateSsoProfile.spec.ts @@ -1,4 +1,4 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { validateSsoProfile } from "./validateSsoProfile"; diff --git a/packages/credential-provider-sso/src/validateSsoProfile.ts b/packages/credential-provider-sso/src/validateSsoProfile.ts index 58aead4d920b..9ce6400145be 100644 --- a/packages/credential-provider-sso/src/validateSsoProfile.ts +++ b/packages/credential-provider-sso/src/validateSsoProfile.ts @@ -1,4 +1,4 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { SsoProfile } from "./types"; diff --git a/packages/credential-provider-web-identity/package.json b/packages/credential-provider-web-identity/package.json index 2d347e008903..13e022d2737b 100644 --- a/packages/credential-provider-web-identity/package.json +++ b/packages/credential-provider-web-identity/package.json @@ -32,8 +32,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/property-provider": "*", + "@smithy/property-provider": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-web-identity/src/fromTokenFile.spec.ts b/packages/credential-provider-web-identity/src/fromTokenFile.spec.ts index 4c20e187e2c7..62e9fadce2f1 100644 --- a/packages/credential-provider-web-identity/src/fromTokenFile.spec.ts +++ b/packages/credential-provider-web-identity/src/fromTokenFile.spec.ts @@ -7,7 +7,7 @@ const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE"; const ENV_ROLE_ARN = "AWS_ROLE_ARN"; const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; jest.mock("fs"); jest.mock("./fromWebToken"); diff --git a/packages/credential-provider-web-identity/src/fromTokenFile.ts b/packages/credential-provider-web-identity/src/fromTokenFile.ts index dd1983791e93..c02a806aaadb 100644 --- a/packages/credential-provider-web-identity/src/fromTokenFile.ts +++ b/packages/credential-provider-web-identity/src/fromTokenFile.ts @@ -1,5 +1,5 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; import { readFileSync } from "fs"; import { fromWebToken, FromWebTokenInit } from "./fromWebToken"; diff --git a/packages/credential-provider-web-identity/src/fromWebToken.spec.ts b/packages/credential-provider-web-identity/src/fromWebToken.spec.ts index 9b00d76aece3..efd635f47fbe 100644 --- a/packages/credential-provider-web-identity/src/fromWebToken.spec.ts +++ b/packages/credential-provider-web-identity/src/fromWebToken.spec.ts @@ -1,4 +1,4 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { CredentialsProviderError } from "@smithy/property-provider"; import { fromWebToken } from "./fromWebToken"; diff --git a/packages/credential-provider-web-identity/src/fromWebToken.ts b/packages/credential-provider-web-identity/src/fromWebToken.ts index 45ca04915868..bfd8eb8a860d 100644 --- a/packages/credential-provider-web-identity/src/fromWebToken.ts +++ b/packages/credential-provider-web-identity/src/fromWebToken.ts @@ -1,5 +1,5 @@ -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types"; /** * @internal diff --git a/packages/credential-providers/package.json b/packages/credential-providers/package.json index 5d1c4169b47b..33f780e35850 100644 --- a/packages/credential-providers/package.json +++ b/packages/credential-providers/package.json @@ -33,14 +33,15 @@ "@aws-sdk/client-sts": "*", "@aws-sdk/credential-provider-cognito-identity": "*", "@aws-sdk/credential-provider-env": "*", - "@aws-sdk/credential-provider-imds": "*", + "@smithy/credential-provider-imds": "^1.0.1", "@aws-sdk/credential-provider-ini": "*", "@aws-sdk/credential-provider-node": "*", "@aws-sdk/credential-provider-process": "*", "@aws-sdk/credential-provider-sso": "*", "@aws-sdk/credential-provider-web-identity": "*", - "@aws-sdk/property-provider": "*", + "@smithy/property-provider": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-providers/src/fromContainerMetadata.ts b/packages/credential-providers/src/fromContainerMetadata.ts index 8e93b39de7f0..a13a227465b6 100644 --- a/packages/credential-providers/src/fromContainerMetadata.ts +++ b/packages/credential-providers/src/fromContainerMetadata.ts @@ -1,8 +1,8 @@ import { fromContainerMetadata as _fromContainerMetadata, RemoteProviderInit as _RemoteProviderInit, -} from "@aws-sdk/credential-provider-imds"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +} from "@smithy/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; export interface RemoteProviderInit extends _RemoteProviderInit {} diff --git a/packages/credential-providers/src/fromEnv.ts b/packages/credential-providers/src/fromEnv.ts index b68f6a3c1acb..9cdee779b351 100644 --- a/packages/credential-providers/src/fromEnv.ts +++ b/packages/credential-providers/src/fromEnv.ts @@ -1,5 +1,5 @@ import { fromEnv as _fromEnv } from "@aws-sdk/credential-provider-env"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; /** * Create a credential provider that reads credentials from the following environment variables: diff --git a/packages/credential-providers/src/fromIni.ts b/packages/credential-providers/src/fromIni.ts index 2ab102cd139f..46c3fb7ebfad 100644 --- a/packages/credential-providers/src/fromIni.ts +++ b/packages/credential-providers/src/fromIni.ts @@ -1,6 +1,6 @@ import { getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, STSClientConfig } from "@aws-sdk/client-sts"; import { fromIni as _fromIni, FromIniInit as _FromIniInit } from "@aws-sdk/credential-provider-ini"; -import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider, Pluggable } from "@smithy/types"; export interface FromIniInit extends _FromIniInit { clientConfig?: STSClientConfig; diff --git a/packages/credential-providers/src/fromInstanceMetadata.ts b/packages/credential-providers/src/fromInstanceMetadata.ts index 90a090cf9845..fd9ad5acb78b 100644 --- a/packages/credential-providers/src/fromInstanceMetadata.ts +++ b/packages/credential-providers/src/fromInstanceMetadata.ts @@ -1,8 +1,8 @@ import { fromInstanceMetadata as _fromInstanceMetadata, RemoteProviderConfig as _RemoteProviderInit, -} from "@aws-sdk/credential-provider-imds"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +} from "@smithy/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; /** * Creates a credential provider function that reads from the EC2 instance metadata service. diff --git a/packages/credential-providers/src/fromNodeProviderChain.ts b/packages/credential-providers/src/fromNodeProviderChain.ts index a4aeedef50d6..46f7e91cafd2 100644 --- a/packages/credential-providers/src/fromNodeProviderChain.ts +++ b/packages/credential-providers/src/fromNodeProviderChain.ts @@ -1,6 +1,6 @@ import { getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity, STSClientConfig } from "@aws-sdk/client-sts"; import { defaultProvider, DefaultProviderInit } from "@aws-sdk/credential-provider-node"; -import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider, Pluggable } from "@smithy/types"; export interface fromNodeProviderChainInit extends DefaultProviderInit { clientConfig?: STSClientConfig; diff --git a/packages/credential-providers/src/fromProcess.ts b/packages/credential-providers/src/fromProcess.ts index ddf1a6a80d14..289c1a8b47dd 100644 --- a/packages/credential-providers/src/fromProcess.ts +++ b/packages/credential-providers/src/fromProcess.ts @@ -1,5 +1,5 @@ import { fromProcess as _fromProcess, FromProcessInit as _FromProcessInit } from "@aws-sdk/credential-provider-process"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; export interface FromProcessInit extends _FromProcessInit {} diff --git a/packages/credential-providers/src/fromSSO.ts b/packages/credential-providers/src/fromSSO.ts index 1c9844b1e3a9..0730928e5c9a 100644 --- a/packages/credential-providers/src/fromSSO.ts +++ b/packages/credential-providers/src/fromSSO.ts @@ -1,6 +1,6 @@ import { SSOClient, SSOClientConfig } from "@aws-sdk/client-sso"; import { fromSSO as _fromSSO, FromSSOInit as _FromSSOInit } from "@aws-sdk/credential-provider-sso"; -import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider } from "@smithy/types"; export interface FromSSOInit extends Omit<_FromSSOInit, "client"> { clientConfig?: SSOClientConfig; diff --git a/packages/credential-providers/src/fromTemporaryCredentials.ts b/packages/credential-providers/src/fromTemporaryCredentials.ts index a50cd952ae1b..b1aa8dd6d2d1 100644 --- a/packages/credential-providers/src/fromTemporaryCredentials.ts +++ b/packages/credential-providers/src/fromTemporaryCredentials.ts @@ -1,6 +1,6 @@ import { AssumeRoleCommand, AssumeRoleCommandInput, STSClient, STSClientConfig } from "@aws-sdk/client-sts"; -import { CredentialsProviderError } from "@aws-sdk/property-provider"; -import { AwsCredentialIdentity, AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +import { CredentialsProviderError } from "@smithy/property-provider"; +import { AwsCredentialIdentity, AwsCredentialIdentityProvider, Pluggable } from "@smithy/types"; export interface FromTemporaryCredentialsOptions { params: Omit & { RoleSessionName?: string }; diff --git a/packages/credential-providers/src/fromTokenFile.ts b/packages/credential-providers/src/fromTokenFile.ts index 41f89b01e4c3..5ea0ad2e9a74 100644 --- a/packages/credential-providers/src/fromTokenFile.ts +++ b/packages/credential-providers/src/fromTokenFile.ts @@ -3,7 +3,7 @@ import { fromTokenFile as _fromTokenFile, FromTokenFileInit as _FromTokenFileInit, } from "@aws-sdk/credential-provider-web-identity"; -import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider, Pluggable } from "@smithy/types"; export interface FromTokenFileInit extends _FromTokenFileInit { clientConfig?: STSClientConfig; diff --git a/packages/credential-providers/src/fromWebToken.ts b/packages/credential-providers/src/fromWebToken.ts index a1536deb2c3e..29b48a6dcb12 100644 --- a/packages/credential-providers/src/fromWebToken.ts +++ b/packages/credential-providers/src/fromWebToken.ts @@ -3,7 +3,7 @@ import { fromWebToken as _fromWebToken, FromWebTokenInit as _FromWebTokenInit, } from "@aws-sdk/credential-provider-web-identity"; -import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +import { AwsCredentialIdentityProvider, Pluggable } from "@smithy/types"; export interface FromWebTokenInit extends _FromWebTokenInit { clientConfig?: STSClientConfig; diff --git a/packages/eventstream-handler-node/package.json b/packages/eventstream-handler-node/package.json index 47146cf8b328..ff3a9b7e0eb8 100644 --- a/packages/eventstream-handler-node/package.json +++ b/packages/eventstream-handler-node/package.json @@ -20,12 +20,13 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/eventstream-codec": "*", + "@smithy/eventstream-codec": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { - "@aws-sdk/util-utf8": "*", + "@smithy/util-utf8": "^1.0.1", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/eventstream-handler-node/src/EventSigningStream.spec.ts b/packages/eventstream-handler-node/src/EventSigningStream.spec.ts index 8d5e50417918..964d062c6367 100644 --- a/packages/eventstream-handler-node/src/EventSigningStream.spec.ts +++ b/packages/eventstream-handler-node/src/EventSigningStream.spec.ts @@ -1,6 +1,6 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { Message, MessageHeaders, SignedMessage } from "@aws-sdk/types"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { Message, MessageHeaders, SignedMessage } from "@smithy/types"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EventSigningStream } from "./EventSigningStream"; diff --git a/packages/eventstream-handler-node/src/EventSigningStream.ts b/packages/eventstream-handler-node/src/EventSigningStream.ts index 747dfacb9428..e45ef1a30c3a 100644 --- a/packages/eventstream-handler-node/src/EventSigningStream.ts +++ b/packages/eventstream-handler-node/src/EventSigningStream.ts @@ -1,5 +1,5 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { MessageHeaders, MessageSigner } from "@aws-sdk/types"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { MessageHeaders, MessageSigner } from "@smithy/types"; import { Transform, TransformCallback, TransformOptions } from "stream"; /** diff --git a/packages/eventstream-handler-node/src/EventStreamPayloadHandler.spec.ts b/packages/eventstream-handler-node/src/EventStreamPayloadHandler.spec.ts index 1e69eb3ea047..a37ef5e160ca 100644 --- a/packages/eventstream-handler-node/src/EventStreamPayloadHandler.spec.ts +++ b/packages/eventstream-handler-node/src/EventStreamPayloadHandler.spec.ts @@ -1,19 +1,12 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { - Decoder, - Encoder, - FinalizeHandler, - FinalizeHandlerArguments, - HttpRequest, - MessageSigner, -} from "@aws-sdk/types"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { Decoder, Encoder, FinalizeHandler, FinalizeHandlerArguments, HttpRequest, MessageSigner } from "@smithy/types"; import { PassThrough, Readable } from "stream"; import { EventSigningStream } from "./EventSigningStream"; import { EventStreamPayloadHandler } from "./EventStreamPayloadHandler"; jest.mock("./EventSigningStream"); -jest.mock("@aws-sdk/eventstream-codec"); +jest.mock("@smithy/eventstream-codec"); describe(EventStreamPayloadHandler.name, () => { const mockMessageSigner: MessageSigner = { diff --git a/packages/eventstream-handler-node/src/EventStreamPayloadHandler.ts b/packages/eventstream-handler-node/src/EventStreamPayloadHandler.ts index 8ae1433035ac..60fb215b4f2e 100644 --- a/packages/eventstream-handler-node/src/EventStreamPayloadHandler.ts +++ b/packages/eventstream-handler-node/src/EventStreamPayloadHandler.ts @@ -1,4 +1,4 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; import { Decoder, Encoder, @@ -11,7 +11,7 @@ import { MessageSigner, MetadataBearer, Provider, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { PassThrough, pipeline, Readable } from "stream"; import { EventSigningStream } from "./EventSigningStream"; diff --git a/packages/eventstream-handler-node/src/provider.ts b/packages/eventstream-handler-node/src/provider.ts index 98bba6e38a1b..bd0706281ea8 100644 --- a/packages/eventstream-handler-node/src/provider.ts +++ b/packages/eventstream-handler-node/src/provider.ts @@ -5,7 +5,7 @@ import { EventStreamPayloadHandlerProvider, MessageSigner, Provider, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { EventStreamPayloadHandler } from "./EventStreamPayloadHandler"; diff --git a/packages/middleware-api-key/package.json b/packages/middleware-api-key/package.json index 9a51c8bdb626..c91a0fb15ebf 100644 --- a/packages/middleware-api-key/package.json +++ b/packages/middleware-api-key/package.json @@ -20,9 +20,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", - "@aws-sdk/util-middleware": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-middleware": "^1.0.1", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-api-key/src/apiKeyConfiguration.ts b/packages/middleware-api-key/src/apiKeyConfiguration.ts index 5b07f0fecd50..cceef09a7583 100644 --- a/packages/middleware-api-key/src/apiKeyConfiguration.ts +++ b/packages/middleware-api-key/src/apiKeyConfiguration.ts @@ -1,5 +1,5 @@ -import { Provider } from "@aws-sdk/types"; -import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { Provider } from "@smithy/types"; +import { normalizeProvider } from "@smithy/util-middleware"; export interface ApiKeyInputConfig { /** diff --git a/packages/middleware-api-key/src/apiKeyMiddleware.spec.ts b/packages/middleware-api-key/src/apiKeyMiddleware.spec.ts index 3121adcaac80..5bc8b5319c20 100644 --- a/packages/middleware-api-key/src/apiKeyMiddleware.spec.ts +++ b/packages/middleware-api-key/src/apiKeyMiddleware.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { HttpAuthLocation, MiddlewareStack } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { HttpAuthLocation, MiddlewareStack } from "@smithy/types"; import { apiKeyMiddleware, getApiKeyPlugin } from "./index"; diff --git a/packages/middleware-api-key/src/apiKeyMiddleware.ts b/packages/middleware-api-key/src/apiKeyMiddleware.ts index cf544567ab66..893b694c6d81 100644 --- a/packages/middleware-api-key/src/apiKeyMiddleware.ts +++ b/packages/middleware-api-key/src/apiKeyMiddleware.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { FinalizeHandler, FinalizeHandlerArguments, @@ -8,7 +8,7 @@ import { HttpAuthDefinition, Pluggable, RelativeMiddlewareOptions, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { ApiKeyResolvedConfig } from "./apiKeyConfiguration"; diff --git a/packages/middleware-bucket-endpoint/package.json b/packages/middleware-bucket-endpoint/package.json index 845e1be6e41a..335dedee5001 100644 --- a/packages/middleware-bucket-endpoint/package.json +++ b/packages/middleware-bucket-endpoint/package.json @@ -21,14 +21,15 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-arn-parser": "*", - "@aws-sdk/util-config-provider": "*", + "@smithy/util-config-provider": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { - "@aws-sdk/node-config-provider": "*", + "@smithy/node-config-provider": "^1.0.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.spec.ts b/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.spec.ts index f53a75ac318f..4115b970128f 100644 --- a/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.spec.ts +++ b/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.spec.ts @@ -1,4 +1,4 @@ -import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; import { NODE_DISABLE_MULTIREGION_ACCESS_POINT_CONFIG_OPTIONS, @@ -6,7 +6,7 @@ import { NODE_DISABLE_MULTIREGION_ACCESS_POINT_INI_NAME, } from "./NodeDisableMultiregionAccessPointConfigOptions"; -jest.mock("@aws-sdk/util-config-provider"); +jest.mock("@smithy/util-config-provider"); describe("NODE_USE_ARN_REGION_CONFIG_OPTIONS", () => { afterEach(() => { diff --git a/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.ts b/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.ts index 92999fabccb9..51ba2c2be196 100644 --- a/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.ts +++ b/packages/middleware-bucket-endpoint/src/NodeDisableMultiregionAccessPointConfigOptions.ts @@ -1,5 +1,5 @@ -import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; -import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +import { LoadedConfigSelectors } from "@smithy/node-config-provider"; +import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; export const NODE_DISABLE_MULTIREGION_ACCESS_POINT_ENV_NAME = "AWS_S3_DISABLE_MULTIREGION_ACCESS_POINTS"; export const NODE_DISABLE_MULTIREGION_ACCESS_POINT_INI_NAME = "s3_disable_multiregion_access_points"; diff --git a/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.spec.ts b/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.spec.ts index 2edf8c3ac78c..927bf6999923 100644 --- a/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.spec.ts +++ b/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.spec.ts @@ -1,4 +1,4 @@ -import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; import { NODE_USE_ARN_REGION_CONFIG_OPTIONS, @@ -6,7 +6,7 @@ import { NODE_USE_ARN_REGION_INI_NAME, } from "./NodeUseArnRegionConfigOptions"; -jest.mock("@aws-sdk/util-config-provider"); +jest.mock("@smithy/util-config-provider"); describe("NODE_USE_ARN_REGION_CONFIG_OPTIONS", () => { afterEach(() => { diff --git a/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.ts b/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.ts index 886e27f89f43..d229ee102851 100644 --- a/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.ts +++ b/packages/middleware-bucket-endpoint/src/NodeUseArnRegionConfigOptions.ts @@ -1,5 +1,5 @@ -import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; -import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +import { LoadedConfigSelectors } from "@smithy/node-config-provider"; +import { booleanSelector, SelectorType } from "@smithy/util-config-provider"; export const NODE_USE_ARN_REGION_ENV_NAME = "AWS_S3_USE_ARN_REGION"; export const NODE_USE_ARN_REGION_INI_NAME = "s3_use_arn_region"; diff --git a/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.spec.ts b/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.spec.ts index 1aa1e79e7c2c..5b96767bc852 100644 --- a/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.spec.ts +++ b/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { resolveBucketEndpointConfig } from "./configurations"; diff --git a/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts b/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts index 276bdb2bb36e..8cb58b6cea71 100644 --- a/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts +++ b/packages/middleware-bucket-endpoint/src/bucketEndpointMiddleware.ts @@ -1,4 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { parse as parseArn, validate as validateArn } from "@aws-sdk/util-arn-parser"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -8,8 +9,7 @@ import { MetadataBearer, Pluggable, RelativeMiddlewareOptions, -} from "@aws-sdk/types"; -import { parse as parseArn, validate as validateArn } from "@aws-sdk/util-arn-parser"; +} from "@smithy/types"; import { bucketHostname } from "./bucketHostname"; import { BucketEndpointResolvedConfig } from "./configurations"; diff --git a/packages/middleware-bucket-endpoint/src/configurations.ts b/packages/middleware-bucket-endpoint/src/configurations.ts index 48327dd4d9cc..f555ad0484f8 100644 --- a/packages/middleware-bucket-endpoint/src/configurations.ts +++ b/packages/middleware-bucket-endpoint/src/configurations.ts @@ -1,4 +1,4 @@ -import { Provider, RegionInfoProvider } from "@aws-sdk/types"; +import { Provider, RegionInfoProvider } from "@smithy/types"; export interface BucketEndpointInputConfig { /** diff --git a/packages/middleware-endpoint-discovery/package.json b/packages/middleware-endpoint-discovery/package.json index b885f654cedf..fc3f51871806 100644 --- a/packages/middleware-endpoint-discovery/package.json +++ b/packages/middleware-endpoint-discovery/package.json @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@aws-sdk/node-config-provider": "*", + "@smithy/node-config-provider": "^1.0.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", @@ -31,8 +31,9 @@ }, "dependencies": { "@aws-sdk/endpoint-cache": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-endpoint-discovery/src/configurations.ts b/packages/middleware-endpoint-discovery/src/configurations.ts index 1a9b483aa45f..3dfb07ac038c 100644 --- a/packages/middleware-endpoint-discovery/src/configurations.ts +++ b/packages/middleware-endpoint-discovery/src/configurations.ts @@ -1,4 +1,4 @@ -import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +import { LoadedConfigSelectors } from "@smithy/node-config-provider"; const ENV_ENDPOINT_DISCOVERY = ["AWS_ENABLE_ENDPOINT_DISCOVERY", "AWS_ENDPOINT_DISCOVERY_ENABLED"]; const CONFIG_ENDPOINT_DISCOVERY = "endpoint_discovery_enabled"; diff --git a/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.spec.ts b/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.spec.ts index 6123f0853d74..340450e0fe71 100644 --- a/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.spec.ts +++ b/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.spec.ts @@ -1,6 +1,6 @@ import { EndpointCache } from "@aws-sdk/endpoint-cache"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerArguments, MiddlewareStack } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerArguments, MiddlewareStack } from "@smithy/types"; import { endpointDiscoveryMiddleware } from "./endpointDiscoveryMiddleware"; import { getCacheKey } from "./getCacheKey"; @@ -8,7 +8,7 @@ import { updateDiscoveredEndpointInCache } from "./updateDiscoveredEndpointInCac jest.mock("./updateDiscoveredEndpointInCache"); jest.mock("./getCacheKey"); -jest.mock("@aws-sdk/protocol-http"); +jest.mock("@smithy/protocol-http"); describe(endpointDiscoveryMiddleware.name, () => { const cacheKey = "cacheKey"; diff --git a/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.ts b/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.ts index f7a96d8b771b..687b82eb7701 100644 --- a/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.ts +++ b/packages/middleware-endpoint-discovery/src/endpointDiscoveryMiddleware.ts @@ -1,11 +1,11 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, BuildHandlerOutput, HandlerExecutionContext, MetadataBearer, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { getCacheKey } from "./getCacheKey"; import { EndpointDiscoveryMiddlewareConfig } from "./getEndpointDiscoveryPlugin"; diff --git a/packages/middleware-endpoint-discovery/src/getCacheKey.ts b/packages/middleware-endpoint-discovery/src/getCacheKey.ts index 4eb422a31a2c..64c618b63a65 100644 --- a/packages/middleware-endpoint-discovery/src/getCacheKey.ts +++ b/packages/middleware-endpoint-discovery/src/getCacheKey.ts @@ -1,4 +1,4 @@ -import { AwsCredentialIdentity, Provider } from "@aws-sdk/types"; +import { AwsCredentialIdentity, Provider } from "@smithy/types"; /** * Generate key to index the endpoints in the cache diff --git a/packages/middleware-endpoint-discovery/src/getEndpointDiscoveryPlugin.ts b/packages/middleware-endpoint-discovery/src/getEndpointDiscoveryPlugin.ts index 6cc5b5738414..1e668a650b99 100644 --- a/packages/middleware-endpoint-discovery/src/getEndpointDiscoveryPlugin.ts +++ b/packages/middleware-endpoint-discovery/src/getEndpointDiscoveryPlugin.ts @@ -1,4 +1,4 @@ -import { BuildHandlerOptions, HttpHandlerOptions, MiddlewareStack, Pluggable } from "@aws-sdk/types"; +import { BuildHandlerOptions, HttpHandlerOptions, MiddlewareStack, Pluggable } from "@smithy/types"; import { endpointDiscoveryMiddleware } from "./endpointDiscoveryMiddleware"; import { EndpointDiscoveryResolvedConfig, PreviouslyResolved } from "./resolveEndpointDiscoveryConfig"; diff --git a/packages/middleware-endpoint-discovery/src/resolveEndpointDiscoveryConfig.ts b/packages/middleware-endpoint-discovery/src/resolveEndpointDiscoveryConfig.ts index 75ad84fe92ea..098393ee21aa 100644 --- a/packages/middleware-endpoint-discovery/src/resolveEndpointDiscoveryConfig.ts +++ b/packages/middleware-endpoint-discovery/src/resolveEndpointDiscoveryConfig.ts @@ -1,5 +1,5 @@ import { EndpointCache } from "@aws-sdk/endpoint-cache"; -import { AwsCredentialIdentity, MemoizedProvider, Provider } from "@aws-sdk/types"; +import { AwsCredentialIdentity, MemoizedProvider, Provider } from "@smithy/types"; export interface PreviouslyResolved { isCustomEndpoint?: boolean; diff --git a/packages/middleware-eventstream/package.json b/packages/middleware-eventstream/package.json index 97ca412b6b13..85eba4d52e71 100644 --- a/packages/middleware-eventstream/package.json +++ b/packages/middleware-eventstream/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-eventstream/src/eventStreamConfiguration.ts b/packages/middleware-eventstream/src/eventStreamConfiguration.ts index 1f813b0572f9..29c3ebebd90f 100644 --- a/packages/middleware-eventstream/src/eventStreamConfiguration.ts +++ b/packages/middleware-eventstream/src/eventStreamConfiguration.ts @@ -4,7 +4,7 @@ import { EventSigner, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, -} from "@aws-sdk/types"; +} from "@smithy/types"; export interface EventStreamInputConfig {} diff --git a/packages/middleware-eventstream/src/eventStreamHandlingMiddleware.ts b/packages/middleware-eventstream/src/eventStreamHandlingMiddleware.ts index 495bd6843c94..dffcd2024359 100644 --- a/packages/middleware-eventstream/src/eventStreamHandlingMiddleware.ts +++ b/packages/middleware-eventstream/src/eventStreamHandlingMiddleware.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { FinalizeRequestMiddleware, RelativeMiddlewareOptions } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { FinalizeRequestMiddleware, RelativeMiddlewareOptions } from "@smithy/types"; import { EventStreamResolvedConfig } from "./eventStreamConfiguration"; diff --git a/packages/middleware-eventstream/src/eventStreamHeaderMiddleware.ts b/packages/middleware-eventstream/src/eventStreamHeaderMiddleware.ts index dc94e54315b5..6e52508d839d 100644 --- a/packages/middleware-eventstream/src/eventStreamHeaderMiddleware.ts +++ b/packages/middleware-eventstream/src/eventStreamHeaderMiddleware.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerOptions, BuildMiddleware } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerOptions, BuildMiddleware } from "@smithy/types"; export const eventStreamHeaderMiddleware: BuildMiddleware = (next) => async (args) => { const { request } = args; if (!HttpRequest.isInstance(request)) return next(args); diff --git a/packages/middleware-eventstream/src/getEventStreamPlugin.ts b/packages/middleware-eventstream/src/getEventStreamPlugin.ts index 91d07f01a37e..b5fd900df1ea 100644 --- a/packages/middleware-eventstream/src/getEventStreamPlugin.ts +++ b/packages/middleware-eventstream/src/getEventStreamPlugin.ts @@ -1,4 +1,4 @@ -import { Pluggable } from "@aws-sdk/types"; +import { Pluggable } from "@smithy/types"; import { EventStreamResolvedConfig } from "./eventStreamConfiguration"; import { eventStreamHandlingMiddleware, eventStreamHandlingMiddlewareOptions } from "./eventStreamHandlingMiddleware"; diff --git a/packages/middleware-expect-continue/package.json b/packages/middleware-expect-continue/package.json index 6e32e6c430c9..fbd65c8059d8 100644 --- a/packages/middleware-expect-continue/package.json +++ b/packages/middleware-expect-continue/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-expect-continue/src/index.spec.ts b/packages/middleware-expect-continue/src/index.spec.ts index 23b46ebd6000..83f863b6ffcd 100644 --- a/packages/middleware-expect-continue/src/index.spec.ts +++ b/packages/middleware-expect-continue/src/index.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { addExpectContinueMiddleware } from "./index"; diff --git a/packages/middleware-expect-continue/src/index.ts b/packages/middleware-expect-continue/src/index.ts index 091a52d7e492..c2e0854e0cc2 100644 --- a/packages/middleware-expect-continue/src/index.ts +++ b/packages/middleware-expect-continue/src/index.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -7,7 +7,7 @@ import { BuildMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; interface PreviouslyResolved { runtime: string; diff --git a/packages/middleware-flexible-checksums/package.json b/packages/middleware-flexible-checksums/package.json index 64bee61647e9..8b002c38fc7d 100644 --- a/packages/middleware-flexible-checksums/package.json +++ b/packages/middleware-flexible-checksums/package.json @@ -23,10 +23,11 @@ "dependencies": { "@aws-crypto/crc32": "3.0.0", "@aws-crypto/crc32c": "3.0.0", - "@aws-sdk/is-array-buffer": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/is-array-buffer": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-flexible-checksums/src/configuration.ts b/packages/middleware-flexible-checksums/src/configuration.ts index 89e76e07f9ad..1fbf0d9781c8 100644 --- a/packages/middleware-flexible-checksums/src/configuration.ts +++ b/packages/middleware-flexible-checksums/src/configuration.ts @@ -5,7 +5,7 @@ import { GetAwsChunkedEncodingStream, HashConstructor, StreamHasher, -} from "@aws-sdk/types"; +} from "@smithy/types"; export interface PreviouslyResolved { /** diff --git a/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.spec.ts b/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.spec.ts index 81f874ac528f..587a1db8e9bc 100644 --- a/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.spec.ts +++ b/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerArguments } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerArguments } from "@smithy/types"; import { PreviouslyResolved } from "./configuration"; import { ChecksumAlgorithm } from "./constants"; @@ -12,7 +12,7 @@ import { selectChecksumAlgorithmFunction } from "./selectChecksumAlgorithmFuncti import { stringHasher } from "./stringHasher"; import { validateChecksumFromResponse } from "./validateChecksumFromResponse"; -jest.mock("@aws-sdk/protocol-http"); +jest.mock("@smithy/protocol-http"); jest.mock("./getChecksumAlgorithmForRequest"); jest.mock("./getChecksumLocationName"); jest.mock("./hasHeader"); diff --git a/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.ts b/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.ts index 348085f1ed2f..49918dc91472 100644 --- a/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.ts +++ b/packages/middleware-flexible-checksums/src/flexibleChecksumsMiddleware.ts @@ -1,11 +1,11 @@ -import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, BuildHandlerOutput, BuildMiddleware, MetadataBearer, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { PreviouslyResolved } from "./configuration"; import { getChecksumAlgorithmForRequest } from "./getChecksumAlgorithmForRequest"; diff --git a/packages/middleware-flexible-checksums/src/getChecksum.ts b/packages/middleware-flexible-checksums/src/getChecksum.ts index 595669728e2a..4452fe466397 100644 --- a/packages/middleware-flexible-checksums/src/getChecksum.ts +++ b/packages/middleware-flexible-checksums/src/getChecksum.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor, Encoder, HashConstructor, StreamHasher } from "@aws-sdk/types"; +import { ChecksumConstructor, Encoder, HashConstructor, StreamHasher } from "@smithy/types"; import { isStreaming } from "./isStreaming"; import { stringHasher } from "./stringHasher"; diff --git a/packages/middleware-flexible-checksums/src/getFlexibleChecksumsPlugin.ts b/packages/middleware-flexible-checksums/src/getFlexibleChecksumsPlugin.ts index b4303b8f6844..ea078cf0651d 100644 --- a/packages/middleware-flexible-checksums/src/getFlexibleChecksumsPlugin.ts +++ b/packages/middleware-flexible-checksums/src/getFlexibleChecksumsPlugin.ts @@ -1,4 +1,4 @@ -import { BuildHandlerOptions, Pluggable } from "@aws-sdk/types"; +import { BuildHandlerOptions, Pluggable } from "@smithy/types"; import { PreviouslyResolved } from "./configuration"; import { flexibleChecksumsMiddleware } from "./flexibleChecksumsMiddleware"; diff --git a/packages/middleware-flexible-checksums/src/hasHeader.spec.ts b/packages/middleware-flexible-checksums/src/hasHeader.spec.ts index c8c9ea858c25..ccd0aade5bad 100644 --- a/packages/middleware-flexible-checksums/src/hasHeader.spec.ts +++ b/packages/middleware-flexible-checksums/src/hasHeader.spec.ts @@ -1,4 +1,4 @@ -import { HeaderBag } from "@aws-sdk/types"; +import { HeaderBag } from "@smithy/types"; import { hasHeader } from "./hasHeader"; diff --git a/packages/middleware-flexible-checksums/src/hasHeader.ts b/packages/middleware-flexible-checksums/src/hasHeader.ts index 14c602838086..ea8503972ece 100644 --- a/packages/middleware-flexible-checksums/src/hasHeader.ts +++ b/packages/middleware-flexible-checksums/src/hasHeader.ts @@ -1,4 +1,4 @@ -import { HeaderBag } from "@aws-sdk/types"; +import { HeaderBag } from "@smithy/types"; /** * Returns true if header is present in headers. diff --git a/packages/middleware-flexible-checksums/src/isStreaming.spec.ts b/packages/middleware-flexible-checksums/src/isStreaming.spec.ts index dd1f820d61ca..339774dcacf4 100644 --- a/packages/middleware-flexible-checksums/src/isStreaming.spec.ts +++ b/packages/middleware-flexible-checksums/src/isStreaming.spec.ts @@ -1,8 +1,8 @@ -import { isArrayBuffer } from "@aws-sdk/is-array-buffer"; +import { isArrayBuffer } from "@smithy/is-array-buffer"; import { isStreaming } from "./isStreaming"; -jest.mock("@aws-sdk/is-array-buffer"); +jest.mock("@smithy/is-array-buffer"); describe(isStreaming.name, () => { beforeEach(() => { diff --git a/packages/middleware-flexible-checksums/src/isStreaming.ts b/packages/middleware-flexible-checksums/src/isStreaming.ts index 357a7242ebe6..cb407d574ea9 100644 --- a/packages/middleware-flexible-checksums/src/isStreaming.ts +++ b/packages/middleware-flexible-checksums/src/isStreaming.ts @@ -1,4 +1,4 @@ -import { isArrayBuffer } from "@aws-sdk/is-array-buffer"; +import { isArrayBuffer } from "@smithy/is-array-buffer"; /** * Returns true if the given value is a streaming response. diff --git a/packages/middleware-flexible-checksums/src/selectChecksumAlgorithmFunction.ts b/packages/middleware-flexible-checksums/src/selectChecksumAlgorithmFunction.ts index 97d1024e4079..e5514ce17956 100644 --- a/packages/middleware-flexible-checksums/src/selectChecksumAlgorithmFunction.ts +++ b/packages/middleware-flexible-checksums/src/selectChecksumAlgorithmFunction.ts @@ -1,6 +1,6 @@ import { AwsCrc32 } from "@aws-crypto/crc32"; import { AwsCrc32c } from "@aws-crypto/crc32c"; -import { Checksum, ChecksumConstructor, HashConstructor } from "@aws-sdk/types"; +import { Checksum, ChecksumConstructor, HashConstructor } from "@smithy/types"; import { PreviouslyResolved } from "./configuration"; import { ChecksumAlgorithm } from "./constants"; diff --git a/packages/middleware-flexible-checksums/src/stringHasher.ts b/packages/middleware-flexible-checksums/src/stringHasher.ts index 28ad9bb8e05e..dbaa471037fe 100644 --- a/packages/middleware-flexible-checksums/src/stringHasher.ts +++ b/packages/middleware-flexible-checksums/src/stringHasher.ts @@ -1,5 +1,5 @@ -import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +import { ChecksumConstructor, HashConstructor } from "@smithy/types"; +import { toUint8Array } from "@smithy/util-utf8"; /** * A function that, given a hash constructor and a string, calculates the hash of the string. diff --git a/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.spec.ts b/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.spec.ts index abf9805f170d..65d8353af701 100644 --- a/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.spec.ts +++ b/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.spec.ts @@ -1,4 +1,4 @@ -import { HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpResponse } from "@smithy/protocol-http"; import { PreviouslyResolved } from "./configuration"; import { ChecksumAlgorithm } from "./constants"; diff --git a/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.ts b/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.ts index fffab6e0c6e6..a25028fb2ec7 100644 --- a/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.ts +++ b/packages/middleware-flexible-checksums/src/validateChecksumFromResponse.ts @@ -1,4 +1,4 @@ -import { HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpResponse } from "@smithy/protocol-http"; import { PreviouslyResolved } from "./configuration"; import { ChecksumAlgorithm } from "./constants"; diff --git a/packages/middleware-host-header/package.json b/packages/middleware-host-header/package.json index e8b06dfa2ea0..a879533fe182 100644 --- a/packages/middleware-host-header/package.json +++ b/packages/middleware-host-header/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-host-header/src/index.spec.ts b/packages/middleware-host-header/src/index.spec.ts index e746fb7181c8..d3c3dbbda319 100644 --- a/packages/middleware-host-header/src/index.spec.ts +++ b/packages/middleware-host-header/src/index.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { hostHeaderMiddleware } from "./index"; describe("hostHeaderMiddleware", () => { diff --git a/packages/middleware-host-header/src/index.ts b/packages/middleware-host-header/src/index.ts index ac9b1c53847b..5f1a6eca2a52 100644 --- a/packages/middleware-host-header/src/index.ts +++ b/packages/middleware-host-header/src/index.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@smithy/types"; export interface HostHeaderInputConfig {} interface PreviouslyResolved { diff --git a/packages/middleware-location-constraint/package.json b/packages/middleware-location-constraint/package.json index d987c6cf0b38..f4ffeda4e89c 100644 --- a/packages/middleware-location-constraint/package.json +++ b/packages/middleware-location-constraint/package.json @@ -22,6 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-location-constraint/src/configuration.ts b/packages/middleware-location-constraint/src/configuration.ts index e60f18b1ebf7..54d1c26bf157 100644 --- a/packages/middleware-location-constraint/src/configuration.ts +++ b/packages/middleware-location-constraint/src/configuration.ts @@ -1,4 +1,4 @@ -import { Provider } from "@aws-sdk/types"; +import { Provider } from "@smithy/types"; export interface LocationConstraintInputConfig {} diff --git a/packages/middleware-location-constraint/src/index.ts b/packages/middleware-location-constraint/src/index.ts index e02b349f2adf..768250ff4677 100644 --- a/packages/middleware-location-constraint/src/index.ts +++ b/packages/middleware-location-constraint/src/index.ts @@ -6,7 +6,7 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { LocationConstraintResolvedConfig } from "./configuration"; diff --git a/packages/middleware-logger/package.json b/packages/middleware-logger/package.json index e29a7386f175..c44432f0f21a 100644 --- a/packages/middleware-logger/package.json +++ b/packages/middleware-logger/package.json @@ -23,6 +23,7 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-logger/src/loggerMiddleware.spec.ts b/packages/middleware-logger/src/loggerMiddleware.spec.ts index 9aa768e7487d..4ec3f88cc60f 100644 --- a/packages/middleware-logger/src/loggerMiddleware.spec.ts +++ b/packages/middleware-logger/src/loggerMiddleware.spec.ts @@ -1,4 +1,4 @@ -import { HandlerExecutionContext, Logger, MiddlewareStack } from "@aws-sdk/types"; +import { HandlerExecutionContext, Logger, MiddlewareStack } from "@smithy/types"; import { getLoggerPlugin, loggerMiddleware, loggerMiddlewareOptions } from "./loggerMiddleware"; diff --git a/packages/middleware-logger/src/loggerMiddleware.ts b/packages/middleware-logger/src/loggerMiddleware.ts index 80203d3f60b7..ac547d64dcf1 100644 --- a/packages/middleware-logger/src/loggerMiddleware.ts +++ b/packages/middleware-logger/src/loggerMiddleware.ts @@ -7,7 +7,7 @@ import { InitializeHandlerOutput, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; export const loggerMiddleware = () => diff --git a/packages/middleware-recursion-detection/package.json b/packages/middleware-recursion-detection/package.json index 069399e61955..f654b55464f8 100644 --- a/packages/middleware-recursion-detection/package.json +++ b/packages/middleware-recursion-detection/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-recursion-detection/src/index.spec.ts b/packages/middleware-recursion-detection/src/index.spec.ts index 2c0e054e736d..c7e067e0fa47 100644 --- a/packages/middleware-recursion-detection/src/index.spec.ts +++ b/packages/middleware-recursion-detection/src/index.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { recursionDetectionMiddleware } from "./index"; diff --git a/packages/middleware-recursion-detection/src/index.ts b/packages/middleware-recursion-detection/src/index.ts index 81fc924432e9..42fb46ecfdc9 100644 --- a/packages/middleware-recursion-detection/src/index.ts +++ b/packages/middleware-recursion-detection/src/index.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { AbsoluteLocation, BuildHandler, @@ -8,7 +8,7 @@ import { BuildMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id"; const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME"; diff --git a/packages/middleware-sdk-api-gateway/package.json b/packages/middleware-sdk-api-gateway/package.json index 99458433f883..c98412d8e580 100644 --- a/packages/middleware-sdk-api-gateway/package.json +++ b/packages/middleware-sdk-api-gateway/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-api-gateway/src/index.spec.ts b/packages/middleware-sdk-api-gateway/src/index.spec.ts index f84c2b38bb8f..06a58af14057 100644 --- a/packages/middleware-sdk-api-gateway/src/index.spec.ts +++ b/packages/middleware-sdk-api-gateway/src/index.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { acceptHeaderMiddleware } from "./index"; diff --git a/packages/middleware-sdk-api-gateway/src/index.ts b/packages/middleware-sdk-api-gateway/src/index.ts index 43e4b3396f60..21ba79037a9f 100644 --- a/packages/middleware-sdk-api-gateway/src/index.ts +++ b/packages/middleware-sdk-api-gateway/src/index.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -7,7 +7,7 @@ import { BuildMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; export function acceptHeaderMiddleware(): BuildMiddleware { return (next: BuildHandler): BuildHandler => diff --git a/packages/middleware-sdk-ec2/package.json b/packages/middleware-sdk-ec2/package.json index f6422ab56187..77cbb9a23d01 100644 --- a/packages/middleware-sdk-ec2/package.json +++ b/packages/middleware-sdk-ec2/package.json @@ -21,11 +21,12 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/middleware-endpoint": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", - "@aws-sdk/smithy-client": "*", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", "tslib": "^2.5.0" }, diff --git a/packages/middleware-sdk-ec2/src/fixture.ts b/packages/middleware-sdk-ec2/src/fixture.ts index a80a01cf7fb9..565eda165a61 100644 --- a/packages/middleware-sdk-ec2/src/fixture.ts +++ b/packages/middleware-sdk-ec2/src/fixture.ts @@ -1,4 +1,4 @@ -import { SourceData } from "@aws-sdk/types"; +import { SourceData } from "@smithy/types"; export class MockSha256 { // eslint-disable-next-line @typescript-eslint/no-unused-vars diff --git a/packages/middleware-sdk-ec2/src/index.spec.ts b/packages/middleware-sdk-ec2/src/index.spec.ts index 312b5f08cd7b..5d6fc3f6adda 100755 --- a/packages/middleware-sdk-ec2/src/index.spec.ts +++ b/packages/middleware-sdk-ec2/src/index.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { EndpointV2 } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { EndpointV2 } from "@smithy/types"; import { credentials, MockSha256, region } from "./fixture"; import { copySnapshotPresignedUrlMiddleware } from "./index"; diff --git a/packages/middleware-sdk-ec2/src/index.ts b/packages/middleware-sdk-ec2/src/index.ts index 6e6fd705e9eb..e89f9075fb29 100755 --- a/packages/middleware-sdk-ec2/src/index.ts +++ b/packages/middleware-sdk-ec2/src/index.ts @@ -1,7 +1,8 @@ -import { getEndpointFromInstructions, toEndpointV1 } from "@aws-sdk/middleware-endpoint"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 } from "@aws-sdk/signature-v4"; -import { extendedEncodeURIComponent } from "@aws-sdk/smithy-client"; +import { formatUrl } from "@aws-sdk/util-format-url"; +import { getEndpointFromInstructions, toEndpointV1 } from "@smithy/middleware-endpoint"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 } from "@smithy/signature-v4"; +import { extendedEncodeURIComponent } from "@smithy/smithy-client"; import { AwsCredentialIdentity, ChecksumConstructor, @@ -19,8 +20,7 @@ import { SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, -} from "@aws-sdk/types"; -import { formatUrl } from "@aws-sdk/util-format-url"; +} from "@smithy/types"; interface PreviouslyResolved { credentials: MemoizedProvider; diff --git a/packages/middleware-sdk-glacier/package.json b/packages/middleware-sdk-glacier/package.json index 043d31fb19e9..ec86b501d4f3 100644 --- a/packages/middleware-sdk-glacier/package.json +++ b/packages/middleware-sdk-glacier/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-glacier/src/account-id-default.ts b/packages/middleware-sdk-glacier/src/account-id-default.ts index 2ee41fe77013..4cb33df58f93 100644 --- a/packages/middleware-sdk-glacier/src/account-id-default.ts +++ b/packages/middleware-sdk-glacier/src/account-id-default.ts @@ -5,7 +5,7 @@ import { InitializeHandlerOutput, InitializeMiddleware, MetadataBearer, -} from "@aws-sdk/types"; +} from "@smithy/types"; export function accountIdDefaultMiddleware(): InitializeMiddleware { return (next: InitializeHandler): InitializeHandler => diff --git a/packages/middleware-sdk-glacier/src/add-checksum-headers.spec.ts b/packages/middleware-sdk-glacier/src/add-checksum-headers.spec.ts index 648d9279fcdc..88cd6dbe5b2d 100644 --- a/packages/middleware-sdk-glacier/src/add-checksum-headers.spec.ts +++ b/packages/middleware-sdk-glacier/src/add-checksum-headers.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { addChecksumHeadersMiddleware } from "./add-checksum-headers"; diff --git a/packages/middleware-sdk-glacier/src/add-checksum-headers.ts b/packages/middleware-sdk-glacier/src/add-checksum-headers.ts index eff1f249d62f..f82fbfac5d6b 100644 --- a/packages/middleware-sdk-glacier/src/add-checksum-headers.ts +++ b/packages/middleware-sdk-glacier/src/add-checksum-headers.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -6,7 +6,7 @@ import { BuildHandlerOutput, BuildMiddleware, MetadataBearer, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { PreviouslyResolved } from "./configurations"; diff --git a/packages/middleware-sdk-glacier/src/add-glacier-api-version.spec.ts b/packages/middleware-sdk-glacier/src/add-glacier-api-version.spec.ts index 6410f3e020a6..8b72e5f1bad2 100644 --- a/packages/middleware-sdk-glacier/src/add-glacier-api-version.spec.ts +++ b/packages/middleware-sdk-glacier/src/add-glacier-api-version.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { addGlacierApiVersionMiddleware } from "./add-glacier-api-version"; diff --git a/packages/middleware-sdk-glacier/src/add-glacier-api-version.ts b/packages/middleware-sdk-glacier/src/add-glacier-api-version.ts index 2242e5027918..3e4e0712d912 100644 --- a/packages/middleware-sdk-glacier/src/add-glacier-api-version.ts +++ b/packages/middleware-sdk-glacier/src/add-glacier-api-version.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -6,7 +6,7 @@ import { BuildHandlerOutput, BuildMiddleware, MetadataBearer, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { PreviouslyResolved } from "./configurations"; diff --git a/packages/middleware-sdk-glacier/src/configurations.ts b/packages/middleware-sdk-glacier/src/configurations.ts index 428aebce9031..3262a43531bf 100644 --- a/packages/middleware-sdk-glacier/src/configurations.ts +++ b/packages/middleware-sdk-glacier/src/configurations.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest, Pluggable } from "@aws-sdk/types"; +import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest, Pluggable } from "@smithy/types"; import { accountIdDefaultMiddleware, accountIdDefaultMiddlewareOptions } from "./account-id-default"; import { addChecksumHeadersMiddleware, addChecksumHeadersMiddlewareOptions } from "./add-checksum-headers"; diff --git a/packages/middleware-sdk-machinelearning/package.json b/packages/middleware-sdk-machinelearning/package.json index 9a12f0f71d38..dcbdafbc200d 100644 --- a/packages/middleware-sdk-machinelearning/package.json +++ b/packages/middleware-sdk-machinelearning/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-machinelearning/src/predict-endpoint.spec.ts b/packages/middleware-sdk-machinelearning/src/predict-endpoint.spec.ts index d726dba7ee66..0008bc4a9ae9 100644 --- a/packages/middleware-sdk-machinelearning/src/predict-endpoint.spec.ts +++ b/packages/middleware-sdk-machinelearning/src/predict-endpoint.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { predictEndpointMiddleware } from "./predict-endpoint"; diff --git a/packages/middleware-sdk-machinelearning/src/predict-endpoint.ts b/packages/middleware-sdk-machinelearning/src/predict-endpoint.ts index d2517b9ee0dc..afc5fb0f1496 100644 --- a/packages/middleware-sdk-machinelearning/src/predict-endpoint.ts +++ b/packages/middleware-sdk-machinelearning/src/predict-endpoint.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, @@ -8,7 +8,7 @@ import { MetadataBearer, Pluggable, UrlParser, -} from "@aws-sdk/types"; +} from "@smithy/types"; export function predictEndpointMiddleware(options: { urlParser: UrlParser }): BuildMiddleware { return (next: BuildHandler): BuildHandler => diff --git a/packages/middleware-sdk-rds/package.json b/packages/middleware-sdk-rds/package.json index 18d794d9d2d5..c41b901bb939 100644 --- a/packages/middleware-sdk-rds/package.json +++ b/packages/middleware-sdk-rds/package.json @@ -21,10 +21,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/middleware-endpoint": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", "tslib": "^2.5.0" }, diff --git a/packages/middleware-sdk-rds/src/fixture.ts b/packages/middleware-sdk-rds/src/fixture.ts index 429c6c047af0..b9c171a26292 100644 --- a/packages/middleware-sdk-rds/src/fixture.ts +++ b/packages/middleware-sdk-rds/src/fixture.ts @@ -1,4 +1,4 @@ -import { SourceData } from "@aws-sdk/types"; +import { SourceData } from "@smithy/types"; export class MockSha256 { // eslint-disable-next-line @typescript-eslint/no-unused-vars diff --git a/packages/middleware-sdk-rds/src/index.ts b/packages/middleware-sdk-rds/src/index.ts index 941a75229649..cd7968f2fc3b 100644 --- a/packages/middleware-sdk-rds/src/index.ts +++ b/packages/middleware-sdk-rds/src/index.ts @@ -1,6 +1,7 @@ -import { toEndpointV1 } from "@aws-sdk/middleware-endpoint"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 } from "@aws-sdk/signature-v4"; +import { formatUrl } from "@aws-sdk/util-format-url"; +import { toEndpointV1 } from "@smithy/middleware-endpoint"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 } from "@smithy/signature-v4"; import { AwsCredentialIdentity, ChecksumConstructor, @@ -17,8 +18,7 @@ import { Provider, RelativeMiddlewareOptions, SerializeHandlerOptions, -} from "@aws-sdk/types"; -import { formatUrl } from "@aws-sdk/util-format-url"; +} from "@smithy/types"; const regARN = /arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?/; diff --git a/packages/middleware-sdk-route53/package.json b/packages/middleware-sdk-route53/package.json index 310523c92552..aaa3c820e95c 100644 --- a/packages/middleware-sdk-route53/package.json +++ b/packages/middleware-sdk-route53/package.json @@ -22,6 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-route53/src/change-resource-record-sets.ts b/packages/middleware-sdk-route53/src/change-resource-record-sets.ts index a9dbad7c772e..78f4c85fab62 100644 --- a/packages/middleware-sdk-route53/src/change-resource-record-sets.ts +++ b/packages/middleware-sdk-route53/src/change-resource-record-sets.ts @@ -6,7 +6,7 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { IDENTIFIER_PREFIX_PATTERN } from "./constants"; diff --git a/packages/middleware-sdk-route53/src/id-normalizer.ts b/packages/middleware-sdk-route53/src/id-normalizer.ts index ae0840ba4b90..5cb7f1013d75 100644 --- a/packages/middleware-sdk-route53/src/id-normalizer.ts +++ b/packages/middleware-sdk-route53/src/id-normalizer.ts @@ -6,7 +6,7 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { IDENTIFIER_PREFIX_PATTERN } from "./constants"; diff --git a/packages/middleware-sdk-s3-control/package.json b/packages/middleware-sdk-s3-control/package.json index b23406e8997c..982bfa90bce1 100644 --- a/packages/middleware-sdk-s3-control/package.json +++ b/packages/middleware-sdk-s3-control/package.json @@ -22,13 +22,14 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-bucket-endpoint": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-arn-parser": "*", "tslib": "^2.5.0" }, "devDependencies": { - "@aws-sdk/middleware-stack": "*", + "@smithy/middleware-stack": "^1.0.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/middleware-sdk-s3-control/src/configurations.ts b/packages/middleware-sdk-s3-control/src/configurations.ts index 79b1dc6a5d3c..7d2796712866 100644 --- a/packages/middleware-sdk-s3-control/src/configurations.ts +++ b/packages/middleware-sdk-s3-control/src/configurations.ts @@ -1,4 +1,4 @@ -import { Provider, RegionInfoProvider } from "@aws-sdk/types"; +import { Provider, RegionInfoProvider } from "@smithy/types"; export { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-bucket-endpoint"; export interface S3ControlInputConfig { diff --git a/packages/middleware-sdk-s3-control/src/host-prefix-deduplication/hostPrefixDeduplicationMiddleware.ts b/packages/middleware-sdk-s3-control/src/host-prefix-deduplication/hostPrefixDeduplicationMiddleware.ts index af56b164804e..55ac3ea1c8b8 100644 --- a/packages/middleware-sdk-s3-control/src/host-prefix-deduplication/hostPrefixDeduplicationMiddleware.ts +++ b/packages/middleware-sdk-s3-control/src/host-prefix-deduplication/hostPrefixDeduplicationMiddleware.ts @@ -7,7 +7,7 @@ import { SerializeHandlerArguments, SerializeHandlerOutput, SerializeMiddleware, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { deduplicateHostPrefix } from "./deduplicateHostPrefix"; diff --git a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.spec.ts b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.spec.ts index e6d171a8e98a..2de3a578dd41 100644 --- a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.spec.ts +++ b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.spec.ts @@ -1,6 +1,6 @@ -import { constructStack } from "@aws-sdk/middleware-stack"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { Provider, RegionInfo } from "@aws-sdk/types"; +import { constructStack } from "@smithy/middleware-stack"; +import { HttpRequest } from "@smithy/protocol-http"; +import { Provider, RegionInfo } from "@smithy/types"; import { S3ControlResolvedConfig } from "../configurations"; import { getProcessArnablesPlugin } from "./getProcessArnablesPlugin"; diff --git a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.ts b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.ts index ea2e8f700224..6c129d6b9aef 100644 --- a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.ts +++ b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/getProcessArnablesPlugin.ts @@ -1,4 +1,4 @@ -import { Pluggable } from "@aws-sdk/types"; +import { Pluggable } from "@smithy/types"; import { S3ControlResolvedConfig } from "../configurations"; import { parseOutpostArnablesMiddleaware, parseOutpostArnablesMiddleawareOptions } from "./parse-outpost-arnables"; diff --git a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/parse-outpost-arnables.ts b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/parse-outpost-arnables.ts index e66ef429bc81..108e30e9dfd2 100644 --- a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/parse-outpost-arnables.ts +++ b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/parse-outpost-arnables.ts @@ -6,9 +6,9 @@ import { validatePartition, validateRegion, } from "@aws-sdk/middleware-bucket-endpoint"; -import { InitializeHandlerOptions, InitializeMiddleware } from "@aws-sdk/types"; import { ARN, parse as parseArn, validate as validateArn } from "@aws-sdk/util-arn-parser"; import { partition } from "@aws-sdk/util-endpoints"; +import { InitializeHandlerOptions, InitializeMiddleware } from "@smithy/types"; import { S3ControlResolvedConfig } from "../configurations"; import { CONTEXT_ARN_REGION, CONTEXT_OUTPOST_ID, CONTEXT_SIGNING_REGION, CONTEXT_SIGNING_SERVICE } from "../constants"; diff --git a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/update-arnables-request.ts b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/update-arnables-request.ts index ac2f2ae43ac7..5160cd975ca9 100644 --- a/packages/middleware-sdk-s3-control/src/process-arnables-plugin/update-arnables-request.ts +++ b/packages/middleware-sdk-s3-control/src/process-arnables-plugin/update-arnables-request.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerOptions, BuildMiddleware, Provider } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerOptions, BuildMiddleware, Provider } from "@smithy/types"; import { CONTEXT_ACCOUNT_ID, CONTEXT_ARN_REGION, CONTEXT_OUTPOST_ID } from "../constants"; import { getOutpostEndpoint } from "./getOutpostEndpoint"; diff --git a/packages/middleware-sdk-s3-control/src/redirect-from-postid.spec.ts b/packages/middleware-sdk-s3-control/src/redirect-from-postid.spec.ts index 09edf5da8063..8264b76deb4c 100644 --- a/packages/middleware-sdk-s3-control/src/redirect-from-postid.spec.ts +++ b/packages/middleware-sdk-s3-control/src/redirect-from-postid.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { redirectFromPostIdMiddleware } from "./redirect-from-postid"; diff --git a/packages/middleware-sdk-s3-control/src/redirect-from-postid.ts b/packages/middleware-sdk-s3-control/src/redirect-from-postid.ts index f4f8288d230b..b652669a0393 100644 --- a/packages/middleware-sdk-s3-control/src/redirect-from-postid.ts +++ b/packages/middleware-sdk-s3-control/src/redirect-from-postid.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerOptions, BuildMiddleware, Pluggable, Provider } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerOptions, BuildMiddleware, Pluggable, Provider } from "@smithy/types"; import { S3ControlResolvedConfig } from "./configurations"; import { CONTEXT_SIGNING_SERVICE } from "./constants"; diff --git a/packages/middleware-sdk-s3/package.json b/packages/middleware-sdk-s3/package.json index b730ac7a761c..b0857c6a8fbf 100644 --- a/packages/middleware-sdk-s3/package.json +++ b/packages/middleware-sdk-s3/package.json @@ -21,8 +21,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-arn-parser": "*", "tslib": "^2.5.0" }, diff --git a/packages/middleware-sdk-s3/src/check-content-length-header.ts b/packages/middleware-sdk-s3/src/check-content-length-header.ts index c941242fc06b..eddc551a2a0d 100644 --- a/packages/middleware-sdk-s3/src/check-content-length-header.ts +++ b/packages/middleware-sdk-s3/src/check-content-length-header.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { FinalizeHandler, FinalizeHandlerArguments, @@ -8,7 +8,7 @@ import { HandlerExecutionContext, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; +} from "@smithy/types"; const CONTENT_LENGTH_HEADER = "content-length"; diff --git a/packages/middleware-sdk-s3/src/middleware-sdk-s3.integ.spec.ts b/packages/middleware-sdk-s3/src/middleware-sdk-s3.integ.spec.ts index 1df0797e7222..84df5c20f454 100644 --- a/packages/middleware-sdk-s3/src/middleware-sdk-s3.integ.spec.ts +++ b/packages/middleware-sdk-s3/src/middleware-sdk-s3.integ.spec.ts @@ -1,5 +1,5 @@ import { S3 } from "@aws-sdk/client-s3"; -import { NoOpLogger } from "@aws-sdk/smithy-client"; +import { NoOpLogger } from "@smithy/smithy-client"; import { requireRequestsFrom } from "../../../private/aws-util-test/src"; diff --git a/packages/middleware-sdk-s3/src/throw-200-exceptions.spec.ts b/packages/middleware-sdk-s3/src/throw-200-exceptions.spec.ts index f878dcb1b6ba..be83c73503a1 100644 --- a/packages/middleware-sdk-s3/src/throw-200-exceptions.spec.ts +++ b/packages/middleware-sdk-s3/src/throw-200-exceptions.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { throw200ExceptionsMiddleware } from "./throw-200-exceptions"; diff --git a/packages/middleware-sdk-s3/src/throw-200-exceptions.ts b/packages/middleware-sdk-s3/src/throw-200-exceptions.ts index e3986633861e..08b4ca18c8ab 100644 --- a/packages/middleware-sdk-s3/src/throw-200-exceptions.ts +++ b/packages/middleware-sdk-s3/src/throw-200-exceptions.ts @@ -1,5 +1,5 @@ -import { HttpResponse } from "@aws-sdk/protocol-http"; -import { DeserializeMiddleware, Encoder, Pluggable, RelativeMiddlewareOptions, StreamCollector } from "@aws-sdk/types"; +import { HttpResponse } from "@smithy/protocol-http"; +import { DeserializeMiddleware, Encoder, Pluggable, RelativeMiddlewareOptions, StreamCollector } from "@smithy/types"; type PreviouslyResolved = { streamCollector: StreamCollector; diff --git a/packages/middleware-sdk-s3/src/validate-bucket-name.ts b/packages/middleware-sdk-s3/src/validate-bucket-name.ts index 4064d57885cf..85b8dfa144b6 100644 --- a/packages/middleware-sdk-s3/src/validate-bucket-name.ts +++ b/packages/middleware-sdk-s3/src/validate-bucket-name.ts @@ -1,3 +1,4 @@ +import { validate as validateArn } from "@aws-sdk/util-arn-parser"; import { InitializeHandler, InitializeHandlerArguments, @@ -6,8 +7,7 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; -import { validate as validateArn } from "@aws-sdk/util-arn-parser"; +} from "@smithy/types"; /** * @internal diff --git a/packages/middleware-sdk-sqs/package.json b/packages/middleware-sdk-sqs/package.json index e163fb2fd84e..3830d5225895 100644 --- a/packages/middleware-sdk-sqs/package.json +++ b/packages/middleware-sdk-sqs/package.json @@ -22,8 +22,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@aws-sdk/util-hex-encoding": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-hex-encoding": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-sqs/src/configurations.ts b/packages/middleware-sdk-sqs/src/configurations.ts index 021f640ff924..e24e8197c79c 100644 --- a/packages/middleware-sdk-sqs/src/configurations.ts +++ b/packages/middleware-sdk-sqs/src/configurations.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types"; +import { ChecksumConstructor, HashConstructor } from "@smithy/types"; export interface PreviouslyResolved { md5: ChecksumConstructor | HashConstructor; diff --git a/packages/middleware-sdk-sqs/src/middleware-sdk-sqs.integ.spec.ts b/packages/middleware-sdk-sqs/src/middleware-sdk-sqs.integ.spec.ts index 7325e3cf2b8e..52e764176556 100644 --- a/packages/middleware-sdk-sqs/src/middleware-sdk-sqs.integ.spec.ts +++ b/packages/middleware-sdk-sqs/src/middleware-sdk-sqs.integ.spec.ts @@ -1,5 +1,5 @@ import { SQS } from "@aws-sdk/client-sqs"; -import { HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpResponse } from "@smithy/protocol-http"; import crypto from "crypto"; import { Readable } from "stream"; diff --git a/packages/middleware-sdk-sqs/src/receive-message.ts b/packages/middleware-sdk-sqs/src/receive-message.ts index 8f91572bcbf2..0139cfed6356 100644 --- a/packages/middleware-sdk-sqs/src/receive-message.ts +++ b/packages/middleware-sdk-sqs/src/receive-message.ts @@ -6,9 +6,9 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +} from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; import { PreviouslyResolved } from "./configurations"; diff --git a/packages/middleware-sdk-sqs/src/receive-messages.spec.ts b/packages/middleware-sdk-sqs/src/receive-messages.spec.ts index e522272556f8..1414f0ae81a0 100644 --- a/packages/middleware-sdk-sqs/src/receive-messages.spec.ts +++ b/packages/middleware-sdk-sqs/src/receive-messages.spec.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor } from "@aws-sdk/types"; +import { ChecksumConstructor } from "@smithy/types"; import { receiveMessageMiddleware } from "./receive-message"; diff --git a/packages/middleware-sdk-sqs/src/send-message-batch.spec.ts b/packages/middleware-sdk-sqs/src/send-message-batch.spec.ts index 40de39587f44..4eff4185e186 100644 --- a/packages/middleware-sdk-sqs/src/send-message-batch.spec.ts +++ b/packages/middleware-sdk-sqs/src/send-message-batch.spec.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor } from "@aws-sdk/types"; +import { ChecksumConstructor } from "@smithy/types"; import { sendMessageBatchMiddleware } from "./send-message-batch"; diff --git a/packages/middleware-sdk-sqs/src/send-message-batch.ts b/packages/middleware-sdk-sqs/src/send-message-batch.ts index 8f5de63eb5b6..31fbaed3c8f9 100644 --- a/packages/middleware-sdk-sqs/src/send-message-batch.ts +++ b/packages/middleware-sdk-sqs/src/send-message-batch.ts @@ -6,9 +6,9 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +} from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; import { PreviouslyResolved } from "./configurations"; diff --git a/packages/middleware-sdk-sqs/src/send-message.spec.ts b/packages/middleware-sdk-sqs/src/send-message.spec.ts index 276404becaab..2eeea59abacf 100644 --- a/packages/middleware-sdk-sqs/src/send-message.spec.ts +++ b/packages/middleware-sdk-sqs/src/send-message.spec.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor } from "@aws-sdk/types"; +import { ChecksumConstructor } from "@smithy/types"; import { sendMessageMiddleware } from "./send-message"; diff --git a/packages/middleware-sdk-sqs/src/send-message.ts b/packages/middleware-sdk-sqs/src/send-message.ts index b0162ab634f6..e62ae5fb1aa8 100644 --- a/packages/middleware-sdk-sqs/src/send-message.ts +++ b/packages/middleware-sdk-sqs/src/send-message.ts @@ -6,9 +6,9 @@ import { InitializeMiddleware, MetadataBearer, Pluggable, -} from "@aws-sdk/types"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +} from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; import { PreviouslyResolved } from "./configurations"; diff --git a/packages/middleware-sdk-sts/package.json b/packages/middleware-sdk-sts/package.json index 353f2d69ab72..7224cb33eeb5 100644 --- a/packages/middleware-sdk-sts/package.json +++ b/packages/middleware-sdk-sts/package.json @@ -23,6 +23,7 @@ "dependencies": { "@aws-sdk/middleware-signing": "*", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-sts/src/index.ts b/packages/middleware-sdk-sts/src/index.ts index 4416809e4df7..640d38f79c38 100644 --- a/packages/middleware-sdk-sts/src/index.ts +++ b/packages/middleware-sdk-sts/src/index.ts @@ -6,7 +6,7 @@ import { HashConstructor, Provider, RegionInfoProvider, -} from "@aws-sdk/types"; +} from "@smithy/types"; export interface StsAuthInputConfig extends AwsAuthInputConfig {} diff --git a/packages/middleware-sdk-transcribe-streaming/package.json b/packages/middleware-sdk-transcribe-streaming/package.json index a0366d3033af..0564147a1bb6 100644 --- a/packages/middleware-sdk-transcribe-streaming/package.json +++ b/packages/middleware-sdk-transcribe-streaming/package.json @@ -21,10 +21,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/packages/middleware-sdk-transcribe-streaming/src/eventstream-handler.ts b/packages/middleware-sdk-transcribe-streaming/src/eventstream-handler.ts index 4fc07a478585..22ca62c3dbf5 100644 --- a/packages/middleware-sdk-transcribe-streaming/src/eventstream-handler.ts +++ b/packages/middleware-sdk-transcribe-streaming/src/eventstream-handler.ts @@ -2,7 +2,7 @@ import { BuildHandler, BuildHandlerArguments, EventStreamPayloadHandler as IEventStreamPayloadHandler, -} from "@aws-sdk/types"; +} from "@smithy/types"; export const eventStreamPayloadHandler: IEventStreamPayloadHandler = { handle: (next: BuildHandler, args: BuildHandlerArguments) => next(args), diff --git a/packages/middleware-sdk-transcribe-streaming/src/getTranscribeStreamingPlugin.ts b/packages/middleware-sdk-transcribe-streaming/src/getTranscribeStreamingPlugin.ts index 51b059e94ce8..6e5dcff3f06b 100644 --- a/packages/middleware-sdk-transcribe-streaming/src/getTranscribeStreamingPlugin.ts +++ b/packages/middleware-sdk-transcribe-streaming/src/getTranscribeStreamingPlugin.ts @@ -1,4 +1,4 @@ -import { Pluggable, RequestHandler } from "@aws-sdk/types"; +import { Pluggable, RequestHandler } from "@smithy/types"; import { injectResponseValuesMiddleware, diff --git a/packages/middleware-sdk-transcribe-streaming/src/middleware-inject-response-values.ts b/packages/middleware-sdk-transcribe-streaming/src/middleware-inject-response-values.ts index e0cc03a012b5..66fcf580b317 100644 --- a/packages/middleware-sdk-transcribe-streaming/src/middleware-inject-response-values.ts +++ b/packages/middleware-sdk-transcribe-streaming/src/middleware-inject-response-values.ts @@ -4,7 +4,7 @@ import { InitializeHandlerOptions, InitializeMiddleware, RequestHandler, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { v4 } from "uuid"; type WithSession = { diff --git a/packages/middleware-sdk-transcribe-streaming/src/middleware-port.spec.ts b/packages/middleware-sdk-transcribe-streaming/src/middleware-port.spec.ts index bc4eefca0ff1..325876ba1f67 100644 --- a/packages/middleware-sdk-transcribe-streaming/src/middleware-port.spec.ts +++ b/packages/middleware-sdk-transcribe-streaming/src/middleware-port.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerArguments, RequestHandler } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerArguments, RequestHandler } from "@smithy/types"; import { websocketPortMiddleware } from "./middleware-port"; diff --git a/packages/middleware-sdk-transcribe-streaming/src/middleware-port.ts b/packages/middleware-sdk-transcribe-streaming/src/middleware-port.ts index 04e27d94fec7..1475e46de8a3 100644 --- a/packages/middleware-sdk-transcribe-streaming/src/middleware-port.ts +++ b/packages/middleware-sdk-transcribe-streaming/src/middleware-port.ts @@ -1,11 +1,11 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, BuildMiddleware, RelativeMiddlewareOptions, RequestHandler, -} from "@aws-sdk/types"; +} from "@smithy/types"; /** * Middleware that generates WebSocket URL to TranscribeStreaming service diff --git a/packages/middleware-signing/package.json b/packages/middleware-signing/package.json index 9f5b1fa57fe5..e03f24b3966a 100644 --- a/packages/middleware-signing/package.json +++ b/packages/middleware-signing/package.json @@ -21,11 +21,12 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/property-provider": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", - "@aws-sdk/util-middleware": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-middleware": "^1.0.1", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-signing/src/awsAuthConfiguration.spec.ts b/packages/middleware-signing/src/awsAuthConfiguration.spec.ts index d86d559e123e..6d0357a04457 100644 --- a/packages/middleware-signing/src/awsAuthConfiguration.spec.ts +++ b/packages/middleware-signing/src/awsAuthConfiguration.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { resolveAwsAuthConfig, resolveSigV4AuthConfig } from "./awsAuthConfiguration"; diff --git a/packages/middleware-signing/src/awsAuthConfiguration.ts b/packages/middleware-signing/src/awsAuthConfiguration.ts index 59f97f9f6ead..9b6b77aac615 100644 --- a/packages/middleware-signing/src/awsAuthConfiguration.ts +++ b/packages/middleware-signing/src/awsAuthConfiguration.ts @@ -1,5 +1,5 @@ -import { memoize } from "@aws-sdk/property-provider"; -import { SignatureV4, SignatureV4CryptoInit, SignatureV4Init } from "@aws-sdk/signature-v4"; +import { memoize } from "@smithy/property-provider"; +import { SignatureV4, SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4"; import { AuthScheme, AwsCredentialIdentity, @@ -11,8 +11,8 @@ import { RegionInfo, RegionInfoProvider, RequestSigner, -} from "@aws-sdk/types"; -import { normalizeProvider } from "@aws-sdk/util-middleware"; +} from "@smithy/types"; +import { normalizeProvider } from "@smithy/util-middleware"; // 5 minutes buffer time the refresh the credential before it really expires const CREDENTIAL_EXPIRE_WINDOW = 300000; diff --git a/packages/middleware-signing/src/awsAuthMiddleware.spec.ts b/packages/middleware-signing/src/awsAuthMiddleware.spec.ts index 540d56d2b7f5..df2044d898d0 100644 --- a/packages/middleware-signing/src/awsAuthMiddleware.spec.ts +++ b/packages/middleware-signing/src/awsAuthMiddleware.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { RequestSigner } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { RequestSigner } from "@smithy/types"; import { awsAuthMiddleware } from "./awsAuthMiddleware"; import { getSkewCorrectedDate } from "./utils/getSkewCorrectedDate"; diff --git a/packages/middleware-signing/src/awsAuthMiddleware.ts b/packages/middleware-signing/src/awsAuthMiddleware.ts index 85838d14d0cd..a860f8253d64 100644 --- a/packages/middleware-signing/src/awsAuthMiddleware.ts +++ b/packages/middleware-signing/src/awsAuthMiddleware.ts @@ -1,4 +1,4 @@ -import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { AuthScheme, FinalizeHandler, @@ -8,7 +8,7 @@ import { HandlerExecutionContext, Pluggable, RelativeMiddlewareOptions, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { AwsAuthResolvedConfig } from "./awsAuthConfiguration"; import { getSkewCorrectedDate } from "./utils/getSkewCorrectedDate"; diff --git a/packages/middleware-ssec/package.json b/packages/middleware-ssec/package.json index bfe1bcff430d..9d22b8192aad 100644 --- a/packages/middleware-ssec/package.json +++ b/packages/middleware-ssec/package.json @@ -22,6 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-ssec/src/index.spec.ts b/packages/middleware-ssec/src/index.spec.ts index 56d0d45736e4..a333412e126c 100644 --- a/packages/middleware-ssec/src/index.spec.ts +++ b/packages/middleware-ssec/src/index.spec.ts @@ -1,4 +1,4 @@ -import { ChecksumConstructor } from "@aws-sdk/types"; +import { ChecksumConstructor } from "@smithy/types"; import { ssecMiddleware } from "./"; diff --git a/packages/middleware-ssec/src/index.ts b/packages/middleware-ssec/src/index.ts index 503a8bcae670..63c245eb988a 100644 --- a/packages/middleware-ssec/src/index.ts +++ b/packages/middleware-ssec/src/index.ts @@ -11,7 +11,7 @@ import { MetadataBearer, Pluggable, SourceData, -} from "@aws-sdk/types"; +} from "@smithy/types"; interface PreviouslyResolved { base64Encoder: Encoder; md5: ChecksumConstructor | HashConstructor; diff --git a/packages/middleware-token/package.json b/packages/middleware-token/package.json index ef5000607f49..e83f45361de7 100644 --- a/packages/middleware-token/package.json +++ b/packages/middleware-token/package.json @@ -26,11 +26,12 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/property-provider": "*", - "@aws-sdk/protocol-http": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/token-providers": "*", "@aws-sdk/types": "*", - "@aws-sdk/util-middleware": "*", + "@smithy/types": "^1.1.0", + "@smithy/util-middleware": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-token/src/getTokenPlugin.ts b/packages/middleware-token/src/getTokenPlugin.ts index 6a21670401ef..e05fd3d72c25 100644 --- a/packages/middleware-token/src/getTokenPlugin.ts +++ b/packages/middleware-token/src/getTokenPlugin.ts @@ -1,4 +1,4 @@ -import { Pluggable } from "@aws-sdk/types"; +import { Pluggable } from "@smithy/types"; import { TokenResolvedConfig } from "./configurations"; import { tokenMiddleware, tokenMiddlewareOptions } from "./tokenMiddleware"; diff --git a/packages/middleware-token/src/normalizeTokenProvider.spec.ts b/packages/middleware-token/src/normalizeTokenProvider.spec.ts index f07b95f826f6..54bd27d73dff 100644 --- a/packages/middleware-token/src/normalizeTokenProvider.spec.ts +++ b/packages/middleware-token/src/normalizeTokenProvider.spec.ts @@ -1,10 +1,10 @@ -import { memoize } from "@aws-sdk/property-provider"; -import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { memoize } from "@smithy/property-provider"; +import { normalizeProvider } from "@smithy/util-middleware"; import { normalizeTokenProvider } from "./normalizeTokenProvider"; -jest.mock("@aws-sdk/property-provider"); -jest.mock("@aws-sdk/util-middleware"); +jest.mock("@smithy/property-provider"); +jest.mock("@smithy/util-middleware"); const ONE_SECOND_IN_MS = 1000; const ONE_HOUR_IN_MS = 3600 * ONE_SECOND_IN_MS; diff --git a/packages/middleware-token/src/normalizeTokenProvider.ts b/packages/middleware-token/src/normalizeTokenProvider.ts index 3537a1c78778..997b955e1566 100644 --- a/packages/middleware-token/src/normalizeTokenProvider.ts +++ b/packages/middleware-token/src/normalizeTokenProvider.ts @@ -1,6 +1,7 @@ -import { memoize } from "@aws-sdk/property-provider"; -import { MemoizedProvider, TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; -import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +import { memoize } from "@smithy/property-provider"; +import { MemoizedProvider } from "@smithy/types"; +import { normalizeProvider } from "@smithy/util-middleware"; const isTokenWithExpiry = (token: TokenIdentity) => token.expiration !== undefined; const isTokenExpiringWithinFiveMins = (token: TokenIdentity) => diff --git a/packages/middleware-token/src/tokenMiddleware.spec.ts b/packages/middleware-token/src/tokenMiddleware.spec.ts index 5aa61bc24e4b..6505ec5700fb 100644 --- a/packages/middleware-token/src/tokenMiddleware.spec.ts +++ b/packages/middleware-token/src/tokenMiddleware.spec.ts @@ -1,8 +1,8 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { tokenMiddleware } from "./tokenMiddleware"; -jest.mock("@aws-sdk/protocol-http"); +jest.mock("@smithy/protocol-http"); const ONE_HOUR_IN_MS = 3600 * 1000; diff --git a/packages/middleware-token/src/tokenMiddleware.ts b/packages/middleware-token/src/tokenMiddleware.ts index 0c65f4223d33..4732ce0a8404 100644 --- a/packages/middleware-token/src/tokenMiddleware.ts +++ b/packages/middleware-token/src/tokenMiddleware.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { FinalizeHandler, FinalizeHandlerArguments, @@ -8,7 +8,7 @@ import { HttpAuthDefinition, HttpAuthLocation, RelativeMiddlewareOptions, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { TokenResolvedConfig } from "./configurations"; diff --git a/packages/middleware-user-agent/package.json b/packages/middleware-user-agent/package.json index 96d8acff7d36..e58d273eda50 100644 --- a/packages/middleware-user-agent/package.json +++ b/packages/middleware-user-agent/package.json @@ -21,9 +21,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", - "@aws-sdk/types": "*", "@aws-sdk/util-endpoints": "*", + "@aws-sdk/types": "*", + "@smithy/protocol-http": "^1.1.0", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-user-agent/src/configurations.ts b/packages/middleware-user-agent/src/configurations.ts index ad9f2629f4e9..1f2c1870582e 100644 --- a/packages/middleware-user-agent/src/configurations.ts +++ b/packages/middleware-user-agent/src/configurations.ts @@ -1,4 +1,4 @@ -import { Provider, UserAgent } from "@aws-sdk/types"; +import { Provider, UserAgent } from "@smithy/types"; export interface UserAgentInputConfig { /** * The custom user agent header that would be appended to default one diff --git a/packages/middleware-user-agent/src/user-agent-middleware.spec.ts b/packages/middleware-user-agent/src/user-agent-middleware.spec.ts index 0ef6f71d2076..b971fb2588f1 100644 --- a/packages/middleware-user-agent/src/user-agent-middleware.spec.ts +++ b/packages/middleware-user-agent/src/user-agent-middleware.spec.ts @@ -1,6 +1,6 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { UserAgentPair } from "@aws-sdk/types"; import { setPartitionInfo, useDefaultPartitionInfo } from "@aws-sdk/util-endpoints"; +import { HttpRequest } from "@smithy/protocol-http"; +import { UserAgentPair } from "@smithy/types"; import { USER_AGENT, X_AMZ_USER_AGENT } from "./constants"; import { userAgentMiddleware } from "./user-agent-middleware"; diff --git a/packages/middleware-user-agent/src/user-agent-middleware.ts b/packages/middleware-user-agent/src/user-agent-middleware.ts index 620139c5f896..456f967b7d8a 100644 --- a/packages/middleware-user-agent/src/user-agent-middleware.ts +++ b/packages/middleware-user-agent/src/user-agent-middleware.ts @@ -1,4 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { getUserAgentPrefix } from "@aws-sdk/util-endpoints"; +import { HttpRequest } from "@smithy/protocol-http"; import { AbsoluteLocation, BuildHandler, @@ -9,8 +10,7 @@ import { MetadataBearer, Pluggable, UserAgentPair, -} from "@aws-sdk/types"; -import { getUserAgentPrefix } from "@aws-sdk/util-endpoints"; +} from "@smithy/types"; import { UserAgentResolvedConfig } from "./configurations"; import { diff --git a/packages/middleware-websocket/package.json b/packages/middleware-websocket/package.json index 6e819acafc8b..0f23c773bac2 100644 --- a/packages/middleware-websocket/package.json +++ b/packages/middleware-websocket/package.json @@ -21,14 +21,15 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/fetch-http-handler": "*", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", - "@aws-sdk/util-hex-encoding": "*", + "@smithy/util-hex-encoding": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-websocket/src/EventStreamPayloadHandler.spec.ts b/packages/middleware-websocket/src/EventStreamPayloadHandler.spec.ts index 9ddcb334d6e6..5f86c7653c48 100644 --- a/packages/middleware-websocket/src/EventStreamPayloadHandler.spec.ts +++ b/packages/middleware-websocket/src/EventStreamPayloadHandler.spec.ts @@ -1,21 +1,14 @@ /** * @jest-environment jsdom */ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { - Decoder, - Encoder, - FinalizeHandler, - FinalizeHandlerArguments, - HttpRequest, - MessageSigner, -} from "@aws-sdk/types"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { Decoder, Encoder, FinalizeHandler, FinalizeHandlerArguments, HttpRequest, MessageSigner } from "@smithy/types"; import { ReadableStream, TransformStream } from "web-streams-polyfill"; import { EventStreamPayloadHandler } from "./EventStreamPayloadHandler"; import { getEventSigningTransformStream } from "./get-event-signing-stream"; jest.mock("./get-event-signing-stream"); -jest.mock("@aws-sdk/eventstream-codec"); +jest.mock("@smithy/eventstream-codec"); describe(EventStreamPayloadHandler.name, () => { const mockSigner: MessageSigner = { diff --git a/packages/middleware-websocket/src/EventStreamPayloadHandler.ts b/packages/middleware-websocket/src/EventStreamPayloadHandler.ts index 4001365efcf9..5551a59fc4fb 100644 --- a/packages/middleware-websocket/src/EventStreamPayloadHandler.ts +++ b/packages/middleware-websocket/src/EventStreamPayloadHandler.ts @@ -1,4 +1,4 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; import { Decoder, Encoder, @@ -11,7 +11,7 @@ import { MessageSigner, MetadataBearer, Provider, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { getEventSigningTransformStream } from "./get-event-signing-stream"; diff --git a/packages/middleware-websocket/src/WebsocketSignatureV4.spec.ts b/packages/middleware-websocket/src/WebsocketSignatureV4.spec.ts index 538579dd130a..4b464e9711f6 100644 --- a/packages/middleware-websocket/src/WebsocketSignatureV4.spec.ts +++ b/packages/middleware-websocket/src/WebsocketSignatureV4.spec.ts @@ -1,10 +1,10 @@ // TODO: remove this file as duplicated to @aws-sdk/middleware-websocket -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { RequestPresigningArguments, RequestSigningArguments } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { RequestPresigningArguments, RequestSigningArguments } from "@smithy/types"; import { WebsocketSignatureV4 } from "./WebsocketSignatureV4"; -jest.mock("@aws-sdk/protocol-http"); +jest.mock("@smithy/protocol-http"); describe("WebsocketSignatureV4", () => { const mockPresignedRequest = { req: "mockPresignedRequest" }; diff --git a/packages/middleware-websocket/src/WebsocketSignatureV4.ts b/packages/middleware-websocket/src/WebsocketSignatureV4.ts index f81b0d009ebb..7f737f4dd1bb 100644 --- a/packages/middleware-websocket/src/WebsocketSignatureV4.ts +++ b/packages/middleware-websocket/src/WebsocketSignatureV4.ts @@ -1,12 +1,12 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 as BaseSignatureV4 } from "@aws-sdk/signature-v4"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 as BaseSignatureV4 } from "@smithy/signature-v4"; import { HttpRequest as IHttpRequest, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { isWebSocketRequest } from "./utils"; diff --git a/packages/middleware-websocket/src/eventstream-payload-handler-provider.ts b/packages/middleware-websocket/src/eventstream-payload-handler-provider.ts index 818b8e69dafe..e3d1b6ae8736 100644 --- a/packages/middleware-websocket/src/eventstream-payload-handler-provider.ts +++ b/packages/middleware-websocket/src/eventstream-payload-handler-provider.ts @@ -1,4 +1,4 @@ -import { Decoder, Encoder, EventStreamPayloadHandlerProvider, MessageSigner, Provider } from "@aws-sdk/types"; +import { Decoder, Encoder, EventStreamPayloadHandlerProvider, MessageSigner, Provider } from "@smithy/types"; import { EventStreamPayloadHandler } from "./EventStreamPayloadHandler"; diff --git a/packages/middleware-websocket/src/get-event-signing-stream.spec.ts b/packages/middleware-websocket/src/get-event-signing-stream.spec.ts index f5e628c5c190..d88f98d47c92 100644 --- a/packages/middleware-websocket/src/get-event-signing-stream.spec.ts +++ b/packages/middleware-websocket/src/get-event-signing-stream.spec.ts @@ -1,9 +1,9 @@ /** * @jest-environment jsdom */ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { Message, MessageHeaders, SignedMessage } from "@aws-sdk/types"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { Message, MessageHeaders, SignedMessage } from "@smithy/types"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TransformStream } from "web-streams-polyfill"; import { getEventSigningTransformStream } from "./get-event-signing-stream"; diff --git a/packages/middleware-websocket/src/get-event-signing-stream.ts b/packages/middleware-websocket/src/get-event-signing-stream.ts index 19714bb8df94..9da5909797d0 100644 --- a/packages/middleware-websocket/src/get-event-signing-stream.ts +++ b/packages/middleware-websocket/src/get-event-signing-stream.ts @@ -1,6 +1,6 @@ -import { EventStreamCodec } from "@aws-sdk/eventstream-codec"; -import { MessageHeaders, MessageSigner } from "@aws-sdk/types"; -import { fromHex } from "@aws-sdk/util-hex-encoding"; +import { EventStreamCodec } from "@smithy/eventstream-codec"; +import { MessageHeaders, MessageSigner } from "@smithy/types"; +import { fromHex } from "@smithy/util-hex-encoding"; /** * Get a transform stream that signs the eventstream diff --git a/packages/middleware-websocket/src/getWebSocketPlugin.ts b/packages/middleware-websocket/src/getWebSocketPlugin.ts index 813d5c6f6c7a..ab06a16323e9 100644 --- a/packages/middleware-websocket/src/getWebSocketPlugin.ts +++ b/packages/middleware-websocket/src/getWebSocketPlugin.ts @@ -1,4 +1,4 @@ -import { Pluggable, RequestHandler } from "@aws-sdk/types"; +import { Pluggable, RequestHandler } from "@smithy/types"; import { injectSessionIdMiddleware, injectSessionIdMiddlewareOptions } from "./middleware-session-id"; import { websocketEndpointMiddleware, websocketEndpointMiddlewareOptions } from "./middleware-websocket-endpoint"; diff --git a/packages/middleware-websocket/src/middleware-session-id.ts b/packages/middleware-websocket/src/middleware-session-id.ts index e63fe0d25ea8..8ba103868753 100644 --- a/packages/middleware-websocket/src/middleware-session-id.ts +++ b/packages/middleware-websocket/src/middleware-session-id.ts @@ -3,7 +3,7 @@ import { InitializeHandlerArguments, InitializeHandlerOptions, InitializeMiddleware, -} from "@aws-sdk/types"; +} from "@smithy/types"; type WithSession = { SessionId?: string; diff --git a/packages/middleware-websocket/src/middleware-websocket-endpoint.spec.ts b/packages/middleware-websocket/src/middleware-websocket-endpoint.spec.ts index 015b73aefeff..0472fc1f1efe 100644 --- a/packages/middleware-websocket/src/middleware-websocket-endpoint.spec.ts +++ b/packages/middleware-websocket/src/middleware-websocket-endpoint.spec.ts @@ -1,5 +1,5 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildHandlerArguments, RequestHandler } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildHandlerArguments, RequestHandler } from "@smithy/types"; import { websocketEndpointMiddleware } from "./middleware-websocket-endpoint"; diff --git a/packages/middleware-websocket/src/middleware-websocket-endpoint.ts b/packages/middleware-websocket/src/middleware-websocket-endpoint.ts index 3fa051caa363..ed36f4a1ef32 100644 --- a/packages/middleware-websocket/src/middleware-websocket-endpoint.ts +++ b/packages/middleware-websocket/src/middleware-websocket-endpoint.ts @@ -1,11 +1,11 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { BuildHandler, BuildHandlerArguments, BuildMiddleware, RelativeMiddlewareOptions, RequestHandler, -} from "@aws-sdk/types"; +} from "@smithy/types"; /** * Middleware that modify the request to from http to WebSocket diff --git a/packages/middleware-websocket/src/utils.ts b/packages/middleware-websocket/src/utils.ts index ed8c444eebce..21936bedf342 100644 --- a/packages/middleware-websocket/src/utils.ts +++ b/packages/middleware-websocket/src/utils.ts @@ -1,3 +1,3 @@ -import { HttpRequest } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/types"; export const isWebSocketRequest = (request: HttpRequest) => request.protocol === "ws:" || request.protocol === "wss:"; diff --git a/packages/middleware-websocket/src/websocket-configuration.ts b/packages/middleware-websocket/src/websocket-configuration.ts index f97330e8d1e3..b9b81fe8a531 100644 --- a/packages/middleware-websocket/src/websocket-configuration.ts +++ b/packages/middleware-websocket/src/websocket-configuration.ts @@ -1,5 +1,5 @@ -import { SignatureV4 as BaseSignatureV4 } from "@aws-sdk/signature-v4"; -import { AuthScheme, Provider, RequestHandler, RequestSigner } from "@aws-sdk/types"; +import { SignatureV4 as BaseSignatureV4 } from "@smithy/signature-v4"; +import { AuthScheme, Provider, RequestHandler, RequestSigner } from "@smithy/types"; import { WebsocketSignatureV4 } from "./WebsocketSignatureV4"; diff --git a/packages/middleware-websocket/src/websocket-fetch-handler.spec.ts b/packages/middleware-websocket/src/websocket-fetch-handler.spec.ts index 8ef512eb1adc..2125a8ebc21d 100644 --- a/packages/middleware-websocket/src/websocket-fetch-handler.spec.ts +++ b/packages/middleware-websocket/src/websocket-fetch-handler.spec.ts @@ -1,12 +1,12 @@ -import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler"; -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { FetchHttpHandler } from "@smithy/fetch-http-handler"; +import { HttpRequest } from "@smithy/protocol-http"; import WS from "jest-websocket-mock"; import { WebSocket } from "mock-socket"; import { PassThrough } from "stream"; import { WebSocketFetchHandler } from "./websocket-fetch-handler"; -jest.mock("@aws-sdk/fetch-http-handler"); +jest.mock("@smithy/fetch-http-handler"); describe(WebSocketFetchHandler.name, () => { const mockHostname = "localhost:6789"; diff --git a/packages/middleware-websocket/src/websocket-fetch-handler.ts b/packages/middleware-websocket/src/websocket-fetch-handler.ts index 129052d8b901..acb68fefc91a 100644 --- a/packages/middleware-websocket/src/websocket-fetch-handler.ts +++ b/packages/middleware-websocket/src/websocket-fetch-handler.ts @@ -1,8 +1,8 @@ -import { iterableToReadableStream, readableStreamtoIterable } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler"; -import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { Provider, RequestHandler, RequestHandlerMetadata } from "@aws-sdk/types"; import { formatUrl } from "@aws-sdk/util-format-url"; +import { iterableToReadableStream, readableStreamtoIterable } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler } from "@smithy/fetch-http-handler"; +import { HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { Provider, RequestHandler, RequestHandlerMetadata } from "@smithy/types"; import { isWebSocketRequest } from "./utils"; diff --git a/packages/polly-request-presigner/package.json b/packages/polly-request-presigner/package.json index 676357f02070..20cb83f73f2e 100644 --- a/packages/polly-request-presigner/package.json +++ b/packages/polly-request-presigner/package.json @@ -22,9 +22,10 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-polly": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", "tslib": "^2.5.0" }, diff --git a/packages/polly-request-presigner/src/getSignedUrls.spec.ts b/packages/polly-request-presigner/src/getSignedUrls.spec.ts index d761225ee176..7433c3d09402 100644 --- a/packages/polly-request-presigner/src/getSignedUrls.spec.ts +++ b/packages/polly-request-presigner/src/getSignedUrls.spec.ts @@ -4,7 +4,7 @@ const mockV4 = jest.fn().mockReturnValue({ presign: mockPresign, sign: mockV4Sign, }); -jest.mock("@aws-sdk/signature-v4", () => ({ +jest.mock("@smithy/signature-v4", () => ({ SignatureV4: mockV4, })); @@ -14,7 +14,7 @@ jest.mock("@aws-sdk/util-format-url", () => ({ formatUrl: (url: any) => url, })); -import { RequestPresigningArguments } from "@aws-sdk/types"; +import { RequestPresigningArguments } from "@smithy/types"; import { getSignedUrl } from "./getSignedUrls"; diff --git a/packages/polly-request-presigner/src/getSignedUrls.ts b/packages/polly-request-presigner/src/getSignedUrls.ts index 871c7c3796e9..ea92b9d38225 100644 --- a/packages/polly-request-presigner/src/getSignedUrls.ts +++ b/packages/polly-request-presigner/src/getSignedUrls.ts @@ -1,7 +1,7 @@ import { PollyClient, SynthesizeSpeechCommand } from "@aws-sdk/client-polly"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 } from "@aws-sdk/signature-v4"; import { formatUrl } from "@aws-sdk/util-format-url"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 } from "@smithy/signature-v4"; export const getSignedUrl = async ( client: PollyClient, diff --git a/packages/rds-signer/package.json b/packages/rds-signer/package.json index ca3c37b40763..a35f0ec61d3e 100644 --- a/packages/rds-signer/package.json +++ b/packages/rds-signer/package.json @@ -27,18 +27,19 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", + "@smithy/config-resolver": "^1.0.1", "@aws-sdk/credential-providers": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/util-format-url": "*", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@types/node": "^14.14.31", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/rds-signer/src/Signer.spec.ts b/packages/rds-signer/src/Signer.spec.ts index 06c810cf1ed8..9639094efc89 100644 --- a/packages/rds-signer/src/Signer.spec.ts +++ b/packages/rds-signer/src/Signer.spec.ts @@ -1,13 +1,13 @@ import { fromNodeProviderChain } from "@aws-sdk/credential-providers"; -import { loadConfig } from "@aws-sdk/node-config-provider"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 } from "@aws-sdk/signature-v4"; import { formatUrl } from "@aws-sdk/util-format-url"; +import { loadConfig } from "@smithy/node-config-provider"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 } from "@smithy/signature-v4"; import { Signer, SignerConfig } from "./Signer"; const mockPresign = jest.fn(); -jest.mock("@aws-sdk/signature-v4", () => { +jest.mock("@smithy/signature-v4", () => { return { SignatureV4: jest.fn().mockImplementation(() => { return { presign: mockPresign }; @@ -15,8 +15,8 @@ jest.mock("@aws-sdk/signature-v4", () => { }; }); -jest.mock("@aws-sdk/node-config-provider"); -jest.mock("@aws-sdk/config-resolver"); +jest.mock("@smithy/node-config-provider"); +jest.mock("@smithy/config-resolver"); jest.mock("@aws-sdk/credential-providers"); jest.mock("@aws-sdk/util-format-url"); diff --git a/packages/rds-signer/src/Signer.ts b/packages/rds-signer/src/Signer.ts index 8946e841d02f..406443550aa0 100644 --- a/packages/rds-signer/src/Signer.ts +++ b/packages/rds-signer/src/Signer.ts @@ -1,13 +1,13 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { SignatureV4 } from "@aws-sdk/signature-v4"; +import { formatUrl } from "@aws-sdk/util-format-url"; +import { HttpRequest } from "@smithy/protocol-http"; +import { SignatureV4 } from "@smithy/signature-v4"; import { AwsCredentialIdentity, AwsCredentialIdentityProvider, ChecksumConstructor, HashConstructor, Provider, -} from "@aws-sdk/types"; -import { formatUrl } from "@aws-sdk/util-format-url"; +} from "@smithy/types"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; diff --git a/packages/rds-signer/src/runtimeConfig.browser.ts b/packages/rds-signer/src/runtimeConfig.browser.ts index 3259d52dcb10..e98cab775200 100644 --- a/packages/rds-signer/src/runtimeConfig.browser.ts +++ b/packages/rds-signer/src/runtimeConfig.browser.ts @@ -1,5 +1,5 @@ import { Sha256 } from "@aws-crypto/sha256-browser"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { invalidProvider } from "@smithy/invalid-dependency"; import { SignerConfig } from "./Signer"; diff --git a/packages/rds-signer/src/runtimeConfig.native.ts b/packages/rds-signer/src/runtimeConfig.native.ts index 17ad0f076651..e20910ba5655 100644 --- a/packages/rds-signer/src/runtimeConfig.native.ts +++ b/packages/rds-signer/src/runtimeConfig.native.ts @@ -1,5 +1,5 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { invalidProvider } from "@smithy/invalid-dependency"; import { SignerConfig } from "./Signer"; diff --git a/packages/rds-signer/src/runtimeConfig.ts b/packages/rds-signer/src/runtimeConfig.ts index 0f03efa34120..f413d71bae1a 100644 --- a/packages/rds-signer/src/runtimeConfig.ts +++ b/packages/rds-signer/src/runtimeConfig.ts @@ -1,7 +1,7 @@ -import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver"; import { fromNodeProviderChain } from "@aws-sdk/credential-providers"; -import { Hash } from "@aws-sdk/hash-node"; -import { loadConfig } from "@aws-sdk/node-config-provider"; +import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { loadConfig } from "@smithy/node-config-provider"; import { SignerConfig } from "./Signer"; diff --git a/packages/s3-presigned-post/package.json b/packages/s3-presigned-post/package.json index acbe25c73be5..7e0ef29ae9aa 100644 --- a/packages/s3-presigned-post/package.json +++ b/packages/s3-presigned-post/package.json @@ -23,12 +23,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-s3": "*", - "@aws-sdk/middleware-endpoint": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", - "@aws-sdk/util-hex-encoding": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/util-hex-encoding": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/s3-presigned-post/src/createPresignedPost.spec.ts b/packages/s3-presigned-post/src/createPresignedPost.spec.ts index 77c03a5d63ab..a828637ea07f 100644 --- a/packages/s3-presigned-post/src/createPresignedPost.spec.ts +++ b/packages/s3-presigned-post/src/createPresignedPost.spec.ts @@ -1,5 +1,5 @@ import { defaultEndpointResolver } from "@aws-sdk/client-s3/src/endpoint/endpointResolver"; -import { HttpRequest, SourceData } from "@aws-sdk/types"; +import { HttpRequest, SourceData } from "@smithy/types"; import { ALGORITHM_IDENTIFIER, @@ -11,13 +11,13 @@ import { const mockCreateScope = jest.fn().mockReturnValue("mock_credential_scope"); const mockGetSigningKey = jest.fn().mockReturnValue(Buffer.from("mock_signing_key")); -jest.mock("@aws-sdk/signature-v4", () => ({ +jest.mock("@smithy/signature-v4", () => ({ createScope: mockCreateScope, getSigningKey: mockGetSigningKey, })); const mockHexEncoder = jest.fn().mockReturnValue("mock_hex_encoded"); -jest.mock("@aws-sdk/util-hex-encoding", () => ({ +jest.mock("@smithy/util-hex-encoding", () => ({ toHex: mockHexEncoder, })); diff --git a/packages/s3-presigned-post/src/createPresignedPost.ts b/packages/s3-presigned-post/src/createPresignedPost.ts index 02a98abf6e12..bedf4e7f3187 100644 --- a/packages/s3-presigned-post/src/createPresignedPost.ts +++ b/packages/s3-presigned-post/src/createPresignedPost.ts @@ -1,14 +1,14 @@ import { PutObjectCommand, S3Client } from "@aws-sdk/client-s3"; +import { formatUrl } from "@aws-sdk/util-format-url"; import { EndpointParameterInstructionsSupplier, getEndpointFromInstructions, toEndpointV1, -} from "@aws-sdk/middleware-endpoint"; -import { createScope, getSigningKey } from "@aws-sdk/signature-v4"; -import { ChecksumConstructor, HashConstructor, SourceData } from "@aws-sdk/types"; -import { formatUrl } from "@aws-sdk/util-format-url"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { toUint8Array } from "@aws-sdk/util-utf8"; +} from "@smithy/middleware-endpoint"; +import { createScope, getSigningKey } from "@smithy/signature-v4"; +import { ChecksumConstructor, HashConstructor, SourceData } from "@smithy/types"; +import { toHex } from "@smithy/util-hex-encoding"; +import { toUint8Array } from "@smithy/util-utf8"; import { ALGORITHM_IDENTIFIER, diff --git a/packages/s3-request-presigner/package.json b/packages/s3-request-presigner/package.json index 3c636d92ca68..34fcb83a9af7 100644 --- a/packages/s3-request-presigner/package.json +++ b/packages/s3-request-presigner/package.json @@ -21,17 +21,18 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/middleware-endpoint": "*", - "@aws-sdk/protocol-http": "*", "@aws-sdk/signature-v4-multi-region": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@aws-sdk/util-format-url": "*", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/smithy-client": "^1.0.3", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/client-s3": "*", - "@aws-sdk/hash-node": "*", + "@smithy/hash-node": "^1.0.1", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/s3-request-presigner/src/getSignedUrl.ts b/packages/s3-request-presigner/src/getSignedUrl.ts index 00796bcce8a1..e84000faea0a 100644 --- a/packages/s3-request-presigner/src/getSignedUrl.ts +++ b/packages/s3-request-presigner/src/getSignedUrl.ts @@ -1,8 +1,8 @@ -import { EndpointParameterInstructionsSupplier, getEndpointFromInstructions } from "@aws-sdk/middleware-endpoint"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { Client, Command } from "@aws-sdk/smithy-client"; -import { BuildMiddleware, EndpointV2, MetadataBearer, RequestPresigningArguments } from "@aws-sdk/types"; import { formatUrl } from "@aws-sdk/util-format-url"; +import { EndpointParameterInstructionsSupplier, getEndpointFromInstructions } from "@smithy/middleware-endpoint"; +import { HttpRequest } from "@smithy/protocol-http"; +import { Client, Command } from "@smithy/smithy-client"; +import { BuildMiddleware, EndpointV2, MetadataBearer, RequestPresigningArguments } from "@smithy/types"; import { S3RequestPresigner } from "./presigner"; diff --git a/packages/s3-request-presigner/src/presigner.spec.ts b/packages/s3-request-presigner/src/presigner.spec.ts index a5f8fb0ce895..016d873f211e 100644 --- a/packages/s3-request-presigner/src/presigner.spec.ts +++ b/packages/s3-request-presigner/src/presigner.spec.ts @@ -1,5 +1,5 @@ -import { Hash } from "@aws-sdk/hash-node"; -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { Hash } from "@smithy/hash-node"; +import { HttpRequest } from "@smithy/protocol-http"; import { ALGORITHM_IDENTIFIER, diff --git a/packages/s3-request-presigner/src/presigner.ts b/packages/s3-request-presigner/src/presigner.ts index 8fb0019e1009..a08adfb2efe4 100644 --- a/packages/s3-request-presigner/src/presigner.ts +++ b/packages/s3-request-presigner/src/presigner.ts @@ -1,6 +1,6 @@ import { SignatureV4MultiRegion, SignatureV4MultiRegionInit } from "@aws-sdk/signature-v4-multi-region"; -import { RequestPresigner, RequestPresigningArguments } from "@aws-sdk/types"; -import { HttpRequest as IHttpRequest } from "@aws-sdk/types"; +import { RequestPresigner, RequestPresigningArguments } from "@smithy/types"; +import { HttpRequest as IHttpRequest } from "@smithy/types"; import { SHA256_HEADER, UNSIGNED_PAYLOAD } from "./constants"; diff --git a/packages/sha256-tree-hash/package.json b/packages/sha256-tree-hash/package.json index d2328be99985..9b4881e6f4e4 100644 --- a/packages/sha256-tree-hash/package.json +++ b/packages/sha256-tree-hash/package.json @@ -21,12 +21,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/util-hex-encoding": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/util-hex-encoding": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/sha256-tree-hash/src/index.spec.ts b/packages/sha256-tree-hash/src/index.spec.ts index 7350983c0d4a..8ba36075829b 100644 --- a/packages/sha256-tree-hash/src/index.spec.ts +++ b/packages/sha256-tree-hash/src/index.spec.ts @@ -1,6 +1,6 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { toHex } from "@aws-sdk/util-hex-encoding"; -import { fromUtf8 } from "@aws-sdk/util-utf8"; +import { toHex } from "@smithy/util-hex-encoding"; +import { fromUtf8 } from "@smithy/util-utf8"; import { TreeHash } from "./index"; diff --git a/packages/sha256-tree-hash/src/index.ts b/packages/sha256-tree-hash/src/index.ts index 6b80bb8de61d..ea4d110d378d 100644 --- a/packages/sha256-tree-hash/src/index.ts +++ b/packages/sha256-tree-hash/src/index.ts @@ -1,10 +1,10 @@ -import { Checksum, ChecksumConstructor, Decoder, HashConstructor, SourceData } from "@aws-sdk/types"; +import { Checksum, ChecksumConstructor, Decoder, HashConstructor, SourceData } from "@smithy/types"; const MiB = 1048576; /** * @internal - * + * * A Hash that will calculate a Sha256 tree hash. */ export class TreeHash implements Checksum { diff --git a/packages/signature-v4-crt/package.json b/packages/signature-v4-crt/package.json index 8af71ba30949..795a4f5aa1e3 100644 --- a/packages/signature-v4-crt/package.json +++ b/packages/signature-v4-crt/package.json @@ -22,16 +22,17 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/querystring-parser": "*", - "@aws-sdk/signature-v4": "*", - "@aws-sdk/util-middleware": "*", + "@smithy/querystring-parser": "^1.0.1", + "@smithy/signature-v4": "^1.0.1", + "@smithy/util-middleware": "^1.0.1", "aws-crt": "^1.15.9", "tslib": "^2.5.0" }, "devDependencies": { "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/signature-v4-crt/src/CrtSignerV4.ts b/packages/signature-v4-crt/src/CrtSignerV4.ts index e10e3dd8a006..d6ff8ba3d3c0 100644 --- a/packages/signature-v4-crt/src/CrtSignerV4.ts +++ b/packages/signature-v4-crt/src/CrtSignerV4.ts @@ -1,4 +1,4 @@ -import { parseQueryString } from "@aws-sdk/querystring-parser"; +import { parseQueryString } from "@smithy/querystring-parser"; import { getCanonicalQuery, getPayloadHash, @@ -6,7 +6,7 @@ import { prepareRequest, SignatureV4CryptoInit, SignatureV4Init, -} from "@aws-sdk/signature-v4"; +} from "@smithy/signature-v4"; import { AwsCredentialIdentity, HttpRequest, @@ -16,8 +16,8 @@ import { RequestPresigningArguments, RequestSigner, RequestSigningArguments, -} from "@aws-sdk/types"; -import { normalizeProvider } from "@aws-sdk/util-middleware"; +} from "@smithy/types"; +import { normalizeProvider } from "@smithy/util-middleware"; import { auth as crtAuth, http as crtHttp, io as crtIO } from "aws-crt"; import { MAX_PRESIGNED_TTL, SHA256_HEADER } from "./constants"; diff --git a/packages/signature-v4-crt/src/crtSuite.spec.ts b/packages/signature-v4-crt/src/crtSuite.spec.ts index edf94183e2a7..919b6e1d637e 100644 --- a/packages/signature-v4-crt/src/crtSuite.spec.ts +++ b/packages/signature-v4-crt/src/crtSuite.spec.ts @@ -1,5 +1,5 @@ import { Sha256 } from "@aws-crypto/sha256-js"; -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; import { CrtSignerV4 } from "./CrtSignerV4"; import { getHeaderValue } from "./headerUtil"; diff --git a/packages/signature-v4-crt/src/headerUtil.ts b/packages/signature-v4-crt/src/headerUtil.ts index 001f2ddbf44c..b27683f490b3 100644 --- a/packages/signature-v4-crt/src/headerUtil.ts +++ b/packages/signature-v4-crt/src/headerUtil.ts @@ -1,4 +1,4 @@ -import { HeaderBag } from "@aws-sdk/types"; +import { HeaderBag } from "@smithy/types"; export function hasHeader(soughtHeader: string, headers: HeaderBag): boolean { soughtHeader = soughtHeader.toLowerCase(); diff --git a/packages/signature-v4-crt/src/suite.fixture.ts b/packages/signature-v4-crt/src/suite.fixture.ts index a1cf7ddf3bc6..b2d0e5616d43 100644 --- a/packages/signature-v4-crt/src/suite.fixture.ts +++ b/packages/signature-v4-crt/src/suite.fixture.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/types"; export interface TestCase { name: string; diff --git a/packages/signature-v4-multi-region/package.json b/packages/signature-v4-multi-region/package.json index 062a3864bb8f..8308ec7e620a 100644 --- a/packages/signature-v4-multi-region/package.json +++ b/packages/signature-v4-multi-region/package.json @@ -26,9 +26,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/protocol-http": "*", - "@aws-sdk/signature-v4": "*", + "@smithy/protocol-http": "^1.1.0", + "@smithy/signature-v4": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.spec.ts b/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.spec.ts index 0e791ce10141..f0713fcb8245 100644 --- a/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.spec.ts +++ b/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.spec.ts @@ -1,11 +1,11 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { HttpRequest } from "@smithy/protocol-http"; -jest.mock("@aws-sdk/signature-v4"); +jest.mock("@smithy/signature-v4"); jest.mock("@aws-sdk/signature-v4-crt"); -import { SignatureV4 } from "@aws-sdk/signature-v4"; import { CrtSignerV4 } from "@aws-sdk/signature-v4-crt"; +import { SignatureV4 } from "@smithy/signature-v4"; import { SignatureV4MultiRegion, SignatureV4MultiRegionInit } from "./SignatureV4MultiRegion"; diff --git a/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.ts b/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.ts index e2c826c2bb85..e19013d8e780 100644 --- a/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.ts +++ b/packages/signature-v4-multi-region/src/SignatureV4MultiRegion.ts @@ -1,12 +1,12 @@ -import { SignatureV4, SignatureV4CryptoInit, SignatureV4Init } from "@aws-sdk/signature-v4"; import type { CrtSignerV4, CrtSignerV4Init } from "@aws-sdk/signature-v4-crt"; +import { SignatureV4, SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4"; import { HttpRequest, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, -} from "@aws-sdk/types"; +} from "@smithy/types"; /** * @internal diff --git a/packages/token-providers/package.json b/packages/token-providers/package.json index f53da1fc17ba..062acabf733c 100644 --- a/packages/token-providers/package.json +++ b/packages/token-providers/package.json @@ -27,9 +27,10 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso-oidc": "*", - "@aws-sdk/property-provider": "*", - "@aws-sdk/shared-ini-file-loader": "*", + "@smithy/property-provider": "^1.0.1", + "@smithy/shared-ini-file-loader": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/token-providers/src/fromSso.spec.ts b/packages/token-providers/src/fromSso.spec.ts index 0b57311acdc1..164326024a00 100644 --- a/packages/token-providers/src/fromSso.spec.ts +++ b/packages/token-providers/src/fromSso.spec.ts @@ -1,10 +1,10 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenProviderError } from "@smithy/property-provider"; import { getProfileName, getSSOTokenFromFile, loadSsoSessionData, parseKnownFiles, -} from "@aws-sdk/shared-ini-file-loader"; +} from "@smithy/shared-ini-file-loader"; import { EXPIRE_WINDOW_MS, REFRESH_MESSAGE } from "./constants"; import { fromSso } from "./fromSso"; @@ -13,7 +13,7 @@ import { validateTokenExpiry } from "./validateTokenExpiry"; import { validateTokenKey } from "./validateTokenKey"; import { writeSSOTokenToFile } from "./writeSSOTokenToFile"; -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./getNewSsoOidcToken"); jest.mock("./validateTokenExpiry"); jest.mock("./validateTokenKey"); diff --git a/packages/token-providers/src/fromSso.ts b/packages/token-providers/src/fromSso.ts index f3ef7f1f176d..0674632b6563 100644 --- a/packages/token-providers/src/fromSso.ts +++ b/packages/token-providers/src/fromSso.ts @@ -1,4 +1,5 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +import { TokenProviderError } from "@smithy/property-provider"; import { getProfileName, getSSOTokenFromFile, @@ -6,8 +7,7 @@ import { parseKnownFiles, SourceProfileInit, SSOToken, -} from "@aws-sdk/shared-ini-file-loader"; -import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +} from "@smithy/shared-ini-file-loader"; import { EXPIRE_WINDOW_MS, REFRESH_MESSAGE } from "./constants"; import { getNewSsoOidcToken } from "./getNewSsoOidcToken"; diff --git a/packages/token-providers/src/fromStatic.spec.ts b/packages/token-providers/src/fromStatic.spec.ts index a3f1a14e721d..eb91338a2794 100644 --- a/packages/token-providers/src/fromStatic.spec.ts +++ b/packages/token-providers/src/fromStatic.spec.ts @@ -1,4 +1,4 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenProviderError } from "@smithy/property-provider"; import { fromStatic } from "./fromStatic"; diff --git a/packages/token-providers/src/fromStatic.ts b/packages/token-providers/src/fromStatic.ts index 9b47307c381d..eebde53d5084 100644 --- a/packages/token-providers/src/fromStatic.ts +++ b/packages/token-providers/src/fromStatic.ts @@ -1,5 +1,5 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +import { TokenProviderError } from "@smithy/property-provider"; export interface FromStaticInit { token?: TokenIdentity; diff --git a/packages/token-providers/src/getNewSsoOidcToken.ts b/packages/token-providers/src/getNewSsoOidcToken.ts index 81817abd2a5f..1e69d95dc34e 100644 --- a/packages/token-providers/src/getNewSsoOidcToken.ts +++ b/packages/token-providers/src/getNewSsoOidcToken.ts @@ -1,5 +1,5 @@ import { CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; -import { SSOToken } from "@aws-sdk/shared-ini-file-loader"; +import { SSOToken } from "@smithy/shared-ini-file-loader"; import { getSsoOidcClient } from "./getSsoOidcClient"; diff --git a/packages/token-providers/src/nodeProvider.spec.ts b/packages/token-providers/src/nodeProvider.spec.ts index 514c864a4664..df1ee5f112e6 100644 --- a/packages/token-providers/src/nodeProvider.spec.ts +++ b/packages/token-providers/src/nodeProvider.spec.ts @@ -1,11 +1,11 @@ -import { chain, memoize, TokenProviderError } from "@aws-sdk/property-provider"; -import { ENV_PROFILE, loadSharedConfigFiles } from "@aws-sdk/shared-ini-file-loader"; +import { chain, memoize, TokenProviderError } from "@smithy/property-provider"; +import { loadSharedConfigFiles } from "@smithy/shared-ini-file-loader"; import { fromSso } from "./fromSso"; import { nodeProvider } from "./nodeProvider"; -jest.mock("@aws-sdk/property-provider"); -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/property-provider"); +jest.mock("@smithy/shared-ini-file-loader"); jest.mock("./fromSso"); describe(nodeProvider.name, () => { diff --git a/packages/token-providers/src/nodeProvider.ts b/packages/token-providers/src/nodeProvider.ts index 11aa7bef832e..3a29cc97d71f 100644 --- a/packages/token-providers/src/nodeProvider.ts +++ b/packages/token-providers/src/nodeProvider.ts @@ -1,6 +1,5 @@ -import { chain, memoize, TokenProviderError } from "@aws-sdk/property-provider"; -import { ENV_PROFILE, loadSharedConfigFiles } from "@aws-sdk/shared-ini-file-loader"; import { TokenIdentityProvider } from "@aws-sdk/types"; +import { chain, memoize, TokenProviderError } from "@smithy/property-provider"; import { fromSso, FromSsoInit } from "./fromSso"; diff --git a/packages/token-providers/src/validateTokenExpiry.spec.ts b/packages/token-providers/src/validateTokenExpiry.spec.ts index c9ec0746a5d0..0a1a17ad26f8 100644 --- a/packages/token-providers/src/validateTokenExpiry.spec.ts +++ b/packages/token-providers/src/validateTokenExpiry.spec.ts @@ -1,4 +1,4 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenProviderError } from "@smithy/property-provider"; import { REFRESH_MESSAGE } from "./constants"; import { validateTokenExpiry } from "./validateTokenExpiry"; diff --git a/packages/token-providers/src/validateTokenExpiry.ts b/packages/token-providers/src/validateTokenExpiry.ts index 4f20f59ffd16..128bb97105e4 100644 --- a/packages/token-providers/src/validateTokenExpiry.ts +++ b/packages/token-providers/src/validateTokenExpiry.ts @@ -1,5 +1,5 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; import { TokenIdentity } from "@aws-sdk/types"; +import { TokenProviderError } from "@smithy/property-provider"; import { REFRESH_MESSAGE } from "./constants"; diff --git a/packages/token-providers/src/validateTokenKey.spec.ts b/packages/token-providers/src/validateTokenKey.spec.ts index 288f5f9cbff7..354d3fdabae4 100644 --- a/packages/token-providers/src/validateTokenKey.spec.ts +++ b/packages/token-providers/src/validateTokenKey.spec.ts @@ -1,4 +1,4 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenProviderError } from "@smithy/property-provider"; import { REFRESH_MESSAGE } from "./constants"; import { validateTokenKey } from "./validateTokenKey"; diff --git a/packages/token-providers/src/validateTokenKey.ts b/packages/token-providers/src/validateTokenKey.ts index e188ba15978d..6da3f0be330a 100644 --- a/packages/token-providers/src/validateTokenKey.ts +++ b/packages/token-providers/src/validateTokenKey.ts @@ -1,4 +1,4 @@ -import { TokenProviderError } from "@aws-sdk/property-provider"; +import { TokenProviderError } from "@smithy/property-provider"; import { REFRESH_MESSAGE } from "./constants"; diff --git a/packages/token-providers/src/writeSSOTokenToFile.spec.ts b/packages/token-providers/src/writeSSOTokenToFile.spec.ts index 8d267306c9cb..b35137f00de3 100644 --- a/packages/token-providers/src/writeSSOTokenToFile.spec.ts +++ b/packages/token-providers/src/writeSSOTokenToFile.spec.ts @@ -1,11 +1,11 @@ -import { getSSOTokenFilepath } from "@aws-sdk/shared-ini-file-loader"; +import { getSSOTokenFilepath } from "@smithy/shared-ini-file-loader"; // ToDo: Change to "fs/promises" when supporting nodejs>=14 import { promises } from "fs"; import { writeSSOTokenToFile } from "./writeSSOTokenToFile"; jest.mock("fs", () => ({ promises: { writeFile: jest.fn() } })); -jest.mock("@aws-sdk/shared-ini-file-loader"); +jest.mock("@smithy/shared-ini-file-loader"); describe(writeSSOTokenToFile.name, () => { const mockSsoStartUrl = "mock_sso_start_url"; diff --git a/packages/token-providers/src/writeSSOTokenToFile.ts b/packages/token-providers/src/writeSSOTokenToFile.ts index 8e011535393f..29ef6429fcfb 100644 --- a/packages/token-providers/src/writeSSOTokenToFile.ts +++ b/packages/token-providers/src/writeSSOTokenToFile.ts @@ -1,4 +1,4 @@ -import { getSSOTokenFilepath, SSOToken } from "@aws-sdk/shared-ini-file-loader"; +import { getSSOTokenFilepath, SSOToken } from "@smithy/shared-ini-file-loader"; // ToDo: Change to "fs/promises" when supporting nodejs>=14 import { promises as fsPromises } from "fs"; diff --git a/packages/util-create-request/package.json b/packages/util-create-request/package.json index 0d12b3433818..7c1f6613473b 100644 --- a/packages/util-create-request/package.json +++ b/packages/util-create-request/package.json @@ -21,13 +21,14 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/middleware-stack": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/util-create-request/src/foo.fixture.ts b/packages/util-create-request/src/foo.fixture.ts index 8822fff2e069..75ab00970d81 100644 --- a/packages/util-create-request/src/foo.fixture.ts +++ b/packages/util-create-request/src/foo.fixture.ts @@ -1,7 +1,7 @@ -import { constructStack } from "@aws-sdk/middleware-stack"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { Client, Command } from "@aws-sdk/smithy-client"; -import { MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { constructStack } from "@smithy/middleware-stack"; +import { HttpRequest } from "@smithy/protocol-http"; +import { Client, Command } from "@smithy/smithy-client"; +import { MetadataBearer, MiddlewareStack } from "@smithy/types"; export interface OperationInput { String: string; diff --git a/packages/util-create-request/src/index.spec.ts b/packages/util-create-request/src/index.spec.ts index e5911bf47b5f..57b6e3b7eec0 100644 --- a/packages/util-create-request/src/index.spec.ts +++ b/packages/util-create-request/src/index.spec.ts @@ -1,11 +1,11 @@ -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { Client } from "@aws-sdk/smithy-client"; +import { HttpRequest } from "@smithy/protocol-http"; +import { Client } from "@smithy/smithy-client"; import { BuildHandlerArguments, FinalizeHandlerArguments, MetadataBearer, SerializeHandlerArguments, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { fooClient, httpRequest, InputTypesUnion, operationCommand, OperationInput } from "./foo.fixture"; import { createRequest } from "./index"; diff --git a/packages/util-create-request/src/index.ts b/packages/util-create-request/src/index.ts index ac60b08d1ad2..3c4bdda4ec7f 100644 --- a/packages/util-create-request/src/index.ts +++ b/packages/util-create-request/src/index.ts @@ -1,5 +1,5 @@ -import { Client, Command } from "@aws-sdk/smithy-client"; -import { BuildMiddleware, HttpRequest, MetadataBearer } from "@aws-sdk/types"; +import { Client, Command } from "@smithy/smithy-client"; +import { BuildMiddleware, HttpRequest, MetadataBearer } from "@smithy/types"; export async function createRequest< InputTypesUnion extends object, diff --git a/packages/util-dns/src/NodeDnsLookupHostResolver.ts b/packages/util-dns/src/NodeDnsLookupHostResolver.ts index 570171d4a002..37079c8d40cb 100644 --- a/packages/util-dns/src/NodeDnsLookupHostResolver.ts +++ b/packages/util-dns/src/NodeDnsLookupHostResolver.ts @@ -55,7 +55,7 @@ export interface NodeDnsLookupHostResolverConfig { /** * @internal - * + * * {@link HostResolver} implementation that uses the Node.js dns.lookup() API. */ export class NodeDnsLookupHostResolver implements IHostResolver { diff --git a/packages/util-format-url/package.json b/packages/util-format-url/package.json index e7efe94b637d..e91625ff7ab2 100644 --- a/packages/util-format-url/package.json +++ b/packages/util-format-url/package.json @@ -20,8 +20,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/querystring-builder": "*", + "@smithy/querystring-builder": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/util-format-url/src/index.spec.ts b/packages/util-format-url/src/index.spec.ts index 693629d61753..d564dbfb3fc9 100644 --- a/packages/util-format-url/src/index.spec.ts +++ b/packages/util-format-url/src/index.spec.ts @@ -1,4 +1,4 @@ -import { HttpRequest } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/types"; import { formatUrl } from "./"; diff --git a/packages/util-format-url/src/index.ts b/packages/util-format-url/src/index.ts index bc892b217a0a..fa03eae2febc 100644 --- a/packages/util-format-url/src/index.ts +++ b/packages/util-format-url/src/index.ts @@ -1,5 +1,5 @@ -import { buildQueryString } from "@aws-sdk/querystring-builder"; -import { HttpRequest } from "@aws-sdk/types"; +import { buildQueryString } from "@smithy/querystring-builder"; +import { HttpRequest } from "@smithy/types"; export function formatUrl(request: Omit): string { const { port, query } = request; diff --git a/packages/util-user-agent-browser/package.json b/packages/util-user-agent-browser/package.json index 231342c2bd7d..65be2d7f2b8a 100644 --- a/packages/util-user-agent-browser/package.json +++ b/packages/util-user-agent-browser/package.json @@ -22,6 +22,7 @@ "react-native": "dist-es/index.native.js", "dependencies": { "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "bowser": "^2.11.0", "tslib": "^2.5.0" }, diff --git a/packages/util-user-agent-browser/src/index.native.ts b/packages/util-user-agent-browser/src/index.native.ts index b48655c70000..2d54ad3de29e 100644 --- a/packages/util-user-agent-browser/src/index.native.ts +++ b/packages/util-user-agent-browser/src/index.native.ts @@ -1,4 +1,4 @@ -import { Provider, UserAgent } from "@aws-sdk/types"; +import { Provider, UserAgent } from "@smithy/types"; import { DefaultUserAgentOptions } from "./configurations"; diff --git a/packages/util-user-agent-browser/src/index.ts b/packages/util-user-agent-browser/src/index.ts index 91f73dc53f6c..6fddd18de874 100644 --- a/packages/util-user-agent-browser/src/index.ts +++ b/packages/util-user-agent-browser/src/index.ts @@ -1,4 +1,4 @@ -import { Provider, UserAgent } from "@aws-sdk/types"; +import { Provider, UserAgent } from "@smithy/types"; import bowser from "bowser"; import { DefaultUserAgentOptions } from "./configurations"; diff --git a/packages/util-user-agent-node/package.json b/packages/util-user-agent-node/package.json index 736f6029296f..c524cfa9dc95 100644 --- a/packages/util-user-agent-node/package.json +++ b/packages/util-user-agent-node/package.json @@ -20,8 +20,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/node-config-provider": "*", + "@smithy/node-config-provider": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/util-user-agent-node/src/index.spec.ts b/packages/util-user-agent-node/src/index.spec.ts index 6d461228e918..07ff0a30a86e 100644 --- a/packages/util-user-agent-node/src/index.spec.ts +++ b/packages/util-user-agent-node/src/index.spec.ts @@ -17,11 +17,11 @@ jest.mock("./is-crt-available", () => ({ import { isCrtAvailable } from "./is-crt-available"; const mockAppIdLoader = jest.fn().mockResolvedValue(undefined); -jest.mock("@aws-sdk/node-config-provider", () => ({ +jest.mock("@smithy/node-config-provider", () => ({ loadConfig: () => mockAppIdLoader, })); -import { UserAgent } from "@aws-sdk/types"; +import { UserAgent } from "@smithy/types"; import { defaultUserAgent } from "."; diff --git a/packages/util-user-agent-node/src/index.ts b/packages/util-user-agent-node/src/index.ts index d4f65cf09346..c731769d2848 100644 --- a/packages/util-user-agent-node/src/index.ts +++ b/packages/util-user-agent-node/src/index.ts @@ -1,5 +1,5 @@ -import { loadConfig } from "@aws-sdk/node-config-provider"; -import { Provider, UserAgent } from "@aws-sdk/types"; +import { loadConfig } from "@smithy/node-config-provider"; +import { Provider, UserAgent } from "@smithy/types"; import { platform, release } from "os"; import { env, versions } from "process"; diff --git a/packages/util-user-agent-node/src/is-crt-available.ts b/packages/util-user-agent-node/src/is-crt-available.ts index a4b5f17ebd1a..8714ab658a26 100644 --- a/packages/util-user-agent-node/src/is-crt-available.ts +++ b/packages/util-user-agent-node/src/is-crt-available.ts @@ -1,4 +1,4 @@ -import { UserAgentPair } from "@aws-sdk/types"; +import { UserAgentPair } from "@smithy/types"; /** * @internal diff --git a/packages/xhr-http-handler/package.json b/packages/xhr-http-handler/package.json index 31f400f9572d..3fb4f649a968 100644 --- a/packages/xhr-http-handler/package.json +++ b/packages/xhr-http-handler/package.json @@ -19,14 +19,15 @@ "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "dependencies": { - "@aws-sdk/protocol-http": "*", - "@aws-sdk/querystring-builder": "*", + "@smithy/protocol-http": "^1.1.0", + "@smithy/querystring-builder": "^1.0.1", "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "events": "3.3.0", "tslib": "^2.5.0" }, "devDependencies": { - "@aws-sdk/abort-controller": "*", + "@smithy/abort-controller": "^1.0.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/xhr-http-handler/src/xhr-http-handler.spec.ts b/packages/xhr-http-handler/src/xhr-http-handler.spec.ts index f88cb4810378..908b01ff5ff1 100644 --- a/packages/xhr-http-handler/src/xhr-http-handler.spec.ts +++ b/packages/xhr-http-handler/src/xhr-http-handler.spec.ts @@ -1,5 +1,5 @@ -import { AbortSignal } from "@aws-sdk/abort-controller"; -import { HttpRequest } from "@aws-sdk/protocol-http"; +import { AbortSignal } from "@smithy/abort-controller"; +import { HttpRequest } from "@smithy/protocol-http"; import { XhrHttpHandler } from "./xhr-http-handler"; diff --git a/packages/xhr-http-handler/src/xhr-http-handler.ts b/packages/xhr-http-handler/src/xhr-http-handler.ts index a7488df45364..27d296d2cf8f 100644 --- a/packages/xhr-http-handler/src/xhr-http-handler.ts +++ b/packages/xhr-http-handler/src/xhr-http-handler.ts @@ -1,6 +1,6 @@ -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { buildQueryString } from "@aws-sdk/querystring-builder"; -import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { buildQueryString } from "@smithy/querystring-builder"; +import { HttpHandlerOptions, Provider } from "@smithy/types"; import { EventEmitter } from "events"; import { requestTimeout } from "./request-timeout"; diff --git a/yarn.lock b/yarn.lock index b5a2dc533dcb..81706ce13e5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,12 +2,12 @@ # yarn lockfile v1 -"@ampproject/remapping@^2.1.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" - integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== +"@ampproject/remapping@^2.2.0": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" + integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== dependencies: - "@jridgewell/gen-mapping" "^0.1.0" + "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" "@aws-crypto/crc32@3.0.0": @@ -184,9 +184,9 @@ tslib "^2.5.0" "@aws-sdk/util-utf8-browser@^3.0.0", "@aws-sdk/util-utf8-browser@^3.109.0": - version "3.188.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.188.0.tgz#484762bd600401350e148277731d6744a4a92225" - integrity sha512-jt627x0+jE+Ydr9NwkFstg3cUvgWh56qdaqAMDsqgRlKD21md/6G226z/Qxl7lb1VEW2LlmCx43ai/37Qwcj2Q== + version "3.259.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff" + integrity sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw== dependencies: tslib "^2.3.1" @@ -200,161 +200,157 @@ re2-wasm "^1.0.2" tslib "^1.8.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658" + integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== dependencies: - "@babel/highlight" "^7.18.6" + "@babel/highlight" "^7.22.5" -"@babel/compat-data@^7.20.5": - version "7.20.10" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" - integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== +"@babel/compat-data@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" + integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5": - version "7.20.12" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" - integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.20.7" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-module-transforms" "^7.20.11" - "@babel/helpers" "^7.20.7" - "@babel/parser" "^7.20.7" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.12" - "@babel/types" "^7.20.7" + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" + integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.22.5" + "@babel/generator" "^7.22.5" + "@babel/helper-compilation-targets" "^7.22.5" + "@babel/helper-module-transforms" "^7.22.5" + "@babel/helpers" "^7.22.5" + "@babel/parser" "^7.22.5" + "@babel/template" "^7.22.5" + "@babel/traverse" "^7.22.5" + "@babel/types" "^7.22.5" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.2" semver "^6.3.0" -"@babel/generator@^7.20.7", "@babel/generator@^7.7.2": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" - integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== +"@babel/generator@^7.22.5", "@babel/generator@^7.7.2": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" + integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== dependencies: - "@babel/types" "^7.20.7" + "@babel/types" "^7.22.5" "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" -"@babel/helper-compilation-targets@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" - integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== +"@babel/helper-compilation-targets@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" + integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== dependencies: - "@babel/compat-data" "^7.20.5" - "@babel/helper-validator-option" "^7.18.6" + "@babel/compat-data" "^7.22.5" + "@babel/helper-validator-option" "^7.22.5" browserslist "^4.21.3" lru-cache "^5.1.1" semver "^6.3.0" -"@babel/helper-environment-visitor@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== - -"@babel/helper-function-name@^7.19.0": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== - dependencies: - "@babel/template" "^7.18.10" - "@babel/types" "^7.19.0" - -"@babel/helper-hoist-variables@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-module-imports@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" - integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-module-transforms@^7.20.11": - version "7.20.11" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" - integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-simple-access" "^7.20.2" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.10" - "@babel/types" "^7.20.7" +"@babel/helper-environment-visitor@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" + integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== + +"@babel/helper-function-name@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" + integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== + dependencies: + "@babel/template" "^7.22.5" + "@babel/types" "^7.22.5" + +"@babel/helper-hoist-variables@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== + dependencies: + "@babel/types" "^7.22.5" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.8.0": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== +"@babel/helper-module-imports@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" + integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== + dependencies: + "@babel/types" "^7.22.5" -"@babel/helper-plugin-utils@^7.22.5": +"@babel/helper-module-transforms@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" + integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== + dependencies: + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-module-imports" "^7.22.5" + "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.5" + "@babel/template" "^7.22.5" + "@babel/traverse" "^7.22.5" + "@babel/types" "^7.22.5" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== -"@babel/helper-simple-access@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== +"@babel/helper-simple-access@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" + integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== dependencies: - "@babel/types" "^7.20.2" + "@babel/types" "^7.22.5" -"@babel/helper-split-export-declaration@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== +"@babel/helper-split-export-declaration@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" + integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.22.5" -"@babel/helper-string-parser@^7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== +"@babel/helper-string-parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== +"@babel/helper-validator-identifier@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" + integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== -"@babel/helper-validator-option@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" - integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== +"@babel/helper-validator-option@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" + integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== -"@babel/helpers@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" - integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== +"@babel/helpers@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" + integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== dependencies: - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.7" - "@babel/types" "^7.20.7" + "@babel/template" "^7.22.5" + "@babel/traverse" "^7.22.5" + "@babel/types" "^7.22.5" -"@babel/highlight@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== +"@babel/highlight@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031" + integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw== dependencies: - "@babel/helper-validator-identifier" "^7.18.6" + "@babel/helper-validator-identifier" "^7.22.5" chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" - integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" + integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" @@ -448,51 +444,51 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript@^7.7.2": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7" - integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz#aac8d383b062c5072c647a31ef990c1d0af90272" + integrity sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/runtime@^7.15.4": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd" - integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== +"@babel/runtime@^7.15.4", "@babel/runtime@^7.21.0": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec" + integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA== dependencies: regenerator-runtime "^0.13.11" -"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" - integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== +"@babel/template@^7.22.5", "@babel/template@^7.3.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" + integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" + "@babel/code-frame" "^7.22.5" + "@babel/parser" "^7.22.5" + "@babel/types" "^7.22.5" -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2": - version "7.20.12" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.20.7" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.19.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" +"@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" + integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== + dependencies: + "@babel/code-frame" "^7.22.5" + "@babel/generator" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/parser" "^7.22.5" + "@babel/types" "^7.22.5" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" - integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" + integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== dependencies: - "@babel/helper-string-parser" "^7.19.4" - "@babel/helper-validator-identifier" "^7.19.1" + "@babel/helper-string-parser" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.5" to-fast-properties "^2.0.0" "@bcoe/v8-coverage@^0.2.3": @@ -536,20 +532,20 @@ dependencies: conventional-changelog-conventionalcommits "^5.0.0" -"@commitlint/config-validator@^17.4.0": - version "17.4.0" - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.4.0.tgz#2cb229672a22476cf1f21bedbfcd788e5da5b54f" - integrity sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA== +"@commitlint/config-validator@^17.4.4": + version "17.4.4" + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.4.4.tgz#d0742705719559a101d2ee49c0c514044af6d64d" + integrity sha512-bi0+TstqMiqoBAQDvdEP4AFh0GaKyLFlPPEObgI29utoKEYoPQTvF0EYqIwYYLEoJYhj5GfMIhPHJkTJhagfeg== dependencies: - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" ajv "^8.11.0" -"@commitlint/ensure@^17.4.0": - version "17.4.0" - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.0.tgz#3de65768bfccb9956ec3a0ecd8a415421bf315e5" - integrity sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw== +"@commitlint/ensure@^17.4.4": + version "17.4.4" + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.4.tgz#a36e7719bdb9c2b86c8b8c2e852b463a7bfda5fa" + integrity sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g== dependencies: - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" lodash.camelcase "^4.3.0" lodash.kebabcase "^4.1.1" lodash.snakecase "^4.1.1" @@ -562,40 +558,40 @@ integrity sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA== "@commitlint/format@^17.0.0": - version "17.4.0" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.4.0.tgz#1c80cf3a6274ff9b3d3c0dd150a97882d557aa0f" - integrity sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA== + version "17.4.4" + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.4.4.tgz#0f6e1b4d7a301c7b1dfd4b6334edd97fc050b9f5" + integrity sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ== dependencies: - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" chalk "^4.1.0" -"@commitlint/is-ignored@^17.4.2": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz#2d40a34e071c3e595e485fafe8460457a7b7af9d" - integrity sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q== +"@commitlint/is-ignored@^17.6.5": + version "17.6.5" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.5.tgz#cea24cd2031fe7d242590b91fab3352750887194" + integrity sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ== dependencies: - "@commitlint/types" "^17.4.0" - semver "7.3.8" + "@commitlint/types" "^17.4.4" + semver "7.5.0" "@commitlint/lint@^17.0.0": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.2.tgz#1277cb4d5395e9d6c39cbc351984bac9dcc6b7cd" - integrity sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw== + version "17.6.5" + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.5.tgz#dfa437f14430c9874d6b1a3ba8a2d44b79780c02" + integrity sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw== dependencies: - "@commitlint/is-ignored" "^17.4.2" - "@commitlint/parse" "^17.4.2" - "@commitlint/rules" "^17.4.2" - "@commitlint/types" "^17.4.0" + "@commitlint/is-ignored" "^17.6.5" + "@commitlint/parse" "^17.6.5" + "@commitlint/rules" "^17.6.5" + "@commitlint/types" "^17.4.4" "@commitlint/load@^17.0.0": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.2.tgz#551875c3e1dce6dc0375dc9c8ad551de8ba35de4" - integrity sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw== + version "17.5.0" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab" + integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q== dependencies: - "@commitlint/config-validator" "^17.4.0" + "@commitlint/config-validator" "^17.4.4" "@commitlint/execute-rule" "^17.4.0" - "@commitlint/resolve-extends" "^17.4.0" - "@commitlint/types" "^17.4.0" + "@commitlint/resolve-extends" "^17.4.4" + "@commitlint/types" "^17.4.4" "@types/node" "*" chalk "^4.1.0" cosmiconfig "^8.0.0" @@ -605,54 +601,54 @@ lodash.uniq "^4.5.0" resolve-from "^5.0.0" ts-node "^10.8.1" - typescript "^4.6.4" + typescript "^4.6.4 || ^5.0.0" "@commitlint/message@^17.4.2": version "17.4.2" resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c" integrity sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q== -"@commitlint/parse@^17.4.2": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.4.2.tgz#b0f8a257a1f93387a497408b0b4cadba60ee3359" - integrity sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA== +"@commitlint/parse@^17.6.5": + version "17.6.5" + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.6.5.tgz#7b84b328a6a94ca08ab7c98c491d9d3dab68f09d" + integrity sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw== dependencies: - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" conventional-changelog-angular "^5.0.11" conventional-commits-parser "^3.2.2" "@commitlint/read@^17.0.0": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.2.tgz#4880a05271fb44cefa54d365a17d5753496a6de0" - integrity sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg== + version "17.5.1" + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c" + integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg== dependencies: "@commitlint/top-level" "^17.4.0" - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" fs-extra "^11.0.0" - git-raw-commits "^2.0.0" + git-raw-commits "^2.0.11" minimist "^1.2.6" -"@commitlint/resolve-extends@^17.4.0": - version "17.4.0" - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz#9023da6c70c4ebd173b4b0995fe29f27051da2d3" - integrity sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ== +"@commitlint/resolve-extends@^17.4.4": + version "17.4.4" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz#8f931467dea8c43b9fe38373e303f7c220de6fdc" + integrity sha512-znXr1S0Rr8adInptHw0JeLgumS11lWbk5xAWFVno+HUFVN45875kUtqjrI6AppmD3JI+4s0uZlqqlkepjJd99A== dependencies: - "@commitlint/config-validator" "^17.4.0" - "@commitlint/types" "^17.4.0" + "@commitlint/config-validator" "^17.4.4" + "@commitlint/types" "^17.4.4" import-fresh "^3.0.0" lodash.mergewith "^4.6.2" resolve-from "^5.0.0" resolve-global "^1.0.0" -"@commitlint/rules@^17.4.2": - version "17.4.2" - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.2.tgz#cdf203bc82af979cb319210ef9215cb1de216a9b" - integrity sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ== +"@commitlint/rules@^17.6.5": + version "17.6.5" + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.5.tgz#fabcacdde923e26ac5ef90d4b3f8fc05526bbaa1" + integrity sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A== dependencies: - "@commitlint/ensure" "^17.4.0" + "@commitlint/ensure" "^17.4.4" "@commitlint/message" "^17.4.2" "@commitlint/to-lines" "^17.4.0" - "@commitlint/types" "^17.4.0" + "@commitlint/types" "^17.4.4" execa "^5.0.0" "@commitlint/to-lines@^17.4.0": @@ -667,10 +663,10 @@ dependencies: find-up "^5.0.0" -"@commitlint/types@^17.0.0", "@commitlint/types@^17.4.0": - version "17.4.0" - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.0.tgz#c7c2b97b959f6175c164632bf26208ce417b3f31" - integrity sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA== +"@commitlint/types@^17.0.0", "@commitlint/types@^17.4.4": + version "17.4.4" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.4.tgz#1416df936e9aad0d6a7bbc979ecc31e55dade662" + integrity sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ== dependencies: chalk "^4.1.0" @@ -812,25 +808,25 @@ integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== "@eslint-community/eslint-utils@^4.2.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518" - integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ== + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== dependencies: eslint-visitor-keys "^3.3.0" "@eslint-community/regexpp@^4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403" - integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ== + version "4.5.1" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" + integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== "@eslint/eslintrc@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d" - integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw== + version "2.0.3" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331" + integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.5.0" + espree "^9.5.2" globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" @@ -843,7 +839,7 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe" integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg== -"@fastify/ajv-compiler@^3.3.1": +"@fastify/ajv-compiler@^3.5.0": version "3.5.0" resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-3.5.0.tgz#459bff00fefbf86c96ec30e62e933d2379e46670" integrity sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA== @@ -857,17 +853,17 @@ resolved "https://registry.yarnpkg.com/@fastify/deepmerge/-/deepmerge-1.3.0.tgz#8116858108f0c7d9fd460d05a7d637a13fe3239a" integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== -"@fastify/error@^3.0.0": - version "3.2.0" - resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.2.0.tgz#9010e0acfe07965f5fc7d2b367f58f042d0f4106" - integrity sha512-KAfcLa+CnknwVi5fWogrLXgidLic+GXnLjijXdpl8pvkvbXU5BGa37iZO9FGvsh9ZL4y+oFi5cbHBm5UOG+dmQ== +"@fastify/error@^3.2.0": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.2.1.tgz#5d1cb182a8bb9b103c556b0da35fd77f319fc15e" + integrity sha512-scZVbcpPNWw/yyFmzzO7cf1daTeJp53spN2n7dBTHZd+cV7791fcWJCPP1Tfhdbre+8vDiCyQyqqXfQnYMntYQ== -"@fastify/fast-json-stringify-compiler@^4.1.0": - version "4.2.0" - resolved "https://registry.yarnpkg.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.2.0.tgz#52d047fac76b0d75bd660f04a5dd606659f57c5a" - integrity sha512-ypZynRvXA3dibfPykQN3RB5wBdEUgSGgny8Qc6k163wYPLD4mEGEDkACp+00YmqkGvIm8D/xYoHajwyEdWD/eg== +"@fastify/fast-json-stringify-compiler@^4.3.0": + version "4.3.0" + resolved "https://registry.yarnpkg.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.3.0.tgz#5df89fa4d1592cbb8780f78998355feb471646d5" + integrity sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA== dependencies: - fast-json-stringify "^5.0.0" + fast-json-stringify "^5.7.0" "@fastify/formbody@^7.4.0": version "7.4.0" @@ -897,9 +893,9 @@ xtend "^4.0.0" "@humanwhocodes/config-array@^0.11.8": - version "0.11.8" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9" - integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g== + version "0.11.10" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2" + integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" @@ -920,6 +916,18 @@ resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340" integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + "@isaacs/string-locale-compare@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" @@ -1140,46 +1148,48 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" -"@jridgewell/gen-mapping@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" - integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== - dependencies: - "@jridgewell/set-array" "^1.0.0" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" - integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== + version "0.3.3" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== dependencies: "@jridgewell/set-array" "^1.0.1" "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3": +"@jridgewell/resolve-uri@3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== -"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": +"@jridgewell/resolve-uri@^3.0.3": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== + +"@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== -"@jridgewell/source-map@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb" - integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== +"@jridgewell/source-map@^0.3.3": + version "0.3.3" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.3.tgz#8108265659d4c33e72ffe14e33d6cc5eb59f2fda" + integrity sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg== dependencies: "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": +"@jridgewell/sourcemap-codec@1.4.14": version "1.4.14" resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== +"@jridgewell/sourcemap-codec@^1.4.10": + version "1.4.15" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== + "@jridgewell/trace-mapping@0.3.9": version "0.3.9" resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" @@ -1188,15 +1198,7 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9": - version "0.3.17" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" - integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== - dependencies: - "@jridgewell/resolve-uri" "3.1.0" - "@jridgewell/sourcemap-codec" "1.4.14" - -"@jridgewell/trace-mapping@^0.3.15": +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": version "0.3.18" resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== @@ -2012,6 +2014,13 @@ "@gar/promisify" "^1.1.3" semver "^7.3.5" +"@npmcli/fs@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e" + integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== + dependencies: + semver "^7.3.5" + "@npmcli/git@^3.0.0": version "3.0.2" resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-3.0.2.tgz#5c5de6b4d70474cf2d09af149ce42e4e1dacb931" @@ -2098,125 +2107,180 @@ read-package-json-fast "^2.0.3" which "^2.0.2" -"@nrwl/cli@15.5.1": - version "15.5.1" - resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.5.1.tgz#451d45a0098e14e0d9ec594dac6eecb02195c15b" - integrity sha512-JIypwCrNI7XfouS/9DNNtKPKX5kK6FMPrr8xN7sKfiRPdEwxJXUzFbMQODqudH/mRmUv9EFplA6H/iEeEzd92A== - dependencies: - nx "15.5.1" - -"@nrwl/tao@15.5.1": - version "15.5.1" - resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.5.1.tgz#55d6985143010e7c9423b3d70ca1ab6cbfccf2d0" - integrity sha512-MUaqIsbEXLF8l4qpk/5Q7o+1mzvyCTQOm0usVh96RGowU7SjOvoHErCA2aIQvRK4MKLK9AH8U0AlbpLVLI+5cQ== - dependencies: - nx "15.5.1" +"@nrwl/cli@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.9.4.tgz#63b600dff1cdc126f234d16978a888f72c22a00c" + integrity sha512-FoiGFCLpb/r4HXCM3KYqT0xteP+MRV6bIHjz3bdPHIDLmBNQQnRRaV2K47jtJ6zjh1eOU5UHKyDtDDYf80Idpw== + dependencies: + nx "15.9.4" + +"@nrwl/nx-darwin-arm64@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.4.tgz#e5a2f39d42a60397a01140a251f894788f5d1fda" + integrity sha512-XnvrnT9BJsgThY/4xUcYtE077ERq/img8CkRj7MOOBNOh0/nVcR4LGbBKDHtwE3HPk0ikyS/SxRyNa9msvi3QQ== + +"@nrwl/nx-darwin-x64@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.4.tgz#97a810d4ff6b4bf395a43e4740890c0def2372da" + integrity sha512-WKSfSlpVMLchpXkax0geeUNyhvNxwO7qUz/s0/HJWBekt8fizwKDwDj1gP7fOu+YWb/tHiSscbR1km8PtdjhQw== + +"@nrwl/nx-linux-arm-gnueabihf@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.4.tgz#b8dd23b8c755b7e640d744945ab2dec3fd3eda65" + integrity sha512-a/b4PP7lP/Cgrh0LjC4O2YTt5pyf4DQTGtuE8qlo8o486UiofCtk4QGJX72q80s23L0ejCaKY2ULKx/3zMLjuA== + +"@nrwl/nx-linux-arm64-gnu@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.4.tgz#5bc150c2bdb2e0a2eaf8721b3c5fdb2eb93f8739" + integrity sha512-ibBV8fMhSfLVd/2WzcDuUm32BoZsattuKkvMmOoyU6Pzoznc3AqyDjJR4xCIoAn5Rf+Nu1oeQONr5FAtb1Ugow== + +"@nrwl/nx-linux-arm64-musl@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.4.tgz#df2f18f813828000dc52f1b7668339947b1a0862" + integrity sha512-iIjvVYd7+uM4jVD461+PvU5XTALgSvJOODUaMRGOoDl0KlMuTe6pQZlw0eXjl5rcTd6paKaVFWT5j6awr8kj7w== + +"@nrwl/nx-linux-x64-gnu@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.4.tgz#55547b07e6aeb0c36a43e05bd07c15b013f2de9f" + integrity sha512-q4OyH72mdrE4KellBWtwpr5EwfxHKNoFP9//7FAILO68ROh0rpMd7YQMlTB7T04UEUHjKEEsFGTlVXIee3Viwg== + +"@nrwl/nx-linux-x64-musl@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.4.tgz#29cd644736f643566d9c0e1a1171c49a62a08c09" + integrity sha512-67+/XNMR1CgLPyeGX8jqSG6l8yYD0iiwUgcu1Vaxq6N05WwnqVisIW8XzLSRUtKt4WyVQgOWk3aspImpMVOG3Q== + +"@nrwl/nx-win32-arm64-msvc@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.4.tgz#55a38bf5dc201e9088729fb03e505dc63caf8b3a" + integrity sha512-2rEsq3eOGVCYpYJn2tTJkOGNJm/U8rP/FmqtZXYa6VJv/00XP3Gl00IXFEDaYV6rZo7SWqLxtEPUbjK5LwPzZA== + +"@nrwl/nx-win32-x64-msvc@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.4.tgz#56bb859bfe47d08d14f8d5822d9a31d9098d95a9" + integrity sha512-bogVju4Z/hy1jbppqaTNbmV1R4Kg0R5fKxXAXC2LaL7FL0dup31wPumdV+mXttXBNOBDjV8V/Oz1ZqdmxpOJUw== + +"@nrwl/tao@15.9.4": + version "15.9.4" + resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.9.4.tgz#5e384af06d1fb68e326eda2c6a5d8f99ce1583b8" + integrity sha512-m90iz8UsXx1rgPm1dxsBQjSrCViWYZIrp8bpwjSCW24j3kifyilYSXGuKaRwZwUn7eNmH/kZcI9/8qeGIPF4Sg== + dependencies: + nx "15.9.4" "@octokit/auth-token@^3.0.0": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-3.0.2.tgz#a0fc8de149fd15876e1ac78f6525c1c5ab48435f" - integrity sha512-pq7CwIMV1kmzkFTimdwjAINCXKTajZErLB4wMLYapR2nuB/Jpr66+05wOTZMSCBXP6n4DdDWT2W19Bm17vU69Q== - dependencies: - "@octokit/types" "^8.0.0" + version "3.0.4" + resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-3.0.4.tgz#70e941ba742bdd2b49bdb7393e821dea8520a3db" + integrity sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ== -"@octokit/core@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-4.1.0.tgz#b6b03a478f1716de92b3f4ec4fd64d05ba5a9251" - integrity sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ== +"@octokit/core@^4.2.1": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-4.2.4.tgz#d8769ec2b43ff37cc3ea89ec4681a20ba58ef907" + integrity sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ== dependencies: "@octokit/auth-token" "^3.0.0" "@octokit/graphql" "^5.0.0" "@octokit/request" "^6.0.0" "@octokit/request-error" "^3.0.0" - "@octokit/types" "^8.0.0" + "@octokit/types" "^9.0.0" before-after-hook "^2.2.0" universal-user-agent "^6.0.0" "@octokit/endpoint@^7.0.0": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-7.0.3.tgz#0b96035673a9e3bedf8bab8f7335de424a2147ed" - integrity sha512-57gRlb28bwTsdNXq+O3JTQ7ERmBTuik9+LelgcLIVfYwf235VHbN9QNo4kXExtp/h8T423cR5iJThKtFYxC7Lw== + version "7.0.6" + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-7.0.6.tgz#791f65d3937555141fb6c08f91d618a7d645f1e2" + integrity sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg== dependencies: - "@octokit/types" "^8.0.0" + "@octokit/types" "^9.0.0" is-plain-object "^5.0.0" universal-user-agent "^6.0.0" "@octokit/graphql@^5.0.0": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-5.0.4.tgz#519dd5c05123868276f3ae4e50ad565ed7dff8c8" - integrity sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A== + version "5.0.6" + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-5.0.6.tgz#9eac411ac4353ccc5d3fca7d76736e6888c5d248" + integrity sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw== dependencies: "@octokit/request" "^6.0.0" - "@octokit/types" "^8.0.0" + "@octokit/types" "^9.0.0" universal-user-agent "^6.0.0" -"@octokit/openapi-types@^14.0.0": - version "14.0.0" - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz#949c5019028c93f189abbc2fb42f333290f7134a" - integrity sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw== +"@octokit/openapi-types@^18.0.0": + version "18.0.0" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69" + integrity sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw== "@octokit/plugin-enterprise-rest@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437" integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== -"@octokit/plugin-paginate-rest@^5.0.0": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz#93d7e74f1f69d68ba554fa6b888c2a9cf1f99a83" - integrity sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw== +"@octokit/plugin-paginate-rest@^6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz#f86456a7a1fe9e58fec6385a85cf1b34072341f8" + integrity sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ== dependencies: - "@octokit/types" "^8.0.0" + "@octokit/tsconfig" "^1.0.2" + "@octokit/types" "^9.2.3" "@octokit/plugin-request-log@^1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== -"@octokit/plugin-rest-endpoint-methods@^6.7.0": - version "6.7.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.7.0.tgz#2f6f17f25b6babbc8b41d2bb0a95a8839672ce7c" - integrity sha512-orxQ0fAHA7IpYhG2flD2AygztPlGYNAdlzYz8yrD8NDgelPfOYoRPROfEyIe035PlxvbYrgkfUZIhSBKju/Cvw== +"@octokit/plugin-rest-endpoint-methods@^7.1.2": + version "7.2.3" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz#37a84b171a6cb6658816c82c4082ac3512021797" + integrity sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA== dependencies: - "@octokit/types" "^8.0.0" - deprecation "^2.3.1" + "@octokit/types" "^10.0.0" "@octokit/request-error@^3.0.0": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.2.tgz#f74c0f163d19463b87528efe877216c41d6deb0a" - integrity sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg== + version "3.0.3" + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-3.0.3.tgz#ef3dd08b8e964e53e55d471acfe00baa892b9c69" + integrity sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ== dependencies: - "@octokit/types" "^8.0.0" + "@octokit/types" "^9.0.0" deprecation "^2.0.0" once "^1.4.0" "@octokit/request@^6.0.0": - version "6.2.2" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-6.2.2.tgz#a2ba5ac22bddd5dcb3f539b618faa05115c5a255" - integrity sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw== + version "6.2.8" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-6.2.8.tgz#aaf480b32ab2b210e9dadd8271d187c93171d8eb" + integrity sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw== dependencies: "@octokit/endpoint" "^7.0.0" "@octokit/request-error" "^3.0.0" - "@octokit/types" "^8.0.0" + "@octokit/types" "^9.0.0" is-plain-object "^5.0.0" node-fetch "^2.6.7" universal-user-agent "^6.0.0" "@octokit/rest@^19.0.3": - version "19.0.5" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.5.tgz#4dbde8ae69b27dca04b5f1d8119d282575818f6c" - integrity sha512-+4qdrUFq2lk7Va+Qff3ofREQWGBeoTKNqlJO+FGjFP35ZahP+nBenhZiGdu8USSgmq4Ky3IJ/i4u0xbLqHaeow== + version "19.0.13" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.13.tgz#e799393264edc6d3c67eeda9e5bd7832dcf974e4" + integrity sha512-/EzVox5V9gYGdbAI+ovYj3nXQT1TtTHRT+0eZPcuC05UFSWO3mdO9UY1C0i2eLF9Un1ONJkAk+IEtYGAC+TahA== dependencies: - "@octokit/core" "^4.1.0" - "@octokit/plugin-paginate-rest" "^5.0.0" + "@octokit/core" "^4.2.1" + "@octokit/plugin-paginate-rest" "^6.1.2" "@octokit/plugin-request-log" "^1.0.4" - "@octokit/plugin-rest-endpoint-methods" "^6.7.0" + "@octokit/plugin-rest-endpoint-methods" "^7.1.2" -"@octokit/types@^8.0.0": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-8.1.1.tgz#92e304e0f00d563667dfdbe0ae6b52e70d5149bb" - integrity sha512-7tjk+6DyhYAmei8FOEwPfGKc0VE1x56CKPJ+eE44zhDbOyMT+9yan8apfQFxo8oEFsy+0O7PiBtH8w0Yo0Y9Kw== +"@octokit/tsconfig@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@octokit/tsconfig/-/tsconfig-1.0.2.tgz#59b024d6f3c0ed82f00d08ead5b3750469125af7" + integrity sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA== + +"@octokit/types@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-10.0.0.tgz#7ee19c464ea4ada306c43f1a45d444000f419a4a" + integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg== + dependencies: + "@octokit/openapi-types" "^18.0.0" + +"@octokit/types@^9.0.0", "@octokit/types@^9.2.3": + version "9.3.2" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.3.2.tgz#3f5f89903b69f6a2d196d78ec35f888c0013cac5" + integrity sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA== dependencies: - "@octokit/openapi-types" "^14.0.0" + "@octokit/openapi-types" "^18.0.0" "@parcel/watcher@2.0.4": version "2.0.4" @@ -2226,6 +2290,11 @@ node-addon-api "^3.2.1" node-gyp-build "^4.3.0" +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + "@rushstack/node-core-library@3.55.2": version "3.55.2" resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.55.2.tgz#d951470bac98171de13a8a351d4537c63fbfd0b6" @@ -2275,25 +2344,304 @@ type-detect "4.0.8" "@sinonjs/fake-timers@^10.0.2": - version "10.2.0" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194" - integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg== + version "10.3.0" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" + integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== dependencies: "@sinonjs/commons" "^3.0.0" -"@smithy/protocol-http@^1.0.1": +"@smithy/abort-controller@^1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-1.0.1.tgz#62fd73d73db285fd8e9a2287ed2904ac66e0d43f" - integrity sha512-9OrEn0WfOVtBNYJUjUAn9AOiJ4lzERCJJ/JeZs8E6yajTGxBaFRxUnNBHiNqoDJVg076hY36UmEnPx7xXrvUSg== + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-1.0.1.tgz#cfccff9200091bbbaa76a1b9c115978a4e49bae3" + integrity sha512-An6irzp9NCji2JtJHhrEFlDbxLwHd6c6Y9fq3ZeomyUR8BIXlGXVTxsemUSZVVgOq3166iYbYs/CrPAmgRSFLw== dependencies: - "@smithy/types" "^1.0.0" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/chunked-blob-reader@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader/-/chunked-blob-reader-1.0.1.tgz#382b49680bfb8d764c0af24d3164ce7047ea18f2" + integrity sha512-5cFQ9xLn0CbRxXhpWfnGMSGb9zdw2E8tvA9ACJ5arzyqDvE5gG9qluXgZvmr3BODp/P4ODXDjBjqSOm60eqcFg== + dependencies: + tslib "^2.5.0" + +"@smithy/config-resolver@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-1.0.1.tgz#da1c9f13f485e7cbb46e8aa62fe31c98deb6c403" + integrity sha512-quj0xUiEVG/UHfY82EtthR/+S5/17p3IxXArC3NFSNqryMobWbG9oWgJy2s2cgUSVZLzxevjKKvxrilK7JEDaA== + dependencies: + "@smithy/types" "^1.1.0" + "@smithy/util-config-provider" "^1.0.1" + "@smithy/util-middleware" "^1.0.1" + tslib "^2.5.0" + +"@smithy/credential-provider-imds@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-1.0.1.tgz#650b0f1d839e65accf9d5d20e216b61eb17c8f87" + integrity sha512-hkRJoxVCh4CEt1zYOBElE+G/MV6lyx3g68hSJpesM4pwMT/bzEVo5E5XzXY+6dVq8yszeatWKbFuqCCBQte8tg== + dependencies: + "@smithy/node-config-provider" "^1.0.1" + "@smithy/property-provider" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/url-parser" "^1.0.1" + tslib "^2.5.0" + +"@smithy/eventstream-codec@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-1.0.1.tgz#d35b29c501a39a7025be74f650f50dfe84471b85" + integrity sha512-cpcTXQEOEs2wEvIyxW/iTHJ2m0RVqoEOTjjWEXD6SY8Gcs3FCFP6E8MXadC098tdH5ctMIUXc8POXyMpxzGnjw== + dependencies: + "@aws-crypto/crc32" "3.0.0" + "@smithy/types" "^1.1.0" + "@smithy/util-hex-encoding" "^1.0.1" + tslib "^2.5.0" + +"@smithy/eventstream-serde-browser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-1.0.1.tgz#d03e5262f6444708bf8313ab0e08179ab2718b0b" + integrity sha512-oc8vxe+AU2RzvXH/Ehh0TzM/Nsw3I3ywu7V3qaCzqdkBIntAwK9JGZqcSDsqTK0WxZKBRgFIEwopcuZ2slVnFQ== + dependencies: + "@smithy/eventstream-serde-universal" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/eventstream-serde-universal@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-1.0.1.tgz#cb19a8381986a83b6d2c1ca0e72466140e0dfaa7" + integrity sha512-c6m9DH7m6D2S93dof4wSxysaGSQdauO20TNcSePzrgHd4rkTnz5pqZ1a7Pt22q2SKf09SvTugq5cV2Sy4r8zHw== + dependencies: + "@smithy/eventstream-codec" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/fetch-http-handler@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-1.0.1.tgz#0326ed6f4165a40a1979ed990f633c640846c4de" + integrity sha512-/e2A8eOMk4FVZBQ0o6uF/ttLtFZcmsK5MIwDu1UE3crM4pCAIP19Ul8U9rdLlHhIu81X4AcJmSw55RDSpVRL/w== + dependencies: + "@smithy/protocol-http" "^1.1.0" + "@smithy/querystring-builder" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/util-base64" "^1.0.1" + tslib "^2.5.0" + +"@smithy/hash-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-1.0.1.tgz#9cffefd78f74a99d7f0d99f19596be1a163f70b1" + integrity sha512-eCz08BySBcOjVObjbRAS/XMKUGY4ujnuS+GoWeEpzpCSKDnO8/YQ0rStRt4C0llRmhApizYc1tK9DiJwfvXcBg== + dependencies: + "@smithy/types" "^1.1.0" + "@smithy/util-buffer-from" "^1.0.1" + "@smithy/util-utf8" "^1.0.1" + tslib "^2.5.0" + +"@smithy/invalid-dependency@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-1.0.1.tgz#1dde6b71b91e29e3f347a56e9d246c0c48a81748" + integrity sha512-kib63GFlAzRn/wf8M0cRWrZA1cyOy5IvpTkLavCY782DPFMP0EaEeD6VrlNIOvD6ncf7uCJ68HqckhwK1qLT3g== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/is-array-buffer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-1.0.1.tgz#42997d8321234438c141089120b5d3c9d68b0400" + integrity sha512-fHSTW70gANnzPYWNDcWkPXpp+QMbHhKozbQm/+Denkhp4gwSiPuAovWZRpJa9sXO+Q4dOnNzYN2max1vTCEroA== + dependencies: + tslib "^2.5.0" + +"@smithy/middleware-endpoint@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-1.0.1.tgz#c1d047bd9de815cd08c5c9de7ed026754f68ac2c" + integrity sha512-XEHPq73PPm0sXul//5MRC8JKDwHTaNjV3myd9FJ5YoUT+QMJ27gqiwwAMVASJ6vC4ELHzgQdmoTZxVX83Jx17w== + dependencies: + "@smithy/middleware-serde" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/url-parser" "^1.0.1" + "@smithy/util-middleware" "^1.0.1" + tslib "^2.5.0" + +"@smithy/middleware-serde@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-1.0.1.tgz#b2f0e13abe3d0becb9c5b19d751fbb4b28bd9b1d" + integrity sha512-bn5lWk8UUeXFCQfkrNErz5SbeNd+2hgYegHMLsOLPt4URDIsyREar6wMsdsR+8UCdgR5s8udG3Zalgc7puizIQ== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/middleware-stack@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-1.0.1.tgz#cfa8de79ca8bc09fc3c266a0e0241c639b571870" + integrity sha512-T6+gsAO1JYamOJqmORCrByDeQ/NB+ggjHb33UDOgdX4xIjXz/FB/3UqHgQu6PL1cSFrK+i4oteDIwqARDs/Szw== + dependencies: + tslib "^2.5.0" + +"@smithy/node-config-provider@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-1.0.1.tgz#c9b3c1f49a5238b398ad7ff1f2df28315672853f" + integrity sha512-FRxifH/J2SgOaVLihIqBFuGhiHR/NfzbZYp5nYO7BGgT/gc/f9nAuuRJcEy/hwO3aI6ThyG5apH4tGec6A2sCw== + dependencies: + "@smithy/property-provider" "^1.0.1" + "@smithy/shared-ini-file-loader" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/node-http-handler@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-1.0.1.tgz#187210b22df812ceeb457c16f51963a5f43a645f" + integrity sha512-zn+eY+9keEJRa5FARhl7J/MHuv6YrW46LteB7F1tPXdWEjmR6ATG8sSuDQhoY3ES5hfZ95+KcT7w8/1f1/mpeQ== + dependencies: + "@smithy/abort-controller" "^1.0.1" + "@smithy/protocol-http" "^1.1.0" + "@smithy/querystring-builder" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/property-provider@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-1.0.1.tgz#b4c2f41313fcfe33d64f6198f91fc9edd96dc28d" + integrity sha512-3EG/61Ls1MrgEaafpltXBJHSqFPqmTzEX7QKO7lOEHuYGmGYzZ08t1SsTgd1vM74z0IihoZyGPynZ7WmXKvTeg== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/protocol-http@^1.0.1", "@smithy/protocol-http@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-1.1.0.tgz#caf22e01cb825d7490a4915e03d6fa64954ff535" + integrity sha512-H5y/kZOqfJSqRkwtcAoVbqONmhdXwSgYNJ1Glk5Ry8qlhVVy5qUzD9EklaCH8/XLnoCsLO/F/Giee8MIvaBRkg== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/querystring-builder@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-1.0.1.tgz#c8e9ca45c072763ad34b34a4aaf6a85eb37eafd3" + integrity sha512-J5Tzkw1PMtu01h6wl+tlN5vsyROmS6/z5lEfNlLo/L4ELHeVkQ4Q0PEIjDddPLfjVLCm8biQTESE5GCMixSRNQ== + dependencies: + "@smithy/types" "^1.1.0" + "@smithy/util-uri-escape" "^1.0.1" + tslib "^2.5.0" + +"@smithy/querystring-parser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-1.0.1.tgz#bf5e326debaecb9e1db44972f1eb87d64e8915e8" + integrity sha512-zauxdMc3cwxoLitI5DZqH7xN6Fk0mwRxrUMAETbav2j6Se2U0UGak/55rZcDg2yGzOURaLYi5iOm1gHr98P+Bw== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/shared-ini-file-loader@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-1.0.1.tgz#6bc72721e0b1148b199bd2bb21b4d5d3083534bb" + integrity sha512-EztziuIPoNronENGqh+MWVKJErA4rJpaPzJCPukzBeEoG2USka0/q4B5Mr/1zszOnrb49fPNh4u3u5LfiH7QzA== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/signature-v4@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-1.0.1.tgz#03e9d8e3fd5d4f449fc3c188402f5655231d91aa" + integrity sha512-2D69je14ou1vBTnAQeysSK4QVMm0j3WHS3MDg/DnHnFFcXRCzVl/xAARO7POD8+fpi4tMFPs8Z4hzo1Zw40L0Q== + dependencies: + "@smithy/eventstream-codec" "^1.0.1" + "@smithy/is-array-buffer" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/util-hex-encoding" "^1.0.1" + "@smithy/util-middleware" "^1.0.1" + "@smithy/util-uri-escape" "^1.0.1" + "@smithy/util-utf8" "^1.0.1" + tslib "^2.5.0" + +"@smithy/smithy-client@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-1.0.2.tgz#cf7405c1324ca0902f3ec845b50d4ddfe7a374c0" + integrity sha512-KuQKcFAws69nHxfpYDg6nv84F6+3QqJPtUvw9iyNi82XFHY0mGQg7JJL/EUsy2sNJsAoX7ZL01n0EOunPPWTjQ== + dependencies: + "@smithy/middleware-stack" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/util-stream" "^1.0.0" + tslib "^2.5.0" + +"@smithy/types@^1.0.0", "@smithy/types@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-1.1.0.tgz#f30a23202c97634cca5c1ac955a9bf149c955226" + integrity sha512-KzmvisMmuwD2jZXuC9e65JrgsZM97y5NpDU7g347oB+Q+xQLU6hQZ5zFNNbEfwwOJHoOvEVTna+dk1h/lW7alw== + dependencies: + tslib "^2.5.0" + +"@smithy/url-parser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-1.0.1.tgz#a7e52ebb4c8c1d19aa47397b7d78ebcdf767013a" + integrity sha512-33vWEtE6HzmwjEcEb4I58XMLRAchwPS93YhfDyXAXr1jwDCzfXmMayQwwpyW847rpWj0XJimxqia8q0z+k/ybw== + dependencies: + "@smithy/querystring-parser" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/util-base64@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-1.0.1.tgz#69f682a542ca57ffb732da6f2e9309d238d52d84" + integrity sha512-rJcpRi/yUi6TyCEkjdTH86/ExBuKlfctEXhG9/4gMJ3/cnPcHJJnr0mQ9evSEO+3DbpT/Nxq90bcTBdTIAmCig== + dependencies: + "@smithy/util-buffer-from" "^1.0.1" + tslib "^2.5.0" + +"@smithy/util-buffer-from@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-1.0.1.tgz#ec73eb769b246062ae86d037c2f3d54868a7c803" + integrity sha512-363N7Wq0ceUgE5lLe6kaR6GlJs2/m4r9V6bRMfIszb6P1FZbbRRM2FQYUWWPFSsRymm9mJL18b3fjiVsIvhDGg== + dependencies: + "@smithy/is-array-buffer" "^1.0.1" tslib "^2.5.0" -"@smithy/types@^1.0.0": +"@smithy/util-config-provider@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-1.0.1.tgz#597d4f9a0bc9eab62c0d082b8e0772f92d85f99c" + integrity sha512-4Qy38Oy5/q43MpTwCLV1P+7NeaOp4W2etQDxMjgEeRlOyGGNlgttn0syi4g2rVSukFVqQ6FbeRs5xbnFmS6kaQ== + dependencies: + tslib "^2.5.0" + +"@smithy/util-hex-encoding@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-1.0.1.tgz#78778f664fa2624b2892d73e82df29b6d8e02380" + integrity sha512-FPTtMz/t02/rbfq5Pdll/TWUYP+GVFLCQNr+DgifrLzVRU0g8rdRjyFpDh8nPTdkDDusTTo9P1bepAYj68s0eA== + dependencies: + tslib "^2.5.0" + +"@smithy/util-middleware@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-1.0.1.tgz#8c1b04e9eb60e135a7083fc3ff729f969cd38d6a" + integrity sha512-u9akN3Zmbr0vZH4F+2iehG7cFg+3fvDfnvS/hhsXH4UHuhqiQ+ADefibnLzPoz1pooY7rvwaQ/TVHyJmZHdLdQ== + dependencies: + tslib "^2.5.0" + +"@smithy/util-stream@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-1.0.0.tgz#87ab6131fe5e19cbd4d383ffb94d2b806d027d38" - integrity sha512-kc1m5wPBHQCTixwuaOh9vnak/iJm21DrSf9UK6yDE5S3mQQ4u11pqAUiKWnlrZnYkeLfAI9UEHj9OaMT1v5Umg== + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-1.0.0.tgz#96aac41613ec9d846ddadf6a5df484dd79f7d255" + integrity sha512-wxz3yHPVhlX7xujVPwLnm1EHqGo2vcvmCwVXa94QjO4yYhSHtQ9KSaOJTrb6jnUb7sFNm4fIzbwsHQUHulVEgw== + dependencies: + "@smithy/fetch-http-handler" "^1.0.1" + "@smithy/node-http-handler" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/util-base64" "^1.0.1" + "@smithy/util-buffer-from" "^1.0.1" + "@smithy/util-hex-encoding" "^1.0.1" + "@smithy/util-utf8" "^1.0.1" + tslib "^2.5.0" + +"@smithy/util-uri-escape@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-1.0.1.tgz#16422dc996767c459b12bf045a942e4044a32952" + integrity sha512-IJUrRnXKEIc+PKnU1XzTsIENVR+60jUDPBP3iWX/EvuuT3Xfob47x1FGUe2c3yMXNuU6ax8VDk27hL5LKNoehQ== + dependencies: + tslib "^2.5.0" + +"@smithy/util-utf8@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-1.0.1.tgz#6ce31e1f165212b1060aae11f7de4fe06ce8533a" + integrity sha512-iX6XHpjh4DFEUIBSKp2tjy3pYnLQMsJ62zYi1BVAC0kobE6p8AVpiZnxsU3ZkgQatAsUaEspFHUZ7CL7oSqaPQ== dependencies: + "@smithy/util-buffer-from" "^1.0.1" tslib "^2.5.0" "@socket.io/component-emitter@~3.1.0": @@ -2327,9 +2675,9 @@ integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== "@tsconfig/node16@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" - integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== + version "1.0.4" + resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" + integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== "@tsconfig/recommended@1.0.1": version "1.0.1" @@ -2342,12 +2690,12 @@ integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA== "@types/babel__core@^7.1.14": - version "7.1.20" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359" - integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ== + version "7.20.1" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b" + integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw== dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" "@types/babel__generator" "*" "@types/babel__template" "*" "@types/babel__traverse" "*" @@ -2368,11 +2716,11 @@ "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.18.3" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.3.tgz#dfc508a85781e5698d5b33443416b6268c4b3e8d" - integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== + version "7.20.1" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.1.tgz#dd6f1d2411ae677dcb2db008c962598be31d6acf" + integrity sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg== dependencies: - "@babel/types" "^7.3.0" + "@babel/types" "^7.20.7" "@types/chai-as-promised@^7.1.2": version "7.1.5" @@ -2382,9 +2730,9 @@ "@types/chai" "*" "@types/chai@*", "@types/chai@^4.2.11": - version "4.3.4" - resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4" - integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw== + version "4.3.5" + resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.5.tgz#ae69bcbb1bebb68c4ac0b11e9d8ed04526b3562b" + integrity sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng== "@types/connect@^3.4.33": version "3.4.35" @@ -2414,17 +2762,17 @@ "@types/estree" "*" "@types/eslint@*": - version "8.4.10" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.10.tgz#19731b9685c19ed1552da7052b6f668ed7eb64bb" - integrity sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw== + version "8.40.2" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.2.tgz#2833bc112d809677864a4b0e7d1de4f04d7dac2d" + integrity sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ== dependencies: "@types/estree" "*" "@types/json-schema" "*" "@types/estree@*": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" - integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194" + integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA== "@types/estree@^0.0.51": version "0.0.51" @@ -2482,9 +2830,9 @@ parse5 "^7.0.0" "@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + version "7.0.12" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" + integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== "@types/json5@^0.0.29": version "0.0.29" @@ -2492,9 +2840,9 @@ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/lodash@^4.14.175": - version "4.14.191" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa" - integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== + version "4.14.195" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632" + integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg== "@types/minimatch@^3.0.3": version "3.0.5" @@ -2511,15 +2859,10 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323" integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw== -"@types/node@*": - version "18.14.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.6.tgz#ae1973dd2b1eeb1825695bb11ebfb746d27e3e93" - integrity sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA== - -"@types/node@>=10.0.0": - version "18.11.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" - integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== +"@types/node@*", "@types/node@>=10.0.0": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe" + integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg== "@types/node@^10.0.0": version "10.17.60" @@ -2532,9 +2875,9 @@ integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== "@types/node@^14.11.2", "@types/node@^14.14.31": - version "14.18.36" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835" - integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ== + version "14.18.51" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.51.tgz#cb90935b89c641201c3d07a595c3e22d1cfaa417" + integrity sha512-P9bsdGFPpVtofEKlhWMVS2qqx1A/rt9QBfihWlklfHHpUpjtYse5AzFz6j4DWrARLYh6gRnw9+5+DJcrq3KvBA== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -2547,14 +2890,14 @@ integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== "@types/prettier@^2.1.5": - version "2.7.2" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.2.tgz#6c2324641cc4ba050a8c710b2b251b377581fbf0" - integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg== + version "2.7.3" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f" + integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA== "@types/semver@^7.3.12": - version "7.3.13" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" - integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== + version "7.5.0" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" + integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== "@types/stack-utils@^2.0.0": version "2.0.1" @@ -2572,9 +2915,9 @@ integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== "@types/ws@*": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5" - integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg== + version "8.5.5" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb" + integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg== dependencies: "@types/node" "*" @@ -2591,9 +2934,9 @@ integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@types/yargs@^17.0.8": - version "17.0.19" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.19.tgz#8dbecdc9ab48bee0cb74f6e3327de3fa0d0c98ae" - integrity sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ== + version "17.0.24" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.24.tgz#b3ef8d50ad4aa6aecf6ddc97c580a00f5aa11902" + integrity sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw== dependencies: "@types/yargs-parser" "*" @@ -3001,9 +3344,9 @@ integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== "@yarnpkg/parsers@^3.0.0-rc.18": - version "3.0.0-rc.35" - resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.0-rc.35.tgz#5a22f2c4e9341ca991e4331de0f0c286a0fcefab" - integrity sha512-J6ySgEdQUqAmlttvZOoXOEsrDTAnHyR/MtEvuAG5a+gwKY/2Cc7xn4CWcpgfuwkp+0a4vXmt2BDwzacDoGDN1g== + version "3.0.0-rc.45" + resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.0-rc.45.tgz#fcc7d0ab7828afdb20d1e13160b1d117c07536f4" + integrity sha512-Aj0aHBV/crFQTpKQvL6k1xNiOhnlfVLu06LunelQAvl1MTeWrSi8LD9UJJDCFJiG4kx8NysUE6Tx0KZyPQUzIw== dependencies: js-yaml "^3.10.0" tslib "^2.4.0" @@ -3062,9 +3405,9 @@ acorn-globals@^7.0.0: acorn-walk "^8.0.2" acorn-import-assertions@^1.7.6: - version "1.8.0" - resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" - integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== + version "1.9.0" + resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac" + integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA== acorn-jsx@^5.3.2: version "5.3.2" @@ -3076,15 +3419,10 @@ acorn-walk@^8.0.2, acorn-walk@^8.1.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== -acorn@^8.1.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.8.0: - version "8.8.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73" - integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== - -acorn@^8.8.1: - version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" - integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +acorn@^8.1.0, acorn@^8.4.1, acorn@^8.8.0, acorn@^8.8.1, acorn@^8.8.2: + version "8.9.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59" + integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ== add-stream@^1.0.0: version "1.0.0" @@ -3099,12 +3437,12 @@ agent-base@6, agent-base@^6.0.2: debug "4" agentkeepalive@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" - integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== + version "4.3.0" + resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255" + integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg== dependencies: debug "^4.1.0" - depd "^1.1.2" + depd "^2.0.0" humanize-ms "^1.2.1" aggregate-error@^3.0.0: @@ -3179,6 +3517,11 @@ ansi-regex@^5.0.1: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" @@ -3198,6 +3541,11 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + ansi@^0.3.0, ansi@~0.3.0: version "0.3.1" resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21" @@ -3375,26 +3723,28 @@ available-typed-arrays@^1.0.5: resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -avvio@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/avvio/-/avvio-8.2.0.tgz#aff28b0266617bf07ffc1c2d5f4220c3663ce1c2" - integrity sha512-bbCQdg7bpEv6kGH41RO/3B2/GMMmJSo2iBK+X8AWN9mujtfUipMDfIjsgHCfpnKqoGEQrrmCDKSa5OQ19+fDmg== +avvio@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/avvio/-/avvio-8.2.1.tgz#b5a482729847abb84d5aadce06511c04a0a62f82" + integrity sha512-TAlMYvOuwGyLK3PfBb5WKBXZmXz2fVCgv23d6zZFdle/q3gPjmxBaeuC0pY0Dzs5PWMSgfqqEZkrye19GlDTgw== dependencies: archy "^1.0.0" debug "^4.0.0" fastq "^1.6.1" aws-crt@^1.15.9: - version "1.15.9" - resolved "https://registry.yarnpkg.com/aws-crt/-/aws-crt-1.15.9.tgz#f603109bcf1bef3e27346c04367075f5be021078" - integrity sha512-tInTJwASvrj+iIQZd+p/S3fUf2nWp3mNQv+TJHndZIllCQg3tcy8vF6pkXR++3fF/eAIOYnr7adf7z2/JneJ8g== + version "1.15.18" + resolved "https://registry.yarnpkg.com/aws-crt/-/aws-crt-1.15.18.tgz#ab2ca9b67cdc466a33388ec9b5b9c2dd6e58e5e9" + integrity sha512-N66E/3tvkvFjGIcCXf4tZBakvGCUBMdxkJ7l1Hnwr2biW5AL55uTI7ww+P003XXxP1Njm494EHdC+UmYvZeXYw== dependencies: "@aws-sdk/util-utf8-browser" "^3.109.0" "@httptoolkit/websocket-stream" "^6.0.0" axios "^0.24.0" + buffer "^6.0.3" cmake-js "^6.3.2" crypto-js "^4.0.0" mqtt "^4.3.7" + process "^0.11.10" tar "^6.1.11" aws-sign2@~0.7.0: @@ -3422,9 +3772,9 @@ axios@^0.24.0: follow-redirects "^1.14.4" axios@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1" - integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q== + version "1.4.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" + integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -3581,7 +3931,7 @@ bn.js@^5.0.0, bn.js@^5.1.1: resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== -body-parser@1.20.1, body-parser@^1.19.0: +body-parser@1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw== @@ -3599,7 +3949,7 @@ body-parser@1.20.1, body-parser@^1.19.0: type-is "~1.6.18" unpipe "1.0.0" -body-parser@1.20.2: +body-parser@1.20.2, body-parser@^1.19.0: version "1.20.2" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== @@ -3723,14 +4073,14 @@ browserify-zlib@^0.2.0: pako "~1.0.5" browserslist@^4.14.5, browserslist@^4.21.3: - version "4.21.4" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" - integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== + version "4.21.9" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635" + integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== dependencies: - caniuse-lite "^1.0.30001400" - electron-to-chromium "^1.4.251" - node-releases "^2.0.6" - update-browserslist-db "^1.0.9" + caniuse-lite "^1.0.30001503" + electron-to-chromium "^1.4.431" + node-releases "^2.0.12" + update-browserslist-db "^1.0.11" bs-logger@0.x: version "0.2.6" @@ -3856,6 +4206,24 @@ cacache@^16.0.0, cacache@^16.0.6, cacache@^16.1.0: tar "^6.1.11" unique-filename "^2.0.0" +cacache@^17.0.0: + version "17.1.3" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.3.tgz#c6ac23bec56516a7c0c52020fd48b4909d7c7044" + integrity sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg== + dependencies: + "@npmcli/fs" "^3.1.0" + fs-minipass "^3.0.0" + glob "^10.2.2" + lru-cache "^7.7.1" + minipass "^5.0.0" + minipass-collect "^1.0.2" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + p-map "^4.0.0" + ssri "^10.0.0" + tar "^6.1.11" + unique-filename "^3.0.0" + call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" @@ -3893,10 +4261,10 @@ camelcase@^6.0.0, camelcase@^6.2.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -caniuse-lite@^1.0.30001400: - version "1.0.30001445" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001445.tgz#cf2d4eb93f2bcdf0310de9dd6d18be271bc0b447" - integrity sha512-8sdQIdMztYmzfTMO6KfLny878Ln9c2M0fc7EH60IjlP4Dc4PiCy7K2Vl3ITmWgOyPgVQKa5x+UP/KqFsxj4mBg== +caniuse-lite@^1.0.30001503: + version "1.0.30001505" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001505.tgz#10a343e49d31cbbfdae298ef73cb0a9f46670dc5" + integrity sha512-jaAOR5zVtxHfL0NjZyflVTtXm3D3J9P15zSJ7HmQF8dSKGA6tqzQq+0ZI3xkjyQj46I4/M0K2GbMpcAFOcbr3A== capital-case@^1.0.4: version "1.0.4" @@ -3946,14 +4314,6 @@ chainsaw@~0.1.0: dependencies: traverse ">=0.3.0 <0.4" -chalk@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - chalk@^2.0.0: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" @@ -4022,9 +4382,9 @@ ci-info@^2.0.0: integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== ci-info@^3.2.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f" - integrity sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w== + version "3.8.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" + integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: version "1.0.4" @@ -4035,9 +4395,9 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: safe-buffer "^5.0.1" cjs-module-lexer@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" - integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== + version "1.2.3" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz#6c370ab19f8a3394e318fe682686ec0ac684d107" + integrity sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ== class-transformer@0.5.1: version "0.5.1" @@ -4062,9 +4422,9 @@ cli-spinners@2.6.1: integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== cli-spinners@^2.5.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" - integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== + version "2.9.0" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db" + integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g== cli-table3@0.6.2: version "0.6.2" @@ -4218,16 +4578,11 @@ color-support@^1.1.3: resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== -colorette@2.0.20: +colorette@2.0.20, colorette@^2.0.14, colorette@^2.0.16: version "2.0.20" resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== -colorette@^2.0.14, colorette@^2.0.16: - version "2.0.19" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" - integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== - colors@~1.2.1: version "1.2.5" resolved "https://registry.yarnpkg.com/colors/-/colors-1.2.5.tgz#89c7ad9a374bc030df8013241f68136ed8835afc" @@ -4268,6 +4623,11 @@ commander@9.3.0: resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== +commander@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + commander@^2.20.0, commander@^2.20.3, commander@^2.9.0: version "2.20.3" resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" @@ -4283,7 +4643,7 @@ commander@^7.0.0: resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== -commander@^9.0.0, commander@^9.4.1: +commander@^9.0.0: version "9.5.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== @@ -4403,12 +4763,7 @@ content-disposition@0.5.4: dependencies: safe-buffer "5.2.1" -content-type@^1.0.4, content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -content-type@~1.0.5: +content-type@~1.0.4, content-type@~1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== @@ -4582,9 +4937,9 @@ cosmiconfig@^7.0.0: yaml "^1.10.0" cosmiconfig@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97" - integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ== + version "8.2.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd" + integrity sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ== dependencies: import-fresh "^3.2.1" js-yaml "^4.1.0" @@ -4710,9 +5065,11 @@ data-urls@^3.0.2: whatwg-url "^11.0.0" date-fns@^2.16.1: - version "2.29.3" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8" - integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA== + version "2.30.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0" + integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== + dependencies: + "@babel/runtime" "^7.21.0" date-format@^4.0.14: version "4.0.14" @@ -4801,9 +5158,9 @@ deep-is@^0.1.3, deep-is@~0.1.3: integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== deepmerge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" - integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== + version "4.3.1" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== defaults@^1.0.3: version "1.0.4" @@ -4818,9 +5175,9 @@ define-lazy-prop@^2.0.0: integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== define-properties@^1.1.3: - version "1.1.4" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" - integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== + version "1.2.0" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" + integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== dependencies: has-property-descriptors "^1.0.0" object-keys "^1.1.1" @@ -4840,25 +5197,20 @@ delegates@^1.0.0: resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== -depd@2.0.0, depd@~2.0.0: +depd@2.0.0, depd@^2.0.0, depd@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== -depd@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== - -deprecation@^2.0.0, deprecation@^2.3.1: +deprecation@^2.0.0: version "2.3.1" resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + version "1.1.0" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da" + integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg== dependencies: inherits "^2.0.1" minimalistic-assert "^1.0.0" @@ -5048,6 +5400,11 @@ durations@^3.4.2: resolved "https://registry.yarnpkg.com/durations/-/durations-3.4.2.tgz#1de230454373cccfecab927de0bebae2295301db" integrity sha512-V/lf7y33dGaypZZetVI1eu7BmvkbC4dItq12OElLRpKuaU5JxQstV2zHwLv8P7cNbQ+KL1WD80zMCTx5dNC4dg== +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -5068,10 +5425,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -electron-to-chromium@^1.4.251: - version "1.4.284" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" - integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== +electron-to-chromium@^1.4.431: + version "1.4.435" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.435.tgz#761c34300603b9f1234f0b6155870d3002435db6" + integrity sha512-B0CBWVFhvoQCW/XtjRzgrmqcgVWg6RXOEM/dK59+wFV93BFGR6AeNKc4OyhM+T3IhJaOOG8o/V+33Y2mwJWtzw== elliptic@^6.5.3: version "6.5.4" @@ -5096,6 +5453,11 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + encodeurl@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" @@ -5116,14 +5478,14 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: once "^1.4.0" engine.io-parser@~5.0.3: - version "5.0.6" - resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.6.tgz#7811244af173e157295dec9b2718dfe42a64ef45" - integrity sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw== + version "5.0.7" + resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.7.tgz#ed5eae76c71f398284c578ab6deafd3ba7e4e4f6" + integrity sha512-P+jDFbvK6lE3n1OL+q9KuzdOFWkkZ/cMV9gol/SbVfpyqfvrfrFTOFJ6fQm2VC3PZHlU3QPhVwmbsCnauHF2MQ== -engine.io@~6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.2.1.tgz#e3f7826ebc4140db9bbaa9021ad6b1efb175878f" - integrity sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA== +engine.io@~6.4.2: + version "6.4.2" + resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.4.2.tgz#ffeaf68f69b1364b0286badddf15ff633476473f" + integrity sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg== dependencies: "@types/cookie" "^0.4.1" "@types/cors" "^2.8.12" @@ -5134,12 +5496,12 @@ engine.io@~6.2.1: cors "~2.8.5" debug "~4.3.1" engine.io-parser "~5.0.3" - ws "~8.2.3" + ws "~8.11.0" enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.3: - version "5.12.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634" - integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ== + version "5.15.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35" + integrity sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg== dependencies: graceful-fs "^4.2.4" tapable "^2.2.0" @@ -5171,11 +5533,16 @@ env-paths@^2.2.0: resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== -envinfo@7.8.1, envinfo@^7.7.3, envinfo@^7.7.4: +envinfo@7.8.1: version "7.8.1" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== +envinfo@^7.7.3, envinfo@^7.7.4: + version "7.9.0" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.9.0.tgz#47594a13081be0d9be6e513534e8c58dbb26c7a1" + integrity sha512-RODB4txU+xImYDemN5DqaKC0CHk05XSVkOX4pq0hK26Qx+1LChkuOyUDlGEjYb3ACr0n9qBhFjg37hQuJvpkRQ== + err-code@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" @@ -5314,17 +5681,17 @@ eslint-scope@5.1.1, eslint-scope@^5.1.1: estraverse "^4.1.1" eslint-scope@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" - integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + version "7.2.0" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b" + integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" -eslint-visitor-keys@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" - integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994" + integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== eslint@8.36.0: version "8.36.0" @@ -5372,14 +5739,14 @@ eslint@8.36.0: strip-json-comments "^3.1.0" text-table "^0.2.0" -espree@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113" - integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw== +espree@^9.5.0, espree@^9.5.2: + version "9.5.2" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b" + integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw== dependencies: acorn "^8.8.0" acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.3.0" + eslint-visitor-keys "^3.4.1" esprima@4.0.1, esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" @@ -5506,6 +5873,11 @@ expect@^29.0.0, expect@^29.5.0: jest-message-util "^29.5.0" jest-util "^29.5.0" +exponential-backoff@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6" + integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== + express-rate-limit@5.5.1: version "5.5.1" resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.5.1.tgz#110c23f6a65dfa96ab468eda95e71697bc6987a2" @@ -5584,6 +5956,11 @@ eyes@^0.1.8: resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0" integrity sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ== +fast-content-type-parse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c" + integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA== + fast-decode-uri-component@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543" @@ -5595,9 +5972,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-diff@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== fast-glob@3.2.7: version "3.2.7" @@ -5626,10 +6003,10 @@ fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-sta resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== -fast-json-stringify@^5.0.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.5.0.tgz#6655cb944df8da43f6b15312a9564b81c55dadab" - integrity sha512-rmw2Z8/mLkND8zI+3KTYIkNPEoF5v6GqDP/o+g7H3vjdWjBwuKpgAYFHIzL6ORRB+iqDjjtJnLIW9Mzxn5szOA== +fast-json-stringify@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.7.0.tgz#b0a04c848fdeb6ecd83440c71a4db35067023bed" + integrity sha512-sBVPTgnAZseLu1Qgj6lUbQ0HfjFhZWXAmpZ5AaSGkyLh5gAXBga/uPJjQPHpDFjC9adWIpdOcCLSDTgrZ7snoQ== dependencies: "@fastify/deepmerge" "^1.0.0" ajv "^8.10.0" @@ -5644,16 +6021,16 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fast-querystring@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fast-querystring/-/fast-querystring-1.1.0.tgz#bb645c365db88a3b6433fb6484f7e9e66764cfb9" - integrity sha512-LWkjBCZlxjnSanuPpZ6mHswjy8hQv3VcPJsQB3ltUF2zjvrycr0leP3TSTEEfvQ1WEMSRl5YNsGqaft9bjLqEw== + version "1.1.2" + resolved "https://registry.yarnpkg.com/fast-querystring/-/fast-querystring-1.1.2.tgz#a6d24937b4fc6f791b4ee31dcb6f53aeafb89f53" + integrity sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg== dependencies: fast-decode-uri-component "^1.0.1" fast-redact@^3.0.0, fast-redact@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa" - integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw== + version "3.2.0" + resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.2.0.tgz#b1e2d39bc731376d28bde844454fa23e26919987" + integrity sha512-zaTadChr+NekyzallAMXATXLOR8MNx3zqpZ0MUF2aGf4EathnG0f32VLODNlY8IuGY3HoRO2L6/6fSzNsLaHIw== fast-safe-stringify@2.1.1: version "2.1.1" @@ -5683,25 +6060,26 @@ fastify-plugin@^4.0.0: integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg== fastify@^4.11.0: - version "4.11.0" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.11.0.tgz#7fa5614c81a618e67a7a467f0f1b33c43f4ff7d2" - integrity sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw== + version "4.18.0" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.18.0.tgz#d369630ac1dcedb218e6a933380ed81447c3af11" + integrity sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ== dependencies: - "@fastify/ajv-compiler" "^3.3.1" - "@fastify/error" "^3.0.0" - "@fastify/fast-json-stringify-compiler" "^4.1.0" + "@fastify/ajv-compiler" "^3.5.0" + "@fastify/error" "^3.2.0" + "@fastify/fast-json-stringify-compiler" "^4.3.0" abstract-logging "^2.0.1" - avvio "^8.2.0" - content-type "^1.0.4" - find-my-way "^7.3.0" - light-my-request "^5.6.1" - pino "^8.5.0" - process-warning "^2.0.0" + avvio "^8.2.1" + fast-content-type-parse "^1.0.0" + fast-json-stringify "^5.7.0" + find-my-way "^7.6.0" + light-my-request "^5.9.1" + pino "^8.12.0" + process-warning "^2.2.0" proxy-addr "^2.0.7" rfdc "^1.3.0" secure-json-parse "^2.5.0" - semver "^7.3.7" - tiny-lru "^10.0.0" + semver "^7.5.0" + tiny-lru "^11.0.1" fastq@^1.6.0, fastq@^1.6.1: version "1.15.0" @@ -5718,9 +6096,9 @@ fb-watchman@^2.0.0, fb-watchman@^2.0.1: bser "2.1.1" figlet@^1.5.0: - version "1.5.2" - resolved "https://registry.yarnpkg.com/figlet/-/figlet-1.5.2.tgz#dda34ff233c9a48e36fcff6741aeb5bafe49b634" - integrity sha512-WOn21V8AhyE1QqVfPIVxe3tupJacq1xGkPTB4iagT6o+P2cAgEOOwIxMftr4+ZCTI6d551ij9j61DFr0nsP2uQ== + version "1.6.0" + resolved "https://registry.yarnpkg.com/figlet/-/figlet-1.6.0.tgz#812050fa9f01043b4d44ddeb11f20fb268fa4b93" + integrity sha512-31EQGhCEITv6+hi2ORRPyn3bulaV9Fl4xOdR169cBzH/n1UqcxsiSB/noo6SJdD7Kfb1Ljit+IgR1USvF/XbdA== figures@3.2.0, figures@^3.0.0, figures@^3.2.0: version "3.2.0" @@ -5769,10 +6147,10 @@ finalhandler@1.2.0: statuses "2.0.1" unpipe "~1.0.0" -find-my-way@^7.3.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-7.4.0.tgz#22363e6cd1c466f88883703e169a20c983f9c9cc" - integrity sha512-JFT7eURLU5FumlZ3VBGnveId82cZz7UR7OUu+THQJOwdQXxmS/g8v0KLoFhv97HreycOrmAbqjXD/4VG2j0uMQ== +find-my-way@^7.6.0: + version "7.6.2" + resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-7.6.2.tgz#4dd40200d3536aeef5c7342b10028e04cf79146c" + integrity sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw== dependencies: fast-deep-equal "^3.1.3" fast-querystring "^1.0.0" @@ -5838,6 +6216,14 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" @@ -5877,9 +6263,9 @@ fs-constants@^1.0.0: integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== fs-extra@^11.0.0, fs-extra@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" - integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== + version "11.1.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" + integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" @@ -5936,6 +6322,13 @@ fs-minipass@^2.0.0, fs-minipass@^2.1.0: dependencies: minipass "^3.0.0" +fs-minipass@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.2.tgz#5b383858efa8c1eb8c33b39e994f7e8555b8b3a3" + integrity sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g== + dependencies: + minipass "^5.0.0" + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" @@ -6011,12 +6404,13 @@ get-func-name@^2.0.0: integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig== get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== + version "1.2.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" + integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== dependencies: function-bind "^1.1.1" has "^1.0.3" + has-proto "^1.0.1" has-symbols "^1.0.3" get-own-enumerable-property-symbols@^3.0.0: @@ -6068,7 +6462,7 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -git-raw-commits@^2.0.0, git-raw-commits@^2.0.8: +git-raw-commits@^2.0.11, git-raw-commits@^2.0.8: version "2.0.11" resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723" integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A== @@ -6193,6 +6587,17 @@ glob@7.2.0: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^10.2.2: + version "10.2.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.7.tgz#9dd2828cd5bc7bd861e7738d91e7113dda41d7d8" + integrity sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.0.3" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2" + path-scurry "^1.7.0" + glob@^6.0.1: version "6.0.4" resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" @@ -6247,9 +6652,9 @@ globals@^11.1.0: integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.19.0: - version "13.19.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8" - integrity sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== + version "13.20.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82" + integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== dependencies: type-fest "^0.20.2" @@ -6273,9 +6678,9 @@ gopd@^1.0.1: get-intrinsic "^1.1.3" graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: - version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== grapheme-splitter@^1.0.4: version "1.0.4" @@ -6336,6 +6741,11 @@ has-property-descriptors@^1.0.0: dependencies: get-intrinsic "^1.1.1" +has-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== + has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" @@ -6442,10 +6852,10 @@ html-escaper@^2.0.0: resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== +http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" + integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== http-errors@2.0.0: version "2.0.0" @@ -6732,10 +7142,10 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-core-module@^2.1.0, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== +is-core-module@^2.1.0, is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1: + version "2.12.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" + integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== dependencies: has "^1.0.3" @@ -7026,15 +7436,24 @@ istanbul-reports@^3.0.0, istanbul-reports@^3.0.5, istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" +jackspeak@^2.0.3: + version "2.2.1" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6" + integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + jasmine-core@^3.5.0: version "3.99.1" resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.99.1.tgz#5bfa4b2d76618868bfac4c8ff08bb26fffa4120d" integrity sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg== jasmine-core@^4.1.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3" - integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw== + version "4.6.0" + resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.6.0.tgz#6884fc3d5b66bf293e422751eed6d6da217c38f5" + integrity sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ== jayson@^3.6.6: version "3.7.0" @@ -7472,16 +7891,16 @@ jmespath@^0.15.0: resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217" integrity sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w== -js-sdsl@4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6" - integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw== - -js-sdsl@^4.1.4: +js-sdsl@4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711" integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ== +js-sdsl@^4.1.4: + version "4.4.1" + resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.1.tgz#9e3c7b566d8d9a7e1fe8fc26d00b5ab0f8918ab3" + integrity sha512-6Gsx8R0RucyePbWqPssR8DyfuXmLBooYN5cZFZKjHGnQuaf7pEzhtpceagJxVu4LqhYY5EYA7nko3FmeHZ1KbA== + js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -7584,7 +8003,7 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== -json5@^1.0.1: +json5@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== @@ -7932,10 +8351,10 @@ libnpmpublish@^6.0.4: semver "^7.3.7" ssri "^9.0.0" -light-my-request@^5.6.1: - version "5.8.0" - resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.8.0.tgz#93b28615d4cd134b4e2370bcf2ff7e35b51c8d29" - integrity sha512-4BtD5C+VmyTpzlDPCZbsatZMJVgUIciSOwYhJDCbLffPZ35KoDkDj4zubLeHDEb35b4kkPeEv5imbh+RJxK/Pg== +light-my-request@^5.9.1: + version "5.10.0" + resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.10.0.tgz#0a2bbc1d1bb573ed3b78143960920ecdc05bf157" + integrity sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA== dependencies: cookie "^0.5.0" process-warning "^2.0.0" @@ -8159,15 +8578,15 @@ log-update@^4.0.0: wrap-ansi "^6.2.0" log4js@^6.3.0, log4js@^6.4.1: - version "6.7.1" - resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.7.1.tgz#06e12b1ac915dd1067146ffad8215f666f7d2c51" - integrity sha512-lzbd0Eq1HRdWM2abSD7mk6YIVY0AogGJzb/z+lqzRk+8+XJP+M6L1MS5FUSc3jjGru4dbKjEMJmqlsoYYpuivQ== + version "6.9.1" + resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.9.1.tgz#aba5a3ff4e7872ae34f8b4c533706753709e38b6" + integrity sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g== dependencies: date-format "^4.0.14" debug "^4.3.4" flatted "^3.2.7" rfdc "^1.3.0" - streamroller "^3.1.3" + streamroller "^3.1.5" loupe@^2.3.1: version "2.3.6" @@ -8194,7 +8613,7 @@ lower-case@^2.0.2: dependencies: tslib "^2.0.3" -lru-cache@7.18.3: +lru-cache@7.18.3, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: version "7.18.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== @@ -8213,10 +8632,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: - version "7.14.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" - integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== +lru-cache@^9.1.1: + version "9.1.2" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.2.tgz#255fdbc14b75589d6d0e73644ca167a8db506835" + integrity sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ== lunr@^2.3.9: version "2.3.9" @@ -8243,7 +8662,7 @@ make-error@1.x, make-error@^1.1.1: resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== -make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6: +make-fetch-happen@^10.0.6: version "10.2.1" resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz#f5e3835c5e9817b617f2770870d9492d28678164" integrity sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w== @@ -8265,6 +8684,27 @@ make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6: socks-proxy-agent "^7.0.0" ssri "^9.0.0" +make-fetch-happen@^11.0.3: + version "11.1.1" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz#85ceb98079584a9523d4bf71d32996e7e208549f" + integrity sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w== + dependencies: + agentkeepalive "^4.2.1" + cacache "^17.0.0" + http-cache-semantics "^4.1.1" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + is-lambda "^1.0.1" + lru-cache "^7.7.1" + minipass "^5.0.0" + minipass-fetch "^3.0.0" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.3" + promise-retry "^2.0.1" + socks-proxy-agent "^7.0.0" + ssri "^10.0.0" + makeerror@1.0.12: version "1.0.12" resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" @@ -8283,9 +8723,9 @@ map-obj@^4.0.0: integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== marked@^4.2.4: - version "4.2.12" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5" - integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw== + version "4.3.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" + integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== md5.js@^1.3.4: version "1.3.5" @@ -8429,20 +8869,20 @@ minimatch@5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^5.0.1: - version "5.1.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.4.tgz#4e2d39d872684e97b309a9104251c3f1aa4e9d1c" - integrity sha512-U0iNYXt9wALljzfnGkhFSy5sAC6/SCR3JrHrlsdJz4kF8MvhTRQNiC59iUi1iqsitV7abrNAJWElVL9pdnoUgw== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^5.1.1: +minimatch@^5.0.1, minimatch@^5.1.1: version "5.1.6" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== dependencies: brace-expansion "^2.0.1" +minimatch@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253" + integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w== + dependencies: + brace-expansion "^2.0.1" + minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" @@ -8453,9 +8893,9 @@ minimist-options@4.1.0: kind-of "^6.0.3" minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass-collect@^1.0.2: version "1.0.2" @@ -8475,6 +8915,17 @@ minipass-fetch@^2.0.3: optionalDependencies: encoding "^0.1.13" +minipass-fetch@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.3.tgz#d9df70085609864331b533c960fd4ffaa78d15ce" + integrity sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ== + dependencies: + minipass "^5.0.0" + minipass-sized "^1.0.3" + minizlib "^2.1.2" + optionalDependencies: + encoding "^0.1.13" + minipass-flush@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" @@ -8519,12 +8970,15 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: dependencies: yallist "^4.0.0" -minipass@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.0.tgz#7cebb0f9fa7d56f0c5b17853cbe28838a8dbbd3b" - integrity sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw== - dependencies: - yallist "^4.0.0" +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + +"minipass@^5.0.0 || ^6.0.2": + version "6.0.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81" + integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w== minizlib@^1.3.3: version "1.3.3" @@ -8597,11 +9051,16 @@ mocha@10.0.0: yargs-parser "20.2.4" yargs-unparser "2.0.0" -mock-socket@9.1.5, mock-socket@^9.1.0: +mock-socket@9.1.5: version "9.1.5" resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.5.tgz#2c4e44922ad556843b6dfe09d14ed8041fa2cdeb" integrity sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg== +mock-socket@^9.1.0: + version "9.2.1" + resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.2.1.tgz#cc9c0810aa4d0afe02d721dcb2b7e657c00e2282" + integrity sha512-aw9F9T9G2zpGipLLhSNh6ZpgUyUl4frcVmRN08uE1NWPWg43Wx6+sGPDbQ7E5iFZZDJW5b5bypMeAEHqTbIFag== + modify-values@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" @@ -8737,9 +9196,9 @@ no-case@^3.0.4: tslib "^2.0.3" nock@^13.0.2: - version "13.3.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.0.tgz#b13069c1a03f1ad63120f994b04bfd2556925768" - integrity sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg== + version "13.3.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc" + integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1" @@ -8751,17 +9210,10 @@ node-addon-api@^3.2.1: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161" integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== -node-fetch@^2.6.1: - version "2.6.9" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6" - integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg== - dependencies: - whatwg-url "^5.0.0" - -node-fetch@^2.6.7: - version "2.6.8" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e" - integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg== +node-fetch@^2.6.1, node-fetch@^2.6.7: + version "2.6.11" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" + integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w== dependencies: whatwg-url "^5.0.0" @@ -8778,14 +9230,15 @@ node-gyp-build@^4.3.0: integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== node-gyp@^9.0.0: - version "9.3.1" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4" - integrity sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg== + version "9.4.0" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.4.0.tgz#2a7a91c7cba4eccfd95e949369f27c9ba704f369" + integrity sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg== dependencies: env-paths "^2.2.0" + exponential-backoff "^3.1.1" glob "^7.1.4" graceful-fs "^4.2.6" - make-fetch-happen "^10.0.3" + make-fetch-happen "^11.0.3" nopt "^6.0.0" npmlog "^6.0.0" rimraf "^3.0.2" @@ -8798,10 +9251,10 @@ node-int64@^0.4.0: resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== -node-releases@^2.0.6: - version "2.0.8" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.8.tgz#0f349cdc8fcfa39a92ac0be9bc48b7706292b9ae" - integrity sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A== +node-releases@^2.0.12: + version "2.0.12" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039" + integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ== nopt@^5.0.0: version "5.0.0" @@ -8962,12 +9415,12 @@ npmlog@^6.0.0, npmlog@^6.0.2: set-blocking "^2.0.0" number-allocator@^1.0.9: - version "1.0.12" - resolved "https://registry.yarnpkg.com/number-allocator/-/number-allocator-1.0.12.tgz#f2c94501df7bcb32aff03e95bd34cffa96af9685" - integrity sha512-sGB0qoQGmKimery9JubBQ9pQUr1V/LixJAk3Ygp7obZf6mpSXime8d7XHEobbIimkdZpgjkNlLt6G7LPEWFYWg== + version "1.0.14" + resolved "https://registry.yarnpkg.com/number-allocator/-/number-allocator-1.0.14.tgz#1f2e32855498a7740dcc8c78bed54592d930ee4d" + integrity sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA== dependencies: debug "^4.3.1" - js-sdsl "4.1.4" + js-sdsl "4.3.0" number-is-nan@^1.0.0: version "1.0.1" @@ -8979,19 +9432,19 @@ nwsapi@^2.2.2: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.5.tgz#a52744c61b3889dd44b0a158687add39b8d935e2" integrity sha512-6xpotnECFy/og7tKSBVmUNft7J3jyXAka4XvG6AUhFWRz+Q/Ljus7znJAA3bxColfQLdS+XsjoodtJfCgeTEFQ== -nx@15.5.1, "nx@>=14.6.1 < 16": - version "15.5.1" - resolved "https://registry.yarnpkg.com/nx/-/nx-15.5.1.tgz#ba806e67fc94a3b33218bdbbeba75c2f1af4b682" - integrity sha512-7yvcT6Dc/raLtO7bNK0POmavrV3R1YxfSUVzWylaEgCG6U+rrcDPE+iJMt0TL/ea6szBwvZPi4SmQSE++QMTIA== +nx@15.9.4, "nx@>=14.6.1 < 16": + version "15.9.4" + resolved "https://registry.yarnpkg.com/nx/-/nx-15.9.4.tgz#1075bc33fe8ee6c6546c21ec6ffcfd2e000946c6" + integrity sha512-P1G4t59UvE/lkHyruLeSOB5ZuNyh01IwU0tTUOi8f9s/NbP7+OQ8MYVwDV74JHTr6mQgjlS+n+4Eox8tVm9itA== dependencies: - "@nrwl/cli" "15.5.1" - "@nrwl/tao" "15.5.1" + "@nrwl/cli" "15.9.4" + "@nrwl/tao" "15.9.4" "@parcel/watcher" "2.0.4" "@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/parsers" "^3.0.0-rc.18" "@zkochan/js-yaml" "0.0.6" axios "^1.0.0" - chalk "4.1.0" + chalk "^4.1.0" cli-cursor "3.1.0" cli-spinners "2.6.1" cliui "^7.0.2" @@ -9019,6 +9472,16 @@ nx@15.5.1, "nx@>=14.6.1 < 16": v8-compile-cache "2.3.0" yargs "^17.6.2" yargs-parser "21.1.1" + optionalDependencies: + "@nrwl/nx-darwin-arm64" "15.9.4" + "@nrwl/nx-darwin-x64" "15.9.4" + "@nrwl/nx-linux-arm-gnueabihf" "15.9.4" + "@nrwl/nx-linux-arm64-gnu" "15.9.4" + "@nrwl/nx-linux-arm64-musl" "15.9.4" + "@nrwl/nx-linux-x64-gnu" "15.9.4" + "@nrwl/nx-linux-x64-musl" "15.9.4" + "@nrwl/nx-win32-arm64-msvc" "15.9.4" + "@nrwl/nx-win32-x64-msvc" "15.9.4" oauth-sign@~0.9.0: version "0.9.0" @@ -9097,9 +9560,9 @@ onetime@^5.1.0, onetime@^5.1.2: mimic-fn "^2.1.0" open@^8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8" - integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== + version "8.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1" @@ -9421,6 +9884,14 @@ path-parse@^1.0.6, path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== +path-scurry@^1.7.0: + version "1.9.2" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63" + integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg== + dependencies: + lru-cache "^9.1.1" + minipass "^5.0.0 || ^6.0.2" + path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" @@ -9511,9 +9982,9 @@ pino-std-serializers@^4.0.0: integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q== pino-std-serializers@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.1.0.tgz#307490fd426eefc95e06067e85d8558603e8e844" - integrity sha512-KO0m2f1HkrPe9S0ldjx7za9BJjeHqBku5Ch8JyxETxT8dEFGz1PwgrHaOQupVYitpzbFSYm7nnljxD8dik2c+g== + version "6.2.1" + resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.1.tgz#369f4ae2a19eb6d769ddf2c88a2164b76879a284" + integrity sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ== pino@7.11.0: version "7.11.0" @@ -9532,10 +10003,10 @@ pino@7.11.0: sonic-boom "^2.2.1" thread-stream "^0.15.1" -pino@^8.5.0: - version "8.8.0" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.8.0.tgz#1f0d6695a224aa06afc7ad60f2ccc4772d3b9233" - integrity sha512-cF8iGYeu2ODg2gIwgAHcPrtR63ILJz3f7gkogaHC/TXVVXxZgInmNYiIpDYEwgEkxZti2Se6P2W2DxlBIZe6eQ== +pino@^8.12.0: + version "8.14.1" + resolved "https://registry.yarnpkg.com/pino/-/pino-8.14.1.tgz#bb38dcda8b500dd90c1193b6c9171eb777a47ac8" + integrity sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1" @@ -9550,9 +10021,9 @@ pino@^8.5.0: thread-stream "^2.0.0" pirates@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== pkg-dir@^4.2.0: version "4.2.0" @@ -9603,9 +10074,9 @@ prettier@2.8.5: integrity sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ== prettier@^2.0.4: - version "2.8.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" - integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== + version "2.8.8" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== pretty-format@^28.1.3: version "28.1.3" @@ -9646,10 +10117,10 @@ process-warning@1.0.0, process-warning@^1.0.0: resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616" integrity sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q== -process-warning@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.1.0.tgz#1e60e3bfe8183033bbc1e702c2da74f099422d1a" - integrity sha512-9C20RLxrZU/rFnxWncDkuF6O999NdIf3E1ws4B0ZeY3sRVPzWBMsYDE2lxjxhiXxg464cQTgKUGm8/i6y2YGXg== +process-warning@^2.0.0, process-warning@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.2.0.tgz#008ec76b579820a8e5c35d81960525ca64feb626" + integrity sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg== process@^0.11.10: version "0.11.10" @@ -9667,9 +10138,9 @@ promise-all-reject-late@^1.0.0: integrity sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw== promise-call-limit@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-call-limit/-/promise-call-limit-1.0.1.tgz#4bdee03aeb85674385ca934da7114e9bcd3c6e24" - integrity sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q== + version "1.0.2" + resolved "https://registry.yarnpkg.com/promise-call-limit/-/promise-call-limit-1.0.2.tgz#f64b8dd9ef7693c9c7613e7dfe8d6d24de3031ea" + integrity sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA== promise-inflight@^1.0.1: version "1.0.1" @@ -9766,15 +10237,15 @@ pumpify@^2.0.1: inherits "^2.0.3" pump "^3.0.0" -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw== +punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== punycode@^2.1.0, punycode@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.2.0.tgz#2092cc57cd2582c38e4e7e8bb869dc8d3148bc74" - integrity sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw== + version "2.3.0" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" + integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== pure-rand@^6.0.0: version "6.0.2" @@ -9798,6 +10269,13 @@ qs@6.11.0: dependencies: side-channel "^1.0.4" +qs@^6.11.0: + version "6.11.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== + dependencies: + side-channel "^1.0.4" + qs@~6.5.2: version "6.5.3" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" @@ -9808,11 +10286,6 @@ querystring-es3@^0.2.1: resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA== -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g== - querystringify@^2.1.1: version "2.2.0" resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" @@ -9959,19 +10432,19 @@ read@1, read@^1.0.7: dependencies: mute-stream "~0.0.4" -readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.5.0, readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== +readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" string_decoder "^1.1.1" util-deprecate "^1.0.1" readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + version "2.3.8" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== dependencies: core-util-is "~1.0.0" inherits "~2.0.3" @@ -9981,19 +10454,10 @@ readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2. string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.1.1, readable-stream@^3.4.0: - version "3.6.1" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.1.tgz#f9f9b5f536920253b3d26e7660e7da4ccff9bb62" - integrity sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - readable-stream@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.3.0.tgz#0914d0c72db03b316c9733bb3461d64a3cc50cba" - integrity sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ== + version "4.4.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.0.tgz#55ce132d60a988c460d75c631e9ccf6a7229b468" + integrity sha512-kDMOq0qLtxV9f/SQv522h8cxZBqNZXuXNyjyezmfAAuribMyVXziljpQ/uQhfE1XLg2/TLTW2DsnoE4VAi/krg== dependencies: abort-controller "^3.0.0" buffer "^6.0.3" @@ -10090,9 +10554,9 @@ regexp-match-indices@1.0.2: regexp-tree "^0.1.11" regexp-tree@^0.1.11: - version "0.1.24" - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d" - integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw== + version "0.1.27" + resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd" + integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA== reinterval@^1.1.0: version "1.1.0" @@ -10187,11 +10651,11 @@ resolve.exports@^2.0.0: integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== resolve@^1.1.6, resolve@^1.10.0, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.9.0, resolve@~1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== + version "1.22.2" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" + integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== dependencies: - is-core-module "^2.9.0" + is-core-module "^2.11.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" @@ -10285,9 +10749,9 @@ rxjs@^6.6.3: tslib "^1.9.0" rxjs@^7.5.1, rxjs@^7.5.5: - version "7.8.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" - integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== + version "7.8.1" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== dependencies: tslib "^2.1.0" @@ -10308,16 +10772,11 @@ safe-regex2@^2.0.0: dependencies: ret "~0.2.0" -safe-stable-stringify@^2.1.0: +safe-stable-stringify@^2.1.0, safe-stable-stringify@^2.3.1: version "2.4.3" resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886" integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g== -safe-stable-stringify@^2.3.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz#ec7b037768098bf65310d1d64370de0dc02353aa" - integrity sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA== - "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -10346,9 +10805,9 @@ saxes@^6.0.0: xmlchars "^2.2.0" schema-utils@^3.1.0, schema-utils@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" - integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== + version "3.3.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe" + integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg== dependencies: "@types/json-schema" "^7.0.8" ajv "^6.12.5" @@ -10393,13 +10852,6 @@ semver@7.3.7: dependencies: lru-cache "^6.0.0" -semver@7.3.8, semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@~7.3.0: - version "7.3.8" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== - dependencies: - lru-cache "^6.0.0" - semver@7.5.0: version "7.5.0" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0" @@ -10407,18 +10859,32 @@ semver@7.5.0: dependencies: lru-cache "^6.0.0" -semver@7.5.1, semver@^7.3.8: +semver@7.5.1: version "7.5.1" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec" integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== dependencies: lru-cache "^6.0.0" +semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0: + version "7.5.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb" + integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ== + dependencies: + lru-cache "^6.0.0" + semver@^6.0.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@~7.3.0: + version "7.3.8" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" + integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== + dependencies: + lru-cache "^6.0.0" + send@0.18.0: version "0.18.0" resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" @@ -10445,7 +10911,7 @@ serialize-javascript@6.0.0: dependencies: randombytes "^2.1.0" -serialize-javascript@^6.0.0: +serialize-javascript@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== @@ -10468,9 +10934,9 @@ set-blocking@^2.0.0: integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== set-cookie-parser@^2.4.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.5.1.tgz#ddd3e9a566b0e8e0862aca974a6ac0e01349430b" - integrity sha512-1jeBGaKNGdEq4FgIrORu/N570dwoPYio8lSoYLWmX7sQ//0JY08Xh9o5pBcgmHQ/MbsYp/aZnOe1s1lIsbLprQ== + version "2.6.0" + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz#131921e50f62ff1a66a461d7d62d7b21d5d15a51" + integrity sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ== setimmediate@^1.0.4, setimmediate@~1.0.4: version "1.0.5" @@ -10546,6 +11012,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967" + integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q== + sisteransi@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" @@ -10579,30 +11050,32 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== -socket.io-adapter@~2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz#b50a4a9ecdd00c34d4c8c808224daa1a786152a6" - integrity sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg== +socket.io-adapter@~2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz#5de9477c9182fdc171cd8c8364b9a8894ec75d12" + integrity sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA== + dependencies: + ws "~8.11.0" -socket.io-parser@~4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.3.tgz#926bcc6658e2ae0883dc9dee69acbdc76e4e3667" - integrity sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ== +socket.io-parser@~4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83" + integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew== dependencies: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.1" socket.io@^4.4.1: - version "4.5.4" - resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.5.4.tgz#a4513f06e87451c17013b8d13fdfaf8da5a86a90" - integrity sha512-m3GC94iK9MfIEeIBfbhJs5BqFibMtkRk8ZpKwG2QwxV0m/eEhPIV4ara6XCF1LWNAus7z58RodiZlAH71U3EhQ== + version "4.6.2" + resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.6.2.tgz#d597db077d4df9cbbdfaa7a9ed8ccc3d49439786" + integrity sha512-Vp+lSks5k0dewYTfwgPT9UeGGd+ht7sCpB7p0e83VgO4X/AHYWhXITMrNk/pg8syY2bpx23ptClCQuHhqi2BgQ== dependencies: accepts "~1.3.4" base64id "~2.0.0" debug "~4.3.2" - engine.io "~6.2.1" - socket.io-adapter "~2.4.0" - socket.io-parser "~4.2.1" + engine.io "~6.4.2" + socket.io-adapter "~2.5.2" + socket.io-parser "~4.2.4" socks-proxy-agent@^7.0.0: version "7.0.0" @@ -10621,7 +11094,7 @@ socks@^2.6.2: ip "^2.0.0" smart-buffer "^4.2.0" -sonic-boom@3.3.0: +sonic-boom@3.3.0, sonic-boom@^3.1.0: version "3.3.0" resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c" integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g== @@ -10635,13 +11108,6 @@ sonic-boom@^2.2.1: dependencies: atomic-sleep "^1.0.0" -sonic-boom@^3.1.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.2.1.tgz#972ceab831b5840a08a002fa95a672008bda1c38" - integrity sha512-iITeTHxy3B9FGu8aVdiDXUVAcHMF9Ss0cCsAOo2HfCrmVGT3/DT5oYaeu0M/YKZDlKTvChEyPq0zI9Hf33EX6A== - dependencies: - atomic-sleep "^1.0.0" - sort-keys@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" @@ -10693,9 +11159,9 @@ spawn-command@^0.0.2-1: integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg== spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + version "3.2.0" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== dependencies: spdx-expression-parse "^3.0.0" spdx-license-ids "^3.0.0" @@ -10714,9 +11180,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.12" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779" - integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA== + version "3.0.13" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5" + integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== split2@^3.0.0, split2@^3.1.0: version "3.2.2" @@ -10726,9 +11192,9 @@ split2@^3.0.0, split2@^3.1.0: readable-stream "^3.0.0" split2@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809" - integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ== + version "4.2.0" + resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4" + integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== split@^1.0.0: version "1.0.1" @@ -10762,6 +11228,13 @@ sshpk@^1.7.0: safer-buffer "^2.0.2" tweetnacl "~0.14.0" +ssri@^10.0.0: + version "10.0.4" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.4.tgz#5a20af378be586df139ddb2dfb3bf992cf0daba6" + integrity sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ== + dependencies: + minipass "^5.0.0" + ssri@^9.0.0, ssri@^9.0.1: version "9.0.1" resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" @@ -10821,20 +11294,25 @@ stream-shift@^1.0.0: resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== -streamroller@^3.1.3: - version "3.1.4" - resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-3.1.4.tgz#844a18e795d39c1089a8216e66a1cf1151271df0" - integrity sha512-Ha1Ccw2/N5C/IF8Do6zgNe8F3jQo8MPBnMBGvX0QjNv/I97BcNRzK6/mzOpZHHK7DjMLTI3c7Xw7Y1KvdChkvw== +streamroller@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/streamroller/-/streamroller-3.1.5.tgz#1263182329a45def1ffaef58d31b15d13d2ee7ff" + integrity sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw== dependencies: date-format "^4.0.14" debug "^4.3.4" fs-extra "^8.1.0" -string-argv@0.3.1, string-argv@^0.3.1, string-argv@~0.3.1: +string-argv@0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== +string-argv@^0.3.1, string-argv@~0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6" + integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== + string-length@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" @@ -10843,6 +11321,15 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" +"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -10852,14 +11339,14 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" string_decoder@^1.1.1, string_decoder@^1.3.0: version "1.3.0" @@ -10889,7 +11376,7 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10903,6 +11390,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" @@ -11010,13 +11504,13 @@ tar@^4: yallist "^3.1.1" tar@^6.1.0, tar@^6.1.11, tar@^6.1.2: - version "6.1.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b" - integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== + version "6.1.15" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.15.tgz#c9738b0b98845a3b344d334b8fa3041aaba53a69" + integrity sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" - minipass "^4.0.0" + minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0" @@ -11027,23 +11521,23 @@ temp-dir@^1.0.0: integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== terser-webpack-plugin@^5.1.3: - version "5.3.6" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz#5590aec31aa3c6f771ce1b1acca60639eab3195c" - integrity sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ== + version "5.3.9" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz#832536999c51b46d468067f9e37662a3b96adfe1" + integrity sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA== dependencies: - "@jridgewell/trace-mapping" "^0.3.14" + "@jridgewell/trace-mapping" "^0.3.17" jest-worker "^27.4.5" schema-utils "^3.1.1" - serialize-javascript "^6.0.0" - terser "^5.14.1" + serialize-javascript "^6.0.1" + terser "^5.16.8" -terser@^5.14.1: - version "5.16.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.1.tgz#5af3bc3d0f24241c7fb2024199d5c461a1075880" - integrity sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw== +terser@^5.16.8: + version "5.18.1" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.1.tgz#6d8642508ae9fb7b48768e48f16d675c89a78460" + integrity sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ== dependencies: - "@jridgewell/source-map" "^0.3.2" - acorn "^8.5.0" + "@jridgewell/source-map" "^0.3.3" + acorn "^8.8.2" commander "^2.20.0" source-map-support "~0.5.20" @@ -11129,10 +11623,10 @@ timers-browserify@^2.0.11: dependencies: setimmediate "^1.0.4" -tiny-lru@^10.0.0: - version "10.0.1" - resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.0.1.tgz#aaf5d22207e641ed1b176ac2e616d6cc2fc9ef66" - integrity sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA== +tiny-lru@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-11.0.1.tgz#629d6ddd88bd03c0929722680167f1feadf576f2" + integrity sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg== tmp@^0.0.33: version "0.0.33" @@ -11305,19 +11799,19 @@ ts-node@7.0.1: yn "^2.0.0" tsconfig-paths@^3.5.0: - version "3.14.1" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" - integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== + version "3.14.2" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" + integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g== dependencies: "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^1.0.2" minimist "^1.2.6" strip-bom "^3.0.0" tsconfig-paths@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a" - integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw== + version "4.2.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c" + integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg== dependencies: json5 "^2.2.2" minimist "^1.2.6" @@ -11328,15 +11822,10 @@ tslib@^1.11.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== - -tslib@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" - integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0: + version "2.5.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913" + integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w== tsscmp@1.0.6: version "1.0.6" @@ -11362,47 +11851,47 @@ tunnel-agent@^0.6.0: dependencies: safe-buffer "^5.0.1" -turbo-darwin-64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.7.0.tgz#e53ed2e791ce4d146a76aa7c276c84d590134550" - integrity sha512-hSGAueSf5Ko8J67mpqjpt9FsP6ePn1nMcl7IVPoJq5dHsgX3anCP/BPlexJ502bNK+87DDyhQhJ/LPSJXKrSYQ== +turbo-darwin-64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.10.3.tgz#b04f715530ae3c8b6d1ce86229236a7513a28c8c" + integrity sha512-IIB9IomJGyD3EdpSscm7Ip1xVWtYb7D0x7oH3vad3gjFcjHJzDz9xZ/iw/qItFEW+wGFcLSRPd+1BNnuLM8AsA== -turbo-darwin-arm64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.7.0.tgz#d5fdeccb38f1092b5c888f83a2dcd9ae97068dad" - integrity sha512-BLLOW5W6VZxk5+0ZOj5AO1qjM0P5isIgjbEuyAl8lHZ4s9antUbY4CtFrspT32XxPTYoDl4UjviPMcSsbcl3WQ== +turbo-darwin-arm64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.10.3.tgz#ff9c819643c0a2629cb3cd43136022177d2c8205" + integrity sha512-SBNmOZU9YEB0eyNIxeeQ+Wi0Ufd+nprEVp41rgUSRXEIpXjsDjyBnKnF+sQQj3+FLb4yyi/yZQckB+55qXWEsw== -turbo-linux-64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.7.0.tgz#48cf63aa51cde67d5a56eb70df6d7a93548376fa" - integrity sha512-aw2qxmfZa+kT87SB3GNUoFimqEPzTlzlRqhPgHuAAT6Uf0JHnmebPt4K+ZPtDNl5yfVmtB05bhHPqw+5QV97Yg== +turbo-linux-64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.10.3.tgz#d6cbd198e95620e75baa70f1e09f355db6d3e1de" + integrity sha512-kvAisGKE7xHJdyMxZLvg53zvHxjqPK1UVj4757PQqtx9dnjYHSc8epmivE6niPgDHon5YqImzArCjVZJYpIGHQ== -turbo-linux-arm64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.7.0.tgz#1b9b047d72071f9b8090057ede40ca54db945ae7" - integrity sha512-AJEx2jX+zO5fQtJpO3r6uhTabj4oSA5ZhB7zTs/rwu/XqoydsvStA4X8NDW4poTbOjF7DcSHizqwi04tSMzpJw== +turbo-linux-arm64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.10.3.tgz#53148b79e84d020ece82c8af170a2f1d16a01b5b" + integrity sha512-Qgaqln0IYRgyL0SowJOi+PNxejv1I2xhzXOI+D+z4YHbgSx87ox1IsALYBlK8VRVYY8VCXl+PN12r1ioV09j7A== -turbo-windows-64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.7.0.tgz#4683b84c5ba806cba8ab3ec28e4a62f46bdc9901" - integrity sha512-ewj7PPv2uxqv0r31hgnBa3E5qwUu7eyVRP5M1gB/TJXfSHduU79gbxpKCyxIZv2fL/N2/3U7EPOQPSZxBAoljA== +turbo-windows-64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.10.3.tgz#a90af7313cbada57296d672515c4957ef86e5905" + integrity sha512-rbH9wManURNN8mBnN/ZdkpUuTvyVVEMiUwFUX4GVE5qmV15iHtZfDLUSGGCP2UFBazHcpNHG1OJzgc55GFFrUw== -turbo-windows-arm64@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.7.0.tgz#4cdcae60868df73e2af06dcaf39e1c725176cf7f" - integrity sha512-LzjOUzveWkvTD0jP8DBMYiAnYemmydsvqxdSmsUapHHJkl6wKZIOQNSO7pxsy+9XM/1/+0f9Y9F9ZNl5lePTEA== +turbo-windows-arm64@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.10.3.tgz#3ed80e34aa5a432b312ccf2f4770c63a72d0b254" + integrity sha512-ThlkqxhcGZX39CaTjsHqJnqVe+WImjX13pmjnpChz6q5HHbeRxaJSFzgrHIOt0sUUVx90W/WrNRyoIt/aafniw== turbo@^1.6.3: - version "1.7.0" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.7.0.tgz#8e7d2fbc0b57f8835d51195e957766969929616f" - integrity sha512-cwympNwQNnQZ/TffBd8yT0i0O10Cf/hlxccCYgUcwhcGEb9rDjE5thDbHoHw1hlJQUF/5ua7ERJe7Zr0lNE/ww== + version "1.10.3" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.10.3.tgz#125944cb59f3aa60ca4aa93e4c505b974fe55097" + integrity sha512-U4gKCWcKgLcCjQd4Pl8KJdfEKumpyWbzRu75A6FCj6Ctea1PIm58W6Ltw1QXKqHrl2pF9e1raAskf/h6dlrPCA== optionalDependencies: - turbo-darwin-64 "1.7.0" - turbo-darwin-arm64 "1.7.0" - turbo-linux-64 "1.7.0" - turbo-linux-arm64 "1.7.0" - turbo-windows-64 "1.7.0" - turbo-windows-arm64 "1.7.0" + turbo-darwin-64 "1.10.3" + turbo-darwin-arm64 "1.10.3" + turbo-linux-64 "1.10.3" + turbo-linux-arm64 "1.10.3" + turbo-windows-64 "1.10.3" + turbo-windows-arm64 "1.10.3" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" @@ -11503,25 +11992,20 @@ typedoc@0.23.23: minimatch "^5.1.1" shiki "^0.11.1" -"typescript@^3 || ^4": - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== - -typescript@^4.1.0-dev.20201026, typescript@~4.9.5: +"typescript@^3 || ^4", typescript@^4.1.0-dev.20201026, typescript@~4.9.5: version "4.9.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -typescript@^4.6.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +"typescript@^4.6.4 || ^5.0.0": + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== typescript@next: - version "5.0.0-dev.20230116" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230116.tgz#7eb84b0b54f7c0a54dba03349ad84421d74a0f76" - integrity sha512-J6UMkVT1XI6VtmmL316wTW6DNk5OiMit402bFx6PGr6Ag4QgUmMiS2rOPj0TZHJCT5/8dzuPQzd7pZUtLxuW6A== + version "5.2.0-dev.20230620" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230620.tgz#f133a70db9963f725016d1d6daa9ed93c26083ca" + integrity sha512-b+xpXf2CUaS00FbWW5+Kz2oYW27rHb6axYghK9+yR4QInoFy0PBdtkEU7zqm/uGXuULB5EfxbtNGlW9+2vsbSg== typescript@~4.6.2: version "4.6.4" @@ -11534,9 +12018,9 @@ typescript@~4.8.4: integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== ua-parser-js@^0.7.30: - version "0.7.32" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.32.tgz#cd8c639cdca949e30fa68c44b7813ef13e36d211" - integrity sha512-f9BESNVhzlhEFf2CHMSj40NWOjYPl1YKYbrvIr/hFTDEmLq7SRbWvm7FcdcpCYT95zrOhC7gZSxjdnnTpBcwVw== + version "0.7.35" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.35.tgz#8bda4827be4f0b1dda91699a29499575a1f1d307" + integrity sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g== uglify-js@^3.1.4: version "3.17.4" @@ -11555,6 +12039,13 @@ unique-filename@^2.0.0: dependencies: unique-slug "^3.0.0" +unique-filename@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" + integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== + dependencies: + unique-slug "^4.0.0" + unique-slug@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9" @@ -11562,6 +12053,13 @@ unique-slug@^3.0.0: dependencies: imurmurhash "^0.1.4" +unique-slug@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" + integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== + dependencies: + imurmurhash "^0.1.4" + unique-stream@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.3.1.tgz#c65d110e9a4adf9a6c5948b28053d9a8d04cbeac" @@ -11620,10 +12118,10 @@ upath@^2.0.1: resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== -update-browserslist-db@^1.0.9: - version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" - integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== +update-browserslist-db@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" + integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== dependencies: escalade "^3.1.1" picocolors "^1.0.0" @@ -11656,12 +12154,12 @@ url-parse@^1.5.3: requires-port "^1.0.0" url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ== + version "0.11.1" + resolved "https://registry.yarnpkg.com/url/-/url-0.11.1.tgz#26f90f615427eca1b9f4d6a28288c147e2302a32" + integrity sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA== dependencies: - punycode "1.3.2" - querystring "0.2.0" + punycode "^1.4.1" + qs "^6.11.0" util-arity@^1.1.0: version "1.1.0" @@ -11715,9 +12213,9 @@ v8-compile-cache@2.3.0: integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== v8-to-istanbul@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4" - integrity sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w== + version "9.1.0" + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265" + integrity sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA== dependencies: "@jridgewell/trace-mapping" "^0.3.12" "@types/istanbul-lib-coverage" "^2.0.1" @@ -11938,9 +12436,9 @@ webpack-merge@^4.1.5: lodash "^4.17.15" webpack-merge@^5.7.3: - version "5.8.0" - resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61" - integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q== + version "5.9.0" + resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.9.0.tgz#dc160a1c4cf512ceca515cc231669e9ddb133826" + integrity sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg== dependencies: clone-deep "^4.0.1" wildcard "^2.0.0" @@ -12047,9 +12545,9 @@ wide-align@^1.1.5: string-width "^1.0.2 || 2 || 3 || 4" wildcard@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" - integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== + version "2.0.1" + resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67" + integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ== window-size@^0.1.4: version "0.1.4" @@ -12071,6 +12569,15 @@ workerpool@6.2.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" @@ -12088,14 +12595,14 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" wrappy@1: version "1.0.2" @@ -12162,25 +12669,20 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@*: - version "8.12.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8" - integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig== +ws@*, ws@^8.11.0: + version "8.13.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" + integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== ws@^7.4.5, ws@^7.5.5: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== -ws@^8.11.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== - -ws@~8.2.3: - version "8.2.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba" - integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA== +ws@~8.11.0: + version "8.11.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" + integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== xml-name-validator@^4.0.0: version "4.0.0" @@ -12274,9 +12776,9 @@ yargs@17.5.1: yargs-parser "^21.0.0" yargs@^17.0.0, yargs@^17.3.1, yargs@^17.6.2: - version "17.6.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541" - integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw== + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== dependencies: cliui "^8.0.1" escalade "^3.1.1" @@ -12333,12 +12835,12 @@ yup@0.32.11, yup@^0.32.11: toposort "^2.0.2" z-schema@~5.0.2: - version "5.0.5" - resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-5.0.5.tgz#6805a48c5366a6125cae0e58752babfd503daf32" - integrity sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q== + version "5.0.6" + resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-5.0.6.tgz#46d6a687b15e4a4369e18d6cb1c7b8618fc256c5" + integrity sha512-+XR1GhnWklYdfr8YaZv/iu+vY+ux7V5DS5zH1DQf6bO5ufrt/5cgNhVO5qyhsjFXvsqQb/f08DWE9b6uPscyAg== dependencies: lodash.get "^4.4.2" lodash.isequal "^4.5.0" validator "^13.7.0" optionalDependencies: - commander "^9.4.1" + commander "^10.0.0" From 80c7187615e7018e657bb99b23cedd7a3c8bba6f Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:59:30 -0600 Subject: [PATCH 2/5] chore(codegen): update codegen to use @smithy dependencies --- .../typescript/codegen/AddAwsAuthPlugin.java | 2 +- .../AddBodyChecksumGeneratorDependency.java | 3 +- .../codegen/AddEndpointDiscoveryPlugin.java | 2 +- .../codegen/AddHttpChecksumDependency.java | 13 +- .../aws/typescript/codegen/AddS3Config.java | 2 +- .../typescript/codegen/AddSqsDependency.java | 14 +- .../codegen/AddUserAgentDependency.java | 4 +- .../AwsEndpointGeneratorIntegration.java | 6 +- .../typescript/codegen/AwsProtocolUtils.java | 7 +- .../DocumentBareBonesClientGenerator.java | 3 +- .../DocumentClientCommandGenerator.java | 7 +- .../DocumentClientPaginationGenerator.java | 5 +- .../codegen/JsonMemberDeserVisitor.java | 3 +- .../codegen/JsonMemberSerVisitor.java | 3 +- .../codegen/JsonRpcProtocolGenerator.java | 3 +- .../codegen/JsonShapeDeserVisitor.java | 2 +- .../codegen/JsonShapeSerVisitor.java | 3 +- .../codegen/RestJsonProtocolGenerator.java | 7 +- .../codegen/XmlMemberDeserVisitor.java | 18 +- .../codegen/XmlShapeDeserVisitor.java | 5 +- .../sts-client-defaultRoleAssumers.spec.ts | 6 +- .../codegen/sts-client-defaultRoleAssumers.ts | 2 +- .../sts-client-defaultStsRoleAssumers.ts | 3 +- lib/lib-dynamodb/package.json | 4 +- lib/lib-dynamodb/src/DynamoDBDocument.ts | 2 +- .../src/DynamoDBDocumentClient.ts | 4 +- .../DynamoDBDocumentClientCommand.spec.ts | 2 +- .../DynamoDBDocumentClientCommand.ts | 4 +- .../commands/BatchExecuteStatementCommand.ts | 4 +- .../src/commands/BatchGetCommand.ts | 4 +- .../src/commands/BatchWriteCommand.ts | 4 +- .../src/commands/DeleteCommand.ts | 4 +- .../src/commands/ExecuteStatementCommand.ts | 4 +- .../src/commands/ExecuteTransactionCommand.ts | 4 +- lib/lib-dynamodb/src/commands/GetCommand.ts | 4 +- lib/lib-dynamodb/src/commands/PutCommand.ts | 4 +- lib/lib-dynamodb/src/commands/QueryCommand.ts | 4 +- lib/lib-dynamodb/src/commands/ScanCommand.ts | 4 +- .../src/commands/TransactGetCommand.ts | 4 +- .../src/commands/TransactWriteCommand.ts | 4 +- .../src/commands/UpdateCommand.ts | 4 +- lib/lib-dynamodb/src/pagination/Interfaces.ts | 2 +- .../src/pagination/QueryPaginator.ts | 2 +- .../src/pagination/ScanPaginator.ts | 2 +- lib/lib-storage/package.json | 9 +- lib/lib-storage/src/Upload.spec.ts | 2 +- lib/lib-storage/src/Upload.ts | 10 +- lib/lib-storage/src/types.ts | 2 +- private/aws-client-api-test/package.json | 16 + .../initializeWithMaximalConfiguration.ts | 40 +- private/aws-client-retry-test/package.json | 2 + .../src/ClientRetryTest.spec.ts | 6 +- private/aws-util-test/package.json | 4 +- .../src/requests/test-http-handler.ts | 4 +- scripts/endpoints-ruleset/compress.js | 2 +- yarn.lock | 365 +++++++++++++----- 56 files changed, 426 insertions(+), 233 deletions(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java index cd398f758636..9823dd9c149a 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java @@ -91,7 +91,7 @@ public void addConfigInterfaceFields( } if (!areAllOptionalAuthOperations(model, service)) { - writer.addImport("Credentials", "__Credentials", TypeScriptDependency.AWS_SDK_TYPES.packageName); + writer.addImport("Credentials", "__Credentials", TypeScriptDependency.AWS_SDK_TYPES); writer.writeDocs("Default credentials provider; Not available in browser runtime.\n" + "@internal"); writer.write("credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;\n"); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java index ae7d21e0a974..963cd588e88d 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java @@ -24,6 +24,7 @@ import software.amazon.smithy.model.Model; import software.amazon.smithy.model.shapes.ServiceShape; import software.amazon.smithy.typescript.codegen.LanguageTarget; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptSettings; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration; @@ -48,7 +49,7 @@ public void addConfigInterfaceFields( if (!needsBodyChecksumGeneratorDep(settings.getService(model))) { return; } - writer.addImport("HttpRequest", "__HttpRequest", "@aws-sdk/types"); + writer.addImport("HttpRequest", "__HttpRequest", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("Function that returns body checksums.\n" + "@internal"); writer.write("bodyChecksumGenerator?: (request: __HttpRequest, " diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddEndpointDiscoveryPlugin.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddEndpointDiscoveryPlugin.java index efac737d80fa..25f18c974891 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddEndpointDiscoveryPlugin.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddEndpointDiscoveryPlugin.java @@ -63,7 +63,7 @@ public void addConfigInterfaceFields( if (hasClientEndpointDiscovery(service)) { // Add import for endpoint discovery command here, as getClientPlugins doesn't have access to writer. addEndpointDiscoveryCommandImport(model, symbolProvider, service, writer); - writer.addImport("Provider", "__Provider", TypeScriptDependency.SMITHY_TYPES.packageName); + writer.addImport("Provider", "__Provider", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("The provider which populates default for endpointDiscoveryEnabled configuration," + " if it's\nnot passed during client creation.\n@internal") .write("endpointDiscoveryEnabledProvider?: __Provider;\n"); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddHttpChecksumDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddHttpChecksumDependency.java index aa4b467ea8bd..fb83840c69f1 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddHttpChecksumDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddHttpChecksumDependency.java @@ -58,17 +58,17 @@ public void addConfigInterfaceFields( } writer.addImport("Readable", "Readable", "stream"); - writer.addImport("StreamHasher", "__StreamHasher", "@aws-sdk/types"); + writer.addImport("StreamHasher", "__StreamHasher", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("A function that, given a hash constructor and a stream, calculates the \n" + "hash of the streamed value.\n" + "@internal"); writer.write("streamHasher?: __StreamHasher | __StreamHasher;\n"); - writer.addImport("Hash", "__Hash", "@aws-sdk/types"); - writer.addImport("HashConstructor", "__HashConstructor", "@aws-sdk/types"); + writer.addImport("Hash", "__Hash", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("HashConstructor", "__HashConstructor", TypeScriptDependency.SMITHY_TYPES); - writer.addImport("Checksum", "__Checksum", "@aws-sdk/types"); - writer.addImport("ChecksumConstructor", "__ChecksumConstructor", "@aws-sdk/types"); + writer.addImport("Checksum", "__Checksum", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("ChecksumConstructor", "__ChecksumConstructor", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("A constructor for a class implementing the {@link __Checksum} interface \n" + "that computes MD5 hashes.\n" @@ -80,7 +80,8 @@ public void addConfigInterfaceFields( + "@internal"); writer.write("sha1?: __ChecksumConstructor | __HashConstructor;\n"); - writer.addImport("GetAwsChunkedEncodingStream", "GetAwsChunkedEncodingStream", "@aws-sdk/types"); + writer.addImport("GetAwsChunkedEncodingStream", "GetAwsChunkedEncodingStream", + TypeScriptDependency.AWS_SDK_TYPES); writer.writeDocs("A function that returns Readable Stream which follows aws-chunked encoding stream.\n" + "@internal"); writer.write("getAwsChunkedEncodingStream?: GetAwsChunkedEncodingStream;\n"); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java index 68bc4b3e4fae..c358d1e06978 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java @@ -122,7 +122,7 @@ public void addConfigInterfaceFields( writer.writeDocs( "Whether to override the request region with the region inferred from requested resource's ARN." + " Defaults to false.") - .addImport("Provider", "Provider", TypeScriptDependency.AWS_SDK_TYPES.packageName) + .addImport("Provider", "Provider", TypeScriptDependency.SMITHY_TYPES) .write("useArnRegion?: boolean | Provider;"); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddSqsDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddSqsDependency.java index 5235f6afa109..9ed16af3394b 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddSqsDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddSqsDependency.java @@ -73,10 +73,10 @@ public void addConfigInterfaceFields( return; } - writer.addImport("Hash", "__Hash", "@aws-sdk/types"); - writer.addImport("HashConstructor", "__HashConstructor", "@aws-sdk/types"); - writer.addImport("Checksum", "__Checksum", "@aws-sdk/types"); - writer.addImport("ChecksumConstructor", "__ChecksumConstructor", "@aws-sdk/types"); + writer.addImport("Hash", "__Hash", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("HashConstructor", "__HashConstructor", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("Checksum", "__Checksum", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("ChecksumConstructor", "__ChecksumConstructor", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("A constructor for a class implementing the {@link __Checksum} interface \n" + "that computes MD5 hashes.\n" + "@internal"); @@ -99,15 +99,15 @@ public Map> getRuntimeConfigWriters( return MapUtils.of("md5", writer -> { writer.addDependency(TypeScriptDependency.AWS_SDK_TYPES); writer.addImport("HashConstructor", "__HashConstructor", - TypeScriptDependency.AWS_SDK_TYPES.packageName); + TypeScriptDependency.SMITHY_TYPES); writer.addImport("ChecksumConstructor", "__ChecksumConstructor", - TypeScriptDependency.AWS_SDK_TYPES.packageName); + TypeScriptDependency.SMITHY_TYPES); writer.write("Hash.bind(null, \"md5\")"); }); case BROWSER: return MapUtils.of("md5", writer -> { writer.addDependency(TypeScriptDependency.MD5_BROWSER); - writer.addImport("Md5", "Md5", TypeScriptDependency.MD5_BROWSER.packageName); + writer.addImport("Md5", "Md5", TypeScriptDependency.MD5_BROWSER); writer.write("Md5"); }); default: diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddUserAgentDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddUserAgentDependency.java index be4b72f5fa43..a5dafffa382d 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddUserAgentDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddUserAgentDependency.java @@ -52,8 +52,8 @@ public void addConfigInterfaceFields( SymbolProvider symbolProvider, TypeScriptWriter writer ) { - writer.addImport("Provider", "Provider", TypeScriptDependency.AWS_SDK_TYPES.packageName); - writer.addImport("UserAgent", "__UserAgent", TypeScriptDependency.AWS_SDK_TYPES.packageName); + writer.addImport("Provider", "Provider", TypeScriptDependency.SMITHY_TYPES); + writer.addImport("UserAgent", "__UserAgent", TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("The provider populating default tracking information to be sent with `user-agent`, " + "`x-amz-user-agent` header\n@internal"); writer.write("defaultUserAgentProvider?: Provider<__UserAgent>;\n"); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsEndpointGeneratorIntegration.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsEndpointGeneratorIntegration.java index b33d70be484c..ccd18b6c1db8 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsEndpointGeneratorIntegration.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsEndpointGeneratorIntegration.java @@ -96,11 +96,9 @@ public void addConfigInterfaceFields( Paths.get(".", CodegenUtils.SOURCE_FOLDER, "endpoint/EndpointParameters").toString() )); - writer.addImport("EndpointV2", "__EndpointV2", TypeScriptDependency.AWS_SDK_TYPES.packageName); + writer.addImport("EndpointV2", "__EndpointV2", TypeScriptDependency.SMITHY_TYPES); } else { - writer.addImport( - "RegionInfoProvider", null, TypeScriptDependency.AWS_SDK_TYPES.packageName - ); + writer.addImport("RegionInfoProvider", null, TypeScriptDependency.SMITHY_TYPES); writer.writeDocs("Fetch related hostname, signing name or signing region with given region.\n" + "@internal"); writer.write("regionInfoProvider?: RegionInfoProvider;\n"); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java index 4900d73577d7..926313209707 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java @@ -123,7 +123,7 @@ static void generateJsonParseBody(GenerationContext context) { static void generateJsonParseBodyWithQueryHeader(GenerationContext context) { TypeScriptWriter writer = context.getWriter(); - writer.addImport("HeaderBag", "__HeaderBag", "@aws-sdk/types"); + writer.addImport("HeaderBag", "__HeaderBag", TypeScriptDependency.SMITHY_TYPES); writer.write(IoUtils.readUtf8Resource( AwsProtocolUtils.class, "populate-body-with-query-compatibility-code-stub.ts")); } @@ -160,7 +160,7 @@ static void generateXmlParseBody(GenerationContext context) { // Include an XML body parser used to deserialize documents from HTTP responses. writer.addImport("SerdeContext", "__SerdeContext", TypeScriptDependency.SMITHY_TYPES); - writer.addImport("getValueFromTextNode", "__getValueFromTextNode", "@aws-sdk/smithy-client"); + writer.addImport("getValueFromTextNode", "__getValueFromTextNode", TypeScriptDependency.AWS_SMITHY_CLIENT); writer.addDependency(AwsDependency.XML_PARSER); writer.addImport("XMLParser", null, "fast-xml-parser"); writer.openBlock("const parseBody = (streamBody: any, context: __SerdeContext): " @@ -223,7 +223,8 @@ static void generateBuildFormUrlencodedString(GenerationContext context) { TypeScriptWriter writer = context.getWriter(); // Write a single function to handle combining a map in to a valid query string. - writer.addImport("extendedEncodeURIComponent", "__extendedEncodeURIComponent", "@aws-sdk/smithy-client"); + writer.addImport("extendedEncodeURIComponent", "__extendedEncodeURIComponent", + TypeScriptDependency.AWS_SMITHY_CLIENT); writer.openBlock("const buildFormUrlencodedString = (formEntries: Record): " + "string => Object.entries(formEntries).map(", ").join(\"&\");", () -> writer.write("([key, value]) => __extendedEncodeURIComponent(key) + '=' + " diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentBareBonesClientGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentBareBonesClientGenerator.java index 84884ee3e222..72e45fdd4f23 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentBareBonesClientGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentBareBonesClientGenerator.java @@ -27,6 +27,7 @@ import software.amazon.smithy.model.shapes.OperationShape; import software.amazon.smithy.model.shapes.ServiceShape; import software.amazon.smithy.typescript.codegen.ApplicationProtocol; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptSettings; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.utils.SmithyInternalApi; @@ -70,7 +71,7 @@ public void run() { // Add required imports. writer.addImport(serviceName, serviceName, "@aws-sdk/client-dynamodb"); writer.addImport(configType, configType, "@aws-sdk/client-dynamodb"); - writer.addImport("Client", "__Client", "@aws-sdk/smithy-client"); + writer.addImport("Client", "__Client", TypeScriptDependency.AWS_SMITHY_CLIENT); writer.writeDocs("@public"); writer.write("export { __Client };"); generateInputOutputImports(serviceInputTypes, serviceOutputTypes); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java index d1b848ce30d4..947ffbf2feb0 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java @@ -34,6 +34,7 @@ import software.amazon.smithy.model.shapes.StructureShape; import software.amazon.smithy.model.traits.IdempotencyTokenTrait; import software.amazon.smithy.typescript.codegen.ApplicationProtocol; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptSettings; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.utils.SmithyInternalApi; @@ -107,7 +108,7 @@ public void run() { "DynamoDBDocumentClientCommand", "./baseCommand/DynamoDBDocumentClientCommand" ); - writer.addImport("Command", "$Command", "@aws-sdk/smithy-client"); + writer.addImport("Command", "$Command", TypeScriptDependency.AWS_SMITHY_CLIENT); writer.writeDocs("@public"); writer.write("export { DynamoDBDocumentClientCommand, $$Command };"); @@ -182,8 +183,8 @@ private void generateCommandMiddlewareResolver(String configType) { String servicePath = Paths.get(".", DocumentClientUtils.CLIENT_NAME).toString(); writer.addImport(serviceInputTypes, serviceInputTypes, servicePath); writer.addImport(serviceOutputTypes, serviceOutputTypes, servicePath); - writer.addImport(handler, handler, "@aws-sdk/types"); - writer.addImport(middlewareStack, middlewareStack, "@aws-sdk/types"); + writer.addImport(handler, handler, TypeScriptDependency.SMITHY_TYPES); + writer.addImport(middlewareStack, middlewareStack, TypeScriptDependency.SMITHY_TYPES); writer.write("resolveMiddleware(") .indent() diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java index ce5141e69190..0f21c4a7b66e 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java @@ -25,6 +25,7 @@ import software.amazon.smithy.model.knowledge.PaginationInfo; import software.amazon.smithy.model.shapes.OperationShape; import software.amazon.smithy.model.shapes.ServiceShape; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.utils.SmithyInternalApi; @@ -91,7 +92,7 @@ public void run() { Paths.get(".", DocumentClientUtils.CLIENT_FULL_NAME).toString()); // Import Pagination types - writer.addImport("Paginator", "Paginator", "@aws-sdk/types"); + writer.addImport("Paginator", "Paginator", TypeScriptDependency.SMITHY_TYPES); writer.addImport(paginationType, paginationType, Paths.get(".", getInterfaceFilelocation().replace(".ts", "")).toString()); @@ -115,7 +116,7 @@ static String getInterfaceFilelocation() { } static void generateServicePaginationInterfaces(TypeScriptWriter writer) { - writer.addImport("PaginationConfiguration", "PaginationConfiguration", "@aws-sdk/types"); + writer.addImport("PaginationConfiguration", "PaginationConfiguration", TypeScriptDependency.SMITHY_TYPES); writer.addImport( DocumentClientUtils.CLIENT_NAME, diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberDeserVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberDeserVisitor.java index 78b887ce4a6a..82e3c9b768e7 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberDeserVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberDeserVisitor.java @@ -21,6 +21,7 @@ import software.amazon.smithy.model.shapes.MemberShape; import software.amazon.smithy.model.shapes.Shape; import software.amazon.smithy.model.traits.TimestampFormatTrait.Format; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberDeserVisitor; import software.amazon.smithy.typescript.codegen.integration.ProtocolGenerator.GenerationContext; import software.amazon.smithy.utils.SmithyInternalApi; @@ -43,7 +44,7 @@ final class JsonMemberDeserVisitor extends DocumentMemberDeserVisitor { Format defaultTimestampFormat) { super(context, dataSource, defaultTimestampFormat); this.memberShape = memberShape; - context.getWriter().addImport("_json", null, "@aws-sdk/smithy-client"); + context.getWriter().addImport("_json", null, TypeScriptDependency.AWS_SMITHY_CLIENT); this.serdeElisionEnabled = !context.getSettings().generateServerSdk(); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberSerVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberSerVisitor.java index 0bd299befa9e..fdc4b94ba970 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberSerVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberSerVisitor.java @@ -20,6 +20,7 @@ import software.amazon.smithy.model.shapes.BigIntegerShape; import software.amazon.smithy.model.shapes.Shape; import software.amazon.smithy.model.traits.TimestampFormatTrait.Format; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor; import software.amazon.smithy.typescript.codegen.integration.ProtocolGenerator.GenerationContext; import software.amazon.smithy.utils.SmithyInternalApi; @@ -38,7 +39,7 @@ final class JsonMemberSerVisitor extends DocumentMemberSerVisitor { */ JsonMemberSerVisitor(GenerationContext context, String dataSource, Format defaultTimestampFormat) { super(context, dataSource, defaultTimestampFormat); - context.getWriter().addImport("_json", null, "@aws-sdk/smithy-client"); + context.getWriter().addImport("_json", null, TypeScriptDependency.AWS_SMITHY_CLIENT); this.serdeElisionEnabled = !context.getSettings().generateServerSdk(); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java index 0def7d03e819..d70c5db3091b 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java @@ -22,6 +22,7 @@ import software.amazon.smithy.model.shapes.Shape; import software.amazon.smithy.model.shapes.StructureShape; import software.amazon.smithy.model.traits.TimestampFormatTrait.Format; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberDeserVisitor; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor; @@ -112,7 +113,7 @@ protected void writeRequestHeaders(GenerationContext context, OperationShape ope protected void writeSharedRequestHeaders(GenerationContext context) { ServiceShape serviceShape = context.getService(); TypeScriptWriter writer = context.getWriter(); - writer.addImport("HeaderBag", "__HeaderBag", "@aws-sdk/types"); + writer.addImport("HeaderBag", "__HeaderBag", TypeScriptDependency.SMITHY_TYPES); String targetHeader = serviceShape.getId().getName(serviceShape) + ".${operation}"; writer.openBlock("function sharedHeaders(operation: string): __HeaderBag { return {", "}};", () -> { diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeDeserVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeDeserVisitor.java index 3e39896ab932..ba9956fd0962 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeDeserVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeDeserVisitor.java @@ -181,7 +181,7 @@ protected void deserializeStructure(GenerationContext context, StructureShape sh // Prepare the document contents structure. // Use a TreeMap to sort the members. Map members = new TreeMap<>(shape.getAllMembers()); - writer.addImport("take", null, "@aws-sdk/smithy-client"); + writer.addImport("take", null, TypeScriptDependency.AWS_SMITHY_CLIENT); writer.openBlock("return take(output, {", "}) as any;", () -> { // Set all the members to undefined to meet type constraints. members.forEach((memberName, memberShape) -> { diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeSerVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeSerVisitor.java index 0555b383d884..7ab54d908819 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeSerVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeSerVisitor.java @@ -34,6 +34,7 @@ import software.amazon.smithy.model.traits.SparseTrait; import software.amazon.smithy.model.traits.TimestampFormatTrait; import software.amazon.smithy.model.traits.TimestampFormatTrait.Format; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor; import software.amazon.smithy.typescript.codegen.integration.DocumentShapeSerVisitor; @@ -143,7 +144,7 @@ public void serializeMap(GenerationContext context, MapShape shape) { @Override public void serializeStructure(GenerationContext context, StructureShape shape) { TypeScriptWriter writer = context.getWriter(); - writer.addImport("take", null, "@aws-sdk/smithy-client"); + writer.addImport("take", null, TypeScriptDependency.AWS_SMITHY_CLIENT); writer.openBlock("return take(input, {", "});", () -> { // Use a TreeMap to sort the members. Map members = new TreeMap<>(shape.getAllMembers()); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/RestJsonProtocolGenerator.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/RestJsonProtocolGenerator.java index 481e3b549f1c..913d3b93a222 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/RestJsonProtocolGenerator.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/RestJsonProtocolGenerator.java @@ -30,6 +30,7 @@ import software.amazon.smithy.model.traits.JsonNameTrait; import software.amazon.smithy.model.traits.StreamingTrait; import software.amazon.smithy.model.traits.TimestampFormatTrait; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberDeserVisitor; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor; @@ -87,7 +88,7 @@ public void generateSharedComponents(GenerationContext context) { TypeScriptWriter writer = context.getWriter(); writer.addUseImports(getApplicationProtocol().getResponseType()); - writer.addImport("take", null, "@aws-sdk/smithy-client"); + writer.addImport("take", null, TypeScriptDependency.AWS_SMITHY_CLIENT); writer.write(IoUtils.readUtf8Resource(getClass(), "load-json-error-code-stub.ts")); } @@ -149,7 +150,7 @@ protected void serializeErrorDocumentBody( private void serializeDocumentBody(GenerationContext context, List documentBindings) { TypeScriptWriter writer = context.getWriter(); SymbolProvider symbolProvider = context.getSymbolProvider(); - writer.addImport("take", null, "@aws-sdk/smithy-client"); + writer.addImport("take", null, TypeScriptDependency.AWS_SMITHY_CLIENT); writer.openBlock("body = JSON.stringify(take(input, {", "}));", () -> { for (HttpBinding binding : documentBindings) { MemberShape memberShape = binding.getMember(); @@ -303,7 +304,7 @@ private void deserializeDocumentBody( ) { TypeScriptWriter writer = context.getWriter(); SymbolProvider symbolProvider = context.getSymbolProvider(); - writer.addImport("take", null, "@aws-sdk/smithy-client"); + writer.addImport("take", null, TypeScriptDependency.AWS_SMITHY_CLIENT); writer.openBlock("const doc = take(data, {", "});", () -> { for (HttpBinding binding : documentBindings) { diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlMemberDeserVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlMemberDeserVisitor.java index db0f32163f5d..811e75007e2f 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlMemberDeserVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlMemberDeserVisitor.java @@ -28,6 +28,7 @@ import software.amazon.smithy.model.shapes.Shape; import software.amazon.smithy.model.shapes.ShortShape; import software.amazon.smithy.model.traits.TimestampFormatTrait.Format; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberDeserVisitor; import software.amazon.smithy.typescript.codegen.integration.ProtocolGenerator.GenerationContext; import software.amazon.smithy.utils.SmithyInternalApi; @@ -69,31 +70,35 @@ protected MemberShape getMemberShape() { @Override public String booleanShape(BooleanShape shape) { - getContext().getWriter().addImport("parseBoolean", "__parseBoolean", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("parseBoolean", "__parseBoolean", TypeScriptDependency.AWS_SMITHY_CLIENT); return "__parseBoolean(" + getDataSource() + ")"; } @Override public String byteShape(ByteShape shape) { - getContext().getWriter().addImport("strictParseByte", "__strictParseByte", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("strictParseByte", "__strictParseByte", + TypeScriptDependency.AWS_SMITHY_CLIENT); return "__strictParseByte(" + getDataSource() + ") as number"; } @Override public String shortShape(ShortShape shape) { - getContext().getWriter().addImport("strictParseShort", "__strictParseShort", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("strictParseShort", "__strictParseShort", + TypeScriptDependency.AWS_SMITHY_CLIENT); return "__strictParseShort(" + getDataSource() + ") as number"; } @Override public String integerShape(IntegerShape shape) { - getContext().getWriter().addImport("strictParseInt32", "__strictParseInt32", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("strictParseInt32", "__strictParseInt32", + TypeScriptDependency.AWS_SMITHY_CLIENT); return "__strictParseInt32(" + getDataSource() + ") as number"; } @Override public String longShape(LongShape shape) { - getContext().getWriter().addImport("strictParseLong", "__strictParseLong", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("strictParseLong", "__strictParseLong", + TypeScriptDependency.AWS_SMITHY_CLIENT); return "__strictParseLong(" + getDataSource() + ") as number"; } @@ -108,7 +113,8 @@ public String doubleShape(DoubleShape shape) { } private String deserializeFloat() { - getContext().getWriter().addImport("strictParseFloat", "__strictParseFloat", "@aws-sdk/smithy-client"); + getContext().getWriter().addImport("strictParseFloat", "__strictParseFloat", + TypeScriptDependency.AWS_SMITHY_CLIENT); return "__strictParseFloat(" + getDataSource() + ") as number"; } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlShapeDeserVisitor.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlShapeDeserVisitor.java index 939e31f1940f..461d3a8ffb8b 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlShapeDeserVisitor.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/XmlShapeDeserVisitor.java @@ -35,6 +35,7 @@ import software.amazon.smithy.model.traits.XmlFlattenedTrait; import software.amazon.smithy.model.traits.XmlNameTrait; import software.amazon.smithy.typescript.codegen.CodegenUtils; +import software.amazon.smithy.typescript.codegen.TypeScriptDependency; import software.amazon.smithy.typescript.codegen.TypeScriptWriter; import software.amazon.smithy.typescript.codegen.integration.DocumentMemberDeserVisitor; import software.amazon.smithy.typescript.codegen.integration.DocumentShapeDeserVisitor; @@ -96,7 +97,7 @@ private String getUnnamedTargetWrapper(GenerationContext context, Shape target, } TypeScriptWriter writer = context.getWriter(); - writer.addImport("getArrayIfSingleItem", "__getArrayIfSingleItem", "@aws-sdk/smithy-client"); + writer.addImport("getArrayIfSingleItem", "__getArrayIfSingleItem", TypeScriptDependency.AWS_SMITHY_CLIENT); // The XML parser will set one K:V for a member that could // return multiple entries but only has one. // Update the target element if we target another level of collection. @@ -237,7 +238,7 @@ private String getNamedTargetWrapper(GenerationContext context, Shape target, St } TypeScriptWriter writer = context.getWriter(); - writer.addImport("getArrayIfSingleItem", "__getArrayIfSingleItem", "@aws-sdk/smithy-client"); + writer.addImport("getArrayIfSingleItem", "__getArrayIfSingleItem", TypeScriptDependency.AWS_SMITHY_CLIENT); // The XML parser will set one K:V for a member that could // return multiple entries but only has one. return String.format("__getArrayIfSingleItem(%s)", dataSource); diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts index dfded99404b1..43749007c72e 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts @@ -1,5 +1,5 @@ -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { HttpResponse } from "@aws-sdk/protocol-http"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; +import { HttpResponse } from "@smithy/protocol-http"; import { Readable } from "stream"; import type { AssumeRoleCommandInput } from "../src/commands/AssumeRoleCommand"; @@ -12,7 +12,7 @@ const mockHandle = jest.fn().mockResolvedValue({ body: Readable.from([""]), }), }); -jest.mock("@aws-sdk/node-http-handler", () => ({ +jest.mock("@smithy/node-http-handler", () => ({ NodeHttpHandler: jest.fn().mockImplementation(() => ({ destroy: () => {}, handle: mockHandle, diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.ts b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.ts index 245992d89856..93c80aef3a21 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.ts +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.ts @@ -1,4 +1,4 @@ -import { Pluggable } from "@aws-sdk/types"; +import { Pluggable } from "@smithy/types"; import { DefaultCredentialProvider, diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts index d95ed3fd52bb..87bb6aa6b7da 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts @@ -1,4 +1,5 @@ -import { Credentials, Provider } from "@aws-sdk/types"; +import { Credentials } from "@aws-sdk/types"; +import { Provider } from "@smithy/types"; import { AssumeRoleCommand, AssumeRoleCommandInput } from "./commands/AssumeRoleCommand"; import { diff --git a/lib/lib-dynamodb/package.json b/lib/lib-dynamodb/package.json index 290b8f0e029c..8abceb7efb8c 100644 --- a/lib/lib-dynamodb/package.json +++ b/lib/lib-dynamodb/package.json @@ -30,13 +30,13 @@ }, "peerDependencies": { "@aws-sdk/client-dynamodb": "^3.0.0", - "@aws-sdk/smithy-client": "^3.0.0", "@aws-sdk/types": "^3.0.0" }, "devDependencies": { "@aws-sdk/client-dynamodb": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", + "@smithy/smithy-client": "^1.0.3", + "@smithy/types": "^1.1.0", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.11.2", "concurrently": "7.0.0", diff --git a/lib/lib-dynamodb/src/DynamoDBDocument.ts b/lib/lib-dynamodb/src/DynamoDBDocument.ts index 758e68ad63a9..408e1c1d2136 100644 --- a/lib/lib-dynamodb/src/DynamoDBDocument.ts +++ b/lib/lib-dynamodb/src/DynamoDBDocument.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code import { DynamoDBClient } from "@aws-sdk/client-dynamodb"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchExecuteStatementCommand, diff --git a/lib/lib-dynamodb/src/DynamoDBDocumentClient.ts b/lib/lib-dynamodb/src/DynamoDBDocumentClient.ts index 127100fafc99..c48f217f122d 100644 --- a/lib/lib-dynamodb/src/DynamoDBDocumentClient.ts +++ b/lib/lib-dynamodb/src/DynamoDBDocumentClient.ts @@ -5,9 +5,9 @@ import { ServiceInputTypes as __ServiceInputTypes, ServiceOutputTypes as __ServiceOutputTypes, } from "@aws-sdk/client-dynamodb"; -import { Client as __Client } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; import { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb"; +import { Client as __Client } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchExecuteStatementCommandInput, diff --git a/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.spec.ts b/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.spec.ts index b221b80cca3c..427038392ec3 100644 --- a/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.spec.ts +++ b/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.spec.ts @@ -1,4 +1,4 @@ -import { Handler, MiddlewareStack } from "@aws-sdk/types"; +import { Handler, MiddlewareStack } from "@smithy/types"; import { KeyNode } from "../commands/utils"; import { DynamoDBDocumentClientCommand } from "./DynamoDBDocumentClientCommand"; diff --git a/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.ts b/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.ts index a86d43775342..5e7f54ef5d67 100644 --- a/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.ts +++ b/lib/lib-dynamodb/src/baseCommand/DynamoDBDocumentClientCommand.ts @@ -1,4 +1,4 @@ -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Command as $Command } from "@smithy/smithy-client"; import { DeserializeHandler, DeserializeHandlerArguments, @@ -8,7 +8,7 @@ import { InitializeHandlerArguments, InitializeHandlerOutput, MiddlewareStack, -} from "@aws-sdk/types"; +} from "@smithy/types"; import { KeyNode, marshallInput, unmarshallOutput } from "../commands/utils"; import { DynamoDBDocumentClientResolvedConfig } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/lib/lib-dynamodb/src/commands/BatchExecuteStatementCommand.ts index 78e25f47ddb3..48113ba3b93e 100644 --- a/lib/lib-dynamodb/src/commands/BatchExecuteStatementCommand.ts +++ b/lib/lib-dynamodb/src/commands/BatchExecuteStatementCommand.ts @@ -6,9 +6,9 @@ import { BatchStatementRequest, BatchStatementResponse, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/BatchGetCommand.ts b/lib/lib-dynamodb/src/commands/BatchGetCommand.ts index 19566ed968bd..6e6bd12a8cce 100644 --- a/lib/lib-dynamodb/src/commands/BatchGetCommand.ts +++ b/lib/lib-dynamodb/src/commands/BatchGetCommand.ts @@ -5,9 +5,9 @@ import { BatchGetItemCommandOutput as __BatchGetItemCommandOutput, KeysAndAttributes, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/BatchWriteCommand.ts b/lib/lib-dynamodb/src/commands/BatchWriteCommand.ts index d1c3de12cc35..350ea92f7f47 100644 --- a/lib/lib-dynamodb/src/commands/BatchWriteCommand.ts +++ b/lib/lib-dynamodb/src/commands/BatchWriteCommand.ts @@ -8,9 +8,9 @@ import { PutRequest, WriteRequest, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/DeleteCommand.ts b/lib/lib-dynamodb/src/commands/DeleteCommand.ts index ff6aeef9330e..9adb79dcea0d 100644 --- a/lib/lib-dynamodb/src/commands/DeleteCommand.ts +++ b/lib/lib-dynamodb/src/commands/DeleteCommand.ts @@ -6,9 +6,9 @@ import { ExpectedAttributeValue, ItemCollectionMetrics, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/ExecuteStatementCommand.ts b/lib/lib-dynamodb/src/commands/ExecuteStatementCommand.ts index 2f647794d7e7..937dfead31bc 100644 --- a/lib/lib-dynamodb/src/commands/ExecuteStatementCommand.ts +++ b/lib/lib-dynamodb/src/commands/ExecuteStatementCommand.ts @@ -4,9 +4,9 @@ import { ExecuteStatementCommandInput as __ExecuteStatementCommandInput, ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/ExecuteTransactionCommand.ts b/lib/lib-dynamodb/src/commands/ExecuteTransactionCommand.ts index da1454a83e35..afea40d815c1 100644 --- a/lib/lib-dynamodb/src/commands/ExecuteTransactionCommand.ts +++ b/lib/lib-dynamodb/src/commands/ExecuteTransactionCommand.ts @@ -6,9 +6,9 @@ import { ItemResponse, ParameterizedStatement, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/GetCommand.ts b/lib/lib-dynamodb/src/commands/GetCommand.ts index 3ae0a478e269..b30b985ffcad 100644 --- a/lib/lib-dynamodb/src/commands/GetCommand.ts +++ b/lib/lib-dynamodb/src/commands/GetCommand.ts @@ -4,9 +4,9 @@ import { GetItemCommandInput as __GetItemCommandInput, GetItemCommandOutput as __GetItemCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/PutCommand.ts b/lib/lib-dynamodb/src/commands/PutCommand.ts index 2d2ed9bb9f60..1ffbb3456d85 100644 --- a/lib/lib-dynamodb/src/commands/PutCommand.ts +++ b/lib/lib-dynamodb/src/commands/PutCommand.ts @@ -6,9 +6,9 @@ import { PutItemCommandInput as __PutItemCommandInput, PutItemCommandOutput as __PutItemCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/QueryCommand.ts b/lib/lib-dynamodb/src/commands/QueryCommand.ts index fb52e5e65fca..829a580a12b1 100644 --- a/lib/lib-dynamodb/src/commands/QueryCommand.ts +++ b/lib/lib-dynamodb/src/commands/QueryCommand.ts @@ -5,9 +5,9 @@ import { QueryCommandInput as __QueryCommandInput, QueryCommandOutput as __QueryCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/ScanCommand.ts b/lib/lib-dynamodb/src/commands/ScanCommand.ts index 6e8e162917f1..3a29809c639b 100644 --- a/lib/lib-dynamodb/src/commands/ScanCommand.ts +++ b/lib/lib-dynamodb/src/commands/ScanCommand.ts @@ -5,9 +5,9 @@ import { ScanCommandInput as __ScanCommandInput, ScanCommandOutput as __ScanCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/TransactGetCommand.ts b/lib/lib-dynamodb/src/commands/TransactGetCommand.ts index 7d4e937efcc2..071fc0ac577a 100644 --- a/lib/lib-dynamodb/src/commands/TransactGetCommand.ts +++ b/lib/lib-dynamodb/src/commands/TransactGetCommand.ts @@ -7,9 +7,9 @@ import { TransactGetItemsCommandInput as __TransactGetItemsCommandInput, TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/TransactWriteCommand.ts b/lib/lib-dynamodb/src/commands/TransactWriteCommand.ts index 5e0a8ae7bdf8..5cc98b3f83c4 100644 --- a/lib/lib-dynamodb/src/commands/TransactWriteCommand.ts +++ b/lib/lib-dynamodb/src/commands/TransactWriteCommand.ts @@ -10,9 +10,9 @@ import { TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput, Update, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/commands/UpdateCommand.ts b/lib/lib-dynamodb/src/commands/UpdateCommand.ts index 720e0103f9c3..a52475c64348 100644 --- a/lib/lib-dynamodb/src/commands/UpdateCommand.ts +++ b/lib/lib-dynamodb/src/commands/UpdateCommand.ts @@ -7,9 +7,9 @@ import { UpdateItemCommandInput as __UpdateItemCommandInput, UpdateItemCommandOutput as __UpdateItemCommandOutput, } from "@aws-sdk/client-dynamodb"; -import { Command as $Command } from "@aws-sdk/smithy-client"; -import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@aws-sdk/types"; import { NativeAttributeValue } from "@aws-sdk/util-dynamodb"; +import { Command as $Command } from "@smithy/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types"; import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand"; import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/pagination/Interfaces.ts b/lib/lib-dynamodb/src/pagination/Interfaces.ts index 37ce2edd309a..54da188dd095 100644 --- a/lib/lib-dynamodb/src/pagination/Interfaces.ts +++ b/lib/lib-dynamodb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DynamoDBDocument } from "../DynamoDBDocument"; import { DynamoDBDocumentClient } from "../DynamoDBDocumentClient"; diff --git a/lib/lib-dynamodb/src/pagination/QueryPaginator.ts b/lib/lib-dynamodb/src/pagination/QueryPaginator.ts index 9c3c09194911..8abf672bb31d 100644 --- a/lib/lib-dynamodb/src/pagination/QueryPaginator.ts +++ b/lib/lib-dynamodb/src/pagination/QueryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryCommand, QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand"; import { DynamoDBDocument } from "../DynamoDBDocument"; diff --git a/lib/lib-dynamodb/src/pagination/ScanPaginator.ts b/lib/lib-dynamodb/src/pagination/ScanPaginator.ts index 3a9ff04fc40f..12f4876b3a3a 100644 --- a/lib/lib-dynamodb/src/pagination/ScanPaginator.ts +++ b/lib/lib-dynamodb/src/pagination/ScanPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ScanCommand, ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand"; import { DynamoDBDocument } from "../DynamoDBDocument"; diff --git a/lib/lib-storage/package.json b/lib/lib-storage/package.json index 361b7768bbba..48e77ff4343e 100644 --- a/lib/lib-storage/package.json +++ b/lib/lib-storage/package.json @@ -25,21 +25,20 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-sdk/middleware-endpoint": "*", - "@aws-sdk/smithy-client": "*", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "buffer": "5.6.0", "events": "3.3.0", "stream-browserify": "3.0.0", "tslib": "^2.5.0" }, "peerDependencies": { - "@aws-sdk/abort-controller": "^3.0.0", "@aws-sdk/client-s3": "^3.0.0" }, "devDependencies": { - "@aws-sdk/abort-controller": "*", "@aws-sdk/client-s3": "*", - "@aws-sdk/types": "*", + "@smithy/abort-controller": "^1.0.1", + "@smithy/types": "^1.1.0", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.11.2", "concurrently": "7.0.0", diff --git a/lib/lib-storage/src/Upload.spec.ts b/lib/lib-storage/src/Upload.spec.ts index a0ea9fdf89a5..9d63f064b38e 100644 --- a/lib/lib-storage/src/Upload.spec.ts +++ b/lib/lib-storage/src/Upload.spec.ts @@ -65,8 +65,8 @@ jest.mock("@aws-sdk/client-s3", () => ({ PutObjectCommand: putObjectMock, })); -import { AbortController } from "@aws-sdk/abort-controller"; import { CompleteMultipartUploadCommandOutput, S3, S3Client } from "@aws-sdk/client-s3"; +import { AbortController } from "@smithy/abort-controller"; import { createHash } from "crypto"; import { Progress, Upload } from "./index"; diff --git a/lib/lib-storage/src/Upload.ts b/lib/lib-storage/src/Upload.ts index b9e7130d8ae2..9d3599c25286 100644 --- a/lib/lib-storage/src/Upload.ts +++ b/lib/lib-storage/src/Upload.ts @@ -1,4 +1,3 @@ -import { AbortController, AbortSignal } from "@aws-sdk/abort-controller"; import { AbortMultipartUploadCommandOutput, CompletedPart, @@ -13,14 +12,15 @@ import { Tag, UploadPartCommand, } from "@aws-sdk/client-s3"; +import { AbortController, AbortSignal } from "@smithy/abort-controller"; import { EndpointParameterInstructionsSupplier, getEndpointFromInstructions, toEndpointV1, -} from "@aws-sdk/middleware-endpoint"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { extendedEncodeURIComponent } from "@aws-sdk/smithy-client"; -import { Endpoint } from "@aws-sdk/types"; +} from "@smithy/middleware-endpoint"; +import { HttpRequest } from "@smithy/protocol-http"; +import { extendedEncodeURIComponent } from "@smithy/smithy-client"; +import { Endpoint } from "@smithy/types"; import { EventEmitter } from "events"; import { byteLength } from "./bytelength"; diff --git a/lib/lib-storage/src/types.ts b/lib/lib-storage/src/types.ts index 978dd92871fa..edcff2a66da6 100644 --- a/lib/lib-storage/src/types.ts +++ b/lib/lib-storage/src/types.ts @@ -1,5 +1,5 @@ import { PutObjectCommandInput, S3Client, Tag } from "@aws-sdk/client-s3"; -import { AbortController } from "@aws-sdk/abort-controller"; +import { AbortController } from "@smithy/abort-controller"; export interface Progress { loaded?: number; diff --git a/private/aws-client-api-test/package.json b/private/aws-client-api-test/package.json index 7329e6771b79..56c6469fbef7 100644 --- a/private/aws-client-api-test/package.json +++ b/private/aws-client-api-test/package.json @@ -18,6 +18,22 @@ "sideEffects": false, "dependencies": { "@aws-sdk/client-s3": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/hash-stream-node": "^1.0.1", + "@smithy/middleware-retry": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", + "@smithy/smithy-client": "^1.0.3", + "@smithy/types": "^1.1.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts b/private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts index fcabcf522824..a9902c618d6e 100644 --- a/private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts +++ b/private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts @@ -1,30 +1,30 @@ import { S3Client } from "@aws-sdk/client-s3"; import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-bucket-endpoint"; +import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { readableStreamHasher as streamHasher } from "@aws-sdk/hash-stream-node"; -import { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-bucket-endpoint"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { EndpointV2 } from "@aws-sdk/types"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { getAwsChunkedEncodingStream, sdkStreamMixin } from "@aws-sdk/util-stream"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { readableStreamHasher as streamHasher } from "@smithy/hash-stream-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { EndpointV2 } from "@smithy/types"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; +import { getAwsChunkedEncodingStream, sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; /** * Successful compilation indicates the client can be initialized diff --git a/private/aws-client-retry-test/package.json b/private/aws-client-retry-test/package.json index 9cfecafb7fdb..6061e0d1d95c 100644 --- a/private/aws-client-retry-test/package.json +++ b/private/aws-client-retry-test/package.json @@ -22,6 +22,8 @@ }, "devDependencies": { "@tsconfig/node14": "1.0.3", + "@smithy/protocol-http": "^1.1.0", + "@smithy/types": "^1.1.0", "@types/node": "^12.7.5", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/private/aws-client-retry-test/src/ClientRetryTest.spec.ts b/private/aws-client-retry-test/src/ClientRetryTest.spec.ts index 0f50599813b1..e778fb2d29ac 100644 --- a/private/aws-client-retry-test/src/ClientRetryTest.spec.ts +++ b/private/aws-client-retry-test/src/ClientRetryTest.spec.ts @@ -1,7 +1,7 @@ import { HeadObjectCommand, S3, S3Client, S3ServiceException } from "@aws-sdk/client-s3"; -import { HttpResponse } from "@aws-sdk/protocol-http"; -import { RequestHandlerOutput } from "@aws-sdk/types"; -import { ConfiguredRetryStrategy, StandardRetryStrategy } from "@aws-sdk/util-retry"; +import { HttpResponse } from "@smithy/protocol-http"; +import { RequestHandlerOutput } from "@smithy/types"; +import { ConfiguredRetryStrategy, StandardRetryStrategy } from "@smithy/util-retry"; import { Readable } from "stream"; class MockRequestHandler { diff --git a/private/aws-util-test/package.json b/private/aws-util-test/package.json index 7eb359f97399..f1e1cbea2638 100644 --- a/private/aws-util-test/package.json +++ b/private/aws-util-test/package.json @@ -15,9 +15,9 @@ "types": "./dist-types/index.d.ts", "sideEffects": false, "dependencies": { - "@aws-sdk/protocol-http": "*", + "@smithy/protocol-http": "^1.1.0", "@aws-sdk/aws-protocoltests-json": "*", - "@aws-sdk/types": "*", + "@smithy/types": "^1.1.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-util-test/src/requests/test-http-handler.ts b/private/aws-util-test/src/requests/test-http-handler.ts index 2d08746f4aea..e96bf5f76560 100644 --- a/private/aws-util-test/src/requests/test-http-handler.ts +++ b/private/aws-util-test/src/requests/test-http-handler.ts @@ -1,5 +1,5 @@ -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { Client, HttpHandlerOptions, RequestHandler, RequestHandlerOutput } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { Client, HttpHandlerOptions, RequestHandler, RequestHandlerOutput } from "@smithy/types"; /** * Instructs {@link TestHttpHandler} how to match the handled request and the expected request. diff --git a/scripts/endpoints-ruleset/compress.js b/scripts/endpoints-ruleset/compress.js index d5669e37d9bd..9a42c78b8a4f 100644 --- a/scripts/endpoints-ruleset/compress.js +++ b/scripts/endpoints-ruleset/compress.js @@ -60,7 +60,7 @@ const main = (singleModel = undefined) => { const modifiedSource = `// @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/yarn.lock b/yarn.lock index 81706ce13e5a..acfedb477a4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -147,39 +147,39 @@ dependencies: "@aws-crypto/sha256-browser" "3.0.0" "@aws-crypto/sha256-js" "3.0.0" - "@aws-sdk/config-resolver" "*" "@aws-sdk/credential-provider-node" "*" - "@aws-sdk/fetch-http-handler" "*" - "@aws-sdk/hash-node" "*" - "@aws-sdk/invalid-dependency" "*" - "@aws-sdk/middleware-content-length" "*" - "@aws-sdk/middleware-endpoint" "*" "@aws-sdk/middleware-host-header" "*" "@aws-sdk/middleware-logger" "*" "@aws-sdk/middleware-recursion-detection" "*" - "@aws-sdk/middleware-retry" "*" "@aws-sdk/middleware-sdk-sts" "*" - "@aws-sdk/middleware-serde" "*" "@aws-sdk/middleware-signing" "*" - "@aws-sdk/middleware-stack" "*" "@aws-sdk/middleware-user-agent" "*" - "@aws-sdk/node-config-provider" "*" - "@aws-sdk/node-http-handler" "*" - "@aws-sdk/smithy-client" "*" "@aws-sdk/types" "*" - "@aws-sdk/url-parser" "*" - "@aws-sdk/util-base64" "*" - "@aws-sdk/util-body-length-browser" "*" - "@aws-sdk/util-body-length-node" "*" - "@aws-sdk/util-defaults-mode-browser" "*" - "@aws-sdk/util-defaults-mode-node" "*" "@aws-sdk/util-endpoints" "*" - "@aws-sdk/util-retry" "*" "@aws-sdk/util-user-agent-browser" "*" "@aws-sdk/util-user-agent-node" "*" - "@aws-sdk/util-utf8" "*" - "@smithy/protocol-http" "^1.0.1" - "@smithy/types" "^1.0.0" + "@smithy/config-resolver" "^1.0.1" + "@smithy/fetch-http-handler" "^1.0.1" + "@smithy/hash-node" "^1.0.1" + "@smithy/invalid-dependency" "^1.0.1" + "@smithy/middleware-content-length" "^1.0.1" + "@smithy/middleware-endpoint" "^1.0.1" + "@smithy/middleware-retry" "^1.0.1" + "@smithy/middleware-serde" "^1.0.1" + "@smithy/middleware-stack" "^1.0.1" + "@smithy/node-config-provider" "^1.0.1" + "@smithy/node-http-handler" "^1.0.1" + "@smithy/protocol-http" "^1.1.0" + "@smithy/smithy-client" "^1.0.2" + "@smithy/types" "^1.1.0" + "@smithy/url-parser" "^1.0.1" + "@smithy/util-base64" "^1.0.1" + "@smithy/util-body-length-browser" "^1.0.1" + "@smithy/util-body-length-node" "^1.0.1" + "@smithy/util-defaults-mode-browser" "^1.0.1" + "@smithy/util-defaults-mode-node" "^1.0.1" + "@smithy/util-retry" "^1.0.1" + "@smithy/util-utf8" "^1.0.1" fast-xml-parser "4.2.5" tslib "^2.5.0" @@ -190,6 +190,16 @@ dependencies: tslib "^2.3.1" +"@aws-smithy/server-common@1.0.0-alpha.10": + version "1.0.0-alpha.10" + resolved "https://registry.yarnpkg.com/@aws-smithy/server-common/-/server-common-1.0.0-alpha.10.tgz#32b66633cb0d34f9a9b177207063471c9ab05e6b" + integrity sha512-xjLhkWbApJKo3U3o6iZJk1SywyDcZJI9aSLrxxZiqxcDPX72t023hmtqNHheEw7Ef4+SZ+ZADybFxCoIq3I2Hw== + dependencies: + "@aws-sdk/protocol-http" "^3.267.0" + "@aws-sdk/types" "^3.267.0" + re2-wasm "^1.0.2" + tslib "^1.8.0" + "@aws-smithy/server-common@1.0.0-alpha.9": version "1.0.0-alpha.9" resolved "https://registry.yarnpkg.com/@aws-smithy/server-common/-/server-common-1.0.0-alpha.9.tgz#1092801c74044bf21f74d8f1cbfe5efdbfc753ca" @@ -565,20 +575,20 @@ "@commitlint/types" "^17.4.4" chalk "^4.1.0" -"@commitlint/is-ignored@^17.6.5": - version "17.6.5" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.5.tgz#cea24cd2031fe7d242590b91fab3352750887194" - integrity sha512-CQvAPt9gX7cuUbMrIaIMKczfWJqqr6m8IlJs0F2zYwyyMTQ87QMHIj5jJ5HhOaOkaj6dvTMVGx8Dd1I4xgUuoQ== +"@commitlint/is-ignored@^17.6.6": + version "17.6.6" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.6.6.tgz#b1c869757bdea659aa582669ea0066798ed6a17e" + integrity sha512-4Fw875faAKO+2nILC04yW/2Vy/wlV3BOYCSQ4CEFzriPEprc1Td2LILmqmft6PDEK5Sr14dT9tEzeaZj0V56Gg== dependencies: "@commitlint/types" "^17.4.4" - semver "7.5.0" + semver "7.5.2" "@commitlint/lint@^17.0.0": - version "17.6.5" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.5.tgz#dfa437f14430c9874d6b1a3ba8a2d44b79780c02" - integrity sha512-BSJMwkE4LWXrOsiP9KoHG+/heSDfvOL/Nd16+ojTS/DX8HZr8dNl8l3TfVr/d/9maWD8fSegRGtBtsyGuugFrw== + version "17.6.6" + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.6.tgz#d7ff64b6783f2bda56526195a66e6bb587e1fe1a" + integrity sha512-5bN+dnHcRLkTvwCHYMS7Xpbr+9uNi0Kq5NR3v4+oPNx6pYXt8ACuw9luhM/yMgHYwW0ajIR20wkPAFkZLEMGmg== dependencies: - "@commitlint/is-ignored" "^17.6.5" + "@commitlint/is-ignored" "^17.6.6" "@commitlint/parse" "^17.6.5" "@commitlint/rules" "^17.6.5" "@commitlint/types" "^17.4.4" @@ -854,9 +864,9 @@ integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== "@fastify/error@^3.2.0": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.2.1.tgz#5d1cb182a8bb9b103c556b0da35fd77f319fc15e" - integrity sha512-scZVbcpPNWw/yyFmzzO7cf1daTeJp53spN2n7dBTHZd+cV7791fcWJCPP1Tfhdbre+8vDiCyQyqqXfQnYMntYQ== + version "3.3.0" + resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.3.0.tgz#eba790082e1144bfc8def0c2c8ef350064bc537b" + integrity sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w== "@fastify/fast-json-stringify-compiler@^4.3.0": version "4.3.0" @@ -2405,6 +2415,23 @@ "@smithy/types" "^1.1.0" tslib "^2.5.0" +"@smithy/eventstream-serde-config-resolver@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-1.0.1.tgz#8e18dbca8874481ad3de5047a42e20eb77a5fa1b" + integrity sha512-TJwaXima0djnNY819utO1j93qZHaheFH1bhHxBkMrImtEOuXY48Tjma/L2m8swkIq8dy8jFC9hrYOkD0eYHkFA== + dependencies: + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/eventstream-serde-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-1.0.1.tgz#5765af12cadcde7fcc75db1c161f51c50adb1caf" + integrity sha512-JEj8w7IRs4l+kcwKxbv3pNuu8n7ORC4pMFrIOrM4rERzrRnI7vMNTRzvAPGYA53rqm/Y9tBA9dw4C+H6hLXcsA== + dependencies: + "@smithy/eventstream-serde-universal" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + "@smithy/eventstream-serde-universal@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-1.0.1.tgz#cb19a8381986a83b6d2c1ca0e72466140e0dfaa7" @@ -2425,6 +2452,15 @@ "@smithy/util-base64" "^1.0.1" tslib "^2.5.0" +"@smithy/hash-blob-browser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-1.0.1.tgz#9ca056c85b0591b103f000342814f52d394cd3fd" + integrity sha512-gKxJAvuqX6n33MTLr4shf0HZgJVlNAywyWt1RcGjOMYELJ+ntwkZnVUAh/22ZTZaX3m02Cjkyoa5ZiOP4QLvNA== + dependencies: + "@smithy/chunked-blob-reader" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + "@smithy/hash-node@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-1.0.1.tgz#9cffefd78f74a99d7f0d99f19596be1a163f70b1" @@ -2435,6 +2471,15 @@ "@smithy/util-utf8" "^1.0.1" tslib "^2.5.0" +"@smithy/hash-stream-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-1.0.1.tgz#476e5d5a10963c39b308b34aa46d08fc9981007d" + integrity sha512-42VgfNXE0qF7LNzyP9Gq9CCYFXhQUdU5LAU/XSZRO0L4Tsp2QNX+88QTDW5lnJiCn9oJcdXoTfrO33GoMb9QjQ== + dependencies: + "@smithy/types" "^1.1.0" + "@smithy/util-utf8" "^1.0.1" + tslib "^2.5.0" + "@smithy/invalid-dependency@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-1.0.1.tgz#1dde6b71b91e29e3f347a56e9d246c0c48a81748" @@ -2450,6 +2495,34 @@ dependencies: tslib "^2.5.0" +"@smithy/md5-js@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-1.0.1.tgz#601a68e46f31c31d9a40fb83d39d3cfeb52d4b04" + integrity sha512-N4/ZtFk5ffeLfIFL+Dph/pe60PvB+PNyVUR+PwDmst2+wWpUl5N6iLH8SNKvfswAzv5B0RIFtTYJZ3+MPd0RZw== + dependencies: + "@smithy/types" "^1.1.0" + "@smithy/util-utf8" "^1.0.1" + tslib "^2.5.0" + +"@smithy/middleware-apply-body-checksum@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-apply-body-checksum/-/middleware-apply-body-checksum-1.0.1.tgz#10a5e2bdad77b58e97ecf76aa26f7a10749e9c80" + integrity sha512-nL248h581hwWwNJKyjp7k67FOG5mNdqSeSE/dBkzq/EVou0PPUN+TkLVjwX2eobzB/JfJsJZxJy107DKGf9ztQ== + dependencies: + "@smithy/is-array-buffer" "^1.0.1" + "@smithy/protocol-http" "^1.1.0" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + +"@smithy/middleware-content-length@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-1.0.1.tgz#78747dfc7079e542c04675bb3ab1370c35511f7b" + integrity sha512-vWWigayk5i2cFp9xPX5vdzHyK+P0t/xZ3Ovp4Ss+c8JQ1Hlq2kpJZVWtTKsmdfND5rVo5lu0kD5wgAMUCcmuhw== + dependencies: + "@smithy/protocol-http" "^1.1.0" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + "@smithy/middleware-endpoint@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-1.0.1.tgz#c1d047bd9de815cd08c5c9de7ed026754f68ac2c" @@ -2461,6 +2534,19 @@ "@smithy/util-middleware" "^1.0.1" tslib "^2.5.0" +"@smithy/middleware-retry@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-1.0.1.tgz#d8e810f0e44747cff098660e4ce5e9cffc1853e9" + integrity sha512-U1TpuQhsU11KbpGzoZqZVO40NOMu1c6VEwz2zJ/DwOmZaDY9i61PLB3otOfalLj0jm0Npb1ci3WZwugED0DtOg== + dependencies: + "@smithy/protocol-http" "^1.1.0" + "@smithy/service-error-classification" "^1.0.1" + "@smithy/types" "^1.1.0" + "@smithy/util-middleware" "^1.0.1" + "@smithy/util-retry" "^1.0.1" + tslib "^2.5.0" + uuid "^8.3.2" + "@smithy/middleware-serde@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-1.0.1.tgz#b2f0e13abe3d0becb9c5b19d751fbb4b28bd9b1d" @@ -2505,7 +2591,7 @@ "@smithy/types" "^1.1.0" tslib "^2.5.0" -"@smithy/protocol-http@^1.0.1", "@smithy/protocol-http@^1.1.0": +"@smithy/protocol-http@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-1.1.0.tgz#caf22e01cb825d7490a4915e03d6fa64954ff535" integrity sha512-H5y/kZOqfJSqRkwtcAoVbqONmhdXwSgYNJ1Glk5Ry8qlhVVy5qUzD9EklaCH8/XLnoCsLO/F/Giee8MIvaBRkg== @@ -2530,6 +2616,18 @@ "@smithy/types" "^1.1.0" tslib "^2.5.0" +"@smithy/service-client-documentation-generator@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/service-client-documentation-generator/-/service-client-documentation-generator-1.0.1.tgz#453e18ad8c5ba92a015642fa4b886132237ef96d" + integrity sha512-BdAmah1dKH6JI3PpRyXxjfIB+IztPRDRxwvz9YjQQAHgy/SvBUITvHHh6gIfr+/rllgEQyYXP6/TJqLlbTikjg== + dependencies: + tslib "^2.5.0" + +"@smithy/service-error-classification@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-1.0.1.tgz#a8528087b5ac02ef7e0cd2190bed8399b78efa47" + integrity sha512-EcFVOHFv4YZHUrJ6161tpPKXNlQsTAQKoKorODxuOQW1my14mgoyiiMXrlnSMaYRF//oaONYfFOQ2EMAUTC5DQ== + "@smithy/shared-ini-file-loader@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-1.0.1.tgz#6bc72721e0b1148b199bd2bb21b4d5d3083534bb" @@ -2586,6 +2684,20 @@ "@smithy/util-buffer-from" "^1.0.1" tslib "^2.5.0" +"@smithy/util-body-length-browser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-1.0.1.tgz#42b3042a4a58119aa97e9b85c1f7bb11dcc3b472" + integrity sha512-Pdp744fmF7E1NWoSb7256Anhm8eYoCubvosdMwXzOnHuPRVbDa15pKUz2027K3+jrfGpXo1r+MnDerajME1Osw== + dependencies: + tslib "^2.5.0" + +"@smithy/util-body-length-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-1.0.1.tgz#7909b05c8d5963ce44b1fc424bb1cdda7615af94" + integrity sha512-4PIHjDFwG07SNensAiVq/CJmubEVuwclWSYOTNtzBNTvxOeGLznvygkGYgPzS3erByT8C4S9JvnLYgtrsVV3nQ== + dependencies: + tslib "^2.5.0" + "@smithy/util-buffer-from@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-1.0.1.tgz#ec73eb769b246062ae86d037c2f3d54868a7c803" @@ -2601,6 +2713,28 @@ dependencies: tslib "^2.5.0" +"@smithy/util-defaults-mode-browser@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-1.0.1.tgz#609074d664dacb7fe6567d8fc259a85da2d4d262" + integrity sha512-/9ObwNch4Z/NJYfkO4AvqBWku60Ju+c2Ck32toPOLmWe/V6eI9FLn8C1abri+GxDRCkLIqvkaWU1lgZ3nWZIIw== + dependencies: + "@smithy/property-provider" "^1.0.1" + "@smithy/types" "^1.1.0" + bowser "^2.11.0" + tslib "^2.5.0" + +"@smithy/util-defaults-mode-node@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-1.0.1.tgz#5efe0bc575ec2253a4723d05a6f1fd28a567996e" + integrity sha512-XQM3KvqRLgv7bwAzVkXTITkOmcOINoG9icJiGT8FA0zV35lY5UvyIsg5kHw01xigQS8ufa/33AwG3ZoXip+V5g== + dependencies: + "@smithy/config-resolver" "^1.0.1" + "@smithy/credential-provider-imds" "^1.0.1" + "@smithy/node-config-provider" "^1.0.1" + "@smithy/property-provider" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + "@smithy/util-hex-encoding@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-1.0.1.tgz#78778f664fa2624b2892d73e82df29b6d8e02380" @@ -2615,6 +2749,14 @@ dependencies: tslib "^2.5.0" +"@smithy/util-retry@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-1.0.1.tgz#c8df0428e53bccd24fc74754380652ac779d9089" + integrity sha512-VJv1O91/79yUssetXrwh3gYXnUKbP6dhZKONzJ61VM3MYFVpL91UILIVc1M6MgEE6bYMWZuGQk0sSy8VhxiQGg== + dependencies: + "@smithy/service-error-classification" "^1.0.1" + tslib "^2.5.0" + "@smithy/util-stream@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-1.0.0.tgz#96aac41613ec9d846ddadf6a5df484dd79f7d255" @@ -2644,6 +2786,15 @@ "@smithy/util-buffer-from" "^1.0.1" tslib "^2.5.0" +"@smithy/util-waiter@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-1.0.1.tgz#d0ef960684f0755028abd02b8866e9b377363170" + integrity sha512-dsn8O0s3pFIgxFzySLe1dv0w4tEQizEP6UqbgZ4r/Kar4n8pSdrPi6DJg8BzXwkwEIZpMtV4/nhSeGZ7HksDXA== + dependencies: + "@smithy/abort-controller" "^1.0.1" + "@smithy/types" "^1.1.0" + tslib "^2.5.0" + "@socket.io/component-emitter@~3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553" @@ -3344,9 +3495,9 @@ integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== "@yarnpkg/parsers@^3.0.0-rc.18": - version "3.0.0-rc.45" - resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.0-rc.45.tgz#fcc7d0ab7828afdb20d1e13160b1d117c07536f4" - integrity sha512-Aj0aHBV/crFQTpKQvL6k1xNiOhnlfVLu06LunelQAvl1MTeWrSi8LD9UJJDCFJiG4kx8NysUE6Tx0KZyPQUzIw== + version "3.0.0-rc.46" + resolved "https://registry.yarnpkg.com/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz#03f8363111efc0ea670e53b0282cd3ef62de4e01" + integrity sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q== dependencies: js-yaml "^3.10.0" tslib "^2.4.0" @@ -4262,9 +4413,9 @@ camelcase@^6.0.0, camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001503: - version "1.0.30001505" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001505.tgz#10a343e49d31cbbfdae298ef73cb0a9f46670dc5" - integrity sha512-jaAOR5zVtxHfL0NjZyflVTtXm3D3J9P15zSJ7HmQF8dSKGA6tqzQq+0ZI3xkjyQj46I4/M0K2GbMpcAFOcbr3A== + version "1.0.30001508" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz#4461bbc895c692a96da399639cc1e146e7302a33" + integrity sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw== capital-case@^1.0.4: version "1.0.4" @@ -5426,9 +5577,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.431: - version "1.4.435" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.435.tgz#761c34300603b9f1234f0b6155870d3002435db6" - integrity sha512-B0CBWVFhvoQCW/XtjRzgrmqcgVWg6RXOEM/dK59+wFV93BFGR6AeNKc4OyhM+T3IhJaOOG8o/V+33Y2mwJWtzw== + version "1.4.440" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz#d3b1eeb36b717eb479a240c0406ac1fa67901762" + integrity sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw== elliptic@^6.5.3: version "6.5.4" @@ -5477,15 +5628,15 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: dependencies: once "^1.4.0" -engine.io-parser@~5.0.3: - version "5.0.7" - resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.7.tgz#ed5eae76c71f398284c578ab6deafd3ba7e4e4f6" - integrity sha512-P+jDFbvK6lE3n1OL+q9KuzdOFWkkZ/cMV9gol/SbVfpyqfvrfrFTOFJ6fQm2VC3PZHlU3QPhVwmbsCnauHF2MQ== +engine.io-parser@~5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.1.0.tgz#d593d6372d7f79212df48f807b8cace1ea1cb1b8" + integrity sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w== -engine.io@~6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.4.2.tgz#ffeaf68f69b1364b0286badddf15ff633476473f" - integrity sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg== +engine.io@~6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.5.0.tgz#02b9d9941c0d3ab2d46628e98ac3331dd533dff0" + integrity sha512-UlfoK1iD62Hkedw2TmuHdhDsZCGaAyp+LZ/AvnImjYBeWagA3qIEETum90d6shMeFZiDuGT66zVCdx1wKYKGGg== dependencies: "@types/cookie" "^0.4.1" "@types/cors" "^2.8.12" @@ -5495,7 +5646,7 @@ engine.io@~6.4.2: cookie "~0.4.1" cors "~2.8.5" debug "~4.3.1" - engine.io-parser "~5.0.3" + engine.io-parser "~5.1.0" ws "~8.11.0" enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.3: @@ -6588,9 +6739,9 @@ glob@7.2.0: path-is-absolute "^1.0.0" glob@^10.2.2: - version "10.2.7" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.7.tgz#9dd2828cd5bc7bd861e7738d91e7113dda41d7d8" - integrity sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA== + version "10.3.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.0.tgz#763d02a894f3cdfc521b10bbbbc8e0309e750cce" + integrity sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg== dependencies: foreground-child "^3.1.0" jackspeak "^2.0.3" @@ -8877,9 +9028,9 @@ minimatch@^5.0.1, minimatch@^5.1.1: brace-expansion "^2.0.1" minimatch@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253" - integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w== + version "9.0.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057" + integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg== dependencies: brace-expansion "^2.0.1" @@ -9982,9 +10133,9 @@ pino-std-serializers@^4.0.0: integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q== pino-std-serializers@^6.0.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.1.tgz#369f4ae2a19eb6d769ddf2c88a2164b76879a284" - integrity sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ== + version "6.2.2" + resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" + integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== pino@7.11.0: version "7.11.0" @@ -10866,13 +11017,20 @@ semver@7.5.1: dependencies: lru-cache "^6.0.0" -semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0: +semver@7.5.2: version "7.5.2" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb" integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ== dependencies: lru-cache "^6.0.0" +semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0: + version "7.5.3" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" + integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== + dependencies: + lru-cache "^6.0.0" + semver@^6.0.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" @@ -11066,14 +11224,15 @@ socket.io-parser@~4.2.4: debug "~4.3.1" socket.io@^4.4.1: - version "4.6.2" - resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.6.2.tgz#d597db077d4df9cbbdfaa7a9ed8ccc3d49439786" - integrity sha512-Vp+lSks5k0dewYTfwgPT9UeGGd+ht7sCpB7p0e83VgO4X/AHYWhXITMrNk/pg8syY2bpx23ptClCQuHhqi2BgQ== + version "4.7.0" + resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.0.tgz#ae21460d5aef23b152d38de64d7c1798cd2d23fc" + integrity sha512-eOpu7oCNiPGBHn9Falg0cAGivp6TpDI3Yt596fbsf+vln8kRLFWxXKrecFrybn/xNYVn9HcdJNAkYToCmTjsyg== dependencies: accepts "~1.3.4" base64id "~2.0.0" + cors "~2.8.5" debug "~4.3.2" - engine.io "~6.4.2" + engine.io "~6.5.0" socket.io-adapter "~2.5.2" socket.io-parser "~4.2.4" @@ -11851,47 +12010,47 @@ tunnel-agent@^0.6.0: dependencies: safe-buffer "^5.0.1" -turbo-darwin-64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.10.3.tgz#b04f715530ae3c8b6d1ce86229236a7513a28c8c" - integrity sha512-IIB9IomJGyD3EdpSscm7Ip1xVWtYb7D0x7oH3vad3gjFcjHJzDz9xZ/iw/qItFEW+wGFcLSRPd+1BNnuLM8AsA== +turbo-darwin-64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.10.6.tgz#0473a8d95347614dbb5f19d1b0fd8daa554739cf" + integrity sha512-s2Gc7i9Ud+H9GDcrGJjPIyscJfzDGQ6il4Sl2snfvwngJs4/TaqKuBoX3HNt/7F4NiFRs7ZhlLV1/Yu9zGBRhw== -turbo-darwin-arm64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.10.3.tgz#ff9c819643c0a2629cb3cd43136022177d2c8205" - integrity sha512-SBNmOZU9YEB0eyNIxeeQ+Wi0Ufd+nprEVp41rgUSRXEIpXjsDjyBnKnF+sQQj3+FLb4yyi/yZQckB+55qXWEsw== +turbo-darwin-arm64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.10.6.tgz#2f1f43f83866e44b86f0e7c5073a0954ee2d8ea5" + integrity sha512-tgl70t5PBLyRcNTdP9N6NjvdvQ5LUk8Z60JGUhBhnc+oCOdA4pltrDJNPyel3tQAXXt1dDpl8pp9vUrbwoVyGg== -turbo-linux-64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.10.3.tgz#d6cbd198e95620e75baa70f1e09f355db6d3e1de" - integrity sha512-kvAisGKE7xHJdyMxZLvg53zvHxjqPK1UVj4757PQqtx9dnjYHSc8epmivE6niPgDHon5YqImzArCjVZJYpIGHQ== +turbo-linux-64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.10.6.tgz#ca9f035803e2cef802f11be2fb793df4b3857b07" + integrity sha512-h7eyAA3xtAVpamcYJYUwe0xm0LWdbv7/I7QiM09AZ67TTNpyUgqW8giFN3h793BHEQ2Rcnk9FNkpIbjWBbyamg== -turbo-linux-arm64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.10.3.tgz#53148b79e84d020ece82c8af170a2f1d16a01b5b" - integrity sha512-Qgaqln0IYRgyL0SowJOi+PNxejv1I2xhzXOI+D+z4YHbgSx87ox1IsALYBlK8VRVYY8VCXl+PN12r1ioV09j7A== +turbo-linux-arm64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.10.6.tgz#f2400fcf4d5b996190a580bb60f199b784a4b0d7" + integrity sha512-8cZhOeLqu3QZ27yLd6bw4FNaB8y5pLdWeRLJeiWHkIb/cptKnRKJFP+keBJzJi8ovaMqdBpabrxiBRN2lhau5Q== -turbo-windows-64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.10.3.tgz#a90af7313cbada57296d672515c4957ef86e5905" - integrity sha512-rbH9wManURNN8mBnN/ZdkpUuTvyVVEMiUwFUX4GVE5qmV15iHtZfDLUSGGCP2UFBazHcpNHG1OJzgc55GFFrUw== +turbo-windows-64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.10.6.tgz#d8eaed239a96ad2d151d3e5e3281eb694ecaea15" + integrity sha512-qx5jcfCJodN1Mh0KtSVQau7pK8CxDvtif7+joPHI2HbQPAADgdUl0LHfA5tFHh6aWgfvhxbvIXqJd6v7Mqkj9g== -turbo-windows-arm64@1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.10.3.tgz#3ed80e34aa5a432b312ccf2f4770c63a72d0b254" - integrity sha512-ThlkqxhcGZX39CaTjsHqJnqVe+WImjX13pmjnpChz6q5HHbeRxaJSFzgrHIOt0sUUVx90W/WrNRyoIt/aafniw== +turbo-windows-arm64@1.10.6: + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.10.6.tgz#1e43480584106568df196d0d10964a4eae9b5752" + integrity sha512-vTQaRG3/s2XTreOBr6J9HKFtjzusvwGQg0GtuW2+9Z7fizdzP8MuhaDbN6FhKHcWC81PQPD61TBIKTVTsYOEZg== turbo@^1.6.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.10.3.tgz#125944cb59f3aa60ca4aa93e4c505b974fe55097" - integrity sha512-U4gKCWcKgLcCjQd4Pl8KJdfEKumpyWbzRu75A6FCj6Ctea1PIm58W6Ltw1QXKqHrl2pF9e1raAskf/h6dlrPCA== + version "1.10.6" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.10.6.tgz#021c410d1598bb2c75090cb97e152953de5e2759" + integrity sha512-0/wbjw4HvmPP1abVWHTdeFRfCA9cn5oxCPP5bDixagLzvDgGWE3xfdlsyGmq779Ekr9vjtDPgC2Y4JlXEhyryw== optionalDependencies: - turbo-darwin-64 "1.10.3" - turbo-darwin-arm64 "1.10.3" - turbo-linux-64 "1.10.3" - turbo-linux-arm64 "1.10.3" - turbo-windows-64 "1.10.3" - turbo-windows-arm64 "1.10.3" + turbo-darwin-64 "1.10.6" + turbo-darwin-arm64 "1.10.6" + turbo-linux-64 "1.10.6" + turbo-linux-arm64 "1.10.6" + turbo-windows-64 "1.10.6" + turbo-windows-arm64 "1.10.6" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" @@ -12003,9 +12162,9 @@ typedoc@0.23.23: integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== typescript@next: - version "5.2.0-dev.20230620" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230620.tgz#f133a70db9963f725016d1d6daa9ed93c26083ca" - integrity sha512-b+xpXf2CUaS00FbWW5+Kz2oYW27rHb6axYghK9+yR4QInoFy0PBdtkEU7zqm/uGXuULB5EfxbtNGlW9+2vsbSg== + version "5.2.0-dev.20230626" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230626.tgz#b28dcc98fc125755cb3736929669699ff7024c45" + integrity sha512-MmurzQnoX0UktODKysxRRp8b5ebqqq5ZFZWclebZOZ3yMj1PQG5Ulb3q6m2kG1fyGoc8yuMpMitasVoAUWW2Ug== typescript@~4.6.2: version "4.6.4" From 02e73bb146320586c0779a138e98f36068cab1e7 Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:17:31 -0600 Subject: [PATCH 3/5] chore(codegen): update STS client --- clients/client-sts/package.json | 45 ++++++++++--------- clients/client-sts/src/STS.ts | 4 +- clients/client-sts/src/STSClient.ts | 28 ++++++------ .../src/commands/AssumeRoleCommand.ts | 12 ++--- .../src/commands/AssumeRoleWithSAMLCommand.ts | 12 ++--- .../AssumeRoleWithWebIdentityCommand.ts | 12 ++--- .../DecodeAuthorizationMessageCommand.ts | 12 ++--- .../src/commands/GetAccessKeyInfoCommand.ts | 12 ++--- .../src/commands/GetCallerIdentityCommand.ts | 12 ++--- .../src/commands/GetFederationTokenCommand.ts | 12 ++--- .../src/commands/GetSessionTokenCommand.ts | 12 ++--- clients/client-sts/src/defaultRoleAssumers.ts | 2 +- .../client-sts/src/defaultStsRoleAssumers.ts | 3 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sts/src/endpoint/ruleset.ts | 2 +- .../src/models/STSServiceException.ts | 2 +- clients/client-sts/src/models/models_0.ts | 2 +- clients/client-sts/src/protocols/Aws_query.ts | 12 +++-- .../client-sts/src/runtimeConfig.browser.ts | 14 +++--- .../client-sts/src/runtimeConfig.shared.ts | 8 ++-- clients/client-sts/src/runtimeConfig.ts | 24 +++++----- .../test/defaultRoleAssumers.spec.ts | 6 +-- 23 files changed, 128 insertions(+), 125 deletions(-) diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index 230ba28f37e7..ecdfb60ebb8a 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -23,44 +23,45 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-sts": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@smithy/protocol-http": "^1.0.1", - "@smithy/types": "^1.0.0", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.1", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.1", + "@smithy/protocol-http": "^1.1.0", + "@smithy/smithy-client": "^1.0.2", + "@smithy/types": "^1.1.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sts/src/STS.ts b/clients/client-sts/src/STS.ts index c0580c2753a3..c7692666ec4b 100644 --- a/clients/client-sts/src/STS.ts +++ b/clients/client-sts/src/STS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssumeRoleCommand, AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand"; import { diff --git a/clients/client-sts/src/STSClient.ts b/clients/client-sts/src/STSClient.ts index 8f1e7b7eba2c..d4e6cb74d26f 100644 --- a/clients/client-sts/src/STSClient.ts +++ b/clients/client-sts/src/STSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { resolveStsAuthConfig, StsAuthInputConfig, StsAuthResolvedConfig } from "@aws-sdk/middleware-sdk-sts"; import { getUserAgentPlugin, @@ -18,32 +14,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand"; @@ -106,7 +104,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -215,7 +213,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sts/src/commands/AssumeRoleCommand.ts b/clients/client-sts/src/commands/AssumeRoleCommand.ts index 670853384ec5..50e91c6ff605 100644 --- a/clients/client-sts/src/commands/AssumeRoleCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssumeRoleRequest, AssumeRoleResponse, AssumeRoleResponseFilterSensitiveLog } from "../models/models_0"; import { de_AssumeRoleCommand, se_AssumeRoleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts index 2011bf75a452..a19a62ae0cd8 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssumeRoleWithSAMLRequest, diff --git a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts index 733a6bb46370..ace47bce86af 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssumeRoleWithWebIdentityRequest, diff --git a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts index 42299f8d081b..4280434c6472 100644 --- a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts +++ b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DecodeAuthorizationMessageRequest, DecodeAuthorizationMessageResponse } from "../models/models_0"; import { de_DecodeAuthorizationMessageCommand, se_DecodeAuthorizationMessageCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts index a3c21a43ce09..11ad3068b865 100644 --- a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts +++ b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessKeyInfoRequest, GetAccessKeyInfoResponse } from "../models/models_0"; import { de_GetAccessKeyInfoCommand, se_GetAccessKeyInfoCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts index e96c4c3c39f2..4e9afd75edc9 100644 --- a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts +++ b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCallerIdentityRequest, GetCallerIdentityResponse } from "../models/models_0"; import { de_GetCallerIdentityCommand, se_GetCallerIdentityCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sts/src/commands/GetFederationTokenCommand.ts b/clients/client-sts/src/commands/GetFederationTokenCommand.ts index 5fcdec9f8b0c..30b9906d3d33 100644 --- a/clients/client-sts/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-sts/src/commands/GetFederationTokenCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFederationTokenRequest, diff --git a/clients/client-sts/src/commands/GetSessionTokenCommand.ts b/clients/client-sts/src/commands/GetSessionTokenCommand.ts index 8a29eedfd118..f007e9c34cd1 100644 --- a/clients/client-sts/src/commands/GetSessionTokenCommand.ts +++ b/clients/client-sts/src/commands/GetSessionTokenCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSessionTokenRequest, diff --git a/clients/client-sts/src/defaultRoleAssumers.ts b/clients/client-sts/src/defaultRoleAssumers.ts index 613fcbbd9de3..329a34efafbd 100644 --- a/clients/client-sts/src/defaultRoleAssumers.ts +++ b/clients/client-sts/src/defaultRoleAssumers.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code // Please do not touch this file. It's generated from template in: // https://github.com/aws/aws-sdk-js-v3/blob/main/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.ts -import { Pluggable } from "@aws-sdk/types"; +import { Pluggable } from "@smithy/types"; import { DefaultCredentialProvider, diff --git a/clients/client-sts/src/defaultStsRoleAssumers.ts b/clients/client-sts/src/defaultStsRoleAssumers.ts index 2e6447d785f6..5bdcb9143326 100644 --- a/clients/client-sts/src/defaultStsRoleAssumers.ts +++ b/clients/client-sts/src/defaultStsRoleAssumers.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code // Please do not touch this file. It's generated from template in: // https://github.com/aws/aws-sdk-js-v3/blob/main/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultStsRoleAssumers.ts -import { Credentials, Provider } from "@aws-sdk/types"; +import { Credentials } from "@aws-sdk/types"; +import { Provider } from "@smithy/types"; import { AssumeRoleCommand, AssumeRoleCommandInput } from "./commands/AssumeRoleCommand"; import { diff --git a/clients/client-sts/src/endpoint/EndpointParameters.ts b/clients/client-sts/src/endpoint/EndpointParameters.ts index 2f20c28ba0d2..2914f5393353 100644 --- a/clients/client-sts/src/endpoint/EndpointParameters.ts +++ b/clients/client-sts/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sts/src/endpoint/endpointResolver.ts b/clients/client-sts/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sts/src/endpoint/endpointResolver.ts +++ b/clients/client-sts/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sts/src/endpoint/ruleset.ts b/clients/client-sts/src/endpoint/ruleset.ts index b94606d5757d..31c21c48b169 100644 --- a/clients/client-sts/src/endpoint/ruleset.ts +++ b/clients/client-sts/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sts/src/models/STSServiceException.ts b/clients/client-sts/src/models/STSServiceException.ts index e62e1795d685..45b1466c4572 100644 --- a/clients/client-sts/src/models/STSServiceException.ts +++ b/clients/client-sts/src/models/STSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sts/src/models/models_0.ts b/clients/client-sts/src/models/models_0.ts index 2119b265066c..a9b3a1a83ed0 100644 --- a/clients/client-sts/src/models/models_0.ts +++ b/clients/client-sts/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { STSServiceException as __BaseException } from "./STSServiceException"; diff --git a/clients/client-sts/src/protocols/Aws_query.ts b/clients/client-sts/src/protocols/Aws_query.ts index bec8d57b6ba5..ca210b75fac0 100644 --- a/clients/client-sts/src/protocols/Aws_query.ts +++ b/clients/client-sts/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -9,10 +10,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "../commands/AssumeRoleCommand"; diff --git a/clients/client-sts/src/runtimeConfig.browser.ts b/clients/client-sts/src/runtimeConfig.browser.ts index f542d7f6fa76..fd9bb843990b 100644 --- a/clients/client-sts/src/runtimeConfig.browser.ts +++ b/clients/client-sts/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { STSClientConfig } from "./STSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sts/src/runtimeConfig.shared.ts b/clients/client-sts/src/runtimeConfig.shared.ts index 51d5c0c15e32..8e9c0fe20dad 100644 --- a/clients/client-sts/src/runtimeConfig.shared.ts +++ b/clients/client-sts/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { STSClientConfig } from "./STSClient"; diff --git a/clients/client-sts/src/runtimeConfig.ts b/clients/client-sts/src/runtimeConfig.ts index 08f251ab5be5..32636785c82c 100644 --- a/clients/client-sts/src/runtimeConfig.ts +++ b/clients/client-sts/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "./defaultStsRoleAssumers"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { STSClientConfig } from "./STSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sts/test/defaultRoleAssumers.spec.ts b/clients/client-sts/test/defaultRoleAssumers.spec.ts index f848aaee58e4..070803c2421c 100644 --- a/clients/client-sts/test/defaultRoleAssumers.spec.ts +++ b/clients/client-sts/test/defaultRoleAssumers.spec.ts @@ -1,7 +1,7 @@ // Please do not touch this file. It's generated from template in: // https://github.com/aws/aws-sdk-js-v3/blob/main/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/sts-client-defaultRoleAssumers.spec.ts -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { HttpResponse } from "@aws-sdk/protocol-http"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; +import { HttpResponse } from "@smithy/protocol-http"; import { Readable } from "stream"; import type { AssumeRoleCommandInput } from "../src/commands/AssumeRoleCommand"; @@ -14,7 +14,7 @@ const mockHandle = jest.fn().mockResolvedValue({ body: Readable.from([""]), }), }); -jest.mock("@aws-sdk/node-http-handler", () => ({ +jest.mock("@smithy/node-http-handler", () => ({ NodeHttpHandler: jest.fn().mockImplementation(() => ({ destroy: () => {}, handle: mockHandle, From 02f1621a06580a085aee84b1617c24c17d060f26 Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:20:16 -0600 Subject: [PATCH 4/5] chore(codegen): update S3 client --- clients/client-s3/package.json | 51 ++++----- clients/client-s3/src/S3.ts | 4 +- clients/client-s3/src/S3Client.ts | 39 +++---- .../commands/AbortMultipartUploadCommand.ts | 12 +- .../CompleteMultipartUploadCommand.ts | 12 +- .../src/commands/CopyObjectCommand.ts | 12 +- .../src/commands/CreateBucketCommand.ts | 12 +- .../commands/CreateMultipartUploadCommand.ts | 12 +- ...leteBucketAnalyticsConfigurationCommand.ts | 12 +- .../src/commands/DeleteBucketCommand.ts | 12 +- .../src/commands/DeleteBucketCorsCommand.ts | 12 +- .../commands/DeleteBucketEncryptionCommand.ts | 12 +- ...tIntelligentTieringConfigurationCommand.ts | 12 +- ...leteBucketInventoryConfigurationCommand.ts | 12 +- .../commands/DeleteBucketLifecycleCommand.ts | 12 +- ...DeleteBucketMetricsConfigurationCommand.ts | 12 +- .../DeleteBucketOwnershipControlsCommand.ts | 12 +- .../src/commands/DeleteBucketPolicyCommand.ts | 12 +- .../DeleteBucketReplicationCommand.ts | 12 +- .../commands/DeleteBucketTaggingCommand.ts | 12 +- .../commands/DeleteBucketWebsiteCommand.ts | 12 +- .../src/commands/DeleteObjectCommand.ts | 12 +- .../commands/DeleteObjectTaggingCommand.ts | 12 +- .../src/commands/DeleteObjectsCommand.ts | 12 +- .../DeletePublicAccessBlockCommand.ts | 12 +- ...GetBucketAccelerateConfigurationCommand.ts | 12 +- .../src/commands/GetBucketAclCommand.ts | 12 +- .../GetBucketAnalyticsConfigurationCommand.ts | 12 +- .../src/commands/GetBucketCorsCommand.ts | 12 +- .../commands/GetBucketEncryptionCommand.ts | 12 +- ...tIntelligentTieringConfigurationCommand.ts | 12 +- .../GetBucketInventoryConfigurationCommand.ts | 12 +- .../GetBucketLifecycleConfigurationCommand.ts | 12 +- .../src/commands/GetBucketLocationCommand.ts | 12 +- .../src/commands/GetBucketLoggingCommand.ts | 12 +- .../GetBucketMetricsConfigurationCommand.ts | 12 +- ...tBucketNotificationConfigurationCommand.ts | 12 +- .../GetBucketOwnershipControlsCommand.ts | 12 +- .../src/commands/GetBucketPolicyCommand.ts | 12 +- .../commands/GetBucketPolicyStatusCommand.ts | 12 +- .../commands/GetBucketReplicationCommand.ts | 12 +- .../GetBucketRequestPaymentCommand.ts | 12 +- .../src/commands/GetBucketTaggingCommand.ts | 12 +- .../commands/GetBucketVersioningCommand.ts | 12 +- .../src/commands/GetBucketWebsiteCommand.ts | 12 +- .../src/commands/GetObjectAclCommand.ts | 12 +- .../commands/GetObjectAttributesCommand.ts | 12 +- .../src/commands/GetObjectCommand.ts | 12 +- .../src/commands/GetObjectLegalHoldCommand.ts | 12 +- .../GetObjectLockConfigurationCommand.ts | 12 +- .../src/commands/GetObjectRetentionCommand.ts | 12 +- .../src/commands/GetObjectTaggingCommand.ts | 50 ++++----- .../src/commands/GetObjectTorrentCommand.ts | 12 +- .../commands/GetPublicAccessBlockCommand.ts | 12 +- .../src/commands/HeadBucketCommand.ts | 12 +- .../src/commands/HeadObjectCommand.ts | 12 +- ...istBucketAnalyticsConfigurationsCommand.ts | 12 +- ...IntelligentTieringConfigurationsCommand.ts | 12 +- ...istBucketInventoryConfigurationsCommand.ts | 12 +- .../ListBucketMetricsConfigurationsCommand.ts | 12 +- .../src/commands/ListBucketsCommand.ts | 12 +- .../commands/ListMultipartUploadsCommand.ts | 76 ++++++------- .../src/commands/ListObjectVersionsCommand.ts | 12 +- .../src/commands/ListObjectsCommand.ts | 12 +- .../src/commands/ListObjectsV2Command.ts | 12 +- .../src/commands/ListPartsCommand.ts | 12 +- ...PutBucketAccelerateConfigurationCommand.ts | 12 +- .../src/commands/PutBucketAclCommand.ts | 12 +- .../PutBucketAnalyticsConfigurationCommand.ts | 12 +- .../src/commands/PutBucketCorsCommand.ts | 12 +- .../commands/PutBucketEncryptionCommand.ts | 12 +- ...tIntelligentTieringConfigurationCommand.ts | 12 +- .../PutBucketInventoryConfigurationCommand.ts | 12 +- .../PutBucketLifecycleConfigurationCommand.ts | 12 +- .../src/commands/PutBucketLoggingCommand.ts | 12 +- .../PutBucketMetricsConfigurationCommand.ts | 12 +- ...tBucketNotificationConfigurationCommand.ts | 12 +- .../PutBucketOwnershipControlsCommand.ts | 12 +- .../src/commands/PutBucketPolicyCommand.ts | 12 +- .../commands/PutBucketReplicationCommand.ts | 12 +- .../PutBucketRequestPaymentCommand.ts | 12 +- .../src/commands/PutBucketTaggingCommand.ts | 12 +- .../commands/PutBucketVersioningCommand.ts | 12 +- .../src/commands/PutBucketWebsiteCommand.ts | 12 +- .../src/commands/PutObjectAclCommand.ts | 12 +- .../src/commands/PutObjectCommand.ts | 104 +++++++++--------- .../src/commands/PutObjectLegalHoldCommand.ts | 12 +- .../PutObjectLockConfigurationCommand.ts | 12 +- .../src/commands/PutObjectRetentionCommand.ts | 12 +- .../src/commands/PutObjectTaggingCommand.ts | 12 +- .../commands/PutPublicAccessBlockCommand.ts | 12 +- .../src/commands/RestoreObjectCommand.ts | 12 +- .../commands/SelectObjectContentCommand.ts | 12 +- .../src/commands/UploadPartCommand.ts | 12 +- .../src/commands/UploadPartCopyCommand.ts | 38 +++---- .../commands/WriteGetObjectResponseCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-s3/src/endpoint/ruleset.ts | 2 +- .../src/models/S3ServiceException.ts | 2 +- clients/client-s3/src/models/models_0.ts | 2 +- clients/client-s3/src/models/models_1.ts | 2 +- .../client-s3/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListObjectsV2Paginator.ts | 2 +- .../src/pagination/ListPartsPaginator.ts | 2 +- .../client-s3/src/protocols/Aws_restXml.ts | 19 ++-- .../client-s3/src/runtimeConfig.browser.ts | 16 +-- clients/client-s3/src/runtimeConfig.shared.ts | 10 +- clients/client-s3/src/runtimeConfig.ts | 32 +++--- .../src/waiters/waitForBucketExists.ts | 2 +- .../src/waiters/waitForBucketNotExists.ts | 2 +- .../src/waiters/waitForObjectExists.ts | 2 +- .../src/waiters/waitForObjectNotExists.ts | 2 +- clients/client-s3/test/S3.spec.ts | 4 +- .../client-s3/test/flexibleChecksums.spec.ts | 4 +- 115 files changed, 770 insertions(+), 772 deletions(-) diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index 385a8221a403..1db2cc1327e0 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -26,59 +26,60 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", "@aws-sdk/hash-blob-browser": "*", - "@aws-sdk/hash-node": "*", "@aws-sdk/hash-stream-node": "*", - "@aws-sdk/invalid-dependency": "*", "@aws-sdk/md5-js": "*", "@aws-sdk/middleware-bucket-endpoint": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-expect-continue": "*", "@aws-sdk/middleware-flexible-checksums": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-location-constraint": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-s3": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", "@aws-sdk/middleware-ssec": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", "@aws-sdk/signature-v4-multi-region": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", "@aws-sdk/xml-builder": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", diff --git a/clients/client-s3/src/S3.ts b/clients/client-s3/src/S3.ts index 1b1bf992c37a..65b23ad23b86 100644 --- a/clients/client-s3/src/S3.ts +++ b/clients/client-s3/src/S3.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AbortMultipartUploadCommand, diff --git a/clients/client-s3/src/S3Client.ts b/clients/client-s3/src/S3Client.ts index fb9018e848ec..934f6f00dddc 100644 --- a/clients/client-s3/src/S3Client.ts +++ b/clients/client-s3/src/S3Client.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getAddExpectContinuePlugin } from "@aws-sdk/middleware-expect-continue"; import { getHostHeaderPlugin, @@ -16,7 +8,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getValidateBucketNamePlugin, resolveS3Config, @@ -35,36 +26,42 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials, GetAwsChunkedEncodingStream } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, EventStreamSerdeProvider as __EventStreamSerdeProvider, - GetAwsChunkedEncodingStream, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { Readable } from "stream"; @@ -533,7 +530,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -683,7 +680,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts index 35c0c3a9f7aa..94bef333a146 100644 --- a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../models/models_0"; import { de_AbortMultipartUploadCommand, se_AbortMultipartUploadCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts index 92ad7c892624..8c7f4e16c142 100644 --- a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CompleteMultipartUploadOutput, diff --git a/clients/client-s3/src/commands/CopyObjectCommand.ts b/clients/client-s3/src/commands/CopyObjectCommand.ts index cfc7cb856a70..43d8dd8e8168 100644 --- a/clients/client-s3/src/commands/CopyObjectCommand.ts +++ b/clients/client-s3/src/commands/CopyObjectCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyObjectOutput, diff --git a/clients/client-s3/src/commands/CreateBucketCommand.ts b/clients/client-s3/src/commands/CreateBucketCommand.ts index bca69a518d44..a39bafd1e810 100644 --- a/clients/client-s3/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3/src/commands/CreateBucketCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getLocationConstraintPlugin } from "@aws-sdk/middleware-location-constraint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0"; import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts index 57927d268694..dfdd6b6a37cd 100644 --- a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMultipartUploadOutput, diff --git a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts index 19b4e11c7d2d..2428d072735d 100644 --- a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketAnalyticsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/DeleteBucketCommand.ts b/clients/client-s3/src/commands/DeleteBucketCommand.ts index 0a00e749a94e..9850db1ee5e7 100644 --- a/clients/client-s3/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketRequest } from "../models/models_0"; import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts index 8adfbb0da61b..080197c38a09 100644 --- a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketCorsRequest } from "../models/models_0"; import { de_DeleteBucketCorsCommand, se_DeleteBucketCorsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts index 0e167167ab24..58b85e63700e 100644 --- a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketEncryptionRequest } from "../models/models_0"; import { de_DeleteBucketEncryptionCommand, se_DeleteBucketEncryptionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts index 706314f3f07a..4c4c13ab8391 100644 --- a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketIntelligentTieringConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts index f302c5f41fc5..115db8eb05f4 100644 --- a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketInventoryConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts index dec72ae85910..f327e3d7e402 100644 --- a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketLifecycleRequest } from "../models/models_0"; import { de_DeleteBucketLifecycleCommand, se_DeleteBucketLifecycleCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts index 16e31c7ea1a0..87c2b0e8e4f6 100644 --- a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketMetricsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts index 7297ac419d62..bf5c559ebe6d 100644 --- a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketOwnershipControlsRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts index 776bd23b5711..b990f01d43e4 100644 --- a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketPolicyRequest } from "../models/models_0"; import { de_DeleteBucketPolicyCommand, se_DeleteBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts index b1428705cb4b..6b6bbd61558a 100644 --- a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketReplicationRequest } from "../models/models_0"; import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts index d9b600f6fc58..87a7cf522395 100644 --- a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketTaggingRequest } from "../models/models_0"; import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts index c51ad306a0f1..c256a7564497 100644 --- a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketWebsiteRequest } from "../models/models_0"; import { de_DeleteBucketWebsiteCommand, se_DeleteBucketWebsiteCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteObjectCommand.ts b/clients/client-s3/src/commands/DeleteObjectCommand.ts index 0f61073c6d74..18c8e523bb9e 100644 --- a/clients/client-s3/src/commands/DeleteObjectCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteObjectOutput, DeleteObjectRequest } from "../models/models_0"; import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts index 8c09e526c31b..7fdad0f742c6 100644 --- a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteObjectTaggingOutput, DeleteObjectTaggingRequest } from "../models/models_0"; import { de_DeleteObjectTaggingCommand, se_DeleteObjectTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeleteObjectsCommand.ts b/clients/client-s3/src/commands/DeleteObjectsCommand.ts index d281299f0ed1..1557cd433672 100644 --- a/clients/client-s3/src/commands/DeleteObjectsCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteObjectsOutput, DeleteObjectsRequest } from "../models/models_0"; import { de_DeleteObjectsCommand, se_DeleteObjectsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts index 7181fdef2db1..b5fff1b6917f 100644 --- a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePublicAccessBlockRequest } from "../models/models_0"; import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts index 0112ffa442ae..101b90b09645 100644 --- a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketAccelerateConfigurationOutput, GetBucketAccelerateConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/GetBucketAclCommand.ts b/clients/client-s3/src/commands/GetBucketAclCommand.ts index 212d62adf759..cae06243e36f 100644 --- a/clients/client-s3/src/commands/GetBucketAclCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAclCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketAclOutput, GetBucketAclRequest } from "../models/models_0"; import { de_GetBucketAclCommand, se_GetBucketAclCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts index aa156bce4549..f7406794603e 100644 --- a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketAnalyticsConfigurationOutput, GetBucketAnalyticsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/GetBucketCorsCommand.ts b/clients/client-s3/src/commands/GetBucketCorsCommand.ts index e798b48a8bf5..ad9dec48bc7c 100644 --- a/clients/client-s3/src/commands/GetBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketCorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketCorsOutput, GetBucketCorsRequest } from "../models/models_0"; import { de_GetBucketCorsCommand, se_GetBucketCorsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts index 8d5db8751ba1..ee279bb4b20d 100644 --- a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketEncryptionOutput, diff --git a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts index f7cbf12bd231..be68114ac499 100644 --- a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketIntelligentTieringConfigurationOutput, diff --git a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts index 7e79bf30e94c..d9fbfc54d40c 100644 --- a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketInventoryConfigurationOutput, diff --git a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts index 821f78d8b829..0caac9a0b485 100644 --- a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketLifecycleConfigurationOutput, GetBucketLifecycleConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/GetBucketLocationCommand.ts b/clients/client-s3/src/commands/GetBucketLocationCommand.ts index b191bb4fc9e2..f3560fa269cc 100644 --- a/clients/client-s3/src/commands/GetBucketLocationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketLocationOutput, GetBucketLocationRequest } from "../models/models_0"; import { de_GetBucketLocationCommand, se_GetBucketLocationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts index e7ffedb7ef9e..e1f010b953b7 100644 --- a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketLoggingOutput, GetBucketLoggingRequest } from "../models/models_0"; import { de_GetBucketLoggingCommand, se_GetBucketLoggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts index c3b0ff3d53da..4febdedc1f0e 100644 --- a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketMetricsConfigurationOutput, GetBucketMetricsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts index 8aaab10c5a9f..453763c46e86 100644 --- a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketNotificationConfigurationRequest, NotificationConfiguration } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts index 613a4c77556c..d1cc3d83837f 100644 --- a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketOwnershipControlsOutput, GetBucketOwnershipControlsRequest } from "../models/models_0"; import { de_GetBucketOwnershipControlsCommand, se_GetBucketOwnershipControlsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts index 18a899e4f720..b833b3597b5c 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketPolicyOutput, GetBucketPolicyRequest } from "../models/models_0"; import { de_GetBucketPolicyCommand, se_GetBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts index 31054f02bec9..0a26e8907104 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketPolicyStatusOutput, GetBucketPolicyStatusRequest } from "../models/models_0"; import { de_GetBucketPolicyStatusCommand, se_GetBucketPolicyStatusCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts index c1922a4a7c68..439cc534b39d 100644 --- a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketReplicationOutput, GetBucketReplicationRequest } from "../models/models_0"; import { de_GetBucketReplicationCommand, se_GetBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts index 4d1e4d13f99d..8e62b46c3b2f 100644 --- a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketRequestPaymentOutput, GetBucketRequestPaymentRequest } from "../models/models_0"; import { de_GetBucketRequestPaymentCommand, se_GetBucketRequestPaymentCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts index 087dd01610f7..12014db03227 100644 --- a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketTaggingOutput, GetBucketTaggingRequest } from "../models/models_0"; import { de_GetBucketTaggingCommand, se_GetBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts index 12b0fbd860b9..f0a6e1b5494f 100644 --- a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketVersioningOutput, GetBucketVersioningRequest } from "../models/models_0"; import { de_GetBucketVersioningCommand, se_GetBucketVersioningCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts index 13787ca968ea..3088d6a86410 100644 --- a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketWebsiteOutput, GetBucketWebsiteRequest } from "../models/models_0"; import { de_GetBucketWebsiteCommand, se_GetBucketWebsiteCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetObjectAclCommand.ts b/clients/client-s3/src/commands/GetObjectAclCommand.ts index 5dbde0f16389..0e73985b9fcc 100644 --- a/clients/client-s3/src/commands/GetObjectAclCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAclCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectAclOutput, GetObjectAclRequest } from "../models/models_0"; import { de_GetObjectAclCommand, se_GetObjectAclCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts index 5743f345ce95..4e62067e9af2 100644 --- a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectAttributesOutput, diff --git a/clients/client-s3/src/commands/GetObjectCommand.ts b/clients/client-s3/src/commands/GetObjectCommand.ts index 814e1b92857d..bb6b9d815cb7 100644 --- a/clients/client-s3/src/commands/GetObjectCommand.ts +++ b/clients/client-s3/src/commands/GetObjectCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -13,10 +14,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetObjectOutput, diff --git a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts index 0f49846526f8..3b4a32a633af 100644 --- a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectLegalHoldOutput, GetObjectLegalHoldRequest } from "../models/models_0"; import { de_GetObjectLegalHoldCommand, se_GetObjectLegalHoldCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts index 7b24194925fa..57b7571a40be 100644 --- a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectLockConfigurationOutput, GetObjectLockConfigurationRequest } from "../models/models_0"; import { de_GetObjectLockConfigurationCommand, se_GetObjectLockConfigurationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts index fa91173dfe88..9d84a3fa1c5b 100644 --- a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/models_0"; import { de_GetObjectRetentionCommand, se_GetObjectRetentionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts index 585eb3834e40..608f2f68758f 100644 --- a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/models_0"; import { de_GetObjectTaggingCommand, se_GetObjectTaggingCommand } from "../protocols/Aws_restXml"; @@ -101,12 +101,13 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * @throws {@link S3ServiceException} *

Base exception class for all service exceptions from S3 service.

* - * @example To retrieve tag set of an object + * @example To retrieve tag set of a specific object version * ```javascript - * // The following example retrieves tag set of an object. + * // The following example retrieves tag set of an object. The request specifies object version. * const input = { * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg" + * "Key": "exampleobject", + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * }; * const command = new GetObjectTaggingCommand(input); * const response = await client.send(command); @@ -114,27 +115,22 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * { * "TagSet": [ * { - * "Key": "Key4", - * "Value": "Value4" - * }, - * { - * "Key": "Key3", - * "Value": "Value3" + * "Key": "Key1", + * "Value": "Value1" * } * ], - * "VersionId": "null" + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * } * *\/ - * // example id: to-retrieve-tag-set-of-an-object-1481833847896 + * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663 * ``` * - * @example To retrieve tag set of a specific object version + * @example To retrieve tag set of an object * ```javascript - * // The following example retrieves tag set of an object. The request specifies object version. + * // The following example retrieves tag set of an object. * const input = { * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "Key": "HappyFace.jpg" * }; * const command = new GetObjectTaggingCommand(input); * const response = await client.send(command); @@ -142,14 +138,18 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * { * "TagSet": [ * { - * "Key": "Key1", - * "Value": "Value1" + * "Key": "Key4", + * "Value": "Value4" + * }, + * { + * "Key": "Key3", + * "Value": "Value3" * } * ], - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "VersionId": "null" * } * *\/ - * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663 + * // example id: to-retrieve-tag-set-of-an-object-1481833847896 * ``` * */ diff --git a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts index 02c9f4211dae..88a807de34aa 100644 --- a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetObjectTorrentOutput, diff --git a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts index e078e7ed7761..96e402489e33 100644 --- a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0"; import { de_GetPublicAccessBlockCommand, se_GetPublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/HeadBucketCommand.ts b/clients/client-s3/src/commands/HeadBucketCommand.ts index 995405cdc4d5..720f577b5ac2 100644 --- a/clients/client-s3/src/commands/HeadBucketCommand.ts +++ b/clients/client-s3/src/commands/HeadBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HeadBucketRequest } from "../models/models_0"; import { de_HeadBucketCommand, se_HeadBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/HeadObjectCommand.ts b/clients/client-s3/src/commands/HeadObjectCommand.ts index 622e7aeb18f3..5122784d92df 100644 --- a/clients/client-s3/src/commands/HeadObjectCommand.ts +++ b/clients/client-s3/src/commands/HeadObjectCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HeadObjectOutput, diff --git a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts index 753501bfdfa2..556a29e64584 100644 --- a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBucketAnalyticsConfigurationsOutput, ListBucketAnalyticsConfigurationsRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts index 719df524583d..b228e7a4bc6e 100644 --- a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBucketIntelligentTieringConfigurationsOutput, diff --git a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts index 735285fc96f1..320fe4ac8247 100644 --- a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBucketInventoryConfigurationsOutput, diff --git a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts index e36f1276ba54..6176892ae23b 100644 --- a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/ListBucketsCommand.ts b/clients/client-s3/src/commands/ListBucketsCommand.ts index 78f8dee7bfea..d594c917dd73 100644 --- a/clients/client-s3/src/commands/ListBucketsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBucketsOutput } from "../models/models_0"; import { de_ListBucketsCommand, se_ListBucketsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts index a3f52dec279e..803551ff1e49 100644 --- a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0"; import { de_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restXml"; @@ -148,104 +148,104 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO * @throws {@link S3ServiceException} *

Base exception class for all service exceptions from S3 service.

* - * @example List next set of multipart uploads when previous result is truncated + * @example To list in-progress multipart uploads on a bucket * ```javascript - * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads. + * // The following example lists in-progress multipart uploads on a specific bucket. * const input = { - * "Bucket": "examplebucket", - * "KeyMarker": "nextkeyfrompreviousresponse", - * "MaxUploads": "2", - * "UploadIdMarker": "valuefrompreviousresponse" + * "Bucket": "examplebucket" * }; * const command = new ListMultipartUploadsCommand(input); * const response = await client.send(command); * /* response == * { - * "Bucket": "acl1", - * "IsTruncated": true, - * "KeyMarker": "", - * "MaxUploads": "2", - * "NextKeyMarker": "someobjectkey", - * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", - * "UploadIdMarker": "", * "Uploads": [ * { * "Initiated": "2014-05-01T05:40:58.000Z", * "Initiator": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "mohanataws", - * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + * "DisplayName": "display-name", + * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" * }, * { * "Initiated": "2014-05-01T05:41:27.000Z", * "Initiator": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "ownder-display-name", + * "DisplayName": "display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" * } * ] * } * *\/ - * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748 + * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260 * ``` * - * @example To list in-progress multipart uploads on a bucket + * @example List next set of multipart uploads when previous result is truncated * ```javascript - * // The following example lists in-progress multipart uploads on a specific bucket. + * // The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads. * const input = { - * "Bucket": "examplebucket" + * "Bucket": "examplebucket", + * "KeyMarker": "nextkeyfrompreviousresponse", + * "MaxUploads": "2", + * "UploadIdMarker": "valuefrompreviousresponse" * }; * const command = new ListMultipartUploadsCommand(input); * const response = await client.send(command); * /* response == * { + * "Bucket": "acl1", + * "IsTruncated": true, + * "KeyMarker": "", + * "MaxUploads": "2", + * "NextKeyMarker": "someobjectkey", + * "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--", + * "UploadIdMarker": "", * "Uploads": [ * { * "Initiated": "2014-05-01T05:40:58.000Z", * "Initiator": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "display-name", - * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" + * "DisplayName": "mohanataws", + * "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" + * "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--" * }, * { * "Initiated": "2014-05-01T05:41:27.000Z", * "Initiator": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "Key": "JavaFile", * "Owner": { - * "DisplayName": "display-name", + * "DisplayName": "ownder-display-name", * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc" * }, * "StorageClass": "STANDARD", - * "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" + * "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--" * } * ] * } * *\/ - * // example id: to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260 + * // example id: list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748 * ``` * */ diff --git a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts index 6c015618aca6..45ab9ea5e33f 100644 --- a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0"; import { de_ListObjectVersionsCommand, se_ListObjectVersionsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/ListObjectsCommand.ts b/clients/client-s3/src/commands/ListObjectsCommand.ts index 831c92c61ebe..99d32cda256c 100644 --- a/clients/client-s3/src/commands/ListObjectsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListObjectsOutput, ListObjectsRequest } from "../models/models_0"; import { de_ListObjectsCommand, se_ListObjectsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/ListObjectsV2Command.ts b/clients/client-s3/src/commands/ListObjectsV2Command.ts index eca71ae18aec..30129847facc 100644 --- a/clients/client-s3/src/commands/ListObjectsV2Command.ts +++ b/clients/client-s3/src/commands/ListObjectsV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0"; import { de_ListObjectsV2Command, se_ListObjectsV2Command } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/ListPartsCommand.ts b/clients/client-s3/src/commands/ListPartsCommand.ts index 3f2349e5fd24..0c73ca6b1470 100644 --- a/clients/client-s3/src/commands/ListPartsCommand.ts +++ b/clients/client-s3/src/commands/ListPartsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPartsOutput, ListPartsRequest, ListPartsRequestFilterSensitiveLog } from "../models/models_0"; import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts index 8b2eb81eedd2..ed3fabb00dfe 100644 --- a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketAccelerateConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketAclCommand.ts b/clients/client-s3/src/commands/PutBucketAclCommand.ts index 0159ffe70c5e..69b5bf72f0e1 100644 --- a/clients/client-s3/src/commands/PutBucketAclCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAclCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketAclRequest } from "../models/models_0"; import { de_PutBucketAclCommand, se_PutBucketAclCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts index 6fddf601e599..6a7cc8c4d6b6 100644 --- a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketAnalyticsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketCorsCommand.ts b/clients/client-s3/src/commands/PutBucketCorsCommand.ts index 72aba68111a0..e336f889e38a 100644 --- a/clients/client-s3/src/commands/PutBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketCorsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketCorsRequest } from "../models/models_0"; import { de_PutBucketCorsCommand, se_PutBucketCorsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts index bb4b1ddc8627..79d41d5e7f77 100644 --- a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketEncryptionRequest, PutBucketEncryptionRequestFilterSensitiveLog } from "../models/models_0"; import { de_PutBucketEncryptionCommand, se_PutBucketEncryptionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts index e88e542035c1..64c5b21139da 100644 --- a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts index 02a6289aba62..55af300efd93 100644 --- a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketInventoryConfigurationRequest, diff --git a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts index 2e072c3932b6..00b68bc5b398 100644 --- a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketLifecycleConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts index 0742856650ca..bea85083d8e2 100644 --- a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketLoggingRequest } from "../models/models_0"; import { de_PutBucketLoggingCommand, se_PutBucketLoggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts index 14c7cfecad48..d644317b7a57 100644 --- a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketMetricsConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts index 3290c472525e..d845ce14b0ad 100644 --- a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketNotificationConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts index 5eacc354a71d..5b1e9636aa0a 100644 --- a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketOwnershipControlsRequest } from "../models/models_0"; import { de_PutBucketOwnershipControlsCommand, se_PutBucketOwnershipControlsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts index 276f7e06e1eb..e741abfc75a0 100644 --- a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketPolicyRequest } from "../models/models_0"; import { de_PutBucketPolicyCommand, se_PutBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts index 3b1493cf11db..552630ac0a77 100644 --- a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketReplicationRequest } from "../models/models_0"; import { de_PutBucketReplicationCommand, se_PutBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts index 769d27b765d7..a24dbc475aa0 100644 --- a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketRequestPaymentRequest } from "../models/models_0"; import { de_PutBucketRequestPaymentCommand, se_PutBucketRequestPaymentCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts index c934132d287e..85b4b3e45d21 100644 --- a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketTaggingRequest } from "../models/models_0"; import { de_PutBucketTaggingCommand, se_PutBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts index 65bdbf05fac8..1138e43500df 100644 --- a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketVersioningRequest } from "../models/models_0"; import { de_PutBucketVersioningCommand, se_PutBucketVersioningCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts index 58f5112a9e39..86878f52ffb5 100644 --- a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketWebsiteRequest } from "../models/models_0"; import { de_PutBucketWebsiteCommand, se_PutBucketWebsiteCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutObjectAclCommand.ts b/clients/client-s3/src/commands/PutObjectAclCommand.ts index 05235ba9e189..2875ef64d0d3 100644 --- a/clients/client-s3/src/commands/PutObjectAclCommand.ts +++ b/clients/client-s3/src/commands/PutObjectAclCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectAclOutput, PutObjectAclRequest } from "../models/models_0"; import { de_PutObjectAclCommand, se_PutObjectAclCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutObjectCommand.ts b/clients/client-s3/src/commands/PutObjectCommand.ts index 86afc0b00a51..23b320ae9cad 100644 --- a/clients/client-s3/src/commands/PutObjectCommand.ts +++ b/clients/client-s3/src/commands/PutObjectCommand.ts @@ -1,10 +1,11 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; import { getCheckContentLengthHeaderPlugin } from "@aws-sdk/middleware-sdk-s3"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -12,9 +13,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectOutput, @@ -218,44 +218,49 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * @throws {@link S3ServiceException} *

Base exception class for all service exceptions from S3 service.

* - * @example To upload an object and specify optional tags + * @example To upload object and specify user-defined metadata * ```javascript - * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object. + * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { - * "Body": "c:\\HappyFace.jpg", + * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg", - * "Tagging": "key1=value1&key2=value2" + * "Key": "exampleobject", + * "Metadata": { + * "metadata1": "value1", + * "metadata2": "value2" + * } * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" + * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" * } * *\/ - * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955 + * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757 * ``` * - * @example To upload an object and specify canned ACL. + * @example To upload an object (specify optional headers) * ```javascript - * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption. * const input = { - * "ACL": "authenticated-read", - * "Body": "filetoupload", + * "Body": "HappyFace.jpg", * "Bucket": "examplebucket", - * "Key": "exampleobject" + * "Key": "HappyFace.jpg", + * "ServerSideEncryption": "AES256", + * "StorageClass": "STANDARD_IA" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" + * "ServerSideEncryption": "AES256", + * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" * } * *\/ - * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 + * // example id: to-upload-an-object-(specify-optional-headers) * ``` * * @example To create an object. @@ -277,90 +282,85 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * // example id: to-create-an-object-1483147613675 * ``` * - * @example To upload an object and specify server-side encryption and object tags + * @example To upload an object and specify canned ACL. * ```javascript - * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { + * "ACL": "authenticated-read", * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "ServerSideEncryption": "AES256", - * "Tagging": "key1=value1&key2=value2" + * "Key": "exampleobject" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "ServerSideEncryption": "AES256", - * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" + * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" * } * *\/ - * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 + * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 * ``` * - * @example To upload object and specify user-defined metadata + * @example To upload an object * ```javascript - * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object. * const input = { - * "Body": "filetoupload", + * "Body": "HappyFace.jpg", * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "Metadata": { - * "metadata1": "value1", - * "metadata2": "value2" - * } + * "Key": "HappyFace.jpg" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0" + * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk" * } * *\/ - * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757 + * // example id: to-upload-an-object-1481760101010 * ``` * - * @example To upload an object + * @example To upload an object and specify server-side encryption and object tags * ```javascript - * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object. + * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { - * "Body": "HappyFace.jpg", + * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg" + * "Key": "exampleobject", + * "ServerSideEncryption": "AES256", + * "Tagging": "key1=value1&key2=value2" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk" + * "ServerSideEncryption": "AES256", + * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" * } * *\/ - * // example id: to-upload-an-object-1481760101010 + * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 * ``` * - * @example To upload an object (specify optional headers) + * @example To upload an object and specify optional tags * ```javascript - * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption. + * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object. * const input = { - * "Body": "HappyFace.jpg", + * "Body": "c:\\HappyFace.jpg", * "Bucket": "examplebucket", * "Key": "HappyFace.jpg", - * "ServerSideEncryption": "AES256", - * "StorageClass": "STANDARD_IA" + * "Tagging": "key1=value1&key2=value2" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "ServerSideEncryption": "AES256", - * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp" + * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a" * } * *\/ - * // example id: to-upload-an-object-(specify-optional-headers) + * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955 * ``` * */ diff --git a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts index 93d8af55d857..4e604f38eeb9 100644 --- a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectLegalHoldOutput, PutObjectLegalHoldRequest } from "../models/models_0"; import { de_PutObjectLegalHoldCommand, se_PutObjectLegalHoldCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts index feb530bc18be..f9b5fe006cd8 100644 --- a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectLockConfigurationOutput, PutObjectLockConfigurationRequest } from "../models/models_1"; import { de_PutObjectLockConfigurationCommand, se_PutObjectLockConfigurationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts index a1527d3fd646..a01a760a63bc 100644 --- a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectRetentionOutput, PutObjectRetentionRequest } from "../models/models_1"; import { de_PutObjectRetentionCommand, se_PutObjectRetentionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts index f72e46707e2c..0c26de22944d 100644 --- a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutObjectTaggingOutput, PutObjectTaggingRequest } from "../models/models_1"; import { de_PutObjectTaggingCommand, se_PutObjectTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts index 9faa9b5efaae..3b313357d315 100644 --- a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPublicAccessBlockRequest } from "../models/models_1"; import { de_PutPublicAccessBlockCommand, se_PutPublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/RestoreObjectCommand.ts b/clients/client-s3/src/commands/RestoreObjectCommand.ts index b5d0d4a4daff..49783a71f7af 100644 --- a/clients/client-s3/src/commands/RestoreObjectCommand.ts +++ b/clients/client-s3/src/commands/RestoreObjectCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreObjectOutput, RestoreObjectRequest, RestoreObjectRequestFilterSensitiveLog } from "../models/models_1"; import { de_RestoreObjectCommand, se_RestoreObjectCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/commands/SelectObjectContentCommand.ts b/clients/client-s3/src/commands/SelectObjectContentCommand.ts index 119569dac9a5..90e6c0a03508 100644 --- a/clients/client-s3/src/commands/SelectObjectContentCommand.ts +++ b/clients/client-s3/src/commands/SelectObjectContentCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SelectObjectContentOutput, diff --git a/clients/client-s3/src/commands/UploadPartCommand.ts b/clients/client-s3/src/commands/UploadPartCommand.ts index 27d6db84382e..27583302c8a3 100644 --- a/clients/client-s3/src/commands/UploadPartCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UploadPartOutput, diff --git a/clients/client-s3/src/commands/UploadPartCopyCommand.ts b/clients/client-s3/src/commands/UploadPartCopyCommand.ts index bba1ad596bca..9a049626e3be 100644 --- a/clients/client-s3/src/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCopyCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getSsecPlugin } from "@aws-sdk/middleware-ssec"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UploadPartCopyOutput, @@ -270,15 +270,14 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * @throws {@link S3ServiceException} *

Base exception class for all service exceptions from S3 service.

* - * @example To upload a part by copying byte range from an existing object as data source + * @example To upload a part by copying data from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", - * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "2", + * "PartNumber": "1", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -286,22 +285,23 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", - * "LastModified": "2016-12-29T21:44:28.000Z" + * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", + * "LastModified": "2016-12-29T21:24:43.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 + * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 * ``` * - * @example To upload a part by copying data from an existing object as data source + * @example To upload a part by copying byte range from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", + * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "1", + * "PartNumber": "2", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -309,12 +309,12 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", - * "LastModified": "2016-12-29T21:24:43.000Z" + * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", + * "LastModified": "2016-12-29T21:44:28.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 + * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 * ``` * */ diff --git a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts index c8578a4a91db..4e167e3bc7ea 100644 --- a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts +++ b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { WriteGetObjectResponseRequest, WriteGetObjectResponseRequestFilterSensitiveLog } from "../models/models_1"; import { de_WriteGetObjectResponseCommand, se_WriteGetObjectResponseCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3/src/endpoint/EndpointParameters.ts b/clients/client-s3/src/endpoint/EndpointParameters.ts index 23cbcec52397..47c0eef253cf 100644 --- a/clients/client-s3/src/endpoint/EndpointParameters.ts +++ b/clients/client-s3/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-s3/src/endpoint/endpointResolver.ts b/clients/client-s3/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-s3/src/endpoint/endpointResolver.ts +++ b/clients/client-s3/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-s3/src/endpoint/ruleset.ts b/clients/client-s3/src/endpoint/ruleset.ts index 12fb91b65419..adc914910c49 100644 --- a/clients/client-s3/src/endpoint/ruleset.ts +++ b/clients/client-s3/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-s3/src/models/S3ServiceException.ts b/clients/client-s3/src/models/S3ServiceException.ts index 56f7f14ce6a6..d2eef7a0e6ca 100644 --- a/clients/client-s3/src/models/S3ServiceException.ts +++ b/clients/client-s3/src/models/S3ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-s3/src/models/models_0.ts b/clients/client-s3/src/models/models_0.ts index b24ace9e7062..996d3f01b930 100644 --- a/clients/client-s3/src/models/models_0.ts +++ b/clients/client-s3/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { S3ServiceException as __BaseException } from "./S3ServiceException"; diff --git a/clients/client-s3/src/models/models_1.ts b/clients/client-s3/src/models/models_1.ts index ece03ed822c7..2d9800c5ad46 100644 --- a/clients/client-s3/src/models/models_1.ts +++ b/clients/client-s3/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { diff --git a/clients/client-s3/src/pagination/Interfaces.ts b/clients/client-s3/src/pagination/Interfaces.ts index 852c6c2c2031..e86088394a79 100644 --- a/clients/client-s3/src/pagination/Interfaces.ts +++ b/clients/client-s3/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/src/pagination/ListObjectsV2Paginator.ts b/clients/client-s3/src/pagination/ListObjectsV2Paginator.ts index 7bdec4743919..9d94a82ba762 100644 --- a/clients/client-s3/src/pagination/ListObjectsV2Paginator.ts +++ b/clients/client-s3/src/pagination/ListObjectsV2Paginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListObjectsV2Command, diff --git a/clients/client-s3/src/pagination/ListPartsPaginator.ts b/clients/client-s3/src/pagination/ListPartsPaginator.ts index 359a431ef8f1..63b036c44e89 100644 --- a/clients/client-s3/src/pagination/ListPartsPaginator.ts +++ b/clients/client-s3/src/pagination/ListPartsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPartsCommand, ListPartsCommandInput, ListPartsCommandOutput } from "../commands/ListPartsCommand"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/src/protocols/Aws_restXml.ts b/clients/client-s3/src/protocols/Aws_restXml.ts index 11c1922a6646..9a93e9cdab64 100644 --- a/clients/client-s3/src/protocols/Aws_restXml.ts +++ b/clients/client-s3/src/protocols/Aws_restXml.ts @@ -1,4 +1,10 @@ // smithy-typescript generated code +import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { collectBody, dateToUtcString as __dateToUtcString, @@ -18,19 +24,14 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; -import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-s3/src/runtimeConfig.browser.ts b/clients/client-s3/src/runtimeConfig.browser.ts index f67f5a7d62c2..601c8ba34672 100644 --- a/clients/client-s3/src/runtimeConfig.browser.ts +++ b/clients/client-s3/src/runtimeConfig.browser.ts @@ -4,19 +4,19 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha1 } from "@aws-crypto/sha1-browser"; import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; import { blobHasher as streamHasher } from "@aws-sdk/hash-blob-browser"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; import { Md5 } from "@aws-sdk/md5-js"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3ClientConfig } from "./S3Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-s3/src/runtimeConfig.shared.ts b/clients/client-s3/src/runtimeConfig.shared.ts index 6dd6035f6c5d..93c657fe7369 100644 --- a/clients/client-s3/src/runtimeConfig.shared.ts +++ b/clients/client-s3/src/runtimeConfig.shared.ts @@ -1,10 +1,10 @@ // smithy-typescript generated code import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region"; -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { getAwsChunkedEncodingStream, sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { getAwsChunkedEncodingStream, sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { S3ClientConfig } from "./S3Client"; diff --git a/clients/client-s3/src/runtimeConfig.ts b/clients/client-s3/src/runtimeConfig.ts index 5e5f33335fba..89627e9081d3 100644 --- a/clients/client-s3/src/runtimeConfig.ts +++ b/clients/client-s3/src/runtimeConfig.ts @@ -3,29 +3,29 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; -import { - NODE_REGION_CONFIG_FILE_OPTIONS, - NODE_REGION_CONFIG_OPTIONS, - NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, - NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; import { readableStreamHasher as streamHasher } from "@aws-sdk/hash-stream-node"; import { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-bucket-endpoint"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { + NODE_REGION_CONFIG_FILE_OPTIONS, + NODE_REGION_CONFIG_OPTIONS, + NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, + NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3ClientConfig } from "./S3Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-s3/src/waiters/waitForBucketExists.ts b/clients/client-s3/src/waiters/waitForBucketExists.ts index 44dea67a0b46..cac39cd89aa9 100644 --- a/clients/client-s3/src/waiters/waitForBucketExists.ts +++ b/clients/client-s3/src/waiters/waitForBucketExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { HeadBucketCommand, HeadBucketCommandInput } from "../commands/HeadBucketCommand"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/src/waiters/waitForBucketNotExists.ts b/clients/client-s3/src/waiters/waitForBucketNotExists.ts index ac37f9d27b00..230089e66efb 100644 --- a/clients/client-s3/src/waiters/waitForBucketNotExists.ts +++ b/clients/client-s3/src/waiters/waitForBucketNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { HeadBucketCommand, HeadBucketCommandInput } from "../commands/HeadBucketCommand"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/src/waiters/waitForObjectExists.ts b/clients/client-s3/src/waiters/waitForObjectExists.ts index 68161ddb2b40..7e07972ad8e5 100644 --- a/clients/client-s3/src/waiters/waitForObjectExists.ts +++ b/clients/client-s3/src/waiters/waitForObjectExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { HeadObjectCommand, HeadObjectCommandInput } from "../commands/HeadObjectCommand"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/src/waiters/waitForObjectNotExists.ts b/clients/client-s3/src/waiters/waitForObjectNotExists.ts index 5c9c8aa0b119..f2de44b55133 100644 --- a/clients/client-s3/src/waiters/waitForObjectNotExists.ts +++ b/clients/client-s3/src/waiters/waitForObjectNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { HeadObjectCommand, HeadObjectCommandInput } from "../commands/HeadObjectCommand"; import { S3Client } from "../S3Client"; diff --git a/clients/client-s3/test/S3.spec.ts b/clients/client-s3/test/S3.spec.ts index c8a02c4f2c4d..1d57da696144 100644 --- a/clients/client-s3/test/S3.spec.ts +++ b/clients/client-s3/test/S3.spec.ts @@ -1,6 +1,6 @@ /// -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { BuildMiddleware, FinalizeRequestMiddleware, SerializeMiddleware } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { BuildMiddleware, FinalizeRequestMiddleware, SerializeMiddleware } from "@smithy/types"; import chai from "chai"; import chaiAsPromised from "chai-as-promised"; import { PassThrough, Readable } from "stream"; diff --git a/clients/client-s3/test/flexibleChecksums.spec.ts b/clients/client-s3/test/flexibleChecksums.spec.ts index f2c05af45d5c..eef84b4c7af2 100644 --- a/clients/client-s3/test/flexibleChecksums.spec.ts +++ b/clients/client-s3/test/flexibleChecksums.spec.ts @@ -1,7 +1,7 @@ /// import { ChecksumAlgorithm } from "@aws-sdk/middleware-flexible-checksums"; -import { HttpRequest } from "@aws-sdk/protocol-http"; -import { BuildMiddleware } from "@aws-sdk/types"; +import { HttpRequest } from "@smithy/protocol-http"; +import { BuildMiddleware } from "@smithy/types"; import chai from "chai"; import chaiAsPromised from "chai-as-promised"; import { Readable } from "stream"; From f8f22da108bd2e7914a88656ae18669805279473 Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:04:06 -0600 Subject: [PATCH 5/5] chore(codegen): apply codegen to use @smithy dependencies --- clients/client-accessanalyzer/package.json | 41 ++--- .../src/AccessAnalyzer.ts | 4 +- .../src/AccessAnalyzerClient.ts | 28 ++- .../src/commands/ApplyArchiveRuleCommand.ts | 12 +- .../commands/CancelPolicyGenerationCommand.ts | 12 +- .../commands/CreateAccessPreviewCommand.ts | 12 +- .../src/commands/CreateAnalyzerCommand.ts | 12 +- .../src/commands/CreateArchiveRuleCommand.ts | 12 +- .../src/commands/DeleteAnalyzerCommand.ts | 12 +- .../src/commands/DeleteArchiveRuleCommand.ts | 12 +- .../src/commands/GetAccessPreviewCommand.ts | 12 +- .../commands/GetAnalyzedResourceCommand.ts | 12 +- .../src/commands/GetAnalyzerCommand.ts | 12 +- .../src/commands/GetArchiveRuleCommand.ts | 12 +- .../src/commands/GetFindingCommand.ts | 12 +- .../src/commands/GetGeneratedPolicyCommand.ts | 12 +- .../ListAccessPreviewFindingsCommand.ts | 12 +- .../src/commands/ListAccessPreviewsCommand.ts | 12 +- .../commands/ListAnalyzedResourcesCommand.ts | 12 +- .../src/commands/ListAnalyzersCommand.ts | 12 +- .../src/commands/ListArchiveRulesCommand.ts | 12 +- .../src/commands/ListFindingsCommand.ts | 12 +- .../commands/ListPolicyGenerationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/StartPolicyGenerationCommand.ts | 12 +- .../src/commands/StartResourceScanCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateArchiveRuleCommand.ts | 12 +- .../src/commands/UpdateFindingsCommand.ts | 12 +- .../src/commands/ValidatePolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/AccessAnalyzerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAccessPreviewFindingsPaginator.ts | 2 +- .../pagination/ListAccessPreviewsPaginator.ts | 2 +- .../ListAnalyzedResourcesPaginator.ts | 2 +- .../src/pagination/ListAnalyzersPaginator.ts | 2 +- .../pagination/ListArchiveRulesPaginator.ts | 2 +- .../src/pagination/ListFindingsPaginator.ts | 2 +- .../ListPolicyGenerationsPaginator.ts | 2 +- .../src/pagination/ValidatePolicyPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-account/package.json | 41 ++--- clients/client-account/src/Account.ts | 4 +- clients/client-account/src/AccountClient.ts | 28 ++- .../commands/DeleteAlternateContactCommand.ts | 12 +- .../src/commands/DisableRegionCommand.ts | 12 +- .../src/commands/EnableRegionCommand.ts | 12 +- .../commands/GetAlternateContactCommand.ts | 12 +- .../commands/GetContactInformationCommand.ts | 12 +- .../src/commands/GetRegionOptStatusCommand.ts | 12 +- .../src/commands/ListRegionsCommand.ts | 12 +- .../commands/PutAlternateContactCommand.ts | 12 +- .../commands/PutContactInformationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-account/src/endpoint/ruleset.ts | 2 +- .../src/models/AccountServiceException.ts | 2 +- clients/client-account/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListRegionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-account/src/runtimeConfig.ts | 24 +-- clients/client-acm-pca/package.json | 43 ++--- clients/client-acm-pca/src/ACMPCA.ts | 4 +- clients/client-acm-pca/src/ACMPCAClient.ts | 28 ++- ...eCertificateAuthorityAuditReportCommand.ts | 12 +- .../CreateCertificateAuthorityCommand.ts | 12 +- .../src/commands/CreatePermissionCommand.ts | 12 +- .../DeleteCertificateAuthorityCommand.ts | 12 +- .../src/commands/DeletePermissionCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- ...eCertificateAuthorityAuditReportCommand.ts | 12 +- .../DescribeCertificateAuthorityCommand.ts | 12 +- ...tCertificateAuthorityCertificateCommand.ts | 12 +- .../GetCertificateAuthorityCsrCommand.ts | 12 +- .../src/commands/GetCertificateCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- ...tCertificateAuthorityCertificateCommand.ts | 12 +- .../src/commands/IssueCertificateCommand.ts | 12 +- .../ListCertificateAuthoritiesCommand.ts | 12 +- .../src/commands/ListPermissionsCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/PutPolicyCommand.ts | 12 +- .../RestoreCertificateAuthorityCommand.ts | 12 +- .../src/commands/RevokeCertificateCommand.ts | 12 +- .../TagCertificateAuthorityCommand.ts | 12 +- .../UntagCertificateAuthorityCommand.ts | 12 +- .../UpdateCertificateAuthorityCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-acm-pca/src/endpoint/ruleset.ts | 2 +- .../src/models/ACMPCAServiceException.ts | 2 +- clients/client-acm-pca/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListCertificateAuthoritiesPaginator.ts | 2 +- .../pagination/ListPermissionsPaginator.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-acm-pca/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForAuditReportCreated.ts | 2 +- .../waitForCertificateAuthorityCSRCreated.ts | 2 +- .../src/waiters/waitForCertificateIssued.ts | 2 +- clients/client-acm/package.json | 43 ++--- clients/client-acm/src/ACM.ts | 4 +- clients/client-acm/src/ACMClient.ts | 28 ++- .../commands/AddTagsToCertificateCommand.ts | 12 +- .../src/commands/DeleteCertificateCommand.ts | 12 +- .../commands/DescribeCertificateCommand.ts | 12 +- .../src/commands/ExportCertificateCommand.ts | 12 +- .../GetAccountConfigurationCommand.ts | 12 +- .../src/commands/GetCertificateCommand.ts | 12 +- .../src/commands/ImportCertificateCommand.ts | 12 +- .../src/commands/ListCertificatesCommand.ts | 12 +- .../commands/ListTagsForCertificateCommand.ts | 12 +- .../PutAccountConfigurationCommand.ts | 12 +- .../RemoveTagsFromCertificateCommand.ts | 12 +- .../src/commands/RenewCertificateCommand.ts | 12 +- .../src/commands/RequestCertificateCommand.ts | 12 +- .../commands/ResendValidationEmailCommand.ts | 12 +- .../UpdateCertificateOptionsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-acm/src/endpoint/ruleset.ts | 2 +- .../src/models/ACMServiceException.ts | 2 +- clients/client-acm/src/models/models_0.ts | 2 +- .../client-acm/src/pagination/Interfaces.ts | 2 +- .../pagination/ListCertificatesPaginator.ts | 2 +- .../client-acm/src/protocols/Aws_json1_1.ts | 12 +- .../client-acm/src/runtimeConfig.browser.ts | 14 +- .../client-acm/src/runtimeConfig.shared.ts | 8 +- clients/client-acm/src/runtimeConfig.ts | 24 +-- .../waiters/waitForCertificateValidated.ts | 2 +- .../client-alexa-for-business/package.json | 41 ++--- .../src/AlexaForBusiness.ts | 4 +- .../src/AlexaForBusinessClient.ts | 28 ++- .../src/commands/ApproveSkillCommand.ts | 12 +- .../AssociateContactWithAddressBookCommand.ts | 12 +- ...ssociateDeviceWithNetworkProfileCommand.ts | 12 +- .../AssociateDeviceWithRoomCommand.ts | 12 +- .../AssociateSkillGroupWithRoomCommand.ts | 12 +- .../AssociateSkillWithSkillGroupCommand.ts | 12 +- .../AssociateSkillWithUsersCommand.ts | 12 +- .../src/commands/CreateAddressBookCommand.ts | 12 +- .../CreateBusinessReportScheduleCommand.ts | 12 +- .../CreateConferenceProviderCommand.ts | 12 +- .../src/commands/CreateContactCommand.ts | 12 +- .../src/commands/CreateGatewayGroupCommand.ts | 12 +- .../commands/CreateNetworkProfileCommand.ts | 12 +- .../src/commands/CreateProfileCommand.ts | 12 +- .../src/commands/CreateRoomCommand.ts | 12 +- .../src/commands/CreateSkillGroupCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteAddressBookCommand.ts | 12 +- .../DeleteBusinessReportScheduleCommand.ts | 12 +- .../DeleteConferenceProviderCommand.ts | 12 +- .../src/commands/DeleteContactCommand.ts | 12 +- .../src/commands/DeleteDeviceCommand.ts | 12 +- .../commands/DeleteDeviceUsageDataCommand.ts | 12 +- .../src/commands/DeleteGatewayGroupCommand.ts | 12 +- .../commands/DeleteNetworkProfileCommand.ts | 12 +- .../src/commands/DeleteProfileCommand.ts | 12 +- .../src/commands/DeleteRoomCommand.ts | 12 +- .../DeleteRoomSkillParameterCommand.ts | 12 +- .../DeleteSkillAuthorizationCommand.ts | 12 +- .../src/commands/DeleteSkillGroupCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- ...sassociateContactFromAddressBookCommand.ts | 12 +- .../DisassociateDeviceFromRoomCommand.ts | 12 +- .../DisassociateSkillFromSkillGroupCommand.ts | 12 +- .../DisassociateSkillFromUsersCommand.ts | 12 +- .../DisassociateSkillGroupFromRoomCommand.ts | 12 +- .../ForgetSmartHomeAppliancesCommand.ts | 12 +- .../src/commands/GetAddressBookCommand.ts | 12 +- .../GetConferencePreferenceCommand.ts | 12 +- .../commands/GetConferenceProviderCommand.ts | 12 +- .../src/commands/GetContactCommand.ts | 12 +- .../src/commands/GetDeviceCommand.ts | 12 +- .../src/commands/GetGatewayCommand.ts | 12 +- .../src/commands/GetGatewayGroupCommand.ts | 12 +- .../GetInvitationConfigurationCommand.ts | 12 +- .../src/commands/GetNetworkProfileCommand.ts | 12 +- .../src/commands/GetProfileCommand.ts | 12 +- .../src/commands/GetRoomCommand.ts | 12 +- .../commands/GetRoomSkillParameterCommand.ts | 12 +- .../src/commands/GetSkillGroupCommand.ts | 12 +- .../ListBusinessReportSchedulesCommand.ts | 12 +- .../ListConferenceProvidersCommand.ts | 12 +- .../src/commands/ListDeviceEventsCommand.ts | 12 +- .../src/commands/ListGatewayGroupsCommand.ts | 12 +- .../src/commands/ListGatewaysCommand.ts | 12 +- .../src/commands/ListSkillsCommand.ts | 12 +- .../ListSkillsStoreCategoriesCommand.ts | 12 +- .../ListSkillsStoreSkillsByCategoryCommand.ts | 12 +- .../ListSmartHomeAppliancesCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../PutConferencePreferenceCommand.ts | 12 +- .../PutInvitationConfigurationCommand.ts | 12 +- .../commands/PutRoomSkillParameterCommand.ts | 12 +- .../commands/PutSkillAuthorizationCommand.ts | 12 +- .../src/commands/RegisterAVSDeviceCommand.ts | 12 +- .../src/commands/RejectSkillCommand.ts | 12 +- .../src/commands/ResolveRoomCommand.ts | 12 +- .../src/commands/RevokeInvitationCommand.ts | 12 +- .../src/commands/SearchAddressBooksCommand.ts | 12 +- .../src/commands/SearchContactsCommand.ts | 12 +- .../src/commands/SearchDevicesCommand.ts | 12 +- .../commands/SearchNetworkProfilesCommand.ts | 12 +- .../src/commands/SearchProfilesCommand.ts | 12 +- .../src/commands/SearchRoomsCommand.ts | 12 +- .../src/commands/SearchSkillGroupsCommand.ts | 12 +- .../src/commands/SearchUsersCommand.ts | 12 +- .../src/commands/SendAnnouncementCommand.ts | 12 +- .../src/commands/SendInvitationCommand.ts | 12 +- .../src/commands/StartDeviceSyncCommand.ts | 12 +- ...StartSmartHomeApplianceDiscoveryCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAddressBookCommand.ts | 12 +- .../UpdateBusinessReportScheduleCommand.ts | 12 +- .../UpdateConferenceProviderCommand.ts | 12 +- .../src/commands/UpdateContactCommand.ts | 12 +- .../src/commands/UpdateDeviceCommand.ts | 12 +- .../src/commands/UpdateGatewayCommand.ts | 12 +- .../src/commands/UpdateGatewayGroupCommand.ts | 12 +- .../commands/UpdateNetworkProfileCommand.ts | 12 +- .../src/commands/UpdateProfileCommand.ts | 12 +- .../src/commands/UpdateRoomCommand.ts | 12 +- .../src/commands/UpdateSkillGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../AlexaForBusinessServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListBusinessReportSchedulesPaginator.ts | 2 +- .../ListConferenceProvidersPaginator.ts | 2 +- .../pagination/ListDeviceEventsPaginator.ts | 2 +- .../pagination/ListGatewayGroupsPaginator.ts | 2 +- .../src/pagination/ListGatewaysPaginator.ts | 2 +- .../src/pagination/ListSkillsPaginator.ts | 2 +- .../ListSkillsStoreCategoriesPaginator.ts | 2 +- ...istSkillsStoreSkillsByCategoryPaginator.ts | 2 +- .../ListSmartHomeAppliancesPaginator.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- .../pagination/SearchAddressBooksPaginator.ts | 2 +- .../src/pagination/SearchContactsPaginator.ts | 2 +- .../src/pagination/SearchDevicesPaginator.ts | 2 +- .../SearchNetworkProfilesPaginator.ts | 2 +- .../src/pagination/SearchProfilesPaginator.ts | 2 +- .../src/pagination/SearchRoomsPaginator.ts | 2 +- .../pagination/SearchSkillGroupsPaginator.ts | 2 +- .../src/pagination/SearchUsersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-amp/package.json | 43 ++--- clients/client-amp/src/Amp.ts | 4 +- clients/client-amp/src/AmpClient.ts | 28 ++- .../CreateAlertManagerDefinitionCommand.ts | 12 +- .../CreateLoggingConfigurationCommand.ts | 12 +- .../CreateRuleGroupsNamespaceCommand.ts | 12 +- .../src/commands/CreateWorkspaceCommand.ts | 12 +- .../DeleteAlertManagerDefinitionCommand.ts | 12 +- .../DeleteLoggingConfigurationCommand.ts | 12 +- .../DeleteRuleGroupsNamespaceCommand.ts | 12 +- .../src/commands/DeleteWorkspaceCommand.ts | 12 +- .../DescribeAlertManagerDefinitionCommand.ts | 12 +- .../DescribeLoggingConfigurationCommand.ts | 12 +- .../DescribeRuleGroupsNamespaceCommand.ts | 12 +- .../src/commands/DescribeWorkspaceCommand.ts | 12 +- .../ListRuleGroupsNamespacesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkspacesCommand.ts | 12 +- .../PutAlertManagerDefinitionCommand.ts | 12 +- .../commands/PutRuleGroupsNamespaceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateLoggingConfigurationCommand.ts | 12 +- .../commands/UpdateWorkspaceAliasCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-amp/src/endpoint/ruleset.ts | 2 +- .../src/models/AmpServiceException.ts | 2 +- clients/client-amp/src/models/models_0.ts | 2 +- .../client-amp/src/pagination/Interfaces.ts | 2 +- .../ListRuleGroupsNamespacesPaginator.ts | 2 +- .../src/pagination/ListWorkspacesPaginator.ts | 2 +- .../client-amp/src/protocols/Aws_restJson1.ts | 11 +- .../client-amp/src/runtimeConfig.browser.ts | 14 +- .../client-amp/src/runtimeConfig.shared.ts | 8 +- clients/client-amp/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForWorkspaceActive.ts | 2 +- .../src/waiters/waitForWorkspaceDeleted.ts | 2 +- clients/client-amplify/package.json | 41 ++--- clients/client-amplify/src/Amplify.ts | 4 +- clients/client-amplify/src/AmplifyClient.ts | 28 ++- .../src/commands/CreateAppCommand.ts | 12 +- .../CreateBackendEnvironmentCommand.ts | 12 +- .../src/commands/CreateBranchCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../CreateDomainAssociationCommand.ts | 12 +- .../src/commands/CreateWebhookCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../DeleteBackendEnvironmentCommand.ts | 12 +- .../src/commands/DeleteBranchCommand.ts | 12 +- .../DeleteDomainAssociationCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- .../src/commands/DeleteWebhookCommand.ts | 12 +- .../src/commands/GenerateAccessLogsCommand.ts | 12 +- .../src/commands/GetAppCommand.ts | 12 +- .../src/commands/GetArtifactUrlCommand.ts | 12 +- .../commands/GetBackendEnvironmentCommand.ts | 12 +- .../src/commands/GetBranchCommand.ts | 12 +- .../commands/GetDomainAssociationCommand.ts | 12 +- .../src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetWebhookCommand.ts | 12 +- .../src/commands/ListAppsCommand.ts | 12 +- .../src/commands/ListArtifactsCommand.ts | 12 +- .../ListBackendEnvironmentsCommand.ts | 12 +- .../src/commands/ListBranchesCommand.ts | 12 +- .../commands/ListDomainAssociationsCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWebhooksCommand.ts | 12 +- .../src/commands/StartDeploymentCommand.ts | 12 +- .../src/commands/StartJobCommand.ts | 12 +- .../src/commands/StopJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAppCommand.ts | 12 +- .../src/commands/UpdateBranchCommand.ts | 12 +- .../UpdateDomainAssociationCommand.ts | 12 +- .../src/commands/UpdateWebhookCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-amplify/src/endpoint/ruleset.ts | 2 +- .../src/models/AmplifyServiceException.ts | 2 +- clients/client-amplify/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-amplify/src/runtimeConfig.ts | 24 +-- clients/client-amplifybackend/package.json | 41 ++--- .../src/AmplifyBackend.ts | 4 +- .../src/AmplifyBackendClient.ts | 28 ++- .../src/commands/CloneBackendCommand.ts | 12 +- .../src/commands/CreateBackendAPICommand.ts | 12 +- .../src/commands/CreateBackendAuthCommand.ts | 12 +- .../src/commands/CreateBackendCommand.ts | 12 +- .../commands/CreateBackendConfigCommand.ts | 12 +- .../commands/CreateBackendStorageCommand.ts | 12 +- .../src/commands/CreateTokenCommand.ts | 12 +- .../src/commands/DeleteBackendAPICommand.ts | 12 +- .../src/commands/DeleteBackendAuthCommand.ts | 12 +- .../src/commands/DeleteBackendCommand.ts | 12 +- .../commands/DeleteBackendStorageCommand.ts | 12 +- .../src/commands/DeleteTokenCommand.ts | 12 +- .../GenerateBackendAPIModelsCommand.ts | 12 +- .../src/commands/GetBackendAPICommand.ts | 12 +- .../commands/GetBackendAPIModelsCommand.ts | 12 +- .../src/commands/GetBackendAuthCommand.ts | 12 +- .../src/commands/GetBackendCommand.ts | 12 +- .../src/commands/GetBackendJobCommand.ts | 12 +- .../src/commands/GetBackendStorageCommand.ts | 12 +- .../src/commands/GetTokenCommand.ts | 12 +- .../src/commands/ImportBackendAuthCommand.ts | 12 +- .../commands/ImportBackendStorageCommand.ts | 12 +- .../src/commands/ListBackendJobsCommand.ts | 12 +- .../src/commands/ListS3BucketsCommand.ts | 12 +- .../src/commands/RemoveAllBackendsCommand.ts | 12 +- .../commands/RemoveBackendConfigCommand.ts | 12 +- .../src/commands/UpdateBackendAPICommand.ts | 12 +- .../src/commands/UpdateBackendAuthCommand.ts | 12 +- .../commands/UpdateBackendConfigCommand.ts | 12 +- .../src/commands/UpdateBackendJobCommand.ts | 12 +- .../commands/UpdateBackendStorageCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/AmplifyBackendServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-amplifyuibuilder/package.json | 41 ++--- .../src/AmplifyUIBuilder.ts | 4 +- .../src/AmplifyUIBuilderClient.ts | 28 ++- .../src/commands/CreateComponentCommand.ts | 12 +- .../src/commands/CreateFormCommand.ts | 12 +- .../src/commands/CreateThemeCommand.ts | 12 +- .../src/commands/DeleteComponentCommand.ts | 12 +- .../src/commands/DeleteFormCommand.ts | 12 +- .../src/commands/DeleteThemeCommand.ts | 12 +- .../commands/ExchangeCodeForTokenCommand.ts | 12 +- .../src/commands/ExportComponentsCommand.ts | 12 +- .../src/commands/ExportFormsCommand.ts | 12 +- .../src/commands/ExportThemesCommand.ts | 12 +- .../src/commands/GetCodegenJobCommand.ts | 12 +- .../src/commands/GetComponentCommand.ts | 12 +- .../src/commands/GetFormCommand.ts | 12 +- .../src/commands/GetMetadataCommand.ts | 12 +- .../src/commands/GetThemeCommand.ts | 12 +- .../src/commands/ListCodegenJobsCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- .../src/commands/ListFormsCommand.ts | 12 +- .../src/commands/ListThemesCommand.ts | 12 +- .../src/commands/PutMetadataFlagCommand.ts | 12 +- .../src/commands/RefreshTokenCommand.ts | 12 +- .../src/commands/StartCodegenJobCommand.ts | 12 +- .../src/commands/UpdateComponentCommand.ts | 12 +- .../src/commands/UpdateFormCommand.ts | 12 +- .../src/commands/UpdateThemeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../AmplifyUIBuilderServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/ExportComponentsPaginator.ts | 2 +- .../src/pagination/ExportFormsPaginator.ts | 2 +- .../src/pagination/ExportThemesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListCodegenJobsPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- .../src/pagination/ListFormsPaginator.ts | 2 +- .../src/pagination/ListThemesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-api-gateway/package.json | 43 ++--- clients/client-api-gateway/src/APIGateway.ts | 4 +- .../src/APIGatewayClient.ts | 28 ++- .../src/commands/CreateApiKeyCommand.ts | 12 +- .../src/commands/CreateAuthorizerCommand.ts | 12 +- .../commands/CreateBasePathMappingCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../CreateDocumentationPartCommand.ts | 12 +- .../CreateDocumentationVersionCommand.ts | 12 +- .../src/commands/CreateDomainNameCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- .../commands/CreateRequestValidatorCommand.ts | 12 +- .../src/commands/CreateResourceCommand.ts | 12 +- .../src/commands/CreateRestApiCommand.ts | 12 +- .../src/commands/CreateStageCommand.ts | 12 +- .../src/commands/CreateUsagePlanCommand.ts | 12 +- .../src/commands/CreateUsagePlanKeyCommand.ts | 12 +- .../src/commands/CreateVpcLinkCommand.ts | 12 +- .../src/commands/DeleteApiKeyCommand.ts | 12 +- .../src/commands/DeleteAuthorizerCommand.ts | 12 +- .../commands/DeleteBasePathMappingCommand.ts | 12 +- .../DeleteClientCertificateCommand.ts | 12 +- .../src/commands/DeleteDeploymentCommand.ts | 12 +- .../DeleteDocumentationPartCommand.ts | 12 +- .../DeleteDocumentationVersionCommand.ts | 12 +- .../src/commands/DeleteDomainNameCommand.ts | 12 +- .../commands/DeleteGatewayResponseCommand.ts | 12 +- .../src/commands/DeleteIntegrationCommand.ts | 12 +- .../DeleteIntegrationResponseCommand.ts | 12 +- .../src/commands/DeleteMethodCommand.ts | 12 +- .../commands/DeleteMethodResponseCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- .../commands/DeleteRequestValidatorCommand.ts | 12 +- .../src/commands/DeleteResourceCommand.ts | 12 +- .../src/commands/DeleteRestApiCommand.ts | 12 +- .../src/commands/DeleteStageCommand.ts | 12 +- .../src/commands/DeleteUsagePlanCommand.ts | 12 +- .../src/commands/DeleteUsagePlanKeyCommand.ts | 12 +- .../src/commands/DeleteVpcLinkCommand.ts | 12 +- .../FlushStageAuthorizersCacheCommand.ts | 12 +- .../src/commands/FlushStageCacheCommand.ts | 12 +- .../GenerateClientCertificateCommand.ts | 12 +- .../src/commands/GetAccountCommand.ts | 12 +- .../src/commands/GetApiKeyCommand.ts | 12 +- .../src/commands/GetApiKeysCommand.ts | 12 +- .../src/commands/GetAuthorizerCommand.ts | 12 +- .../src/commands/GetAuthorizersCommand.ts | 12 +- .../src/commands/GetBasePathMappingCommand.ts | 12 +- .../commands/GetBasePathMappingsCommand.ts | 12 +- .../commands/GetClientCertificateCommand.ts | 12 +- .../commands/GetClientCertificatesCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../src/commands/GetDeploymentsCommand.ts | 12 +- .../commands/GetDocumentationPartCommand.ts | 12 +- .../commands/GetDocumentationPartsCommand.ts | 12 +- .../GetDocumentationVersionCommand.ts | 12 +- .../GetDocumentationVersionsCommand.ts | 12 +- .../src/commands/GetDomainNameCommand.ts | 12 +- .../src/commands/GetDomainNamesCommand.ts | 12 +- .../src/commands/GetExportCommand.ts | 14 +- .../src/commands/GetGatewayResponseCommand.ts | 12 +- .../commands/GetGatewayResponsesCommand.ts | 12 +- .../src/commands/GetIntegrationCommand.ts | 12 +- .../commands/GetIntegrationResponseCommand.ts | 12 +- .../src/commands/GetMethodCommand.ts | 12 +- .../src/commands/GetMethodResponseCommand.ts | 12 +- .../src/commands/GetModelCommand.ts | 12 +- .../src/commands/GetModelTemplateCommand.ts | 12 +- .../src/commands/GetModelsCommand.ts | 12 +- .../commands/GetRequestValidatorCommand.ts | 12 +- .../commands/GetRequestValidatorsCommand.ts | 12 +- .../src/commands/GetResourceCommand.ts | 12 +- .../src/commands/GetResourcesCommand.ts | 12 +- .../src/commands/GetRestApiCommand.ts | 12 +- .../src/commands/GetRestApisCommand.ts | 12 +- .../src/commands/GetSdkCommand.ts | 14 +- .../src/commands/GetSdkTypeCommand.ts | 12 +- .../src/commands/GetSdkTypesCommand.ts | 12 +- .../src/commands/GetStageCommand.ts | 12 +- .../src/commands/GetStagesCommand.ts | 12 +- .../src/commands/GetTagsCommand.ts | 12 +- .../src/commands/GetUsageCommand.ts | 12 +- .../src/commands/GetUsagePlanCommand.ts | 12 +- .../src/commands/GetUsagePlanKeyCommand.ts | 12 +- .../src/commands/GetUsagePlanKeysCommand.ts | 12 +- .../src/commands/GetUsagePlansCommand.ts | 12 +- .../src/commands/GetVpcLinkCommand.ts | 12 +- .../src/commands/GetVpcLinksCommand.ts | 12 +- .../src/commands/ImportApiKeysCommand.ts | 14 +- .../ImportDocumentationPartsCommand.ts | 14 +- .../src/commands/ImportRestApiCommand.ts | 14 +- .../src/commands/PutGatewayResponseCommand.ts | 12 +- .../src/commands/PutIntegrationCommand.ts | 12 +- .../commands/PutIntegrationResponseCommand.ts | 12 +- .../src/commands/PutMethodCommand.ts | 12 +- .../src/commands/PutMethodResponseCommand.ts | 12 +- .../src/commands/PutRestApiCommand.ts | 14 +- .../src/commands/TagResourceCommand.ts | 12 +- .../commands/TestInvokeAuthorizerCommand.ts | 12 +- .../src/commands/TestInvokeMethodCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAccountCommand.ts | 12 +- .../src/commands/UpdateApiKeyCommand.ts | 12 +- .../src/commands/UpdateAuthorizerCommand.ts | 12 +- .../commands/UpdateBasePathMappingCommand.ts | 12 +- .../UpdateClientCertificateCommand.ts | 12 +- .../src/commands/UpdateDeploymentCommand.ts | 12 +- .../UpdateDocumentationPartCommand.ts | 12 +- .../UpdateDocumentationVersionCommand.ts | 12 +- .../src/commands/UpdateDomainNameCommand.ts | 12 +- .../commands/UpdateGatewayResponseCommand.ts | 12 +- .../src/commands/UpdateIntegrationCommand.ts | 12 +- .../UpdateIntegrationResponseCommand.ts | 12 +- .../src/commands/UpdateMethodCommand.ts | 12 +- .../commands/UpdateMethodResponseCommand.ts | 12 +- .../src/commands/UpdateModelCommand.ts | 12 +- .../commands/UpdateRequestValidatorCommand.ts | 12 +- .../src/commands/UpdateResourceCommand.ts | 12 +- .../src/commands/UpdateRestApiCommand.ts | 12 +- .../src/commands/UpdateStageCommand.ts | 12 +- .../src/commands/UpdateUsageCommand.ts | 12 +- .../src/commands/UpdateUsagePlanCommand.ts | 12 +- .../src/commands/UpdateVpcLinkCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/APIGatewayServiceException.ts | 2 +- .../client-api-gateway/src/models/models_0.ts | 2 +- .../src/pagination/GetApiKeysPaginator.ts | 2 +- .../GetBasePathMappingsPaginator.ts | 2 +- .../GetClientCertificatesPaginator.ts | 2 +- .../src/pagination/GetDeploymentsPaginator.ts | 2 +- .../src/pagination/GetDomainNamesPaginator.ts | 2 +- .../src/pagination/GetModelsPaginator.ts | 2 +- .../src/pagination/GetResourcesPaginator.ts | 2 +- .../src/pagination/GetRestApisPaginator.ts | 2 +- .../src/pagination/GetUsagePaginator.ts | 2 +- .../pagination/GetUsagePlanKeysPaginator.ts | 2 +- .../src/pagination/GetUsagePlansPaginator.ts | 2 +- .../src/pagination/GetVpcLinksPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-api-gateway/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ApiGatewayManagementApi.ts | 4 +- .../src/ApiGatewayManagementApiClient.ts | 28 ++- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/GetConnectionCommand.ts | 12 +- .../src/commands/PostToConnectionCommand.ts | 14 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...ApiGatewayManagementApiServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-apigatewayv2/package.json | 43 ++--- .../client-apigatewayv2/src/ApiGatewayV2.ts | 4 +- .../src/ApiGatewayV2Client.ts | 28 ++- .../src/commands/CreateApiCommand.ts | 12 +- .../src/commands/CreateApiMappingCommand.ts | 12 +- .../src/commands/CreateAuthorizerCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../src/commands/CreateDomainNameCommand.ts | 12 +- .../src/commands/CreateIntegrationCommand.ts | 12 +- .../CreateIntegrationResponseCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- .../src/commands/CreateRouteCommand.ts | 12 +- .../commands/CreateRouteResponseCommand.ts | 12 +- .../src/commands/CreateStageCommand.ts | 12 +- .../src/commands/CreateVpcLinkCommand.ts | 12 +- .../DeleteAccessLogSettingsCommand.ts | 12 +- .../src/commands/DeleteApiCommand.ts | 12 +- .../src/commands/DeleteApiMappingCommand.ts | 12 +- .../src/commands/DeleteAuthorizerCommand.ts | 12 +- .../DeleteCorsConfigurationCommand.ts | 12 +- .../src/commands/DeleteDeploymentCommand.ts | 12 +- .../src/commands/DeleteDomainNameCommand.ts | 12 +- .../src/commands/DeleteIntegrationCommand.ts | 12 +- .../DeleteIntegrationResponseCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- .../src/commands/DeleteRouteCommand.ts | 12 +- .../DeleteRouteRequestParameterCommand.ts | 12 +- .../commands/DeleteRouteResponseCommand.ts | 12 +- .../commands/DeleteRouteSettingsCommand.ts | 12 +- .../src/commands/DeleteStageCommand.ts | 12 +- .../src/commands/DeleteVpcLinkCommand.ts | 12 +- .../src/commands/ExportApiCommand.ts | 14 +- .../src/commands/GetApiCommand.ts | 12 +- .../src/commands/GetApiMappingCommand.ts | 12 +- .../src/commands/GetApiMappingsCommand.ts | 12 +- .../src/commands/GetApisCommand.ts | 12 +- .../src/commands/GetAuthorizerCommand.ts | 12 +- .../src/commands/GetAuthorizersCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../src/commands/GetDeploymentsCommand.ts | 12 +- .../src/commands/GetDomainNameCommand.ts | 12 +- .../src/commands/GetDomainNamesCommand.ts | 12 +- .../src/commands/GetIntegrationCommand.ts | 12 +- .../commands/GetIntegrationResponseCommand.ts | 12 +- .../GetIntegrationResponsesCommand.ts | 12 +- .../src/commands/GetIntegrationsCommand.ts | 12 +- .../src/commands/GetModelCommand.ts | 12 +- .../src/commands/GetModelTemplateCommand.ts | 12 +- .../src/commands/GetModelsCommand.ts | 12 +- .../src/commands/GetRouteCommand.ts | 12 +- .../src/commands/GetRouteResponseCommand.ts | 12 +- .../src/commands/GetRouteResponsesCommand.ts | 12 +- .../src/commands/GetRoutesCommand.ts | 12 +- .../src/commands/GetStageCommand.ts | 12 +- .../src/commands/GetStagesCommand.ts | 12 +- .../src/commands/GetTagsCommand.ts | 12 +- .../src/commands/GetVpcLinkCommand.ts | 12 +- .../src/commands/GetVpcLinksCommand.ts | 12 +- .../src/commands/ImportApiCommand.ts | 12 +- .../src/commands/ReimportApiCommand.ts | 12 +- .../commands/ResetAuthorizersCacheCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApiCommand.ts | 12 +- .../src/commands/UpdateApiMappingCommand.ts | 12 +- .../src/commands/UpdateAuthorizerCommand.ts | 12 +- .../src/commands/UpdateDeploymentCommand.ts | 12 +- .../src/commands/UpdateDomainNameCommand.ts | 12 +- .../src/commands/UpdateIntegrationCommand.ts | 12 +- .../UpdateIntegrationResponseCommand.ts | 12 +- .../src/commands/UpdateModelCommand.ts | 12 +- .../src/commands/UpdateRouteCommand.ts | 12 +- .../commands/UpdateRouteResponseCommand.ts | 12 +- .../src/commands/UpdateStageCommand.ts | 12 +- .../src/commands/UpdateVpcLinkCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ApiGatewayV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-apigatewayv2/src/runtimeConfig.ts | 24 +-- clients/client-app-mesh/package.json | 41 ++--- clients/client-app-mesh/src/AppMesh.ts | 4 +- clients/client-app-mesh/src/AppMeshClient.ts | 28 ++- .../src/commands/CreateGatewayRouteCommand.ts | 12 +- .../src/commands/CreateMeshCommand.ts | 12 +- .../src/commands/CreateRouteCommand.ts | 12 +- .../commands/CreateVirtualGatewayCommand.ts | 12 +- .../src/commands/CreateVirtualNodeCommand.ts | 12 +- .../commands/CreateVirtualRouterCommand.ts | 12 +- .../commands/CreateVirtualServiceCommand.ts | 12 +- .../src/commands/DeleteGatewayRouteCommand.ts | 12 +- .../src/commands/DeleteMeshCommand.ts | 12 +- .../src/commands/DeleteRouteCommand.ts | 12 +- .../commands/DeleteVirtualGatewayCommand.ts | 12 +- .../src/commands/DeleteVirtualNodeCommand.ts | 12 +- .../commands/DeleteVirtualRouterCommand.ts | 12 +- .../commands/DeleteVirtualServiceCommand.ts | 12 +- .../commands/DescribeGatewayRouteCommand.ts | 12 +- .../src/commands/DescribeMeshCommand.ts | 12 +- .../src/commands/DescribeRouteCommand.ts | 12 +- .../commands/DescribeVirtualGatewayCommand.ts | 12 +- .../commands/DescribeVirtualNodeCommand.ts | 12 +- .../commands/DescribeVirtualRouterCommand.ts | 12 +- .../commands/DescribeVirtualServiceCommand.ts | 12 +- .../src/commands/ListGatewayRoutesCommand.ts | 12 +- .../src/commands/ListMeshesCommand.ts | 12 +- .../src/commands/ListRoutesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListVirtualGatewaysCommand.ts | 12 +- .../src/commands/ListVirtualNodesCommand.ts | 12 +- .../src/commands/ListVirtualRoutersCommand.ts | 12 +- .../commands/ListVirtualServicesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateGatewayRouteCommand.ts | 12 +- .../src/commands/UpdateMeshCommand.ts | 12 +- .../src/commands/UpdateRouteCommand.ts | 12 +- .../commands/UpdateVirtualGatewayCommand.ts | 12 +- .../src/commands/UpdateVirtualNodeCommand.ts | 12 +- .../commands/UpdateVirtualRouterCommand.ts | 12 +- .../commands/UpdateVirtualServiceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-app-mesh/src/endpoint/ruleset.ts | 2 +- .../src/models/AppMeshServiceException.ts | 2 +- .../client-app-mesh/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListGatewayRoutesPaginator.ts | 2 +- .../src/pagination/ListMeshesPaginator.ts | 2 +- .../src/pagination/ListRoutesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../ListVirtualGatewaysPaginator.ts | 2 +- .../pagination/ListVirtualNodesPaginator.ts | 2 +- .../pagination/ListVirtualRoutersPaginator.ts | 2 +- .../ListVirtualServicesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-app-mesh/src/runtimeConfig.ts | 24 +-- clients/client-appconfig/package.json | 43 ++--- clients/client-appconfig/src/AppConfig.ts | 4 +- .../client-appconfig/src/AppConfigClient.ts | 28 ++- .../src/commands/CreateApplicationCommand.ts | 12 +- .../CreateConfigurationProfileCommand.ts | 12 +- .../CreateDeploymentStrategyCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../CreateExtensionAssociationCommand.ts | 12 +- .../src/commands/CreateExtensionCommand.ts | 12 +- ...CreateHostedConfigurationVersionCommand.ts | 16 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../DeleteConfigurationProfileCommand.ts | 12 +- .../DeleteDeploymentStrategyCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../DeleteExtensionAssociationCommand.ts | 12 +- .../src/commands/DeleteExtensionCommand.ts | 12 +- ...DeleteHostedConfigurationVersionCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../src/commands/GetConfigurationCommand.ts | 14 +- .../GetConfigurationProfileCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../commands/GetDeploymentStrategyCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../GetExtensionAssociationCommand.ts | 12 +- .../src/commands/GetExtensionCommand.ts | 12 +- .../GetHostedConfigurationVersionCommand.ts | 14 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../ListConfigurationProfilesCommand.ts | 12 +- .../ListDeploymentStrategiesCommand.ts | 12 +- .../src/commands/ListDeploymentsCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../ListExtensionAssociationsCommand.ts | 12 +- .../src/commands/ListExtensionsCommand.ts | 12 +- .../ListHostedConfigurationVersionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartDeploymentCommand.ts | 12 +- .../src/commands/StopDeploymentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../UpdateConfigurationProfileCommand.ts | 12 +- .../UpdateDeploymentStrategyCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../UpdateExtensionAssociationCommand.ts | 12 +- .../src/commands/UpdateExtensionCommand.ts | 12 +- .../commands/ValidateConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-appconfig/src/endpoint/ruleset.ts | 2 +- .../src/models/AppConfigServiceException.ts | 2 +- .../client-appconfig/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../ListConfigurationProfilesPaginator.ts | 2 +- .../ListDeploymentStrategiesPaginator.ts | 2 +- .../pagination/ListDeploymentsPaginator.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../ListExtensionAssociationsPaginator.ts | 2 +- .../src/pagination/ListExtensionsPaginator.ts | 2 +- ...istHostedConfigurationVersionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-appconfig/src/runtimeConfig.ts | 24 +-- clients/client-appconfigdata/package.json | 43 ++--- .../client-appconfigdata/src/AppConfigData.ts | 4 +- .../src/AppConfigDataClient.ts | 28 ++- .../commands/GetLatestConfigurationCommand.ts | 14 +- .../StartConfigurationSessionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/AppConfigDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-appconfigdata/src/runtimeConfig.ts | 24 +-- clients/client-appfabric/package.json | 41 ++--- clients/client-appfabric/src/AppFabric.ts | 4 +- .../client-appfabric/src/AppFabricClient.ts | 28 ++- .../BatchGetUserAccessTasksCommand.ts | 12 +- .../ConnectAppAuthorizationCommand.ts | 12 +- .../commands/CreateAppAuthorizationCommand.ts | 12 +- .../src/commands/CreateAppBundleCommand.ts | 12 +- .../src/commands/CreateIngestionCommand.ts | 12 +- .../CreateIngestionDestinationCommand.ts | 12 +- .../commands/DeleteAppAuthorizationCommand.ts | 12 +- .../src/commands/DeleteAppBundleCommand.ts | 12 +- .../src/commands/DeleteIngestionCommand.ts | 12 +- .../DeleteIngestionDestinationCommand.ts | 12 +- .../commands/GetAppAuthorizationCommand.ts | 12 +- .../src/commands/GetAppBundleCommand.ts | 12 +- .../src/commands/GetIngestionCommand.ts | 12 +- .../GetIngestionDestinationCommand.ts | 12 +- .../commands/ListAppAuthorizationsCommand.ts | 12 +- .../src/commands/ListAppBundlesCommand.ts | 12 +- .../ListIngestionDestinationsCommand.ts | 12 +- .../src/commands/ListIngestionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartIngestionCommand.ts | 12 +- .../commands/StartUserAccessTasksCommand.ts | 12 +- .../src/commands/StopIngestionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateAppAuthorizationCommand.ts | 12 +- .../UpdateIngestionDestinationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-appfabric/src/endpoint/ruleset.ts | 2 +- .../src/models/AppFabricServiceException.ts | 2 +- .../client-appfabric/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAppAuthorizationsPaginator.ts | 2 +- .../src/pagination/ListAppBundlesPaginator.ts | 2 +- .../ListIngestionDestinationsPaginator.ts | 2 +- .../src/pagination/ListIngestionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-appfabric/src/runtimeConfig.ts | 24 +-- clients/client-appflow/package.json | 41 ++--- clients/client-appflow/src/Appflow.ts | 4 +- clients/client-appflow/src/AppflowClient.ts | 28 ++- .../commands/CancelFlowExecutionsCommand.ts | 12 +- .../commands/CreateConnectorProfileCommand.ts | 12 +- .../src/commands/CreateFlowCommand.ts | 12 +- .../commands/DeleteConnectorProfileCommand.ts | 12 +- .../src/commands/DeleteFlowCommand.ts | 12 +- .../src/commands/DescribeConnectorCommand.ts | 12 +- .../DescribeConnectorEntityCommand.ts | 12 +- .../DescribeConnectorProfilesCommand.ts | 12 +- .../src/commands/DescribeConnectorsCommand.ts | 12 +- .../src/commands/DescribeFlowCommand.ts | 12 +- .../DescribeFlowExecutionRecordsCommand.ts | 12 +- .../commands/ListConnectorEntitiesCommand.ts | 12 +- .../src/commands/ListConnectorsCommand.ts | 12 +- .../src/commands/ListFlowsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RegisterConnectorCommand.ts | 12 +- .../ResetConnectorMetadataCacheCommand.ts | 12 +- .../src/commands/StartFlowCommand.ts | 12 +- .../src/commands/StopFlowCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../commands/UnregisterConnectorCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateConnectorProfileCommand.ts | 12 +- .../UpdateConnectorRegistrationCommand.ts | 12 +- .../src/commands/UpdateFlowCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-appflow/src/endpoint/ruleset.ts | 2 +- .../src/models/AppflowServiceException.ts | 2 +- clients/client-appflow/src/models/models_0.ts | 2 +- .../DescribeConnectorProfilesPaginator.ts | 2 +- .../pagination/DescribeConnectorsPaginator.ts | 2 +- .../DescribeFlowExecutionRecordsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListConnectorsPaginator.ts | 2 +- .../src/pagination/ListFlowsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-appflow/src/runtimeConfig.ts | 24 +-- clients/client-appintegrations/package.json | 41 ++--- .../src/AppIntegrations.ts | 4 +- .../src/AppIntegrationsClient.ts | 28 ++- .../commands/CreateDataIntegrationCommand.ts | 12 +- .../commands/CreateEventIntegrationCommand.ts | 12 +- .../commands/DeleteDataIntegrationCommand.ts | 12 +- .../commands/DeleteEventIntegrationCommand.ts | 12 +- .../src/commands/GetDataIntegrationCommand.ts | 12 +- .../commands/GetEventIntegrationCommand.ts | 12 +- .../ListDataIntegrationAssociationsCommand.ts | 12 +- .../commands/ListDataIntegrationsCommand.ts | 12 +- ...ListEventIntegrationAssociationsCommand.ts | 12 +- .../commands/ListEventIntegrationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDataIntegrationCommand.ts | 12 +- .../commands/UpdateEventIntegrationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/AppIntegrationsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ApplicationAutoScaling.ts | 4 +- .../src/ApplicationAutoScalingClient.ts | 28 ++- .../commands/DeleteScalingPolicyCommand.ts | 12 +- .../commands/DeleteScheduledActionCommand.ts | 12 +- .../DeregisterScalableTargetCommand.ts | 12 +- .../DescribeScalableTargetsCommand.ts | 12 +- .../DescribeScalingActivitiesCommand.ts | 12 +- .../DescribeScalingPoliciesCommand.ts | 12 +- .../DescribeScheduledActionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutScalingPolicyCommand.ts | 12 +- .../src/commands/PutScheduledActionCommand.ts | 12 +- .../commands/RegisterScalableTargetCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ApplicationAutoScalingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeScalableTargetsPaginator.ts | 2 +- .../DescribeScalingActivitiesPaginator.ts | 2 +- .../DescribeScalingPoliciesPaginator.ts | 2 +- .../DescribeScheduledActionsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ApplicationDiscoveryService.ts | 4 +- .../src/ApplicationDiscoveryServiceClient.ts | 28 ++- ...eConfigurationItemsToApplicationCommand.ts | 12 +- .../commands/BatchDeleteImportDataCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../src/commands/DeleteApplicationsCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DescribeAgentsCommand.ts | 12 +- .../commands/DescribeConfigurationsCommand.ts | 12 +- .../DescribeContinuousExportsCommand.ts | 12 +- .../DescribeExportConfigurationsCommand.ts | 12 +- .../commands/DescribeExportTasksCommand.ts | 12 +- .../commands/DescribeImportTasksCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- ...onfigurationItemsFromApplicationCommand.ts | 12 +- .../commands/ExportConfigurationsCommand.ts | 12 +- .../commands/GetDiscoverySummaryCommand.ts | 12 +- .../src/commands/ListConfigurationsCommand.ts | 12 +- .../commands/ListServerNeighborsCommand.ts | 12 +- .../commands/StartContinuousExportCommand.ts | 12 +- .../StartDataCollectionByAgentIdsCommand.ts | 12 +- .../src/commands/StartExportTaskCommand.ts | 12 +- .../src/commands/StartImportTaskCommand.ts | 12 +- .../commands/StopContinuousExportCommand.ts | 12 +- .../StopDataCollectionByAgentIdsCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...icationDiscoveryServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeContinuousExportsPaginator.ts | 2 +- .../DescribeImportTasksPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-application-insights/package.json | 41 ++--- .../src/ApplicationInsights.ts | 4 +- .../src/ApplicationInsightsClient.ts | 28 ++- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/CreateComponentCommand.ts | 12 +- .../src/commands/CreateLogPatternCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../src/commands/DeleteComponentCommand.ts | 12 +- .../src/commands/DeleteLogPatternCommand.ts | 12 +- .../commands/DescribeApplicationCommand.ts | 12 +- .../src/commands/DescribeComponentCommand.ts | 12 +- .../DescribeComponentConfigurationCommand.ts | 12 +- ...onentConfigurationRecommendationCommand.ts | 12 +- .../src/commands/DescribeLogPatternCommand.ts | 12 +- .../commands/DescribeObservationCommand.ts | 12 +- .../src/commands/DescribeProblemCommand.ts | 12 +- .../DescribeProblemObservationsCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- .../ListConfigurationHistoryCommand.ts | 12 +- .../src/commands/ListLogPatternSetsCommand.ts | 12 +- .../src/commands/ListLogPatternsCommand.ts | 12 +- .../src/commands/ListProblemsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/commands/UpdateComponentCommand.ts | 12 +- .../UpdateComponentConfigurationCommand.ts | 12 +- .../src/commands/UpdateLogPatternCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ApplicationInsightsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- .../ListConfigurationHistoryPaginator.ts | 2 +- .../pagination/ListLogPatternSetsPaginator.ts | 2 +- .../pagination/ListLogPatternsPaginator.ts | 2 +- .../src/pagination/ListProblemsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ApplicationCostProfiler.ts | 4 +- .../src/ApplicationCostProfilerClient.ts | 28 ++- .../commands/DeleteReportDefinitionCommand.ts | 12 +- .../commands/GetReportDefinitionCommand.ts | 12 +- .../commands/ImportApplicationUsageCommand.ts | 12 +- .../commands/ListReportDefinitionsCommand.ts | 12 +- .../commands/PutReportDefinitionCommand.ts | 12 +- .../commands/UpdateReportDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...ApplicationCostProfilerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListReportDefinitionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-apprunner/package.json | 41 ++--- clients/client-apprunner/src/AppRunner.ts | 4 +- .../client-apprunner/src/AppRunnerClient.ts | 28 ++- .../commands/AssociateCustomDomainCommand.ts | 12 +- .../CreateAutoScalingConfigurationCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- ...CreateObservabilityConfigurationCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../src/commands/CreateVpcConnectorCommand.ts | 12 +- .../CreateVpcIngressConnectionCommand.ts | 12 +- .../DeleteAutoScalingConfigurationCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- ...DeleteObservabilityConfigurationCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../src/commands/DeleteVpcConnectorCommand.ts | 12 +- .../DeleteVpcIngressConnectionCommand.ts | 12 +- ...DescribeAutoScalingConfigurationCommand.ts | 12 +- .../commands/DescribeCustomDomainsCommand.ts | 12 +- ...scribeObservabilityConfigurationCommand.ts | 12 +- .../src/commands/DescribeServiceCommand.ts | 12 +- .../commands/DescribeVpcConnectorCommand.ts | 12 +- .../DescribeVpcIngressConnectionCommand.ts | 12 +- .../DisassociateCustomDomainCommand.ts | 12 +- .../ListAutoScalingConfigurationsCommand.ts | 12 +- .../src/commands/ListConnectionsCommand.ts | 12 +- .../ListObservabilityConfigurationsCommand.ts | 12 +- .../src/commands/ListOperationsCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListVpcConnectorsCommand.ts | 12 +- .../ListVpcIngressConnectionsCommand.ts | 12 +- .../src/commands/PauseServiceCommand.ts | 12 +- .../src/commands/ResumeServiceCommand.ts | 12 +- .../src/commands/StartDeploymentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateServiceCommand.ts | 12 +- .../UpdateVpcIngressConnectionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-apprunner/src/endpoint/ruleset.ts | 2 +- .../src/models/AppRunnerServiceException.ts | 2 +- .../client-apprunner/src/models/models_0.ts | 2 +- .../DescribeCustomDomainsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAutoScalingConfigurationsPaginator.ts | 2 +- .../pagination/ListConnectionsPaginator.ts | 2 +- ...istObservabilityConfigurationsPaginator.ts | 2 +- .../src/pagination/ListOperationsPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../pagination/ListVpcConnectorsPaginator.ts | 2 +- .../ListVpcIngressConnectionsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-apprunner/src/runtimeConfig.ts | 24 +-- clients/client-appstream/package.json | 43 ++--- clients/client-appstream/src/AppStream.ts | 4 +- .../client-appstream/src/AppStreamClient.ts | 28 ++- .../AssociateApplicationFleetCommand.ts | 12 +- ...ssociateApplicationToEntitlementCommand.ts | 12 +- .../src/commands/AssociateFleetCommand.ts | 12 +- .../BatchAssociateUserStackCommand.ts | 12 +- .../BatchDisassociateUserStackCommand.ts | 12 +- .../src/commands/CopyImageCommand.ts | 12 +- .../src/commands/CreateAppBlockCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../commands/CreateDirectoryConfigCommand.ts | 12 +- .../src/commands/CreateEntitlementCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../src/commands/CreateImageBuilderCommand.ts | 12 +- .../CreateImageBuilderStreamingURLCommand.ts | 12 +- .../src/commands/CreateStackCommand.ts | 12 +- .../src/commands/CreateStreamingURLCommand.ts | 12 +- .../src/commands/CreateUpdatedImageCommand.ts | 12 +- .../CreateUsageReportSubscriptionCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteAppBlockCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../commands/DeleteDirectoryConfigCommand.ts | 12 +- .../src/commands/DeleteEntitlementCommand.ts | 12 +- .../src/commands/DeleteFleetCommand.ts | 12 +- .../src/commands/DeleteImageBuilderCommand.ts | 12 +- .../src/commands/DeleteImageCommand.ts | 12 +- .../commands/DeleteImagePermissionsCommand.ts | 12 +- .../src/commands/DeleteStackCommand.ts | 12 +- .../DeleteUsageReportSubscriptionCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeAppBlocksCommand.ts | 12 +- ...ribeApplicationFleetAssociationsCommand.ts | 12 +- .../commands/DescribeApplicationsCommand.ts | 12 +- .../DescribeDirectoryConfigsCommand.ts | 12 +- .../commands/DescribeEntitlementsCommand.ts | 12 +- .../src/commands/DescribeFleetsCommand.ts | 12 +- .../commands/DescribeImageBuildersCommand.ts | 12 +- .../DescribeImagePermissionsCommand.ts | 12 +- .../src/commands/DescribeImagesCommand.ts | 12 +- .../src/commands/DescribeSessionsCommand.ts | 12 +- .../src/commands/DescribeStacksCommand.ts | 12 +- ...DescribeUsageReportSubscriptionsCommand.ts | 12 +- .../DescribeUserStackAssociationsCommand.ts | 12 +- .../src/commands/DescribeUsersCommand.ts | 12 +- .../src/commands/DisableUserCommand.ts | 12 +- .../DisassociateApplicationFleetCommand.ts | 12 +- ...ociateApplicationFromEntitlementCommand.ts | 12 +- .../src/commands/DisassociateFleetCommand.ts | 12 +- .../src/commands/EnableUserCommand.ts | 12 +- .../src/commands/ExpireSessionCommand.ts | 12 +- .../commands/ListAssociatedFleetsCommand.ts | 12 +- .../commands/ListAssociatedStacksCommand.ts | 12 +- .../ListEntitledApplicationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartFleetCommand.ts | 12 +- .../src/commands/StartImageBuilderCommand.ts | 12 +- .../src/commands/StopFleetCommand.ts | 12 +- .../src/commands/StopImageBuilderCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../commands/UpdateDirectoryConfigCommand.ts | 12 +- .../src/commands/UpdateEntitlementCommand.ts | 12 +- .../src/commands/UpdateFleetCommand.ts | 12 +- .../commands/UpdateImagePermissionsCommand.ts | 12 +- .../src/commands/UpdateStackCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-appstream/src/endpoint/ruleset.ts | 2 +- .../src/models/AppStreamServiceException.ts | 2 +- .../client-appstream/src/models/models_0.ts | 2 +- .../DescribeImagePermissionsPaginator.ts | 2 +- .../src/pagination/DescribeImagesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-appstream/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForFleetStarted.ts | 2 +- .../src/waiters/waitForFleetStopped.ts | 2 +- clients/client-appsync/package.json | 43 ++--- clients/client-appsync/src/AppSync.ts | 4 +- clients/client-appsync/src/AppSyncClient.ts | 28 ++- .../src/commands/AssociateApiCommand.ts | 12 +- .../AssociateMergedGraphqlApiCommand.ts | 12 +- .../AssociateSourceGraphqlApiCommand.ts | 12 +- .../src/commands/CreateApiCacheCommand.ts | 12 +- .../src/commands/CreateApiKeyCommand.ts | 12 +- .../src/commands/CreateDataSourceCommand.ts | 12 +- .../src/commands/CreateDomainNameCommand.ts | 12 +- .../src/commands/CreateFunctionCommand.ts | 12 +- .../src/commands/CreateGraphqlApiCommand.ts | 12 +- .../src/commands/CreateResolverCommand.ts | 12 +- .../src/commands/CreateTypeCommand.ts | 12 +- .../src/commands/DeleteApiCacheCommand.ts | 12 +- .../src/commands/DeleteApiKeyCommand.ts | 12 +- .../src/commands/DeleteDataSourceCommand.ts | 12 +- .../src/commands/DeleteDomainNameCommand.ts | 12 +- .../src/commands/DeleteFunctionCommand.ts | 12 +- .../src/commands/DeleteGraphqlApiCommand.ts | 12 +- .../src/commands/DeleteResolverCommand.ts | 12 +- .../src/commands/DeleteTypeCommand.ts | 12 +- .../src/commands/DisassociateApiCommand.ts | 12 +- .../DisassociateMergedGraphqlApiCommand.ts | 12 +- .../DisassociateSourceGraphqlApiCommand.ts | 12 +- .../src/commands/EvaluateCodeCommand.ts | 12 +- .../EvaluateMappingTemplateCommand.ts | 12 +- .../src/commands/FlushApiCacheCommand.ts | 12 +- .../src/commands/GetApiAssociationCommand.ts | 12 +- .../src/commands/GetApiCacheCommand.ts | 12 +- .../src/commands/GetDataSourceCommand.ts | 12 +- .../src/commands/GetDomainNameCommand.ts | 12 +- .../src/commands/GetFunctionCommand.ts | 12 +- .../src/commands/GetGraphqlApiCommand.ts | 12 +- .../commands/GetIntrospectionSchemaCommand.ts | 14 +- .../src/commands/GetResolverCommand.ts | 12 +- .../GetSchemaCreationStatusCommand.ts | 12 +- .../GetSourceApiAssociationCommand.ts | 12 +- .../src/commands/GetTypeCommand.ts | 12 +- .../src/commands/ListApiKeysCommand.ts | 12 +- .../src/commands/ListDataSourcesCommand.ts | 12 +- .../src/commands/ListDomainNamesCommand.ts | 12 +- .../src/commands/ListFunctionsCommand.ts | 12 +- .../src/commands/ListGraphqlApisCommand.ts | 12 +- .../ListResolversByFunctionCommand.ts | 12 +- .../src/commands/ListResolversCommand.ts | 12 +- .../ListSourceApiAssociationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTypesByAssociationCommand.ts | 12 +- .../src/commands/ListTypesCommand.ts | 12 +- .../commands/StartSchemaCreationCommand.ts | 12 +- .../src/commands/StartSchemaMergeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApiCacheCommand.ts | 12 +- .../src/commands/UpdateApiKeyCommand.ts | 12 +- .../src/commands/UpdateDataSourceCommand.ts | 12 +- .../src/commands/UpdateDomainNameCommand.ts | 12 +- .../src/commands/UpdateFunctionCommand.ts | 12 +- .../src/commands/UpdateGraphqlApiCommand.ts | 12 +- .../src/commands/UpdateResolverCommand.ts | 12 +- .../UpdateSourceApiAssociationCommand.ts | 12 +- .../src/commands/UpdateTypeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-appsync/src/endpoint/ruleset.ts | 2 +- .../src/models/AppSyncServiceException.ts | 2 +- clients/client-appsync/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-appsync/src/runtimeConfig.ts | 24 +-- clients/client-arc-zonal-shift/package.json | 41 ++--- .../src/ARCZonalShift.ts | 4 +- .../src/ARCZonalShiftClient.ts | 28 ++- .../src/commands/CancelZonalShiftCommand.ts | 12 +- .../src/commands/GetManagedResourceCommand.ts | 12 +- .../commands/ListManagedResourcesCommand.ts | 12 +- .../src/commands/ListZonalShiftsCommand.ts | 12 +- .../src/commands/StartZonalShiftCommand.ts | 12 +- .../src/commands/UpdateZonalShiftCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ARCZonalShiftServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListManagedResourcesPaginator.ts | 2 +- .../pagination/ListZonalShiftsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-athena/package.json | 41 ++--- clients/client-athena/src/Athena.ts | 4 +- clients/client-athena/src/AthenaClient.ts | 28 ++- .../src/commands/BatchGetNamedQueryCommand.ts | 12 +- .../BatchGetPreparedStatementCommand.ts | 12 +- .../commands/BatchGetQueryExecutionCommand.ts | 12 +- .../CancelCapacityReservationCommand.ts | 12 +- .../CreateCapacityReservationCommand.ts | 12 +- .../src/commands/CreateDataCatalogCommand.ts | 12 +- .../src/commands/CreateNamedQueryCommand.ts | 12 +- .../src/commands/CreateNotebookCommand.ts | 12 +- .../CreatePreparedStatementCommand.ts | 12 +- .../CreatePresignedNotebookUrlCommand.ts | 12 +- .../src/commands/CreateWorkGroupCommand.ts | 12 +- .../DeleteCapacityReservationCommand.ts | 12 +- .../src/commands/DeleteDataCatalogCommand.ts | 12 +- .../src/commands/DeleteNamedQueryCommand.ts | 12 +- .../src/commands/DeleteNotebookCommand.ts | 12 +- .../DeletePreparedStatementCommand.ts | 12 +- .../src/commands/DeleteWorkGroupCommand.ts | 12 +- .../src/commands/ExportNotebookCommand.ts | 12 +- .../GetCalculationExecutionCodeCommand.ts | 12 +- .../GetCalculationExecutionCommand.ts | 12 +- .../GetCalculationExecutionStatusCommand.ts | 12 +- ...tCapacityAssignmentConfigurationCommand.ts | 12 +- .../commands/GetCapacityReservationCommand.ts | 12 +- .../src/commands/GetDataCatalogCommand.ts | 12 +- .../src/commands/GetDatabaseCommand.ts | 12 +- .../src/commands/GetNamedQueryCommand.ts | 12 +- .../commands/GetNotebookMetadataCommand.ts | 12 +- .../commands/GetPreparedStatementCommand.ts | 12 +- .../src/commands/GetQueryExecutionCommand.ts | 12 +- .../src/commands/GetQueryResultsCommand.ts | 12 +- .../GetQueryRuntimeStatisticsCommand.ts | 12 +- .../src/commands/GetSessionCommand.ts | 12 +- .../src/commands/GetSessionStatusCommand.ts | 12 +- .../src/commands/GetTableMetadataCommand.ts | 12 +- .../src/commands/GetWorkGroupCommand.ts | 12 +- .../src/commands/ImportNotebookCommand.ts | 12 +- .../ListApplicationDPUSizesCommand.ts | 12 +- .../ListCalculationExecutionsCommand.ts | 12 +- .../ListCapacityReservationsCommand.ts | 12 +- .../src/commands/ListDataCatalogsCommand.ts | 12 +- .../src/commands/ListDatabasesCommand.ts | 12 +- .../src/commands/ListEngineVersionsCommand.ts | 12 +- .../src/commands/ListExecutorsCommand.ts | 12 +- .../src/commands/ListNamedQueriesCommand.ts | 12 +- .../commands/ListNotebookMetadataCommand.ts | 12 +- .../commands/ListNotebookSessionsCommand.ts | 12 +- .../commands/ListPreparedStatementsCommand.ts | 12 +- .../commands/ListQueryExecutionsCommand.ts | 12 +- .../src/commands/ListSessionsCommand.ts | 12 +- .../src/commands/ListTableMetadataCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkGroupsCommand.ts | 12 +- ...tCapacityAssignmentConfigurationCommand.ts | 12 +- .../StartCalculationExecutionCommand.ts | 12 +- .../commands/StartQueryExecutionCommand.ts | 12 +- .../src/commands/StartSessionCommand.ts | 12 +- .../StopCalculationExecutionCommand.ts | 12 +- .../src/commands/StopQueryExecutionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TerminateSessionCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateCapacityReservationCommand.ts | 12 +- .../src/commands/UpdateDataCatalogCommand.ts | 12 +- .../src/commands/UpdateNamedQueryCommand.ts | 12 +- .../src/commands/UpdateNotebookCommand.ts | 12 +- .../commands/UpdateNotebookMetadataCommand.ts | 12 +- .../UpdatePreparedStatementCommand.ts | 12 +- .../src/commands/UpdateWorkGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-athena/src/endpoint/ruleset.ts | 2 +- .../src/models/AthenaServiceException.ts | 2 +- clients/client-athena/src/models/models_0.ts | 2 +- .../pagination/GetQueryResultsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApplicationDPUSizesPaginator.ts | 2 +- .../ListCalculationExecutionsPaginator.ts | 2 +- .../ListCapacityReservationsPaginator.ts | 2 +- .../pagination/ListDataCatalogsPaginator.ts | 2 +- .../src/pagination/ListDatabasesPaginator.ts | 2 +- .../pagination/ListEngineVersionsPaginator.ts | 2 +- .../src/pagination/ListExecutorsPaginator.ts | 2 +- .../pagination/ListNamedQueriesPaginator.ts | 2 +- .../ListPreparedStatementsPaginator.ts | 2 +- .../ListQueryExecutionsPaginator.ts | 2 +- .../src/pagination/ListSessionsPaginator.ts | 2 +- .../pagination/ListTableMetadataPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/ListWorkGroupsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-athena/src/runtimeConfig.shared.ts | 8 +- clients/client-athena/src/runtimeConfig.ts | 24 +-- clients/client-auditmanager/package.json | 41 ++--- .../client-auditmanager/src/AuditManager.ts | 4 +- .../src/AuditManagerClient.ts | 28 ++- ...teAssessmentReportEvidenceFolderCommand.ts | 12 +- ...ssociateAssessmentReportEvidenceCommand.ts | 12 +- ...atchCreateDelegationByAssessmentCommand.ts | 12 +- ...atchDeleteDelegationByAssessmentCommand.ts | 12 +- ...ssociateAssessmentReportEvidenceCommand.ts | 12 +- ...mportEvidenceToAssessmentControlCommand.ts | 12 +- .../src/commands/CreateAssessmentCommand.ts | 12 +- .../CreateAssessmentFrameworkCommand.ts | 12 +- .../commands/CreateAssessmentReportCommand.ts | 12 +- .../src/commands/CreateControlCommand.ts | 12 +- .../src/commands/DeleteAssessmentCommand.ts | 12 +- .../DeleteAssessmentFrameworkCommand.ts | 12 +- .../DeleteAssessmentFrameworkShareCommand.ts | 12 +- .../commands/DeleteAssessmentReportCommand.ts | 12 +- .../src/commands/DeleteControlCommand.ts | 12 +- .../src/commands/DeregisterAccountCommand.ts | 12 +- ...registerOrganizationAdminAccountCommand.ts | 12 +- ...teAssessmentReportEvidenceFolderCommand.ts | 12 +- .../src/commands/GetAccountStatusCommand.ts | 12 +- .../src/commands/GetAssessmentCommand.ts | 12 +- .../commands/GetAssessmentFrameworkCommand.ts | 12 +- .../commands/GetAssessmentReportUrlCommand.ts | 12 +- .../src/commands/GetChangeLogsCommand.ts | 12 +- .../src/commands/GetControlCommand.ts | 12 +- .../src/commands/GetDelegationsCommand.ts | 12 +- .../GetEvidenceByEvidenceFolderCommand.ts | 12 +- .../src/commands/GetEvidenceCommand.ts | 12 +- .../GetEvidenceFileUploadUrlCommand.ts | 12 +- .../src/commands/GetEvidenceFolderCommand.ts | 12 +- .../GetEvidenceFoldersByAssessmentCommand.ts | 12 +- ...idenceFoldersByAssessmentControlCommand.ts | 12 +- .../GetInsightsByAssessmentCommand.ts | 12 +- .../src/commands/GetInsightsCommand.ts | 12 +- .../GetOrganizationAdminAccountCommand.ts | 12 +- .../src/commands/GetServicesInScopeCommand.ts | 12 +- .../src/commands/GetSettingsCommand.ts | 12 +- ...ntControlInsightsByControlDomainCommand.ts | 12 +- ...AssessmentFrameworkShareRequestsCommand.ts | 12 +- .../ListAssessmentFrameworksCommand.ts | 12 +- .../commands/ListAssessmentReportsCommand.ts | 12 +- .../src/commands/ListAssessmentsCommand.ts | 12 +- ...ontrolDomainInsightsByAssessmentCommand.ts | 12 +- .../ListControlDomainInsightsCommand.ts | 12 +- ...stControlInsightsByControlDomainCommand.ts | 12 +- .../src/commands/ListControlsCommand.ts | 12 +- .../ListKeywordsForDataSourceCommand.ts | 12 +- .../src/commands/ListNotificationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RegisterAccountCommand.ts | 12 +- ...RegisterOrganizationAdminAccountCommand.ts | 12 +- .../StartAssessmentFrameworkShareCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAssessmentCommand.ts | 12 +- .../UpdateAssessmentControlCommand.ts | 12 +- ...UpdateAssessmentControlSetStatusCommand.ts | 12 +- .../UpdateAssessmentFrameworkCommand.ts | 12 +- .../UpdateAssessmentFrameworkShareCommand.ts | 12 +- .../commands/UpdateAssessmentStatusCommand.ts | 12 +- .../src/commands/UpdateControlCommand.ts | 12 +- .../src/commands/UpdateSettingsCommand.ts | 12 +- ...alidateAssessmentReportIntegrityCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/AuditManagerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/GetChangeLogsPaginator.ts | 2 +- .../src/pagination/GetDelegationsPaginator.ts | 2 +- .../GetEvidenceByEvidenceFolderPaginator.ts | 2 +- ...enceFoldersByAssessmentControlPaginator.ts | 2 +- ...GetEvidenceFoldersByAssessmentPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...ControlInsightsByControlDomainPaginator.ts | 2 +- ...sessmentFrameworkShareRequestsPaginator.ts | 2 +- .../ListAssessmentFrameworksPaginator.ts | 2 +- .../ListAssessmentReportsPaginator.ts | 2 +- .../pagination/ListAssessmentsPaginator.ts | 2 +- ...trolDomainInsightsByAssessmentPaginator.ts | 2 +- .../ListControlDomainInsightsPaginator.ts | 2 +- ...ControlInsightsByControlDomainPaginator.ts | 2 +- .../src/pagination/ListControlsPaginator.ts | 2 +- .../ListKeywordsForDataSourcePaginator.ts | 2 +- .../pagination/ListNotificationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-auditmanager/src/runtimeConfig.ts | 24 +-- .../client-auto-scaling-plans/package.json | 41 ++--- .../src/AutoScalingPlans.ts | 4 +- .../src/AutoScalingPlansClient.ts | 28 ++- .../src/commands/CreateScalingPlanCommand.ts | 12 +- .../src/commands/DeleteScalingPlanCommand.ts | 12 +- .../DescribeScalingPlanResourcesCommand.ts | 12 +- .../commands/DescribeScalingPlansCommand.ts | 12 +- ...tScalingPlanResourceForecastDataCommand.ts | 12 +- .../src/commands/UpdateScalingPlanCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../AutoScalingPlansServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-auto-scaling/package.json | 43 ++--- .../client-auto-scaling/src/AutoScaling.ts | 4 +- .../src/AutoScalingClient.ts | 28 ++- .../src/commands/AttachInstancesCommand.ts | 12 +- .../AttachLoadBalancerTargetGroupsCommand.ts | 12 +- .../commands/AttachLoadBalancersCommand.ts | 12 +- .../commands/AttachTrafficSourcesCommand.ts | 12 +- .../BatchDeleteScheduledActionCommand.ts | 12 +- ...tchPutScheduledUpdateGroupActionCommand.ts | 12 +- .../commands/CancelInstanceRefreshCommand.ts | 12 +- .../CompleteLifecycleActionCommand.ts | 12 +- .../commands/CreateAutoScalingGroupCommand.ts | 12 +- .../CreateLaunchConfigurationCommand.ts | 12 +- .../src/commands/CreateOrUpdateTagsCommand.ts | 12 +- .../commands/DeleteAutoScalingGroupCommand.ts | 12 +- .../DeleteLaunchConfigurationCommand.ts | 12 +- .../commands/DeleteLifecycleHookCommand.ts | 12 +- .../DeleteNotificationConfigurationCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../commands/DeleteScheduledActionCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DeleteWarmPoolCommand.ts | 12 +- .../commands/DescribeAccountLimitsCommand.ts | 12 +- .../DescribeAdjustmentTypesCommand.ts | 12 +- .../DescribeAutoScalingGroupsCommand.ts | 12 +- .../DescribeAutoScalingInstancesCommand.ts | 12 +- ...ribeAutoScalingNotificationTypesCommand.ts | 12 +- .../DescribeInstanceRefreshesCommand.ts | 12 +- .../DescribeLaunchConfigurationsCommand.ts | 12 +- .../DescribeLifecycleHookTypesCommand.ts | 12 +- .../commands/DescribeLifecycleHooksCommand.ts | 12 +- ...DescribeLoadBalancerTargetGroupsCommand.ts | 12 +- .../commands/DescribeLoadBalancersCommand.ts | 12 +- .../DescribeMetricCollectionTypesCommand.ts | 12 +- ...scribeNotificationConfigurationsCommand.ts | 12 +- .../src/commands/DescribePoliciesCommand.ts | 12 +- .../DescribeScalingActivitiesCommand.ts | 12 +- .../DescribeScalingProcessTypesCommand.ts | 12 +- .../DescribeScheduledActionsCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DescribeTerminationPolicyTypesCommand.ts | 12 +- .../commands/DescribeTrafficSourcesCommand.ts | 12 +- .../src/commands/DescribeWarmPoolCommand.ts | 12 +- .../src/commands/DetachInstancesCommand.ts | 12 +- .../DetachLoadBalancerTargetGroupsCommand.ts | 12 +- .../commands/DetachLoadBalancersCommand.ts | 12 +- .../commands/DetachTrafficSourcesCommand.ts | 12 +- .../DisableMetricsCollectionCommand.ts | 12 +- .../EnableMetricsCollectionCommand.ts | 12 +- .../src/commands/EnterStandbyCommand.ts | 12 +- .../src/commands/ExecutePolicyCommand.ts | 12 +- .../src/commands/ExitStandbyCommand.ts | 12 +- .../GetPredictiveScalingForecastCommand.ts | 12 +- .../src/commands/PutLifecycleHookCommand.ts | 12 +- .../PutNotificationConfigurationCommand.ts | 12 +- .../src/commands/PutScalingPolicyCommand.ts | 12 +- .../PutScheduledUpdateGroupActionCommand.ts | 12 +- .../src/commands/PutWarmPoolCommand.ts | 12 +- .../RecordLifecycleActionHeartbeatCommand.ts | 12 +- .../src/commands/ResumeProcessesCommand.ts | 12 +- .../RollbackInstanceRefreshCommand.ts | 12 +- .../src/commands/SetDesiredCapacityCommand.ts | 12 +- .../src/commands/SetInstanceHealthCommand.ts | 12 +- .../commands/SetInstanceProtectionCommand.ts | 12 +- .../commands/StartInstanceRefreshCommand.ts | 12 +- .../src/commands/SuspendProcessesCommand.ts | 12 +- ...minateInstanceInAutoScalingGroupCommand.ts | 12 +- .../commands/UpdateAutoScalingGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/AutoScalingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeAutoScalingGroupsPaginator.ts | 2 +- .../DescribeAutoScalingInstancesPaginator.ts | 2 +- .../DescribeLaunchConfigurationsPaginator.ts | 2 +- ...ribeNotificationConfigurationsPaginator.ts | 2 +- .../pagination/DescribePoliciesPaginator.ts | 2 +- .../DescribeScalingActivitiesPaginator.ts | 2 +- .../DescribeScheduledActionsPaginator.ts | 2 +- .../src/pagination/DescribeTagsPaginator.ts | 2 +- .../DescribeTrafficSourcesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-auto-scaling/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForGroupExists.ts | 2 +- .../src/waiters/waitForGroupInService.ts | 2 +- .../src/waiters/waitForGroupNotExists.ts | 2 +- clients/client-backup-gateway/package.json | 41 ++--- .../src/BackupGateway.ts | 4 +- .../src/BackupGatewayClient.ts | 28 ++- .../AssociateGatewayToServerCommand.ts | 12 +- .../src/commands/CreateGatewayCommand.ts | 12 +- .../src/commands/DeleteGatewayCommand.ts | 12 +- .../src/commands/DeleteHypervisorCommand.ts | 12 +- .../DisassociateGatewayFromServerCommand.ts | 12 +- .../GetBandwidthRateLimitScheduleCommand.ts | 12 +- .../src/commands/GetGatewayCommand.ts | 12 +- .../src/commands/GetHypervisorCommand.ts | 12 +- .../GetHypervisorPropertyMappingsCommand.ts | 12 +- .../src/commands/GetVirtualMachineCommand.ts | 12 +- .../ImportHypervisorConfigurationCommand.ts | 12 +- .../src/commands/ListGatewaysCommand.ts | 12 +- .../src/commands/ListHypervisorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListVirtualMachinesCommand.ts | 12 +- .../PutBandwidthRateLimitScheduleCommand.ts | 12 +- .../PutHypervisorPropertyMappingsCommand.ts | 12 +- .../PutMaintenanceStartTimeCommand.ts | 12 +- ...StartVirtualMachinesMetadataSyncCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TestHypervisorConfigurationCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateGatewayInformationCommand.ts | 12 +- .../UpdateGatewaySoftwareNowCommand.ts | 12 +- .../src/commands/UpdateHypervisorCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/BackupGatewayServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListGatewaysPaginator.ts | 2 +- .../pagination/ListHypervisorsPaginator.ts | 2 +- .../ListVirtualMachinesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-backup/package.json | 41 ++--- clients/client-backup/src/Backup.ts | 4 +- clients/client-backup/src/BackupClient.ts | 28 ++- .../src/commands/CancelLegalHoldCommand.ts | 12 +- .../src/commands/CreateBackupPlanCommand.ts | 12 +- .../commands/CreateBackupSelectionCommand.ts | 12 +- .../src/commands/CreateBackupVaultCommand.ts | 12 +- .../src/commands/CreateFrameworkCommand.ts | 12 +- .../src/commands/CreateLegalHoldCommand.ts | 12 +- .../src/commands/CreateReportPlanCommand.ts | 12 +- .../src/commands/DeleteBackupPlanCommand.ts | 12 +- .../commands/DeleteBackupSelectionCommand.ts | 12 +- .../DeleteBackupVaultAccessPolicyCommand.ts | 12 +- .../src/commands/DeleteBackupVaultCommand.ts | 12 +- ...leteBackupVaultLockConfigurationCommand.ts | 12 +- .../DeleteBackupVaultNotificationsCommand.ts | 12 +- .../src/commands/DeleteFrameworkCommand.ts | 12 +- .../commands/DeleteRecoveryPointCommand.ts | 12 +- .../src/commands/DeleteReportPlanCommand.ts | 12 +- .../src/commands/DescribeBackupJobCommand.ts | 12 +- .../commands/DescribeBackupVaultCommand.ts | 12 +- .../src/commands/DescribeCopyJobCommand.ts | 12 +- .../src/commands/DescribeFrameworkCommand.ts | 12 +- .../commands/DescribeGlobalSettingsCommand.ts | 12 +- .../DescribeProtectedResourceCommand.ts | 12 +- .../commands/DescribeRecoveryPointCommand.ts | 12 +- .../commands/DescribeRegionSettingsCommand.ts | 12 +- .../src/commands/DescribeReportJobCommand.ts | 12 +- .../src/commands/DescribeReportPlanCommand.ts | 12 +- .../src/commands/DescribeRestoreJobCommand.ts | 12 +- .../DisassociateRecoveryPointCommand.ts | 12 +- ...associateRecoveryPointFromParentCommand.ts | 12 +- .../ExportBackupPlanTemplateCommand.ts | 12 +- .../src/commands/GetBackupPlanCommand.ts | 12 +- .../commands/GetBackupPlanFromJSONCommand.ts | 12 +- .../GetBackupPlanFromTemplateCommand.ts | 12 +- .../src/commands/GetBackupSelectionCommand.ts | 12 +- .../GetBackupVaultAccessPolicyCommand.ts | 12 +- .../GetBackupVaultNotificationsCommand.ts | 12 +- .../src/commands/GetLegalHoldCommand.ts | 12 +- .../GetRecoveryPointRestoreMetadataCommand.ts | 12 +- .../GetSupportedResourceTypesCommand.ts | 12 +- .../src/commands/ListBackupJobsCommand.ts | 12 +- .../ListBackupPlanTemplatesCommand.ts | 12 +- .../commands/ListBackupPlanVersionsCommand.ts | 12 +- .../src/commands/ListBackupPlansCommand.ts | 12 +- .../commands/ListBackupSelectionsCommand.ts | 12 +- .../src/commands/ListBackupVaultsCommand.ts | 12 +- .../src/commands/ListCopyJobsCommand.ts | 12 +- .../src/commands/ListFrameworksCommand.ts | 12 +- .../src/commands/ListLegalHoldsCommand.ts | 12 +- .../commands/ListProtectedResourcesCommand.ts | 12 +- .../ListRecoveryPointsByBackupVaultCommand.ts | 12 +- .../ListRecoveryPointsByLegalHoldCommand.ts | 12 +- .../ListRecoveryPointsByResourceCommand.ts | 12 +- .../src/commands/ListReportJobsCommand.ts | 12 +- .../src/commands/ListReportPlansCommand.ts | 12 +- .../src/commands/ListRestoreJobsCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../PutBackupVaultAccessPolicyCommand.ts | 12 +- .../PutBackupVaultLockConfigurationCommand.ts | 12 +- .../PutBackupVaultNotificationsCommand.ts | 12 +- .../src/commands/StartBackupJobCommand.ts | 12 +- .../src/commands/StartCopyJobCommand.ts | 12 +- .../src/commands/StartReportJobCommand.ts | 12 +- .../src/commands/StartRestoreJobCommand.ts | 12 +- .../src/commands/StopBackupJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBackupPlanCommand.ts | 12 +- .../src/commands/UpdateFrameworkCommand.ts | 12 +- .../commands/UpdateGlobalSettingsCommand.ts | 12 +- .../UpdateRecoveryPointLifecycleCommand.ts | 12 +- .../commands/UpdateRegionSettingsCommand.ts | 12 +- .../src/commands/UpdateReportPlanCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-backup/src/endpoint/ruleset.ts | 2 +- .../src/models/BackupServiceException.ts | 2 +- clients/client-backup/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListBackupJobsPaginator.ts | 2 +- .../ListBackupPlanTemplatesPaginator.ts | 2 +- .../ListBackupPlanVersionsPaginator.ts | 2 +- .../pagination/ListBackupPlansPaginator.ts | 2 +- .../ListBackupSelectionsPaginator.ts | 2 +- .../pagination/ListBackupVaultsPaginator.ts | 2 +- .../src/pagination/ListCopyJobsPaginator.ts | 2 +- .../src/pagination/ListFrameworksPaginator.ts | 2 +- .../src/pagination/ListLegalHoldsPaginator.ts | 2 +- .../ListProtectedResourcesPaginator.ts | 2 +- ...istRecoveryPointsByBackupVaultPaginator.ts | 2 +- .../ListRecoveryPointsByLegalHoldPaginator.ts | 2 +- .../ListRecoveryPointsByResourcePaginator.ts | 2 +- .../src/pagination/ListReportJobsPaginator.ts | 2 +- .../pagination/ListReportPlansPaginator.ts | 2 +- .../pagination/ListRestoreJobsPaginator.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-backup/src/runtimeConfig.shared.ts | 8 +- clients/client-backup/src/runtimeConfig.ts | 24 +-- clients/client-backupstorage/package.json | 43 ++--- .../client-backupstorage/src/BackupStorage.ts | 4 +- .../src/BackupStorageClient.ts | 28 ++- .../src/commands/DeleteObjectCommand.ts | 12 +- .../src/commands/GetChunkCommand.ts | 12 +- .../src/commands/GetObjectMetadataCommand.ts | 12 +- .../src/commands/ListChunksCommand.ts | 12 +- .../src/commands/ListObjectsCommand.ts | 12 +- .../commands/NotifyObjectCompleteCommand.ts | 12 +- .../src/commands/PutChunkCommand.ts | 12 +- .../src/commands/PutObjectCommand.ts | 12 +- .../src/commands/StartObjectCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/BackupStorageServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChunksPaginator.ts | 2 +- .../src/pagination/ListObjectsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../client-backupstorage/src/runtimeConfig.ts | 24 +-- clients/client-batch/package.json | 41 ++--- clients/client-batch/src/Batch.ts | 4 +- clients/client-batch/src/BatchClient.ts | 28 ++- .../src/commands/CancelJobCommand.ts | 12 +- .../CreateComputeEnvironmentCommand.ts | 12 +- .../src/commands/CreateJobQueueCommand.ts | 12 +- .../commands/CreateSchedulingPolicyCommand.ts | 12 +- .../DeleteComputeEnvironmentCommand.ts | 12 +- .../src/commands/DeleteJobQueueCommand.ts | 12 +- .../commands/DeleteSchedulingPolicyCommand.ts | 12 +- .../DeregisterJobDefinitionCommand.ts | 12 +- .../DescribeComputeEnvironmentsCommand.ts | 12 +- .../commands/DescribeJobDefinitionsCommand.ts | 12 +- .../src/commands/DescribeJobQueuesCommand.ts | 12 +- .../src/commands/DescribeJobsCommand.ts | 12 +- .../DescribeSchedulingPoliciesCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../commands/ListSchedulingPoliciesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/RegisterJobDefinitionCommand.ts | 12 +- .../src/commands/SubmitJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TerminateJobCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateComputeEnvironmentCommand.ts | 12 +- .../src/commands/UpdateJobQueueCommand.ts | 12 +- .../commands/UpdateSchedulingPolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-batch/src/endpoint/ruleset.ts | 2 +- .../src/models/BatchServiceException.ts | 2 +- clients/client-batch/src/models/models_0.ts | 2 +- .../DescribeComputeEnvironmentsPaginator.ts | 2 +- .../DescribeJobDefinitionsPaginator.ts | 2 +- .../pagination/DescribeJobQueuesPaginator.ts | 2 +- .../client-batch/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListSchedulingPoliciesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-batch/src/runtimeConfig.browser.ts | 14 +- .../client-batch/src/runtimeConfig.shared.ts | 8 +- clients/client-batch/src/runtimeConfig.ts | 24 +-- clients/client-billingconductor/package.json | 41 ++--- .../src/Billingconductor.ts | 4 +- .../src/BillingconductorClient.ts | 28 ++- .../src/commands/AssociateAccountsCommand.ts | 12 +- .../commands/AssociatePricingRulesCommand.ts | 12 +- ...sociateResourcesToCustomLineItemCommand.ts | 12 +- ...ciateResourcesFromCustomLineItemCommand.ts | 12 +- .../src/commands/CreateBillingGroupCommand.ts | 12 +- .../commands/CreateCustomLineItemCommand.ts | 12 +- .../src/commands/CreatePricingPlanCommand.ts | 12 +- .../src/commands/CreatePricingRuleCommand.ts | 12 +- .../src/commands/DeleteBillingGroupCommand.ts | 12 +- .../commands/DeleteCustomLineItemCommand.ts | 12 +- .../src/commands/DeletePricingPlanCommand.ts | 12 +- .../src/commands/DeletePricingRuleCommand.ts | 12 +- .../commands/DisassociateAccountsCommand.ts | 12 +- .../DisassociatePricingRulesCommand.ts | 12 +- .../ListAccountAssociationsCommand.ts | 12 +- .../ListBillingGroupCostReportsCommand.ts | 12 +- .../src/commands/ListBillingGroupsCommand.ts | 12 +- .../ListCustomLineItemVersionsCommand.ts | 12 +- .../commands/ListCustomLineItemsCommand.ts | 12 +- ...ngPlansAssociatedWithPricingRuleCommand.ts | 12 +- .../src/commands/ListPricingPlansCommand.ts | 12 +- ...cingRulesAssociatedToPricingPlanCommand.ts | 12 +- .../src/commands/ListPricingRulesCommand.ts | 12 +- ...ourcesAssociatedToCustomLineItemCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBillingGroupCommand.ts | 12 +- .../commands/UpdateCustomLineItemCommand.ts | 12 +- .../src/commands/UpdatePricingPlanCommand.ts | 12 +- .../src/commands/UpdatePricingRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../BillingconductorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAccountAssociationsPaginator.ts | 2 +- .../ListBillingGroupCostReportsPaginator.ts | 2 +- .../pagination/ListBillingGroupsPaginator.ts | 2 +- .../ListCustomLineItemVersionsPaginator.ts | 2 +- .../ListCustomLineItemsPaginator.ts | 2 +- ...PlansAssociatedWithPricingRulePaginator.ts | 2 +- .../pagination/ListPricingPlansPaginator.ts | 2 +- ...ngRulesAssociatedToPricingPlanPaginator.ts | 2 +- .../pagination/ListPricingRulesPaginator.ts | 2 +- ...rcesAssociatedToCustomLineItemPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-braket/package.json | 41 ++--- clients/client-braket/src/Braket.ts | 4 +- clients/client-braket/src/BraketClient.ts | 28 ++- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CancelQuantumTaskCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreateQuantumTaskCommand.ts | 12 +- .../src/commands/GetDeviceCommand.ts | 12 +- .../src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetQuantumTaskCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/SearchDevicesCommand.ts | 12 +- .../src/commands/SearchJobsCommand.ts | 12 +- .../src/commands/SearchQuantumTasksCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-braket/src/endpoint/ruleset.ts | 2 +- .../src/models/BraketServiceException.ts | 2 +- clients/client-braket/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/SearchDevicesPaginator.ts | 2 +- .../src/pagination/SearchJobsPaginator.ts | 2 +- .../pagination/SearchQuantumTasksPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-braket/src/runtimeConfig.shared.ts | 8 +- clients/client-braket/src/runtimeConfig.ts | 24 +-- clients/client-budgets/package.json | 41 ++--- clients/client-budgets/src/Budgets.ts | 4 +- clients/client-budgets/src/BudgetsClient.ts | 28 ++- .../src/commands/CreateBudgetActionCommand.ts | 12 +- .../src/commands/CreateBudgetCommand.ts | 12 +- .../src/commands/CreateNotificationCommand.ts | 12 +- .../src/commands/CreateSubscriberCommand.ts | 12 +- .../src/commands/DeleteBudgetActionCommand.ts | 12 +- .../src/commands/DeleteBudgetCommand.ts | 12 +- .../src/commands/DeleteNotificationCommand.ts | 12 +- .../src/commands/DeleteSubscriberCommand.ts | 12 +- .../commands/DescribeBudgetActionCommand.ts | 12 +- .../DescribeBudgetActionHistoriesCommand.ts | 12 +- .../DescribeBudgetActionsForAccountCommand.ts | 12 +- .../DescribeBudgetActionsForBudgetCommand.ts | 12 +- .../src/commands/DescribeBudgetCommand.ts | 12 +- ...ibeBudgetNotificationsForAccountCommand.ts | 12 +- ...DescribeBudgetPerformanceHistoryCommand.ts | 12 +- .../src/commands/DescribeBudgetsCommand.ts | 12 +- .../DescribeNotificationsForBudgetCommand.ts | 12 +- ...scribeSubscribersForNotificationCommand.ts | 12 +- .../commands/ExecuteBudgetActionCommand.ts | 12 +- .../src/commands/UpdateBudgetActionCommand.ts | 12 +- .../src/commands/UpdateBudgetCommand.ts | 12 +- .../src/commands/UpdateNotificationCommand.ts | 12 +- .../src/commands/UpdateSubscriberCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-budgets/src/endpoint/ruleset.ts | 2 +- .../src/models/BudgetsServiceException.ts | 2 +- clients/client-budgets/src/models/models_0.ts | 2 +- .../DescribeBudgetActionHistoriesPaginator.ts | 2 +- ...escribeBudgetActionsForAccountPaginator.ts | 2 +- ...DescribeBudgetActionsForBudgetPaginator.ts | 2 +- ...eBudgetNotificationsForAccountPaginator.ts | 2 +- ...scribeBudgetPerformanceHistoryPaginator.ts | 2 +- .../pagination/DescribeBudgetsPaginator.ts | 2 +- ...DescribeNotificationsForBudgetPaginator.ts | 2 +- ...ribeSubscribersForNotificationPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-budgets/src/runtimeConfig.ts | 24 +-- .../client-chime-sdk-identity/package.json | 41 ++--- .../src/ChimeSDKIdentity.ts | 4 +- .../src/ChimeSDKIdentityClient.ts | 28 ++- .../commands/CreateAppInstanceAdminCommand.ts | 12 +- .../commands/CreateAppInstanceBotCommand.ts | 12 +- .../src/commands/CreateAppInstanceCommand.ts | 12 +- .../commands/CreateAppInstanceUserCommand.ts | 12 +- .../commands/DeleteAppInstanceAdminCommand.ts | 12 +- .../commands/DeleteAppInstanceBotCommand.ts | 12 +- .../src/commands/DeleteAppInstanceCommand.ts | 12 +- .../commands/DeleteAppInstanceUserCommand.ts | 12 +- ...eregisterAppInstanceUserEndpointCommand.ts | 12 +- .../DescribeAppInstanceAdminCommand.ts | 12 +- .../commands/DescribeAppInstanceBotCommand.ts | 12 +- .../commands/DescribeAppInstanceCommand.ts | 12 +- .../DescribeAppInstanceUserCommand.ts | 12 +- .../DescribeAppInstanceUserEndpointCommand.ts | 12 +- .../GetAppInstanceRetentionSettingsCommand.ts | 12 +- .../commands/ListAppInstanceAdminsCommand.ts | 12 +- .../commands/ListAppInstanceBotsCommand.ts | 12 +- .../ListAppInstanceUserEndpointsCommand.ts | 12 +- .../commands/ListAppInstanceUsersCommand.ts | 12 +- .../src/commands/ListAppInstancesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutAppInstanceRetentionSettingsCommand.ts | 12 +- ...ppInstanceUserExpirationSettingsCommand.ts | 12 +- .../RegisterAppInstanceUserEndpointCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateAppInstanceBotCommand.ts | 12 +- .../src/commands/UpdateAppInstanceCommand.ts | 12 +- .../commands/UpdateAppInstanceUserCommand.ts | 12 +- .../UpdateAppInstanceUserEndpointCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ChimeSDKIdentityServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAppInstanceAdminsPaginator.ts | 2 +- .../ListAppInstanceBotsPaginator.ts | 2 +- .../ListAppInstanceUserEndpointsPaginator.ts | 2 +- .../ListAppInstanceUsersPaginator.ts | 2 +- .../pagination/ListAppInstancesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ChimeSDKMediaPipelines.ts | 4 +- .../src/ChimeSDKMediaPipelinesClient.ts | 28 ++- .../CreateMediaCapturePipelineCommand.ts | 12 +- ...CreateMediaConcatenationPipelineCommand.ts | 12 +- .../CreateMediaInsightsPipelineCommand.ts | 12 +- ...diaInsightsPipelineConfigurationCommand.ts | 12 +- ...CreateMediaLiveConnectorPipelineCommand.ts | 12 +- .../DeleteMediaCapturePipelineCommand.ts | 12 +- ...diaInsightsPipelineConfigurationCommand.ts | 12 +- .../commands/DeleteMediaPipelineCommand.ts | 12 +- .../GetMediaCapturePipelineCommand.ts | 12 +- ...diaInsightsPipelineConfigurationCommand.ts | 12 +- .../src/commands/GetMediaPipelineCommand.ts | 12 +- .../ListMediaCapturePipelinesCommand.ts | 12 +- ...iaInsightsPipelineConfigurationsCommand.ts | 12 +- .../src/commands/ListMediaPipelinesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...diaInsightsPipelineConfigurationCommand.ts | 12 +- ...pdateMediaInsightsPipelineStatusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ChimeSDKMediaPipelinesServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListMediaCapturePipelinesPaginator.ts | 2 +- ...InsightsPipelineConfigurationsPaginator.ts | 2 +- .../pagination/ListMediaPipelinesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-chime-sdk-meetings/package.json | 41 ++--- .../src/ChimeSDKMeetings.ts | 4 +- .../src/ChimeSDKMeetingsClient.ts | 28 ++- .../commands/BatchCreateAttendeeCommand.ts | 12 +- ...UpdateAttendeeCapabilitiesExceptCommand.ts | 12 +- .../src/commands/CreateAttendeeCommand.ts | 12 +- .../src/commands/CreateMeetingCommand.ts | 12 +- .../CreateMeetingWithAttendeesCommand.ts | 12 +- .../src/commands/DeleteAttendeeCommand.ts | 12 +- .../src/commands/DeleteMeetingCommand.ts | 12 +- .../src/commands/GetAttendeeCommand.ts | 12 +- .../src/commands/GetMeetingCommand.ts | 12 +- .../src/commands/ListAttendeesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../StartMeetingTranscriptionCommand.ts | 12 +- .../StopMeetingTranscriptionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAttendeeCapabilitiesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ChimeSDKMeetingsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAttendeesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-chime-sdk-messaging/package.json | 41 ++--- .../src/ChimeSDKMessaging.ts | 4 +- .../src/ChimeSDKMessagingClient.ts | 28 ++- .../commands/AssociateChannelFlowCommand.ts | 12 +- .../BatchCreateChannelMembershipCommand.ts | 12 +- .../commands/ChannelFlowCallbackCommand.ts | 12 +- .../src/commands/CreateChannelBanCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateChannelFlowCommand.ts | 12 +- .../CreateChannelMembershipCommand.ts | 12 +- .../commands/CreateChannelModeratorCommand.ts | 12 +- .../src/commands/DeleteChannelBanCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../src/commands/DeleteChannelFlowCommand.ts | 12 +- .../DeleteChannelMembershipCommand.ts | 12 +- .../commands/DeleteChannelMessageCommand.ts | 12 +- .../commands/DeleteChannelModeratorCommand.ts | 12 +- ...MessagingStreamingConfigurationsCommand.ts | 12 +- .../src/commands/DescribeChannelBanCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../commands/DescribeChannelFlowCommand.ts | 12 +- .../DescribeChannelMembershipCommand.ts | 12 +- ...nnelMembershipForAppInstanceUserCommand.ts | 12 +- ...hannelModeratedByAppInstanceUserCommand.ts | 12 +- .../DescribeChannelModeratorCommand.ts | 12 +- .../DisassociateChannelFlowCommand.ts | 12 +- .../GetChannelMembershipPreferencesCommand.ts | 12 +- .../src/commands/GetChannelMessageCommand.ts | 12 +- .../GetChannelMessageStatusCommand.ts | 12 +- .../GetMessagingSessionEndpointCommand.ts | 12 +- ...MessagingStreamingConfigurationsCommand.ts | 12 +- .../src/commands/ListChannelBansCommand.ts | 12 +- .../src/commands/ListChannelFlowsCommand.ts | 12 +- .../commands/ListChannelMembershipsCommand.ts | 12 +- ...nelMembershipsForAppInstanceUserCommand.ts | 12 +- .../commands/ListChannelMessagesCommand.ts | 12 +- .../commands/ListChannelModeratorsCommand.ts | 12 +- ...hannelsAssociatedWithChannelFlowCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- ...annelsModeratedByAppInstanceUserCommand.ts | 12 +- .../src/commands/ListSubChannelsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutChannelExpirationSettingsCommand.ts | 12 +- .../PutChannelMembershipPreferencesCommand.ts | 12 +- ...MessagingStreamingConfigurationsCommand.ts | 12 +- .../commands/RedactChannelMessageCommand.ts | 12 +- .../src/commands/SearchChannelsCommand.ts | 12 +- .../src/commands/SendChannelMessageCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/commands/UpdateChannelFlowCommand.ts | 12 +- .../commands/UpdateChannelMessageCommand.ts | 12 +- .../UpdateChannelReadMarkerCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ChimeSDKMessagingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListChannelBansPaginator.ts | 2 +- .../pagination/ListChannelFlowsPaginator.ts | 2 +- ...lMembershipsForAppInstanceUserPaginator.ts | 2 +- .../ListChannelMembershipsPaginator.ts | 2 +- .../ListChannelMessagesPaginator.ts | 2 +- .../ListChannelModeratorsPaginator.ts | 2 +- ...nnelsAssociatedWithChannelFlowPaginator.ts | 2 +- ...nelsModeratedByAppInstanceUserPaginator.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../pagination/ListSubChannelsPaginator.ts | 2 +- .../src/pagination/SearchChannelsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-chime-sdk-voice/package.json | 41 ++--- .../src/ChimeSDKVoice.ts | 4 +- .../src/ChimeSDKVoiceClient.ts | 28 ++- ...tePhoneNumbersWithVoiceConnectorCommand.ts | 12 +- ...neNumbersWithVoiceConnectorGroupCommand.ts | 12 +- .../commands/BatchDeletePhoneNumberCommand.ts | 12 +- .../commands/BatchUpdatePhoneNumberCommand.ts | 12 +- .../commands/CreatePhoneNumberOrderCommand.ts | 12 +- .../src/commands/CreateProxySessionCommand.ts | 12 +- .../CreateSipMediaApplicationCallCommand.ts | 12 +- .../CreateSipMediaApplicationCommand.ts | 12 +- .../src/commands/CreateSipRuleCommand.ts | 12 +- .../commands/CreateVoiceConnectorCommand.ts | 12 +- .../CreateVoiceConnectorGroupCommand.ts | 12 +- .../src/commands/CreateVoiceProfileCommand.ts | 12 +- .../CreateVoiceProfileDomainCommand.ts | 12 +- .../src/commands/DeletePhoneNumberCommand.ts | 12 +- .../src/commands/DeleteProxySessionCommand.ts | 12 +- .../DeleteSipMediaApplicationCommand.ts | 12 +- .../src/commands/DeleteSipRuleCommand.ts | 12 +- .../commands/DeleteVoiceConnectorCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- .../DeleteVoiceConnectorGroupCommand.ts | 12 +- .../DeleteVoiceConnectorOriginationCommand.ts | 12 +- .../DeleteVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../DeleteVoiceConnectorTerminationCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../src/commands/DeleteVoiceProfileCommand.ts | 12 +- .../DeleteVoiceProfileDomainCommand.ts | 12 +- ...tePhoneNumbersFromVoiceConnectorCommand.ts | 12 +- ...neNumbersFromVoiceConnectorGroupCommand.ts | 12 +- .../src/commands/GetGlobalSettingsCommand.ts | 12 +- .../src/commands/GetPhoneNumberCommand.ts | 12 +- .../commands/GetPhoneNumberOrderCommand.ts | 12 +- .../commands/GetPhoneNumberSettingsCommand.ts | 12 +- .../src/commands/GetProxySessionCommand.ts | 12 +- ...plicationAlexaSkillConfigurationCommand.ts | 12 +- .../commands/GetSipMediaApplicationCommand.ts | 12 +- ...aApplicationLoggingConfigurationCommand.ts | 12 +- .../src/commands/GetSipRuleCommand.ts | 12 +- .../commands/GetSpeakerSearchTaskCommand.ts | 12 +- .../src/commands/GetVoiceConnectorCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- .../commands/GetVoiceConnectorGroupCommand.ts | 12 +- ...iceConnectorLoggingConfigurationCommand.ts | 12 +- .../GetVoiceConnectorOriginationCommand.ts | 12 +- .../commands/GetVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../GetVoiceConnectorTerminationCommand.ts | 12 +- ...tVoiceConnectorTerminationHealthCommand.ts | 12 +- .../src/commands/GetVoiceProfileCommand.ts | 12 +- .../commands/GetVoiceProfileDomainCommand.ts | 12 +- .../GetVoiceToneAnalysisTaskCommand.ts | 12 +- ...stAvailableVoiceConnectorRegionsCommand.ts | 12 +- .../commands/ListPhoneNumberOrdersCommand.ts | 12 +- .../src/commands/ListPhoneNumbersCommand.ts | 12 +- .../src/commands/ListProxySessionsCommand.ts | 12 +- .../ListSipMediaApplicationsCommand.ts | 12 +- .../src/commands/ListSipRulesCommand.ts | 12 +- ...istSupportedPhoneNumberCountriesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListVoiceConnectorGroupsCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../commands/ListVoiceConnectorsCommand.ts | 12 +- .../ListVoiceProfileDomainsCommand.ts | 12 +- .../src/commands/ListVoiceProfilesCommand.ts | 12 +- ...plicationAlexaSkillConfigurationCommand.ts | 12 +- ...aApplicationLoggingConfigurationCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- ...iceConnectorLoggingConfigurationCommand.ts | 12 +- .../PutVoiceConnectorOriginationCommand.ts | 12 +- .../commands/PutVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../PutVoiceConnectorTerminationCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../src/commands/RestorePhoneNumberCommand.ts | 12 +- .../SearchAvailablePhoneNumbersCommand.ts | 12 +- .../commands/StartSpeakerSearchTaskCommand.ts | 12 +- .../StartVoiceToneAnalysisTaskCommand.ts | 12 +- .../commands/StopSpeakerSearchTaskCommand.ts | 12 +- .../StopVoiceToneAnalysisTaskCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateGlobalSettingsCommand.ts | 12 +- .../src/commands/UpdatePhoneNumberCommand.ts | 12 +- .../UpdatePhoneNumberSettingsCommand.ts | 12 +- .../src/commands/UpdateProxySessionCommand.ts | 12 +- .../UpdateSipMediaApplicationCallCommand.ts | 12 +- .../UpdateSipMediaApplicationCommand.ts | 12 +- .../src/commands/UpdateSipRuleCommand.ts | 12 +- .../commands/UpdateVoiceConnectorCommand.ts | 12 +- .../UpdateVoiceConnectorGroupCommand.ts | 12 +- .../src/commands/UpdateVoiceProfileCommand.ts | 12 +- .../UpdateVoiceProfileDomainCommand.ts | 12 +- .../commands/ValidateE911AddressCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ChimeSDKVoiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListPhoneNumberOrdersPaginator.ts | 2 +- .../pagination/ListPhoneNumbersPaginator.ts | 2 +- .../pagination/ListProxySessionsPaginator.ts | 2 +- .../ListSipMediaApplicationsPaginator.ts | 2 +- .../src/pagination/ListSipRulesPaginator.ts | 2 +- .../ListVoiceConnectorGroupsPaginator.ts | 2 +- .../ListVoiceConnectorsPaginator.ts | 2 +- .../ListVoiceProfileDomainsPaginator.ts | 2 +- .../pagination/ListVoiceProfilesPaginator.ts | 2 +- .../SearchAvailablePhoneNumbersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-chime/package.json | 41 ++--- clients/client-chime/src/Chime.ts | 4 +- clients/client-chime/src/ChimeClient.ts | 28 ++- .../AssociatePhoneNumberWithUserCommand.ts | 12 +- ...tePhoneNumbersWithVoiceConnectorCommand.ts | 12 +- ...neNumbersWithVoiceConnectorGroupCommand.ts | 12 +- ...eSigninDelegateGroupsWithAccountCommand.ts | 12 +- .../commands/BatchCreateAttendeeCommand.ts | 12 +- .../BatchCreateChannelMembershipCommand.ts | 12 +- .../BatchCreateRoomMembershipCommand.ts | 12 +- .../commands/BatchDeletePhoneNumberCommand.ts | 12 +- .../src/commands/BatchSuspendUserCommand.ts | 12 +- .../src/commands/BatchUnsuspendUserCommand.ts | 12 +- .../commands/BatchUpdatePhoneNumberCommand.ts | 12 +- .../src/commands/BatchUpdateUserCommand.ts | 12 +- .../src/commands/CreateAccountCommand.ts | 12 +- .../commands/CreateAppInstanceAdminCommand.ts | 12 +- .../src/commands/CreateAppInstanceCommand.ts | 12 +- .../commands/CreateAppInstanceUserCommand.ts | 12 +- .../src/commands/CreateAttendeeCommand.ts | 12 +- .../src/commands/CreateBotCommand.ts | 12 +- .../src/commands/CreateChannelBanCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../CreateChannelMembershipCommand.ts | 12 +- .../commands/CreateChannelModeratorCommand.ts | 12 +- .../CreateMediaCapturePipelineCommand.ts | 12 +- .../src/commands/CreateMeetingCommand.ts | 12 +- .../commands/CreateMeetingDialOutCommand.ts | 12 +- .../CreateMeetingWithAttendeesCommand.ts | 12 +- .../commands/CreatePhoneNumberOrderCommand.ts | 12 +- .../src/commands/CreateProxySessionCommand.ts | 12 +- .../src/commands/CreateRoomCommand.ts | 12 +- .../commands/CreateRoomMembershipCommand.ts | 12 +- .../CreateSipMediaApplicationCallCommand.ts | 12 +- .../CreateSipMediaApplicationCommand.ts | 12 +- .../src/commands/CreateSipRuleCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../commands/CreateVoiceConnectorCommand.ts | 12 +- .../CreateVoiceConnectorGroupCommand.ts | 12 +- .../src/commands/DeleteAccountCommand.ts | 12 +- .../commands/DeleteAppInstanceAdminCommand.ts | 12 +- .../src/commands/DeleteAppInstanceCommand.ts | 12 +- ...pInstanceStreamingConfigurationsCommand.ts | 12 +- .../commands/DeleteAppInstanceUserCommand.ts | 12 +- .../src/commands/DeleteAttendeeCommand.ts | 12 +- .../src/commands/DeleteChannelBanCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../DeleteChannelMembershipCommand.ts | 12 +- .../commands/DeleteChannelMessageCommand.ts | 12 +- .../commands/DeleteChannelModeratorCommand.ts | 12 +- .../DeleteEventsConfigurationCommand.ts | 12 +- .../DeleteMediaCapturePipelineCommand.ts | 12 +- .../src/commands/DeleteMeetingCommand.ts | 12 +- .../src/commands/DeletePhoneNumberCommand.ts | 12 +- .../src/commands/DeleteProxySessionCommand.ts | 12 +- .../src/commands/DeleteRoomCommand.ts | 12 +- .../commands/DeleteRoomMembershipCommand.ts | 12 +- .../DeleteSipMediaApplicationCommand.ts | 12 +- .../src/commands/DeleteSipRuleCommand.ts | 12 +- .../commands/DeleteVoiceConnectorCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- .../DeleteVoiceConnectorGroupCommand.ts | 12 +- .../DeleteVoiceConnectorOriginationCommand.ts | 12 +- .../DeleteVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../DeleteVoiceConnectorTerminationCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../DescribeAppInstanceAdminCommand.ts | 12 +- .../commands/DescribeAppInstanceCommand.ts | 12 +- .../DescribeAppInstanceUserCommand.ts | 12 +- .../src/commands/DescribeChannelBanCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../DescribeChannelMembershipCommand.ts | 12 +- ...nnelMembershipForAppInstanceUserCommand.ts | 12 +- ...hannelModeratedByAppInstanceUserCommand.ts | 12 +- .../DescribeChannelModeratorCommand.ts | 12 +- .../DisassociatePhoneNumberFromUserCommand.ts | 12 +- ...tePhoneNumbersFromVoiceConnectorCommand.ts | 12 +- ...neNumbersFromVoiceConnectorGroupCommand.ts | 12 +- ...eSigninDelegateGroupsFromAccountCommand.ts | 12 +- .../src/commands/GetAccountCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../GetAppInstanceRetentionSettingsCommand.ts | 12 +- ...pInstanceStreamingConfigurationsCommand.ts | 12 +- .../src/commands/GetAttendeeCommand.ts | 12 +- .../src/commands/GetBotCommand.ts | 12 +- .../src/commands/GetChannelMessageCommand.ts | 12 +- .../commands/GetEventsConfigurationCommand.ts | 12 +- .../src/commands/GetGlobalSettingsCommand.ts | 12 +- .../GetMediaCapturePipelineCommand.ts | 12 +- .../src/commands/GetMeetingCommand.ts | 12 +- .../GetMessagingSessionEndpointCommand.ts | 12 +- .../src/commands/GetPhoneNumberCommand.ts | 12 +- .../commands/GetPhoneNumberOrderCommand.ts | 12 +- .../commands/GetPhoneNumberSettingsCommand.ts | 12 +- .../src/commands/GetProxySessionCommand.ts | 12 +- .../commands/GetRetentionSettingsCommand.ts | 12 +- .../src/commands/GetRoomCommand.ts | 12 +- .../commands/GetSipMediaApplicationCommand.ts | 12 +- ...aApplicationLoggingConfigurationCommand.ts | 12 +- .../src/commands/GetSipRuleCommand.ts | 12 +- .../src/commands/GetUserCommand.ts | 12 +- .../src/commands/GetUserSettingsCommand.ts | 12 +- .../src/commands/GetVoiceConnectorCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- .../commands/GetVoiceConnectorGroupCommand.ts | 12 +- ...iceConnectorLoggingConfigurationCommand.ts | 12 +- .../GetVoiceConnectorOriginationCommand.ts | 12 +- .../commands/GetVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../GetVoiceConnectorTerminationCommand.ts | 12 +- ...tVoiceConnectorTerminationHealthCommand.ts | 12 +- .../src/commands/InviteUsersCommand.ts | 12 +- .../src/commands/ListAccountsCommand.ts | 12 +- .../commands/ListAppInstanceAdminsCommand.ts | 12 +- .../commands/ListAppInstanceUsersCommand.ts | 12 +- .../src/commands/ListAppInstancesCommand.ts | 12 +- .../src/commands/ListAttendeeTagsCommand.ts | 12 +- .../src/commands/ListAttendeesCommand.ts | 12 +- .../src/commands/ListBotsCommand.ts | 12 +- .../src/commands/ListChannelBansCommand.ts | 12 +- .../commands/ListChannelMembershipsCommand.ts | 12 +- ...nelMembershipsForAppInstanceUserCommand.ts | 12 +- .../commands/ListChannelMessagesCommand.ts | 12 +- .../commands/ListChannelModeratorsCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- ...annelsModeratedByAppInstanceUserCommand.ts | 12 +- .../ListMediaCapturePipelinesCommand.ts | 12 +- .../src/commands/ListMeetingTagsCommand.ts | 12 +- .../src/commands/ListMeetingsCommand.ts | 12 +- .../commands/ListPhoneNumberOrdersCommand.ts | 12 +- .../src/commands/ListPhoneNumbersCommand.ts | 12 +- .../src/commands/ListProxySessionsCommand.ts | 12 +- .../commands/ListRoomMembershipsCommand.ts | 12 +- .../src/commands/ListRoomsCommand.ts | 12 +- .../ListSipMediaApplicationsCommand.ts | 12 +- .../src/commands/ListSipRulesCommand.ts | 12 +- ...istSupportedPhoneNumberCountriesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../ListVoiceConnectorGroupsCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../commands/ListVoiceConnectorsCommand.ts | 12 +- .../src/commands/LogoutUserCommand.ts | 12 +- .../PutAppInstanceRetentionSettingsCommand.ts | 12 +- ...pInstanceStreamingConfigurationsCommand.ts | 12 +- .../commands/PutEventsConfigurationCommand.ts | 12 +- .../commands/PutRetentionSettingsCommand.ts | 12 +- ...aApplicationLoggingConfigurationCommand.ts | 12 +- ...torEmergencyCallingConfigurationCommand.ts | 12 +- ...iceConnectorLoggingConfigurationCommand.ts | 12 +- .../PutVoiceConnectorOriginationCommand.ts | 12 +- .../commands/PutVoiceConnectorProxyCommand.ts | 12 +- ...eConnectorStreamingConfigurationCommand.ts | 12 +- .../PutVoiceConnectorTerminationCommand.ts | 12 +- ...eConnectorTerminationCredentialsCommand.ts | 12 +- .../commands/RedactChannelMessageCommand.ts | 12 +- .../RedactConversationMessageCommand.ts | 12 +- .../src/commands/RedactRoomMessageCommand.ts | 12 +- .../RegenerateSecurityTokenCommand.ts | 12 +- .../src/commands/ResetPersonalPINCommand.ts | 12 +- .../src/commands/RestorePhoneNumberCommand.ts | 12 +- .../SearchAvailablePhoneNumbersCommand.ts | 12 +- .../src/commands/SendChannelMessageCommand.ts | 12 +- .../StartMeetingTranscriptionCommand.ts | 12 +- .../StopMeetingTranscriptionCommand.ts | 12 +- .../src/commands/TagAttendeeCommand.ts | 12 +- .../src/commands/TagMeetingCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagAttendeeCommand.ts | 12 +- .../src/commands/UntagMeetingCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAccountCommand.ts | 12 +- .../commands/UpdateAccountSettingsCommand.ts | 12 +- .../src/commands/UpdateAppInstanceCommand.ts | 12 +- .../commands/UpdateAppInstanceUserCommand.ts | 12 +- .../src/commands/UpdateBotCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../commands/UpdateChannelMessageCommand.ts | 12 +- .../UpdateChannelReadMarkerCommand.ts | 12 +- .../commands/UpdateGlobalSettingsCommand.ts | 12 +- .../src/commands/UpdatePhoneNumberCommand.ts | 12 +- .../UpdatePhoneNumberSettingsCommand.ts | 12 +- .../src/commands/UpdateProxySessionCommand.ts | 12 +- .../src/commands/UpdateRoomCommand.ts | 12 +- .../commands/UpdateRoomMembershipCommand.ts | 12 +- .../UpdateSipMediaApplicationCallCommand.ts | 12 +- .../UpdateSipMediaApplicationCommand.ts | 12 +- .../src/commands/UpdateSipRuleCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/commands/UpdateUserSettingsCommand.ts | 12 +- .../commands/UpdateVoiceConnectorCommand.ts | 12 +- .../UpdateVoiceConnectorGroupCommand.ts | 12 +- .../commands/ValidateE911AddressCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-chime/src/endpoint/ruleset.ts | 2 +- .../src/models/ChimeServiceException.ts | 2 +- clients/client-chime/src/models/models_0.ts | 2 +- clients/client-chime/src/models/models_1.ts | 2 +- .../client-chime/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAccountsPaginator.ts | 2 +- .../ListAppInstanceAdminsPaginator.ts | 2 +- .../ListAppInstanceUsersPaginator.ts | 2 +- .../pagination/ListAppInstancesPaginator.ts | 2 +- .../src/pagination/ListAttendeesPaginator.ts | 2 +- .../src/pagination/ListBotsPaginator.ts | 2 +- .../pagination/ListChannelBansPaginator.ts | 2 +- ...lMembershipsForAppInstanceUserPaginator.ts | 2 +- .../ListChannelMembershipsPaginator.ts | 2 +- .../ListChannelMessagesPaginator.ts | 2 +- .../ListChannelModeratorsPaginator.ts | 2 +- ...nelsModeratedByAppInstanceUserPaginator.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListMediaCapturePipelinesPaginator.ts | 2 +- .../src/pagination/ListMeetingsPaginator.ts | 2 +- .../ListPhoneNumberOrdersPaginator.ts | 2 +- .../pagination/ListPhoneNumbersPaginator.ts | 2 +- .../pagination/ListProxySessionsPaginator.ts | 2 +- .../ListRoomMembershipsPaginator.ts | 2 +- .../src/pagination/ListRoomsPaginator.ts | 2 +- .../ListSipMediaApplicationsPaginator.ts | 2 +- .../src/pagination/ListSipRulesPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../ListVoiceConnectorGroupsPaginator.ts | 2 +- .../ListVoiceConnectorsPaginator.ts | 2 +- .../SearchAvailablePhoneNumbersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../client-chime/src/runtimeConfig.browser.ts | 14 +- .../client-chime/src/runtimeConfig.shared.ts | 8 +- clients/client-chime/src/runtimeConfig.ts | 24 +-- clients/client-cleanrooms/package.json | 41 ++--- clients/client-cleanrooms/src/CleanRooms.ts | 4 +- .../client-cleanrooms/src/CleanRoomsClient.ts | 28 ++- .../src/commands/BatchGetSchemaCommand.ts | 12 +- .../commands/CreateCollaborationCommand.ts | 12 +- ...reateConfiguredTableAnalysisRuleCommand.ts | 12 +- ...CreateConfiguredTableAssociationCommand.ts | 12 +- .../commands/CreateConfiguredTableCommand.ts | 12 +- .../src/commands/CreateMembershipCommand.ts | 12 +- .../commands/DeleteCollaborationCommand.ts | 12 +- ...eleteConfiguredTableAnalysisRuleCommand.ts | 12 +- ...DeleteConfiguredTableAssociationCommand.ts | 12 +- .../commands/DeleteConfiguredTableCommand.ts | 12 +- .../src/commands/DeleteMemberCommand.ts | 12 +- .../src/commands/DeleteMembershipCommand.ts | 12 +- .../src/commands/GetCollaborationCommand.ts | 12 +- .../GetConfiguredTableAnalysisRuleCommand.ts | 12 +- .../GetConfiguredTableAssociationCommand.ts | 12 +- .../src/commands/GetConfiguredTableCommand.ts | 12 +- .../src/commands/GetMembershipCommand.ts | 12 +- .../src/commands/GetProtectedQueryCommand.ts | 12 +- .../commands/GetSchemaAnalysisRuleCommand.ts | 12 +- .../src/commands/GetSchemaCommand.ts | 12 +- .../src/commands/ListCollaborationsCommand.ts | 12 +- .../ListConfiguredTableAssociationsCommand.ts | 12 +- .../commands/ListConfiguredTablesCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../src/commands/ListMembershipsCommand.ts | 12 +- .../commands/ListProtectedQueriesCommand.ts | 12 +- .../src/commands/ListSchemasCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/StartProtectedQueryCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateCollaborationCommand.ts | 12 +- ...pdateConfiguredTableAnalysisRuleCommand.ts | 12 +- ...UpdateConfiguredTableAssociationCommand.ts | 12 +- .../commands/UpdateConfiguredTableCommand.ts | 12 +- .../src/commands/UpdateMembershipCommand.ts | 12 +- .../commands/UpdateProtectedQueryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-cleanrooms/src/endpoint/ruleset.ts | 2 +- .../src/models/CleanRoomsServiceException.ts | 2 +- .../client-cleanrooms/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListCollaborationsPaginator.ts | 2 +- ...istConfiguredTableAssociationsPaginator.ts | 2 +- .../ListConfiguredTablesPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../pagination/ListMembershipsPaginator.ts | 2 +- .../ListProtectedQueriesPaginator.ts | 2 +- .../src/pagination/ListSchemasPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cleanrooms/src/runtimeConfig.ts | 24 +-- clients/client-cloud9/package.json | 41 ++--- clients/client-cloud9/src/Cloud9.ts | 4 +- clients/client-cloud9/src/Cloud9Client.ts | 28 ++- .../commands/CreateEnvironmentEC2Command.ts | 12 +- .../CreateEnvironmentMembershipCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../DeleteEnvironmentMembershipCommand.ts | 12 +- .../DescribeEnvironmentMembershipsCommand.ts | 12 +- .../DescribeEnvironmentStatusCommand.ts | 12 +- .../commands/DescribeEnvironmentsCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../UpdateEnvironmentMembershipCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-cloud9/src/endpoint/ruleset.ts | 2 +- .../src/models/Cloud9ServiceException.ts | 2 +- clients/client-cloud9/src/models/models_0.ts | 2 +- ...DescribeEnvironmentMembershipsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-cloud9/src/runtimeConfig.shared.ts | 8 +- clients/client-cloud9/src/runtimeConfig.ts | 24 +-- clients/client-cloudcontrol/package.json | 43 ++--- .../client-cloudcontrol/src/CloudControl.ts | 4 +- .../src/CloudControlClient.ts | 28 ++- .../commands/CancelResourceRequestCommand.ts | 12 +- .../src/commands/CreateResourceCommand.ts | 12 +- .../src/commands/DeleteResourceCommand.ts | 12 +- .../src/commands/GetResourceCommand.ts | 12 +- .../GetResourceRequestStatusCommand.ts | 12 +- .../commands/ListResourceRequestsCommand.ts | 12 +- .../src/commands/ListResourcesCommand.ts | 12 +- .../src/commands/UpdateResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CloudControlServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListResourceRequestsPaginator.ts | 2 +- .../src/pagination/ListResourcesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudcontrol/src/runtimeConfig.ts | 24 +-- .../waiters/waitForResourceRequestSuccess.ts | 2 +- clients/client-clouddirectory/package.json | 41 ++--- .../src/CloudDirectory.ts | 4 +- .../src/CloudDirectoryClient.ts | 28 ++- .../src/commands/AddFacetToObjectCommand.ts | 12 +- .../src/commands/ApplySchemaCommand.ts | 12 +- .../src/commands/AttachObjectCommand.ts | 12 +- .../src/commands/AttachPolicyCommand.ts | 12 +- .../src/commands/AttachToIndexCommand.ts | 12 +- .../src/commands/AttachTypedLinkCommand.ts | 12 +- .../src/commands/BatchReadCommand.ts | 12 +- .../src/commands/BatchWriteCommand.ts | 12 +- .../src/commands/CreateDirectoryCommand.ts | 12 +- .../src/commands/CreateFacetCommand.ts | 12 +- .../src/commands/CreateIndexCommand.ts | 12 +- .../src/commands/CreateObjectCommand.ts | 12 +- .../src/commands/CreateSchemaCommand.ts | 12 +- .../commands/CreateTypedLinkFacetCommand.ts | 12 +- .../src/commands/DeleteDirectoryCommand.ts | 12 +- .../src/commands/DeleteFacetCommand.ts | 12 +- .../src/commands/DeleteObjectCommand.ts | 12 +- .../src/commands/DeleteSchemaCommand.ts | 12 +- .../commands/DeleteTypedLinkFacetCommand.ts | 12 +- .../src/commands/DetachFromIndexCommand.ts | 12 +- .../src/commands/DetachObjectCommand.ts | 12 +- .../src/commands/DetachPolicyCommand.ts | 12 +- .../src/commands/DetachTypedLinkCommand.ts | 12 +- .../src/commands/DisableDirectoryCommand.ts | 12 +- .../src/commands/EnableDirectoryCommand.ts | 12 +- .../GetAppliedSchemaVersionCommand.ts | 12 +- .../src/commands/GetDirectoryCommand.ts | 12 +- .../src/commands/GetFacetCommand.ts | 12 +- .../src/commands/GetLinkAttributesCommand.ts | 12 +- .../commands/GetObjectAttributesCommand.ts | 12 +- .../commands/GetObjectInformationCommand.ts | 12 +- .../src/commands/GetSchemaAsJsonCommand.ts | 12 +- .../GetTypedLinkFacetInformationCommand.ts | 12 +- .../commands/ListAppliedSchemaArnsCommand.ts | 12 +- .../commands/ListAttachedIndicesCommand.ts | 12 +- .../ListDevelopmentSchemaArnsCommand.ts | 12 +- .../src/commands/ListDirectoriesCommand.ts | 12 +- .../commands/ListFacetAttributesCommand.ts | 12 +- .../src/commands/ListFacetNamesCommand.ts | 12 +- .../commands/ListIncomingTypedLinksCommand.ts | 12 +- .../src/commands/ListIndexCommand.ts | 12 +- .../commands/ListManagedSchemaArnsCommand.ts | 12 +- .../commands/ListObjectAttributesCommand.ts | 12 +- .../src/commands/ListObjectChildrenCommand.ts | 12 +- .../commands/ListObjectParentPathsCommand.ts | 12 +- .../src/commands/ListObjectParentsCommand.ts | 12 +- .../src/commands/ListObjectPoliciesCommand.ts | 12 +- .../commands/ListOutgoingTypedLinksCommand.ts | 12 +- .../commands/ListPolicyAttachmentsCommand.ts | 12 +- .../ListPublishedSchemaArnsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTypedLinkFacetAttributesCommand.ts | 12 +- .../ListTypedLinkFacetNamesCommand.ts | 12 +- .../src/commands/LookupPolicyCommand.ts | 12 +- .../src/commands/PublishSchemaCommand.ts | 12 +- .../src/commands/PutSchemaFromJsonCommand.ts | 12 +- .../commands/RemoveFacetFromObjectCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateFacetCommand.ts | 12 +- .../commands/UpdateLinkAttributesCommand.ts | 12 +- .../commands/UpdateObjectAttributesCommand.ts | 12 +- .../src/commands/UpdateSchemaCommand.ts | 12 +- .../commands/UpdateTypedLinkFacetCommand.ts | 12 +- .../commands/UpgradeAppliedSchemaCommand.ts | 12 +- .../commands/UpgradePublishedSchemaCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CloudDirectoryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAppliedSchemaArnsPaginator.ts | 2 +- .../ListAttachedIndicesPaginator.ts | 2 +- .../ListDevelopmentSchemaArnsPaginator.ts | 2 +- .../pagination/ListDirectoriesPaginator.ts | 2 +- .../ListFacetAttributesPaginator.ts | 2 +- .../src/pagination/ListFacetNamesPaginator.ts | 2 +- .../src/pagination/ListIndexPaginator.ts | 2 +- .../ListManagedSchemaArnsPaginator.ts | 2 +- .../ListObjectAttributesPaginator.ts | 2 +- .../pagination/ListObjectChildrenPaginator.ts | 2 +- .../ListObjectParentPathsPaginator.ts | 2 +- .../pagination/ListObjectParentsPaginator.ts | 2 +- .../pagination/ListObjectPoliciesPaginator.ts | 2 +- .../ListPolicyAttachmentsPaginator.ts | 2 +- .../ListPublishedSchemaArnsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../ListTypedLinkFacetAttributesPaginator.ts | 2 +- .../ListTypedLinkFacetNamesPaginator.ts | 2 +- .../src/pagination/LookupPolicyPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cloudformation/package.json | 43 ++--- .../src/CloudFormation.ts | 4 +- .../src/CloudFormationClient.ts | 28 ++- .../ActivateOrganizationsAccessCommand.ts | 12 +- .../src/commands/ActivateTypeCommand.ts | 12 +- .../BatchDescribeTypeConfigurationsCommand.ts | 12 +- .../src/commands/CancelUpdateStackCommand.ts | 12 +- .../commands/ContinueUpdateRollbackCommand.ts | 12 +- .../src/commands/CreateChangeSetCommand.ts | 12 +- .../src/commands/CreateStackCommand.ts | 12 +- .../commands/CreateStackInstancesCommand.ts | 12 +- .../src/commands/CreateStackSetCommand.ts | 12 +- .../DeactivateOrganizationsAccessCommand.ts | 12 +- .../src/commands/DeactivateTypeCommand.ts | 12 +- .../src/commands/DeleteChangeSetCommand.ts | 12 +- .../src/commands/DeleteStackCommand.ts | 12 +- .../commands/DeleteStackInstancesCommand.ts | 12 +- .../src/commands/DeleteStackSetCommand.ts | 12 +- .../src/commands/DeregisterTypeCommand.ts | 12 +- .../commands/DescribeAccountLimitsCommand.ts | 12 +- .../src/commands/DescribeChangeSetCommand.ts | 12 +- .../commands/DescribeChangeSetHooksCommand.ts | 12 +- .../DescribeOrganizationsAccessCommand.ts | 12 +- .../src/commands/DescribePublisherCommand.ts | 12 +- ...escribeStackDriftDetectionStatusCommand.ts | 12 +- .../commands/DescribeStackEventsCommand.ts | 12 +- .../commands/DescribeStackInstanceCommand.ts | 12 +- .../commands/DescribeStackResourceCommand.ts | 12 +- .../DescribeStackResourceDriftsCommand.ts | 12 +- .../commands/DescribeStackResourcesCommand.ts | 12 +- .../src/commands/DescribeStackSetCommand.ts | 12 +- .../DescribeStackSetOperationCommand.ts | 12 +- .../src/commands/DescribeStacksCommand.ts | 12 +- .../src/commands/DescribeTypeCommand.ts | 12 +- .../DescribeTypeRegistrationCommand.ts | 12 +- .../src/commands/DetectStackDriftCommand.ts | 12 +- .../DetectStackResourceDriftCommand.ts | 12 +- .../commands/DetectStackSetDriftCommand.ts | 12 +- .../commands/EstimateTemplateCostCommand.ts | 12 +- .../src/commands/ExecuteChangeSetCommand.ts | 12 +- .../src/commands/GetStackPolicyCommand.ts | 12 +- .../src/commands/GetTemplateCommand.ts | 12 +- .../src/commands/GetTemplateSummaryCommand.ts | 12 +- .../commands/ImportStacksToStackSetCommand.ts | 12 +- .../src/commands/ListChangeSetsCommand.ts | 12 +- .../src/commands/ListExportsCommand.ts | 12 +- .../src/commands/ListImportsCommand.ts | 12 +- .../src/commands/ListStackInstancesCommand.ts | 12 +- .../src/commands/ListStackResourcesCommand.ts | 12 +- .../ListStackSetOperationResultsCommand.ts | 12 +- .../commands/ListStackSetOperationsCommand.ts | 12 +- .../src/commands/ListStackSetsCommand.ts | 12 +- .../src/commands/ListStacksCommand.ts | 12 +- .../commands/ListTypeRegistrationsCommand.ts | 12 +- .../src/commands/ListTypeVersionsCommand.ts | 12 +- .../src/commands/ListTypesCommand.ts | 12 +- .../src/commands/PublishTypeCommand.ts | 12 +- .../commands/RecordHandlerProgressCommand.ts | 12 +- .../src/commands/RegisterPublisherCommand.ts | 12 +- .../src/commands/RegisterTypeCommand.ts | 12 +- .../src/commands/RollbackStackCommand.ts | 12 +- .../src/commands/SetStackPolicyCommand.ts | 12 +- .../commands/SetTypeConfigurationCommand.ts | 12 +- .../commands/SetTypeDefaultVersionCommand.ts | 12 +- .../src/commands/SignalResourceCommand.ts | 12 +- .../commands/StopStackSetOperationCommand.ts | 12 +- .../src/commands/TestTypeCommand.ts | 12 +- .../src/commands/UpdateStackCommand.ts | 12 +- .../commands/UpdateStackInstancesCommand.ts | 12 +- .../src/commands/UpdateStackSetCommand.ts | 12 +- .../UpdateTerminationProtectionCommand.ts | 12 +- .../src/commands/ValidateTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CloudFormationServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeAccountLimitsPaginator.ts | 2 +- .../DescribeStackEventsPaginator.ts | 2 +- .../DescribeStackResourceDriftsPaginator.ts | 2 +- .../src/pagination/DescribeStacksPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChangeSetsPaginator.ts | 2 +- .../src/pagination/ListExportsPaginator.ts | 2 +- .../src/pagination/ListImportsPaginator.ts | 2 +- .../pagination/ListStackInstancesPaginator.ts | 2 +- .../pagination/ListStackResourcesPaginator.ts | 2 +- .../ListStackSetOperationResultsPaginator.ts | 2 +- .../ListStackSetOperationsPaginator.ts | 2 +- .../src/pagination/ListStackSetsPaginator.ts | 2 +- .../src/pagination/ListStacksPaginator.ts | 2 +- .../ListTypeRegistrationsPaginator.ts | 2 +- .../pagination/ListTypeVersionsPaginator.ts | 2 +- .../src/pagination/ListTypesPaginator.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../waiters/waitForChangeSetCreateComplete.ts | 2 +- .../src/waiters/waitForStackCreateComplete.ts | 2 +- .../src/waiters/waitForStackDeleteComplete.ts | 2 +- .../src/waiters/waitForStackExists.ts | 2 +- .../src/waiters/waitForStackImportComplete.ts | 2 +- .../waiters/waitForStackRollbackComplete.ts | 2 +- .../src/waiters/waitForStackUpdateComplete.ts | 2 +- .../waitForTypeRegistrationComplete.ts | 2 +- clients/client-cloudfront/package.json | 45 ++--- clients/client-cloudfront/src/CloudFront.ts | 4 +- .../client-cloudfront/src/CloudFrontClient.ts | 28 ++- .../src/commands/AssociateAliasCommand.ts | 12 +- .../src/commands/CopyDistributionCommand.ts | 12 +- .../src/commands/CreateCachePolicyCommand.ts | 12 +- ...teCloudFrontOriginAccessIdentityCommand.ts | 12 +- ...CreateContinuousDeploymentPolicyCommand.ts | 12 +- .../src/commands/CreateDistributionCommand.ts | 12 +- .../CreateDistributionWithTagsCommand.ts | 12 +- ...CreateFieldLevelEncryptionConfigCommand.ts | 12 +- ...reateFieldLevelEncryptionProfileCommand.ts | 12 +- .../src/commands/CreateFunctionCommand.ts | 12 +- .../src/commands/CreateInvalidationCommand.ts | 12 +- .../src/commands/CreateKeyGroupCommand.ts | 12 +- .../CreateMonitoringSubscriptionCommand.ts | 12 +- .../CreateOriginAccessControlCommand.ts | 12 +- .../CreateOriginRequestPolicyCommand.ts | 12 +- .../src/commands/CreatePublicKeyCommand.ts | 12 +- .../CreateRealtimeLogConfigCommand.ts | 12 +- .../CreateResponseHeadersPolicyCommand.ts | 12 +- .../CreateStreamingDistributionCommand.ts | 12 +- ...ateStreamingDistributionWithTagsCommand.ts | 12 +- .../src/commands/DeleteCachePolicyCommand.ts | 12 +- ...teCloudFrontOriginAccessIdentityCommand.ts | 12 +- ...DeleteContinuousDeploymentPolicyCommand.ts | 12 +- .../src/commands/DeleteDistributionCommand.ts | 12 +- ...DeleteFieldLevelEncryptionConfigCommand.ts | 12 +- ...eleteFieldLevelEncryptionProfileCommand.ts | 12 +- .../src/commands/DeleteFunctionCommand.ts | 12 +- .../src/commands/DeleteKeyGroupCommand.ts | 12 +- .../DeleteMonitoringSubscriptionCommand.ts | 12 +- .../DeleteOriginAccessControlCommand.ts | 12 +- .../DeleteOriginRequestPolicyCommand.ts | 12 +- .../src/commands/DeletePublicKeyCommand.ts | 12 +- .../DeleteRealtimeLogConfigCommand.ts | 12 +- .../DeleteResponseHeadersPolicyCommand.ts | 12 +- .../DeleteStreamingDistributionCommand.ts | 12 +- .../src/commands/DescribeFunctionCommand.ts | 12 +- .../src/commands/GetCachePolicyCommand.ts | 12 +- .../commands/GetCachePolicyConfigCommand.ts | 12 +- ...etCloudFrontOriginAccessIdentityCommand.ts | 12 +- ...dFrontOriginAccessIdentityConfigCommand.ts | 12 +- .../GetContinuousDeploymentPolicyCommand.ts | 12 +- ...ContinuousDeploymentPolicyConfigCommand.ts | 12 +- .../src/commands/GetDistributionCommand.ts | 12 +- .../commands/GetDistributionConfigCommand.ts | 12 +- .../GetFieldLevelEncryptionCommand.ts | 12 +- .../GetFieldLevelEncryptionConfigCommand.ts | 12 +- .../GetFieldLevelEncryptionProfileCommand.ts | 12 +- ...ieldLevelEncryptionProfileConfigCommand.ts | 12 +- .../src/commands/GetFunctionCommand.ts | 14 +- .../src/commands/GetInvalidationCommand.ts | 12 +- .../src/commands/GetKeyGroupCommand.ts | 12 +- .../src/commands/GetKeyGroupConfigCommand.ts | 12 +- .../GetMonitoringSubscriptionCommand.ts | 12 +- .../commands/GetOriginAccessControlCommand.ts | 12 +- .../GetOriginAccessControlConfigCommand.ts | 12 +- .../commands/GetOriginRequestPolicyCommand.ts | 12 +- .../GetOriginRequestPolicyConfigCommand.ts | 12 +- .../src/commands/GetPublicKeyCommand.ts | 12 +- .../src/commands/GetPublicKeyConfigCommand.ts | 12 +- .../commands/GetRealtimeLogConfigCommand.ts | 12 +- .../GetResponseHeadersPolicyCommand.ts | 12 +- .../GetResponseHeadersPolicyConfigCommand.ts | 12 +- .../GetStreamingDistributionCommand.ts | 12 +- .../GetStreamingDistributionConfigCommand.ts | 12 +- .../src/commands/ListCachePoliciesCommand.ts | 12 +- ...CloudFrontOriginAccessIdentitiesCommand.ts | 12 +- .../commands/ListConflictingAliasesCommand.ts | 12 +- ...ListContinuousDeploymentPoliciesCommand.ts | 12 +- ...ListDistributionsByCachePolicyIdCommand.ts | 12 +- .../ListDistributionsByKeyGroupCommand.ts | 12 +- ...ributionsByOriginRequestPolicyIdCommand.ts | 12 +- ...DistributionsByRealtimeLogConfigCommand.ts | 12 +- ...butionsByResponseHeadersPolicyIdCommand.ts | 12 +- .../ListDistributionsByWebACLIdCommand.ts | 12 +- .../src/commands/ListDistributionsCommand.ts | 12 +- .../ListFieldLevelEncryptionConfigsCommand.ts | 12 +- ...ListFieldLevelEncryptionProfilesCommand.ts | 12 +- .../src/commands/ListFunctionsCommand.ts | 12 +- .../src/commands/ListInvalidationsCommand.ts | 12 +- .../src/commands/ListKeyGroupsCommand.ts | 12 +- .../ListOriginAccessControlsCommand.ts | 12 +- .../ListOriginRequestPoliciesCommand.ts | 12 +- .../src/commands/ListPublicKeysCommand.ts | 12 +- .../commands/ListRealtimeLogConfigsCommand.ts | 12 +- .../ListResponseHeadersPoliciesCommand.ts | 12 +- .../ListStreamingDistributionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PublishFunctionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestFunctionCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCachePolicyCommand.ts | 12 +- ...teCloudFrontOriginAccessIdentityCommand.ts | 12 +- ...UpdateContinuousDeploymentPolicyCommand.ts | 12 +- .../src/commands/UpdateDistributionCommand.ts | 12 +- ...ateDistributionWithStagingConfigCommand.ts | 12 +- ...UpdateFieldLevelEncryptionConfigCommand.ts | 12 +- ...pdateFieldLevelEncryptionProfileCommand.ts | 12 +- .../src/commands/UpdateFunctionCommand.ts | 12 +- .../src/commands/UpdateKeyGroupCommand.ts | 12 +- .../UpdateOriginAccessControlCommand.ts | 12 +- .../UpdateOriginRequestPolicyCommand.ts | 12 +- .../src/commands/UpdatePublicKeyCommand.ts | 12 +- .../UpdateRealtimeLogConfigCommand.ts | 12 +- .../UpdateResponseHeadersPolicyCommand.ts | 12 +- .../UpdateStreamingDistributionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-cloudfront/src/endpoint/ruleset.ts | 2 +- .../src/models/CloudFrontServiceException.ts | 2 +- .../client-cloudfront/src/models/models_0.ts | 2 +- .../client-cloudfront/src/models/models_1.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...oudFrontOriginAccessIdentitiesPaginator.ts | 2 +- .../pagination/ListDistributionsPaginator.ts | 2 +- .../pagination/ListInvalidationsPaginator.ts | 2 +- .../ListStreamingDistributionsPaginator.ts | 2 +- .../src/protocols/Aws_restXml.ts | 13 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudfront/src/runtimeConfig.ts | 24 +-- .../waiters/waitForDistributionDeployed.ts | 2 +- .../waiters/waitForInvalidationCompleted.ts | 2 +- .../waitForStreamingDistributionDeployed.ts | 2 +- clients/client-cloudhsm-v2/package.json | 41 ++--- clients/client-cloudhsm-v2/src/CloudHSMV2.ts | 4 +- .../src/CloudHSMV2Client.ts | 28 ++- .../src/commands/CopyBackupToRegionCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../src/commands/CreateHsmCommand.ts | 12 +- .../src/commands/DeleteBackupCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../src/commands/DeleteHsmCommand.ts | 12 +- .../src/commands/DescribeBackupsCommand.ts | 12 +- .../src/commands/DescribeClustersCommand.ts | 12 +- .../src/commands/InitializeClusterCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../commands/ModifyBackupAttributesCommand.ts | 12 +- .../src/commands/ModifyClusterCommand.ts | 12 +- .../src/commands/RestoreBackupCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/CloudHSMV2ServiceException.ts | 2 +- .../client-cloudhsm-v2/src/models/models_0.ts | 2 +- .../pagination/DescribeBackupsPaginator.ts | 2 +- .../pagination/DescribeClustersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudhsm-v2/src/runtimeConfig.ts | 24 +-- clients/client-cloudhsm/package.json | 41 ++--- clients/client-cloudhsm/src/CloudHSM.ts | 4 +- clients/client-cloudhsm/src/CloudHSMClient.ts | 28 ++- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../src/commands/CreateHapgCommand.ts | 12 +- .../src/commands/CreateHsmCommand.ts | 12 +- .../src/commands/CreateLunaClientCommand.ts | 12 +- .../src/commands/DeleteHapgCommand.ts | 12 +- .../src/commands/DeleteHsmCommand.ts | 12 +- .../src/commands/DeleteLunaClientCommand.ts | 12 +- .../src/commands/DescribeHapgCommand.ts | 12 +- .../src/commands/DescribeHsmCommand.ts | 12 +- .../src/commands/DescribeLunaClientCommand.ts | 12 +- .../src/commands/GetConfigCommand.ts | 12 +- .../src/commands/ListAvailableZonesCommand.ts | 12 +- .../src/commands/ListHapgsCommand.ts | 12 +- .../src/commands/ListHsmsCommand.ts | 12 +- .../src/commands/ListLunaClientsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ModifyHapgCommand.ts | 12 +- .../src/commands/ModifyHsmCommand.ts | 12 +- .../src/commands/ModifyLunaClientCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-cloudhsm/src/endpoint/ruleset.ts | 2 +- .../src/models/CloudHSMServiceException.ts | 2 +- .../client-cloudhsm/src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-cloudhsm/src/runtimeConfig.ts | 24 +-- .../client-cloudsearch-domain/package.json | 41 ++--- .../src/CloudSearchDomain.ts | 4 +- .../src/CloudSearchDomainClient.ts | 28 ++- .../src/commands/SearchCommand.ts | 12 +- .../src/commands/SuggestCommand.ts | 12 +- .../src/commands/UploadDocumentsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CloudSearchDomainServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cloudsearch/package.json | 41 ++--- clients/client-cloudsearch/src/CloudSearch.ts | 4 +- .../src/CloudSearchClient.ts | 28 ++- .../src/commands/BuildSuggestersCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../commands/DefineAnalysisSchemeCommand.ts | 12 +- .../src/commands/DefineExpressionCommand.ts | 12 +- .../src/commands/DefineIndexFieldCommand.ts | 12 +- .../src/commands/DefineSuggesterCommand.ts | 12 +- .../commands/DeleteAnalysisSchemeCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../src/commands/DeleteExpressionCommand.ts | 12 +- .../src/commands/DeleteIndexFieldCommand.ts | 12 +- .../src/commands/DeleteSuggesterCommand.ts | 12 +- .../DescribeAnalysisSchemesCommand.ts | 12 +- .../DescribeAvailabilityOptionsCommand.ts | 12 +- .../DescribeDomainEndpointOptionsCommand.ts | 12 +- .../src/commands/DescribeDomainsCommand.ts | 12 +- .../commands/DescribeExpressionsCommand.ts | 12 +- .../commands/DescribeIndexFieldsCommand.ts | 12 +- .../DescribeScalingParametersCommand.ts | 12 +- .../DescribeServiceAccessPoliciesCommand.ts | 12 +- .../src/commands/DescribeSuggestersCommand.ts | 12 +- .../src/commands/IndexDocumentsCommand.ts | 12 +- .../src/commands/ListDomainNamesCommand.ts | 12 +- .../UpdateAvailabilityOptionsCommand.ts | 12 +- .../UpdateDomainEndpointOptionsCommand.ts | 12 +- .../UpdateScalingParametersCommand.ts | 12 +- .../UpdateServiceAccessPoliciesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/CloudSearchServiceException.ts | 2 +- .../client-cloudsearch/src/models/models_0.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudsearch/src/runtimeConfig.ts | 24 +-- clients/client-cloudtrail-data/package.json | 41 ++--- .../src/CloudTrailData.ts | 4 +- .../src/CloudTrailDataClient.ts | 28 ++- .../src/commands/PutAuditEventsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CloudTrailDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cloudtrail/package.json | 41 ++--- clients/client-cloudtrail/src/CloudTrail.ts | 4 +- .../client-cloudtrail/src/CloudTrailClient.ts | 28 ++- .../src/commands/AddTagsCommand.ts | 12 +- .../src/commands/CancelQueryCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../commands/CreateEventDataStoreCommand.ts | 12 +- .../src/commands/CreateTrailCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../commands/DeleteEventDataStoreCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteTrailCommand.ts | 12 +- ...gisterOrganizationDelegatedAdminCommand.ts | 12 +- .../src/commands/DescribeQueryCommand.ts | 12 +- .../src/commands/DescribeTrailsCommand.ts | 12 +- .../src/commands/GetChannelCommand.ts | 12 +- .../src/commands/GetEventDataStoreCommand.ts | 12 +- .../src/commands/GetEventSelectorsCommand.ts | 12 +- .../src/commands/GetImportCommand.ts | 12 +- .../commands/GetInsightSelectorsCommand.ts | 12 +- .../src/commands/GetQueryResultsCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetTrailCommand.ts | 12 +- .../src/commands/GetTrailStatusCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../commands/ListEventDataStoresCommand.ts | 12 +- .../src/commands/ListImportFailuresCommand.ts | 12 +- .../src/commands/ListImportsCommand.ts | 12 +- .../src/commands/ListPublicKeysCommand.ts | 12 +- .../src/commands/ListQueriesCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/ListTrailsCommand.ts | 12 +- .../src/commands/LookupEventsCommand.ts | 12 +- .../src/commands/PutEventSelectorsCommand.ts | 12 +- .../commands/PutInsightSelectorsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- ...gisterOrganizationDelegatedAdminCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../commands/RestoreEventDataStoreCommand.ts | 12 +- .../StartEventDataStoreIngestionCommand.ts | 12 +- .../src/commands/StartImportCommand.ts | 12 +- .../src/commands/StartLoggingCommand.ts | 12 +- .../src/commands/StartQueryCommand.ts | 12 +- .../StopEventDataStoreIngestionCommand.ts | 12 +- .../src/commands/StopImportCommand.ts | 12 +- .../src/commands/StopLoggingCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../commands/UpdateEventDataStoreCommand.ts | 12 +- .../src/commands/UpdateTrailCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-cloudtrail/src/endpoint/ruleset.ts | 2 +- .../src/models/CloudTrailServiceException.ts | 2 +- .../client-cloudtrail/src/models/models_0.ts | 2 +- .../pagination/GetQueryResultsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListEventDataStoresPaginator.ts | 2 +- .../pagination/ListImportFailuresPaginator.ts | 2 +- .../src/pagination/ListImportsPaginator.ts | 2 +- .../src/pagination/ListPublicKeysPaginator.ts | 2 +- .../src/pagination/ListQueriesPaginator.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- .../src/pagination/ListTrailsPaginator.ts | 2 +- .../src/pagination/LookupEventsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudtrail/src/runtimeConfig.ts | 24 +-- clients/client-cloudwatch-events/package.json | 41 ++--- .../src/CloudWatchEvents.ts | 4 +- .../src/CloudWatchEventsClient.ts | 28 ++- .../commands/ActivateEventSourceCommand.ts | 12 +- .../src/commands/CancelReplayCommand.ts | 12 +- .../commands/CreateApiDestinationCommand.ts | 12 +- .../src/commands/CreateArchiveCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- .../src/commands/CreateEventBusCommand.ts | 12 +- .../CreatePartnerEventSourceCommand.ts | 12 +- .../commands/DeactivateEventSourceCommand.ts | 12 +- .../commands/DeauthorizeConnectionCommand.ts | 12 +- .../commands/DeleteApiDestinationCommand.ts | 12 +- .../src/commands/DeleteArchiveCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteEventBusCommand.ts | 12 +- .../DeletePartnerEventSourceCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../commands/DescribeApiDestinationCommand.ts | 12 +- .../src/commands/DescribeArchiveCommand.ts | 12 +- .../src/commands/DescribeConnectionCommand.ts | 12 +- .../src/commands/DescribeEventBusCommand.ts | 12 +- .../commands/DescribeEventSourceCommand.ts | 12 +- .../DescribePartnerEventSourceCommand.ts | 12 +- .../src/commands/DescribeReplayCommand.ts | 12 +- .../src/commands/DescribeRuleCommand.ts | 12 +- .../src/commands/DisableRuleCommand.ts | 12 +- .../src/commands/EnableRuleCommand.ts | 12 +- .../commands/ListApiDestinationsCommand.ts | 12 +- .../src/commands/ListArchivesCommand.ts | 12 +- .../src/commands/ListConnectionsCommand.ts | 12 +- .../src/commands/ListEventBusesCommand.ts | 12 +- .../src/commands/ListEventSourcesCommand.ts | 12 +- .../ListPartnerEventSourceAccountsCommand.ts | 12 +- .../ListPartnerEventSourcesCommand.ts | 12 +- .../src/commands/ListReplaysCommand.ts | 12 +- .../commands/ListRuleNamesByTargetCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTargetsByRuleCommand.ts | 12 +- .../src/commands/PutEventsCommand.ts | 12 +- .../src/commands/PutPartnerEventsCommand.ts | 12 +- .../src/commands/PutPermissionCommand.ts | 12 +- .../src/commands/PutRuleCommand.ts | 12 +- .../src/commands/PutTargetsCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../src/commands/RemoveTargetsCommand.ts | 12 +- .../src/commands/StartReplayCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestEventPatternCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateApiDestinationCommand.ts | 12 +- .../src/commands/UpdateArchiveCommand.ts | 12 +- .../src/commands/UpdateConnectionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CloudWatchEventsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cloudwatch-logs/package.json | 41 ++--- .../src/CloudWatchLogs.ts | 4 +- .../src/CloudWatchLogsClient.ts | 28 ++- .../src/commands/AssociateKmsKeyCommand.ts | 12 +- .../src/commands/CancelExportTaskCommand.ts | 12 +- .../src/commands/CreateExportTaskCommand.ts | 12 +- .../src/commands/CreateLogGroupCommand.ts | 12 +- .../src/commands/CreateLogStreamCommand.ts | 12 +- .../commands/DeleteAccountPolicyCommand.ts | 12 +- .../DeleteDataProtectionPolicyCommand.ts | 12 +- .../src/commands/DeleteDestinationCommand.ts | 12 +- .../src/commands/DeleteLogGroupCommand.ts | 12 +- .../src/commands/DeleteLogStreamCommand.ts | 12 +- .../src/commands/DeleteMetricFilterCommand.ts | 12 +- .../commands/DeleteQueryDefinitionCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../commands/DeleteRetentionPolicyCommand.ts | 12 +- .../DeleteSubscriptionFilterCommand.ts | 12 +- .../DescribeAccountPoliciesCommand.ts | 12 +- .../commands/DescribeDestinationsCommand.ts | 12 +- .../commands/DescribeExportTasksCommand.ts | 12 +- .../src/commands/DescribeLogGroupsCommand.ts | 12 +- .../src/commands/DescribeLogStreamsCommand.ts | 12 +- .../commands/DescribeMetricFiltersCommand.ts | 12 +- .../src/commands/DescribeQueriesCommand.ts | 12 +- .../DescribeQueryDefinitionsCommand.ts | 12 +- .../DescribeResourcePoliciesCommand.ts | 12 +- .../DescribeSubscriptionFiltersCommand.ts | 12 +- .../src/commands/DisassociateKmsKeyCommand.ts | 12 +- .../src/commands/FilterLogEventsCommand.ts | 12 +- .../GetDataProtectionPolicyCommand.ts | 12 +- .../src/commands/GetLogEventsCommand.ts | 12 +- .../src/commands/GetLogGroupFieldsCommand.ts | 12 +- .../src/commands/GetLogRecordCommand.ts | 12 +- .../src/commands/GetQueryResultsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTagsLogGroupCommand.ts | 12 +- .../src/commands/PutAccountPolicyCommand.ts | 12 +- .../PutDataProtectionPolicyCommand.ts | 12 +- .../src/commands/PutDestinationCommand.ts | 12 +- .../commands/PutDestinationPolicyCommand.ts | 12 +- .../src/commands/PutLogEventsCommand.ts | 12 +- .../src/commands/PutMetricFilterCommand.ts | 12 +- .../src/commands/PutQueryDefinitionCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/PutRetentionPolicyCommand.ts | 12 +- .../commands/PutSubscriptionFilterCommand.ts | 12 +- .../src/commands/StartQueryCommand.ts | 12 +- .../src/commands/StopQueryCommand.ts | 12 +- .../src/commands/TagLogGroupCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestMetricFilterCommand.ts | 12 +- .../src/commands/UntagLogGroupCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CloudWatchLogsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeDestinationsPaginator.ts | 2 +- .../pagination/DescribeLogGroupsPaginator.ts | 2 +- .../pagination/DescribeLogStreamsPaginator.ts | 2 +- .../DescribeMetricFiltersPaginator.ts | 2 +- .../DescribeSubscriptionFiltersPaginator.ts | 2 +- .../pagination/FilterLogEventsPaginator.ts | 2 +- .../src/pagination/GetLogEventsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cloudwatch/package.json | 43 ++--- clients/client-cloudwatch/src/CloudWatch.ts | 4 +- .../client-cloudwatch/src/CloudWatchClient.ts | 28 ++- .../src/commands/DeleteAlarmsCommand.ts | 12 +- .../commands/DeleteAnomalyDetectorCommand.ts | 12 +- .../src/commands/DeleteDashboardsCommand.ts | 12 +- .../src/commands/DeleteInsightRulesCommand.ts | 12 +- .../src/commands/DeleteMetricStreamCommand.ts | 12 +- .../commands/DescribeAlarmHistoryCommand.ts | 12 +- .../src/commands/DescribeAlarmsCommand.ts | 12 +- .../DescribeAlarmsForMetricCommand.ts | 12 +- .../DescribeAnomalyDetectorsCommand.ts | 12 +- .../commands/DescribeInsightRulesCommand.ts | 12 +- .../commands/DisableAlarmActionsCommand.ts | 12 +- .../commands/DisableInsightRulesCommand.ts | 12 +- .../src/commands/EnableAlarmActionsCommand.ts | 12 +- .../src/commands/EnableInsightRulesCommand.ts | 12 +- .../src/commands/GetDashboardCommand.ts | 12 +- .../commands/GetInsightRuleReportCommand.ts | 12 +- .../src/commands/GetMetricDataCommand.ts | 12 +- .../commands/GetMetricStatisticsCommand.ts | 12 +- .../src/commands/GetMetricStreamCommand.ts | 12 +- .../commands/GetMetricWidgetImageCommand.ts | 12 +- .../src/commands/ListDashboardsCommand.ts | 12 +- .../ListManagedInsightRulesCommand.ts | 12 +- .../src/commands/ListMetricStreamsCommand.ts | 12 +- .../src/commands/ListMetricsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutAnomalyDetectorCommand.ts | 12 +- .../src/commands/PutCompositeAlarmCommand.ts | 12 +- .../src/commands/PutDashboardCommand.ts | 12 +- .../src/commands/PutInsightRuleCommand.ts | 12 +- .../commands/PutManagedInsightRulesCommand.ts | 12 +- .../src/commands/PutMetricAlarmCommand.ts | 12 +- .../src/commands/PutMetricDataCommand.ts | 12 +- .../src/commands/PutMetricStreamCommand.ts | 12 +- .../src/commands/SetAlarmStateCommand.ts | 12 +- .../src/commands/StartMetricStreamsCommand.ts | 12 +- .../src/commands/StopMetricStreamsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-cloudwatch/src/endpoint/ruleset.ts | 2 +- .../src/models/CloudWatchServiceException.ts | 2 +- .../client-cloudwatch/src/models/models_0.ts | 2 +- .../DescribeAlarmHistoryPaginator.ts | 2 +- .../src/pagination/DescribeAlarmsPaginator.ts | 2 +- .../DescribeAnomalyDetectorsPaginator.ts | 2 +- .../DescribeInsightRulesPaginator.ts | 2 +- .../src/pagination/GetMetricDataPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDashboardsPaginator.ts | 2 +- .../ListManagedInsightRulesPaginator.ts | 2 +- .../pagination/ListMetricStreamsPaginator.ts | 2 +- .../src/pagination/ListMetricsPaginator.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cloudwatch/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForAlarmExists.ts | 2 +- .../waiters/waitForCompositeAlarmExists.ts | 2 +- clients/client-codeartifact/package.json | 43 ++--- .../client-codeartifact/src/Codeartifact.ts | 4 +- .../src/CodeartifactClient.ts | 28 ++- .../AssociateExternalConnectionCommand.ts | 12 +- .../commands/CopyPackageVersionsCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../src/commands/CreateRepositoryCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../DeleteDomainPermissionsPolicyCommand.ts | 12 +- .../src/commands/DeletePackageCommand.ts | 12 +- .../commands/DeletePackageVersionsCommand.ts | 12 +- .../src/commands/DeleteRepositoryCommand.ts | 12 +- ...eleteRepositoryPermissionsPolicyCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../src/commands/DescribePackageCommand.ts | 12 +- .../commands/DescribePackageVersionCommand.ts | 12 +- .../src/commands/DescribeRepositoryCommand.ts | 12 +- .../DisassociateExternalConnectionCommand.ts | 12 +- .../commands/DisposePackageVersionsCommand.ts | 12 +- .../commands/GetAuthorizationTokenCommand.ts | 12 +- .../GetDomainPermissionsPolicyCommand.ts | 12 +- .../commands/GetPackageVersionAssetCommand.ts | 12 +- .../GetPackageVersionReadmeCommand.ts | 12 +- .../commands/GetRepositoryEndpointCommand.ts | 12 +- .../GetRepositoryPermissionsPolicyCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../ListPackageVersionAssetsCommand.ts | 12 +- .../ListPackageVersionDependenciesCommand.ts | 12 +- .../commands/ListPackageVersionsCommand.ts | 12 +- .../src/commands/ListPackagesCommand.ts | 12 +- .../src/commands/ListRepositoriesCommand.ts | 12 +- .../ListRepositoriesInDomainCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/PublishPackageVersionCommand.ts | 12 +- .../PutDomainPermissionsPolicyCommand.ts | 12 +- .../PutPackageOriginConfigurationCommand.ts | 12 +- .../PutRepositoryPermissionsPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdatePackageVersionsStatusCommand.ts | 12 +- .../src/commands/UpdateRepositoryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CodeartifactServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../ListPackageVersionAssetsPaginator.ts | 2 +- .../ListPackageVersionsPaginator.ts | 2 +- .../src/pagination/ListPackagesPaginator.ts | 2 +- .../ListRepositoriesInDomainPaginator.ts | 2 +- .../pagination/ListRepositoriesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../client-codeartifact/src/runtimeConfig.ts | 24 +-- clients/client-codebuild/package.json | 41 ++--- clients/client-codebuild/src/CodeBuild.ts | 4 +- .../client-codebuild/src/CodeBuildClient.ts | 28 ++- .../src/commands/BatchDeleteBuildsCommand.ts | 12 +- .../commands/BatchGetBuildBatchesCommand.ts | 12 +- .../src/commands/BatchGetBuildsCommand.ts | 12 +- .../src/commands/BatchGetProjectsCommand.ts | 12 +- .../commands/BatchGetReportGroupsCommand.ts | 12 +- .../src/commands/BatchGetReportsCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/CreateReportGroupCommand.ts | 12 +- .../src/commands/CreateWebhookCommand.ts | 12 +- .../src/commands/DeleteBuildBatchCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DeleteReportCommand.ts | 12 +- .../src/commands/DeleteReportGroupCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../DeleteSourceCredentialsCommand.ts | 12 +- .../src/commands/DeleteWebhookCommand.ts | 12 +- .../commands/DescribeCodeCoveragesCommand.ts | 12 +- .../src/commands/DescribeTestCasesCommand.ts | 12 +- .../commands/GetReportGroupTrendCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../ImportSourceCredentialsCommand.ts | 12 +- .../commands/InvalidateProjectCacheCommand.ts | 12 +- .../src/commands/ListBuildBatchesCommand.ts | 12 +- .../ListBuildBatchesForProjectCommand.ts | 12 +- .../src/commands/ListBuildsCommand.ts | 12 +- .../commands/ListBuildsForProjectCommand.ts | 12 +- .../ListCuratedEnvironmentImagesCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../src/commands/ListReportGroupsCommand.ts | 12 +- .../src/commands/ListReportsCommand.ts | 12 +- .../ListReportsForReportGroupCommand.ts | 12 +- .../src/commands/ListSharedProjectsCommand.ts | 12 +- .../commands/ListSharedReportGroupsCommand.ts | 12 +- .../commands/ListSourceCredentialsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/RetryBuildBatchCommand.ts | 12 +- .../src/commands/RetryBuildCommand.ts | 12 +- .../src/commands/StartBuildBatchCommand.ts | 12 +- .../src/commands/StartBuildCommand.ts | 12 +- .../src/commands/StopBuildBatchCommand.ts | 12 +- .../src/commands/StopBuildCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../UpdateProjectVisibilityCommand.ts | 12 +- .../src/commands/UpdateReportGroupCommand.ts | 12 +- .../src/commands/UpdateWebhookCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-codebuild/src/endpoint/ruleset.ts | 2 +- .../src/models/CodeBuildServiceException.ts | 2 +- .../client-codebuild/src/models/models_0.ts | 2 +- .../DescribeCodeCoveragesPaginator.ts | 2 +- .../pagination/DescribeTestCasesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListBuildBatchesForProjectPaginator.ts | 2 +- .../pagination/ListBuildBatchesPaginator.ts | 2 +- .../ListBuildsForProjectPaginator.ts | 2 +- .../src/pagination/ListBuildsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../pagination/ListReportGroupsPaginator.ts | 2 +- .../ListReportsForReportGroupPaginator.ts | 2 +- .../src/pagination/ListReportsPaginator.ts | 2 +- .../pagination/ListSharedProjectsPaginator.ts | 2 +- .../ListSharedReportGroupsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-codebuild/src/runtimeConfig.ts | 24 +-- clients/client-codecatalyst/package.json | 41 ++--- .../client-codecatalyst/src/CodeCatalyst.ts | 4 +- .../src/CodeCatalystClient.ts | 26 ++- .../src/commands/CreateAccessTokenCommand.ts | 12 +- .../commands/CreateDevEnvironmentCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../CreateSourceRepositoryBranchCommand.ts | 12 +- .../src/commands/DeleteAccessTokenCommand.ts | 12 +- .../commands/DeleteDevEnvironmentCommand.ts | 12 +- .../src/commands/GetDevEnvironmentCommand.ts | 12 +- .../src/commands/GetProjectCommand.ts | 12 +- .../GetSourceRepositoryCloneUrlsCommand.ts | 12 +- .../src/commands/GetSpaceCommand.ts | 12 +- .../src/commands/GetSubscriptionCommand.ts | 12 +- .../src/commands/GetUserDetailsCommand.ts | 12 +- .../src/commands/ListAccessTokensCommand.ts | 12 +- .../ListDevEnvironmentSessionsCommand.ts | 12 +- .../commands/ListDevEnvironmentsCommand.ts | 12 +- .../src/commands/ListEventLogsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../commands/ListSourceRepositoriesCommand.ts | 12 +- .../ListSourceRepositoryBranchesCommand.ts | 12 +- .../src/commands/ListSpacesCommand.ts | 12 +- .../commands/StartDevEnvironmentCommand.ts | 12 +- .../StartDevEnvironmentSessionCommand.ts | 12 +- .../src/commands/StopDevEnvironmentCommand.ts | 12 +- .../StopDevEnvironmentSessionCommand.ts | 12 +- .../commands/UpdateDevEnvironmentCommand.ts | 12 +- .../src/commands/VerifySessionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CodeCatalystServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAccessTokensPaginator.ts | 2 +- .../ListDevEnvironmentSessionsPaginator.ts | 2 +- .../ListDevEnvironmentsPaginator.ts | 2 +- .../src/pagination/ListEventLogsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../ListSourceRepositoriesPaginator.ts | 2 +- .../ListSourceRepositoryBranchesPaginator.ts | 2 +- .../src/pagination/ListSpacesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 12 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-codecatalyst/src/runtimeConfig.ts | 22 +-- clients/client-codecommit/package.json | 41 ++--- clients/client-codecommit/src/CodeCommit.ts | 4 +- .../client-codecommit/src/CodeCommitClient.ts | 28 ++- ...provalRuleTemplateWithRepositoryCommand.ts | 12 +- ...ovalRuleTemplateWithRepositoriesCommand.ts | 12 +- .../BatchDescribeMergeConflictsCommand.ts | 12 +- ...ovalRuleTemplateFromRepositoriesCommand.ts | 12 +- .../src/commands/BatchGetCommitsCommand.ts | 12 +- .../commands/BatchGetRepositoriesCommand.ts | 12 +- .../CreateApprovalRuleTemplateCommand.ts | 12 +- .../src/commands/CreateBranchCommand.ts | 12 +- .../src/commands/CreateCommitCommand.ts | 12 +- .../CreatePullRequestApprovalRuleCommand.ts | 12 +- .../src/commands/CreatePullRequestCommand.ts | 12 +- .../src/commands/CreateRepositoryCommand.ts | 12 +- .../CreateUnreferencedMergeCommitCommand.ts | 12 +- .../DeleteApprovalRuleTemplateCommand.ts | 12 +- .../src/commands/DeleteBranchCommand.ts | 12 +- .../commands/DeleteCommentContentCommand.ts | 12 +- .../src/commands/DeleteFileCommand.ts | 12 +- .../DeletePullRequestApprovalRuleCommand.ts | 12 +- .../src/commands/DeleteRepositoryCommand.ts | 12 +- .../commands/DescribeMergeConflictsCommand.ts | 12 +- .../DescribePullRequestEventsCommand.ts | 12 +- ...provalRuleTemplateFromRepositoryCommand.ts | 12 +- ...EvaluatePullRequestApprovalRulesCommand.ts | 12 +- .../GetApprovalRuleTemplateCommand.ts | 12 +- .../src/commands/GetBlobCommand.ts | 12 +- .../src/commands/GetBranchCommand.ts | 12 +- .../src/commands/GetCommentCommand.ts | 12 +- .../commands/GetCommentReactionsCommand.ts | 12 +- .../GetCommentsForComparedCommitCommand.ts | 12 +- .../GetCommentsForPullRequestCommand.ts | 12 +- .../src/commands/GetCommitCommand.ts | 12 +- .../src/commands/GetDifferencesCommand.ts | 12 +- .../src/commands/GetFileCommand.ts | 12 +- .../src/commands/GetFolderCommand.ts | 12 +- .../src/commands/GetMergeCommitCommand.ts | 12 +- .../src/commands/GetMergeConflictsCommand.ts | 12 +- .../src/commands/GetMergeOptionsCommand.ts | 12 +- .../GetPullRequestApprovalStatesCommand.ts | 12 +- .../src/commands/GetPullRequestCommand.ts | 12 +- .../GetPullRequestOverrideStateCommand.ts | 12 +- .../src/commands/GetRepositoryCommand.ts | 12 +- .../commands/GetRepositoryTriggersCommand.ts | 12 +- .../ListApprovalRuleTemplatesCommand.ts | 12 +- ...provalRuleTemplatesForRepositoryCommand.ts | 12 +- .../src/commands/ListBranchesCommand.ts | 12 +- .../src/commands/ListPullRequestsCommand.ts | 12 +- .../src/commands/ListRepositoriesCommand.ts | 12 +- ...ositoriesForApprovalRuleTemplateCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../MergeBranchesByFastForwardCommand.ts | 12 +- .../commands/MergeBranchesBySquashCommand.ts | 12 +- .../MergeBranchesByThreeWayCommand.ts | 12 +- .../MergePullRequestByFastForwardCommand.ts | 12 +- .../MergePullRequestBySquashCommand.ts | 12 +- .../MergePullRequestByThreeWayCommand.ts | 12 +- ...OverridePullRequestApprovalRulesCommand.ts | 12 +- .../PostCommentForComparedCommitCommand.ts | 12 +- .../PostCommentForPullRequestCommand.ts | 12 +- .../src/commands/PostCommentReplyCommand.ts | 12 +- .../src/commands/PutCommentReactionCommand.ts | 12 +- .../src/commands/PutFileCommand.ts | 12 +- .../commands/PutRepositoryTriggersCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../commands/TestRepositoryTriggersCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...pdateApprovalRuleTemplateContentCommand.ts | 12 +- ...eApprovalRuleTemplateDescriptionCommand.ts | 12 +- .../UpdateApprovalRuleTemplateNameCommand.ts | 12 +- .../src/commands/UpdateCommentCommand.ts | 12 +- .../commands/UpdateDefaultBranchCommand.ts | 12 +- ...tePullRequestApprovalRuleContentCommand.ts | 12 +- .../UpdatePullRequestApprovalStateCommand.ts | 12 +- .../UpdatePullRequestDescriptionCommand.ts | 12 +- .../UpdatePullRequestStatusCommand.ts | 12 +- .../commands/UpdatePullRequestTitleCommand.ts | 12 +- .../UpdateRepositoryDescriptionCommand.ts | 12 +- .../commands/UpdateRepositoryNameCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-codecommit/src/endpoint/ruleset.ts | 2 +- .../src/models/CodeCommitServiceException.ts | 2 +- .../client-codecommit/src/models/models_0.ts | 2 +- .../client-codecommit/src/models/models_1.ts | 2 +- .../DescribeMergeConflictsPaginator.ts | 2 +- .../DescribePullRequestEventsPaginator.ts | 2 +- .../GetCommentReactionsPaginator.ts | 2 +- .../GetCommentsForComparedCommitPaginator.ts | 2 +- .../GetCommentsForPullRequestPaginator.ts | 2 +- .../src/pagination/GetDifferencesPaginator.ts | 2 +- .../pagination/GetMergeConflictsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApprovalRuleTemplatesPaginator.ts | 2 +- ...ovalRuleTemplatesForRepositoryPaginator.ts | 2 +- .../src/pagination/ListBranchesPaginator.ts | 2 +- .../pagination/ListPullRequestsPaginator.ts | 2 +- ...itoriesForApprovalRuleTemplatePaginator.ts | 2 +- .../pagination/ListRepositoriesPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-codecommit/src/runtimeConfig.ts | 24 +-- clients/client-codedeploy/package.json | 43 ++--- clients/client-codedeploy/src/CodeDeploy.ts | 4 +- .../client-codedeploy/src/CodeDeployClient.ts | 28 ++- .../AddTagsToOnPremisesInstancesCommand.ts | 12 +- .../BatchGetApplicationRevisionsCommand.ts | 12 +- .../commands/BatchGetApplicationsCommand.ts | 12 +- .../BatchGetDeploymentGroupsCommand.ts | 12 +- .../BatchGetDeploymentInstancesCommand.ts | 12 +- .../BatchGetDeploymentTargetsCommand.ts | 12 +- .../commands/BatchGetDeploymentsCommand.ts | 12 +- .../BatchGetOnPremisesInstancesCommand.ts | 12 +- .../src/commands/ContinueDeploymentCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../commands/CreateDeploymentConfigCommand.ts | 12 +- .../commands/CreateDeploymentGroupCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../commands/DeleteDeploymentConfigCommand.ts | 12 +- .../commands/DeleteDeploymentGroupCommand.ts | 12 +- .../DeleteGitHubAccountTokenCommand.ts | 12 +- .../DeleteResourcesByExternalIdCommand.ts | 12 +- .../DeregisterOnPremisesInstanceCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../commands/GetApplicationRevisionCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../commands/GetDeploymentConfigCommand.ts | 12 +- .../src/commands/GetDeploymentGroupCommand.ts | 12 +- .../commands/GetDeploymentInstanceCommand.ts | 12 +- .../commands/GetDeploymentTargetCommand.ts | 12 +- .../commands/GetOnPremisesInstanceCommand.ts | 12 +- .../ListApplicationRevisionsCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/ListDeploymentConfigsCommand.ts | 12 +- .../commands/ListDeploymentGroupsCommand.ts | 12 +- .../ListDeploymentInstancesCommand.ts | 12 +- .../commands/ListDeploymentTargetsCommand.ts | 12 +- .../src/commands/ListDeploymentsCommand.ts | 12 +- .../ListGitHubAccountTokenNamesCommand.ts | 12 +- .../ListOnPremisesInstancesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...ifecycleEventHookExecutionStatusCommand.ts | 12 +- .../RegisterApplicationRevisionCommand.ts | 12 +- .../RegisterOnPremisesInstanceCommand.ts | 12 +- ...emoveTagsFromOnPremisesInstancesCommand.ts | 12 +- ...ipWaitTimeForInstanceTerminationCommand.ts | 12 +- .../src/commands/StopDeploymentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../commands/UpdateDeploymentGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-codedeploy/src/endpoint/ruleset.ts | 2 +- .../src/models/CodeDeployServiceException.ts | 2 +- .../client-codedeploy/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApplicationRevisionsPaginator.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../ListDeploymentConfigsPaginator.ts | 2 +- .../ListDeploymentGroupsPaginator.ts | 2 +- .../ListDeploymentInstancesPaginator.ts | 2 +- .../pagination/ListDeploymentsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-codedeploy/src/runtimeConfig.ts | 24 +-- .../waiters/waitForDeploymentSuccessful.ts | 2 +- clients/client-codeguru-reviewer/package.json | 43 ++--- .../src/CodeGuruReviewer.ts | 4 +- .../src/CodeGuruReviewerClient.ts | 28 ++- .../commands/AssociateRepositoryCommand.ts | 12 +- .../src/commands/CreateCodeReviewCommand.ts | 12 +- .../src/commands/DescribeCodeReviewCommand.ts | 12 +- .../DescribeRecommendationFeedbackCommand.ts | 12 +- .../DescribeRepositoryAssociationCommand.ts | 12 +- .../commands/DisassociateRepositoryCommand.ts | 12 +- .../src/commands/ListCodeReviewsCommand.ts | 12 +- .../ListRecommendationFeedbackCommand.ts | 12 +- .../commands/ListRecommendationsCommand.ts | 12 +- .../ListRepositoryAssociationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutRecommendationFeedbackCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CodeGuruReviewerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListCodeReviewsPaginator.ts | 2 +- .../ListRecommendationFeedbackPaginator.ts | 2 +- .../ListRecommendationsPaginator.ts | 2 +- .../ListRepositoryAssociationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForCodeReviewCompleted.ts | 2 +- .../waitForRepositoryAssociationSucceeded.ts | 2 +- clients/client-codeguru-security/package.json | 41 ++--- .../src/CodeGuruSecurity.ts | 4 +- .../src/CodeGuruSecurityClient.ts | 28 ++- .../src/commands/BatchGetFindingsCommand.ts | 12 +- .../src/commands/CreateScanCommand.ts | 12 +- .../src/commands/CreateUploadUrlCommand.ts | 12 +- .../GetAccountConfigurationCommand.ts | 12 +- .../src/commands/GetFindingsCommand.ts | 12 +- .../src/commands/GetMetricsSummaryCommand.ts | 12 +- .../src/commands/GetScanCommand.ts | 12 +- .../commands/ListFindingsMetricsCommand.ts | 12 +- .../src/commands/ListScansCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAccountConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CodeGuruSecurityServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/GetFindingsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListFindingsMetricsPaginator.ts | 2 +- .../src/pagination/ListScansPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-codeguruprofiler/package.json | 43 ++--- .../src/CodeGuruProfiler.ts | 4 +- .../src/CodeGuruProfilerClient.ts | 28 ++- .../AddNotificationChannelsCommand.ts | 12 +- .../BatchGetFrameMetricDataCommand.ts | 12 +- .../src/commands/ConfigureAgentCommand.ts | 12 +- .../commands/CreateProfilingGroupCommand.ts | 12 +- .../commands/DeleteProfilingGroupCommand.ts | 12 +- .../commands/DescribeProfilingGroupCommand.ts | 12 +- .../GetFindingsReportAccountSummaryCommand.ts | 12 +- .../GetNotificationConfigurationCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../src/commands/GetProfileCommand.ts | 14 +- .../src/commands/GetRecommendationsCommand.ts | 12 +- .../commands/ListFindingsReportsCommand.ts | 12 +- .../src/commands/ListProfileTimesCommand.ts | 12 +- .../commands/ListProfilingGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PostAgentProfileCommand.ts | 14 +- .../src/commands/PutPermissionCommand.ts | 12 +- .../RemoveNotificationChannelCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../src/commands/SubmitFeedbackCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateProfilingGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CodeGuruProfilerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...etFindingsReportAccountSummaryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListFindingsReportsPaginator.ts | 2 +- .../pagination/ListProfileTimesPaginator.ts | 2 +- .../ListProfilingGroupsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-codepipeline/package.json | 41 ++--- .../client-codepipeline/src/CodePipeline.ts | 4 +- .../src/CodePipelineClient.ts | 28 ++- .../src/commands/AcknowledgeJobCommand.ts | 12 +- .../AcknowledgeThirdPartyJobCommand.ts | 12 +- .../commands/CreateCustomActionTypeCommand.ts | 12 +- .../src/commands/CreatePipelineCommand.ts | 12 +- .../commands/DeleteCustomActionTypeCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../src/commands/DeleteWebhookCommand.ts | 12 +- .../DeregisterWebhookWithThirdPartyCommand.ts | 12 +- .../commands/DisableStageTransitionCommand.ts | 12 +- .../commands/EnableStageTransitionCommand.ts | 12 +- .../src/commands/GetActionTypeCommand.ts | 12 +- .../src/commands/GetJobDetailsCommand.ts | 12 +- .../src/commands/GetPipelineCommand.ts | 12 +- .../commands/GetPipelineExecutionCommand.ts | 12 +- .../src/commands/GetPipelineStateCommand.ts | 12 +- .../GetThirdPartyJobDetailsCommand.ts | 12 +- .../commands/ListActionExecutionsCommand.ts | 12 +- .../src/commands/ListActionTypesCommand.ts | 12 +- .../commands/ListPipelineExecutionsCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWebhooksCommand.ts | 12 +- .../src/commands/PollForJobsCommand.ts | 12 +- .../commands/PollForThirdPartyJobsCommand.ts | 12 +- .../src/commands/PutActionRevisionCommand.ts | 12 +- .../src/commands/PutApprovalResultCommand.ts | 12 +- .../commands/PutJobFailureResultCommand.ts | 12 +- .../commands/PutJobSuccessResultCommand.ts | 12 +- .../PutThirdPartyJobFailureResultCommand.ts | 12 +- .../PutThirdPartyJobSuccessResultCommand.ts | 12 +- .../src/commands/PutWebhookCommand.ts | 12 +- .../RegisterWebhookWithThirdPartyCommand.ts | 12 +- .../commands/RetryStageExecutionCommand.ts | 12 +- .../commands/StartPipelineExecutionCommand.ts | 12 +- .../commands/StopPipelineExecutionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateActionTypeCommand.ts | 12 +- .../src/commands/UpdatePipelineCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CodePipelineServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListActionExecutionsPaginator.ts | 2 +- .../pagination/ListActionTypesPaginator.ts | 2 +- .../ListPipelineExecutionsPaginator.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/ListWebhooksPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-codepipeline/src/runtimeConfig.ts | 24 +-- .../client-codestar-connections/package.json | 41 ++--- .../src/CodeStarConnections.ts | 4 +- .../src/CodeStarConnectionsClient.ts | 28 ++- .../src/commands/CreateConnectionCommand.ts | 12 +- .../src/commands/CreateHostCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteHostCommand.ts | 12 +- .../src/commands/GetConnectionCommand.ts | 12 +- .../src/commands/GetHostCommand.ts | 12 +- .../src/commands/ListConnectionsCommand.ts | 12 +- .../src/commands/ListHostsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateHostCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CodeStarConnectionsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListConnectionsPaginator.ts | 2 +- .../src/pagination/ListHostsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/CodestarNotifications.ts | 4 +- .../src/CodestarNotificationsClient.ts | 28 ++- .../commands/CreateNotificationRuleCommand.ts | 12 +- .../commands/DeleteNotificationRuleCommand.ts | 12 +- .../src/commands/DeleteTargetCommand.ts | 12 +- .../DescribeNotificationRuleCommand.ts | 12 +- .../src/commands/ListEventTypesCommand.ts | 12 +- .../commands/ListNotificationRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTargetsCommand.ts | 12 +- .../src/commands/SubscribeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnsubscribeCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateNotificationRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CodestarNotificationsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListEventTypesPaginator.ts | 2 +- .../ListNotificationRulesPaginator.ts | 2 +- .../src/pagination/ListTargetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-codestar/package.json | 41 ++--- clients/client-codestar/src/CodeStar.ts | 4 +- clients/client-codestar/src/CodeStarClient.ts | 28 ++- .../commands/AssociateTeamMemberCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/CreateUserProfileCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DeleteUserProfileCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../commands/DescribeUserProfileCommand.ts | 12 +- .../commands/DisassociateTeamMemberCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../src/commands/ListResourcesCommand.ts | 12 +- .../src/commands/ListTagsForProjectCommand.ts | 12 +- .../src/commands/ListTeamMembersCommand.ts | 12 +- .../src/commands/ListUserProfilesCommand.ts | 12 +- .../src/commands/TagProjectCommand.ts | 12 +- .../src/commands/UntagProjectCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../src/commands/UpdateTeamMemberCommand.ts | 12 +- .../src/commands/UpdateUserProfileCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-codestar/src/endpoint/ruleset.ts | 2 +- .../src/models/CodeStarServiceException.ts | 2 +- .../client-codestar/src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-codestar/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/CognitoIdentityProvider.ts | 4 +- .../src/CognitoIdentityProviderClient.ts | 28 ++- .../commands/AddCustomAttributesCommand.ts | 12 +- .../commands/AdminAddUserToGroupCommand.ts | 12 +- .../src/commands/AdminConfirmSignUpCommand.ts | 12 +- .../src/commands/AdminCreateUserCommand.ts | 12 +- .../AdminDeleteUserAttributesCommand.ts | 12 +- .../src/commands/AdminDeleteUserCommand.ts | 12 +- .../AdminDisableProviderForUserCommand.ts | 12 +- .../src/commands/AdminDisableUserCommand.ts | 12 +- .../src/commands/AdminEnableUserCommand.ts | 12 +- .../src/commands/AdminForgetDeviceCommand.ts | 12 +- .../src/commands/AdminGetDeviceCommand.ts | 12 +- .../src/commands/AdminGetUserCommand.ts | 12 +- .../src/commands/AdminInitiateAuthCommand.ts | 12 +- .../AdminLinkProviderForUserCommand.ts | 12 +- .../src/commands/AdminListDevicesCommand.ts | 12 +- .../commands/AdminListGroupsForUserCommand.ts | 12 +- .../AdminListUserAuthEventsCommand.ts | 12 +- .../AdminRemoveUserFromGroupCommand.ts | 12 +- .../commands/AdminResetUserPasswordCommand.ts | 12 +- .../AdminRespondToAuthChallengeCommand.ts | 12 +- .../AdminSetUserMFAPreferenceCommand.ts | 12 +- .../commands/AdminSetUserPasswordCommand.ts | 12 +- .../commands/AdminSetUserSettingsCommand.ts | 12 +- .../AdminUpdateAuthEventFeedbackCommand.ts | 12 +- .../AdminUpdateDeviceStatusCommand.ts | 12 +- .../AdminUpdateUserAttributesCommand.ts | 12 +- .../commands/AdminUserGlobalSignOutCommand.ts | 12 +- .../commands/AssociateSoftwareTokenCommand.ts | 12 +- .../src/commands/ChangePasswordCommand.ts | 12 +- .../src/commands/ConfirmDeviceCommand.ts | 12 +- .../commands/ConfirmForgotPasswordCommand.ts | 12 +- .../src/commands/ConfirmSignUpCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../commands/CreateIdentityProviderCommand.ts | 12 +- .../commands/CreateResourceServerCommand.ts | 12 +- .../commands/CreateUserImportJobCommand.ts | 12 +- .../commands/CreateUserPoolClientCommand.ts | 12 +- .../src/commands/CreateUserPoolCommand.ts | 12 +- .../commands/CreateUserPoolDomainCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../commands/DeleteIdentityProviderCommand.ts | 12 +- .../commands/DeleteResourceServerCommand.ts | 12 +- .../commands/DeleteUserAttributesCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../commands/DeleteUserPoolClientCommand.ts | 12 +- .../src/commands/DeleteUserPoolCommand.ts | 12 +- .../commands/DeleteUserPoolDomainCommand.ts | 12 +- .../DescribeIdentityProviderCommand.ts | 12 +- .../commands/DescribeResourceServerCommand.ts | 12 +- .../DescribeRiskConfigurationCommand.ts | 12 +- .../commands/DescribeUserImportJobCommand.ts | 12 +- .../commands/DescribeUserPoolClientCommand.ts | 12 +- .../src/commands/DescribeUserPoolCommand.ts | 12 +- .../commands/DescribeUserPoolDomainCommand.ts | 12 +- .../src/commands/ForgetDeviceCommand.ts | 12 +- .../src/commands/ForgotPasswordCommand.ts | 12 +- .../src/commands/GetCSVHeaderCommand.ts | 12 +- .../src/commands/GetDeviceCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../GetIdentityProviderByIdentifierCommand.ts | 12 +- .../commands/GetSigningCertificateCommand.ts | 12 +- .../src/commands/GetUICustomizationCommand.ts | 12 +- ...GetUserAttributeVerificationCodeCommand.ts | 12 +- .../src/commands/GetUserCommand.ts | 12 +- .../commands/GetUserPoolMfaConfigCommand.ts | 12 +- .../src/commands/GlobalSignOutCommand.ts | 12 +- .../src/commands/InitiateAuthCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../commands/ListIdentityProvidersCommand.ts | 12 +- .../commands/ListResourceServersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUserImportJobsCommand.ts | 12 +- .../commands/ListUserPoolClientsCommand.ts | 12 +- .../src/commands/ListUserPoolsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/ListUsersInGroupCommand.ts | 12 +- .../commands/ResendConfirmationCodeCommand.ts | 12 +- .../commands/RespondToAuthChallengeCommand.ts | 12 +- .../src/commands/RevokeTokenCommand.ts | 12 +- .../commands/SetRiskConfigurationCommand.ts | 12 +- .../src/commands/SetUICustomizationCommand.ts | 12 +- .../commands/SetUserMFAPreferenceCommand.ts | 12 +- .../commands/SetUserPoolMfaConfigCommand.ts | 12 +- .../src/commands/SetUserSettingsCommand.ts | 12 +- .../src/commands/SignUpCommand.ts | 12 +- .../src/commands/StartUserImportJobCommand.ts | 12 +- .../src/commands/StopUserImportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAuthEventFeedbackCommand.ts | 12 +- .../src/commands/UpdateDeviceStatusCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../commands/UpdateIdentityProviderCommand.ts | 12 +- .../commands/UpdateResourceServerCommand.ts | 12 +- .../commands/UpdateUserAttributesCommand.ts | 12 +- .../commands/UpdateUserPoolClientCommand.ts | 12 +- .../src/commands/UpdateUserPoolCommand.ts | 12 +- .../commands/UpdateUserPoolDomainCommand.ts | 12 +- .../commands/VerifySoftwareTokenCommand.ts | 12 +- .../commands/VerifyUserAttributeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...CognitoIdentityProviderServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/models/models_1.ts | 2 +- .../AdminListGroupsForUserPaginator.ts | 2 +- .../AdminListUserAuthEventsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../ListIdentityProvidersPaginator.ts | 2 +- .../ListResourceServersPaginator.ts | 2 +- .../ListUserPoolClientsPaginator.ts | 2 +- .../src/pagination/ListUserPoolsPaginator.ts | 2 +- .../pagination/ListUsersInGroupPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cognito-identity/package.json | 41 ++--- .../src/CognitoIdentity.ts | 4 +- .../src/CognitoIdentityClient.ts | 28 ++- .../src/commands/CreateIdentityPoolCommand.ts | 12 +- .../src/commands/DeleteIdentitiesCommand.ts | 12 +- .../src/commands/DeleteIdentityPoolCommand.ts | 12 +- .../src/commands/DescribeIdentityCommand.ts | 12 +- .../commands/DescribeIdentityPoolCommand.ts | 12 +- .../GetCredentialsForIdentityCommand.ts | 12 +- .../src/commands/GetIdCommand.ts | 12 +- .../commands/GetIdentityPoolRolesCommand.ts | 12 +- .../src/commands/GetOpenIdTokenCommand.ts | 12 +- ...tOpenIdTokenForDeveloperIdentityCommand.ts | 12 +- .../GetPrincipalTagAttributeMapCommand.ts | 12 +- .../src/commands/ListIdentitiesCommand.ts | 12 +- .../src/commands/ListIdentityPoolsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../LookupDeveloperIdentityCommand.ts | 12 +- .../MergeDeveloperIdentitiesCommand.ts | 12 +- .../commands/SetIdentityPoolRolesCommand.ts | 12 +- .../SetPrincipalTagAttributeMapCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../UnlinkDeveloperIdentityCommand.ts | 12 +- .../src/commands/UnlinkIdentityCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateIdentityPoolCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CognitoIdentityServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListIdentityPoolsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cognito-sync/package.json | 41 ++--- .../client-cognito-sync/src/CognitoSync.ts | 4 +- .../src/CognitoSyncClient.ts | 28 ++- .../src/commands/BulkPublishCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../DescribeIdentityPoolUsageCommand.ts | 12 +- .../commands/DescribeIdentityUsageCommand.ts | 12 +- .../commands/GetBulkPublishDetailsCommand.ts | 12 +- .../src/commands/GetCognitoEventsCommand.ts | 12 +- .../GetIdentityPoolConfigurationCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../commands/ListIdentityPoolUsageCommand.ts | 12 +- .../src/commands/ListRecordsCommand.ts | 12 +- .../src/commands/RegisterDeviceCommand.ts | 12 +- .../src/commands/SetCognitoEventsCommand.ts | 12 +- .../SetIdentityPoolConfigurationCommand.ts | 12 +- .../src/commands/SubscribeToDatasetCommand.ts | 12 +- .../commands/UnsubscribeFromDatasetCommand.ts | 12 +- .../src/commands/UpdateRecordsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/CognitoSyncServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cognito-sync/src/runtimeConfig.ts | 24 +-- clients/client-comprehend/package.json | 41 ++--- clients/client-comprehend/src/Comprehend.ts | 4 +- .../client-comprehend/src/ComprehendClient.ts | 28 ++- .../BatchDetectDominantLanguageCommand.ts | 12 +- .../commands/BatchDetectEntitiesCommand.ts | 12 +- .../commands/BatchDetectKeyPhrasesCommand.ts | 12 +- .../commands/BatchDetectSentimentCommand.ts | 12 +- .../src/commands/BatchDetectSyntaxCommand.ts | 12 +- .../BatchDetectTargetedSentimentCommand.ts | 12 +- .../src/commands/ClassifyDocumentCommand.ts | 12 +- .../commands/ContainsPiiEntitiesCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../CreateDocumentClassifierCommand.ts | 12 +- .../src/commands/CreateEndpointCommand.ts | 12 +- .../commands/CreateEntityRecognizerCommand.ts | 12 +- .../src/commands/CreateFlywheelCommand.ts | 12 +- .../DeleteDocumentClassifierCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../commands/DeleteEntityRecognizerCommand.ts | 12 +- .../src/commands/DeleteFlywheelCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- ...escribeDocumentClassificationJobCommand.ts | 12 +- .../DescribeDocumentClassifierCommand.ts | 12 +- ...ribeDominantLanguageDetectionJobCommand.ts | 12 +- .../src/commands/DescribeEndpointCommand.ts | 12 +- .../DescribeEntitiesDetectionJobCommand.ts | 12 +- .../DescribeEntityRecognizerCommand.ts | 12 +- .../DescribeEventsDetectionJobCommand.ts | 12 +- .../src/commands/DescribeFlywheelCommand.ts | 12 +- .../DescribeFlywheelIterationCommand.ts | 12 +- .../DescribeKeyPhrasesDetectionJobCommand.ts | 12 +- .../DescribePiiEntitiesDetectionJobCommand.ts | 12 +- .../commands/DescribeResourcePolicyCommand.ts | 12 +- .../DescribeSentimentDetectionJobCommand.ts | 12 +- ...ibeTargetedSentimentDetectionJobCommand.ts | 12 +- .../DescribeTopicsDetectionJobCommand.ts | 12 +- .../commands/DetectDominantLanguageCommand.ts | 12 +- .../src/commands/DetectEntitiesCommand.ts | 12 +- .../src/commands/DetectKeyPhrasesCommand.ts | 12 +- .../src/commands/DetectPiiEntitiesCommand.ts | 12 +- .../src/commands/DetectSentimentCommand.ts | 12 +- .../src/commands/DetectSyntaxCommand.ts | 12 +- .../DetectTargetedSentimentCommand.ts | 12 +- .../src/commands/ImportModelCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../ListDocumentClassificationJobsCommand.ts | 12 +- .../ListDocumentClassifierSummariesCommand.ts | 12 +- .../ListDocumentClassifiersCommand.ts | 12 +- ...istDominantLanguageDetectionJobsCommand.ts | 12 +- .../src/commands/ListEndpointsCommand.ts | 12 +- .../ListEntitiesDetectionJobsCommand.ts | 12 +- .../ListEntityRecognizerSummariesCommand.ts | 12 +- .../commands/ListEntityRecognizersCommand.ts | 12 +- .../ListEventsDetectionJobsCommand.ts | 12 +- .../ListFlywheelIterationHistoryCommand.ts | 12 +- .../src/commands/ListFlywheelsCommand.ts | 12 +- .../ListKeyPhrasesDetectionJobsCommand.ts | 12 +- .../ListPiiEntitiesDetectionJobsCommand.ts | 12 +- .../ListSentimentDetectionJobsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...stTargetedSentimentDetectionJobsCommand.ts | 12 +- .../ListTopicsDetectionJobsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../StartDocumentClassificationJobCommand.ts | 12 +- ...tartDominantLanguageDetectionJobCommand.ts | 12 +- .../StartEntitiesDetectionJobCommand.ts | 12 +- .../StartEventsDetectionJobCommand.ts | 12 +- .../commands/StartFlywheelIterationCommand.ts | 12 +- .../StartKeyPhrasesDetectionJobCommand.ts | 12 +- .../StartPiiEntitiesDetectionJobCommand.ts | 12 +- .../StartSentimentDetectionJobCommand.ts | 12 +- ...artTargetedSentimentDetectionJobCommand.ts | 12 +- .../StartTopicsDetectionJobCommand.ts | 12 +- ...StopDominantLanguageDetectionJobCommand.ts | 12 +- .../StopEntitiesDetectionJobCommand.ts | 12 +- .../commands/StopEventsDetectionJobCommand.ts | 12 +- .../StopKeyPhrasesDetectionJobCommand.ts | 12 +- .../StopPiiEntitiesDetectionJobCommand.ts | 12 +- .../StopSentimentDetectionJobCommand.ts | 12 +- ...topTargetedSentimentDetectionJobCommand.ts | 12 +- .../StopTrainingDocumentClassifierCommand.ts | 12 +- .../StopTrainingEntityRecognizerCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateEndpointCommand.ts | 12 +- .../src/commands/UpdateFlywheelCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-comprehend/src/endpoint/ruleset.ts | 2 +- .../src/models/ComprehendServiceException.ts | 2 +- .../client-comprehend/src/models/models_0.ts | 2 +- .../client-comprehend/src/models/models_1.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- ...ListDocumentClassificationJobsPaginator.ts | 2 +- ...istDocumentClassifierSummariesPaginator.ts | 2 +- .../ListDocumentClassifiersPaginator.ts | 2 +- ...tDominantLanguageDetectionJobsPaginator.ts | 2 +- .../src/pagination/ListEndpointsPaginator.ts | 2 +- .../ListEntitiesDetectionJobsPaginator.ts | 2 +- .../ListEntityRecognizerSummariesPaginator.ts | 2 +- .../ListEntityRecognizersPaginator.ts | 2 +- .../ListEventsDetectionJobsPaginator.ts | 2 +- .../ListFlywheelIterationHistoryPaginator.ts | 2 +- .../src/pagination/ListFlywheelsPaginator.ts | 2 +- .../ListKeyPhrasesDetectionJobsPaginator.ts | 2 +- .../ListPiiEntitiesDetectionJobsPaginator.ts | 2 +- .../ListSentimentDetectionJobsPaginator.ts | 2 +- ...TargetedSentimentDetectionJobsPaginator.ts | 2 +- .../ListTopicsDetectionJobsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-comprehend/src/runtimeConfig.ts | 24 +-- clients/client-comprehendmedical/package.json | 41 ++--- .../src/ComprehendMedical.ts | 4 +- .../src/ComprehendMedicalClient.ts | 28 ++- .../DescribeEntitiesDetectionV2JobCommand.ts | 12 +- .../DescribeICD10CMInferenceJobCommand.ts | 12 +- .../DescribePHIDetectionJobCommand.ts | 12 +- .../DescribeRxNormInferenceJobCommand.ts | 12 +- .../DescribeSNOMEDCTInferenceJobCommand.ts | 12 +- .../src/commands/DetectEntitiesCommand.ts | 12 +- .../src/commands/DetectEntitiesV2Command.ts | 12 +- .../src/commands/DetectPHICommand.ts | 12 +- .../src/commands/InferICD10CMCommand.ts | 12 +- .../src/commands/InferRxNormCommand.ts | 12 +- .../src/commands/InferSNOMEDCTCommand.ts | 12 +- .../ListEntitiesDetectionV2JobsCommand.ts | 12 +- .../ListICD10CMInferenceJobsCommand.ts | 12 +- .../commands/ListPHIDetectionJobsCommand.ts | 12 +- .../ListRxNormInferenceJobsCommand.ts | 12 +- .../ListSNOMEDCTInferenceJobsCommand.ts | 12 +- .../StartEntitiesDetectionV2JobCommand.ts | 12 +- .../StartICD10CMInferenceJobCommand.ts | 12 +- .../commands/StartPHIDetectionJobCommand.ts | 12 +- .../StartRxNormInferenceJobCommand.ts | 12 +- .../StartSNOMEDCTInferenceJobCommand.ts | 12 +- .../StopEntitiesDetectionV2JobCommand.ts | 12 +- .../StopICD10CMInferenceJobCommand.ts | 12 +- .../commands/StopPHIDetectionJobCommand.ts | 12 +- .../commands/StopRxNormInferenceJobCommand.ts | 12 +- .../StopSNOMEDCTInferenceJobCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ComprehendMedicalServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-compute-optimizer/package.json | 41 ++--- .../src/ComputeOptimizer.ts | 4 +- .../src/ComputeOptimizerClient.ts | 28 ++- .../DeleteRecommendationPreferencesCommand.ts | 12 +- ...DescribeRecommendationExportJobsCommand.ts | 12 +- ...tAutoScalingGroupRecommendationsCommand.ts | 12 +- .../ExportEBSVolumeRecommendationsCommand.ts | 12 +- ...ExportEC2InstanceRecommendationsCommand.ts | 12 +- .../ExportECSServiceRecommendationsCommand.ts | 12 +- ...ortLambdaFunctionRecommendationsCommand.ts | 12 +- ...tAutoScalingGroupRecommendationsCommand.ts | 12 +- .../GetEBSVolumeRecommendationsCommand.ts | 12 +- .../GetEC2InstanceRecommendationsCommand.ts | 12 +- ...C2RecommendationProjectedMetricsCommand.ts | 12 +- ...ceRecommendationProjectedMetricsCommand.ts | 12 +- .../GetECSServiceRecommendationsCommand.ts | 12 +- ...fectiveRecommendationPreferencesCommand.ts | 12 +- .../commands/GetEnrollmentStatusCommand.ts | 12 +- ...nrollmentStatusesForOrganizationCommand.ts | 12 +- ...GetLambdaFunctionRecommendationsCommand.ts | 12 +- .../GetRecommendationPreferencesCommand.ts | 12 +- .../GetRecommendationSummariesCommand.ts | 12 +- .../PutRecommendationPreferencesCommand.ts | 12 +- .../commands/UpdateEnrollmentStatusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ComputeOptimizerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...scribeRecommendationExportJobsPaginator.ts | 2 +- ...ollmentStatusesForOrganizationPaginator.ts | 2 +- ...tLambdaFunctionRecommendationsPaginator.ts | 2 +- .../GetRecommendationPreferencesPaginator.ts | 2 +- .../GetRecommendationSummariesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-config-service/package.json | 41 ++--- .../src/ConfigService.ts | 4 +- .../src/ConfigServiceClient.ts | 28 ++- .../BatchGetAggregateResourceConfigCommand.ts | 12 +- .../commands/BatchGetResourceConfigCommand.ts | 12 +- .../DeleteAggregationAuthorizationCommand.ts | 12 +- .../src/commands/DeleteConfigRuleCommand.ts | 12 +- .../DeleteConfigurationAggregatorCommand.ts | 12 +- .../DeleteConfigurationRecorderCommand.ts | 12 +- .../commands/DeleteConformancePackCommand.ts | 12 +- .../commands/DeleteDeliveryChannelCommand.ts | 12 +- .../DeleteEvaluationResultsCommand.ts | 12 +- .../DeleteOrganizationConfigRuleCommand.ts | 12 +- ...eleteOrganizationConformancePackCommand.ts | 12 +- .../DeletePendingAggregationRequestCommand.ts | 12 +- .../DeleteRemediationConfigurationCommand.ts | 12 +- .../DeleteRemediationExceptionsCommand.ts | 12 +- .../commands/DeleteResourceConfigCommand.ts | 12 +- .../DeleteRetentionConfigurationCommand.ts | 12 +- .../src/commands/DeleteStoredQueryCommand.ts | 12 +- .../commands/DeliverConfigSnapshotCommand.ts | 12 +- ...AggregateComplianceByConfigRulesCommand.ts | 12 +- ...gateComplianceByConformancePacksCommand.ts | 12 +- ...escribeAggregationAuthorizationsCommand.ts | 12 +- .../DescribeComplianceByConfigRuleCommand.ts | 12 +- .../DescribeComplianceByResourceCommand.ts | 12 +- ...scribeConfigRuleEvaluationStatusCommand.ts | 12 +- .../commands/DescribeConfigRulesCommand.ts | 12 +- ...igurationAggregatorSourcesStatusCommand.ts | 12 +- ...DescribeConfigurationAggregatorsCommand.ts | 12 +- ...cribeConfigurationRecorderStatusCommand.ts | 12 +- .../DescribeConfigurationRecordersCommand.ts | 12 +- ...escribeConformancePackComplianceCommand.ts | 12 +- .../DescribeConformancePackStatusCommand.ts | 12 +- .../DescribeConformancePacksCommand.ts | 12 +- .../DescribeDeliveryChannelStatusCommand.ts | 12 +- .../DescribeDeliveryChannelsCommand.ts | 12 +- ...beOrganizationConfigRuleStatusesCommand.ts | 12 +- .../DescribeOrganizationConfigRulesCommand.ts | 12 +- ...anizationConformancePackStatusesCommand.ts | 12 +- ...ribeOrganizationConformancePacksCommand.ts | 12 +- ...scribePendingAggregationRequestsCommand.ts | 12 +- ...escribeRemediationConfigurationsCommand.ts | 12 +- .../DescribeRemediationExceptionsCommand.ts | 12 +- ...scribeRemediationExecutionStatusCommand.ts | 12 +- .../DescribeRetentionConfigurationsCommand.ts | 12 +- ...ateComplianceDetailsByConfigRuleCommand.ts | 12 +- ...egateConfigRuleComplianceSummaryCommand.ts | 12 +- ...ConformancePackComplianceSummaryCommand.ts | 12 +- ...ggregateDiscoveredResourceCountsCommand.ts | 12 +- .../GetAggregateResourceConfigCommand.ts | 12 +- ...GetComplianceDetailsByConfigRuleCommand.ts | 12 +- .../GetComplianceDetailsByResourceCommand.ts | 12 +- ...GetComplianceSummaryByConfigRuleCommand.ts | 12 +- ...tComplianceSummaryByResourceTypeCommand.ts | 12 +- ...ConformancePackComplianceDetailsCommand.ts | 12 +- ...ConformancePackComplianceSummaryCommand.ts | 12 +- .../commands/GetCustomRulePolicyCommand.ts | 12 +- .../GetDiscoveredResourceCountsCommand.ts | 12 +- ...nizationConfigRuleDetailedStatusCommand.ts | 12 +- ...ionConformancePackDetailedStatusCommand.ts | 12 +- .../GetOrganizationCustomRulePolicyCommand.ts | 12 +- .../GetResourceConfigHistoryCommand.ts | 12 +- .../GetResourceEvaluationSummaryCommand.ts | 12 +- .../src/commands/GetStoredQueryCommand.ts | 12 +- ...ListAggregateDiscoveredResourcesCommand.ts | 12 +- ...tConformancePackComplianceScoresCommand.ts | 12 +- .../ListDiscoveredResourcesCommand.ts | 12 +- .../ListResourceEvaluationsCommand.ts | 12 +- .../src/commands/ListStoredQueriesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutAggregationAuthorizationCommand.ts | 12 +- .../src/commands/PutConfigRuleCommand.ts | 12 +- .../PutConfigurationAggregatorCommand.ts | 12 +- .../PutConfigurationRecorderCommand.ts | 12 +- .../src/commands/PutConformancePackCommand.ts | 12 +- .../src/commands/PutDeliveryChannelCommand.ts | 12 +- .../src/commands/PutEvaluationsCommand.ts | 12 +- .../commands/PutExternalEvaluationCommand.ts | 12 +- .../PutOrganizationConfigRuleCommand.ts | 12 +- .../PutOrganizationConformancePackCommand.ts | 12 +- .../PutRemediationConfigurationsCommand.ts | 12 +- .../PutRemediationExceptionsCommand.ts | 12 +- .../src/commands/PutResourceConfigCommand.ts | 12 +- .../PutRetentionConfigurationCommand.ts | 12 +- .../src/commands/PutStoredQueryCommand.ts | 12 +- .../SelectAggregateResourceConfigCommand.ts | 12 +- .../commands/SelectResourceConfigCommand.ts | 12 +- .../StartConfigRulesEvaluationCommand.ts | 12 +- .../StartConfigurationRecorderCommand.ts | 12 +- .../StartRemediationExecutionCommand.ts | 12 +- .../StartResourceEvaluationCommand.ts | 12 +- .../StopConfigurationRecorderCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ConfigServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/models/models_1.ts | 2 +- ...gregateComplianceByConfigRulesPaginator.ts | 2 +- ...teComplianceByConformancePacksPaginator.ts | 2 +- ...cribeAggregationAuthorizationsPaginator.ts | 2 +- ...DescribeComplianceByConfigRulePaginator.ts | 2 +- .../DescribeComplianceByResourcePaginator.ts | 2 +- ...ribeConfigRuleEvaluationStatusPaginator.ts | 2 +- .../DescribeConfigRulesPaginator.ts | 2 +- ...urationAggregatorSourcesStatusPaginator.ts | 2 +- ...scribeConfigurationAggregatorsPaginator.ts | 2 +- ...cribeConformancePackCompliancePaginator.ts | 2 +- .../DescribeConformancePackStatusPaginator.ts | 2 +- .../DescribeConformancePacksPaginator.ts | 2 +- ...OrganizationConfigRuleStatusesPaginator.ts | 2 +- ...escribeOrganizationConfigRulesPaginator.ts | 2 +- ...izationConformancePackStatusesPaginator.ts | 2 +- ...beOrganizationConformancePacksPaginator.ts | 2 +- ...ribePendingAggregationRequestsPaginator.ts | 2 +- .../DescribeRemediationExceptionsPaginator.ts | 2 +- ...ribeRemediationExecutionStatusPaginator.ts | 2 +- ...escribeRetentionConfigurationsPaginator.ts | 2 +- ...eComplianceDetailsByConfigRulePaginator.ts | 2 +- ...ateConfigRuleComplianceSummaryPaginator.ts | 2 +- ...nformancePackComplianceSummaryPaginator.ts | 2 +- ...regateDiscoveredResourceCountsPaginator.ts | 2 +- ...tComplianceDetailsByConfigRulePaginator.ts | 2 +- ...GetComplianceDetailsByResourcePaginator.ts | 2 +- ...nformancePackComplianceDetailsPaginator.ts | 2 +- ...nformancePackComplianceSummaryPaginator.ts | 2 +- .../GetDiscoveredResourceCountsPaginator.ts | 2 +- ...zationConfigRuleDetailedStatusPaginator.ts | 2 +- ...nConformancePackDetailedStatusPaginator.ts | 2 +- .../GetResourceConfigHistoryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...stAggregateDiscoveredResourcesPaginator.ts | 2 +- ...onformancePackComplianceScoresPaginator.ts | 2 +- .../ListDiscoveredResourcesPaginator.ts | 2 +- .../ListResourceEvaluationsPaginator.ts | 2 +- .../pagination/ListStoredQueriesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../SelectAggregateResourceConfigPaginator.ts | 2 +- .../SelectResourceConfigPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-connect-contact-lens/package.json | 41 ++--- .../src/ConnectContactLens.ts | 4 +- .../src/ConnectContactLensClient.ts | 28 ++- ...tRealtimeContactAnalysisSegmentsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ConnectContactLensServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...ealtimeContactAnalysisSegmentsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-connect/package.json | 41 ++--- clients/client-connect/src/Connect.ts | 4 +- clients/client-connect/src/ConnectClient.ts | 28 ++- .../commands/ActivateEvaluationFormCommand.ts | 12 +- .../AssociateApprovedOriginCommand.ts | 12 +- .../src/commands/AssociateBotCommand.ts | 12 +- .../AssociateDefaultVocabularyCommand.ts | 12 +- .../AssociateInstanceStorageConfigCommand.ts | 12 +- .../AssociateLambdaFunctionCommand.ts | 12 +- .../src/commands/AssociateLexBotCommand.ts | 12 +- .../AssociatePhoneNumberContactFlowCommand.ts | 12 +- .../AssociateQueueQuickConnectsCommand.ts | 12 +- .../AssociateRoutingProfileQueuesCommand.ts | 12 +- .../commands/AssociateSecurityKeyCommand.ts | 12 +- .../src/commands/ClaimPhoneNumberCommand.ts | 12 +- .../src/commands/CreateAgentStatusCommand.ts | 12 +- .../src/commands/CreateContactFlowCommand.ts | 12 +- .../CreateContactFlowModuleCommand.ts | 12 +- .../commands/CreateEvaluationFormCommand.ts | 12 +- .../commands/CreateHoursOfOperationCommand.ts | 12 +- .../src/commands/CreateInstanceCommand.ts | 12 +- .../CreateIntegrationAssociationCommand.ts | 12 +- .../src/commands/CreateParticipantCommand.ts | 12 +- .../src/commands/CreatePromptCommand.ts | 12 +- .../src/commands/CreateQueueCommand.ts | 12 +- .../src/commands/CreateQuickConnectCommand.ts | 12 +- .../commands/CreateRoutingProfileCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../commands/CreateSecurityProfileCommand.ts | 12 +- .../src/commands/CreateTaskTemplateCommand.ts | 12 +- .../CreateTrafficDistributionGroupCommand.ts | 12 +- .../src/commands/CreateUseCaseCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../CreateUserHierarchyGroupCommand.ts | 12 +- .../src/commands/CreateVocabularyCommand.ts | 12 +- .../DeactivateEvaluationFormCommand.ts | 12 +- .../DeleteContactEvaluationCommand.ts | 12 +- .../src/commands/DeleteContactFlowCommand.ts | 12 +- .../DeleteContactFlowModuleCommand.ts | 12 +- .../commands/DeleteEvaluationFormCommand.ts | 12 +- .../commands/DeleteHoursOfOperationCommand.ts | 12 +- .../src/commands/DeleteInstanceCommand.ts | 12 +- .../DeleteIntegrationAssociationCommand.ts | 12 +- .../src/commands/DeletePromptCommand.ts | 12 +- .../src/commands/DeleteQuickConnectCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../commands/DeleteSecurityProfileCommand.ts | 12 +- .../src/commands/DeleteTaskTemplateCommand.ts | 12 +- .../DeleteTrafficDistributionGroupCommand.ts | 12 +- .../src/commands/DeleteUseCaseCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../DeleteUserHierarchyGroupCommand.ts | 12 +- .../src/commands/DeleteVocabularyCommand.ts | 12 +- .../commands/DescribeAgentStatusCommand.ts | 12 +- .../src/commands/DescribeContactCommand.ts | 12 +- .../DescribeContactEvaluationCommand.ts | 12 +- .../commands/DescribeContactFlowCommand.ts | 12 +- .../DescribeContactFlowModuleCommand.ts | 12 +- .../commands/DescribeEvaluationFormCommand.ts | 12 +- .../DescribeHoursOfOperationCommand.ts | 12 +- .../DescribeInstanceAttributeCommand.ts | 12 +- .../src/commands/DescribeInstanceCommand.ts | 12 +- .../DescribeInstanceStorageConfigCommand.ts | 12 +- .../commands/DescribePhoneNumberCommand.ts | 12 +- .../src/commands/DescribePromptCommand.ts | 12 +- .../src/commands/DescribeQueueCommand.ts | 12 +- .../commands/DescribeQuickConnectCommand.ts | 12 +- .../commands/DescribeRoutingProfileCommand.ts | 12 +- .../src/commands/DescribeRuleCommand.ts | 12 +- .../DescribeSecurityProfileCommand.ts | 12 +- ...DescribeTrafficDistributionGroupCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- .../DescribeUserHierarchyGroupCommand.ts | 12 +- .../DescribeUserHierarchyStructureCommand.ts | 12 +- .../src/commands/DescribeVocabularyCommand.ts | 12 +- .../DisassociateApprovedOriginCommand.ts | 12 +- .../src/commands/DisassociateBotCommand.ts | 12 +- ...isassociateInstanceStorageConfigCommand.ts | 12 +- .../DisassociateLambdaFunctionCommand.ts | 12 +- .../src/commands/DisassociateLexBotCommand.ts | 12 +- ...sassociatePhoneNumberContactFlowCommand.ts | 12 +- .../DisassociateQueueQuickConnectsCommand.ts | 12 +- ...DisassociateRoutingProfileQueuesCommand.ts | 12 +- .../DisassociateSecurityKeyCommand.ts | 12 +- .../src/commands/DismissUserContactCommand.ts | 12 +- .../commands/GetContactAttributesCommand.ts | 12 +- .../commands/GetCurrentMetricDataCommand.ts | 12 +- .../src/commands/GetCurrentUserDataCommand.ts | 12 +- .../src/commands/GetFederationTokenCommand.ts | 12 +- .../src/commands/GetMetricDataCommand.ts | 12 +- .../src/commands/GetMetricDataV2Command.ts | 12 +- .../src/commands/GetPromptFileCommand.ts | 12 +- .../src/commands/GetTaskTemplateCommand.ts | 12 +- .../commands/GetTrafficDistributionCommand.ts | 12 +- .../src/commands/ListAgentStatusesCommand.ts | 12 +- .../commands/ListApprovedOriginsCommand.ts | 12 +- .../src/commands/ListBotsCommand.ts | 12 +- .../commands/ListContactEvaluationsCommand.ts | 12 +- .../commands/ListContactFlowModulesCommand.ts | 12 +- .../src/commands/ListContactFlowsCommand.ts | 12 +- .../commands/ListContactReferencesCommand.ts | 12 +- .../ListDefaultVocabulariesCommand.ts | 12 +- .../ListEvaluationFormVersionsCommand.ts | 12 +- .../commands/ListEvaluationFormsCommand.ts | 12 +- .../commands/ListHoursOfOperationsCommand.ts | 12 +- .../commands/ListInstanceAttributesCommand.ts | 12 +- .../ListInstanceStorageConfigsCommand.ts | 12 +- .../src/commands/ListInstancesCommand.ts | 12 +- .../ListIntegrationAssociationsCommand.ts | 12 +- .../commands/ListLambdaFunctionsCommand.ts | 12 +- .../src/commands/ListLexBotsCommand.ts | 12 +- .../src/commands/ListPhoneNumbersCommand.ts | 12 +- .../src/commands/ListPhoneNumbersV2Command.ts | 12 +- .../src/commands/ListPromptsCommand.ts | 12 +- .../commands/ListQueueQuickConnectsCommand.ts | 12 +- .../src/commands/ListQueuesCommand.ts | 12 +- .../src/commands/ListQuickConnectsCommand.ts | 12 +- .../ListRoutingProfileQueuesCommand.ts | 12 +- .../commands/ListRoutingProfilesCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../src/commands/ListSecurityKeysCommand.ts | 12 +- .../ListSecurityProfilePermissionsCommand.ts | 12 +- .../commands/ListSecurityProfilesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTaskTemplatesCommand.ts | 12 +- .../ListTrafficDistributionGroupsCommand.ts | 12 +- .../src/commands/ListUseCasesCommand.ts | 12 +- .../ListUserHierarchyGroupsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/MonitorContactCommand.ts | 12 +- .../src/commands/PutUserStatusCommand.ts | 12 +- .../src/commands/ReleasePhoneNumberCommand.ts | 12 +- .../src/commands/ReplicateInstanceCommand.ts | 12 +- .../commands/ResumeContactRecordingCommand.ts | 12 +- .../SearchAvailablePhoneNumbersCommand.ts | 12 +- .../SearchHoursOfOperationsCommand.ts | 12 +- .../src/commands/SearchPromptsCommand.ts | 12 +- .../src/commands/SearchQueuesCommand.ts | 12 +- .../commands/SearchQuickConnectsCommand.ts | 12 +- .../src/commands/SearchResourceTagsCommand.ts | 12 +- .../commands/SearchRoutingProfilesCommand.ts | 12 +- .../commands/SearchSecurityProfilesCommand.ts | 12 +- .../src/commands/SearchUsersCommand.ts | 12 +- .../src/commands/SearchVocabulariesCommand.ts | 12 +- .../src/commands/StartChatContactCommand.ts | 12 +- .../commands/StartContactEvaluationCommand.ts | 12 +- .../commands/StartContactRecordingCommand.ts | 12 +- .../commands/StartContactStreamingCommand.ts | 12 +- .../StartOutboundVoiceContactCommand.ts | 12 +- .../src/commands/StartTaskContactCommand.ts | 12 +- .../src/commands/StopContactCommand.ts | 12 +- .../commands/StopContactRecordingCommand.ts | 12 +- .../commands/StopContactStreamingCommand.ts | 12 +- .../SubmitContactEvaluationCommand.ts | 12 +- .../SuspendContactRecordingCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TransferContactCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAgentStatusCommand.ts | 12 +- .../UpdateContactAttributesCommand.ts | 12 +- .../src/commands/UpdateContactCommand.ts | 12 +- .../UpdateContactEvaluationCommand.ts | 12 +- .../UpdateContactFlowContentCommand.ts | 12 +- .../UpdateContactFlowMetadataCommand.ts | 12 +- .../UpdateContactFlowModuleContentCommand.ts | 12 +- .../UpdateContactFlowModuleMetadataCommand.ts | 12 +- .../commands/UpdateContactFlowNameCommand.ts | 12 +- .../commands/UpdateContactScheduleCommand.ts | 12 +- .../commands/UpdateEvaluationFormCommand.ts | 12 +- .../commands/UpdateHoursOfOperationCommand.ts | 12 +- .../UpdateInstanceAttributeCommand.ts | 12 +- .../UpdateInstanceStorageConfigCommand.ts | 12 +- .../UpdateParticipantRoleConfigCommand.ts | 12 +- .../src/commands/UpdatePhoneNumberCommand.ts | 12 +- .../src/commands/UpdatePromptCommand.ts | 12 +- .../UpdateQueueHoursOfOperationCommand.ts | 12 +- .../commands/UpdateQueueMaxContactsCommand.ts | 12 +- .../src/commands/UpdateQueueNameCommand.ts | 12 +- .../UpdateQueueOutboundCallerConfigCommand.ts | 12 +- .../src/commands/UpdateQueueStatusCommand.ts | 12 +- .../UpdateQuickConnectConfigCommand.ts | 12 +- .../commands/UpdateQuickConnectNameCommand.ts | 12 +- .../UpdateRoutingProfileConcurrencyCommand.ts | 12 +- ...utingProfileDefaultOutboundQueueCommand.ts | 12 +- .../UpdateRoutingProfileNameCommand.ts | 12 +- .../UpdateRoutingProfileQueuesCommand.ts | 12 +- .../src/commands/UpdateRuleCommand.ts | 12 +- .../commands/UpdateSecurityProfileCommand.ts | 12 +- .../src/commands/UpdateTaskTemplateCommand.ts | 12 +- .../UpdateTrafficDistributionCommand.ts | 12 +- .../commands/UpdateUserHierarchyCommand.ts | 12 +- .../UpdateUserHierarchyGroupNameCommand.ts | 12 +- .../UpdateUserHierarchyStructureCommand.ts | 12 +- .../commands/UpdateUserIdentityInfoCommand.ts | 12 +- .../commands/UpdateUserPhoneConfigCommand.ts | 12 +- .../UpdateUserRoutingProfileCommand.ts | 12 +- .../UpdateUserSecurityProfilesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-connect/src/endpoint/ruleset.ts | 2 +- .../src/models/ConnectServiceException.ts | 2 +- clients/client-connect/src/models/models_0.ts | 2 +- clients/client-connect/src/models/models_1.ts | 2 +- .../GetCurrentMetricDataPaginator.ts | 2 +- .../pagination/GetCurrentUserDataPaginator.ts | 2 +- .../src/pagination/GetMetricDataPaginator.ts | 2 +- .../pagination/GetMetricDataV2Paginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAgentStatusesPaginator.ts | 2 +- .../ListApprovedOriginsPaginator.ts | 2 +- .../src/pagination/ListBotsPaginator.ts | 2 +- .../ListContactEvaluationsPaginator.ts | 2 +- .../ListContactFlowModulesPaginator.ts | 2 +- .../pagination/ListContactFlowsPaginator.ts | 2 +- .../ListContactReferencesPaginator.ts | 2 +- .../ListDefaultVocabulariesPaginator.ts | 2 +- .../ListEvaluationFormVersionsPaginator.ts | 2 +- .../ListEvaluationFormsPaginator.ts | 2 +- .../ListHoursOfOperationsPaginator.ts | 2 +- .../ListInstanceAttributesPaginator.ts | 2 +- .../ListInstanceStorageConfigsPaginator.ts | 2 +- .../src/pagination/ListInstancesPaginator.ts | 2 +- .../ListIntegrationAssociationsPaginator.ts | 2 +- .../ListLambdaFunctionsPaginator.ts | 2 +- .../src/pagination/ListLexBotsPaginator.ts | 2 +- .../pagination/ListPhoneNumbersPaginator.ts | 2 +- .../pagination/ListPhoneNumbersV2Paginator.ts | 2 +- .../src/pagination/ListPromptsPaginator.ts | 2 +- .../ListQueueQuickConnectsPaginator.ts | 2 +- .../src/pagination/ListQueuesPaginator.ts | 2 +- .../pagination/ListQuickConnectsPaginator.ts | 2 +- .../ListRoutingProfileQueuesPaginator.ts | 2 +- .../ListRoutingProfilesPaginator.ts | 2 +- .../src/pagination/ListRulesPaginator.ts | 2 +- .../pagination/ListSecurityKeysPaginator.ts | 2 +- ...ListSecurityProfilePermissionsPaginator.ts | 2 +- .../ListSecurityProfilesPaginator.ts | 2 +- .../pagination/ListTaskTemplatesPaginator.ts | 2 +- .../ListTrafficDistributionGroupsPaginator.ts | 2 +- .../src/pagination/ListUseCasesPaginator.ts | 2 +- .../ListUserHierarchyGroupsPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../SearchAvailablePhoneNumbersPaginator.ts | 2 +- .../SearchHoursOfOperationsPaginator.ts | 2 +- .../src/pagination/SearchPromptsPaginator.ts | 2 +- .../src/pagination/SearchQueuesPaginator.ts | 2 +- .../SearchQuickConnectsPaginator.ts | 2 +- .../pagination/SearchResourceTagsPaginator.ts | 2 +- .../SearchRoutingProfilesPaginator.ts | 2 +- .../SearchSecurityProfilesPaginator.ts | 2 +- .../src/pagination/SearchUsersPaginator.ts | 2 +- .../pagination/SearchVocabulariesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-connect/src/runtimeConfig.ts | 24 +-- clients/client-connectcampaigns/package.json | 41 ++--- .../src/ConnectCampaigns.ts | 4 +- .../src/ConnectCampaignsClient.ts | 28 ++- .../src/commands/CreateCampaignCommand.ts | 12 +- .../src/commands/DeleteCampaignCommand.ts | 12 +- .../DeleteConnectInstanceConfigCommand.ts | 12 +- .../DeleteInstanceOnboardingJobCommand.ts | 12 +- .../src/commands/DescribeCampaignCommand.ts | 12 +- .../commands/GetCampaignStateBatchCommand.ts | 12 +- .../src/commands/GetCampaignStateCommand.ts | 12 +- .../GetConnectInstanceConfigCommand.ts | 12 +- .../GetInstanceOnboardingJobStatusCommand.ts | 12 +- .../src/commands/ListCampaignsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PauseCampaignCommand.ts | 12 +- .../commands/PutDialRequestBatchCommand.ts | 12 +- .../src/commands/ResumeCampaignCommand.ts | 12 +- .../src/commands/StartCampaignCommand.ts | 12 +- .../StartInstanceOnboardingJobCommand.ts | 12 +- .../src/commands/StopCampaignCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateCampaignDialerConfigCommand.ts | 12 +- .../src/commands/UpdateCampaignNameCommand.ts | 12 +- ...UpdateCampaignOutboundCallConfigCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ConnectCampaignsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCampaignsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-connectcases/package.json | 41 ++--- .../client-connectcases/src/ConnectCases.ts | 4 +- .../src/ConnectCasesClient.ts | 28 ++- .../src/commands/BatchGetFieldCommand.ts | 12 +- .../commands/BatchPutFieldOptionsCommand.ts | 12 +- .../src/commands/CreateCaseCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../src/commands/CreateFieldCommand.ts | 12 +- .../src/commands/CreateLayoutCommand.ts | 12 +- .../src/commands/CreateRelatedItemCommand.ts | 12 +- .../src/commands/CreateTemplateCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../src/commands/GetCaseCommand.ts | 12 +- .../GetCaseEventConfigurationCommand.ts | 12 +- .../src/commands/GetDomainCommand.ts | 12 +- .../src/commands/GetLayoutCommand.ts | 12 +- .../src/commands/GetTemplateCommand.ts | 12 +- .../commands/ListCasesForContactCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../src/commands/ListFieldOptionsCommand.ts | 12 +- .../src/commands/ListFieldsCommand.ts | 12 +- .../src/commands/ListLayoutsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTemplatesCommand.ts | 12 +- .../PutCaseEventConfigurationCommand.ts | 12 +- .../src/commands/SearchCasesCommand.ts | 12 +- .../src/commands/SearchRelatedItemsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCaseCommand.ts | 12 +- .../src/commands/UpdateFieldCommand.ts | 12 +- .../src/commands/UpdateLayoutCommand.ts | 12 +- .../src/commands/UpdateTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ConnectCasesServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/GetCasePaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListCasesForContactPaginator.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../pagination/ListFieldOptionsPaginator.ts | 2 +- .../src/pagination/ListFieldsPaginator.ts | 2 +- .../src/pagination/ListLayoutsPaginator.ts | 2 +- .../src/pagination/ListTemplatesPaginator.ts | 2 +- .../src/pagination/SearchCasesPaginator.ts | 2 +- .../pagination/SearchRelatedItemsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-connectcases/src/runtimeConfig.ts | 24 +-- .../client-connectparticipant/package.json | 41 ++--- .../src/ConnectParticipant.ts | 4 +- .../src/ConnectParticipantClient.ts | 40 ++--- .../CompleteAttachmentUploadCommand.ts | 12 +- .../CreateParticipantConnectionCommand.ts | 12 +- .../commands/DisconnectParticipantCommand.ts | 12 +- .../src/commands/GetAttachmentCommand.ts | 12 +- .../src/commands/GetTranscriptCommand.ts | 12 +- .../src/commands/SendEventCommand.ts | 12 +- .../src/commands/SendMessageCommand.ts | 12 +- .../commands/StartAttachmentUploadCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ConnectParticipantServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/GetTranscriptPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-controltower/package.json | 41 ++--- .../client-controltower/src/ControlTower.ts | 4 +- .../src/ControlTowerClient.ts | 28 ++- .../src/commands/DisableControlCommand.ts | 12 +- .../src/commands/EnableControlCommand.ts | 12 +- .../commands/GetControlOperationCommand.ts | 12 +- .../commands/ListEnabledControlsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ControlTowerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEnabledControlsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-controltower/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/CostAndUsageReportService.ts | 4 +- .../src/CostAndUsageReportServiceClient.ts | 28 ++- .../commands/DeleteReportDefinitionCommand.ts | 12 +- .../DescribeReportDefinitionsCommand.ts | 12 +- .../commands/ModifyReportDefinitionCommand.ts | 12 +- .../commands/PutReportDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...stAndUsageReportServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeReportDefinitionsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-cost-explorer/package.json | 41 ++--- .../client-cost-explorer/src/CostExplorer.ts | 4 +- .../src/CostExplorerClient.ts | 28 ++- .../commands/CreateAnomalyMonitorCommand.ts | 12 +- .../CreateAnomalySubscriptionCommand.ts | 12 +- .../CreateCostCategoryDefinitionCommand.ts | 12 +- .../commands/DeleteAnomalyMonitorCommand.ts | 12 +- .../DeleteAnomalySubscriptionCommand.ts | 12 +- .../DeleteCostCategoryDefinitionCommand.ts | 12 +- .../DescribeCostCategoryDefinitionCommand.ts | 12 +- .../src/commands/GetAnomaliesCommand.ts | 12 +- .../src/commands/GetAnomalyMonitorsCommand.ts | 12 +- .../GetAnomalySubscriptionsCommand.ts | 12 +- .../src/commands/GetCostAndUsageCommand.ts | 12 +- .../GetCostAndUsageWithResourcesCommand.ts | 12 +- .../src/commands/GetCostCategoriesCommand.ts | 12 +- .../src/commands/GetCostForecastCommand.ts | 12 +- .../src/commands/GetDimensionValuesCommand.ts | 12 +- .../commands/GetReservationCoverageCommand.ts | 12 +- ...eservationPurchaseRecommendationCommand.ts | 12 +- .../GetReservationUtilizationCommand.ts | 12 +- .../GetRightsizingRecommendationCommand.ts | 12 +- .../GetSavingsPlansCoverageCommand.ts | 12 +- ...vingsPlansPurchaseRecommendationCommand.ts | 12 +- .../GetSavingsPlansUtilizationCommand.ts | 12 +- ...etSavingsPlansUtilizationDetailsCommand.ts | 12 +- .../src/commands/GetTagsCommand.ts | 12 +- .../src/commands/GetUsageForecastCommand.ts | 12 +- .../commands/ListCostAllocationTagsCommand.ts | 12 +- .../ListCostCategoryDefinitionsCommand.ts | 12 +- ...PurchaseRecommendationGenerationCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ProvideAnomalyFeedbackCommand.ts | 12 +- ...PurchaseRecommendationGenerationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateAnomalyMonitorCommand.ts | 12 +- .../UpdateAnomalySubscriptionCommand.ts | 12 +- .../UpdateCostAllocationTagsStatusCommand.ts | 12 +- .../UpdateCostCategoryDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/CostExplorerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetSavingsPlansCoveragePaginator.ts | 2 +- ...SavingsPlansUtilizationDetailsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListCostAllocationTagsPaginator.ts | 2 +- .../ListCostCategoryDefinitionsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-cost-explorer/src/runtimeConfig.ts | 24 +-- clients/client-customer-profiles/package.json | 41 ++--- .../src/CustomerProfiles.ts | 4 +- .../src/CustomerProfilesClient.ts | 28 ++- .../src/commands/AddProfileKeyCommand.ts | 12 +- ...ateCalculatedAttributeDefinitionCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../src/commands/CreateEventStreamCommand.ts | 12 +- .../CreateIntegrationWorkflowCommand.ts | 12 +- .../src/commands/CreateProfileCommand.ts | 12 +- ...eteCalculatedAttributeDefinitionCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../src/commands/DeleteEventStreamCommand.ts | 12 +- .../src/commands/DeleteIntegrationCommand.ts | 12 +- .../src/commands/DeleteProfileCommand.ts | 12 +- .../src/commands/DeleteProfileKeyCommand.ts | 12 +- .../commands/DeleteProfileObjectCommand.ts | 12 +- .../DeleteProfileObjectTypeCommand.ts | 12 +- .../src/commands/DeleteWorkflowCommand.ts | 12 +- .../commands/GetAutoMergingPreviewCommand.ts | 12 +- ...GetCalculatedAttributeDefinitionCommand.ts | 12 +- ...GetCalculatedAttributeForProfileCommand.ts | 12 +- .../src/commands/GetDomainCommand.ts | 12 +- .../src/commands/GetEventStreamCommand.ts | 12 +- .../GetIdentityResolutionJobCommand.ts | 12 +- .../src/commands/GetIntegrationCommand.ts | 12 +- .../src/commands/GetMatchesCommand.ts | 12 +- .../commands/GetProfileObjectTypeCommand.ts | 12 +- .../GetProfileObjectTypeTemplateCommand.ts | 12 +- .../src/commands/GetWorkflowCommand.ts | 12 +- .../src/commands/GetWorkflowStepsCommand.ts | 12 +- .../ListAccountIntegrationsCommand.ts | 12 +- ...stCalculatedAttributeDefinitionsCommand.ts | 12 +- ...stCalculatedAttributesForProfileCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../src/commands/ListEventStreamsCommand.ts | 12 +- .../ListIdentityResolutionJobsCommand.ts | 12 +- .../src/commands/ListIntegrationsCommand.ts | 12 +- .../ListProfileObjectTypeTemplatesCommand.ts | 12 +- .../commands/ListProfileObjectTypesCommand.ts | 12 +- .../src/commands/ListProfileObjectsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkflowsCommand.ts | 12 +- .../src/commands/MergeProfilesCommand.ts | 12 +- .../src/commands/PutIntegrationCommand.ts | 12 +- .../src/commands/PutProfileObjectCommand.ts | 12 +- .../commands/PutProfileObjectTypeCommand.ts | 12 +- .../src/commands/SearchProfilesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...ateCalculatedAttributeDefinitionCommand.ts | 12 +- .../src/commands/UpdateDomainCommand.ts | 12 +- .../src/commands/UpdateProfileCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../CustomerProfilesServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListEventStreamsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-data-pipeline/package.json | 41 ++--- .../client-data-pipeline/src/DataPipeline.ts | 4 +- .../src/DataPipelineClient.ts | 28 ++- .../src/commands/ActivatePipelineCommand.ts | 12 +- .../src/commands/AddTagsCommand.ts | 12 +- .../src/commands/CreatePipelineCommand.ts | 12 +- .../src/commands/DeactivatePipelineCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../src/commands/DescribeObjectsCommand.ts | 12 +- .../src/commands/DescribePipelinesCommand.ts | 12 +- .../src/commands/EvaluateExpressionCommand.ts | 12 +- .../commands/GetPipelineDefinitionCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../src/commands/PollForTaskCommand.ts | 12 +- .../commands/PutPipelineDefinitionCommand.ts | 12 +- .../src/commands/QueryObjectsCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../src/commands/ReportTaskProgressCommand.ts | 12 +- .../ReportTaskRunnerHeartbeatCommand.ts | 12 +- .../src/commands/SetStatusCommand.ts | 12 +- .../src/commands/SetTaskStatusCommand.ts | 12 +- .../ValidatePipelineDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/DataPipelineServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/DescribeObjectsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../src/pagination/QueryObjectsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-data-pipeline/src/runtimeConfig.ts | 24 +-- .../package.json | 43 ++--- .../src/DatabaseMigrationService.ts | 4 +- .../src/DatabaseMigrationServiceClient.ts | 28 ++- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../ApplyPendingMaintenanceActionCommand.ts | 12 +- .../BatchStartRecommendationsCommand.ts | 12 +- ...ncelReplicationTaskAssessmentRunCommand.ts | 12 +- .../src/commands/CreateEndpointCommand.ts | 12 +- .../CreateEventSubscriptionCommand.ts | 12 +- .../CreateFleetAdvisorCollectorCommand.ts | 12 +- .../CreateReplicationInstanceCommand.ts | 12 +- .../CreateReplicationSubnetGroupCommand.ts | 12 +- .../commands/CreateReplicationTaskCommand.ts | 12 +- .../src/commands/DeleteCertificateCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../DeleteEventSubscriptionCommand.ts | 12 +- .../DeleteFleetAdvisorCollectorCommand.ts | 12 +- .../DeleteFleetAdvisorDatabasesCommand.ts | 12 +- .../DeleteReplicationInstanceCommand.ts | 12 +- .../DeleteReplicationSubnetGroupCommand.ts | 12 +- ...leteReplicationTaskAssessmentRunCommand.ts | 12 +- .../commands/DeleteReplicationTaskCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- ...eApplicableIndividualAssessmentsCommand.ts | 12 +- .../commands/DescribeCertificatesCommand.ts | 12 +- .../commands/DescribeConnectionsCommand.ts | 12 +- .../DescribeEndpointSettingsCommand.ts | 12 +- .../commands/DescribeEndpointTypesCommand.ts | 12 +- .../src/commands/DescribeEndpointsCommand.ts | 12 +- .../DescribeEventCategoriesCommand.ts | 12 +- .../DescribeEventSubscriptionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeFleetAdvisorCollectorsCommand.ts | 12 +- .../DescribeFleetAdvisorDatabasesCommand.ts | 12 +- .../DescribeFleetAdvisorLsaAnalysisCommand.ts | 12 +- ...eFleetAdvisorSchemaObjectSummaryCommand.ts | 12 +- .../DescribeFleetAdvisorSchemasCommand.ts | 12 +- ...ibeOrderableReplicationInstancesCommand.ts | 12 +- ...escribePendingMaintenanceActionsCommand.ts | 12 +- ...escribeRecommendationLimitationsCommand.ts | 12 +- .../DescribeRecommendationsCommand.ts | 12 +- .../DescribeRefreshSchemasStatusCommand.ts | 12 +- ...cribeReplicationInstanceTaskLogsCommand.ts | 12 +- .../DescribeReplicationInstancesCommand.ts | 12 +- .../DescribeReplicationSubnetGroupsCommand.ts | 12 +- ...ReplicationTaskAssessmentResultsCommand.ts | 12 +- ...ibeReplicationTaskAssessmentRunsCommand.ts | 12 +- ...icationTaskIndividualAssessmentsCommand.ts | 12 +- .../DescribeReplicationTasksCommand.ts | 12 +- .../src/commands/DescribeSchemasCommand.ts | 12 +- .../DescribeTableStatisticsCommand.ts | 12 +- .../src/commands/ImportCertificateCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ModifyEndpointCommand.ts | 12 +- .../ModifyEventSubscriptionCommand.ts | 12 +- .../ModifyReplicationInstanceCommand.ts | 12 +- .../ModifyReplicationSubnetGroupCommand.ts | 12 +- .../commands/ModifyReplicationTaskCommand.ts | 12 +- .../commands/MoveReplicationTaskCommand.ts | 12 +- .../RebootReplicationInstanceCommand.ts | 12 +- .../src/commands/RefreshSchemasCommand.ts | 12 +- .../src/commands/ReloadTablesCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../RunFleetAdvisorLsaAnalysisCommand.ts | 12 +- .../commands/StartRecommendationsCommand.ts | 12 +- .../StartReplicationTaskAssessmentCommand.ts | 12 +- ...tartReplicationTaskAssessmentRunCommand.ts | 12 +- .../commands/StartReplicationTaskCommand.ts | 12 +- .../commands/StopReplicationTaskCommand.ts | 12 +- .../src/commands/TestConnectionCommand.ts | 12 +- ...UpdateSubscriptionsToEventBridgeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...atabaseMigrationServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...pplicableIndividualAssessmentsPaginator.ts | 2 +- .../DescribeCertificatesPaginator.ts | 2 +- .../DescribeConnectionsPaginator.ts | 2 +- .../DescribeEndpointSettingsPaginator.ts | 2 +- .../DescribeEndpointTypesPaginator.ts | 2 +- .../pagination/DescribeEndpointsPaginator.ts | 2 +- .../DescribeEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- ...DescribeFleetAdvisorCollectorsPaginator.ts | 2 +- .../DescribeFleetAdvisorDatabasesPaginator.ts | 2 +- ...escribeFleetAdvisorLsaAnalysisPaginator.ts | 2 +- ...leetAdvisorSchemaObjectSummaryPaginator.ts | 2 +- .../DescribeFleetAdvisorSchemasPaginator.ts | 2 +- ...eOrderableReplicationInstancesPaginator.ts | 2 +- ...cribePendingMaintenanceActionsPaginator.ts | 2 +- ...cribeRecommendationLimitationsPaginator.ts | 2 +- .../DescribeRecommendationsPaginator.ts | 2 +- ...ibeReplicationInstanceTaskLogsPaginator.ts | 2 +- .../DescribeReplicationInstancesPaginator.ts | 2 +- ...escribeReplicationSubnetGroupsPaginator.ts | 2 +- ...plicationTaskAssessmentResultsPaginator.ts | 2 +- ...eReplicationTaskAssessmentRunsPaginator.ts | 2 +- ...ationTaskIndividualAssessmentsPaginator.ts | 2 +- .../DescribeReplicationTasksPaginator.ts | 2 +- .../pagination/DescribeSchemasPaginator.ts | 2 +- .../DescribeTableStatisticsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForEndpointDeleted.ts | 2 +- .../waitForReplicationInstanceAvailable.ts | 2 +- .../waitForReplicationInstanceDeleted.ts | 2 +- .../waiters/waitForReplicationTaskDeleted.ts | 2 +- .../waiters/waitForReplicationTaskReady.ts | 2 +- .../waiters/waitForReplicationTaskRunning.ts | 2 +- .../waiters/waitForReplicationTaskStopped.ts | 2 +- .../waiters/waitForTestConnectionSucceeds.ts | 2 +- clients/client-databrew/package.json | 41 ++--- clients/client-databrew/src/DataBrew.ts | 4 +- clients/client-databrew/src/DataBrewClient.ts | 40 ++--- .../BatchDeleteRecipeVersionCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../src/commands/CreateProfileJobCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/CreateRecipeCommand.ts | 12 +- .../src/commands/CreateRecipeJobCommand.ts | 12 +- .../src/commands/CreateRulesetCommand.ts | 12 +- .../src/commands/CreateScheduleCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../commands/DeleteRecipeVersionCommand.ts | 12 +- .../src/commands/DeleteRulesetCommand.ts | 12 +- .../src/commands/DeleteScheduleCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../src/commands/DescribeJobCommand.ts | 12 +- .../src/commands/DescribeJobRunCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../src/commands/DescribeRecipeCommand.ts | 12 +- .../src/commands/DescribeRulesetCommand.ts | 12 +- .../src/commands/DescribeScheduleCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../src/commands/ListJobRunsCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../src/commands/ListRecipeVersionsCommand.ts | 12 +- .../src/commands/ListRecipesCommand.ts | 12 +- .../src/commands/ListRulesetsCommand.ts | 12 +- .../src/commands/ListSchedulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PublishRecipeCommand.ts | 12 +- .../SendProjectSessionActionCommand.ts | 12 +- .../src/commands/StartJobRunCommand.ts | 12 +- .../commands/StartProjectSessionCommand.ts | 12 +- .../src/commands/StopJobRunCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDatasetCommand.ts | 12 +- .../src/commands/UpdateProfileJobCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../src/commands/UpdateRecipeCommand.ts | 12 +- .../src/commands/UpdateRecipeJobCommand.ts | 12 +- .../src/commands/UpdateRulesetCommand.ts | 12 +- .../src/commands/UpdateScheduleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-databrew/src/endpoint/ruleset.ts | 2 +- .../src/models/DataBrewServiceException.ts | 2 +- .../client-databrew/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../src/pagination/ListJobRunsPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../pagination/ListRecipeVersionsPaginator.ts | 2 +- .../src/pagination/ListRecipesPaginator.ts | 2 +- .../src/pagination/ListRulesetsPaginator.ts | 2 +- .../src/pagination/ListSchedulesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-databrew/src/runtimeConfig.ts | 24 +-- clients/client-dataexchange/package.json | 41 ++--- .../client-dataexchange/src/DataExchange.ts | 4 +- .../src/DataExchangeClient.ts | 28 ++- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CreateDataSetCommand.ts | 12 +- .../src/commands/CreateEventActionCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreateRevisionCommand.ts | 12 +- .../src/commands/DeleteAssetCommand.ts | 12 +- .../src/commands/DeleteDataSetCommand.ts | 12 +- .../src/commands/DeleteEventActionCommand.ts | 12 +- .../src/commands/DeleteRevisionCommand.ts | 12 +- .../src/commands/GetAssetCommand.ts | 12 +- .../src/commands/GetDataSetCommand.ts | 12 +- .../src/commands/GetEventActionCommand.ts | 12 +- .../src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetRevisionCommand.ts | 12 +- .../commands/ListDataSetRevisionsCommand.ts | 12 +- .../src/commands/ListDataSetsCommand.ts | 12 +- .../src/commands/ListEventActionsCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../src/commands/ListRevisionAssetsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RevokeRevisionCommand.ts | 12 +- .../src/commands/SendApiAssetCommand.ts | 12 +- .../src/commands/StartJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAssetCommand.ts | 12 +- .../src/commands/UpdateDataSetCommand.ts | 12 +- .../src/commands/UpdateEventActionCommand.ts | 12 +- .../src/commands/UpdateRevisionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/DataExchangeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDataSetRevisionsPaginator.ts | 2 +- .../src/pagination/ListDataSetsPaginator.ts | 2 +- .../pagination/ListEventActionsPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../pagination/ListRevisionAssetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-dataexchange/src/runtimeConfig.ts | 24 +-- clients/client-datasync/package.json | 41 ++--- clients/client-datasync/src/DataSync.ts | 4 +- clients/client-datasync/src/DataSyncClient.ts | 28 ++- .../src/commands/AddStorageSystemCommand.ts | 12 +- .../commands/CancelTaskExecutionCommand.ts | 12 +- .../src/commands/CreateAgentCommand.ts | 12 +- .../src/commands/CreateLocationEfsCommand.ts | 12 +- .../CreateLocationFsxLustreCommand.ts | 12 +- .../commands/CreateLocationFsxOntapCommand.ts | 12 +- .../CreateLocationFsxOpenZfsCommand.ts | 12 +- .../CreateLocationFsxWindowsCommand.ts | 12 +- .../src/commands/CreateLocationHdfsCommand.ts | 12 +- .../src/commands/CreateLocationNfsCommand.ts | 12 +- .../CreateLocationObjectStorageCommand.ts | 12 +- .../src/commands/CreateLocationS3Command.ts | 12 +- .../src/commands/CreateLocationSmbCommand.ts | 12 +- .../src/commands/CreateTaskCommand.ts | 12 +- .../src/commands/DeleteAgentCommand.ts | 12 +- .../src/commands/DeleteLocationCommand.ts | 12 +- .../src/commands/DeleteTaskCommand.ts | 12 +- .../src/commands/DescribeAgentCommand.ts | 12 +- .../commands/DescribeDiscoveryJobCommand.ts | 12 +- .../commands/DescribeLocationEfsCommand.ts | 12 +- .../DescribeLocationFsxLustreCommand.ts | 12 +- .../DescribeLocationFsxOntapCommand.ts | 12 +- .../DescribeLocationFsxOpenZfsCommand.ts | 12 +- .../DescribeLocationFsxWindowsCommand.ts | 12 +- .../commands/DescribeLocationHdfsCommand.ts | 12 +- .../commands/DescribeLocationNfsCommand.ts | 12 +- .../DescribeLocationObjectStorageCommand.ts | 12 +- .../src/commands/DescribeLocationS3Command.ts | 12 +- .../commands/DescribeLocationSmbCommand.ts | 12 +- .../commands/DescribeStorageSystemCommand.ts | 12 +- ...ribeStorageSystemResourceMetricsCommand.ts | 12 +- .../DescribeStorageSystemResourcesCommand.ts | 12 +- .../src/commands/DescribeTaskCommand.ts | 12 +- .../commands/DescribeTaskExecutionCommand.ts | 12 +- .../GenerateRecommendationsCommand.ts | 12 +- .../src/commands/ListAgentsCommand.ts | 12 +- .../src/commands/ListDiscoveryJobsCommand.ts | 12 +- .../src/commands/ListLocationsCommand.ts | 12 +- .../src/commands/ListStorageSystemsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTaskExecutionsCommand.ts | 12 +- .../src/commands/ListTasksCommand.ts | 12 +- .../commands/RemoveStorageSystemCommand.ts | 12 +- .../src/commands/StartDiscoveryJobCommand.ts | 12 +- .../src/commands/StartTaskExecutionCommand.ts | 12 +- .../src/commands/StopDiscoveryJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAgentCommand.ts | 12 +- .../src/commands/UpdateDiscoveryJobCommand.ts | 12 +- .../src/commands/UpdateLocationHdfsCommand.ts | 12 +- .../src/commands/UpdateLocationNfsCommand.ts | 12 +- .../UpdateLocationObjectStorageCommand.ts | 12 +- .../src/commands/UpdateLocationSmbCommand.ts | 12 +- .../commands/UpdateStorageSystemCommand.ts | 12 +- .../src/commands/UpdateTaskCommand.ts | 12 +- .../commands/UpdateTaskExecutionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-datasync/src/endpoint/ruleset.ts | 2 +- .../src/models/DataSyncServiceException.ts | 2 +- .../client-datasync/src/models/models_0.ts | 2 +- ...beStorageSystemResourceMetricsPaginator.ts | 2 +- ...DescribeStorageSystemResourcesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAgentsPaginator.ts | 2 +- .../pagination/ListDiscoveryJobsPaginator.ts | 2 +- .../src/pagination/ListLocationsPaginator.ts | 2 +- .../pagination/ListStorageSystemsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../pagination/ListTaskExecutionsPaginator.ts | 2 +- .../src/pagination/ListTasksPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 18 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-datasync/src/runtimeConfig.ts | 24 +-- clients/client-dax/package.json | 41 ++--- clients/client-dax/src/DAX.ts | 4 +- clients/client-dax/src/DAXClient.ts | 28 ++- .../src/commands/CreateClusterCommand.ts | 12 +- .../commands/CreateParameterGroupCommand.ts | 12 +- .../src/commands/CreateSubnetGroupCommand.ts | 12 +- .../DecreaseReplicationFactorCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../commands/DeleteParameterGroupCommand.ts | 12 +- .../src/commands/DeleteSubnetGroupCommand.ts | 12 +- .../src/commands/DescribeClustersCommand.ts | 12 +- .../DescribeDefaultParametersCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeParameterGroupsCommand.ts | 12 +- .../src/commands/DescribeParametersCommand.ts | 12 +- .../commands/DescribeSubnetGroupsCommand.ts | 12 +- .../IncreaseReplicationFactorCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/RebootNodeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateClusterCommand.ts | 12 +- .../commands/UpdateParameterGroupCommand.ts | 12 +- .../src/commands/UpdateSubnetGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-dax/src/endpoint/ruleset.ts | 2 +- .../src/models/DAXServiceException.ts | 2 +- clients/client-dax/src/models/models_0.ts | 2 +- .../client-dax/src/protocols/Aws_json1_1.ts | 12 +- .../client-dax/src/runtimeConfig.browser.ts | 14 +- .../client-dax/src/runtimeConfig.shared.ts | 8 +- clients/client-dax/src/runtimeConfig.ts | 24 +-- clients/client-detective/package.json | 41 ++--- clients/client-detective/src/Detective.ts | 4 +- .../client-detective/src/DetectiveClient.ts | 28 ++- .../src/commands/AcceptInvitationCommand.ts | 12 +- .../BatchGetGraphMemberDatasourcesCommand.ts | 12 +- .../BatchGetMembershipDatasourcesCommand.ts | 12 +- .../src/commands/CreateGraphCommand.ts | 12 +- .../src/commands/CreateMembersCommand.ts | 12 +- .../src/commands/DeleteGraphCommand.ts | 12 +- .../src/commands/DeleteMembersCommand.ts | 12 +- ...escribeOrganizationConfigurationCommand.ts | 12 +- .../DisableOrganizationAdminAccountCommand.ts | 12 +- .../commands/DisassociateMembershipCommand.ts | 12 +- .../EnableOrganizationAdminAccountCommand.ts | 12 +- .../src/commands/GetMembersCommand.ts | 12 +- .../commands/ListDatasourcePackagesCommand.ts | 12 +- .../src/commands/ListGraphsCommand.ts | 12 +- .../src/commands/ListInvitationsCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../ListOrganizationAdminAccountsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RejectInvitationCommand.ts | 12 +- .../commands/StartMonitoringMemberCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateDatasourcePackagesCommand.ts | 12 +- .../UpdateOrganizationConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-detective/src/endpoint/ruleset.ts | 2 +- .../src/models/DetectiveServiceException.ts | 2 +- .../client-detective/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDatasourcePackagesPaginator.ts | 2 +- .../src/pagination/ListGraphsPaginator.ts | 2 +- .../pagination/ListInvitationsPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../ListOrganizationAdminAccountsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-detective/src/runtimeConfig.ts | 24 +-- clients/client-device-farm/package.json | 41 ++--- clients/client-device-farm/src/DeviceFarm.ts | 4 +- .../src/DeviceFarmClient.ts | 28 ++- .../src/commands/CreateDevicePoolCommand.ts | 12 +- .../commands/CreateInstanceProfileCommand.ts | 12 +- .../commands/CreateNetworkProfileCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../CreateRemoteAccessSessionCommand.ts | 12 +- .../commands/CreateTestGridProjectCommand.ts | 12 +- .../src/commands/CreateTestGridUrlCommand.ts | 12 +- .../src/commands/CreateUploadCommand.ts | 12 +- .../CreateVPCEConfigurationCommand.ts | 12 +- .../src/commands/DeleteDevicePoolCommand.ts | 12 +- .../commands/DeleteInstanceProfileCommand.ts | 12 +- .../commands/DeleteNetworkProfileCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../DeleteRemoteAccessSessionCommand.ts | 12 +- .../src/commands/DeleteRunCommand.ts | 12 +- .../commands/DeleteTestGridProjectCommand.ts | 12 +- .../src/commands/DeleteUploadCommand.ts | 12 +- .../DeleteVPCEConfigurationCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../src/commands/GetDeviceCommand.ts | 12 +- .../src/commands/GetDeviceInstanceCommand.ts | 12 +- .../src/commands/GetDevicePoolCommand.ts | 12 +- .../GetDevicePoolCompatibilityCommand.ts | 12 +- .../src/commands/GetInstanceProfileCommand.ts | 12 +- .../src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetNetworkProfileCommand.ts | 12 +- .../src/commands/GetOfferingStatusCommand.ts | 12 +- .../src/commands/GetProjectCommand.ts | 12 +- .../commands/GetRemoteAccessSessionCommand.ts | 12 +- .../src/commands/GetRunCommand.ts | 12 +- .../src/commands/GetSuiteCommand.ts | 12 +- .../src/commands/GetTestCommand.ts | 12 +- .../src/commands/GetTestGridProjectCommand.ts | 12 +- .../src/commands/GetTestGridSessionCommand.ts | 12 +- .../src/commands/GetUploadCommand.ts | 12 +- .../commands/GetVPCEConfigurationCommand.ts | 12 +- .../InstallToRemoteAccessSessionCommand.ts | 12 +- .../src/commands/ListArtifactsCommand.ts | 12 +- .../commands/ListDeviceInstancesCommand.ts | 12 +- .../src/commands/ListDevicePoolsCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../commands/ListInstanceProfilesCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../commands/ListNetworkProfilesCommand.ts | 12 +- .../commands/ListOfferingPromotionsCommand.ts | 12 +- .../ListOfferingTransactionsCommand.ts | 12 +- .../src/commands/ListOfferingsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../ListRemoteAccessSessionsCommand.ts | 12 +- .../src/commands/ListRunsCommand.ts | 12 +- .../src/commands/ListSamplesCommand.ts | 12 +- .../src/commands/ListSuitesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTestGridProjectsCommand.ts | 12 +- .../ListTestGridSessionActionsCommand.ts | 12 +- .../ListTestGridSessionArtifactsCommand.ts | 12 +- .../commands/ListTestGridSessionsCommand.ts | 12 +- .../src/commands/ListTestsCommand.ts | 12 +- .../src/commands/ListUniqueProblemsCommand.ts | 12 +- .../src/commands/ListUploadsCommand.ts | 12 +- .../commands/ListVPCEConfigurationsCommand.ts | 12 +- .../src/commands/PurchaseOfferingCommand.ts | 12 +- .../src/commands/RenewOfferingCommand.ts | 12 +- .../src/commands/ScheduleRunCommand.ts | 12 +- .../src/commands/StopJobCommand.ts | 12 +- .../StopRemoteAccessSessionCommand.ts | 12 +- .../src/commands/StopRunCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDeviceInstanceCommand.ts | 12 +- .../src/commands/UpdateDevicePoolCommand.ts | 12 +- .../commands/UpdateInstanceProfileCommand.ts | 12 +- .../commands/UpdateNetworkProfileCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../commands/UpdateTestGridProjectCommand.ts | 12 +- .../src/commands/UpdateUploadCommand.ts | 12 +- .../UpdateVPCEConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/DeviceFarmServiceException.ts | 2 +- .../client-device-farm/src/models/models_0.ts | 2 +- .../pagination/GetOfferingStatusPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListArtifactsPaginator.ts | 2 +- .../pagination/ListDevicePoolsPaginator.ts | 2 +- .../src/pagination/ListDevicesPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListOfferingTransactionsPaginator.ts | 2 +- .../src/pagination/ListOfferingsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/pagination/ListRunsPaginator.ts | 2 +- .../src/pagination/ListSamplesPaginator.ts | 2 +- .../src/pagination/ListSuitesPaginator.ts | 2 +- .../ListTestGridProjectsPaginator.ts | 2 +- .../ListTestGridSessionActionsPaginator.ts | 2 +- .../ListTestGridSessionArtifactsPaginator.ts | 2 +- .../ListTestGridSessionsPaginator.ts | 2 +- .../src/pagination/ListTestsPaginator.ts | 2 +- .../pagination/ListUniqueProblemsPaginator.ts | 2 +- .../src/pagination/ListUploadsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-device-farm/src/runtimeConfig.ts | 24 +-- clients/client-devops-guru/package.json | 41 ++--- clients/client-devops-guru/src/DevOpsGuru.ts | 4 +- .../src/DevOpsGuruClient.ts | 28 ++- .../commands/AddNotificationChannelCommand.ts | 12 +- .../src/commands/DeleteInsightCommand.ts | 12 +- .../commands/DescribeAccountHealthCommand.ts | 12 +- .../DescribeAccountOverviewCommand.ts | 12 +- .../src/commands/DescribeAnomalyCommand.ts | 12 +- .../DescribeEventSourcesConfigCommand.ts | 12 +- .../src/commands/DescribeFeedbackCommand.ts | 12 +- .../src/commands/DescribeInsightCommand.ts | 12 +- .../DescribeOrganizationHealthCommand.ts | 12 +- .../DescribeOrganizationOverviewCommand.ts | 12 +- ...nizationResourceCollectionHealthCommand.ts | 12 +- ...DescribeResourceCollectionHealthCommand.ts | 12 +- .../DescribeServiceIntegrationCommand.ts | 12 +- .../src/commands/GetCostEstimationCommand.ts | 12 +- .../commands/GetResourceCollectionCommand.ts | 12 +- .../ListAnomaliesForInsightCommand.ts | 12 +- .../commands/ListAnomalousLogGroupsCommand.ts | 12 +- .../src/commands/ListEventsCommand.ts | 12 +- .../src/commands/ListInsightsCommand.ts | 12 +- .../commands/ListMonitoredResourcesCommand.ts | 12 +- .../ListNotificationChannelsCommand.ts | 12 +- .../ListOrganizationInsightsCommand.ts | 12 +- .../commands/ListRecommendationsCommand.ts | 12 +- .../src/commands/PutFeedbackCommand.ts | 12 +- .../RemoveNotificationChannelCommand.ts | 12 +- .../src/commands/SearchInsightsCommand.ts | 12 +- .../SearchOrganizationInsightsCommand.ts | 12 +- .../commands/StartCostEstimationCommand.ts | 12 +- .../UpdateEventSourcesConfigCommand.ts | 12 +- .../UpdateResourceCollectionCommand.ts | 12 +- .../UpdateServiceIntegrationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/DevOpsGuruServiceException.ts | 2 +- .../client-devops-guru/src/models/models_0.ts | 2 +- ...zationResourceCollectionHealthPaginator.ts | 2 +- ...scribeResourceCollectionHealthPaginator.ts | 2 +- .../pagination/GetCostEstimationPaginator.ts | 2 +- .../GetResourceCollectionPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAnomaliesForInsightPaginator.ts | 2 +- .../ListAnomalousLogGroupsPaginator.ts | 2 +- .../src/pagination/ListEventsPaginator.ts | 2 +- .../src/pagination/ListInsightsPaginator.ts | 2 +- .../ListMonitoredResourcesPaginator.ts | 2 +- .../ListNotificationChannelsPaginator.ts | 2 +- .../ListOrganizationInsightsPaginator.ts | 2 +- .../ListRecommendationsPaginator.ts | 2 +- .../src/pagination/SearchInsightsPaginator.ts | 2 +- .../SearchOrganizationInsightsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-devops-guru/src/runtimeConfig.ts | 24 +-- clients/client-direct-connect/package.json | 41 ++--- .../src/DirectConnect.ts | 4 +- .../src/DirectConnectClient.ts | 28 ++- ...onnectGatewayAssociationProposalCommand.ts | 12 +- ...AllocateConnectionOnInterconnectCommand.ts | 12 +- .../AllocateHostedConnectionCommand.ts | 12 +- .../AllocatePrivateVirtualInterfaceCommand.ts | 12 +- .../AllocatePublicVirtualInterfaceCommand.ts | 12 +- .../AllocateTransitVirtualInterfaceCommand.ts | 12 +- .../AssociateConnectionWithLagCommand.ts | 12 +- .../AssociateHostedConnectionCommand.ts | 12 +- .../src/commands/AssociateMacSecKeyCommand.ts | 12 +- .../AssociateVirtualInterfaceCommand.ts | 12 +- .../src/commands/ConfirmConnectionCommand.ts | 12 +- .../ConfirmCustomerAgreementCommand.ts | 12 +- .../ConfirmPrivateVirtualInterfaceCommand.ts | 12 +- .../ConfirmPublicVirtualInterfaceCommand.ts | 12 +- .../ConfirmTransitVirtualInterfaceCommand.ts | 12 +- .../src/commands/CreateBGPPeerCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- ...eDirectConnectGatewayAssociationCommand.ts | 12 +- ...onnectGatewayAssociationProposalCommand.ts | 12 +- .../CreateDirectConnectGatewayCommand.ts | 12 +- .../src/commands/CreateInterconnectCommand.ts | 12 +- .../src/commands/CreateLagCommand.ts | 12 +- .../CreatePrivateVirtualInterfaceCommand.ts | 12 +- .../CreatePublicVirtualInterfaceCommand.ts | 12 +- .../CreateTransitVirtualInterfaceCommand.ts | 12 +- .../src/commands/DeleteBGPPeerCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- ...eDirectConnectGatewayAssociationCommand.ts | 12 +- ...onnectGatewayAssociationProposalCommand.ts | 12 +- .../DeleteDirectConnectGatewayCommand.ts | 12 +- .../src/commands/DeleteInterconnectCommand.ts | 12 +- .../src/commands/DeleteLagCommand.ts | 12 +- .../commands/DeleteVirtualInterfaceCommand.ts | 12 +- .../commands/DescribeConnectionLoaCommand.ts | 12 +- .../commands/DescribeConnectionsCommand.ts | 12 +- ...escribeConnectionsOnInterconnectCommand.ts | 12 +- .../DescribeCustomerMetadataCommand.ts | 12 +- ...nnectGatewayAssociationProposalsCommand.ts | 12 +- ...DirectConnectGatewayAssociationsCommand.ts | 12 +- ...eDirectConnectGatewayAttachmentsCommand.ts | 12 +- .../DescribeDirectConnectGatewaysCommand.ts | 12 +- .../DescribeHostedConnectionsCommand.ts | 12 +- .../DescribeInterconnectLoaCommand.ts | 12 +- .../commands/DescribeInterconnectsCommand.ts | 12 +- .../src/commands/DescribeLagsCommand.ts | 12 +- .../src/commands/DescribeLoaCommand.ts | 12 +- .../src/commands/DescribeLocationsCommand.ts | 12 +- .../DescribeRouterConfigurationCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DescribeVirtualGatewaysCommand.ts | 12 +- .../DescribeVirtualInterfacesCommand.ts | 12 +- .../DisassociateConnectionFromLagCommand.ts | 12 +- .../commands/DisassociateMacSecKeyCommand.ts | 12 +- .../ListVirtualInterfaceTestHistoryCommand.ts | 12 +- .../commands/StartBgpFailoverTestCommand.ts | 12 +- .../commands/StopBgpFailoverTestCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateConnectionCommand.ts | 12 +- ...eDirectConnectGatewayAssociationCommand.ts | 12 +- .../UpdateDirectConnectGatewayCommand.ts | 12 +- .../src/commands/UpdateLagCommand.ts | 12 +- ...UpdateVirtualInterfaceAttributesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/DirectConnectServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-directory-service/package.json | 41 ++--- .../src/DirectoryService.ts | 4 +- .../src/DirectoryServiceClient.ts | 28 ++- .../commands/AcceptSharedDirectoryCommand.ts | 12 +- .../src/commands/AddIpRoutesCommand.ts | 12 +- .../src/commands/AddRegionCommand.ts | 12 +- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../commands/CancelSchemaExtensionCommand.ts | 12 +- .../src/commands/ConnectDirectoryCommand.ts | 12 +- .../src/commands/CreateAliasCommand.ts | 12 +- .../src/commands/CreateComputerCommand.ts | 12 +- .../CreateConditionalForwarderCommand.ts | 12 +- .../src/commands/CreateDirectoryCommand.ts | 12 +- .../commands/CreateLogSubscriptionCommand.ts | 12 +- .../src/commands/CreateMicrosoftADCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateTrustCommand.ts | 12 +- .../DeleteConditionalForwarderCommand.ts | 12 +- .../src/commands/DeleteDirectoryCommand.ts | 12 +- .../commands/DeleteLogSubscriptionCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../src/commands/DeleteTrustCommand.ts | 12 +- .../commands/DeregisterCertificateCommand.ts | 12 +- .../commands/DeregisterEventTopicCommand.ts | 12 +- .../commands/DescribeCertificateCommand.ts | 12 +- ...ribeClientAuthenticationSettingsCommand.ts | 12 +- .../DescribeConditionalForwardersCommand.ts | 12 +- .../commands/DescribeDirectoriesCommand.ts | 12 +- .../DescribeDomainControllersCommand.ts | 12 +- .../commands/DescribeEventTopicsCommand.ts | 12 +- .../commands/DescribeLDAPSSettingsCommand.ts | 12 +- .../src/commands/DescribeRegionsCommand.ts | 12 +- .../src/commands/DescribeSettingsCommand.ts | 12 +- .../DescribeSharedDirectoriesCommand.ts | 12 +- .../src/commands/DescribeSnapshotsCommand.ts | 12 +- .../src/commands/DescribeTrustsCommand.ts | 12 +- .../DescribeUpdateDirectoryCommand.ts | 12 +- .../DisableClientAuthenticationCommand.ts | 12 +- .../src/commands/DisableLDAPSCommand.ts | 12 +- .../src/commands/DisableRadiusCommand.ts | 12 +- .../src/commands/DisableSsoCommand.ts | 12 +- .../EnableClientAuthenticationCommand.ts | 12 +- .../src/commands/EnableLDAPSCommand.ts | 12 +- .../src/commands/EnableRadiusCommand.ts | 12 +- .../src/commands/EnableSsoCommand.ts | 12 +- .../src/commands/GetDirectoryLimitsCommand.ts | 12 +- .../src/commands/GetSnapshotLimitsCommand.ts | 12 +- .../src/commands/ListCertificatesCommand.ts | 12 +- .../src/commands/ListIpRoutesCommand.ts | 12 +- .../commands/ListLogSubscriptionsCommand.ts | 12 +- .../commands/ListSchemaExtensionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/RegisterCertificateCommand.ts | 12 +- .../src/commands/RegisterEventTopicCommand.ts | 12 +- .../commands/RejectSharedDirectoryCommand.ts | 12 +- .../src/commands/RemoveIpRoutesCommand.ts | 12 +- .../src/commands/RemoveRegionCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../src/commands/ResetUserPasswordCommand.ts | 12 +- .../commands/RestoreFromSnapshotCommand.ts | 12 +- .../src/commands/ShareDirectoryCommand.ts | 12 +- .../commands/StartSchemaExtensionCommand.ts | 12 +- .../src/commands/UnshareDirectoryCommand.ts | 12 +- .../UpdateConditionalForwarderCommand.ts | 12 +- .../commands/UpdateDirectorySetupCommand.ts | 12 +- .../UpdateNumberOfDomainControllersCommand.ts | 12 +- .../src/commands/UpdateRadiusCommand.ts | 12 +- .../src/commands/UpdateSettingsCommand.ts | 12 +- .../src/commands/UpdateTrustCommand.ts | 12 +- .../src/commands/VerifyTrustCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../DirectoryServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...beClientAuthenticationSettingsPaginator.ts | 2 +- .../DescribeDirectoriesPaginator.ts | 2 +- .../DescribeDomainControllersPaginator.ts | 2 +- .../DescribeLDAPSSettingsPaginator.ts | 2 +- .../pagination/DescribeRegionsPaginator.ts | 2 +- .../DescribeSharedDirectoriesPaginator.ts | 2 +- .../pagination/DescribeSnapshotsPaginator.ts | 2 +- .../src/pagination/DescribeTrustsPaginator.ts | 2 +- .../DescribeUpdateDirectoryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListCertificatesPaginator.ts | 2 +- .../src/pagination/ListIpRoutesPaginator.ts | 2 +- .../ListLogSubscriptionsPaginator.ts | 2 +- .../ListSchemaExtensionsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-dlm/package.json | 41 ++--- clients/client-dlm/src/DLM.ts | 4 +- clients/client-dlm/src/DLMClient.ts | 28 ++- .../commands/CreateLifecyclePolicyCommand.ts | 12 +- .../commands/DeleteLifecyclePolicyCommand.ts | 12 +- .../commands/GetLifecyclePoliciesCommand.ts | 12 +- .../src/commands/GetLifecyclePolicyCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateLifecyclePolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-dlm/src/endpoint/ruleset.ts | 2 +- .../src/models/DLMServiceException.ts | 2 +- clients/client-dlm/src/models/models_0.ts | 2 +- .../client-dlm/src/protocols/Aws_restJson1.ts | 11 +- .../client-dlm/src/runtimeConfig.browser.ts | 14 +- .../client-dlm/src/runtimeConfig.shared.ts | 8 +- clients/client-dlm/src/runtimeConfig.ts | 24 +-- clients/client-docdb-elastic/package.json | 41 ++--- .../client-docdb-elastic/src/DocDBElastic.ts | 4 +- .../src/DocDBElasticClient.ts | 28 ++- .../src/commands/CreateClusterCommand.ts | 12 +- .../commands/CreateClusterSnapshotCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../commands/DeleteClusterSnapshotCommand.ts | 12 +- .../src/commands/GetClusterCommand.ts | 12 +- .../src/commands/GetClusterSnapshotCommand.ts | 12 +- .../commands/ListClusterSnapshotsCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../RestoreClusterFromSnapshotCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateClusterCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/DocDBElasticServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListClusterSnapshotsPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-docdb-elastic/src/runtimeConfig.ts | 24 +-- clients/client-docdb/package.json | 43 ++--- clients/client-docdb/src/DocDB.ts | 4 +- clients/client-docdb/src/DocDBClient.ts | 28 ++- ...ddSourceIdentifierToSubscriptionCommand.ts | 12 +- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../ApplyPendingMaintenanceActionCommand.ts | 12 +- .../CopyDBClusterParameterGroupCommand.ts | 12 +- .../commands/CopyDBClusterSnapshotCommand.ts | 12 +- .../src/commands/CreateDBClusterCommand.ts | 12 +- .../CreateDBClusterParameterGroupCommand.ts | 12 +- .../CreateDBClusterSnapshotCommand.ts | 12 +- .../src/commands/CreateDBInstanceCommand.ts | 12 +- .../commands/CreateDBSubnetGroupCommand.ts | 12 +- .../CreateEventSubscriptionCommand.ts | 12 +- .../commands/CreateGlobalClusterCommand.ts | 12 +- .../src/commands/DeleteDBClusterCommand.ts | 12 +- .../DeleteDBClusterParameterGroupCommand.ts | 12 +- .../DeleteDBClusterSnapshotCommand.ts | 12 +- .../src/commands/DeleteDBInstanceCommand.ts | 12 +- .../commands/DeleteDBSubnetGroupCommand.ts | 12 +- .../DeleteEventSubscriptionCommand.ts | 12 +- .../commands/DeleteGlobalClusterCommand.ts | 12 +- .../commands/DescribeCertificatesCommand.ts | 12 +- ...DescribeDBClusterParameterGroupsCommand.ts | 12 +- .../DescribeDBClusterParametersCommand.ts | 12 +- ...cribeDBClusterSnapshotAttributesCommand.ts | 12 +- .../DescribeDBClusterSnapshotsCommand.ts | 12 +- .../src/commands/DescribeDBClustersCommand.ts | 12 +- .../DescribeDBEngineVersionsCommand.ts | 12 +- .../commands/DescribeDBInstancesCommand.ts | 12 +- .../commands/DescribeDBSubnetGroupsCommand.ts | 12 +- ...beEngineDefaultClusterParametersCommand.ts | 12 +- .../DescribeEventCategoriesCommand.ts | 12 +- .../DescribeEventSubscriptionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../commands/DescribeGlobalClustersCommand.ts | 12 +- ...scribeOrderableDBInstanceOptionsCommand.ts | 12 +- ...escribePendingMaintenanceActionsCommand.ts | 12 +- .../src/commands/FailoverDBClusterCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ModifyDBClusterCommand.ts | 12 +- .../ModifyDBClusterParameterGroupCommand.ts | 12 +- ...ModifyDBClusterSnapshotAttributeCommand.ts | 12 +- .../src/commands/ModifyDBInstanceCommand.ts | 12 +- .../commands/ModifyDBSubnetGroupCommand.ts | 12 +- .../ModifyEventSubscriptionCommand.ts | 12 +- .../commands/ModifyGlobalClusterCommand.ts | 12 +- .../src/commands/RebootDBInstanceCommand.ts | 12 +- .../RemoveFromGlobalClusterCommand.ts | 12 +- ...SourceIdentifierFromSubscriptionCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../ResetDBClusterParameterGroupCommand.ts | 12 +- .../RestoreDBClusterFromSnapshotCommand.ts | 12 +- .../RestoreDBClusterToPointInTimeCommand.ts | 12 +- .../src/commands/StartDBClusterCommand.ts | 12 +- .../src/commands/StopDBClusterCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-docdb/src/endpoint/ruleset.ts | 2 +- .../src/models/DocDBServiceException.ts | 2 +- clients/client-docdb/src/models/models_0.ts | 2 +- .../DescribeCertificatesPaginator.ts | 2 +- ...scribeDBClusterParameterGroupsPaginator.ts | 2 +- .../DescribeDBClusterParametersPaginator.ts | 2 +- .../DescribeDBClusterSnapshotsPaginator.ts | 2 +- .../pagination/DescribeDBClustersPaginator.ts | 2 +- .../DescribeDBEngineVersionsPaginator.ts | 2 +- .../DescribeDBInstancesPaginator.ts | 2 +- .../DescribeDBSubnetGroupsPaginator.ts | 2 +- .../DescribeEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../DescribeGlobalClustersPaginator.ts | 2 +- ...ribeOrderableDBInstanceOptionsPaginator.ts | 2 +- ...cribePendingMaintenanceActionsPaginator.ts | 2 +- .../client-docdb/src/pagination/Interfaces.ts | 2 +- .../client-docdb/src/protocols/Aws_query.ts | 12 +- .../client-docdb/src/runtimeConfig.browser.ts | 14 +- .../client-docdb/src/runtimeConfig.shared.ts | 8 +- clients/client-docdb/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForDBInstanceAvailable.ts | 2 +- .../src/waiters/waitForDBInstanceDeleted.ts | 2 +- clients/client-drs/package.json | 41 ++--- clients/client-drs/src/Drs.ts | 4 +- clients/client-drs/src/DrsClient.ts | 28 ++- .../AssociateSourceNetworkStackCommand.ts | 12 +- .../CreateExtendedSourceServerCommand.ts | 12 +- ...reateLaunchConfigurationTemplateCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- .../commands/CreateSourceNetworkCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- ...eleteLaunchConfigurationTemplateCommand.ts | 12 +- .../commands/DeleteRecoveryInstanceCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- .../commands/DeleteSourceNetworkCommand.ts | 12 +- .../src/commands/DeleteSourceServerCommand.ts | 12 +- .../commands/DescribeJobLogItemsCommand.ts | 12 +- .../src/commands/DescribeJobsCommand.ts | 12 +- ...ribeLaunchConfigurationTemplatesCommand.ts | 12 +- .../DescribeRecoveryInstancesCommand.ts | 12 +- .../DescribeRecoverySnapshotsCommand.ts | 12 +- ...eplicationConfigurationTemplatesCommand.ts | 12 +- .../commands/DescribeSourceNetworksCommand.ts | 12 +- .../commands/DescribeSourceServersCommand.ts | 12 +- .../DisconnectRecoveryInstanceCommand.ts | 12 +- .../commands/DisconnectSourceServerCommand.ts | 12 +- .../ExportSourceNetworkCfnTemplateCommand.ts | 12 +- ...FailbackReplicationConfigurationCommand.ts | 12 +- .../commands/GetLaunchConfigurationCommand.ts | 12 +- .../GetReplicationConfigurationCommand.ts | 12 +- .../src/commands/InitializeServiceCommand.ts | 12 +- .../ListExtensibleSourceServersCommand.ts | 12 +- .../commands/ListStagingAccountsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/RetryDataReplicationCommand.ts | 12 +- .../src/commands/ReverseReplicationCommand.ts | 12 +- .../commands/StartFailbackLaunchCommand.ts | 12 +- .../src/commands/StartRecoveryCommand.ts | 12 +- .../src/commands/StartReplicationCommand.ts | 12 +- .../StartSourceNetworkRecoveryCommand.ts | 12 +- .../StartSourceNetworkReplicationCommand.ts | 12 +- .../src/commands/StopFailbackCommand.ts | 12 +- .../src/commands/StopReplicationCommand.ts | 12 +- .../StopSourceNetworkReplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TerminateRecoveryInstancesCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...FailbackReplicationConfigurationCommand.ts | 12 +- .../UpdateLaunchConfigurationCommand.ts | 12 +- ...pdateLaunchConfigurationTemplateCommand.ts | 12 +- .../UpdateReplicationConfigurationCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-drs/src/endpoint/ruleset.ts | 2 +- .../src/models/DrsServiceException.ts | 2 +- clients/client-drs/src/models/models_0.ts | 2 +- .../DescribeJobLogItemsPaginator.ts | 2 +- .../src/pagination/DescribeJobsPaginator.ts | 2 +- ...beLaunchConfigurationTemplatesPaginator.ts | 2 +- .../DescribeRecoveryInstancesPaginator.ts | 2 +- .../DescribeRecoverySnapshotsPaginator.ts | 2 +- ...licationConfigurationTemplatesPaginator.ts | 2 +- .../DescribeSourceNetworksPaginator.ts | 2 +- .../DescribeSourceServersPaginator.ts | 2 +- .../client-drs/src/pagination/Interfaces.ts | 2 +- .../ListExtensibleSourceServersPaginator.ts | 2 +- .../ListStagingAccountsPaginator.ts | 2 +- .../client-drs/src/protocols/Aws_restJson1.ts | 11 +- .../client-drs/src/runtimeConfig.browser.ts | 14 +- .../client-drs/src/runtimeConfig.shared.ts | 8 +- clients/client-drs/src/runtimeConfig.ts | 24 +-- clients/client-dynamodb-streams/package.json | 41 ++--- .../src/DynamoDBStreams.ts | 4 +- .../src/DynamoDBStreamsClient.ts | 28 ++- .../src/commands/DescribeStreamCommand.ts | 12 +- .../src/commands/GetRecordsCommand.ts | 12 +- .../src/commands/GetShardIteratorCommand.ts | 12 +- .../src/commands/ListStreamsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/DynamoDBStreamsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-dynamodb/package.json | 43 ++--- clients/client-dynamodb/src/DynamoDB.ts | 4 +- clients/client-dynamodb/src/DynamoDBClient.ts | 28 ++- .../commands/BatchExecuteStatementCommand.ts | 12 +- .../src/commands/BatchGetItemCommand.ts | 12 +- .../src/commands/BatchWriteItemCommand.ts | 12 +- .../src/commands/CreateBackupCommand.ts | 12 +- .../src/commands/CreateGlobalTableCommand.ts | 12 +- .../src/commands/CreateTableCommand.ts | 12 +- .../src/commands/DeleteBackupCommand.ts | 12 +- .../src/commands/DeleteItemCommand.ts | 12 +- .../src/commands/DeleteTableCommand.ts | 12 +- .../src/commands/DescribeBackupCommand.ts | 12 +- .../DescribeContinuousBackupsCommand.ts | 12 +- .../DescribeContributorInsightsCommand.ts | 12 +- .../src/commands/DescribeEndpointsCommand.ts | 12 +- .../src/commands/DescribeExportCommand.ts | 12 +- .../commands/DescribeGlobalTableCommand.ts | 12 +- .../DescribeGlobalTableSettingsCommand.ts | 12 +- .../src/commands/DescribeImportCommand.ts | 12 +- ...cribeKinesisStreamingDestinationCommand.ts | 12 +- .../src/commands/DescribeLimitsCommand.ts | 12 +- .../src/commands/DescribeTableCommand.ts | 12 +- .../DescribeTableReplicaAutoScalingCommand.ts | 12 +- .../src/commands/DescribeTimeToLiveCommand.ts | 12 +- ...sableKinesisStreamingDestinationCommand.ts | 12 +- ...nableKinesisStreamingDestinationCommand.ts | 12 +- .../src/commands/ExecuteStatementCommand.ts | 12 +- .../src/commands/ExecuteTransactionCommand.ts | 12 +- .../ExportTableToPointInTimeCommand.ts | 12 +- .../src/commands/GetItemCommand.ts | 12 +- .../src/commands/ImportTableCommand.ts | 12 +- .../src/commands/ListBackupsCommand.ts | 12 +- .../ListContributorInsightsCommand.ts | 12 +- .../src/commands/ListExportsCommand.ts | 12 +- .../src/commands/ListGlobalTablesCommand.ts | 12 +- .../src/commands/ListImportsCommand.ts | 12 +- .../src/commands/ListTablesCommand.ts | 12 +- .../src/commands/ListTagsOfResourceCommand.ts | 12 +- .../src/commands/PutItemCommand.ts | 12 +- .../src/commands/QueryCommand.ts | 12 +- .../commands/RestoreTableFromBackupCommand.ts | 12 +- .../RestoreTableToPointInTimeCommand.ts | 12 +- .../src/commands/ScanCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TransactGetItemsCommand.ts | 12 +- .../src/commands/TransactWriteItemsCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateContinuousBackupsCommand.ts | 12 +- .../UpdateContributorInsightsCommand.ts | 12 +- .../src/commands/UpdateGlobalTableCommand.ts | 12 +- .../UpdateGlobalTableSettingsCommand.ts | 12 +- .../src/commands/UpdateItemCommand.ts | 12 +- .../src/commands/UpdateTableCommand.ts | 12 +- .../UpdateTableReplicaAutoScalingCommand.ts | 12 +- .../src/commands/UpdateTimeToLiveCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-dynamodb/src/endpoint/ruleset.ts | 2 +- .../src/models/DynamoDBServiceException.ts | 2 +- .../client-dynamodb/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListContributorInsightsPaginator.ts | 2 +- .../src/pagination/ListExportsPaginator.ts | 2 +- .../src/pagination/ListImportsPaginator.ts | 2 +- .../src/pagination/ListTablesPaginator.ts | 2 +- .../src/pagination/QueryPaginator.ts | 2 +- .../src/pagination/ScanPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-dynamodb/src/runtimeConfig.ts | 26 +-- .../src/waiters/waitForTableExists.ts | 2 +- .../src/waiters/waitForTableNotExists.ts | 2 +- clients/client-ebs/package.json | 43 ++--- clients/client-ebs/src/EBS.ts | 4 +- clients/client-ebs/src/EBSClient.ts | 28 ++- .../src/commands/CompleteSnapshotCommand.ts | 12 +- .../src/commands/GetSnapshotBlockCommand.ts | 12 +- .../src/commands/ListChangedBlocksCommand.ts | 12 +- .../src/commands/ListSnapshotBlocksCommand.ts | 12 +- .../src/commands/PutSnapshotBlockCommand.ts | 12 +- .../src/commands/StartSnapshotCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ebs/src/endpoint/ruleset.ts | 2 +- .../src/models/EBSServiceException.ts | 2 +- clients/client-ebs/src/models/models_0.ts | 2 +- .../client-ebs/src/pagination/Interfaces.ts | 2 +- .../pagination/ListChangedBlocksPaginator.ts | 2 +- .../pagination/ListSnapshotBlocksPaginator.ts | 2 +- .../client-ebs/src/protocols/Aws_restJson1.ts | 9 +- .../client-ebs/src/runtimeConfig.browser.ts | 14 +- .../client-ebs/src/runtimeConfig.shared.ts | 10 +- clients/client-ebs/src/runtimeConfig.ts | 24 +-- .../client-ec2-instance-connect/package.json | 41 ++--- .../src/EC2InstanceConnect.ts | 4 +- .../src/EC2InstanceConnectClient.ts | 28 ++- .../src/commands/SendSSHPublicKeyCommand.ts | 12 +- .../SendSerialConsoleSSHPublicKeyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../EC2InstanceConnectServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-ec2/package.json | 43 ++--- clients/client-ec2/src/EC2.ts | 4 +- clients/client-ec2/src/EC2Client.ts | 28 ++- .../commands/AcceptAddressTransferCommand.ts | 12 +- ...ptReservedInstancesExchangeQuoteCommand.ts | 12 +- ...tewayMulticastDomainAssociationsCommand.ts | 12 +- ...tTransitGatewayPeeringAttachmentCommand.ts | 12 +- ...cceptTransitGatewayVpcAttachmentCommand.ts | 12 +- .../AcceptVpcEndpointConnectionsCommand.ts | 12 +- .../AcceptVpcPeeringConnectionCommand.ts | 12 +- .../src/commands/AdvertiseByoipCidrCommand.ts | 12 +- .../src/commands/AllocateAddressCommand.ts | 12 +- .../src/commands/AllocateHostsCommand.ts | 12 +- .../commands/AllocateIpamPoolCidrCommand.ts | 12 +- ...tyGroupsToClientVpnTargetNetworkCommand.ts | 12 +- .../commands/AssignIpv6AddressesCommand.ts | 12 +- .../AssignPrivateIpAddressesCommand.ts | 12 +- .../AssignPrivateNatGatewayAddressCommand.ts | 12 +- .../src/commands/AssociateAddressCommand.ts | 12 +- .../AssociateClientVpnTargetNetworkCommand.ts | 12 +- .../commands/AssociateDhcpOptionsCommand.ts | 12 +- ...sociateEnclaveCertificateIamRoleCommand.ts | 12 +- .../AssociateIamInstanceProfileCommand.ts | 12 +- .../AssociateInstanceEventWindowCommand.ts | 12 +- .../AssociateIpamResourceDiscoveryCommand.ts | 12 +- .../AssociateNatGatewayAddressCommand.ts | 12 +- .../commands/AssociateRouteTableCommand.ts | 12 +- .../AssociateSubnetCidrBlockCommand.ts | 12 +- ...ateTransitGatewayMulticastDomainCommand.ts | 12 +- ...sociateTransitGatewayPolicyTableCommand.ts | 12 +- ...ssociateTransitGatewayRouteTableCommand.ts | 12 +- .../AssociateTrunkInterfaceCommand.ts | 12 +- .../commands/AssociateVpcCidrBlockCommand.ts | 12 +- .../commands/AttachClassicLinkVpcCommand.ts | 12 +- .../commands/AttachInternetGatewayCommand.ts | 12 +- .../commands/AttachNetworkInterfaceCommand.ts | 12 +- ...ttachVerifiedAccessTrustProviderCommand.ts | 12 +- .../src/commands/AttachVolumeCommand.ts | 12 +- .../src/commands/AttachVpnGatewayCommand.ts | 12 +- .../AuthorizeClientVpnIngressCommand.ts | 12 +- .../AuthorizeSecurityGroupEgressCommand.ts | 12 +- .../AuthorizeSecurityGroupIngressCommand.ts | 12 +- .../src/commands/BundleInstanceCommand.ts | 12 +- .../src/commands/CancelBundleTaskCommand.ts | 12 +- .../CancelCapacityReservationCommand.ts | 12 +- .../CancelCapacityReservationFleetsCommand.ts | 12 +- .../commands/CancelConversionTaskCommand.ts | 12 +- .../src/commands/CancelExportTaskCommand.ts | 12 +- .../CancelImageLaunchPermissionCommand.ts | 12 +- .../src/commands/CancelImportTaskCommand.ts | 12 +- .../CancelReservedInstancesListingCommand.ts | 12 +- .../CancelSpotFleetRequestsCommand.ts | 12 +- .../CancelSpotInstanceRequestsCommand.ts | 12 +- .../commands/ConfirmProductInstanceCommand.ts | 12 +- .../src/commands/CopyFpgaImageCommand.ts | 12 +- .../src/commands/CopyImageCommand.ts | 12 +- .../src/commands/CopySnapshotCommand.ts | 12 +- .../CreateCapacityReservationCommand.ts | 12 +- .../CreateCapacityReservationFleetCommand.ts | 12 +- .../commands/CreateCarrierGatewayCommand.ts | 12 +- .../CreateClientVpnEndpointCommand.ts | 12 +- .../commands/CreateClientVpnRouteCommand.ts | 12 +- .../src/commands/CreateCoipCidrCommand.ts | 12 +- .../src/commands/CreateCoipPoolCommand.ts | 12 +- .../commands/CreateCustomerGatewayCommand.ts | 12 +- .../commands/CreateDefaultSubnetCommand.ts | 12 +- .../src/commands/CreateDefaultVpcCommand.ts | 12 +- .../src/commands/CreateDhcpOptionsCommand.ts | 12 +- .../CreateEgressOnlyInternetGatewayCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../src/commands/CreateFlowLogsCommand.ts | 12 +- .../src/commands/CreateFpgaImageCommand.ts | 12 +- .../src/commands/CreateImageCommand.ts | 12 +- .../CreateInstanceConnectEndpointCommand.ts | 12 +- .../CreateInstanceEventWindowCommand.ts | 12 +- .../CreateInstanceExportTaskCommand.ts | 12 +- .../commands/CreateInternetGatewayCommand.ts | 12 +- .../src/commands/CreateIpamCommand.ts | 12 +- .../src/commands/CreateIpamPoolCommand.ts | 12 +- .../CreateIpamResourceDiscoveryCommand.ts | 12 +- .../src/commands/CreateIpamScopeCommand.ts | 12 +- .../src/commands/CreateKeyPairCommand.ts | 12 +- .../commands/CreateLaunchTemplateCommand.ts | 12 +- .../CreateLaunchTemplateVersionCommand.ts | 12 +- .../CreateLocalGatewayRouteCommand.ts | 12 +- .../CreateLocalGatewayRouteTableCommand.ts | 12 +- ...VirtualInterfaceGroupAssociationCommand.ts | 12 +- ...lGatewayRouteTableVpcAssociationCommand.ts | 12 +- .../CreateManagedPrefixListCommand.ts | 12 +- .../src/commands/CreateNatGatewayCommand.ts | 12 +- .../src/commands/CreateNetworkAclCommand.ts | 12 +- .../commands/CreateNetworkAclEntryCommand.ts | 12 +- ...CreateNetworkInsightsAccessScopeCommand.ts | 12 +- .../CreateNetworkInsightsPathCommand.ts | 12 +- .../commands/CreateNetworkInterfaceCommand.ts | 12 +- ...CreateNetworkInterfacePermissionCommand.ts | 12 +- .../commands/CreatePlacementGroupCommand.ts | 12 +- .../commands/CreatePublicIpv4PoolCommand.ts | 12 +- .../CreateReplaceRootVolumeTaskCommand.ts | 12 +- .../CreateReservedInstancesListingCommand.ts | 12 +- .../commands/CreateRestoreImageTaskCommand.ts | 12 +- .../src/commands/CreateRouteCommand.ts | 12 +- .../src/commands/CreateRouteTableCommand.ts | 12 +- .../commands/CreateSecurityGroupCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateSnapshotsCommand.ts | 12 +- .../CreateSpotDatafeedSubscriptionCommand.ts | 12 +- .../commands/CreateStoreImageTaskCommand.ts | 12 +- .../CreateSubnetCidrReservationCommand.ts | 12 +- .../src/commands/CreateSubnetCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../CreateTrafficMirrorFilterCommand.ts | 12 +- .../CreateTrafficMirrorFilterRuleCommand.ts | 12 +- .../CreateTrafficMirrorSessionCommand.ts | 12 +- .../CreateTrafficMirrorTargetCommand.ts | 12 +- .../commands/CreateTransitGatewayCommand.ts | 12 +- .../CreateTransitGatewayConnectCommand.ts | 12 +- .../CreateTransitGatewayConnectPeerCommand.ts | 12 +- ...ateTransitGatewayMulticastDomainCommand.ts | 12 +- ...eTransitGatewayPeeringAttachmentCommand.ts | 12 +- .../CreateTransitGatewayPolicyTableCommand.ts | 12 +- ...ransitGatewayPrefixListReferenceCommand.ts | 12 +- .../CreateTransitGatewayRouteCommand.ts | 12 +- ...sitGatewayRouteTableAnnouncementCommand.ts | 12 +- .../CreateTransitGatewayRouteTableCommand.ts | 12 +- ...reateTransitGatewayVpcAttachmentCommand.ts | 12 +- .../CreateVerifiedAccessEndpointCommand.ts | 12 +- .../CreateVerifiedAccessGroupCommand.ts | 12 +- .../CreateVerifiedAccessInstanceCommand.ts | 12 +- ...reateVerifiedAccessTrustProviderCommand.ts | 12 +- .../src/commands/CreateVolumeCommand.ts | 12 +- .../src/commands/CreateVpcCommand.ts | 12 +- .../src/commands/CreateVpcEndpointCommand.ts | 12 +- ...pcEndpointConnectionNotificationCommand.ts | 12 +- ...eVpcEndpointServiceConfigurationCommand.ts | 12 +- .../CreateVpcPeeringConnectionCommand.ts | 12 +- .../commands/CreateVpnConnectionCommand.ts | 12 +- .../CreateVpnConnectionRouteCommand.ts | 12 +- .../src/commands/CreateVpnGatewayCommand.ts | 12 +- .../commands/DeleteCarrierGatewayCommand.ts | 12 +- .../DeleteClientVpnEndpointCommand.ts | 12 +- .../commands/DeleteClientVpnRouteCommand.ts | 12 +- .../src/commands/DeleteCoipCidrCommand.ts | 12 +- .../src/commands/DeleteCoipPoolCommand.ts | 12 +- .../commands/DeleteCustomerGatewayCommand.ts | 12 +- .../src/commands/DeleteDhcpOptionsCommand.ts | 12 +- .../DeleteEgressOnlyInternetGatewayCommand.ts | 12 +- .../src/commands/DeleteFleetsCommand.ts | 12 +- .../src/commands/DeleteFlowLogsCommand.ts | 12 +- .../src/commands/DeleteFpgaImageCommand.ts | 12 +- .../DeleteInstanceConnectEndpointCommand.ts | 12 +- .../DeleteInstanceEventWindowCommand.ts | 12 +- .../commands/DeleteInternetGatewayCommand.ts | 12 +- .../src/commands/DeleteIpamCommand.ts | 12 +- .../src/commands/DeleteIpamPoolCommand.ts | 12 +- .../DeleteIpamResourceDiscoveryCommand.ts | 12 +- .../src/commands/DeleteIpamScopeCommand.ts | 12 +- .../src/commands/DeleteKeyPairCommand.ts | 12 +- .../commands/DeleteLaunchTemplateCommand.ts | 12 +- .../DeleteLaunchTemplateVersionsCommand.ts | 12 +- .../DeleteLocalGatewayRouteCommand.ts | 12 +- .../DeleteLocalGatewayRouteTableCommand.ts | 12 +- ...VirtualInterfaceGroupAssociationCommand.ts | 12 +- ...lGatewayRouteTableVpcAssociationCommand.ts | 12 +- .../DeleteManagedPrefixListCommand.ts | 12 +- .../src/commands/DeleteNatGatewayCommand.ts | 12 +- .../src/commands/DeleteNetworkAclCommand.ts | 12 +- .../commands/DeleteNetworkAclEntryCommand.ts | 12 +- ...tworkInsightsAccessScopeAnalysisCommand.ts | 12 +- ...DeleteNetworkInsightsAccessScopeCommand.ts | 12 +- .../DeleteNetworkInsightsAnalysisCommand.ts | 12 +- .../DeleteNetworkInsightsPathCommand.ts | 12 +- .../commands/DeleteNetworkInterfaceCommand.ts | 12 +- ...DeleteNetworkInterfacePermissionCommand.ts | 12 +- .../commands/DeletePlacementGroupCommand.ts | 12 +- .../commands/DeletePublicIpv4PoolCommand.ts | 12 +- .../DeleteQueuedReservedInstancesCommand.ts | 12 +- .../src/commands/DeleteRouteCommand.ts | 12 +- .../src/commands/DeleteRouteTableCommand.ts | 12 +- .../commands/DeleteSecurityGroupCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../DeleteSpotDatafeedSubscriptionCommand.ts | 12 +- .../DeleteSubnetCidrReservationCommand.ts | 12 +- .../src/commands/DeleteSubnetCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../DeleteTrafficMirrorFilterCommand.ts | 12 +- .../DeleteTrafficMirrorFilterRuleCommand.ts | 12 +- .../DeleteTrafficMirrorSessionCommand.ts | 12 +- .../DeleteTrafficMirrorTargetCommand.ts | 12 +- .../commands/DeleteTransitGatewayCommand.ts | 12 +- .../DeleteTransitGatewayConnectCommand.ts | 12 +- .../DeleteTransitGatewayConnectPeerCommand.ts | 12 +- ...eteTransitGatewayMulticastDomainCommand.ts | 12 +- ...eTransitGatewayPeeringAttachmentCommand.ts | 12 +- .../DeleteTransitGatewayPolicyTableCommand.ts | 12 +- ...ransitGatewayPrefixListReferenceCommand.ts | 12 +- .../DeleteTransitGatewayRouteCommand.ts | 12 +- ...sitGatewayRouteTableAnnouncementCommand.ts | 12 +- .../DeleteTransitGatewayRouteTableCommand.ts | 12 +- ...eleteTransitGatewayVpcAttachmentCommand.ts | 12 +- .../DeleteVerifiedAccessEndpointCommand.ts | 12 +- .../DeleteVerifiedAccessGroupCommand.ts | 12 +- .../DeleteVerifiedAccessInstanceCommand.ts | 12 +- ...eleteVerifiedAccessTrustProviderCommand.ts | 12 +- .../src/commands/DeleteVolumeCommand.ts | 12 +- .../src/commands/DeleteVpcCommand.ts | 12 +- ...cEndpointConnectionNotificationsCommand.ts | 12 +- ...VpcEndpointServiceConfigurationsCommand.ts | 12 +- .../src/commands/DeleteVpcEndpointsCommand.ts | 12 +- .../DeleteVpcPeeringConnectionCommand.ts | 12 +- .../commands/DeleteVpnConnectionCommand.ts | 12 +- .../DeleteVpnConnectionRouteCommand.ts | 12 +- .../src/commands/DeleteVpnGatewayCommand.ts | 12 +- .../commands/DeprovisionByoipCidrCommand.ts | 12 +- .../DeprovisionIpamPoolCidrCommand.ts | 12 +- .../DeprovisionPublicIpv4PoolCidrCommand.ts | 12 +- .../src/commands/DeregisterImageCommand.ts | 12 +- ...tanceEventNotificationAttributesCommand.ts | 12 +- ...nsitGatewayMulticastGroupMembersCommand.ts | 12 +- ...nsitGatewayMulticastGroupSourcesCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../DescribeAddressTransfersCommand.ts | 12 +- .../DescribeAddressesAttributeCommand.ts | 12 +- .../src/commands/DescribeAddressesCommand.ts | 12 +- .../DescribeAggregateIdFormatCommand.ts | 12 +- .../DescribeAvailabilityZonesCommand.ts | 12 +- ...rkPerformanceMetricSubscriptionsCommand.ts | 12 +- .../commands/DescribeBundleTasksCommand.ts | 12 +- .../src/commands/DescribeByoipCidrsCommand.ts | 12 +- ...escribeCapacityReservationFleetsCommand.ts | 12 +- .../DescribeCapacityReservationsCommand.ts | 12 +- .../DescribeCarrierGatewaysCommand.ts | 12 +- .../DescribeClassicLinkInstancesCommand.ts | 12 +- ...cribeClientVpnAuthorizationRulesCommand.ts | 12 +- .../DescribeClientVpnConnectionsCommand.ts | 12 +- .../DescribeClientVpnEndpointsCommand.ts | 12 +- .../DescribeClientVpnRoutesCommand.ts | 12 +- .../DescribeClientVpnTargetNetworksCommand.ts | 12 +- .../src/commands/DescribeCoipPoolsCommand.ts | 12 +- .../DescribeConversionTasksCommand.ts | 12 +- .../DescribeCustomerGatewaysCommand.ts | 12 +- .../commands/DescribeDhcpOptionsCommand.ts | 12 +- ...scribeEgressOnlyInternetGatewaysCommand.ts | 12 +- .../commands/DescribeElasticGpusCommand.ts | 12 +- .../DescribeExportImageTasksCommand.ts | 12 +- .../commands/DescribeExportTasksCommand.ts | 12 +- .../DescribeFastLaunchImagesCommand.ts | 12 +- .../DescribeFastSnapshotRestoresCommand.ts | 12 +- .../commands/DescribeFleetHistoryCommand.ts | 12 +- .../commands/DescribeFleetInstancesCommand.ts | 12 +- .../src/commands/DescribeFleetsCommand.ts | 12 +- .../src/commands/DescribeFlowLogsCommand.ts | 12 +- .../DescribeFpgaImageAttributeCommand.ts | 12 +- .../src/commands/DescribeFpgaImagesCommand.ts | 12 +- ...DescribeHostReservationOfferingsCommand.ts | 12 +- .../DescribeHostReservationsCommand.ts | 12 +- .../src/commands/DescribeHostsCommand.ts | 12 +- ...beIamInstanceProfileAssociationsCommand.ts | 12 +- .../src/commands/DescribeIdFormatCommand.ts | 12 +- .../DescribeIdentityIdFormatCommand.ts | 12 +- .../commands/DescribeImageAttributeCommand.ts | 12 +- .../src/commands/DescribeImagesCommand.ts | 12 +- .../DescribeImportImageTasksCommand.ts | 12 +- .../DescribeImportSnapshotTasksCommand.ts | 12 +- .../DescribeInstanceAttributeCommand.ts | 12 +- ...DescribeInstanceConnectEndpointsCommand.ts | 12 +- ...ribeInstanceCreditSpecificationsCommand.ts | 12 +- ...tanceEventNotificationAttributesCommand.ts | 12 +- .../DescribeInstanceEventWindowsCommand.ts | 12 +- .../commands/DescribeInstanceStatusCommand.ts | 12 +- .../DescribeInstanceTypeOfferingsCommand.ts | 12 +- .../commands/DescribeInstanceTypesCommand.ts | 12 +- .../src/commands/DescribeInstancesCommand.ts | 12 +- .../DescribeInternetGatewaysCommand.ts | 12 +- .../src/commands/DescribeIpamPoolsCommand.ts | 12 +- .../DescribeIpamResourceDiscoveriesCommand.ts | 12 +- ...pamResourceDiscoveryAssociationsCommand.ts | 12 +- .../src/commands/DescribeIpamScopesCommand.ts | 12 +- .../src/commands/DescribeIpamsCommand.ts | 12 +- .../src/commands/DescribeIpv6PoolsCommand.ts | 12 +- .../src/commands/DescribeKeyPairsCommand.ts | 12 +- .../DescribeLaunchTemplateVersionsCommand.ts | 12 +- .../DescribeLaunchTemplatesCommand.ts | 12 +- ...irtualInterfaceGroupAssociationsCommand.ts | 12 +- ...GatewayRouteTableVpcAssociationsCommand.ts | 12 +- .../DescribeLocalGatewayRouteTablesCommand.ts | 12 +- ...calGatewayVirtualInterfaceGroupsCommand.ts | 12 +- ...ibeLocalGatewayVirtualInterfacesCommand.ts | 12 +- .../commands/DescribeLocalGatewaysCommand.ts | 12 +- .../DescribeManagedPrefixListsCommand.ts | 12 +- .../DescribeMovingAddressesCommand.ts | 12 +- .../commands/DescribeNatGatewaysCommand.ts | 12 +- .../commands/DescribeNetworkAclsCommand.ts | 12 +- ...tworkInsightsAccessScopeAnalysesCommand.ts | 12 +- ...cribeNetworkInsightsAccessScopesCommand.ts | 12 +- .../DescribeNetworkInsightsAnalysesCommand.ts | 12 +- .../DescribeNetworkInsightsPathsCommand.ts | 12 +- ...escribeNetworkInterfaceAttributeCommand.ts | 12 +- ...cribeNetworkInterfacePermissionsCommand.ts | 12 +- .../DescribeNetworkInterfacesCommand.ts | 12 +- .../DescribePlacementGroupsCommand.ts | 12 +- .../commands/DescribePrefixListsCommand.ts | 12 +- .../DescribePrincipalIdFormatCommand.ts | 12 +- .../DescribePublicIpv4PoolsCommand.ts | 12 +- .../src/commands/DescribeRegionsCommand.ts | 12 +- .../DescribeReplaceRootVolumeTasksCommand.ts | 12 +- .../DescribeReservedInstancesCommand.ts | 12 +- ...escribeReservedInstancesListingsCommand.ts | 12 +- ...beReservedInstancesModificationsCommand.ts | 12 +- ...scribeReservedInstancesOfferingsCommand.ts | 12 +- .../commands/DescribeRouteTablesCommand.ts | 12 +- ...ibeScheduledInstanceAvailabilityCommand.ts | 12 +- .../DescribeScheduledInstancesCommand.ts | 12 +- .../DescribeSecurityGroupReferencesCommand.ts | 12 +- .../DescribeSecurityGroupRulesCommand.ts | 12 +- .../commands/DescribeSecurityGroupsCommand.ts | 12 +- .../DescribeSnapshotAttributeCommand.ts | 12 +- .../DescribeSnapshotTierStatusCommand.ts | 12 +- .../src/commands/DescribeSnapshotsCommand.ts | 12 +- ...DescribeSpotDatafeedSubscriptionCommand.ts | 12 +- .../DescribeSpotFleetInstancesCommand.ts | 12 +- .../DescribeSpotFleetRequestHistoryCommand.ts | 12 +- .../DescribeSpotFleetRequestsCommand.ts | 12 +- .../DescribeSpotInstanceRequestsCommand.ts | 12 +- .../DescribeSpotPriceHistoryCommand.ts | 12 +- .../DescribeStaleSecurityGroupsCommand.ts | 12 +- .../DescribeStoreImageTasksCommand.ts | 12 +- .../src/commands/DescribeSubnetsCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DescribeTrafficMirrorFiltersCommand.ts | 12 +- .../DescribeTrafficMirrorSessionsCommand.ts | 12 +- .../DescribeTrafficMirrorTargetsCommand.ts | 12 +- ...escribeTransitGatewayAttachmentsCommand.ts | 12 +- ...scribeTransitGatewayConnectPeersCommand.ts | 12 +- .../DescribeTransitGatewayConnectsCommand.ts | 12 +- ...beTransitGatewayMulticastDomainsCommand.ts | 12 +- ...TransitGatewayPeeringAttachmentsCommand.ts | 12 +- ...scribeTransitGatewayPolicyTablesCommand.ts | 12 +- ...itGatewayRouteTableAnnouncementsCommand.ts | 12 +- ...escribeTransitGatewayRouteTablesCommand.ts | 12 +- ...ribeTransitGatewayVpcAttachmentsCommand.ts | 12 +- .../DescribeTransitGatewaysCommand.ts | 12 +- ...scribeTrunkInterfaceAssociationsCommand.ts | 12 +- .../DescribeVerifiedAccessEndpointsCommand.ts | 12 +- .../DescribeVerifiedAccessGroupsCommand.ts | 12 +- ...essInstanceLoggingConfigurationsCommand.ts | 12 +- .../DescribeVerifiedAccessInstancesCommand.ts | 12 +- ...ribeVerifiedAccessTrustProvidersCommand.ts | 12 +- .../DescribeVolumeAttributeCommand.ts | 12 +- .../commands/DescribeVolumeStatusCommand.ts | 12 +- .../src/commands/DescribeVolumesCommand.ts | 12 +- .../DescribeVolumesModificationsCommand.ts | 12 +- .../commands/DescribeVpcAttributeCommand.ts | 12 +- .../commands/DescribeVpcClassicLinkCommand.ts | 12 +- ...DescribeVpcClassicLinkDnsSupportCommand.ts | 12 +- ...cEndpointConnectionNotificationsCommand.ts | 12 +- .../DescribeVpcEndpointConnectionsCommand.ts | 12 +- ...VpcEndpointServiceConfigurationsCommand.ts | 12 +- ...ibeVpcEndpointServicePermissionsCommand.ts | 12 +- .../DescribeVpcEndpointServicesCommand.ts | 12 +- .../commands/DescribeVpcEndpointsCommand.ts | 12 +- .../DescribeVpcPeeringConnectionsCommand.ts | 12 +- .../src/commands/DescribeVpcsCommand.ts | 12 +- .../commands/DescribeVpnConnectionsCommand.ts | 12 +- .../commands/DescribeVpnGatewaysCommand.ts | 12 +- .../commands/DetachClassicLinkVpcCommand.ts | 12 +- .../commands/DetachInternetGatewayCommand.ts | 12 +- .../commands/DetachNetworkInterfaceCommand.ts | 12 +- ...etachVerifiedAccessTrustProviderCommand.ts | 12 +- .../src/commands/DetachVolumeCommand.ts | 12 +- .../src/commands/DetachVpnGatewayCommand.ts | 12 +- .../commands/DisableAddressTransferCommand.ts | 12 +- ...orkPerformanceMetricSubscriptionCommand.ts | 12 +- .../DisableEbsEncryptionByDefaultCommand.ts | 12 +- .../src/commands/DisableFastLaunchCommand.ts | 12 +- .../DisableFastSnapshotRestoresCommand.ts | 12 +- .../DisableImageDeprecationCommand.ts | 12 +- ...ableIpamOrganizationAdminAccountCommand.ts | 12 +- .../DisableSerialConsoleAccessCommand.ts | 12 +- ...nsitGatewayRouteTablePropagationCommand.ts | 12 +- .../DisableVgwRoutePropagationCommand.ts | 12 +- .../commands/DisableVpcClassicLinkCommand.ts | 12 +- .../DisableVpcClassicLinkDnsSupportCommand.ts | 12 +- .../commands/DisassociateAddressCommand.ts | 12 +- ...sassociateClientVpnTargetNetworkCommand.ts | 12 +- ...sociateEnclaveCertificateIamRoleCommand.ts | 12 +- .../DisassociateIamInstanceProfileCommand.ts | 12 +- .../DisassociateInstanceEventWindowCommand.ts | 12 +- ...isassociateIpamResourceDiscoveryCommand.ts | 12 +- .../DisassociateNatGatewayAddressCommand.ts | 12 +- .../commands/DisassociateRouteTableCommand.ts | 12 +- .../DisassociateSubnetCidrBlockCommand.ts | 12 +- ...ateTransitGatewayMulticastDomainCommand.ts | 12 +- ...sociateTransitGatewayPolicyTableCommand.ts | 12 +- ...ssociateTransitGatewayRouteTableCommand.ts | 12 +- .../DisassociateTrunkInterfaceCommand.ts | 12 +- .../DisassociateVpcCidrBlockCommand.ts | 12 +- .../commands/EnableAddressTransferCommand.ts | 12 +- ...orkPerformanceMetricSubscriptionCommand.ts | 12 +- .../EnableEbsEncryptionByDefaultCommand.ts | 12 +- .../src/commands/EnableFastLaunchCommand.ts | 12 +- .../EnableFastSnapshotRestoresCommand.ts | 12 +- .../commands/EnableImageDeprecationCommand.ts | 12 +- ...ableIpamOrganizationAdminAccountCommand.ts | 12 +- ...ilityAnalyzerOrganizationSharingCommand.ts | 12 +- .../EnableSerialConsoleAccessCommand.ts | 12 +- ...nsitGatewayRouteTablePropagationCommand.ts | 12 +- .../EnableVgwRoutePropagationCommand.ts | 12 +- .../src/commands/EnableVolumeIOCommand.ts | 12 +- .../commands/EnableVpcClassicLinkCommand.ts | 12 +- .../EnableVpcClassicLinkDnsSupportCommand.ts | 12 +- ...nClientCertificateRevocationListCommand.ts | 12 +- ...portClientVpnClientConfigurationCommand.ts | 12 +- .../src/commands/ExportImageCommand.ts | 12 +- .../ExportTransitGatewayRoutesCommand.ts | 12 +- ...ciatedEnclaveCertificateIamRolesCommand.ts | 12 +- .../GetAssociatedIpv6PoolCidrsCommand.ts | 12 +- .../GetAwsNetworkPerformanceDataCommand.ts | 12 +- .../GetCapacityReservationUsageCommand.ts | 12 +- .../src/commands/GetCoipPoolUsageCommand.ts | 12 +- .../src/commands/GetConsoleOutputCommand.ts | 12 +- .../commands/GetConsoleScreenshotCommand.ts | 12 +- .../GetDefaultCreditSpecificationCommand.ts | 12 +- .../commands/GetEbsDefaultKmsKeyIdCommand.ts | 12 +- .../GetEbsEncryptionByDefaultCommand.ts | 12 +- .../GetFlowLogsIntegrationTemplateCommand.ts | 12 +- .../GetGroupsForCapacityReservationCommand.ts | 12 +- ...etHostReservationPurchasePreviewCommand.ts | 12 +- ...nceTypesFromInstanceRequirementsCommand.ts | 12 +- .../commands/GetInstanceUefiDataCommand.ts | 12 +- .../commands/GetIpamAddressHistoryCommand.ts | 12 +- .../GetIpamDiscoveredAccountsCommand.ts | 12 +- .../GetIpamDiscoveredResourceCidrsCommand.ts | 12 +- .../commands/GetIpamPoolAllocationsCommand.ts | 12 +- .../src/commands/GetIpamPoolCidrsCommand.ts | 12 +- .../commands/GetIpamResourceCidrsCommand.ts | 12 +- .../commands/GetLaunchTemplateDataCommand.ts | 12 +- ...GetManagedPrefixListAssociationsCommand.ts | 12 +- .../GetManagedPrefixListEntriesCommand.ts | 12 +- ...ightsAccessScopeAnalysisFindingsCommand.ts | 12 +- ...etworkInsightsAccessScopeContentCommand.ts | 12 +- .../src/commands/GetPasswordDataCommand.ts | 12 +- ...etReservedInstancesExchangeQuoteCommand.ts | 12 +- .../GetSerialConsoleAccessStatusCommand.ts | 12 +- .../commands/GetSpotPlacementScoresCommand.ts | 12 +- .../GetSubnetCidrReservationsCommand.ts | 12 +- ...sitGatewayAttachmentPropagationsCommand.ts | 12 +- ...tewayMulticastDomainAssociationsCommand.ts | 12 +- ...itGatewayPolicyTableAssociationsCommand.ts | 12 +- ...TransitGatewayPolicyTableEntriesCommand.ts | 12 +- ...ansitGatewayPrefixListReferencesCommand.ts | 12 +- ...sitGatewayRouteTableAssociationsCommand.ts | 12 +- ...sitGatewayRouteTablePropagationsCommand.ts | 12 +- .../GetVerifiedAccessEndpointPolicyCommand.ts | 12 +- .../GetVerifiedAccessGroupPolicyCommand.ts | 12 +- ...nectionDeviceSampleConfigurationCommand.ts | 12 +- .../GetVpnConnectionDeviceTypesCommand.ts | 12 +- .../GetVpnTunnelReplacementStatusCommand.ts | 12 +- ...nClientCertificateRevocationListCommand.ts | 12 +- .../src/commands/ImportImageCommand.ts | 12 +- .../src/commands/ImportInstanceCommand.ts | 12 +- .../src/commands/ImportKeyPairCommand.ts | 12 +- .../src/commands/ImportSnapshotCommand.ts | 12 +- .../src/commands/ImportVolumeCommand.ts | 12 +- .../commands/ListImagesInRecycleBinCommand.ts | 12 +- .../ListSnapshotsInRecycleBinCommand.ts | 12 +- .../commands/ModifyAddressAttributeCommand.ts | 12 +- .../ModifyAvailabilityZoneGroupCommand.ts | 12 +- .../ModifyCapacityReservationCommand.ts | 12 +- .../ModifyCapacityReservationFleetCommand.ts | 12 +- .../ModifyClientVpnEndpointCommand.ts | 12 +- ...ModifyDefaultCreditSpecificationCommand.ts | 12 +- .../ModifyEbsDefaultKmsKeyIdCommand.ts | 12 +- .../src/commands/ModifyFleetCommand.ts | 12 +- .../ModifyFpgaImageAttributeCommand.ts | 12 +- .../src/commands/ModifyHostsCommand.ts | 12 +- .../src/commands/ModifyIdFormatCommand.ts | 12 +- .../commands/ModifyIdentityIdFormatCommand.ts | 12 +- .../commands/ModifyImageAttributeCommand.ts | 12 +- .../ModifyInstanceAttributeCommand.ts | 12 +- ...nceCapacityReservationAttributesCommand.ts | 12 +- ...odifyInstanceCreditSpecificationCommand.ts | 12 +- .../ModifyInstanceEventStartTimeCommand.ts | 12 +- .../ModifyInstanceEventWindowCommand.ts | 12 +- ...ModifyInstanceMaintenanceOptionsCommand.ts | 12 +- .../ModifyInstanceMetadataOptionsCommand.ts | 12 +- .../ModifyInstancePlacementCommand.ts | 12 +- .../src/commands/ModifyIpamCommand.ts | 12 +- .../src/commands/ModifyIpamPoolCommand.ts | 12 +- .../commands/ModifyIpamResourceCidrCommand.ts | 12 +- .../ModifyIpamResourceDiscoveryCommand.ts | 12 +- .../src/commands/ModifyIpamScopeCommand.ts | 12 +- .../commands/ModifyLaunchTemplateCommand.ts | 12 +- .../ModifyLocalGatewayRouteCommand.ts | 12 +- .../ModifyManagedPrefixListCommand.ts | 12 +- .../ModifyNetworkInterfaceAttributeCommand.ts | 12 +- .../ModifyPrivateDnsNameOptionsCommand.ts | 12 +- .../ModifyReservedInstancesCommand.ts | 12 +- .../ModifySecurityGroupRulesCommand.ts | 12 +- .../ModifySnapshotAttributeCommand.ts | 12 +- .../src/commands/ModifySnapshotTierCommand.ts | 12 +- .../commands/ModifySpotFleetRequestCommand.ts | 12 +- .../commands/ModifySubnetAttributeCommand.ts | 12 +- ...afficMirrorFilterNetworkServicesCommand.ts | 12 +- .../ModifyTrafficMirrorFilterRuleCommand.ts | 12 +- .../ModifyTrafficMirrorSessionCommand.ts | 12 +- .../commands/ModifyTransitGatewayCommand.ts | 12 +- ...ransitGatewayPrefixListReferenceCommand.ts | 12 +- ...odifyTransitGatewayVpcAttachmentCommand.ts | 12 +- .../ModifyVerifiedAccessEndpointCommand.ts | 12 +- ...difyVerifiedAccessEndpointPolicyCommand.ts | 12 +- .../ModifyVerifiedAccessGroupCommand.ts | 12 +- .../ModifyVerifiedAccessGroupPolicyCommand.ts | 12 +- .../ModifyVerifiedAccessInstanceCommand.ts | 12 +- ...cessInstanceLoggingConfigurationCommand.ts | 12 +- ...odifyVerifiedAccessTrustProviderCommand.ts | 12 +- .../commands/ModifyVolumeAttributeCommand.ts | 12 +- .../src/commands/ModifyVolumeCommand.ts | 12 +- .../src/commands/ModifyVpcAttributeCommand.ts | 12 +- .../src/commands/ModifyVpcEndpointCommand.ts | 12 +- ...pcEndpointConnectionNotificationCommand.ts | 12 +- ...yVpcEndpointServiceConfigurationCommand.ts | 12 +- ...dpointServicePayerResponsibilityCommand.ts | 12 +- ...ifyVpcEndpointServicePermissionsCommand.ts | 12 +- ...odifyVpcPeeringConnectionOptionsCommand.ts | 12 +- .../src/commands/ModifyVpcTenancyCommand.ts | 12 +- .../commands/ModifyVpnConnectionCommand.ts | 12 +- .../ModifyVpnConnectionOptionsCommand.ts | 12 +- .../ModifyVpnTunnelCertificateCommand.ts | 12 +- .../commands/ModifyVpnTunnelOptionsCommand.ts | 12 +- .../src/commands/MonitorInstancesCommand.ts | 12 +- .../src/commands/MoveAddressToVpcCommand.ts | 12 +- .../commands/MoveByoipCidrToIpamCommand.ts | 12 +- .../src/commands/ProvisionByoipCidrCommand.ts | 12 +- .../commands/ProvisionIpamPoolCidrCommand.ts | 12 +- .../ProvisionPublicIpv4PoolCidrCommand.ts | 12 +- .../PurchaseHostReservationCommand.ts | 12 +- ...urchaseReservedInstancesOfferingCommand.ts | 12 +- .../PurchaseScheduledInstancesCommand.ts | 12 +- .../src/commands/RebootInstancesCommand.ts | 12 +- .../src/commands/RegisterImageCommand.ts | 12 +- ...tanceEventNotificationAttributesCommand.ts | 12 +- ...nsitGatewayMulticastGroupMembersCommand.ts | 12 +- ...nsitGatewayMulticastGroupSourcesCommand.ts | 12 +- ...tewayMulticastDomainAssociationsCommand.ts | 12 +- ...tTransitGatewayPeeringAttachmentCommand.ts | 12 +- ...ejectTransitGatewayVpcAttachmentCommand.ts | 12 +- .../RejectVpcEndpointConnectionsCommand.ts | 12 +- .../RejectVpcPeeringConnectionCommand.ts | 12 +- .../src/commands/ReleaseAddressCommand.ts | 12 +- .../src/commands/ReleaseHostsCommand.ts | 12 +- .../ReleaseIpamPoolAllocationCommand.ts | 12 +- ...aceIamInstanceProfileAssociationCommand.ts | 12 +- .../ReplaceNetworkAclAssociationCommand.ts | 12 +- .../commands/ReplaceNetworkAclEntryCommand.ts | 12 +- .../src/commands/ReplaceRouteCommand.ts | 12 +- .../ReplaceRouteTableAssociationCommand.ts | 12 +- .../ReplaceTransitGatewayRouteCommand.ts | 12 +- .../src/commands/ReplaceVpnTunnelCommand.ts | 12 +- .../commands/ReportInstanceStatusCommand.ts | 12 +- .../src/commands/RequestSpotFleetCommand.ts | 12 +- .../commands/RequestSpotInstancesCommand.ts | 12 +- .../commands/ResetAddressAttributeCommand.ts | 12 +- .../ResetEbsDefaultKmsKeyIdCommand.ts | 12 +- .../ResetFpgaImageAttributeCommand.ts | 12 +- .../commands/ResetImageAttributeCommand.ts | 12 +- .../commands/ResetInstanceAttributeCommand.ts | 12 +- .../ResetNetworkInterfaceAttributeCommand.ts | 12 +- .../commands/ResetSnapshotAttributeCommand.ts | 12 +- .../RestoreAddressToClassicCommand.ts | 12 +- .../RestoreImageFromRecycleBinCommand.ts | 12 +- .../RestoreManagedPrefixListVersionCommand.ts | 12 +- .../RestoreSnapshotFromRecycleBinCommand.ts | 12 +- .../commands/RestoreSnapshotTierCommand.ts | 12 +- .../commands/RevokeClientVpnIngressCommand.ts | 12 +- .../RevokeSecurityGroupEgressCommand.ts | 12 +- .../RevokeSecurityGroupIngressCommand.ts | 12 +- .../src/commands/RunInstancesCommand.ts | 12 +- .../commands/RunScheduledInstancesCommand.ts | 12 +- .../SearchLocalGatewayRoutesCommand.ts | 12 +- ...rchTransitGatewayMulticastGroupsCommand.ts | 12 +- .../SearchTransitGatewayRoutesCommand.ts | 12 +- .../SendDiagnosticInterruptCommand.ts | 12 +- .../src/commands/StartInstancesCommand.ts | 12 +- ...tworkInsightsAccessScopeAnalysisCommand.ts | 12 +- .../StartNetworkInsightsAnalysisCommand.ts | 12 +- ...intServicePrivateDnsVerificationCommand.ts | 12 +- .../src/commands/StopInstancesCommand.ts | 12 +- .../TerminateClientVpnConnectionsCommand.ts | 12 +- .../src/commands/TerminateInstancesCommand.ts | 12 +- .../commands/UnassignIpv6AddressesCommand.ts | 12 +- .../UnassignPrivateIpAddressesCommand.ts | 12 +- ...UnassignPrivateNatGatewayAddressCommand.ts | 12 +- .../src/commands/UnmonitorInstancesCommand.ts | 12 +- ...urityGroupRuleDescriptionsEgressCommand.ts | 12 +- ...rityGroupRuleDescriptionsIngressCommand.ts | 12 +- .../src/commands/WithdrawByoipCidrCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ec2/src/endpoint/ruleset.ts | 2 +- .../src/models/EC2ServiceException.ts | 2 +- clients/client-ec2/src/models/models_0.ts | 2 +- clients/client-ec2/src/models/models_1.ts | 2 +- clients/client-ec2/src/models/models_2.ts | 2 +- clients/client-ec2/src/models/models_3.ts | 2 +- clients/client-ec2/src/models/models_4.ts | 2 +- clients/client-ec2/src/models/models_5.ts | 2 +- clients/client-ec2/src/models/models_6.ts | 2 +- .../DescribeAddressTransfersPaginator.ts | 2 +- .../DescribeAddressesAttributePaginator.ts | 2 +- ...PerformanceMetricSubscriptionsPaginator.ts | 2 +- .../pagination/DescribeByoipCidrsPaginator.ts | 2 +- ...cribeCapacityReservationFleetsPaginator.ts | 2 +- .../DescribeCapacityReservationsPaginator.ts | 2 +- .../DescribeCarrierGatewaysPaginator.ts | 2 +- .../DescribeClassicLinkInstancesPaginator.ts | 2 +- ...ibeClientVpnAuthorizationRulesPaginator.ts | 2 +- .../DescribeClientVpnConnectionsPaginator.ts | 2 +- .../DescribeClientVpnEndpointsPaginator.ts | 2 +- .../DescribeClientVpnRoutesPaginator.ts | 2 +- ...escribeClientVpnTargetNetworksPaginator.ts | 2 +- .../pagination/DescribeCoipPoolsPaginator.ts | 2 +- .../DescribeDhcpOptionsPaginator.ts | 2 +- ...ribeEgressOnlyInternetGatewaysPaginator.ts | 2 +- .../DescribeExportImageTasksPaginator.ts | 2 +- .../DescribeFastLaunchImagesPaginator.ts | 2 +- .../DescribeFastSnapshotRestoresPaginator.ts | 2 +- .../src/pagination/DescribeFleetsPaginator.ts | 2 +- .../pagination/DescribeFlowLogsPaginator.ts | 2 +- .../pagination/DescribeFpgaImagesPaginator.ts | 2 +- ...scribeHostReservationOfferingsPaginator.ts | 2 +- .../DescribeHostReservationsPaginator.ts | 2 +- .../src/pagination/DescribeHostsPaginator.ts | 2 +- ...IamInstanceProfileAssociationsPaginator.ts | 2 +- .../src/pagination/DescribeImagesPaginator.ts | 2 +- .../DescribeImportImageTasksPaginator.ts | 2 +- .../DescribeImportSnapshotTasksPaginator.ts | 2 +- ...scribeInstanceConnectEndpointsPaginator.ts | 2 +- ...beInstanceCreditSpecificationsPaginator.ts | 2 +- .../DescribeInstanceEventWindowsPaginator.ts | 2 +- .../DescribeInstanceStatusPaginator.ts | 2 +- .../DescribeInstanceTypeOfferingsPaginator.ts | 2 +- .../DescribeInstanceTypesPaginator.ts | 2 +- .../pagination/DescribeInstancesPaginator.ts | 2 +- .../DescribeInternetGatewaysPaginator.ts | 2 +- .../pagination/DescribeIpamPoolsPaginator.ts | 2 +- ...escribeIpamResourceDiscoveriesPaginator.ts | 2 +- ...mResourceDiscoveryAssociationsPaginator.ts | 2 +- .../pagination/DescribeIpamScopesPaginator.ts | 2 +- .../src/pagination/DescribeIpamsPaginator.ts | 2 +- .../pagination/DescribeIpv6PoolsPaginator.ts | 2 +- ...DescribeLaunchTemplateVersionsPaginator.ts | 2 +- .../DescribeLaunchTemplatesPaginator.ts | 2 +- ...tualInterfaceGroupAssociationsPaginator.ts | 2 +- ...tewayRouteTableVpcAssociationsPaginator.ts | 2 +- ...escribeLocalGatewayRouteTablesPaginator.ts | 2 +- ...lGatewayVirtualInterfaceGroupsPaginator.ts | 2 +- ...eLocalGatewayVirtualInterfacesPaginator.ts | 2 +- .../DescribeLocalGatewaysPaginator.ts | 2 +- .../DescribeManagedPrefixListsPaginator.ts | 2 +- .../DescribeMovingAddressesPaginator.ts | 2 +- .../DescribeNatGatewaysPaginator.ts | 2 +- .../DescribeNetworkAclsPaginator.ts | 2 +- ...orkInsightsAccessScopeAnalysesPaginator.ts | 2 +- ...ibeNetworkInsightsAccessScopesPaginator.ts | 2 +- ...escribeNetworkInsightsAnalysesPaginator.ts | 2 +- .../DescribeNetworkInsightsPathsPaginator.ts | 2 +- ...ibeNetworkInterfacePermissionsPaginator.ts | 2 +- .../DescribeNetworkInterfacesPaginator.ts | 2 +- .../DescribePrefixListsPaginator.ts | 2 +- .../DescribePrincipalIdFormatPaginator.ts | 2 +- .../DescribePublicIpv4PoolsPaginator.ts | 2 +- ...DescribeReplaceRootVolumeTasksPaginator.ts | 2 +- ...ReservedInstancesModificationsPaginator.ts | 2 +- ...ribeReservedInstancesOfferingsPaginator.ts | 2 +- .../DescribeRouteTablesPaginator.ts | 2 +- ...eScheduledInstanceAvailabilityPaginator.ts | 2 +- .../DescribeScheduledInstancesPaginator.ts | 2 +- .../DescribeSecurityGroupRulesPaginator.ts | 2 +- .../DescribeSecurityGroupsPaginator.ts | 2 +- .../DescribeSnapshotTierStatusPaginator.ts | 2 +- .../pagination/DescribeSnapshotsPaginator.ts | 2 +- .../DescribeSpotFleetRequestsPaginator.ts | 2 +- .../DescribeSpotInstanceRequestsPaginator.ts | 2 +- .../DescribeSpotPriceHistoryPaginator.ts | 2 +- .../DescribeStaleSecurityGroupsPaginator.ts | 2 +- .../DescribeStoreImageTasksPaginator.ts | 2 +- .../pagination/DescribeSubnetsPaginator.ts | 2 +- .../src/pagination/DescribeTagsPaginator.ts | 2 +- .../DescribeTrafficMirrorFiltersPaginator.ts | 2 +- .../DescribeTrafficMirrorSessionsPaginator.ts | 2 +- .../DescribeTrafficMirrorTargetsPaginator.ts | 2 +- ...cribeTransitGatewayAttachmentsPaginator.ts | 2 +- ...ribeTransitGatewayConnectPeersPaginator.ts | 2 +- ...DescribeTransitGatewayConnectsPaginator.ts | 2 +- ...TransitGatewayMulticastDomainsPaginator.ts | 2 +- ...ansitGatewayPeeringAttachmentsPaginator.ts | 2 +- ...ribeTransitGatewayPolicyTablesPaginator.ts | 2 +- ...GatewayRouteTableAnnouncementsPaginator.ts | 2 +- ...cribeTransitGatewayRouteTablesPaginator.ts | 2 +- ...beTransitGatewayVpcAttachmentsPaginator.ts | 2 +- .../DescribeTransitGatewaysPaginator.ts | 2 +- ...ribeTrunkInterfaceAssociationsPaginator.ts | 2 +- ...escribeVerifiedAccessEndpointsPaginator.ts | 2 +- .../DescribeVerifiedAccessGroupsPaginator.ts | 2 +- ...sInstanceLoggingConfigurationsPaginator.ts | 2 +- ...escribeVerifiedAccessInstancesPaginator.ts | 2 +- ...beVerifiedAccessTrustProvidersPaginator.ts | 2 +- .../DescribeVolumeStatusPaginator.ts | 2 +- .../DescribeVolumesModificationsPaginator.ts | 2 +- .../pagination/DescribeVolumesPaginator.ts | 2 +- ...scribeVpcClassicLinkDnsSupportPaginator.ts | 2 +- ...ndpointConnectionNotificationsPaginator.ts | 2 +- ...DescribeVpcEndpointConnectionsPaginator.ts | 2 +- ...cEndpointServiceConfigurationsPaginator.ts | 2 +- ...eVpcEndpointServicePermissionsPaginator.ts | 2 +- .../DescribeVpcEndpointsPaginator.ts | 2 +- .../DescribeVpcPeeringConnectionsPaginator.ts | 2 +- .../src/pagination/DescribeVpcsPaginator.ts | 2 +- .../GetAssociatedIpv6PoolCidrsPaginator.ts | 2 +- .../GetAwsNetworkPerformanceDataPaginator.ts | 2 +- ...etGroupsForCapacityReservationPaginator.ts | 2 +- ...eTypesFromInstanceRequirementsPaginator.ts | 2 +- .../GetIpamAddressHistoryPaginator.ts | 2 +- .../GetIpamDiscoveredAccountsPaginator.ts | 2 +- ...GetIpamDiscoveredResourceCidrsPaginator.ts | 2 +- .../GetIpamPoolAllocationsPaginator.ts | 2 +- .../pagination/GetIpamPoolCidrsPaginator.ts | 2 +- .../GetIpamResourceCidrsPaginator.ts | 2 +- ...tManagedPrefixListAssociationsPaginator.ts | 2 +- .../GetManagedPrefixListEntriesPaginator.ts | 2 +- ...htsAccessScopeAnalysisFindingsPaginator.ts | 2 +- .../GetSpotPlacementScoresPaginator.ts | 2 +- ...tGatewayAttachmentPropagationsPaginator.ts | 2 +- ...wayMulticastDomainAssociationsPaginator.ts | 2 +- ...GatewayPolicyTableAssociationsPaginator.ts | 2 +- ...sitGatewayPrefixListReferencesPaginator.ts | 2 +- ...tGatewayRouteTableAssociationsPaginator.ts | 2 +- ...tGatewayRouteTablePropagationsPaginator.ts | 2 +- .../GetVpnConnectionDeviceTypesPaginator.ts | 2 +- .../client-ec2/src/pagination/Interfaces.ts | 2 +- .../ListImagesInRecycleBinPaginator.ts | 2 +- .../ListSnapshotsInRecycleBinPaginator.ts | 2 +- .../SearchLocalGatewayRoutesPaginator.ts | 2 +- ...hTransitGatewayMulticastGroupsPaginator.ts | 2 +- clients/client-ec2/src/protocols/Aws_ec2.ts | 12 +- .../client-ec2/src/runtimeConfig.browser.ts | 14 +- .../client-ec2/src/runtimeConfig.shared.ts | 8 +- clients/client-ec2/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForBundleTaskComplete.ts | 2 +- .../waiters/waitForConversionTaskCancelled.ts | 2 +- .../waiters/waitForConversionTaskCompleted.ts | 2 +- .../waiters/waitForConversionTaskDeleted.ts | 2 +- .../waitForCustomerGatewayAvailable.ts | 2 +- .../src/waiters/waitForExportTaskCancelled.ts | 2 +- .../src/waiters/waitForExportTaskCompleted.ts | 2 +- .../src/waiters/waitForImageAvailable.ts | 2 +- .../src/waiters/waitForImageExists.ts | 2 +- .../src/waiters/waitForInstanceExists.ts | 2 +- .../src/waiters/waitForInstanceRunning.ts | 2 +- .../src/waiters/waitForInstanceStatusOk.ts | 2 +- .../src/waiters/waitForInstanceStopped.ts | 2 +- .../src/waiters/waitForInstanceTerminated.ts | 2 +- .../waiters/waitForInternetGatewayExists.ts | 2 +- .../src/waiters/waitForKeyPairExists.ts | 2 +- .../src/waiters/waitForNatGatewayAvailable.ts | 2 +- .../src/waiters/waitForNatGatewayDeleted.ts | 2 +- .../waitForNetworkInterfaceAvailable.ts | 2 +- .../waiters/waitForPasswordDataAvailable.ts | 2 +- .../src/waiters/waitForSecurityGroupExists.ts | 2 +- .../src/waiters/waitForSnapshotCompleted.ts | 2 +- .../src/waiters/waitForSnapshotImported.ts | 2 +- .../waitForSpotInstanceRequestFulfilled.ts | 2 +- .../src/waiters/waitForSubnetAvailable.ts | 2 +- .../src/waiters/waitForSystemStatusOk.ts | 2 +- .../src/waiters/waitForVolumeAvailable.ts | 2 +- .../src/waiters/waitForVolumeDeleted.ts | 2 +- .../src/waiters/waitForVolumeInUse.ts | 2 +- .../src/waiters/waitForVpcAvailable.ts | 2 +- .../src/waiters/waitForVpcExists.ts | 2 +- .../waitForVpcPeeringConnectionDeleted.ts | 2 +- .../waitForVpcPeeringConnectionExists.ts | 2 +- .../waiters/waitForVpnConnectionAvailable.ts | 2 +- .../waiters/waitForVpnConnectionDeleted.ts | 2 +- clients/client-ecr-public/package.json | 41 ++--- clients/client-ecr-public/src/ECRPUBLIC.ts | 4 +- .../client-ecr-public/src/ECRPUBLICClient.ts | 28 ++- .../BatchCheckLayerAvailabilityCommand.ts | 12 +- .../src/commands/BatchDeleteImageCommand.ts | 12 +- .../commands/CompleteLayerUploadCommand.ts | 12 +- .../src/commands/CreateRepositoryCommand.ts | 12 +- .../src/commands/DeleteRepositoryCommand.ts | 12 +- .../commands/DeleteRepositoryPolicyCommand.ts | 12 +- .../src/commands/DescribeImageTagsCommand.ts | 12 +- .../src/commands/DescribeImagesCommand.ts | 12 +- .../src/commands/DescribeRegistriesCommand.ts | 12 +- .../commands/DescribeRepositoriesCommand.ts | 12 +- .../commands/GetAuthorizationTokenCommand.ts | 12 +- .../commands/GetRegistryCatalogDataCommand.ts | 12 +- .../GetRepositoryCatalogDataCommand.ts | 12 +- .../commands/GetRepositoryPolicyCommand.ts | 12 +- .../commands/InitiateLayerUploadCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutImageCommand.ts | 12 +- .../commands/PutRegistryCatalogDataCommand.ts | 12 +- .../PutRepositoryCatalogDataCommand.ts | 12 +- .../commands/SetRepositoryPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UploadLayerPartCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-ecr-public/src/endpoint/ruleset.ts | 2 +- .../src/models/ECRPUBLICServiceException.ts | 2 +- .../client-ecr-public/src/models/models_0.ts | 2 +- .../pagination/DescribeImageTagsPaginator.ts | 2 +- .../src/pagination/DescribeImagesPaginator.ts | 2 +- .../pagination/DescribeRegistriesPaginator.ts | 2 +- .../DescribeRepositoriesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-ecr-public/src/runtimeConfig.ts | 24 +-- clients/client-ecr/package.json | 43 ++--- clients/client-ecr/src/ECR.ts | 4 +- clients/client-ecr/src/ECRClient.ts | 28 ++- .../BatchCheckLayerAvailabilityCommand.ts | 12 +- .../src/commands/BatchDeleteImageCommand.ts | 12 +- .../src/commands/BatchGetImageCommand.ts | 12 +- ...tRepositoryScanningConfigurationCommand.ts | 12 +- .../commands/CompleteLayerUploadCommand.ts | 12 +- .../CreatePullThroughCacheRuleCommand.ts | 12 +- .../src/commands/CreateRepositoryCommand.ts | 12 +- .../commands/DeleteLifecyclePolicyCommand.ts | 12 +- .../DeletePullThroughCacheRuleCommand.ts | 12 +- .../commands/DeleteRegistryPolicyCommand.ts | 12 +- .../src/commands/DeleteRepositoryCommand.ts | 12 +- .../commands/DeleteRepositoryPolicyCommand.ts | 12 +- .../DescribeImageReplicationStatusCommand.ts | 12 +- .../DescribeImageScanFindingsCommand.ts | 12 +- .../src/commands/DescribeImagesCommand.ts | 12 +- .../DescribePullThroughCacheRulesCommand.ts | 12 +- .../src/commands/DescribeRegistryCommand.ts | 12 +- .../commands/DescribeRepositoriesCommand.ts | 12 +- .../commands/GetAuthorizationTokenCommand.ts | 12 +- .../commands/GetDownloadUrlForLayerCommand.ts | 12 +- .../src/commands/GetLifecyclePolicyCommand.ts | 12 +- .../GetLifecyclePolicyPreviewCommand.ts | 12 +- .../src/commands/GetRegistryPolicyCommand.ts | 12 +- ...GetRegistryScanningConfigurationCommand.ts | 12 +- .../commands/GetRepositoryPolicyCommand.ts | 12 +- .../commands/InitiateLayerUploadCommand.ts | 12 +- .../src/commands/ListImagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutImageCommand.ts | 12 +- .../PutImageScanningConfigurationCommand.ts | 12 +- .../commands/PutImageTagMutabilityCommand.ts | 12 +- .../src/commands/PutLifecyclePolicyCommand.ts | 12 +- .../src/commands/PutRegistryPolicyCommand.ts | 12 +- ...PutRegistryScanningConfigurationCommand.ts | 12 +- .../PutReplicationConfigurationCommand.ts | 12 +- .../commands/SetRepositoryPolicyCommand.ts | 12 +- .../src/commands/StartImageScanCommand.ts | 12 +- .../StartLifecyclePolicyPreviewCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UploadLayerPartCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ecr/src/endpoint/ruleset.ts | 2 +- .../src/models/ECRServiceException.ts | 2 +- clients/client-ecr/src/models/models_0.ts | 2 +- .../DescribeImageScanFindingsPaginator.ts | 2 +- .../src/pagination/DescribeImagesPaginator.ts | 2 +- .../DescribePullThroughCacheRulesPaginator.ts | 2 +- .../DescribeRepositoriesPaginator.ts | 2 +- .../GetLifecyclePolicyPreviewPaginator.ts | 2 +- .../client-ecr/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListImagesPaginator.ts | 2 +- .../client-ecr/src/protocols/Aws_json1_1.ts | 12 +- .../client-ecr/src/runtimeConfig.browser.ts | 14 +- .../client-ecr/src/runtimeConfig.shared.ts | 8 +- clients/client-ecr/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForImageScanComplete.ts | 2 +- .../waitForLifecyclePolicyPreviewComplete.ts | 2 +- clients/client-ecs/package.json | 43 ++--- clients/client-ecs/src/ECS.ts | 4 +- clients/client-ecs/src/ECSClient.ts | 28 ++- .../commands/CreateCapacityProviderCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../src/commands/CreateTaskSetCommand.ts | 12 +- .../commands/DeleteAccountSettingCommand.ts | 12 +- .../src/commands/DeleteAttributesCommand.ts | 12 +- .../commands/DeleteCapacityProviderCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../commands/DeleteTaskDefinitionsCommand.ts | 12 +- .../src/commands/DeleteTaskSetCommand.ts | 12 +- .../DeregisterContainerInstanceCommand.ts | 12 +- .../DeregisterTaskDefinitionCommand.ts | 12 +- .../DescribeCapacityProvidersCommand.ts | 12 +- .../src/commands/DescribeClustersCommand.ts | 12 +- .../DescribeContainerInstancesCommand.ts | 12 +- .../src/commands/DescribeServicesCommand.ts | 12 +- .../commands/DescribeTaskDefinitionCommand.ts | 12 +- .../src/commands/DescribeTaskSetsCommand.ts | 12 +- .../src/commands/DescribeTasksCommand.ts | 12 +- .../commands/DiscoverPollEndpointCommand.ts | 12 +- .../src/commands/ExecuteCommandCommand.ts | 12 +- .../src/commands/GetTaskProtectionCommand.ts | 12 +- .../commands/ListAccountSettingsCommand.ts | 12 +- .../src/commands/ListAttributesCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../commands/ListContainerInstancesCommand.ts | 12 +- .../ListServicesByNamespaceCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTaskDefinitionFamiliesCommand.ts | 12 +- .../commands/ListTaskDefinitionsCommand.ts | 12 +- .../src/commands/ListTasksCommand.ts | 12 +- .../src/commands/PutAccountSettingCommand.ts | 12 +- .../PutAccountSettingDefaultCommand.ts | 12 +- .../src/commands/PutAttributesCommand.ts | 12 +- .../PutClusterCapacityProvidersCommand.ts | 12 +- .../RegisterContainerInstanceCommand.ts | 12 +- .../commands/RegisterTaskDefinitionCommand.ts | 12 +- .../client-ecs/src/commands/RunTaskCommand.ts | 12 +- .../src/commands/StartTaskCommand.ts | 12 +- .../src/commands/StopTaskCommand.ts | 12 +- .../SubmitAttachmentStateChangesCommand.ts | 12 +- .../SubmitContainerStateChangeCommand.ts | 12 +- .../commands/SubmitTaskStateChangeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateCapacityProviderCommand.ts | 12 +- .../src/commands/UpdateClusterCommand.ts | 12 +- .../commands/UpdateClusterSettingsCommand.ts | 12 +- .../commands/UpdateContainerAgentCommand.ts | 12 +- .../UpdateContainerInstancesStateCommand.ts | 12 +- .../src/commands/UpdateServiceCommand.ts | 12 +- .../UpdateServicePrimaryTaskSetCommand.ts | 12 +- .../commands/UpdateTaskProtectionCommand.ts | 12 +- .../src/commands/UpdateTaskSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ecs/src/endpoint/ruleset.ts | 2 +- .../src/models/ECSServiceException.ts | 2 +- clients/client-ecs/src/models/models_0.ts | 2 +- .../client-ecs/src/pagination/Interfaces.ts | 2 +- .../ListAccountSettingsPaginator.ts | 2 +- .../src/pagination/ListAttributesPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../ListContainerInstancesPaginator.ts | 2 +- .../ListServicesByNamespacePaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../ListTaskDefinitionFamiliesPaginator.ts | 2 +- .../ListTaskDefinitionsPaginator.ts | 2 +- .../src/pagination/ListTasksPaginator.ts | 2 +- .../client-ecs/src/protocols/Aws_json1_1.ts | 12 +- .../client-ecs/src/runtimeConfig.browser.ts | 14 +- .../client-ecs/src/runtimeConfig.shared.ts | 8 +- clients/client-ecs/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForServicesInactive.ts | 2 +- .../src/waiters/waitForServicesStable.ts | 2 +- .../src/waiters/waitForTasksRunning.ts | 2 +- .../src/waiters/waitForTasksStopped.ts | 2 +- clients/client-efs/package.json | 41 ++--- clients/client-efs/src/EFS.ts | 4 +- clients/client-efs/src/EFSClient.ts | 28 ++- .../src/commands/CreateAccessPointCommand.ts | 12 +- .../src/commands/CreateFileSystemCommand.ts | 12 +- .../src/commands/CreateMountTargetCommand.ts | 12 +- .../CreateReplicationConfigurationCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../src/commands/DeleteAccessPointCommand.ts | 12 +- .../src/commands/DeleteFileSystemCommand.ts | 12 +- .../commands/DeleteFileSystemPolicyCommand.ts | 12 +- .../src/commands/DeleteMountTargetCommand.ts | 12 +- .../DeleteReplicationConfigurationCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../commands/DescribeAccessPointsCommand.ts | 12 +- .../DescribeAccountPreferencesCommand.ts | 12 +- .../commands/DescribeBackupPolicyCommand.ts | 12 +- .../DescribeFileSystemPolicyCommand.ts | 12 +- .../commands/DescribeFileSystemsCommand.ts | 12 +- .../DescribeLifecycleConfigurationCommand.ts | 12 +- ...escribeMountTargetSecurityGroupsCommand.ts | 12 +- .../commands/DescribeMountTargetsCommand.ts | 12 +- ...escribeReplicationConfigurationsCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ModifyMountTargetSecurityGroupsCommand.ts | 12 +- .../commands/PutAccountPreferencesCommand.ts | 12 +- .../src/commands/PutBackupPolicyCommand.ts | 12 +- .../commands/PutFileSystemPolicyCommand.ts | 12 +- .../PutLifecycleConfigurationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateFileSystemCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-efs/src/endpoint/ruleset.ts | 2 +- .../src/models/EFSServiceException.ts | 2 +- clients/client-efs/src/models/models_0.ts | 2 +- .../DescribeAccessPointsPaginator.ts | 2 +- .../DescribeFileSystemsPaginator.ts | 2 +- .../src/pagination/DescribeTagsPaginator.ts | 2 +- .../client-efs/src/pagination/Interfaces.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../client-efs/src/protocols/Aws_restJson1.ts | 11 +- .../client-efs/src/runtimeConfig.browser.ts | 14 +- .../client-efs/src/runtimeConfig.shared.ts | 8 +- clients/client-efs/src/runtimeConfig.ts | 24 +-- clients/client-eks/package.json | 43 ++--- clients/client-eks/src/EKS.ts | 4 +- clients/client-eks/src/EKSClient.ts | 28 ++- .../AssociateEncryptionConfigCommand.ts | 12 +- .../AssociateIdentityProviderConfigCommand.ts | 12 +- .../src/commands/CreateAddonCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../commands/CreateFargateProfileCommand.ts | 12 +- .../src/commands/CreateNodegroupCommand.ts | 12 +- .../src/commands/DeleteAddonCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../commands/DeleteFargateProfileCommand.ts | 12 +- .../src/commands/DeleteNodegroupCommand.ts | 12 +- .../src/commands/DeregisterClusterCommand.ts | 12 +- .../src/commands/DescribeAddonCommand.ts | 12 +- .../DescribeAddonConfigurationCommand.ts | 12 +- .../commands/DescribeAddonVersionsCommand.ts | 12 +- .../src/commands/DescribeClusterCommand.ts | 12 +- .../commands/DescribeFargateProfileCommand.ts | 12 +- .../DescribeIdentityProviderConfigCommand.ts | 12 +- .../src/commands/DescribeNodegroupCommand.ts | 12 +- .../src/commands/DescribeUpdateCommand.ts | 12 +- ...sassociateIdentityProviderConfigCommand.ts | 12 +- .../src/commands/ListAddonsCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../commands/ListFargateProfilesCommand.ts | 12 +- .../ListIdentityProviderConfigsCommand.ts | 12 +- .../src/commands/ListNodegroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUpdatesCommand.ts | 12 +- .../src/commands/RegisterClusterCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAddonCommand.ts | 12 +- .../commands/UpdateClusterConfigCommand.ts | 12 +- .../commands/UpdateClusterVersionCommand.ts | 12 +- .../commands/UpdateNodegroupConfigCommand.ts | 12 +- .../commands/UpdateNodegroupVersionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-eks/src/endpoint/ruleset.ts | 2 +- .../src/models/EKSServiceException.ts | 2 +- clients/client-eks/src/models/models_0.ts | 2 +- .../DescribeAddonVersionsPaginator.ts | 2 +- .../client-eks/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAddonsPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../ListFargateProfilesPaginator.ts | 2 +- .../ListIdentityProviderConfigsPaginator.ts | 2 +- .../src/pagination/ListNodegroupsPaginator.ts | 2 +- .../src/pagination/ListUpdatesPaginator.ts | 2 +- .../client-eks/src/protocols/Aws_restJson1.ts | 11 +- .../client-eks/src/runtimeConfig.browser.ts | 14 +- .../client-eks/src/runtimeConfig.shared.ts | 8 +- clients/client-eks/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForAddonActive.ts | 2 +- .../src/waiters/waitForAddonDeleted.ts | 2 +- .../src/waiters/waitForClusterActive.ts | 2 +- .../src/waiters/waitForClusterDeleted.ts | 2 +- .../waiters/waitForFargateProfileActive.ts | 2 +- .../waiters/waitForFargateProfileDeleted.ts | 2 +- .../src/waiters/waitForNodegroupActive.ts | 2 +- .../src/waiters/waitForNodegroupDeleted.ts | 2 +- clients/client-elastic-beanstalk/package.json | 43 ++--- .../src/ElasticBeanstalk.ts | 4 +- .../src/ElasticBeanstalkClient.ts | 28 ++- .../commands/AbortEnvironmentUpdateCommand.ts | 12 +- .../ApplyEnvironmentManagedActionCommand.ts | 12 +- ...sociateEnvironmentOperationsRoleCommand.ts | 12 +- .../commands/CheckDNSAvailabilityCommand.ts | 12 +- .../commands/ComposeEnvironmentsCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../CreateApplicationVersionCommand.ts | 12 +- .../CreateConfigurationTemplateCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../commands/CreatePlatformVersionCommand.ts | 12 +- .../commands/CreateStorageLocationCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../DeleteApplicationVersionCommand.ts | 12 +- .../DeleteConfigurationTemplateCommand.ts | 12 +- .../DeleteEnvironmentConfigurationCommand.ts | 12 +- .../commands/DeletePlatformVersionCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../DescribeApplicationVersionsCommand.ts | 12 +- .../commands/DescribeApplicationsCommand.ts | 12 +- .../DescribeConfigurationOptionsCommand.ts | 12 +- .../DescribeConfigurationSettingsCommand.ts | 12 +- .../DescribeEnvironmentHealthCommand.ts | 12 +- ...eEnvironmentManagedActionHistoryCommand.ts | 12 +- ...escribeEnvironmentManagedActionsCommand.ts | 12 +- .../DescribeEnvironmentResourcesCommand.ts | 12 +- .../commands/DescribeEnvironmentsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeInstancesHealthCommand.ts | 12 +- .../DescribePlatformVersionCommand.ts | 12 +- ...sociateEnvironmentOperationsRoleCommand.ts | 12 +- .../ListAvailableSolutionStacksCommand.ts | 12 +- .../commands/ListPlatformBranchesCommand.ts | 12 +- .../commands/ListPlatformVersionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RebuildEnvironmentCommand.ts | 12 +- .../commands/RequestEnvironmentInfoCommand.ts | 12 +- .../src/commands/RestartAppServerCommand.ts | 12 +- .../RetrieveEnvironmentInfoCommand.ts | 12 +- .../commands/SwapEnvironmentCNAMEsCommand.ts | 12 +- .../commands/TerminateEnvironmentCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- ...dateApplicationResourceLifecycleCommand.ts | 12 +- .../UpdateApplicationVersionCommand.ts | 12 +- .../UpdateConfigurationTemplateCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../commands/UpdateTagsForResourceCommand.ts | 12 +- .../ValidateConfigurationSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticBeanstalkServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...nvironmentManagedActionHistoryPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListPlatformBranchesPaginator.ts | 2 +- .../ListPlatformVersionsPaginator.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForEnvironmentExists.ts | 2 +- .../waiters/waitForEnvironmentTerminated.ts | 2 +- .../src/waiters/waitForEnvironmentUpdated.ts | 2 +- clients/client-elastic-inference/package.json | 41 ++--- .../src/ElasticInference.ts | 4 +- .../src/ElasticInferenceClient.ts | 28 ++- .../DescribeAcceleratorOfferingsCommand.ts | 12 +- .../DescribeAcceleratorTypesCommand.ts | 12 +- .../commands/DescribeAcceleratorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticInferenceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeAcceleratorsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 43 ++--- .../src/ElasticLoadBalancingV2.ts | 4 +- .../src/ElasticLoadBalancingV2Client.ts | 28 ++- .../AddListenerCertificatesCommand.ts | 12 +- .../src/commands/AddTagsCommand.ts | 12 +- .../src/commands/CreateListenerCommand.ts | 12 +- .../src/commands/CreateLoadBalancerCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/CreateTargetGroupCommand.ts | 12 +- .../src/commands/DeleteListenerCommand.ts | 12 +- .../src/commands/DeleteLoadBalancerCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/DeleteTargetGroupCommand.ts | 12 +- .../src/commands/DeregisterTargetsCommand.ts | 12 +- .../commands/DescribeAccountLimitsCommand.ts | 12 +- .../DescribeListenerCertificatesCommand.ts | 12 +- .../src/commands/DescribeListenersCommand.ts | 12 +- .../DescribeLoadBalancerAttributesCommand.ts | 12 +- .../commands/DescribeLoadBalancersCommand.ts | 12 +- .../src/commands/DescribeRulesCommand.ts | 12 +- .../commands/DescribeSSLPoliciesCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DescribeTargetGroupAttributesCommand.ts | 12 +- .../commands/DescribeTargetGroupsCommand.ts | 12 +- .../commands/DescribeTargetHealthCommand.ts | 12 +- .../src/commands/ModifyListenerCommand.ts | 12 +- .../ModifyLoadBalancerAttributesCommand.ts | 12 +- .../src/commands/ModifyRuleCommand.ts | 12 +- .../ModifyTargetGroupAttributesCommand.ts | 12 +- .../src/commands/ModifyTargetGroupCommand.ts | 12 +- .../src/commands/RegisterTargetsCommand.ts | 12 +- .../RemoveListenerCertificatesCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../src/commands/SetIpAddressTypeCommand.ts | 12 +- .../src/commands/SetRulePrioritiesCommand.ts | 12 +- .../src/commands/SetSecurityGroupsCommand.ts | 12 +- .../src/commands/SetSubnetsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticLoadBalancingV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/DescribeListenersPaginator.ts | 2 +- .../DescribeLoadBalancersPaginator.ts | 2 +- .../DescribeTargetGroupsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../waiters/waitForLoadBalancerAvailable.ts | 2 +- .../src/waiters/waitForLoadBalancerExists.ts | 2 +- .../waiters/waitForLoadBalancersDeleted.ts | 2 +- .../src/waiters/waitForTargetDeregistered.ts | 2 +- .../src/waiters/waitForTargetInService.ts | 2 +- .../package.json | 43 ++--- .../src/ElasticLoadBalancing.ts | 4 +- .../src/ElasticLoadBalancingClient.ts | 28 ++- .../src/commands/AddTagsCommand.ts | 12 +- ...pplySecurityGroupsToLoadBalancerCommand.ts | 12 +- .../AttachLoadBalancerToSubnetsCommand.ts | 12 +- .../commands/ConfigureHealthCheckCommand.ts | 12 +- .../CreateAppCookieStickinessPolicyCommand.ts | 12 +- .../CreateLBCookieStickinessPolicyCommand.ts | 12 +- .../src/commands/CreateLoadBalancerCommand.ts | 12 +- .../CreateLoadBalancerListenersCommand.ts | 12 +- .../CreateLoadBalancerPolicyCommand.ts | 12 +- .../src/commands/DeleteLoadBalancerCommand.ts | 12 +- .../DeleteLoadBalancerListenersCommand.ts | 12 +- .../DeleteLoadBalancerPolicyCommand.ts | 12 +- ...egisterInstancesFromLoadBalancerCommand.ts | 12 +- .../commands/DescribeAccountLimitsCommand.ts | 12 +- .../commands/DescribeInstanceHealthCommand.ts | 12 +- .../DescribeLoadBalancerAttributesCommand.ts | 12 +- .../DescribeLoadBalancerPoliciesCommand.ts | 12 +- .../DescribeLoadBalancerPolicyTypesCommand.ts | 12 +- .../commands/DescribeLoadBalancersCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DetachLoadBalancerFromSubnetsCommand.ts | 12 +- ...AvailabilityZonesForLoadBalancerCommand.ts | 12 +- ...AvailabilityZonesForLoadBalancerCommand.ts | 12 +- .../ModifyLoadBalancerAttributesCommand.ts | 12 +- ...egisterInstancesWithLoadBalancerCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- ...adBalancerListenerSSLCertificateCommand.ts | 12 +- ...BalancerPoliciesForBackendServerCommand.ts | 12 +- ...etLoadBalancerPoliciesOfListenerCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticLoadBalancingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeLoadBalancersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../waiters/waitForAnyInstanceInService.ts | 2 +- .../client-elastic-transcoder/package.json | 43 ++--- .../src/ElasticTranscoder.ts | 4 +- .../src/ElasticTranscoderClient.ts | 28 ++- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreatePipelineCommand.ts | 12 +- .../src/commands/CreatePresetCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../src/commands/DeletePresetCommand.ts | 12 +- .../src/commands/ListJobsByPipelineCommand.ts | 12 +- .../src/commands/ListJobsByStatusCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../src/commands/ListPresetsCommand.ts | 12 +- .../src/commands/ReadJobCommand.ts | 12 +- .../src/commands/ReadPipelineCommand.ts | 12 +- .../src/commands/ReadPresetCommand.ts | 12 +- .../src/commands/TestRoleCommand.ts | 12 +- .../src/commands/UpdatePipelineCommand.ts | 12 +- .../UpdatePipelineNotificationsCommand.ts | 12 +- .../commands/UpdatePipelineStatusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticTranscoderServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListJobsByPipelinePaginator.ts | 2 +- .../pagination/ListJobsByStatusPaginator.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../src/pagination/ListPresetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForJobComplete.ts | 2 +- clients/client-elasticache/package.json | 43 ++--- clients/client-elasticache/src/ElastiCache.ts | 4 +- .../src/ElastiCacheClient.ts | 28 ++- .../src/commands/AddTagsToResourceCommand.ts | 12 +- ...thorizeCacheSecurityGroupIngressCommand.ts | 12 +- .../commands/BatchApplyUpdateActionCommand.ts | 12 +- .../commands/BatchStopUpdateActionCommand.ts | 12 +- .../src/commands/CompleteMigrationCommand.ts | 12 +- .../src/commands/CopySnapshotCommand.ts | 12 +- .../src/commands/CreateCacheClusterCommand.ts | 12 +- .../CreateCacheParameterGroupCommand.ts | 12 +- .../CreateCacheSecurityGroupCommand.ts | 12 +- .../commands/CreateCacheSubnetGroupCommand.ts | 12 +- .../CreateGlobalReplicationGroupCommand.ts | 12 +- .../commands/CreateReplicationGroupCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/CreateUserGroupCommand.ts | 12 +- ...deGroupsInGlobalReplicationGroupCommand.ts | 12 +- .../commands/DecreaseReplicaCountCommand.ts | 12 +- .../src/commands/DeleteCacheClusterCommand.ts | 12 +- .../DeleteCacheParameterGroupCommand.ts | 12 +- .../DeleteCacheSecurityGroupCommand.ts | 12 +- .../commands/DeleteCacheSubnetGroupCommand.ts | 12 +- .../DeleteGlobalReplicationGroupCommand.ts | 12 +- .../commands/DeleteReplicationGroupCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DeleteUserGroupCommand.ts | 12 +- .../commands/DescribeCacheClustersCommand.ts | 12 +- .../DescribeCacheEngineVersionsCommand.ts | 12 +- .../DescribeCacheParameterGroupsCommand.ts | 12 +- .../DescribeCacheParametersCommand.ts | 12 +- .../DescribeCacheSecurityGroupsCommand.ts | 12 +- .../DescribeCacheSubnetGroupsCommand.ts | 12 +- .../DescribeEngineDefaultParametersCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeGlobalReplicationGroupsCommand.ts | 12 +- .../DescribeReplicationGroupsCommand.ts | 12 +- .../DescribeReservedCacheNodesCommand.ts | 12 +- ...cribeReservedCacheNodesOfferingsCommand.ts | 12 +- .../commands/DescribeServiceUpdatesCommand.ts | 12 +- .../src/commands/DescribeSnapshotsCommand.ts | 12 +- .../commands/DescribeUpdateActionsCommand.ts | 12 +- .../src/commands/DescribeUserGroupsCommand.ts | 12 +- .../src/commands/DescribeUsersCommand.ts | 12 +- ...sassociateGlobalReplicationGroupCommand.ts | 12 +- .../FailoverGlobalReplicationGroupCommand.ts | 12 +- ...deGroupsInGlobalReplicationGroupCommand.ts | 12 +- .../commands/IncreaseReplicaCountCommand.ts | 12 +- ...ListAllowedNodeTypeModificationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ModifyCacheClusterCommand.ts | 12 +- .../ModifyCacheParameterGroupCommand.ts | 12 +- .../commands/ModifyCacheSubnetGroupCommand.ts | 12 +- .../ModifyGlobalReplicationGroupCommand.ts | 12 +- .../commands/ModifyReplicationGroupCommand.ts | 12 +- ...plicationGroupShardConfigurationCommand.ts | 12 +- .../src/commands/ModifyUserCommand.ts | 12 +- .../src/commands/ModifyUserGroupCommand.ts | 12 +- ...rchaseReservedCacheNodesOfferingCommand.ts | 12 +- ...nceSlotsInGlobalReplicationGroupCommand.ts | 12 +- .../src/commands/RebootCacheClusterCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../ResetCacheParameterGroupCommand.ts | 12 +- .../RevokeCacheSecurityGroupIngressCommand.ts | 12 +- .../src/commands/StartMigrationCommand.ts | 12 +- .../src/commands/TestFailoverCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/ElastiCacheServiceException.ts | 2 +- .../client-elasticache/src/models/models_0.ts | 2 +- .../DescribeCacheClustersPaginator.ts | 2 +- .../DescribeCacheEngineVersionsPaginator.ts | 2 +- .../DescribeCacheParameterGroupsPaginator.ts | 2 +- .../DescribeCacheParametersPaginator.ts | 2 +- .../DescribeCacheSecurityGroupsPaginator.ts | 2 +- .../DescribeCacheSubnetGroupsPaginator.ts | 2 +- ...escribeEngineDefaultParametersPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- ...escribeGlobalReplicationGroupsPaginator.ts | 2 +- .../DescribeReplicationGroupsPaginator.ts | 2 +- ...ibeReservedCacheNodesOfferingsPaginator.ts | 2 +- .../DescribeReservedCacheNodesPaginator.ts | 2 +- .../DescribeServiceUpdatesPaginator.ts | 2 +- .../pagination/DescribeSnapshotsPaginator.ts | 2 +- .../DescribeUpdateActionsPaginator.ts | 2 +- .../pagination/DescribeUserGroupsPaginator.ts | 2 +- .../src/pagination/DescribeUsersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-elasticache/src/runtimeConfig.ts | 24 +-- .../waiters/waitForCacheClusterAvailable.ts | 2 +- .../src/waiters/waitForCacheClusterDeleted.ts | 2 +- .../waitForReplicationGroupAvailable.ts | 2 +- .../waiters/waitForReplicationGroupDeleted.ts | 2 +- .../client-elasticsearch-service/package.json | 41 ++--- .../src/ElasticsearchService.ts | 4 +- .../src/ElasticsearchServiceClient.ts | 28 ++- ...oundCrossClusterSearchConnectionCommand.ts | 12 +- .../src/commands/AddTagsCommand.ts | 12 +- .../src/commands/AssociatePackageCommand.ts | 12 +- .../AuthorizeVpcEndpointAccessCommand.ts | 12 +- ...asticsearchServiceSoftwareUpdateCommand.ts | 12 +- .../CreateElasticsearchDomainCommand.ts | 12 +- ...oundCrossClusterSearchConnectionCommand.ts | 12 +- .../src/commands/CreatePackageCommand.ts | 12 +- .../src/commands/CreateVpcEndpointCommand.ts | 12 +- .../DeleteElasticsearchDomainCommand.ts | 12 +- .../DeleteElasticsearchServiceRoleCommand.ts | 12 +- ...oundCrossClusterSearchConnectionCommand.ts | 12 +- ...oundCrossClusterSearchConnectionCommand.ts | 12 +- .../src/commands/DeletePackageCommand.ts | 12 +- .../src/commands/DeleteVpcEndpointCommand.ts | 12 +- .../DescribeDomainAutoTunesCommand.ts | 12 +- .../DescribeDomainChangeProgressCommand.ts | 12 +- .../DescribeElasticsearchDomainCommand.ts | 12 +- ...escribeElasticsearchDomainConfigCommand.ts | 12 +- .../DescribeElasticsearchDomainsCommand.ts | 12 +- ...eElasticsearchInstanceTypeLimitsCommand.ts | 12 +- ...undCrossClusterSearchConnectionsCommand.ts | 12 +- ...undCrossClusterSearchConnectionsCommand.ts | 12 +- .../src/commands/DescribePackagesCommand.ts | 12 +- ...edElasticsearchInstanceOfferingsCommand.ts | 12 +- ...beReservedElasticsearchInstancesCommand.ts | 12 +- .../commands/DescribeVpcEndpointsCommand.ts | 12 +- .../src/commands/DissociatePackageCommand.ts | 12 +- ...tCompatibleElasticsearchVersionsCommand.ts | 12 +- .../GetPackageVersionHistoryCommand.ts | 12 +- .../src/commands/GetUpgradeHistoryCommand.ts | 12 +- .../src/commands/GetUpgradeStatusCommand.ts | 12 +- .../src/commands/ListDomainNamesCommand.ts | 12 +- .../commands/ListDomainsForPackageCommand.ts | 12 +- .../ListElasticsearchInstanceTypesCommand.ts | 12 +- .../ListElasticsearchVersionsCommand.ts | 12 +- .../commands/ListPackagesForDomainCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../commands/ListVpcEndpointAccessCommand.ts | 12 +- .../src/commands/ListVpcEndpointsCommand.ts | 12 +- .../ListVpcEndpointsForDomainCommand.ts | 12 +- ...vedElasticsearchInstanceOfferingCommand.ts | 12 +- ...oundCrossClusterSearchConnectionCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../RevokeVpcEndpointAccessCommand.ts | 12 +- ...asticsearchServiceSoftwareUpdateCommand.ts | 12 +- .../UpdateElasticsearchDomainConfigCommand.ts | 12 +- .../src/commands/UpdatePackageCommand.ts | 12 +- .../src/commands/UpdateVpcEndpointCommand.ts | 12 +- .../UpgradeElasticsearchDomainCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ElasticsearchServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeDomainAutoTunesPaginator.ts | 2 +- ...dCrossClusterSearchConnectionsPaginator.ts | 2 +- ...dCrossClusterSearchConnectionsPaginator.ts | 2 +- .../pagination/DescribePackagesPaginator.ts | 2 +- ...ElasticsearchInstanceOfferingsPaginator.ts | 2 +- ...ReservedElasticsearchInstancesPaginator.ts | 2 +- .../GetPackageVersionHistoryPaginator.ts | 2 +- .../pagination/GetUpgradeHistoryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDomainsForPackagePaginator.ts | 2 +- ...ListElasticsearchInstanceTypesPaginator.ts | 2 +- .../ListElasticsearchVersionsPaginator.ts | 2 +- .../ListPackagesForDomainPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-emr-containers/package.json | 41 ++--- .../src/EMRContainers.ts | 4 +- .../src/EMRContainersClient.ts | 28 ++- .../src/commands/CancelJobRunCommand.ts | 12 +- .../src/commands/CreateJobTemplateCommand.ts | 12 +- .../commands/CreateManagedEndpointCommand.ts | 12 +- .../commands/CreateVirtualClusterCommand.ts | 12 +- .../src/commands/DeleteJobTemplateCommand.ts | 12 +- .../commands/DeleteManagedEndpointCommand.ts | 12 +- .../commands/DeleteVirtualClusterCommand.ts | 12 +- .../src/commands/DescribeJobRunCommand.ts | 12 +- .../commands/DescribeJobTemplateCommand.ts | 12 +- .../DescribeManagedEndpointCommand.ts | 12 +- .../commands/DescribeVirtualClusterCommand.ts | 12 +- ...anagedEndpointSessionCredentialsCommand.ts | 12 +- .../src/commands/ListJobRunsCommand.ts | 12 +- .../src/commands/ListJobTemplatesCommand.ts | 12 +- .../commands/ListManagedEndpointsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListVirtualClustersCommand.ts | 12 +- .../src/commands/StartJobRunCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/EMRContainersServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListJobRunsPaginator.ts | 2 +- .../pagination/ListJobTemplatesPaginator.ts | 2 +- .../ListManagedEndpointsPaginator.ts | 2 +- .../ListVirtualClustersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-emr-serverless/package.json | 41 ++--- .../src/EMRServerless.ts | 4 +- .../src/EMRServerlessClient.ts | 28 ++- .../src/commands/CancelJobRunCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../commands/GetDashboardForJobRunCommand.ts | 12 +- .../src/commands/GetJobRunCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../src/commands/ListJobRunsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartApplicationCommand.ts | 12 +- .../src/commands/StartJobRunCommand.ts | 12 +- .../src/commands/StopApplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/EMRServerlessServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../src/pagination/ListJobRunsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-emr/package.json | 43 ++--- clients/client-emr/src/EMR.ts | 4 +- clients/client-emr/src/EMRClient.ts | 28 ++- .../src/commands/AddInstanceFleetCommand.ts | 12 +- .../src/commands/AddInstanceGroupsCommand.ts | 12 +- .../src/commands/AddJobFlowStepsCommand.ts | 12 +- .../client-emr/src/commands/AddTagsCommand.ts | 12 +- .../src/commands/CancelStepsCommand.ts | 12 +- .../CreateSecurityConfigurationCommand.ts | 12 +- .../src/commands/CreateStudioCommand.ts | 12 +- .../CreateStudioSessionMappingCommand.ts | 12 +- .../DeleteSecurityConfigurationCommand.ts | 12 +- .../src/commands/DeleteStudioCommand.ts | 12 +- .../DeleteStudioSessionMappingCommand.ts | 12 +- .../src/commands/DescribeClusterCommand.ts | 12 +- .../src/commands/DescribeJobFlowsCommand.ts | 12 +- .../DescribeNotebookExecutionCommand.ts | 12 +- .../commands/DescribeReleaseLabelCommand.ts | 12 +- .../DescribeSecurityConfigurationCommand.ts | 12 +- .../src/commands/DescribeStepCommand.ts | 12 +- .../src/commands/DescribeStudioCommand.ts | 12 +- .../GetAutoTerminationPolicyCommand.ts | 12 +- ...etBlockPublicAccessConfigurationCommand.ts | 12 +- .../GetClusterSessionCredentialsCommand.ts | 12 +- .../GetManagedScalingPolicyCommand.ts | 12 +- .../GetStudioSessionMappingCommand.ts | 12 +- .../commands/ListBootstrapActionsCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../src/commands/ListInstanceFleetsCommand.ts | 12 +- .../src/commands/ListInstanceGroupsCommand.ts | 12 +- .../src/commands/ListInstancesCommand.ts | 12 +- .../commands/ListNotebookExecutionsCommand.ts | 12 +- .../src/commands/ListReleaseLabelsCommand.ts | 12 +- .../ListSecurityConfigurationsCommand.ts | 12 +- .../src/commands/ListStepsCommand.ts | 12 +- .../ListStudioSessionMappingsCommand.ts | 12 +- .../src/commands/ListStudiosCommand.ts | 12 +- .../ListSupportedInstanceTypesCommand.ts | 12 +- .../src/commands/ModifyClusterCommand.ts | 12 +- .../commands/ModifyInstanceFleetCommand.ts | 12 +- .../commands/ModifyInstanceGroupsCommand.ts | 12 +- .../commands/PutAutoScalingPolicyCommand.ts | 12 +- .../PutAutoTerminationPolicyCommand.ts | 12 +- ...utBlockPublicAccessConfigurationCommand.ts | 12 +- .../PutManagedScalingPolicyCommand.ts | 12 +- .../RemoveAutoScalingPolicyCommand.ts | 12 +- .../RemoveAutoTerminationPolicyCommand.ts | 12 +- .../RemoveManagedScalingPolicyCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../src/commands/RunJobFlowCommand.ts | 12 +- .../SetTerminationProtectionCommand.ts | 12 +- .../commands/SetVisibleToAllUsersCommand.ts | 12 +- .../commands/StartNotebookExecutionCommand.ts | 12 +- .../commands/StopNotebookExecutionCommand.ts | 12 +- .../src/commands/TerminateJobFlowsCommand.ts | 12 +- .../src/commands/UpdateStudioCommand.ts | 12 +- .../UpdateStudioSessionMappingCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-emr/src/endpoint/ruleset.ts | 2 +- .../src/models/EMRServiceException.ts | 2 +- clients/client-emr/src/models/models_0.ts | 2 +- .../client-emr/src/pagination/Interfaces.ts | 2 +- .../ListBootstrapActionsPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../pagination/ListInstanceFleetsPaginator.ts | 2 +- .../pagination/ListInstanceGroupsPaginator.ts | 2 +- .../src/pagination/ListInstancesPaginator.ts | 2 +- .../ListNotebookExecutionsPaginator.ts | 2 +- .../pagination/ListReleaseLabelsPaginator.ts | 2 +- .../ListSecurityConfigurationsPaginator.ts | 2 +- .../src/pagination/ListStepsPaginator.ts | 2 +- .../ListStudioSessionMappingsPaginator.ts | 2 +- .../src/pagination/ListStudiosPaginator.ts | 2 +- .../ListSupportedInstanceTypesPaginator.ts | 2 +- .../client-emr/src/protocols/Aws_json1_1.ts | 12 +- .../client-emr/src/runtimeConfig.browser.ts | 14 +- .../client-emr/src/runtimeConfig.shared.ts | 8 +- clients/client-emr/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForClusterRunning.ts | 2 +- .../src/waiters/waitForClusterTerminated.ts | 2 +- .../src/waiters/waitForStepComplete.ts | 2 +- clients/client-eventbridge/package.json | 41 ++--- clients/client-eventbridge/src/EventBridge.ts | 4 +- .../src/EventBridgeClient.ts | 28 ++- .../commands/ActivateEventSourceCommand.ts | 12 +- .../src/commands/CancelReplayCommand.ts | 12 +- .../commands/CreateApiDestinationCommand.ts | 12 +- .../src/commands/CreateArchiveCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- .../src/commands/CreateEndpointCommand.ts | 12 +- .../src/commands/CreateEventBusCommand.ts | 12 +- .../CreatePartnerEventSourceCommand.ts | 12 +- .../commands/DeactivateEventSourceCommand.ts | 12 +- .../commands/DeauthorizeConnectionCommand.ts | 12 +- .../commands/DeleteApiDestinationCommand.ts | 12 +- .../src/commands/DeleteArchiveCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../src/commands/DeleteEventBusCommand.ts | 12 +- .../DeletePartnerEventSourceCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../commands/DescribeApiDestinationCommand.ts | 12 +- .../src/commands/DescribeArchiveCommand.ts | 12 +- .../src/commands/DescribeConnectionCommand.ts | 12 +- .../src/commands/DescribeEndpointCommand.ts | 12 +- .../src/commands/DescribeEventBusCommand.ts | 12 +- .../commands/DescribeEventSourceCommand.ts | 12 +- .../DescribePartnerEventSourceCommand.ts | 12 +- .../src/commands/DescribeReplayCommand.ts | 12 +- .../src/commands/DescribeRuleCommand.ts | 12 +- .../src/commands/DisableRuleCommand.ts | 12 +- .../src/commands/EnableRuleCommand.ts | 12 +- .../commands/ListApiDestinationsCommand.ts | 12 +- .../src/commands/ListArchivesCommand.ts | 12 +- .../src/commands/ListConnectionsCommand.ts | 12 +- .../src/commands/ListEndpointsCommand.ts | 12 +- .../src/commands/ListEventBusesCommand.ts | 12 +- .../src/commands/ListEventSourcesCommand.ts | 12 +- .../ListPartnerEventSourceAccountsCommand.ts | 12 +- .../ListPartnerEventSourcesCommand.ts | 12 +- .../src/commands/ListReplaysCommand.ts | 12 +- .../commands/ListRuleNamesByTargetCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTargetsByRuleCommand.ts | 12 +- .../src/commands/PutEventsCommand.ts | 12 +- .../src/commands/PutPartnerEventsCommand.ts | 12 +- .../src/commands/PutPermissionCommand.ts | 12 +- .../src/commands/PutRuleCommand.ts | 12 +- .../src/commands/PutTargetsCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../src/commands/RemoveTargetsCommand.ts | 12 +- .../src/commands/StartReplayCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestEventPatternCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateApiDestinationCommand.ts | 12 +- .../src/commands/UpdateArchiveCommand.ts | 12 +- .../src/commands/UpdateConnectionCommand.ts | 12 +- .../src/commands/UpdateEndpointCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/EventBridgeServiceException.ts | 2 +- .../client-eventbridge/src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-eventbridge/src/runtimeConfig.ts | 24 +-- clients/client-evidently/package.json | 41 ++--- clients/client-evidently/src/Evidently.ts | 4 +- .../client-evidently/src/EvidentlyClient.ts | 28 ++- .../commands/BatchEvaluateFeatureCommand.ts | 12 +- .../src/commands/CreateExperimentCommand.ts | 12 +- .../src/commands/CreateFeatureCommand.ts | 12 +- .../src/commands/CreateLaunchCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/CreateSegmentCommand.ts | 12 +- .../src/commands/DeleteExperimentCommand.ts | 12 +- .../src/commands/DeleteFeatureCommand.ts | 12 +- .../src/commands/DeleteLaunchCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DeleteSegmentCommand.ts | 12 +- .../src/commands/EvaluateFeatureCommand.ts | 12 +- .../src/commands/GetExperimentCommand.ts | 12 +- .../commands/GetExperimentResultsCommand.ts | 12 +- .../src/commands/GetFeatureCommand.ts | 12 +- .../src/commands/GetLaunchCommand.ts | 12 +- .../src/commands/GetProjectCommand.ts | 12 +- .../src/commands/GetSegmentCommand.ts | 12 +- .../src/commands/ListExperimentsCommand.ts | 12 +- .../src/commands/ListFeaturesCommand.ts | 12 +- .../src/commands/ListLaunchesCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../commands/ListSegmentReferencesCommand.ts | 12 +- .../src/commands/ListSegmentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutProjectEventsCommand.ts | 12 +- .../src/commands/StartExperimentCommand.ts | 12 +- .../src/commands/StartLaunchCommand.ts | 12 +- .../src/commands/StopExperimentCommand.ts | 12 +- .../src/commands/StopLaunchCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestSegmentPatternCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateExperimentCommand.ts | 12 +- .../src/commands/UpdateFeatureCommand.ts | 12 +- .../src/commands/UpdateLaunchCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../UpdateProjectDataDeliveryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-evidently/src/endpoint/ruleset.ts | 2 +- .../src/models/EvidentlyServiceException.ts | 2 +- .../client-evidently/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListExperimentsPaginator.ts | 2 +- .../src/pagination/ListFeaturesPaginator.ts | 2 +- .../src/pagination/ListLaunchesPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../ListSegmentReferencesPaginator.ts | 2 +- .../src/pagination/ListSegmentsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-evidently/src/runtimeConfig.ts | 24 +-- clients/client-finspace-data/package.json | 41 ++--- .../client-finspace-data/src/FinspaceData.ts | 4 +- .../src/FinspaceDataClient.ts | 28 ++- .../AssociateUserToPermissionGroupCommand.ts | 12 +- .../src/commands/CreateChangesetCommand.ts | 12 +- .../src/commands/CreateDataViewCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../commands/CreatePermissionGroupCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../commands/DeletePermissionGroupCommand.ts | 12 +- .../src/commands/DisableUserCommand.ts | 12 +- ...associateUserFromPermissionGroupCommand.ts | 12 +- .../src/commands/EnableUserCommand.ts | 12 +- .../src/commands/GetChangesetCommand.ts | 12 +- .../src/commands/GetDataViewCommand.ts | 12 +- .../src/commands/GetDatasetCommand.ts | 12 +- ...GetExternalDataViewAccessDetailsCommand.ts | 12 +- .../src/commands/GetPermissionGroupCommand.ts | 12 +- ...GetProgrammaticAccessCredentialsCommand.ts | 12 +- .../src/commands/GetUserCommand.ts | 12 +- .../src/commands/GetWorkingLocationCommand.ts | 12 +- .../src/commands/ListChangesetsCommand.ts | 12 +- .../src/commands/ListDataViewsCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../ListPermissionGroupsByUserCommand.ts | 12 +- .../commands/ListPermissionGroupsCommand.ts | 12 +- .../ListUsersByPermissionGroupCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/ResetUserPasswordCommand.ts | 12 +- .../src/commands/UpdateChangesetCommand.ts | 12 +- .../src/commands/UpdateDatasetCommand.ts | 12 +- .../commands/UpdatePermissionGroupCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/FinspaceDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChangesetsPaginator.ts | 2 +- .../src/pagination/ListDataViewsPaginator.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../ListPermissionGroupsPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-finspace-data/src/runtimeConfig.ts | 24 +-- clients/client-finspace/package.json | 41 ++--- clients/client-finspace/src/Finspace.ts | 4 +- clients/client-finspace/src/FinspaceClient.ts | 28 ++- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../src/commands/CreateKxChangesetCommand.ts | 12 +- .../src/commands/CreateKxClusterCommand.ts | 12 +- .../src/commands/CreateKxDatabaseCommand.ts | 12 +- .../commands/CreateKxEnvironmentCommand.ts | 12 +- .../src/commands/CreateKxUserCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../src/commands/DeleteKxClusterCommand.ts | 12 +- .../src/commands/DeleteKxDatabaseCommand.ts | 12 +- .../commands/DeleteKxEnvironmentCommand.ts | 12 +- .../src/commands/DeleteKxUserCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../src/commands/GetKxChangesetCommand.ts | 12 +- .../src/commands/GetKxClusterCommand.ts | 12 +- .../commands/GetKxConnectionStringCommand.ts | 12 +- .../src/commands/GetKxDatabaseCommand.ts | 12 +- .../src/commands/GetKxEnvironmentCommand.ts | 12 +- .../src/commands/GetKxUserCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../src/commands/ListKxChangesetsCommand.ts | 12 +- .../src/commands/ListKxClusterNodesCommand.ts | 12 +- .../src/commands/ListKxClustersCommand.ts | 12 +- .../src/commands/ListKxDatabasesCommand.ts | 12 +- .../src/commands/ListKxEnvironmentsCommand.ts | 12 +- .../src/commands/ListKxUsersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../UpdateKxClusterDatabasesCommand.ts | 12 +- .../src/commands/UpdateKxDatabaseCommand.ts | 12 +- .../commands/UpdateKxEnvironmentCommand.ts | 12 +- .../UpdateKxEnvironmentNetworkCommand.ts | 12 +- .../src/commands/UpdateKxUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-finspace/src/endpoint/ruleset.ts | 2 +- .../src/models/FinspaceServiceException.ts | 2 +- .../client-finspace/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListKxChangesetsPaginator.ts | 2 +- .../pagination/ListKxClusterNodesPaginator.ts | 2 +- .../pagination/ListKxDatabasesPaginator.ts | 2 +- .../pagination/ListKxEnvironmentsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-finspace/src/runtimeConfig.ts | 24 +-- clients/client-firehose/package.json | 41 ++--- clients/client-firehose/src/Firehose.ts | 4 +- clients/client-firehose/src/FirehoseClient.ts | 28 ++- .../commands/CreateDeliveryStreamCommand.ts | 12 +- .../commands/DeleteDeliveryStreamCommand.ts | 12 +- .../commands/DescribeDeliveryStreamCommand.ts | 12 +- .../commands/ListDeliveryStreamsCommand.ts | 12 +- .../ListTagsForDeliveryStreamCommand.ts | 12 +- .../src/commands/PutRecordBatchCommand.ts | 12 +- .../src/commands/PutRecordCommand.ts | 12 +- .../StartDeliveryStreamEncryptionCommand.ts | 12 +- .../StopDeliveryStreamEncryptionCommand.ts | 12 +- .../src/commands/TagDeliveryStreamCommand.ts | 12 +- .../commands/UntagDeliveryStreamCommand.ts | 12 +- .../src/commands/UpdateDestinationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-firehose/src/endpoint/ruleset.ts | 2 +- .../src/models/FirehoseServiceException.ts | 2 +- .../client-firehose/src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-firehose/src/runtimeConfig.ts | 24 +-- clients/client-fis/package.json | 41 ++--- clients/client-fis/src/Fis.ts | 4 +- clients/client-fis/src/FisClient.ts | 28 ++- .../CreateExperimentTemplateCommand.ts | 12 +- .../DeleteExperimentTemplateCommand.ts | 12 +- .../src/commands/GetActionCommand.ts | 12 +- .../src/commands/GetExperimentCommand.ts | 12 +- .../commands/GetExperimentTemplateCommand.ts | 12 +- .../commands/GetTargetResourceTypeCommand.ts | 12 +- .../src/commands/ListActionsCommand.ts | 12 +- .../ListExperimentTemplatesCommand.ts | 12 +- .../src/commands/ListExperimentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTargetResourceTypesCommand.ts | 12 +- .../src/commands/StartExperimentCommand.ts | 12 +- .../src/commands/StopExperimentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateExperimentTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-fis/src/endpoint/ruleset.ts | 2 +- .../src/models/FisServiceException.ts | 2 +- clients/client-fis/src/models/models_0.ts | 2 +- .../client-fis/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListActionsPaginator.ts | 2 +- .../ListExperimentTemplatesPaginator.ts | 2 +- .../pagination/ListExperimentsPaginator.ts | 2 +- .../ListTargetResourceTypesPaginator.ts | 2 +- .../client-fis/src/protocols/Aws_restJson1.ts | 11 +- .../client-fis/src/runtimeConfig.browser.ts | 14 +- .../client-fis/src/runtimeConfig.shared.ts | 8 +- clients/client-fis/src/runtimeConfig.ts | 24 +-- clients/client-fms/package.json | 41 ++--- clients/client-fms/src/FMS.ts | 4 +- clients/client-fms/src/FMSClient.ts | 28 ++- .../commands/AssociateAdminAccountCommand.ts | 12 +- .../AssociateThirdPartyFirewallCommand.ts | 12 +- .../commands/BatchAssociateResourceCommand.ts | 12 +- .../BatchDisassociateResourceCommand.ts | 12 +- .../src/commands/DeleteAppsListCommand.ts | 12 +- .../DeleteNotificationChannelCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../commands/DeleteProtocolsListCommand.ts | 12 +- .../src/commands/DeleteResourceSetCommand.ts | 12 +- .../DisassociateAdminAccountCommand.ts | 12 +- .../DisassociateThirdPartyFirewallCommand.ts | 12 +- .../src/commands/GetAdminAccountCommand.ts | 12 +- .../src/commands/GetAdminScopeCommand.ts | 12 +- .../src/commands/GetAppsListCommand.ts | 12 +- .../commands/GetComplianceDetailCommand.ts | 12 +- .../commands/GetNotificationChannelCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../commands/GetProtectionStatusCommand.ts | 12 +- .../src/commands/GetProtocolsListCommand.ts | 12 +- .../src/commands/GetResourceSetCommand.ts | 12 +- ...rdPartyFirewallAssociationStatusCommand.ts | 12 +- .../commands/GetViolationDetailsCommand.ts | 12 +- ...ListAdminAccountsForOrganizationCommand.ts | 12 +- .../ListAdminsManagingAccountCommand.ts | 12 +- .../src/commands/ListAppsListsCommand.ts | 12 +- .../commands/ListComplianceStatusCommand.ts | 12 +- .../ListDiscoveredResourcesCommand.ts | 12 +- .../src/commands/ListMemberAccountsCommand.ts | 12 +- .../src/commands/ListPoliciesCommand.ts | 12 +- .../src/commands/ListProtocolsListsCommand.ts | 12 +- .../ListResourceSetResourcesCommand.ts | 12 +- .../src/commands/ListResourceSetsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...irdPartyFirewallFirewallPoliciesCommand.ts | 12 +- .../src/commands/PutAdminAccountCommand.ts | 12 +- .../src/commands/PutAppsListCommand.ts | 12 +- .../commands/PutNotificationChannelCommand.ts | 12 +- .../src/commands/PutPolicyCommand.ts | 12 +- .../src/commands/PutProtocolsListCommand.ts | 12 +- .../src/commands/PutResourceSetCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-fms/src/endpoint/ruleset.ts | 2 +- .../src/models/FMSServiceException.ts | 2 +- clients/client-fms/src/models/models_0.ts | 2 +- .../client-fms/src/pagination/Interfaces.ts | 2 +- ...stAdminAccountsForOrganizationPaginator.ts | 2 +- .../ListAdminsManagingAccountPaginator.ts | 2 +- .../src/pagination/ListAppsListsPaginator.ts | 2 +- .../ListComplianceStatusPaginator.ts | 2 +- .../pagination/ListMemberAccountsPaginator.ts | 2 +- .../src/pagination/ListPoliciesPaginator.ts | 2 +- .../pagination/ListProtocolsListsPaginator.ts | 2 +- ...dPartyFirewallFirewallPoliciesPaginator.ts | 2 +- .../client-fms/src/protocols/Aws_json1_1.ts | 12 +- .../client-fms/src/runtimeConfig.browser.ts | 14 +- .../client-fms/src/runtimeConfig.shared.ts | 8 +- clients/client-fms/src/runtimeConfig.ts | 24 +-- clients/client-forecast/package.json | 41 ++--- clients/client-forecast/src/Forecast.ts | 4 +- clients/client-forecast/src/ForecastClient.ts | 28 ++- .../commands/CreateAutoPredictorCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../src/commands/CreateDatasetGroupCommand.ts | 12 +- .../commands/CreateDatasetImportJobCommand.ts | 12 +- .../commands/CreateExplainabilityCommand.ts | 12 +- .../CreateExplainabilityExportCommand.ts | 12 +- .../src/commands/CreateForecastCommand.ts | 12 +- .../CreateForecastExportJobCommand.ts | 12 +- .../src/commands/CreateMonitorCommand.ts | 12 +- ...CreatePredictorBacktestExportJobCommand.ts | 12 +- .../src/commands/CreatePredictorCommand.ts | 12 +- .../commands/CreateWhatIfAnalysisCommand.ts | 12 +- .../commands/CreateWhatIfForecastCommand.ts | 12 +- .../CreateWhatIfForecastExportCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DeleteDatasetGroupCommand.ts | 12 +- .../commands/DeleteDatasetImportJobCommand.ts | 12 +- .../commands/DeleteExplainabilityCommand.ts | 12 +- .../DeleteExplainabilityExportCommand.ts | 12 +- .../src/commands/DeleteForecastCommand.ts | 12 +- .../DeleteForecastExportJobCommand.ts | 12 +- .../src/commands/DeleteMonitorCommand.ts | 12 +- ...DeletePredictorBacktestExportJobCommand.ts | 12 +- .../src/commands/DeletePredictorCommand.ts | 12 +- .../src/commands/DeleteResourceTreeCommand.ts | 12 +- .../commands/DeleteWhatIfAnalysisCommand.ts | 12 +- .../commands/DeleteWhatIfForecastCommand.ts | 12 +- .../DeleteWhatIfForecastExportCommand.ts | 12 +- .../commands/DescribeAutoPredictorCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../commands/DescribeDatasetGroupCommand.ts | 12 +- .../DescribeDatasetImportJobCommand.ts | 12 +- .../commands/DescribeExplainabilityCommand.ts | 12 +- .../DescribeExplainabilityExportCommand.ts | 12 +- .../src/commands/DescribeForecastCommand.ts | 12 +- .../DescribeForecastExportJobCommand.ts | 12 +- .../src/commands/DescribeMonitorCommand.ts | 12 +- ...scribePredictorBacktestExportJobCommand.ts | 12 +- .../src/commands/DescribePredictorCommand.ts | 12 +- .../commands/DescribeWhatIfAnalysisCommand.ts | 12 +- .../commands/DescribeWhatIfForecastCommand.ts | 12 +- .../DescribeWhatIfForecastExportCommand.ts | 12 +- .../src/commands/GetAccuracyMetricsCommand.ts | 12 +- .../src/commands/ListDatasetGroupsCommand.ts | 12 +- .../commands/ListDatasetImportJobsCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../commands/ListExplainabilitiesCommand.ts | 12 +- .../ListExplainabilityExportsCommand.ts | 12 +- .../commands/ListForecastExportJobsCommand.ts | 12 +- .../src/commands/ListForecastsCommand.ts | 12 +- .../commands/ListMonitorEvaluationsCommand.ts | 12 +- .../src/commands/ListMonitorsCommand.ts | 12 +- .../ListPredictorBacktestExportJobsCommand.ts | 12 +- .../src/commands/ListPredictorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWhatIfAnalysesCommand.ts | 12 +- .../ListWhatIfForecastExportsCommand.ts | 12 +- .../commands/ListWhatIfForecastsCommand.ts | 12 +- .../src/commands/ResumeResourceCommand.ts | 12 +- .../src/commands/StopResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDatasetGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-forecast/src/endpoint/ruleset.ts | 2 +- .../src/models/ForecastServiceException.ts | 2 +- .../client-forecast/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDatasetGroupsPaginator.ts | 2 +- .../ListDatasetImportJobsPaginator.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../ListExplainabilitiesPaginator.ts | 2 +- .../ListExplainabilityExportsPaginator.ts | 2 +- .../ListForecastExportJobsPaginator.ts | 2 +- .../src/pagination/ListForecastsPaginator.ts | 2 +- .../ListMonitorEvaluationsPaginator.ts | 2 +- .../src/pagination/ListMonitorsPaginator.ts | 2 +- ...istPredictorBacktestExportJobsPaginator.ts | 2 +- .../src/pagination/ListPredictorsPaginator.ts | 2 +- .../pagination/ListWhatIfAnalysesPaginator.ts | 2 +- .../ListWhatIfForecastExportsPaginator.ts | 2 +- .../ListWhatIfForecastsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-forecast/src/runtimeConfig.ts | 24 +-- clients/client-forecastquery/package.json | 41 ++--- .../client-forecastquery/src/Forecastquery.ts | 4 +- .../src/ForecastqueryClient.ts | 28 ++- .../src/commands/QueryForecastCommand.ts | 12 +- .../commands/QueryWhatIfForecastCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ForecastqueryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-forecastquery/src/runtimeConfig.ts | 24 +-- clients/client-frauddetector/package.json | 41 ++--- .../client-frauddetector/src/FraudDetector.ts | 4 +- .../src/FraudDetectorClient.ts | 28 ++- .../commands/BatchCreateVariableCommand.ts | 12 +- .../src/commands/BatchGetVariableCommand.ts | 12 +- .../commands/CancelBatchImportJobCommand.ts | 12 +- .../CancelBatchPredictionJobCommand.ts | 12 +- .../commands/CreateBatchImportJobCommand.ts | 12 +- .../CreateBatchPredictionJobCommand.ts | 12 +- .../commands/CreateDetectorVersionCommand.ts | 12 +- .../src/commands/CreateListCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- .../src/commands/CreateModelVersionCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/CreateVariableCommand.ts | 12 +- .../commands/DeleteBatchImportJobCommand.ts | 12 +- .../DeleteBatchPredictionJobCommand.ts | 12 +- .../src/commands/DeleteDetectorCommand.ts | 12 +- .../commands/DeleteDetectorVersionCommand.ts | 12 +- .../src/commands/DeleteEntityTypeCommand.ts | 12 +- .../src/commands/DeleteEventCommand.ts | 12 +- .../src/commands/DeleteEventTypeCommand.ts | 12 +- .../DeleteEventsByEventTypeCommand.ts | 12 +- .../commands/DeleteExternalModelCommand.ts | 12 +- .../src/commands/DeleteLabelCommand.ts | 12 +- .../src/commands/DeleteListCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- .../src/commands/DeleteModelVersionCommand.ts | 12 +- .../src/commands/DeleteOutcomeCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/DeleteVariableCommand.ts | 12 +- .../src/commands/DescribeDetectorCommand.ts | 12 +- .../commands/DescribeModelVersionsCommand.ts | 12 +- .../src/commands/GetBatchImportJobsCommand.ts | 12 +- .../commands/GetBatchPredictionJobsCommand.ts | 12 +- ...GetDeleteEventsByEventTypeStatusCommand.ts | 12 +- .../src/commands/GetDetectorVersionCommand.ts | 12 +- .../src/commands/GetDetectorsCommand.ts | 12 +- .../src/commands/GetEntityTypesCommand.ts | 12 +- .../src/commands/GetEventCommand.ts | 12 +- .../src/commands/GetEventPredictionCommand.ts | 12 +- .../GetEventPredictionMetadataCommand.ts | 12 +- .../src/commands/GetEventTypesCommand.ts | 12 +- .../src/commands/GetExternalModelsCommand.ts | 12 +- .../commands/GetKMSEncryptionKeyCommand.ts | 12 +- .../src/commands/GetLabelsCommand.ts | 12 +- .../src/commands/GetListElementsCommand.ts | 12 +- .../src/commands/GetListsMetadataCommand.ts | 12 +- .../src/commands/GetModelVersionCommand.ts | 12 +- .../src/commands/GetModelsCommand.ts | 12 +- .../src/commands/GetOutcomesCommand.ts | 12 +- .../src/commands/GetRulesCommand.ts | 12 +- .../src/commands/GetVariablesCommand.ts | 12 +- .../commands/ListEventPredictionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutDetectorCommand.ts | 12 +- .../src/commands/PutEntityTypeCommand.ts | 12 +- .../src/commands/PutEventTypeCommand.ts | 12 +- .../src/commands/PutExternalModelCommand.ts | 12 +- .../commands/PutKMSEncryptionKeyCommand.ts | 12 +- .../src/commands/PutLabelCommand.ts | 12 +- .../src/commands/PutOutcomeCommand.ts | 12 +- .../src/commands/SendEventCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDetectorVersionCommand.ts | 12 +- .../UpdateDetectorVersionMetadataCommand.ts | 12 +- .../UpdateDetectorVersionStatusCommand.ts | 12 +- .../src/commands/UpdateEventLabelCommand.ts | 12 +- .../src/commands/UpdateListCommand.ts | 12 +- .../src/commands/UpdateModelCommand.ts | 12 +- .../src/commands/UpdateModelVersionCommand.ts | 12 +- .../UpdateModelVersionStatusCommand.ts | 12 +- .../src/commands/UpdateRuleMetadataCommand.ts | 12 +- .../src/commands/UpdateRuleVersionCommand.ts | 12 +- .../src/commands/UpdateVariableCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/FraudDetectorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeModelVersionsPaginator.ts | 2 +- .../pagination/GetBatchImportJobsPaginator.ts | 2 +- .../GetBatchPredictionJobsPaginator.ts | 2 +- .../src/pagination/GetDetectorsPaginator.ts | 2 +- .../src/pagination/GetEntityTypesPaginator.ts | 2 +- .../src/pagination/GetEventTypesPaginator.ts | 2 +- .../pagination/GetExternalModelsPaginator.ts | 2 +- .../src/pagination/GetLabelsPaginator.ts | 2 +- .../pagination/GetListElementsPaginator.ts | 2 +- .../pagination/GetListsMetadataPaginator.ts | 2 +- .../src/pagination/GetModelsPaginator.ts | 2 +- .../src/pagination/GetOutcomesPaginator.ts | 2 +- .../src/pagination/GetRulesPaginator.ts | 2 +- .../src/pagination/GetVariablesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEventPredictionsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-frauddetector/src/runtimeConfig.ts | 24 +-- clients/client-fsx/package.json | 41 ++--- clients/client-fsx/src/FSx.ts | 4 +- clients/client-fsx/src/FSxClient.ts | 28 ++- .../AssociateFileSystemAliasesCommand.ts | 12 +- .../CancelDataRepositoryTaskCommand.ts | 12 +- .../src/commands/CopyBackupCommand.ts | 12 +- .../src/commands/CreateBackupCommand.ts | 12 +- .../CreateDataRepositoryAssociationCommand.ts | 12 +- .../CreateDataRepositoryTaskCommand.ts | 12 +- .../src/commands/CreateFileCacheCommand.ts | 12 +- .../src/commands/CreateFileSystemCommand.ts | 12 +- .../CreateFileSystemFromBackupCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../CreateStorageVirtualMachineCommand.ts | 12 +- .../src/commands/CreateVolumeCommand.ts | 12 +- .../commands/CreateVolumeFromBackupCommand.ts | 12 +- .../src/commands/DeleteBackupCommand.ts | 12 +- .../DeleteDataRepositoryAssociationCommand.ts | 12 +- .../src/commands/DeleteFileCacheCommand.ts | 12 +- .../src/commands/DeleteFileSystemCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../DeleteStorageVirtualMachineCommand.ts | 12 +- .../src/commands/DeleteVolumeCommand.ts | 12 +- .../src/commands/DescribeBackupsCommand.ts | 12 +- ...scribeDataRepositoryAssociationsCommand.ts | 12 +- .../DescribeDataRepositoryTasksCommand.ts | 12 +- .../src/commands/DescribeFileCachesCommand.ts | 12 +- .../DescribeFileSystemAliasesCommand.ts | 12 +- .../commands/DescribeFileSystemsCommand.ts | 12 +- .../src/commands/DescribeSnapshotsCommand.ts | 12 +- .../DescribeStorageVirtualMachinesCommand.ts | 12 +- .../src/commands/DescribeVolumesCommand.ts | 12 +- .../DisassociateFileSystemAliasesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ReleaseFileSystemNfsV3LocksCommand.ts | 12 +- .../RestoreVolumeFromSnapshotCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateDataRepositoryAssociationCommand.ts | 12 +- .../src/commands/UpdateFileCacheCommand.ts | 12 +- .../src/commands/UpdateFileSystemCommand.ts | 12 +- .../src/commands/UpdateSnapshotCommand.ts | 12 +- .../UpdateStorageVirtualMachineCommand.ts | 12 +- .../src/commands/UpdateVolumeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-fsx/src/endpoint/ruleset.ts | 2 +- .../src/models/FSxServiceException.ts | 2 +- clients/client-fsx/src/models/models_0.ts | 2 +- .../pagination/DescribeBackupsPaginator.ts | 2 +- ...ribeDataRepositoryAssociationsPaginator.ts | 2 +- .../DescribeDataRepositoryTasksPaginator.ts | 2 +- .../pagination/DescribeFileCachesPaginator.ts | 2 +- .../DescribeFileSystemAliasesPaginator.ts | 2 +- .../DescribeFileSystemsPaginator.ts | 2 +- .../pagination/DescribeSnapshotsPaginator.ts | 2 +- ...DescribeStorageVirtualMachinesPaginator.ts | 2 +- .../pagination/DescribeVolumesPaginator.ts | 2 +- .../client-fsx/src/pagination/Interfaces.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../client-fsx/src/protocols/Aws_json1_1.ts | 12 +- .../client-fsx/src/runtimeConfig.browser.ts | 14 +- .../client-fsx/src/runtimeConfig.shared.ts | 8 +- clients/client-fsx/src/runtimeConfig.ts | 24 +-- clients/client-gamelift/package.json | 41 ++--- clients/client-gamelift/src/GameLift.ts | 4 +- clients/client-gamelift/src/GameLiftClient.ts | 28 ++- .../src/commands/AcceptMatchCommand.ts | 12 +- .../src/commands/ClaimGameServerCommand.ts | 12 +- .../src/commands/CreateAliasCommand.ts | 12 +- .../src/commands/CreateBuildCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../commands/CreateFleetLocationsCommand.ts | 12 +- .../commands/CreateGameServerGroupCommand.ts | 12 +- .../src/commands/CreateGameSessionCommand.ts | 12 +- .../commands/CreateGameSessionQueueCommand.ts | 12 +- .../src/commands/CreateLocationCommand.ts | 12 +- .../CreateMatchmakingConfigurationCommand.ts | 12 +- .../CreateMatchmakingRuleSetCommand.ts | 12 +- .../commands/CreatePlayerSessionCommand.ts | 12 +- .../commands/CreatePlayerSessionsCommand.ts | 12 +- .../src/commands/CreateScriptCommand.ts | 12 +- .../CreateVpcPeeringAuthorizationCommand.ts | 12 +- .../CreateVpcPeeringConnectionCommand.ts | 12 +- .../src/commands/DeleteAliasCommand.ts | 12 +- .../src/commands/DeleteBuildCommand.ts | 12 +- .../src/commands/DeleteFleetCommand.ts | 12 +- .../commands/DeleteFleetLocationsCommand.ts | 12 +- .../commands/DeleteGameServerGroupCommand.ts | 12 +- .../commands/DeleteGameSessionQueueCommand.ts | 12 +- .../src/commands/DeleteLocationCommand.ts | 12 +- .../DeleteMatchmakingConfigurationCommand.ts | 12 +- .../DeleteMatchmakingRuleSetCommand.ts | 12 +- .../commands/DeleteScalingPolicyCommand.ts | 12 +- .../src/commands/DeleteScriptCommand.ts | 12 +- .../DeleteVpcPeeringAuthorizationCommand.ts | 12 +- .../DeleteVpcPeeringConnectionCommand.ts | 12 +- .../src/commands/DeregisterComputeCommand.ts | 12 +- .../commands/DeregisterGameServerCommand.ts | 12 +- .../src/commands/DescribeAliasCommand.ts | 12 +- .../src/commands/DescribeBuildCommand.ts | 12 +- .../src/commands/DescribeComputeCommand.ts | 12 +- .../DescribeEC2InstanceLimitsCommand.ts | 12 +- .../DescribeFleetAttributesCommand.ts | 12 +- .../commands/DescribeFleetCapacityCommand.ts | 12 +- .../commands/DescribeFleetEventsCommand.ts | 12 +- .../DescribeFleetLocationAttributesCommand.ts | 12 +- .../DescribeFleetLocationCapacityCommand.ts | 12 +- ...DescribeFleetLocationUtilizationCommand.ts | 12 +- .../DescribeFleetPortSettingsCommand.ts | 12 +- .../DescribeFleetUtilizationCommand.ts | 12 +- .../src/commands/DescribeGameServerCommand.ts | 12 +- .../DescribeGameServerGroupCommand.ts | 12 +- .../DescribeGameServerInstancesCommand.ts | 12 +- .../DescribeGameSessionDetailsCommand.ts | 12 +- .../DescribeGameSessionPlacementCommand.ts | 12 +- .../DescribeGameSessionQueuesCommand.ts | 12 +- .../commands/DescribeGameSessionsCommand.ts | 12 +- .../src/commands/DescribeInstancesCommand.ts | 12 +- .../commands/DescribeMatchmakingCommand.ts | 12 +- ...escribeMatchmakingConfigurationsCommand.ts | 12 +- .../DescribeMatchmakingRuleSetsCommand.ts | 12 +- .../commands/DescribePlayerSessionsCommand.ts | 12 +- .../DescribeRuntimeConfigurationCommand.ts | 12 +- .../DescribeScalingPoliciesCommand.ts | 12 +- .../src/commands/DescribeScriptCommand.ts | 12 +- ...DescribeVpcPeeringAuthorizationsCommand.ts | 12 +- .../DescribeVpcPeeringConnectionsCommand.ts | 12 +- .../src/commands/GetComputeAccessCommand.ts | 12 +- .../commands/GetComputeAuthTokenCommand.ts | 12 +- .../commands/GetGameSessionLogUrlCommand.ts | 12 +- .../src/commands/GetInstanceAccessCommand.ts | 12 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../src/commands/ListBuildsCommand.ts | 12 +- .../src/commands/ListComputeCommand.ts | 12 +- .../src/commands/ListFleetsCommand.ts | 12 +- .../commands/ListGameServerGroupsCommand.ts | 12 +- .../src/commands/ListGameServersCommand.ts | 12 +- .../src/commands/ListLocationsCommand.ts | 12 +- .../src/commands/ListScriptsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutScalingPolicyCommand.ts | 12 +- .../src/commands/RegisterComputeCommand.ts | 12 +- .../src/commands/RegisterGameServerCommand.ts | 12 +- .../RequestUploadCredentialsCommand.ts | 12 +- .../src/commands/ResolveAliasCommand.ts | 12 +- .../commands/ResumeGameServerGroupCommand.ts | 12 +- .../src/commands/SearchGameSessionsCommand.ts | 12 +- .../src/commands/StartFleetActionsCommand.ts | 12 +- .../StartGameSessionPlacementCommand.ts | 12 +- .../src/commands/StartMatchBackfillCommand.ts | 12 +- .../src/commands/StartMatchmakingCommand.ts | 12 +- .../src/commands/StopFleetActionsCommand.ts | 12 +- .../StopGameSessionPlacementCommand.ts | 12 +- .../src/commands/StopMatchmakingCommand.ts | 12 +- .../commands/SuspendGameServerGroupCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAliasCommand.ts | 12 +- .../src/commands/UpdateBuildCommand.ts | 12 +- .../commands/UpdateFleetAttributesCommand.ts | 12 +- .../commands/UpdateFleetCapacityCommand.ts | 12 +- .../UpdateFleetPortSettingsCommand.ts | 12 +- .../src/commands/UpdateGameServerCommand.ts | 12 +- .../commands/UpdateGameServerGroupCommand.ts | 12 +- .../src/commands/UpdateGameSessionCommand.ts | 12 +- .../commands/UpdateGameSessionQueueCommand.ts | 12 +- .../UpdateMatchmakingConfigurationCommand.ts | 12 +- .../UpdateRuntimeConfigurationCommand.ts | 12 +- .../src/commands/UpdateScriptCommand.ts | 12 +- .../ValidateMatchmakingRuleSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-gamelift/src/endpoint/ruleset.ts | 2 +- .../src/models/GameLiftServiceException.ts | 2 +- .../client-gamelift/src/models/models_0.ts | 2 +- .../DescribeFleetAttributesPaginator.ts | 2 +- .../DescribeFleetCapacityPaginator.ts | 2 +- .../DescribeFleetEventsPaginator.ts | 2 +- ...escribeFleetLocationAttributesPaginator.ts | 2 +- .../DescribeFleetUtilizationPaginator.ts | 2 +- .../DescribeGameServerInstancesPaginator.ts | 2 +- .../DescribeGameSessionDetailsPaginator.ts | 2 +- .../DescribeGameSessionQueuesPaginator.ts | 2 +- .../DescribeGameSessionsPaginator.ts | 2 +- .../pagination/DescribeInstancesPaginator.ts | 2 +- ...cribeMatchmakingConfigurationsPaginator.ts | 2 +- .../DescribeMatchmakingRuleSetsPaginator.ts | 2 +- .../DescribePlayerSessionsPaginator.ts | 2 +- .../DescribeScalingPoliciesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- .../src/pagination/ListBuildsPaginator.ts | 2 +- .../src/pagination/ListComputePaginator.ts | 2 +- .../src/pagination/ListFleetsPaginator.ts | 2 +- .../ListGameServerGroupsPaginator.ts | 2 +- .../pagination/ListGameServersPaginator.ts | 2 +- .../src/pagination/ListLocationsPaginator.ts | 2 +- .../src/pagination/ListScriptsPaginator.ts | 2 +- .../pagination/SearchGameSessionsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-gamelift/src/runtimeConfig.ts | 24 +-- clients/client-gamesparks/package.json | 41 ++--- clients/client-gamesparks/src/GameSparks.ts | 4 +- .../client-gamesparks/src/GameSparksClient.ts | 28 ++- .../src/commands/CreateGameCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateStageCommand.ts | 12 +- .../src/commands/DeleteGameCommand.ts | 12 +- .../src/commands/DeleteStageCommand.ts | 12 +- .../src/commands/DisconnectPlayerCommand.ts | 12 +- .../src/commands/ExportSnapshotCommand.ts | 12 +- .../src/commands/GetExtensionCommand.ts | 12 +- .../commands/GetExtensionVersionCommand.ts | 12 +- .../src/commands/GetGameCommand.ts | 12 +- .../commands/GetGameConfigurationCommand.ts | 12 +- .../commands/GetGeneratedCodeJobCommand.ts | 12 +- .../GetPlayerConnectionStatusCommand.ts | 12 +- .../src/commands/GetSnapshotCommand.ts | 12 +- .../src/commands/GetStageCommand.ts | 12 +- .../src/commands/GetStageDeploymentCommand.ts | 12 +- .../ImportGameConfigurationCommand.ts | 12 +- .../commands/ListExtensionVersionsCommand.ts | 12 +- .../src/commands/ListExtensionsCommand.ts | 12 +- .../src/commands/ListGamesCommand.ts | 12 +- .../commands/ListGeneratedCodeJobsCommand.ts | 12 +- .../src/commands/ListSnapshotsCommand.ts | 12 +- .../commands/ListStageDeploymentsCommand.ts | 12 +- .../src/commands/ListStagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/StartGeneratedCodeJobCommand.ts | 12 +- .../commands/StartStageDeploymentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateGameCommand.ts | 12 +- .../UpdateGameConfigurationCommand.ts | 12 +- .../src/commands/UpdateSnapshotCommand.ts | 12 +- .../src/commands/UpdateStageCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-gamesparks/src/endpoint/ruleset.ts | 2 +- .../src/models/GameSparksServiceException.ts | 2 +- .../client-gamesparks/src/models/models_0.ts | 4 +- .../src/pagination/Interfaces.ts | 2 +- .../ListExtensionVersionsPaginator.ts | 2 +- .../src/pagination/ListExtensionsPaginator.ts | 2 +- .../src/pagination/ListGamesPaginator.ts | 2 +- .../ListGeneratedCodeJobsPaginator.ts | 2 +- .../src/pagination/ListSnapshotsPaginator.ts | 2 +- .../ListStageDeploymentsPaginator.ts | 2 +- .../src/pagination/ListStagesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-gamesparks/src/runtimeConfig.ts | 24 +-- clients/client-glacier/package.json | 45 ++--- clients/client-glacier/src/Glacier.ts | 4 +- clients/client-glacier/src/GlacierClient.ts | 28 ++- .../commands/AbortMultipartUploadCommand.ts | 12 +- .../src/commands/AbortVaultLockCommand.ts | 12 +- .../src/commands/AddTagsToVaultCommand.ts | 12 +- .../CompleteMultipartUploadCommand.ts | 12 +- .../src/commands/CompleteVaultLockCommand.ts | 12 +- .../src/commands/CreateVaultCommand.ts | 12 +- .../src/commands/DeleteArchiveCommand.ts | 12 +- .../DeleteVaultAccessPolicyCommand.ts | 12 +- .../src/commands/DeleteVaultCommand.ts | 12 +- .../DeleteVaultNotificationsCommand.ts | 12 +- .../src/commands/DescribeJobCommand.ts | 12 +- .../src/commands/DescribeVaultCommand.ts | 12 +- .../commands/GetDataRetrievalPolicyCommand.ts | 12 +- .../src/commands/GetJobOutputCommand.ts | 12 +- .../commands/GetVaultAccessPolicyCommand.ts | 12 +- .../src/commands/GetVaultLockCommand.ts | 12 +- .../commands/GetVaultNotificationsCommand.ts | 12 +- .../src/commands/InitiateJobCommand.ts | 12 +- .../InitiateMultipartUploadCommand.ts | 12 +- .../src/commands/InitiateVaultLockCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../commands/ListMultipartUploadsCommand.ts | 12 +- .../src/commands/ListPartsCommand.ts | 12 +- .../ListProvisionedCapacityCommand.ts | 12 +- .../src/commands/ListTagsForVaultCommand.ts | 12 +- .../src/commands/ListVaultsCommand.ts | 12 +- .../PurchaseProvisionedCapacityCommand.ts | 12 +- .../commands/RemoveTagsFromVaultCommand.ts | 12 +- .../commands/SetDataRetrievalPolicyCommand.ts | 12 +- .../commands/SetVaultAccessPolicyCommand.ts | 12 +- .../commands/SetVaultNotificationsCommand.ts | 12 +- .../src/commands/UploadArchiveCommand.ts | 12 +- .../commands/UploadMultipartPartCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-glacier/src/endpoint/ruleset.ts | 2 +- .../src/models/GlacierServiceException.ts | 2 +- clients/client-glacier/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListMultipartUploadsPaginator.ts | 2 +- .../src/pagination/ListPartsPaginator.ts | 2 +- .../src/pagination/ListVaultsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- clients/client-glacier/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForVaultExists.ts | 2 +- .../src/waiters/waitForVaultNotExists.ts | 2 +- .../client-global-accelerator/package.json | 41 ++--- .../src/GlobalAccelerator.ts | 4 +- .../src/GlobalAcceleratorClient.ts | 28 ++- .../AddCustomRoutingEndpointsCommand.ts | 12 +- .../src/commands/AddEndpointsCommand.ts | 12 +- .../src/commands/AdvertiseByoipCidrCommand.ts | 12 +- .../AllowCustomRoutingTrafficCommand.ts | 12 +- .../src/commands/CreateAcceleratorCommand.ts | 12 +- .../CreateCustomRoutingAcceleratorCommand.ts | 12 +- ...CreateCustomRoutingEndpointGroupCommand.ts | 12 +- .../CreateCustomRoutingListenerCommand.ts | 12 +- .../commands/CreateEndpointGroupCommand.ts | 12 +- .../src/commands/CreateListenerCommand.ts | 12 +- .../src/commands/DeleteAcceleratorCommand.ts | 12 +- .../DeleteCustomRoutingAcceleratorCommand.ts | 12 +- ...DeleteCustomRoutingEndpointGroupCommand.ts | 12 +- .../DeleteCustomRoutingListenerCommand.ts | 12 +- .../commands/DeleteEndpointGroupCommand.ts | 12 +- .../src/commands/DeleteListenerCommand.ts | 12 +- .../DenyCustomRoutingTrafficCommand.ts | 12 +- .../commands/DeprovisionByoipCidrCommand.ts | 12 +- .../DescribeAcceleratorAttributesCommand.ts | 12 +- .../commands/DescribeAcceleratorCommand.ts | 12 +- ...stomRoutingAcceleratorAttributesCommand.ts | 12 +- ...DescribeCustomRoutingAcceleratorCommand.ts | 12 +- ...scribeCustomRoutingEndpointGroupCommand.ts | 12 +- .../DescribeCustomRoutingListenerCommand.ts | 12 +- .../commands/DescribeEndpointGroupCommand.ts | 12 +- .../src/commands/DescribeListenerCommand.ts | 12 +- .../src/commands/ListAcceleratorsCommand.ts | 12 +- .../src/commands/ListByoipCidrsCommand.ts | 12 +- .../ListCustomRoutingAcceleratorsCommand.ts | 12 +- .../ListCustomRoutingEndpointGroupsCommand.ts | 12 +- .../ListCustomRoutingListenersCommand.ts | 12 +- ...RoutingPortMappingsByDestinationCommand.ts | 12 +- .../ListCustomRoutingPortMappingsCommand.ts | 12 +- .../src/commands/ListEndpointGroupsCommand.ts | 12 +- .../src/commands/ListListenersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ProvisionByoipCidrCommand.ts | 12 +- .../RemoveCustomRoutingEndpointsCommand.ts | 12 +- .../src/commands/RemoveEndpointsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAcceleratorAttributesCommand.ts | 12 +- .../src/commands/UpdateAcceleratorCommand.ts | 12 +- ...stomRoutingAcceleratorAttributesCommand.ts | 12 +- .../UpdateCustomRoutingAcceleratorCommand.ts | 12 +- .../UpdateCustomRoutingListenerCommand.ts | 12 +- .../commands/UpdateEndpointGroupCommand.ts | 12 +- .../src/commands/UpdateListenerCommand.ts | 12 +- .../src/commands/WithdrawByoipCidrCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../GlobalAcceleratorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAcceleratorsPaginator.ts | 2 +- .../src/pagination/ListByoipCidrsPaginator.ts | 2 +- .../ListCustomRoutingAcceleratorsPaginator.ts | 2 +- ...istCustomRoutingEndpointGroupsPaginator.ts | 2 +- .../ListCustomRoutingListenersPaginator.ts | 2 +- ...utingPortMappingsByDestinationPaginator.ts | 2 +- .../ListCustomRoutingPortMappingsPaginator.ts | 2 +- .../pagination/ListEndpointGroupsPaginator.ts | 2 +- .../src/pagination/ListListenersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-glue/package.json | 41 ++--- clients/client-glue/src/Glue.ts | 4 +- clients/client-glue/src/GlueClient.ts | 28 ++- .../commands/BatchCreatePartitionCommand.ts | 12 +- .../commands/BatchDeleteConnectionCommand.ts | 12 +- .../commands/BatchDeletePartitionCommand.ts | 12 +- .../src/commands/BatchDeleteTableCommand.ts | 12 +- .../BatchDeleteTableVersionCommand.ts | 12 +- .../src/commands/BatchGetBlueprintsCommand.ts | 12 +- .../src/commands/BatchGetCrawlersCommand.ts | 12 +- .../BatchGetCustomEntityTypesCommand.ts | 12 +- .../BatchGetDataQualityResultCommand.ts | 12 +- .../commands/BatchGetDevEndpointsCommand.ts | 12 +- .../src/commands/BatchGetJobsCommand.ts | 12 +- .../src/commands/BatchGetPartitionCommand.ts | 12 +- .../src/commands/BatchGetTriggersCommand.ts | 12 +- .../src/commands/BatchGetWorkflowsCommand.ts | 12 +- .../src/commands/BatchStopJobRunCommand.ts | 12 +- .../commands/BatchUpdatePartitionCommand.ts | 12 +- ...DataQualityRuleRecommendationRunCommand.ts | 12 +- ...lDataQualityRulesetEvaluationRunCommand.ts | 12 +- .../src/commands/CancelMLTaskRunCommand.ts | 12 +- .../src/commands/CancelStatementCommand.ts | 12 +- .../CheckSchemaVersionValidityCommand.ts | 12 +- .../src/commands/CreateBlueprintCommand.ts | 12 +- .../src/commands/CreateClassifierCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- .../src/commands/CreateCrawlerCommand.ts | 12 +- .../commands/CreateCustomEntityTypeCommand.ts | 12 +- .../CreateDataQualityRulesetCommand.ts | 12 +- .../src/commands/CreateDatabaseCommand.ts | 12 +- .../src/commands/CreateDevEndpointCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreateMLTransformCommand.ts | 12 +- .../src/commands/CreatePartitionCommand.ts | 12 +- .../commands/CreatePartitionIndexCommand.ts | 12 +- .../src/commands/CreateRegistryCommand.ts | 12 +- .../src/commands/CreateSchemaCommand.ts | 12 +- .../src/commands/CreateScriptCommand.ts | 12 +- .../CreateSecurityConfigurationCommand.ts | 12 +- .../src/commands/CreateSessionCommand.ts | 12 +- .../src/commands/CreateTableCommand.ts | 12 +- .../src/commands/CreateTriggerCommand.ts | 12 +- .../CreateUserDefinedFunctionCommand.ts | 12 +- .../src/commands/CreateWorkflowCommand.ts | 12 +- .../src/commands/DeleteBlueprintCommand.ts | 12 +- .../src/commands/DeleteClassifierCommand.ts | 12 +- ...leteColumnStatisticsForPartitionCommand.ts | 12 +- .../DeleteColumnStatisticsForTableCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteCrawlerCommand.ts | 12 +- .../commands/DeleteCustomEntityTypeCommand.ts | 12 +- .../DeleteDataQualityRulesetCommand.ts | 12 +- .../src/commands/DeleteDatabaseCommand.ts | 12 +- .../src/commands/DeleteDevEndpointCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- .../src/commands/DeleteMLTransformCommand.ts | 12 +- .../src/commands/DeletePartitionCommand.ts | 12 +- .../commands/DeletePartitionIndexCommand.ts | 12 +- .../src/commands/DeleteRegistryCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSchemaCommand.ts | 12 +- .../commands/DeleteSchemaVersionsCommand.ts | 12 +- .../DeleteSecurityConfigurationCommand.ts | 12 +- .../src/commands/DeleteSessionCommand.ts | 12 +- .../src/commands/DeleteTableCommand.ts | 12 +- .../src/commands/DeleteTableVersionCommand.ts | 12 +- .../src/commands/DeleteTriggerCommand.ts | 12 +- .../DeleteUserDefinedFunctionCommand.ts | 12 +- .../src/commands/DeleteWorkflowCommand.ts | 12 +- .../src/commands/GetBlueprintCommand.ts | 12 +- .../src/commands/GetBlueprintRunCommand.ts | 12 +- .../src/commands/GetBlueprintRunsCommand.ts | 12 +- .../commands/GetCatalogImportStatusCommand.ts | 12 +- .../src/commands/GetClassifierCommand.ts | 12 +- .../src/commands/GetClassifiersCommand.ts | 12 +- .../GetColumnStatisticsForPartitionCommand.ts | 12 +- .../GetColumnStatisticsForTableCommand.ts | 12 +- .../src/commands/GetConnectionCommand.ts | 12 +- .../src/commands/GetConnectionsCommand.ts | 12 +- .../src/commands/GetCrawlerCommand.ts | 12 +- .../src/commands/GetCrawlerMetricsCommand.ts | 12 +- .../src/commands/GetCrawlersCommand.ts | 12 +- .../commands/GetCustomEntityTypeCommand.ts | 12 +- ...GetDataCatalogEncryptionSettingsCommand.ts | 12 +- .../commands/GetDataQualityResultCommand.ts | 12 +- ...DataQualityRuleRecommendationRunCommand.ts | 12 +- .../commands/GetDataQualityRulesetCommand.ts | 12 +- ...tDataQualityRulesetEvaluationRunCommand.ts | 12 +- .../src/commands/GetDatabaseCommand.ts | 12 +- .../src/commands/GetDatabasesCommand.ts | 12 +- .../src/commands/GetDataflowGraphCommand.ts | 12 +- .../src/commands/GetDevEndpointCommand.ts | 12 +- .../src/commands/GetDevEndpointsCommand.ts | 12 +- .../src/commands/GetJobBookmarkCommand.ts | 12 +- .../client-glue/src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetJobRunCommand.ts | 12 +- .../src/commands/GetJobRunsCommand.ts | 12 +- .../src/commands/GetJobsCommand.ts | 12 +- .../src/commands/GetMLTaskRunCommand.ts | 12 +- .../src/commands/GetMLTaskRunsCommand.ts | 12 +- .../src/commands/GetMLTransformCommand.ts | 12 +- .../src/commands/GetMLTransformsCommand.ts | 12 +- .../src/commands/GetMappingCommand.ts | 12 +- .../src/commands/GetPartitionCommand.ts | 12 +- .../commands/GetPartitionIndexesCommand.ts | 12 +- .../src/commands/GetPartitionsCommand.ts | 12 +- .../src/commands/GetPlanCommand.ts | 12 +- .../src/commands/GetRegistryCommand.ts | 12 +- .../commands/GetResourcePoliciesCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../commands/GetSchemaByDefinitionCommand.ts | 12 +- .../src/commands/GetSchemaCommand.ts | 12 +- .../src/commands/GetSchemaVersionCommand.ts | 12 +- .../commands/GetSchemaVersionsDiffCommand.ts | 12 +- .../GetSecurityConfigurationCommand.ts | 12 +- .../GetSecurityConfigurationsCommand.ts | 12 +- .../src/commands/GetSessionCommand.ts | 12 +- .../src/commands/GetStatementCommand.ts | 12 +- .../src/commands/GetTableCommand.ts | 12 +- .../src/commands/GetTableVersionCommand.ts | 12 +- .../src/commands/GetTableVersionsCommand.ts | 12 +- .../src/commands/GetTablesCommand.ts | 12 +- .../src/commands/GetTagsCommand.ts | 12 +- .../src/commands/GetTriggerCommand.ts | 12 +- .../src/commands/GetTriggersCommand.ts | 12 +- .../GetUnfilteredPartitionMetadataCommand.ts | 12 +- .../GetUnfilteredPartitionsMetadataCommand.ts | 12 +- .../GetUnfilteredTableMetadataCommand.ts | 12 +- .../commands/GetUserDefinedFunctionCommand.ts | 12 +- .../GetUserDefinedFunctionsCommand.ts | 12 +- .../src/commands/GetWorkflowCommand.ts | 12 +- .../src/commands/GetWorkflowRunCommand.ts | 12 +- .../GetWorkflowRunPropertiesCommand.ts | 12 +- .../src/commands/GetWorkflowRunsCommand.ts | 12 +- .../commands/ImportCatalogToGlueCommand.ts | 12 +- .../src/commands/ListBlueprintsCommand.ts | 12 +- .../src/commands/ListCrawlersCommand.ts | 12 +- .../src/commands/ListCrawlsCommand.ts | 12 +- .../commands/ListCustomEntityTypesCommand.ts | 12 +- .../commands/ListDataQualityResultsCommand.ts | 12 +- ...ataQualityRuleRecommendationRunsCommand.ts | 12 +- ...DataQualityRulesetEvaluationRunsCommand.ts | 12 +- .../ListDataQualityRulesetsCommand.ts | 12 +- .../src/commands/ListDevEndpointsCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../src/commands/ListMLTransformsCommand.ts | 12 +- .../src/commands/ListRegistriesCommand.ts | 12 +- .../src/commands/ListSchemaVersionsCommand.ts | 12 +- .../src/commands/ListSchemasCommand.ts | 12 +- .../src/commands/ListSessionsCommand.ts | 12 +- .../src/commands/ListStatementsCommand.ts | 12 +- .../src/commands/ListTriggersCommand.ts | 12 +- .../src/commands/ListWorkflowsCommand.ts | 12 +- ...PutDataCatalogEncryptionSettingsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../PutSchemaVersionMetadataCommand.ts | 12 +- .../PutWorkflowRunPropertiesCommand.ts | 12 +- .../QuerySchemaVersionMetadataCommand.ts | 12 +- .../commands/RegisterSchemaVersionCommand.ts | 12 +- .../RemoveSchemaVersionMetadataCommand.ts | 12 +- .../src/commands/ResetJobBookmarkCommand.ts | 12 +- .../src/commands/ResumeWorkflowRunCommand.ts | 12 +- .../src/commands/RunStatementCommand.ts | 12 +- .../src/commands/SearchTablesCommand.ts | 12 +- .../src/commands/StartBlueprintRunCommand.ts | 12 +- .../src/commands/StartCrawlerCommand.ts | 12 +- .../commands/StartCrawlerScheduleCommand.ts | 12 +- ...DataQualityRuleRecommendationRunCommand.ts | 12 +- ...tDataQualityRulesetEvaluationRunCommand.ts | 12 +- .../StartExportLabelsTaskRunCommand.ts | 12 +- .../StartImportLabelsTaskRunCommand.ts | 12 +- .../src/commands/StartJobRunCommand.ts | 12 +- .../StartMLEvaluationTaskRunCommand.ts | 12 +- ...rtMLLabelingSetGenerationTaskRunCommand.ts | 12 +- .../src/commands/StartTriggerCommand.ts | 12 +- .../src/commands/StartWorkflowRunCommand.ts | 12 +- .../src/commands/StopCrawlerCommand.ts | 12 +- .../commands/StopCrawlerScheduleCommand.ts | 12 +- .../src/commands/StopSessionCommand.ts | 12 +- .../src/commands/StopTriggerCommand.ts | 12 +- .../src/commands/StopWorkflowRunCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBlueprintCommand.ts | 12 +- .../src/commands/UpdateClassifierCommand.ts | 12 +- ...dateColumnStatisticsForPartitionCommand.ts | 12 +- .../UpdateColumnStatisticsForTableCommand.ts | 12 +- .../src/commands/UpdateConnectionCommand.ts | 12 +- .../src/commands/UpdateCrawlerCommand.ts | 12 +- .../commands/UpdateCrawlerScheduleCommand.ts | 12 +- .../UpdateDataQualityRulesetCommand.ts | 12 +- .../src/commands/UpdateDatabaseCommand.ts | 12 +- .../src/commands/UpdateDevEndpointCommand.ts | 12 +- .../src/commands/UpdateJobCommand.ts | 12 +- .../UpdateJobFromSourceControlCommand.ts | 12 +- .../src/commands/UpdateMLTransformCommand.ts | 12 +- .../src/commands/UpdatePartitionCommand.ts | 12 +- .../src/commands/UpdateRegistryCommand.ts | 12 +- .../src/commands/UpdateSchemaCommand.ts | 12 +- .../UpdateSourceControlFromJobCommand.ts | 12 +- .../src/commands/UpdateTableCommand.ts | 12 +- .../src/commands/UpdateTriggerCommand.ts | 12 +- .../UpdateUserDefinedFunctionCommand.ts | 12 +- .../src/commands/UpdateWorkflowCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-glue/src/endpoint/ruleset.ts | 2 +- .../src/models/GlueServiceException.ts | 2 +- clients/client-glue/src/models/models_0.ts | 2 +- clients/client-glue/src/models/models_1.ts | 2 +- clients/client-glue/src/models/models_2.ts | 2 +- .../pagination/GetBlueprintRunsPaginator.ts | 2 +- .../src/pagination/GetClassifiersPaginator.ts | 2 +- .../src/pagination/GetConnectionsPaginator.ts | 2 +- .../pagination/GetCrawlerMetricsPaginator.ts | 2 +- .../src/pagination/GetCrawlersPaginator.ts | 2 +- .../src/pagination/GetDatabasesPaginator.ts | 2 +- .../pagination/GetDevEndpointsPaginator.ts | 2 +- .../src/pagination/GetJobRunsPaginator.ts | 2 +- .../src/pagination/GetJobsPaginator.ts | 2 +- .../src/pagination/GetMLTaskRunsPaginator.ts | 2 +- .../pagination/GetMLTransformsPaginator.ts | 2 +- .../GetPartitionIndexesPaginator.ts | 2 +- .../src/pagination/GetPartitionsPaginator.ts | 2 +- .../GetResourcePoliciesPaginator.ts | 2 +- .../GetSecurityConfigurationsPaginator.ts | 2 +- .../pagination/GetTableVersionsPaginator.ts | 2 +- .../src/pagination/GetTablesPaginator.ts | 2 +- .../src/pagination/GetTriggersPaginator.ts | 2 +- ...etUnfilteredPartitionsMetadataPaginator.ts | 2 +- .../GetUserDefinedFunctionsPaginator.ts | 2 +- .../pagination/GetWorkflowRunsPaginator.ts | 2 +- .../client-glue/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListBlueprintsPaginator.ts | 2 +- .../src/pagination/ListCrawlersPaginator.ts | 2 +- .../ListCustomEntityTypesPaginator.ts | 2 +- .../ListDataQualityResultsPaginator.ts | 2 +- ...aQualityRuleRecommendationRunsPaginator.ts | 2 +- ...taQualityRulesetEvaluationRunsPaginator.ts | 2 +- .../ListDataQualityRulesetsPaginator.ts | 2 +- .../pagination/ListDevEndpointsPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../pagination/ListMLTransformsPaginator.ts | 2 +- .../src/pagination/ListRegistriesPaginator.ts | 2 +- .../pagination/ListSchemaVersionsPaginator.ts | 2 +- .../src/pagination/ListSchemasPaginator.ts | 2 +- .../src/pagination/ListSessionsPaginator.ts | 2 +- .../src/pagination/ListTriggersPaginator.ts | 2 +- .../src/pagination/ListWorkflowsPaginator.ts | 2 +- .../src/pagination/SearchTablesPaginator.ts | 2 +- .../client-glue/src/protocols/Aws_json1_1.ts | 12 +- .../client-glue/src/runtimeConfig.browser.ts | 14 +- .../client-glue/src/runtimeConfig.shared.ts | 8 +- clients/client-glue/src/runtimeConfig.ts | 24 +-- clients/client-grafana/package.json | 41 ++--- clients/client-grafana/src/Grafana.ts | 4 +- clients/client-grafana/src/GrafanaClient.ts | 28 ++- .../src/commands/AssociateLicenseCommand.ts | 12 +- .../commands/CreateWorkspaceApiKeyCommand.ts | 12 +- .../src/commands/CreateWorkspaceCommand.ts | 12 +- .../commands/DeleteWorkspaceApiKeyCommand.ts | 12 +- .../src/commands/DeleteWorkspaceCommand.ts | 12 +- .../DescribeWorkspaceAuthenticationCommand.ts | 12 +- .../src/commands/DescribeWorkspaceCommand.ts | 12 +- .../DescribeWorkspaceConfigurationCommand.ts | 12 +- .../commands/DisassociateLicenseCommand.ts | 12 +- .../src/commands/ListPermissionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkspacesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdatePermissionsCommand.ts | 12 +- .../UpdateWorkspaceAuthenticationCommand.ts | 12 +- .../src/commands/UpdateWorkspaceCommand.ts | 12 +- .../UpdateWorkspaceConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-grafana/src/endpoint/ruleset.ts | 2 +- .../src/models/GrafanaServiceException.ts | 2 +- clients/client-grafana/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListPermissionsPaginator.ts | 2 +- .../src/pagination/ListWorkspacesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-grafana/src/runtimeConfig.ts | 24 +-- clients/client-greengrass/package.json | 41 ++--- clients/client-greengrass/src/Greengrass.ts | 4 +- .../client-greengrass/src/GreengrassClient.ts | 28 ++- .../commands/AssociateRoleToGroupCommand.ts | 12 +- .../AssociateServiceRoleToAccountCommand.ts | 12 +- .../CreateConnectorDefinitionCommand.ts | 12 +- ...CreateConnectorDefinitionVersionCommand.ts | 12 +- .../commands/CreateCoreDefinitionCommand.ts | 12 +- .../CreateCoreDefinitionVersionCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../commands/CreateDeviceDefinitionCommand.ts | 12 +- .../CreateDeviceDefinitionVersionCommand.ts | 12 +- .../CreateFunctionDefinitionCommand.ts | 12 +- .../CreateFunctionDefinitionVersionCommand.ts | 12 +- .../CreateGroupCertificateAuthorityCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../src/commands/CreateGroupVersionCommand.ts | 12 +- .../commands/CreateLoggerDefinitionCommand.ts | 12 +- .../CreateLoggerDefinitionVersionCommand.ts | 12 +- .../CreateResourceDefinitionCommand.ts | 12 +- .../CreateResourceDefinitionVersionCommand.ts | 12 +- .../CreateSoftwareUpdateJobCommand.ts | 12 +- .../CreateSubscriptionDefinitionCommand.ts | 12 +- ...ateSubscriptionDefinitionVersionCommand.ts | 12 +- .../DeleteConnectorDefinitionCommand.ts | 12 +- .../commands/DeleteCoreDefinitionCommand.ts | 12 +- .../commands/DeleteDeviceDefinitionCommand.ts | 12 +- .../DeleteFunctionDefinitionCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../commands/DeleteLoggerDefinitionCommand.ts | 12 +- .../DeleteResourceDefinitionCommand.ts | 12 +- .../DeleteSubscriptionDefinitionCommand.ts | 12 +- .../DisassociateRoleFromGroupCommand.ts | 12 +- ...sassociateServiceRoleFromAccountCommand.ts | 12 +- .../src/commands/GetAssociatedRoleCommand.ts | 12 +- .../GetBulkDeploymentStatusCommand.ts | 12 +- .../commands/GetConnectivityInfoCommand.ts | 12 +- .../commands/GetConnectorDefinitionCommand.ts | 12 +- .../GetConnectorDefinitionVersionCommand.ts | 12 +- .../src/commands/GetCoreDefinitionCommand.ts | 12 +- .../GetCoreDefinitionVersionCommand.ts | 12 +- .../commands/GetDeploymentStatusCommand.ts | 12 +- .../commands/GetDeviceDefinitionCommand.ts | 12 +- .../GetDeviceDefinitionVersionCommand.ts | 12 +- .../commands/GetFunctionDefinitionCommand.ts | 12 +- .../GetFunctionDefinitionVersionCommand.ts | 12 +- .../GetGroupCertificateAuthorityCommand.ts | 12 +- ...GetGroupCertificateConfigurationCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../src/commands/GetGroupVersionCommand.ts | 12 +- .../commands/GetLoggerDefinitionCommand.ts | 12 +- .../GetLoggerDefinitionVersionCommand.ts | 12 +- .../commands/GetResourceDefinitionCommand.ts | 12 +- .../GetResourceDefinitionVersionCommand.ts | 12 +- .../GetServiceRoleForAccountCommand.ts | 12 +- .../GetSubscriptionDefinitionCommand.ts | 12 +- ...GetSubscriptionDefinitionVersionCommand.ts | 12 +- .../GetThingRuntimeConfigurationCommand.ts | 12 +- ...istBulkDeploymentDetailedReportsCommand.ts | 12 +- .../commands/ListBulkDeploymentsCommand.ts | 12 +- .../ListConnectorDefinitionVersionsCommand.ts | 12 +- .../ListConnectorDefinitionsCommand.ts | 12 +- .../ListCoreDefinitionVersionsCommand.ts | 12 +- .../commands/ListCoreDefinitionsCommand.ts | 12 +- .../src/commands/ListDeploymentsCommand.ts | 12 +- .../ListDeviceDefinitionVersionsCommand.ts | 12 +- .../commands/ListDeviceDefinitionsCommand.ts | 12 +- .../ListFunctionDefinitionVersionsCommand.ts | 12 +- .../ListFunctionDefinitionsCommand.ts | 12 +- .../ListGroupCertificateAuthoritiesCommand.ts | 12 +- .../src/commands/ListGroupVersionsCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../ListLoggerDefinitionVersionsCommand.ts | 12 +- .../commands/ListLoggerDefinitionsCommand.ts | 12 +- .../ListResourceDefinitionVersionsCommand.ts | 12 +- .../ListResourceDefinitionsCommand.ts | 12 +- ...stSubscriptionDefinitionVersionsCommand.ts | 12 +- .../ListSubscriptionDefinitionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ResetDeploymentsCommand.ts | 12 +- .../commands/StartBulkDeploymentCommand.ts | 12 +- .../src/commands/StopBulkDeploymentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateConnectivityInfoCommand.ts | 12 +- .../UpdateConnectorDefinitionCommand.ts | 12 +- .../commands/UpdateCoreDefinitionCommand.ts | 12 +- .../commands/UpdateDeviceDefinitionCommand.ts | 12 +- .../UpdateFunctionDefinitionCommand.ts | 12 +- ...ateGroupCertificateConfigurationCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../commands/UpdateLoggerDefinitionCommand.ts | 12 +- .../UpdateResourceDefinitionCommand.ts | 12 +- .../UpdateSubscriptionDefinitionCommand.ts | 12 +- .../UpdateThingRuntimeConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-greengrass/src/endpoint/ruleset.ts | 2 +- .../src/models/GreengrassServiceException.ts | 2 +- .../client-greengrass/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-greengrass/src/runtimeConfig.ts | 24 +-- clients/client-greengrassv2/package.json | 41 ++--- .../client-greengrassv2/src/GreengrassV2.ts | 4 +- .../src/GreengrassV2Client.ts | 28 ++- .../AssociateServiceRoleToAccountCommand.ts | 12 +- ...ociateClientDeviceWithCoreDeviceCommand.ts | 12 +- ...ociateClientDeviceFromCoreDeviceCommand.ts | 12 +- .../src/commands/CancelDeploymentCommand.ts | 12 +- .../commands/CreateComponentVersionCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../src/commands/DeleteComponentCommand.ts | 12 +- .../src/commands/DeleteCoreDeviceCommand.ts | 12 +- .../src/commands/DeleteDeploymentCommand.ts | 12 +- .../src/commands/DescribeComponentCommand.ts | 12 +- ...sassociateServiceRoleFromAccountCommand.ts | 12 +- .../src/commands/GetComponentCommand.ts | 12 +- .../GetComponentVersionArtifactCommand.ts | 12 +- .../commands/GetConnectivityInfoCommand.ts | 12 +- .../src/commands/GetCoreDeviceCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../GetServiceRoleForAccountCommand.ts | 12 +- ...tDevicesAssociatedWithCoreDeviceCommand.ts | 12 +- .../commands/ListComponentVersionsCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- .../src/commands/ListCoreDevicesCommand.ts | 12 +- .../src/commands/ListDeploymentsCommand.ts | 12 +- .../ListEffectiveDeploymentsCommand.ts | 12 +- .../ListInstalledComponentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ResolveComponentCandidatesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateConnectivityInfoCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/GreengrassV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...evicesAssociatedWithCoreDevicePaginator.ts | 2 +- .../ListComponentVersionsPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- .../pagination/ListCoreDevicesPaginator.ts | 2 +- .../pagination/ListDeploymentsPaginator.ts | 2 +- .../ListEffectiveDeploymentsPaginator.ts | 2 +- .../ListInstalledComponentsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-greengrassv2/src/runtimeConfig.ts | 24 +-- clients/client-groundstation/package.json | 43 ++--- .../client-groundstation/src/GroundStation.ts | 4 +- .../src/GroundStationClient.ts | 28 ++- .../src/commands/CancelContactCommand.ts | 12 +- .../src/commands/CreateConfigCommand.ts | 12 +- .../CreateDataflowEndpointGroupCommand.ts | 12 +- .../src/commands/CreateEphemerisCommand.ts | 12 +- .../commands/CreateMissionProfileCommand.ts | 12 +- .../src/commands/DeleteConfigCommand.ts | 12 +- .../DeleteDataflowEndpointGroupCommand.ts | 12 +- .../src/commands/DeleteEphemerisCommand.ts | 12 +- .../commands/DeleteMissionProfileCommand.ts | 12 +- .../src/commands/DescribeContactCommand.ts | 12 +- .../src/commands/DescribeEphemerisCommand.ts | 12 +- .../commands/GetAgentConfigurationCommand.ts | 12 +- .../src/commands/GetConfigCommand.ts | 12 +- .../GetDataflowEndpointGroupCommand.ts | 12 +- .../src/commands/GetMinuteUsageCommand.ts | 12 +- .../src/commands/GetMissionProfileCommand.ts | 12 +- .../src/commands/GetSatelliteCommand.ts | 12 +- .../src/commands/ListConfigsCommand.ts | 12 +- .../src/commands/ListContactsCommand.ts | 12 +- .../ListDataflowEndpointGroupsCommand.ts | 12 +- .../src/commands/ListEphemeridesCommand.ts | 12 +- .../src/commands/ListGroundStationsCommand.ts | 12 +- .../commands/ListMissionProfilesCommand.ts | 12 +- .../src/commands/ListSatellitesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RegisterAgentCommand.ts | 12 +- .../src/commands/ReserveContactCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAgentStatusCommand.ts | 12 +- .../src/commands/UpdateConfigCommand.ts | 12 +- .../src/commands/UpdateEphemerisCommand.ts | 12 +- .../commands/UpdateMissionProfileCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/GroundStationServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListConfigsPaginator.ts | 2 +- .../src/pagination/ListContactsPaginator.ts | 2 +- .../ListDataflowEndpointGroupsPaginator.ts | 2 +- .../pagination/ListEphemeridesPaginator.ts | 2 +- .../pagination/ListGroundStationsPaginator.ts | 2 +- .../ListMissionProfilesPaginator.ts | 2 +- .../src/pagination/ListSatellitesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-groundstation/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForContactScheduled.ts | 2 +- clients/client-guardduty/package.json | 41 ++--- clients/client-guardduty/src/GuardDuty.ts | 4 +- .../client-guardduty/src/GuardDutyClient.ts | 28 ++- .../AcceptAdministratorInvitationCommand.ts | 12 +- .../src/commands/AcceptInvitationCommand.ts | 12 +- .../src/commands/ArchiveFindingsCommand.ts | 12 +- .../src/commands/CreateDetectorCommand.ts | 12 +- .../src/commands/CreateFilterCommand.ts | 12 +- .../src/commands/CreateIPSetCommand.ts | 12 +- .../src/commands/CreateMembersCommand.ts | 12 +- .../CreatePublishingDestinationCommand.ts | 12 +- .../commands/CreateSampleFindingsCommand.ts | 12 +- .../commands/CreateThreatIntelSetCommand.ts | 12 +- .../src/commands/DeclineInvitationsCommand.ts | 12 +- .../src/commands/DeleteDetectorCommand.ts | 12 +- .../src/commands/DeleteFilterCommand.ts | 12 +- .../src/commands/DeleteIPSetCommand.ts | 12 +- .../src/commands/DeleteInvitationsCommand.ts | 12 +- .../src/commands/DeleteMembersCommand.ts | 12 +- .../DeletePublishingDestinationCommand.ts | 12 +- .../commands/DeleteThreatIntelSetCommand.ts | 12 +- .../commands/DescribeMalwareScansCommand.ts | 12 +- ...escribeOrganizationConfigurationCommand.ts | 12 +- .../DescribePublishingDestinationCommand.ts | 12 +- .../DisableOrganizationAdminAccountCommand.ts | 12 +- ...ssociateFromAdministratorAccountCommand.ts | 12 +- .../DisassociateFromMasterAccountCommand.ts | 12 +- .../commands/DisassociateMembersCommand.ts | 12 +- .../EnableOrganizationAdminAccountCommand.ts | 12 +- .../GetAdministratorAccountCommand.ts | 12 +- .../commands/GetCoverageStatisticsCommand.ts | 12 +- .../src/commands/GetDetectorCommand.ts | 12 +- .../src/commands/GetFilterCommand.ts | 12 +- .../src/commands/GetFindingsCommand.ts | 12 +- .../commands/GetFindingsStatisticsCommand.ts | 12 +- .../src/commands/GetIPSetCommand.ts | 12 +- .../commands/GetInvitationsCountCommand.ts | 12 +- .../commands/GetMalwareScanSettingsCommand.ts | 12 +- .../src/commands/GetMasterAccountCommand.ts | 12 +- .../src/commands/GetMemberDetectorsCommand.ts | 12 +- .../src/commands/GetMembersCommand.ts | 12 +- .../GetRemainingFreeTrialDaysCommand.ts | 12 +- .../src/commands/GetThreatIntelSetCommand.ts | 12 +- .../src/commands/GetUsageStatisticsCommand.ts | 12 +- .../src/commands/InviteMembersCommand.ts | 12 +- .../src/commands/ListCoverageCommand.ts | 12 +- .../src/commands/ListDetectorsCommand.ts | 12 +- .../src/commands/ListFiltersCommand.ts | 12 +- .../src/commands/ListFindingsCommand.ts | 12 +- .../src/commands/ListIPSetsCommand.ts | 12 +- .../src/commands/ListInvitationsCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../ListOrganizationAdminAccountsCommand.ts | 12 +- .../ListPublishingDestinationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListThreatIntelSetsCommand.ts | 12 +- .../src/commands/StartMalwareScanCommand.ts | 12 +- .../commands/StartMonitoringMembersCommand.ts | 12 +- .../commands/StopMonitoringMembersCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnarchiveFindingsCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDetectorCommand.ts | 12 +- .../src/commands/UpdateFilterCommand.ts | 12 +- .../commands/UpdateFindingsFeedbackCommand.ts | 12 +- .../src/commands/UpdateIPSetCommand.ts | 12 +- .../UpdateMalwareScanSettingsCommand.ts | 12 +- .../commands/UpdateMemberDetectorsCommand.ts | 12 +- .../UpdateOrganizationConfigurationCommand.ts | 12 +- .../UpdatePublishingDestinationCommand.ts | 12 +- .../commands/UpdateThreatIntelSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-guardduty/src/endpoint/ruleset.ts | 2 +- .../src/models/GuardDutyServiceException.ts | 2 +- .../client-guardduty/src/models/models_0.ts | 2 +- .../DescribeMalwareScansPaginator.ts | 2 +- ...cribeOrganizationConfigurationPaginator.ts | 2 +- .../pagination/GetUsageStatisticsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCoveragePaginator.ts | 2 +- .../src/pagination/ListDetectorsPaginator.ts | 2 +- .../src/pagination/ListFiltersPaginator.ts | 2 +- .../src/pagination/ListFindingsPaginator.ts | 2 +- .../src/pagination/ListIPSetsPaginator.ts | 2 +- .../pagination/ListInvitationsPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../ListOrganizationAdminAccountsPaginator.ts | 2 +- .../ListPublishingDestinationsPaginator.ts | 2 +- .../ListThreatIntelSetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-guardduty/src/runtimeConfig.ts | 24 +-- clients/client-health/package.json | 41 ++--- clients/client-health/src/Health.ts | 4 +- clients/client-health/src/HealthClient.ts | 28 ++- ...eAffectedAccountsForOrganizationCommand.ts | 12 +- .../DescribeAffectedEntitiesCommand.ts | 12 +- ...eAffectedEntitiesForOrganizationCommand.ts | 12 +- .../DescribeEntityAggregatesCommand.ts | 12 +- .../DescribeEventAggregatesCommand.ts | 12 +- .../commands/DescribeEventDetailsCommand.ts | 12 +- ...cribeEventDetailsForOrganizationCommand.ts | 12 +- .../src/commands/DescribeEventTypesCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeEventsForOrganizationCommand.ts | 12 +- ...althServiceStatusForOrganizationCommand.ts | 12 +- ...althServiceAccessForOrganizationCommand.ts | 12 +- ...althServiceAccessForOrganizationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-health/src/endpoint/ruleset.ts | 2 +- .../src/models/HealthServiceException.ts | 2 +- clients/client-health/src/models/models_0.ts | 2 +- ...ffectedAccountsForOrganizationPaginator.ts | 2 +- ...ffectedEntitiesForOrganizationPaginator.ts | 2 +- .../DescribeAffectedEntitiesPaginator.ts | 2 +- .../DescribeEventAggregatesPaginator.ts | 2 +- .../pagination/DescribeEventTypesPaginator.ts | 2 +- .../DescribeEventsForOrganizationPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-health/src/runtimeConfig.shared.ts | 8 +- clients/client-health/src/runtimeConfig.ts | 24 +-- clients/client-healthlake/package.json | 41 ++--- clients/client-healthlake/src/HealthLake.ts | 4 +- .../client-healthlake/src/HealthLakeClient.ts | 28 ++- .../commands/CreateFHIRDatastoreCommand.ts | 12 +- .../commands/DeleteFHIRDatastoreCommand.ts | 12 +- .../commands/DescribeFHIRDatastoreCommand.ts | 12 +- .../commands/DescribeFHIRExportJobCommand.ts | 12 +- .../commands/DescribeFHIRImportJobCommand.ts | 12 +- .../src/commands/ListFHIRDatastoresCommand.ts | 12 +- .../src/commands/ListFHIRExportJobsCommand.ts | 12 +- .../src/commands/ListFHIRImportJobsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartFHIRExportJobCommand.ts | 12 +- .../src/commands/StartFHIRImportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-healthlake/src/endpoint/ruleset.ts | 2 +- .../src/models/HealthLakeServiceException.ts | 2 +- .../client-healthlake/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListFHIRDatastoresPaginator.ts | 2 +- .../pagination/ListFHIRExportJobsPaginator.ts | 2 +- .../pagination/ListFHIRImportJobsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-healthlake/src/runtimeConfig.ts | 24 +-- clients/client-honeycode/package.json | 41 ++--- clients/client-honeycode/src/Honeycode.ts | 4 +- .../client-honeycode/src/HoneycodeClient.ts | 28 ++- .../commands/BatchCreateTableRowsCommand.ts | 12 +- .../commands/BatchDeleteTableRowsCommand.ts | 12 +- .../commands/BatchUpdateTableRowsCommand.ts | 12 +- .../commands/BatchUpsertTableRowsCommand.ts | 12 +- .../DescribeTableDataImportJobCommand.ts | 12 +- .../src/commands/GetScreenDataCommand.ts | 12 +- .../commands/InvokeScreenAutomationCommand.ts | 12 +- .../src/commands/ListTableColumnsCommand.ts | 12 +- .../src/commands/ListTableRowsCommand.ts | 12 +- .../src/commands/ListTablesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/QueryTableRowsCommand.ts | 12 +- .../StartTableDataImportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-honeycode/src/endpoint/ruleset.ts | 2 +- .../src/models/HoneycodeServiceException.ts | 2 +- .../client-honeycode/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListTableColumnsPaginator.ts | 2 +- .../src/pagination/ListTableRowsPaginator.ts | 2 +- .../src/pagination/ListTablesPaginator.ts | 2 +- .../src/pagination/QueryTableRowsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-honeycode/src/runtimeConfig.ts | 24 +-- clients/client-iam/package.json | 43 ++--- clients/client-iam/src/IAM.ts | 4 +- clients/client-iam/src/IAMClient.ts | 28 ++- ...dClientIDToOpenIDConnectProviderCommand.ts | 12 +- .../AddRoleToInstanceProfileCommand.ts | 12 +- .../src/commands/AddUserToGroupCommand.ts | 12 +- .../src/commands/AttachGroupPolicyCommand.ts | 12 +- .../src/commands/AttachRolePolicyCommand.ts | 12 +- .../src/commands/AttachUserPolicyCommand.ts | 12 +- .../src/commands/ChangePasswordCommand.ts | 12 +- .../src/commands/CreateAccessKeyCommand.ts | 12 +- .../src/commands/CreateAccountAliasCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../commands/CreateInstanceProfileCommand.ts | 12 +- .../src/commands/CreateLoginProfileCommand.ts | 12 +- .../CreateOpenIDConnectProviderCommand.ts | 12 +- .../src/commands/CreatePolicyCommand.ts | 12 +- .../commands/CreatePolicyVersionCommand.ts | 12 +- .../src/commands/CreateRoleCommand.ts | 12 +- .../src/commands/CreateSAMLProviderCommand.ts | 12 +- .../CreateServiceLinkedRoleCommand.ts | 12 +- .../CreateServiceSpecificCredentialCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../commands/CreateVirtualMFADeviceCommand.ts | 12 +- .../commands/DeactivateMFADeviceCommand.ts | 12 +- .../src/commands/DeleteAccessKeyCommand.ts | 12 +- .../src/commands/DeleteAccountAliasCommand.ts | 12 +- .../DeleteAccountPasswordPolicyCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../src/commands/DeleteGroupPolicyCommand.ts | 12 +- .../commands/DeleteInstanceProfileCommand.ts | 12 +- .../src/commands/DeleteLoginProfileCommand.ts | 12 +- .../DeleteOpenIDConnectProviderCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../commands/DeletePolicyVersionCommand.ts | 12 +- .../src/commands/DeleteRoleCommand.ts | 12 +- .../DeleteRolePermissionsBoundaryCommand.ts | 12 +- .../src/commands/DeleteRolePolicyCommand.ts | 12 +- .../src/commands/DeleteSAMLProviderCommand.ts | 12 +- .../src/commands/DeleteSSHPublicKeyCommand.ts | 12 +- .../DeleteServerCertificateCommand.ts | 12 +- .../DeleteServiceLinkedRoleCommand.ts | 12 +- .../DeleteServiceSpecificCredentialCommand.ts | 12 +- .../DeleteSigningCertificateCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../DeleteUserPermissionsBoundaryCommand.ts | 12 +- .../src/commands/DeleteUserPolicyCommand.ts | 12 +- .../commands/DeleteVirtualMFADeviceCommand.ts | 12 +- .../src/commands/DetachGroupPolicyCommand.ts | 12 +- .../src/commands/DetachRolePolicyCommand.ts | 12 +- .../src/commands/DetachUserPolicyCommand.ts | 12 +- .../src/commands/EnableMFADeviceCommand.ts | 12 +- .../GenerateCredentialReportCommand.ts | 12 +- ...enerateOrganizationsAccessReportCommand.ts | 12 +- ...nerateServiceLastAccessedDetailsCommand.ts | 12 +- .../commands/GetAccessKeyLastUsedCommand.ts | 12 +- .../GetAccountAuthorizationDetailsCommand.ts | 12 +- .../GetAccountPasswordPolicyCommand.ts | 12 +- .../src/commands/GetAccountSummaryCommand.ts | 12 +- .../GetContextKeysForCustomPolicyCommand.ts | 12 +- ...GetContextKeysForPrincipalPolicyCommand.ts | 12 +- .../commands/GetCredentialReportCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../src/commands/GetGroupPolicyCommand.ts | 12 +- .../src/commands/GetInstanceProfileCommand.ts | 12 +- .../src/commands/GetLoginProfileCommand.ts | 12 +- .../src/commands/GetMFADeviceCommand.ts | 12 +- .../GetOpenIDConnectProviderCommand.ts | 12 +- .../GetOrganizationsAccessReportCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../src/commands/GetPolicyVersionCommand.ts | 12 +- .../client-iam/src/commands/GetRoleCommand.ts | 12 +- .../src/commands/GetRolePolicyCommand.ts | 12 +- .../src/commands/GetSAMLProviderCommand.ts | 12 +- .../src/commands/GetSSHPublicKeyCommand.ts | 12 +- .../commands/GetServerCertificateCommand.ts | 12 +- .../GetServiceLastAccessedDetailsCommand.ts | 12 +- ...eLastAccessedDetailsWithEntitiesCommand.ts | 12 +- ...tServiceLinkedRoleDeletionStatusCommand.ts | 12 +- .../client-iam/src/commands/GetUserCommand.ts | 12 +- .../src/commands/GetUserPolicyCommand.ts | 12 +- .../src/commands/ListAccessKeysCommand.ts | 12 +- .../src/commands/ListAccountAliasesCommand.ts | 12 +- .../ListAttachedGroupPoliciesCommand.ts | 12 +- .../ListAttachedRolePoliciesCommand.ts | 12 +- .../ListAttachedUserPoliciesCommand.ts | 12 +- .../commands/ListEntitiesForPolicyCommand.ts | 12 +- .../src/commands/ListGroupPoliciesCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../src/commands/ListGroupsForUserCommand.ts | 12 +- .../ListInstanceProfileTagsCommand.ts | 12 +- .../commands/ListInstanceProfilesCommand.ts | 12 +- .../ListInstanceProfilesForRoleCommand.ts | 12 +- .../src/commands/ListMFADeviceTagsCommand.ts | 12 +- .../src/commands/ListMFADevicesCommand.ts | 12 +- .../ListOpenIDConnectProviderTagsCommand.ts | 12 +- .../ListOpenIDConnectProvidersCommand.ts | 12 +- .../src/commands/ListPoliciesCommand.ts | 12 +- ...istPoliciesGrantingServiceAccessCommand.ts | 12 +- .../src/commands/ListPolicyTagsCommand.ts | 12 +- .../src/commands/ListPolicyVersionsCommand.ts | 12 +- .../src/commands/ListRolePoliciesCommand.ts | 12 +- .../src/commands/ListRoleTagsCommand.ts | 12 +- .../src/commands/ListRolesCommand.ts | 12 +- .../commands/ListSAMLProviderTagsCommand.ts | 12 +- .../src/commands/ListSAMLProvidersCommand.ts | 12 +- .../src/commands/ListSSHPublicKeysCommand.ts | 12 +- .../ListServerCertificateTagsCommand.ts | 12 +- .../commands/ListServerCertificatesCommand.ts | 12 +- .../ListServiceSpecificCredentialsCommand.ts | 12 +- .../ListSigningCertificatesCommand.ts | 12 +- .../src/commands/ListUserPoliciesCommand.ts | 12 +- .../src/commands/ListUserTagsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../commands/ListVirtualMFADevicesCommand.ts | 12 +- .../src/commands/PutGroupPolicyCommand.ts | 12 +- .../PutRolePermissionsBoundaryCommand.ts | 12 +- .../src/commands/PutRolePolicyCommand.ts | 12 +- .../PutUserPermissionsBoundaryCommand.ts | 12 +- .../src/commands/PutUserPolicyCommand.ts | 12 +- ...lientIDFromOpenIDConnectProviderCommand.ts | 12 +- .../RemoveRoleFromInstanceProfileCommand.ts | 12 +- .../commands/RemoveUserFromGroupCommand.ts | 12 +- .../ResetServiceSpecificCredentialCommand.ts | 12 +- .../src/commands/ResyncMFADeviceCommand.ts | 12 +- .../SetDefaultPolicyVersionCommand.ts | 12 +- ...tSecurityTokenServicePreferencesCommand.ts | 12 +- .../commands/SimulateCustomPolicyCommand.ts | 12 +- .../SimulatePrincipalPolicyCommand.ts | 12 +- .../src/commands/TagInstanceProfileCommand.ts | 12 +- .../src/commands/TagMFADeviceCommand.ts | 12 +- .../TagOpenIDConnectProviderCommand.ts | 12 +- .../src/commands/TagPolicyCommand.ts | 12 +- .../client-iam/src/commands/TagRoleCommand.ts | 12 +- .../src/commands/TagSAMLProviderCommand.ts | 12 +- .../commands/TagServerCertificateCommand.ts | 12 +- .../client-iam/src/commands/TagUserCommand.ts | 12 +- .../commands/UntagInstanceProfileCommand.ts | 12 +- .../src/commands/UntagMFADeviceCommand.ts | 12 +- .../UntagOpenIDConnectProviderCommand.ts | 12 +- .../src/commands/UntagPolicyCommand.ts | 12 +- .../src/commands/UntagRoleCommand.ts | 12 +- .../src/commands/UntagSAMLProviderCommand.ts | 12 +- .../commands/UntagServerCertificateCommand.ts | 12 +- .../src/commands/UntagUserCommand.ts | 12 +- .../src/commands/UpdateAccessKeyCommand.ts | 12 +- .../UpdateAccountPasswordPolicyCommand.ts | 12 +- .../commands/UpdateAssumeRolePolicyCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../src/commands/UpdateLoginProfileCommand.ts | 12 +- ...eOpenIDConnectProviderThumbprintCommand.ts | 12 +- .../src/commands/UpdateRoleCommand.ts | 12 +- .../commands/UpdateRoleDescriptionCommand.ts | 12 +- .../src/commands/UpdateSAMLProviderCommand.ts | 12 +- .../src/commands/UpdateSSHPublicKeyCommand.ts | 12 +- .../UpdateServerCertificateCommand.ts | 12 +- .../UpdateServiceSpecificCredentialCommand.ts | 12 +- .../UpdateSigningCertificateCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/commands/UploadSSHPublicKeyCommand.ts | 12 +- .../UploadServerCertificateCommand.ts | 12 +- .../UploadSigningCertificateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-iam/src/endpoint/ruleset.ts | 2 +- .../src/models/IAMServiceException.ts | 2 +- clients/client-iam/src/models/models_0.ts | 2 +- clients/client-iam/src/models/models_1.ts | 2 +- ...GetAccountAuthorizationDetailsPaginator.ts | 2 +- .../src/pagination/GetGroupPaginator.ts | 2 +- .../client-iam/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAccessKeysPaginator.ts | 2 +- .../pagination/ListAccountAliasesPaginator.ts | 2 +- .../ListAttachedGroupPoliciesPaginator.ts | 2 +- .../ListAttachedRolePoliciesPaginator.ts | 2 +- .../ListAttachedUserPoliciesPaginator.ts | 2 +- .../ListEntitiesForPolicyPaginator.ts | 2 +- .../pagination/ListGroupPoliciesPaginator.ts | 2 +- .../pagination/ListGroupsForUserPaginator.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../ListInstanceProfileTagsPaginator.ts | 2 +- .../ListInstanceProfilesForRolePaginator.ts | 2 +- .../ListInstanceProfilesPaginator.ts | 2 +- .../pagination/ListMFADeviceTagsPaginator.ts | 2 +- .../src/pagination/ListMFADevicesPaginator.ts | 2 +- .../ListOpenIDConnectProviderTagsPaginator.ts | 2 +- .../src/pagination/ListPoliciesPaginator.ts | 2 +- .../src/pagination/ListPolicyTagsPaginator.ts | 2 +- .../pagination/ListPolicyVersionsPaginator.ts | 2 +- .../pagination/ListRolePoliciesPaginator.ts | 2 +- .../src/pagination/ListRoleTagsPaginator.ts | 2 +- .../src/pagination/ListRolesPaginator.ts | 2 +- .../ListSAMLProviderTagsPaginator.ts | 2 +- .../pagination/ListSSHPublicKeysPaginator.ts | 2 +- .../ListServerCertificateTagsPaginator.ts | 2 +- .../ListServerCertificatesPaginator.ts | 2 +- .../ListSigningCertificatesPaginator.ts | 2 +- .../pagination/ListUserPoliciesPaginator.ts | 2 +- .../src/pagination/ListUserTagsPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../ListVirtualMFADevicesPaginator.ts | 2 +- .../SimulateCustomPolicyPaginator.ts | 2 +- .../SimulatePrincipalPolicyPaginator.ts | 2 +- clients/client-iam/src/protocols/Aws_query.ts | 12 +- .../client-iam/src/runtimeConfig.browser.ts | 14 +- .../client-iam/src/runtimeConfig.shared.ts | 8 +- clients/client-iam/src/runtimeConfig.ts | 24 +-- .../waiters/waitForInstanceProfileExists.ts | 2 +- .../src/waiters/waitForPolicyExists.ts | 2 +- .../src/waiters/waitForRoleExists.ts | 2 +- .../src/waiters/waitForUserExists.ts | 2 +- clients/client-identitystore/package.json | 41 ++--- .../client-identitystore/src/Identitystore.ts | 4 +- .../src/IdentitystoreClient.ts | 28 ++- .../src/commands/CreateGroupCommand.ts | 12 +- .../commands/CreateGroupMembershipCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../commands/DeleteGroupMembershipCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeGroupCommand.ts | 12 +- .../DescribeGroupMembershipCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- .../src/commands/GetGroupIdCommand.ts | 12 +- .../commands/GetGroupMembershipIdCommand.ts | 12 +- .../src/commands/GetUserIdCommand.ts | 12 +- .../src/commands/IsMemberInGroupsCommand.ts | 12 +- .../commands/ListGroupMembershipsCommand.ts | 12 +- .../ListGroupMembershipsForMemberCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IdentitystoreServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/pagination/Interfaces.ts | 2 +- .../ListGroupMembershipsForMemberPaginator.ts | 2 +- .../ListGroupMembershipsPaginator.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-identitystore/src/runtimeConfig.ts | 24 +-- clients/client-imagebuilder/package.json | 41 ++--- .../client-imagebuilder/src/Imagebuilder.ts | 4 +- .../src/ImagebuilderClient.ts | 28 ++- .../commands/CancelImageCreationCommand.ts | 12 +- .../src/commands/CreateComponentCommand.ts | 12 +- .../commands/CreateContainerRecipeCommand.ts | 12 +- .../CreateDistributionConfigurationCommand.ts | 12 +- .../src/commands/CreateImageCommand.ts | 12 +- .../commands/CreateImagePipelineCommand.ts | 12 +- .../src/commands/CreateImageRecipeCommand.ts | 12 +- ...reateInfrastructureConfigurationCommand.ts | 12 +- .../src/commands/DeleteComponentCommand.ts | 12 +- .../commands/DeleteContainerRecipeCommand.ts | 12 +- .../DeleteDistributionConfigurationCommand.ts | 12 +- .../src/commands/DeleteImageCommand.ts | 12 +- .../commands/DeleteImagePipelineCommand.ts | 12 +- .../src/commands/DeleteImageRecipeCommand.ts | 12 +- ...eleteInfrastructureConfigurationCommand.ts | 12 +- .../src/commands/GetComponentCommand.ts | 12 +- .../src/commands/GetComponentPolicyCommand.ts | 12 +- .../src/commands/GetContainerRecipeCommand.ts | 12 +- .../GetContainerRecipePolicyCommand.ts | 12 +- .../GetDistributionConfigurationCommand.ts | 12 +- .../src/commands/GetImageCommand.ts | 12 +- .../src/commands/GetImagePipelineCommand.ts | 12 +- .../src/commands/GetImagePolicyCommand.ts | 12 +- .../src/commands/GetImageRecipeCommand.ts | 12 +- .../commands/GetImageRecipePolicyCommand.ts | 12 +- .../GetInfrastructureConfigurationCommand.ts | 12 +- .../commands/GetWorkflowExecutionCommand.ts | 12 +- .../GetWorkflowStepExecutionCommand.ts | 12 +- .../src/commands/ImportComponentCommand.ts | 12 +- .../src/commands/ImportVmImageCommand.ts | 12 +- .../ListComponentBuildVersionsCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- .../commands/ListContainerRecipesCommand.ts | 12 +- .../ListDistributionConfigurationsCommand.ts | 12 +- .../commands/ListImageBuildVersionsCommand.ts | 12 +- .../src/commands/ListImagePackagesCommand.ts | 12 +- .../ListImagePipelineImagesCommand.ts | 12 +- .../src/commands/ListImagePipelinesCommand.ts | 12 +- .../src/commands/ListImageRecipesCommand.ts | 12 +- ...ListImageScanFindingAggregationsCommand.ts | 12 +- .../commands/ListImageScanFindingsCommand.ts | 12 +- .../src/commands/ListImagesCommand.ts | 12 +- ...ListInfrastructureConfigurationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListWorkflowExecutionsCommand.ts | 12 +- .../ListWorkflowStepExecutionsCommand.ts | 12 +- .../src/commands/PutComponentPolicyCommand.ts | 12 +- .../PutContainerRecipePolicyCommand.ts | 12 +- .../src/commands/PutImagePolicyCommand.ts | 12 +- .../commands/PutImageRecipePolicyCommand.ts | 12 +- .../StartImagePipelineExecutionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateDistributionConfigurationCommand.ts | 12 +- .../commands/UpdateImagePipelineCommand.ts | 12 +- ...pdateInfrastructureConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ImagebuilderServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListComponentBuildVersionsPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- .../ListContainerRecipesPaginator.ts | 2 +- ...ListDistributionConfigurationsPaginator.ts | 2 +- .../ListImageBuildVersionsPaginator.ts | 2 +- .../pagination/ListImagePackagesPaginator.ts | 2 +- .../ListImagePipelineImagesPaginator.ts | 2 +- .../pagination/ListImagePipelinesPaginator.ts | 2 +- .../pagination/ListImageRecipesPaginator.ts | 2 +- ...stImageScanFindingAggregationsPaginator.ts | 2 +- .../ListImageScanFindingsPaginator.ts | 2 +- .../src/pagination/ListImagesPaginator.ts | 2 +- ...stInfrastructureConfigurationsPaginator.ts | 2 +- .../ListWorkflowExecutionsPaginator.ts | 2 +- .../ListWorkflowStepExecutionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-imagebuilder/src/runtimeConfig.ts | 24 +-- clients/client-inspector/package.json | 41 ++--- clients/client-inspector/src/Inspector.ts | 4 +- .../client-inspector/src/InspectorClient.ts | 28 ++- .../AddAttributesToFindingsCommand.ts | 12 +- .../commands/CreateAssessmentTargetCommand.ts | 12 +- .../CreateAssessmentTemplateCommand.ts | 12 +- .../CreateExclusionsPreviewCommand.ts | 12 +- .../commands/CreateResourceGroupCommand.ts | 12 +- .../commands/DeleteAssessmentRunCommand.ts | 12 +- .../commands/DeleteAssessmentTargetCommand.ts | 12 +- .../DeleteAssessmentTemplateCommand.ts | 12 +- .../commands/DescribeAssessmentRunsCommand.ts | 12 +- .../DescribeAssessmentTargetsCommand.ts | 12 +- .../DescribeAssessmentTemplatesCommand.ts | 12 +- .../DescribeCrossAccountAccessRoleCommand.ts | 12 +- .../src/commands/DescribeExclusionsCommand.ts | 12 +- .../src/commands/DescribeFindingsCommand.ts | 12 +- .../commands/DescribeResourceGroupsCommand.ts | 12 +- .../commands/DescribeRulesPackagesCommand.ts | 12 +- .../commands/GetAssessmentReportCommand.ts | 12 +- .../commands/GetExclusionsPreviewCommand.ts | 12 +- .../commands/GetTelemetryMetadataCommand.ts | 12 +- .../ListAssessmentRunAgentsCommand.ts | 12 +- .../src/commands/ListAssessmentRunsCommand.ts | 12 +- .../commands/ListAssessmentTargetsCommand.ts | 12 +- .../ListAssessmentTemplatesCommand.ts | 12 +- .../commands/ListEventSubscriptionsCommand.ts | 12 +- .../src/commands/ListExclusionsCommand.ts | 12 +- .../src/commands/ListFindingsCommand.ts | 12 +- .../src/commands/ListRulesPackagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PreviewAgentsCommand.ts | 12 +- .../RegisterCrossAccountAccessRoleCommand.ts | 12 +- .../RemoveAttributesFromFindingsCommand.ts | 12 +- .../src/commands/SetTagsForResourceCommand.ts | 12 +- .../src/commands/StartAssessmentRunCommand.ts | 12 +- .../src/commands/StopAssessmentRunCommand.ts | 12 +- .../src/commands/SubscribeToEventCommand.ts | 12 +- .../commands/UnsubscribeFromEventCommand.ts | 12 +- .../commands/UpdateAssessmentTargetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-inspector/src/endpoint/ruleset.ts | 2 +- .../src/models/InspectorServiceException.ts | 2 +- .../client-inspector/src/models/models_0.ts | 2 +- .../GetExclusionsPreviewPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAssessmentRunAgentsPaginator.ts | 2 +- .../pagination/ListAssessmentRunsPaginator.ts | 2 +- .../ListAssessmentTargetsPaginator.ts | 2 +- .../ListAssessmentTemplatesPaginator.ts | 2 +- .../ListEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/ListExclusionsPaginator.ts | 2 +- .../src/pagination/ListFindingsPaginator.ts | 2 +- .../pagination/ListRulesPackagesPaginator.ts | 2 +- .../src/pagination/PreviewAgentsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-inspector/src/runtimeConfig.ts | 24 +-- clients/client-inspector2/package.json | 41 ++--- clients/client-inspector2/src/Inspector2.ts | 4 +- .../client-inspector2/src/Inspector2Client.ts | 28 ++- .../src/commands/AssociateMemberCommand.ts | 12 +- .../commands/BatchGetAccountStatusCommand.ts | 12 +- .../commands/BatchGetCodeSnippetCommand.ts | 12 +- .../commands/BatchGetFreeTrialInfoCommand.ts | 12 +- ...GetMemberEc2DeepInspectionStatusCommand.ts | 12 +- ...ateMemberEc2DeepInspectionStatusCommand.ts | 12 +- .../commands/CancelFindingsReportCommand.ts | 12 +- .../src/commands/CancelSbomExportCommand.ts | 12 +- .../src/commands/CreateFilterCommand.ts | 12 +- .../commands/CreateFindingsReportCommand.ts | 12 +- .../src/commands/CreateSbomExportCommand.ts | 12 +- .../src/commands/DeleteFilterCommand.ts | 12 +- ...escribeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/DisableCommand.ts | 12 +- .../DisableDelegatedAdminAccountCommand.ts | 12 +- .../src/commands/DisassociateMemberCommand.ts | 12 +- .../src/commands/EnableCommand.ts | 12 +- .../EnableDelegatedAdminAccountCommand.ts | 12 +- .../src/commands/GetConfigurationCommand.ts | 12 +- .../GetDelegatedAdminAccountCommand.ts | 12 +- ...etEc2DeepInspectionConfigurationCommand.ts | 12 +- .../src/commands/GetEncryptionKeyCommand.ts | 12 +- .../GetFindingsReportStatusCommand.ts | 12 +- .../src/commands/GetMemberCommand.ts | 12 +- .../src/commands/GetSbomExportCommand.ts | 12 +- .../commands/ListAccountPermissionsCommand.ts | 12 +- .../src/commands/ListCoverageCommand.ts | 12 +- .../commands/ListCoverageStatisticsCommand.ts | 12 +- .../ListDelegatedAdminAccountsCommand.ts | 12 +- .../src/commands/ListFiltersCommand.ts | 12 +- .../ListFindingAggregationsCommand.ts | 12 +- .../src/commands/ListFindingsCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsageTotalsCommand.ts | 12 +- .../src/commands/ResetEncryptionKeyCommand.ts | 12 +- .../commands/SearchVulnerabilitiesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateConfigurationCommand.ts | 12 +- ...teEc2DeepInspectionConfigurationCommand.ts | 12 +- .../commands/UpdateEncryptionKeyCommand.ts | 12 +- .../src/commands/UpdateFilterCommand.ts | 12 +- ...rgEc2DeepInspectionConfigurationCommand.ts | 12 +- .../UpdateOrganizationConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-inspector2/src/endpoint/ruleset.ts | 2 +- .../src/models/Inspector2ServiceException.ts | 2 +- .../client-inspector2/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAccountPermissionsPaginator.ts | 2 +- .../src/pagination/ListCoveragePaginator.ts | 2 +- .../ListCoverageStatisticsPaginator.ts | 2 +- .../ListDelegatedAdminAccountsPaginator.ts | 2 +- .../src/pagination/ListFiltersPaginator.ts | 2 +- .../ListFindingAggregationsPaginator.ts | 2 +- .../src/pagination/ListFindingsPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../pagination/ListUsageTotalsPaginator.ts | 2 +- .../SearchVulnerabilitiesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-inspector2/src/runtimeConfig.ts | 24 +-- clients/client-internetmonitor/package.json | 41 ++--- .../src/InternetMonitor.ts | 4 +- .../src/InternetMonitorClient.ts | 28 ++- .../src/commands/CreateMonitorCommand.ts | 12 +- .../src/commands/DeleteMonitorCommand.ts | 12 +- .../src/commands/GetHealthEventCommand.ts | 12 +- .../src/commands/GetMonitorCommand.ts | 12 +- .../src/commands/ListHealthEventsCommand.ts | 12 +- .../src/commands/ListMonitorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateMonitorCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/InternetMonitorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListHealthEventsPaginator.ts | 2 +- .../src/pagination/ListMonitorsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/IoT1ClickDevicesService.ts | 4 +- .../src/IoT1ClickDevicesServiceClient.ts | 28 ++- .../ClaimDevicesByClaimCodeCommand.ts | 12 +- .../src/commands/DescribeDeviceCommand.ts | 12 +- .../commands/FinalizeDeviceClaimCommand.ts | 12 +- .../src/commands/GetDeviceMethodsCommand.ts | 12 +- .../commands/InitiateDeviceClaimCommand.ts | 12 +- .../src/commands/InvokeDeviceMethodCommand.ts | 12 +- .../src/commands/ListDeviceEventsCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnclaimDeviceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDeviceStateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...IoT1ClickDevicesServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-iot-1click-projects/package.json | 41 ++--- .../src/IoT1ClickProjects.ts | 4 +- .../src/IoT1ClickProjectsClient.ts | 28 ++- .../AssociateDeviceWithPlacementCommand.ts | 12 +- .../src/commands/CreatePlacementCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/DeletePlacementCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DescribePlacementCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../DisassociateDeviceFromPlacementCommand.ts | 12 +- .../commands/GetDevicesInPlacementCommand.ts | 12 +- .../src/commands/ListPlacementsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdatePlacementCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../IoT1ClickProjectsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPlacementsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iot-data-plane/package.json | 43 ++--- .../client-iot-data-plane/src/IoTDataPlane.ts | 4 +- .../src/IoTDataPlaneClient.ts | 28 ++- .../src/commands/DeleteThingShadowCommand.ts | 14 +- .../src/commands/GetRetainedMessageCommand.ts | 12 +- .../src/commands/GetThingShadowCommand.ts | 14 +- .../ListNamedShadowsForThingCommand.ts | 12 +- .../commands/ListRetainedMessagesCommand.ts | 12 +- .../src/commands/PublishCommand.ts | 14 +- .../src/commands/UpdateThingShadowCommand.ts | 16 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTDataPlaneServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListRetainedMessagesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iot-events-data/package.json | 41 ++--- .../src/IoTEventsData.ts | 4 +- .../src/IoTEventsDataClient.ts | 28 ++- .../commands/BatchAcknowledgeAlarmCommand.ts | 12 +- .../commands/BatchDeleteDetectorCommand.ts | 12 +- .../src/commands/BatchDisableAlarmCommand.ts | 12 +- .../src/commands/BatchEnableAlarmCommand.ts | 12 +- .../src/commands/BatchPutMessageCommand.ts | 12 +- .../src/commands/BatchResetAlarmCommand.ts | 12 +- .../src/commands/BatchSnoozeAlarmCommand.ts | 12 +- .../commands/BatchUpdateDetectorCommand.ts | 12 +- .../src/commands/DescribeAlarmCommand.ts | 12 +- .../src/commands/DescribeDetectorCommand.ts | 12 +- .../src/commands/ListAlarmsCommand.ts | 12 +- .../src/commands/ListDetectorsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTEventsDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iot-events/package.json | 41 ++--- clients/client-iot-events/src/IoTEvents.ts | 4 +- .../client-iot-events/src/IoTEventsClient.ts | 28 ++- .../src/commands/CreateAlarmModelCommand.ts | 12 +- .../commands/CreateDetectorModelCommand.ts | 12 +- .../src/commands/CreateInputCommand.ts | 12 +- .../src/commands/DeleteAlarmModelCommand.ts | 12 +- .../commands/DeleteDetectorModelCommand.ts | 12 +- .../src/commands/DeleteInputCommand.ts | 12 +- .../src/commands/DescribeAlarmModelCommand.ts | 12 +- .../DescribeDetectorModelAnalysisCommand.ts | 12 +- .../commands/DescribeDetectorModelCommand.ts | 12 +- .../src/commands/DescribeInputCommand.ts | 12 +- .../commands/DescribeLoggingOptionsCommand.ts | 12 +- .../GetDetectorModelAnalysisResultsCommand.ts | 12 +- .../commands/ListAlarmModelVersionsCommand.ts | 12 +- .../src/commands/ListAlarmModelsCommand.ts | 12 +- .../ListDetectorModelVersionsCommand.ts | 12 +- .../src/commands/ListDetectorModelsCommand.ts | 12 +- .../src/commands/ListInputRoutingsCommand.ts | 12 +- .../src/commands/ListInputsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutLoggingOptionsCommand.ts | 12 +- .../StartDetectorModelAnalysisCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAlarmModelCommand.ts | 12 +- .../commands/UpdateDetectorModelCommand.ts | 12 +- .../src/commands/UpdateInputCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-iot-events/src/endpoint/ruleset.ts | 2 +- .../src/models/IoTEventsServiceException.ts | 2 +- .../client-iot-events/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iot-events/src/runtimeConfig.ts | 24 +-- .../client-iot-jobs-data-plane/package.json | 41 ++--- .../src/IoTJobsDataPlane.ts | 4 +- .../src/IoTJobsDataPlaneClient.ts | 28 ++- .../commands/DescribeJobExecutionCommand.ts | 12 +- .../GetPendingJobExecutionsCommand.ts | 12 +- .../StartNextPendingJobExecutionCommand.ts | 12 +- .../src/commands/UpdateJobExecutionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../IoTJobsDataPlaneServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iot-roborunner/package.json | 41 ++--- .../src/IoTRoboRunner.ts | 4 +- .../src/IoTRoboRunnerClient.ts | 28 ++- .../src/commands/CreateDestinationCommand.ts | 12 +- .../src/commands/CreateSiteCommand.ts | 12 +- .../src/commands/CreateWorkerCommand.ts | 12 +- .../src/commands/CreateWorkerFleetCommand.ts | 12 +- .../src/commands/DeleteDestinationCommand.ts | 12 +- .../src/commands/DeleteSiteCommand.ts | 12 +- .../src/commands/DeleteWorkerCommand.ts | 12 +- .../src/commands/DeleteWorkerFleetCommand.ts | 12 +- .../src/commands/GetDestinationCommand.ts | 12 +- .../src/commands/GetSiteCommand.ts | 12 +- .../src/commands/GetWorkerCommand.ts | 12 +- .../src/commands/GetWorkerFleetCommand.ts | 12 +- .../src/commands/ListDestinationsCommand.ts | 12 +- .../src/commands/ListSitesCommand.ts | 12 +- .../src/commands/ListWorkerFleetsCommand.ts | 12 +- .../src/commands/ListWorkersCommand.ts | 12 +- .../src/commands/UpdateDestinationCommand.ts | 12 +- .../src/commands/UpdateSiteCommand.ts | 12 +- .../src/commands/UpdateWorkerCommand.ts | 12 +- .../src/commands/UpdateWorkerFleetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTRoboRunnerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDestinationsPaginator.ts | 2 +- .../src/pagination/ListSitesPaginator.ts | 2 +- .../pagination/ListWorkerFleetsPaginator.ts | 2 +- .../src/pagination/ListWorkersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iot-wireless/package.json | 43 ++--- .../client-iot-wireless/src/IoTWireless.ts | 4 +- .../src/IoTWirelessClient.ts | 28 ++- ...iateAwsAccountWithPartnerAccountCommand.ts | 12 +- ...ciateMulticastGroupWithFuotaTaskCommand.ts | 12 +- ...ciateWirelessDeviceWithFuotaTaskCommand.ts | 12 +- ...WirelessDeviceWithMulticastGroupCommand.ts | 12 +- ...AssociateWirelessDeviceWithThingCommand.ts | 12 +- ...teWirelessGatewayWithCertificateCommand.ts | 12 +- ...ssociateWirelessGatewayWithThingCommand.ts | 12 +- .../CancelMulticastGroupSessionCommand.ts | 12 +- .../src/commands/CreateDestinationCommand.ts | 12 +- .../commands/CreateDeviceProfileCommand.ts | 12 +- .../src/commands/CreateFuotaTaskCommand.ts | 12 +- .../commands/CreateMulticastGroupCommand.ts | 12 +- ...eateNetworkAnalyzerConfigurationCommand.ts | 12 +- .../commands/CreateServiceProfileCommand.ts | 12 +- .../commands/CreateWirelessDeviceCommand.ts | 12 +- .../commands/CreateWirelessGatewayCommand.ts | 12 +- .../CreateWirelessGatewayTaskCommand.ts | 12 +- ...ateWirelessGatewayTaskDefinitionCommand.ts | 12 +- .../src/commands/DeleteDestinationCommand.ts | 12 +- .../commands/DeleteDeviceProfileCommand.ts | 12 +- .../src/commands/DeleteFuotaTaskCommand.ts | 12 +- .../commands/DeleteMulticastGroupCommand.ts | 12 +- ...leteNetworkAnalyzerConfigurationCommand.ts | 12 +- .../commands/DeleteQueuedMessagesCommand.ts | 12 +- .../commands/DeleteServiceProfileCommand.ts | 12 +- .../commands/DeleteWirelessDeviceCommand.ts | 12 +- .../DeleteWirelessDeviceImportTaskCommand.ts | 12 +- .../commands/DeleteWirelessGatewayCommand.ts | 12 +- .../DeleteWirelessGatewayTaskCommand.ts | 12 +- ...eteWirelessGatewayTaskDefinitionCommand.ts | 12 +- .../DeregisterWirelessDeviceCommand.ts | 12 +- ...iateAwsAccountFromPartnerAccountCommand.ts | 12 +- ...ciateMulticastGroupFromFuotaTaskCommand.ts | 12 +- ...ciateWirelessDeviceFromFuotaTaskCommand.ts | 12 +- ...WirelessDeviceFromMulticastGroupCommand.ts | 12 +- ...associateWirelessDeviceFromThingCommand.ts | 12 +- ...teWirelessGatewayFromCertificateCommand.ts | 12 +- ...ssociateWirelessGatewayFromThingCommand.ts | 12 +- .../src/commands/GetDestinationCommand.ts | 12 +- .../src/commands/GetDeviceProfileCommand.ts | 12 +- ...ventConfigurationByResourceTypesCommand.ts | 12 +- .../src/commands/GetFuotaTaskCommand.ts | 12 +- .../GetLogLevelsByResourceTypesCommand.ts | 12 +- .../src/commands/GetMulticastGroupCommand.ts | 12 +- .../GetMulticastGroupSessionCommand.ts | 12 +- .../GetNetworkAnalyzerConfigurationCommand.ts | 12 +- .../src/commands/GetPartnerAccountCommand.ts | 12 +- .../src/commands/GetPositionCommand.ts | 12 +- .../GetPositionConfigurationCommand.ts | 12 +- .../commands/GetPositionEstimateCommand.ts | 14 +- .../GetResourceEventConfigurationCommand.ts | 12 +- .../commands/GetResourceLogLevelCommand.ts | 12 +- .../commands/GetResourcePositionCommand.ts | 14 +- .../src/commands/GetServiceEndpointCommand.ts | 12 +- .../src/commands/GetServiceProfileCommand.ts | 12 +- .../src/commands/GetWirelessDeviceCommand.ts | 12 +- .../GetWirelessDeviceImportTaskCommand.ts | 12 +- .../GetWirelessDeviceStatisticsCommand.ts | 12 +- .../GetWirelessGatewayCertificateCommand.ts | 12 +- .../src/commands/GetWirelessGatewayCommand.ts | 12 +- ...relessGatewayFirmwareInformationCommand.ts | 12 +- .../GetWirelessGatewayStatisticsCommand.ts | 12 +- .../commands/GetWirelessGatewayTaskCommand.ts | 12 +- ...GetWirelessGatewayTaskDefinitionCommand.ts | 12 +- .../src/commands/ListDestinationsCommand.ts | 12 +- .../src/commands/ListDeviceProfilesCommand.ts | 12 +- ...vicesForWirelessDeviceImportTaskCommand.ts | 12 +- .../ListEventConfigurationsCommand.ts | 12 +- .../src/commands/ListFuotaTasksCommand.ts | 12 +- .../ListMulticastGroupsByFuotaTaskCommand.ts | 12 +- .../commands/ListMulticastGroupsCommand.ts | 12 +- ...istNetworkAnalyzerConfigurationsCommand.ts | 12 +- .../commands/ListPartnerAccountsCommand.ts | 12 +- .../ListPositionConfigurationsCommand.ts | 12 +- .../src/commands/ListQueuedMessagesCommand.ts | 12 +- .../commands/ListServiceProfilesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListWirelessDeviceImportTasksCommand.ts | 12 +- .../commands/ListWirelessDevicesCommand.ts | 12 +- ...stWirelessGatewayTaskDefinitionsCommand.ts | 12 +- .../commands/ListWirelessGatewaysCommand.ts | 12 +- .../PutPositionConfigurationCommand.ts | 12 +- .../commands/PutResourceLogLevelCommand.ts | 12 +- .../ResetAllResourceLogLevelsCommand.ts | 12 +- .../commands/ResetResourceLogLevelCommand.ts | 12 +- .../SendDataToMulticastGroupCommand.ts | 12 +- .../SendDataToWirelessDeviceCommand.ts | 12 +- ...WirelessDeviceWithMulticastGroupCommand.ts | 12 +- ...WirelessDeviceFromMulticastGroupCommand.ts | 12 +- .../src/commands/StartFuotaTaskCommand.ts | 12 +- .../StartMulticastGroupSessionCommand.ts | 12 +- ...rtSingleWirelessDeviceImportTaskCommand.ts | 12 +- .../StartWirelessDeviceImportTaskCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestWirelessDeviceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDestinationCommand.ts | 12 +- ...ventConfigurationByResourceTypesCommand.ts | 12 +- .../src/commands/UpdateFuotaTaskCommand.ts | 12 +- .../UpdateLogLevelsByResourceTypesCommand.ts | 12 +- .../commands/UpdateMulticastGroupCommand.ts | 12 +- ...dateNetworkAnalyzerConfigurationCommand.ts | 12 +- .../commands/UpdatePartnerAccountCommand.ts | 12 +- .../src/commands/UpdatePositionCommand.ts | 12 +- ...UpdateResourceEventConfigurationCommand.ts | 12 +- .../commands/UpdateResourcePositionCommand.ts | 14 +- .../commands/UpdateWirelessDeviceCommand.ts | 12 +- .../UpdateWirelessDeviceImportTaskCommand.ts | 12 +- .../commands/UpdateWirelessGatewayCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/IoTWirelessServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/models/models_1.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDestinationsPaginator.ts | 2 +- .../pagination/ListDeviceProfilesPaginator.ts | 2 +- .../src/pagination/ListFuotaTasksPaginator.ts | 2 +- ...ListMulticastGroupsByFuotaTaskPaginator.ts | 2 +- .../ListMulticastGroupsPaginator.ts | 2 +- ...tNetworkAnalyzerConfigurationsPaginator.ts | 2 +- .../ListPositionConfigurationsPaginator.ts | 2 +- .../pagination/ListQueuedMessagesPaginator.ts | 2 +- .../ListServiceProfilesPaginator.ts | 2 +- .../ListWirelessDevicesPaginator.ts | 2 +- .../ListWirelessGatewaysPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iot-wireless/src/runtimeConfig.ts | 24 +-- clients/client-iot/package.json | 41 ++--- clients/client-iot/src/IoT.ts | 4 +- clients/client-iot/src/IoTClient.ts | 40 ++--- .../AcceptCertificateTransferCommand.ts | 12 +- .../commands/AddThingToBillingGroupCommand.ts | 12 +- .../commands/AddThingToThingGroupCommand.ts | 12 +- .../AssociateTargetsWithJobCommand.ts | 12 +- .../src/commands/AttachPolicyCommand.ts | 12 +- .../commands/AttachPrincipalPolicyCommand.ts | 12 +- .../commands/AttachSecurityProfileCommand.ts | 12 +- .../commands/AttachThingPrincipalCommand.ts | 12 +- ...CancelAuditMitigationActionsTaskCommand.ts | 12 +- .../src/commands/CancelAuditTaskCommand.ts | 12 +- .../CancelCertificateTransferCommand.ts | 12 +- ...ancelDetectMitigationActionsTaskCommand.ts | 12 +- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CancelJobExecutionCommand.ts | 12 +- .../commands/ClearDefaultAuthorizerCommand.ts | 12 +- .../ConfirmTopicRuleDestinationCommand.ts | 12 +- .../commands/CreateAuditSuppressionCommand.ts | 12 +- .../src/commands/CreateAuthorizerCommand.ts | 12 +- .../src/commands/CreateBillingGroupCommand.ts | 12 +- .../CreateCertificateFromCsrCommand.ts | 12 +- .../src/commands/CreateCustomMetricCommand.ts | 12 +- .../src/commands/CreateDimensionCommand.ts | 12 +- .../CreateDomainConfigurationCommand.ts | 12 +- .../CreateDynamicThingGroupCommand.ts | 12 +- .../src/commands/CreateFleetMetricCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreateJobTemplateCommand.ts | 12 +- .../CreateKeysAndCertificateCommand.ts | 12 +- .../commands/CreateMitigationActionCommand.ts | 12 +- .../src/commands/CreateOTAUpdateCommand.ts | 12 +- .../src/commands/CreatePackageCommand.ts | 12 +- .../commands/CreatePackageVersionCommand.ts | 12 +- .../src/commands/CreatePolicyCommand.ts | 12 +- .../commands/CreatePolicyVersionCommand.ts | 12 +- .../CreateProvisioningClaimCommand.ts | 12 +- .../CreateProvisioningTemplateCommand.ts | 12 +- ...reateProvisioningTemplateVersionCommand.ts | 12 +- .../src/commands/CreateRoleAliasCommand.ts | 12 +- .../commands/CreateScheduledAuditCommand.ts | 12 +- .../commands/CreateSecurityProfileCommand.ts | 12 +- .../src/commands/CreateStreamCommand.ts | 12 +- .../src/commands/CreateThingCommand.ts | 12 +- .../src/commands/CreateThingGroupCommand.ts | 12 +- .../src/commands/CreateThingTypeCommand.ts | 12 +- .../src/commands/CreateTopicRuleCommand.ts | 12 +- .../CreateTopicRuleDestinationCommand.ts | 12 +- .../DeleteAccountAuditConfigurationCommand.ts | 12 +- .../commands/DeleteAuditSuppressionCommand.ts | 12 +- .../src/commands/DeleteAuthorizerCommand.ts | 12 +- .../src/commands/DeleteBillingGroupCommand.ts | 12 +- .../commands/DeleteCACertificateCommand.ts | 12 +- .../src/commands/DeleteCertificateCommand.ts | 12 +- .../src/commands/DeleteCustomMetricCommand.ts | 12 +- .../src/commands/DeleteDimensionCommand.ts | 12 +- .../DeleteDomainConfigurationCommand.ts | 12 +- .../DeleteDynamicThingGroupCommand.ts | 12 +- .../src/commands/DeleteFleetMetricCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- .../src/commands/DeleteJobExecutionCommand.ts | 12 +- .../src/commands/DeleteJobTemplateCommand.ts | 12 +- .../commands/DeleteMitigationActionCommand.ts | 12 +- .../src/commands/DeleteOTAUpdateCommand.ts | 12 +- .../src/commands/DeletePackageCommand.ts | 12 +- .../commands/DeletePackageVersionCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../commands/DeletePolicyVersionCommand.ts | 12 +- .../DeleteProvisioningTemplateCommand.ts | 12 +- ...eleteProvisioningTemplateVersionCommand.ts | 12 +- .../commands/DeleteRegistrationCodeCommand.ts | 12 +- .../src/commands/DeleteRoleAliasCommand.ts | 12 +- .../commands/DeleteScheduledAuditCommand.ts | 12 +- .../commands/DeleteSecurityProfileCommand.ts | 12 +- .../src/commands/DeleteStreamCommand.ts | 12 +- .../src/commands/DeleteThingCommand.ts | 12 +- .../src/commands/DeleteThingGroupCommand.ts | 12 +- .../src/commands/DeleteThingTypeCommand.ts | 12 +- .../src/commands/DeleteTopicRuleCommand.ts | 12 +- .../DeleteTopicRuleDestinationCommand.ts | 12 +- .../commands/DeleteV2LoggingLevelCommand.ts | 12 +- .../src/commands/DeprecateThingTypeCommand.ts | 12 +- ...escribeAccountAuditConfigurationCommand.ts | 12 +- .../commands/DescribeAuditFindingCommand.ts | 12 +- ...scribeAuditMitigationActionsTaskCommand.ts | 12 +- .../DescribeAuditSuppressionCommand.ts | 12 +- .../src/commands/DescribeAuditTaskCommand.ts | 12 +- .../src/commands/DescribeAuthorizerCommand.ts | 12 +- .../commands/DescribeBillingGroupCommand.ts | 12 +- .../commands/DescribeCACertificateCommand.ts | 12 +- .../commands/DescribeCertificateCommand.ts | 12 +- .../commands/DescribeCustomMetricCommand.ts | 12 +- .../DescribeDefaultAuthorizerCommand.ts | 12 +- ...cribeDetectMitigationActionsTaskCommand.ts | 12 +- .../src/commands/DescribeDimensionCommand.ts | 12 +- .../DescribeDomainConfigurationCommand.ts | 12 +- .../src/commands/DescribeEndpointCommand.ts | 12 +- .../DescribeEventConfigurationsCommand.ts | 12 +- .../commands/DescribeFleetMetricCommand.ts | 12 +- .../src/commands/DescribeIndexCommand.ts | 12 +- .../src/commands/DescribeJobCommand.ts | 12 +- .../commands/DescribeJobExecutionCommand.ts | 12 +- .../commands/DescribeJobTemplateCommand.ts | 12 +- .../DescribeManagedJobTemplateCommand.ts | 12 +- .../DescribeMitigationActionCommand.ts | 12 +- .../DescribeProvisioningTemplateCommand.ts | 12 +- ...cribeProvisioningTemplateVersionCommand.ts | 12 +- .../src/commands/DescribeRoleAliasCommand.ts | 12 +- .../commands/DescribeScheduledAuditCommand.ts | 12 +- .../DescribeSecurityProfileCommand.ts | 12 +- .../src/commands/DescribeStreamCommand.ts | 12 +- .../src/commands/DescribeThingCommand.ts | 12 +- .../src/commands/DescribeThingGroupCommand.ts | 12 +- .../DescribeThingRegistrationTaskCommand.ts | 12 +- .../src/commands/DescribeThingTypeCommand.ts | 12 +- .../src/commands/DetachPolicyCommand.ts | 12 +- .../commands/DetachPrincipalPolicyCommand.ts | 12 +- .../commands/DetachSecurityProfileCommand.ts | 12 +- .../commands/DetachThingPrincipalCommand.ts | 12 +- .../src/commands/DisableTopicRuleCommand.ts | 12 +- .../src/commands/EnableTopicRuleCommand.ts | 12 +- ...etBehaviorModelTrainingSummariesCommand.ts | 12 +- .../commands/GetBucketsAggregationCommand.ts | 12 +- .../src/commands/GetCardinalityCommand.ts | 12 +- .../commands/GetEffectivePoliciesCommand.ts | 12 +- .../GetIndexingConfigurationCommand.ts | 12 +- .../src/commands/GetJobDocumentCommand.ts | 12 +- .../src/commands/GetLoggingOptionsCommand.ts | 12 +- .../src/commands/GetOTAUpdateCommand.ts | 12 +- .../src/commands/GetPackageCommand.ts | 12 +- .../GetPackageConfigurationCommand.ts | 12 +- .../src/commands/GetPackageVersionCommand.ts | 12 +- .../src/commands/GetPercentilesCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../src/commands/GetPolicyVersionCommand.ts | 12 +- .../commands/GetRegistrationCodeCommand.ts | 12 +- .../src/commands/GetStatisticsCommand.ts | 12 +- .../src/commands/GetTopicRuleCommand.ts | 12 +- .../GetTopicRuleDestinationCommand.ts | 12 +- .../commands/GetV2LoggingOptionsCommand.ts | 12 +- .../commands/ListActiveViolationsCommand.ts | 12 +- .../commands/ListAttachedPoliciesCommand.ts | 12 +- .../src/commands/ListAuditFindingsCommand.ts | 12 +- ...AuditMitigationActionsExecutionsCommand.ts | 12 +- .../ListAuditMitigationActionsTasksCommand.ts | 12 +- .../commands/ListAuditSuppressionsCommand.ts | 12 +- .../src/commands/ListAuditTasksCommand.ts | 12 +- .../src/commands/ListAuthorizersCommand.ts | 12 +- .../src/commands/ListBillingGroupsCommand.ts | 12 +- .../src/commands/ListCACertificatesCommand.ts | 12 +- .../commands/ListCertificatesByCACommand.ts | 12 +- .../src/commands/ListCertificatesCommand.ts | 12 +- .../src/commands/ListCustomMetricsCommand.ts | 12 +- ...etectMitigationActionsExecutionsCommand.ts | 12 +- ...ListDetectMitigationActionsTasksCommand.ts | 12 +- .../src/commands/ListDimensionsCommand.ts | 12 +- .../ListDomainConfigurationsCommand.ts | 12 +- .../src/commands/ListFleetMetricsCommand.ts | 12 +- .../src/commands/ListIndicesCommand.ts | 12 +- .../ListJobExecutionsForJobCommand.ts | 12 +- .../ListJobExecutionsForThingCommand.ts | 12 +- .../src/commands/ListJobTemplatesCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../ListManagedJobTemplatesCommand.ts | 12 +- .../src/commands/ListMetricValuesCommand.ts | 12 +- .../commands/ListMitigationActionsCommand.ts | 12 +- .../src/commands/ListOTAUpdatesCommand.ts | 12 +- .../ListOutgoingCertificatesCommand.ts | 12 +- .../commands/ListPackageVersionsCommand.ts | 12 +- .../src/commands/ListPackagesCommand.ts | 12 +- .../src/commands/ListPoliciesCommand.ts | 12 +- .../commands/ListPolicyPrincipalsCommand.ts | 12 +- .../src/commands/ListPolicyVersionsCommand.ts | 12 +- .../commands/ListPrincipalPoliciesCommand.ts | 12 +- .../commands/ListPrincipalThingsCommand.ts | 12 +- ...ListProvisioningTemplateVersionsCommand.ts | 12 +- .../ListProvisioningTemplatesCommand.ts | 12 +- ...tRelatedResourcesForAuditFindingCommand.ts | 12 +- .../src/commands/ListRoleAliasesCommand.ts | 12 +- .../commands/ListScheduledAuditsCommand.ts | 12 +- .../commands/ListSecurityProfilesCommand.ts | 12 +- .../ListSecurityProfilesForTargetCommand.ts | 12 +- .../src/commands/ListStreamsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTargetsForPolicyCommand.ts | 12 +- .../ListTargetsForSecurityProfileCommand.ts | 12 +- .../src/commands/ListThingGroupsCommand.ts | 12 +- .../ListThingGroupsForThingCommand.ts | 12 +- .../commands/ListThingPrincipalsCommand.ts | 12 +- ...ListThingRegistrationTaskReportsCommand.ts | 12 +- .../ListThingRegistrationTasksCommand.ts | 12 +- .../src/commands/ListThingTypesCommand.ts | 12 +- .../src/commands/ListThingsCommand.ts | 12 +- .../ListThingsInBillingGroupCommand.ts | 12 +- .../commands/ListThingsInThingGroupCommand.ts | 12 +- .../ListTopicRuleDestinationsCommand.ts | 12 +- .../src/commands/ListTopicRulesCommand.ts | 12 +- .../commands/ListV2LoggingLevelsCommand.ts | 12 +- .../commands/ListViolationEventsCommand.ts | 12 +- .../PutVerificationStateOnViolationCommand.ts | 12 +- .../commands/RegisterCACertificateCommand.ts | 12 +- .../commands/RegisterCertificateCommand.ts | 12 +- .../RegisterCertificateWithoutCACommand.ts | 12 +- .../src/commands/RegisterThingCommand.ts | 12 +- .../RejectCertificateTransferCommand.ts | 12 +- .../RemoveThingFromBillingGroupCommand.ts | 12 +- .../RemoveThingFromThingGroupCommand.ts | 12 +- .../src/commands/ReplaceTopicRuleCommand.ts | 12 +- .../src/commands/SearchIndexCommand.ts | 12 +- .../commands/SetDefaultAuthorizerCommand.ts | 12 +- .../SetDefaultPolicyVersionCommand.ts | 12 +- .../src/commands/SetLoggingOptionsCommand.ts | 12 +- .../src/commands/SetV2LoggingLevelCommand.ts | 12 +- .../commands/SetV2LoggingOptionsCommand.ts | 12 +- .../StartAuditMitigationActionsTaskCommand.ts | 12 +- ...StartDetectMitigationActionsTaskCommand.ts | 12 +- .../commands/StartOnDemandAuditTaskCommand.ts | 12 +- .../StartThingRegistrationTaskCommand.ts | 12 +- .../StopThingRegistrationTaskCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestAuthorizationCommand.ts | 12 +- .../commands/TestInvokeAuthorizerCommand.ts | 12 +- .../commands/TransferCertificateCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAccountAuditConfigurationCommand.ts | 12 +- .../commands/UpdateAuditSuppressionCommand.ts | 12 +- .../src/commands/UpdateAuthorizerCommand.ts | 12 +- .../src/commands/UpdateBillingGroupCommand.ts | 12 +- .../commands/UpdateCACertificateCommand.ts | 12 +- .../src/commands/UpdateCertificateCommand.ts | 12 +- .../src/commands/UpdateCustomMetricCommand.ts | 12 +- .../src/commands/UpdateDimensionCommand.ts | 12 +- .../UpdateDomainConfigurationCommand.ts | 12 +- .../UpdateDynamicThingGroupCommand.ts | 12 +- .../UpdateEventConfigurationsCommand.ts | 12 +- .../src/commands/UpdateFleetMetricCommand.ts | 12 +- .../UpdateIndexingConfigurationCommand.ts | 12 +- .../src/commands/UpdateJobCommand.ts | 12 +- .../commands/UpdateMitigationActionCommand.ts | 12 +- .../src/commands/UpdatePackageCommand.ts | 12 +- .../UpdatePackageConfigurationCommand.ts | 12 +- .../commands/UpdatePackageVersionCommand.ts | 12 +- .../UpdateProvisioningTemplateCommand.ts | 12 +- .../src/commands/UpdateRoleAliasCommand.ts | 12 +- .../commands/UpdateScheduledAuditCommand.ts | 12 +- .../commands/UpdateSecurityProfileCommand.ts | 12 +- .../src/commands/UpdateStreamCommand.ts | 12 +- .../src/commands/UpdateThingCommand.ts | 12 +- .../src/commands/UpdateThingGroupCommand.ts | 12 +- .../UpdateThingGroupsForThingCommand.ts | 12 +- .../UpdateTopicRuleDestinationCommand.ts | 12 +- ...ValidateSecurityProfileBehaviorsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-iot/src/endpoint/ruleset.ts | 2 +- .../src/models/IoTServiceException.ts | 2 +- clients/client-iot/src/models/models_0.ts | 2 +- clients/client-iot/src/models/models_1.ts | 2 +- clients/client-iot/src/models/models_2.ts | 2 +- ...BehaviorModelTrainingSummariesPaginator.ts | 2 +- .../client-iot/src/pagination/Interfaces.ts | 2 +- .../ListActiveViolationsPaginator.ts | 2 +- .../ListAttachedPoliciesPaginator.ts | 2 +- .../pagination/ListAuditFindingsPaginator.ts | 2 +- ...ditMitigationActionsExecutionsPaginator.ts | 2 +- ...istAuditMitigationActionsTasksPaginator.ts | 2 +- .../ListAuditSuppressionsPaginator.ts | 2 +- .../src/pagination/ListAuditTasksPaginator.ts | 2 +- .../pagination/ListAuthorizersPaginator.ts | 2 +- .../pagination/ListBillingGroupsPaginator.ts | 2 +- .../pagination/ListCACertificatesPaginator.ts | 2 +- .../ListCertificatesByCAPaginator.ts | 2 +- .../pagination/ListCertificatesPaginator.ts | 2 +- .../pagination/ListCustomMetricsPaginator.ts | 2 +- ...ectMitigationActionsExecutionsPaginator.ts | 2 +- ...stDetectMitigationActionsTasksPaginator.ts | 2 +- .../src/pagination/ListDimensionsPaginator.ts | 2 +- .../ListDomainConfigurationsPaginator.ts | 2 +- .../pagination/ListFleetMetricsPaginator.ts | 2 +- .../src/pagination/ListIndicesPaginator.ts | 2 +- .../ListJobExecutionsForJobPaginator.ts | 2 +- .../ListJobExecutionsForThingPaginator.ts | 2 +- .../pagination/ListJobTemplatesPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListManagedJobTemplatesPaginator.ts | 2 +- .../pagination/ListMetricValuesPaginator.ts | 2 +- .../ListMitigationActionsPaginator.ts | 2 +- .../src/pagination/ListOTAUpdatesPaginator.ts | 2 +- .../ListOutgoingCertificatesPaginator.ts | 2 +- .../ListPackageVersionsPaginator.ts | 2 +- .../src/pagination/ListPackagesPaginator.ts | 2 +- .../src/pagination/ListPoliciesPaginator.ts | 2 +- .../ListPolicyPrincipalsPaginator.ts | 2 +- .../ListPrincipalPoliciesPaginator.ts | 2 +- .../ListPrincipalThingsPaginator.ts | 2 +- ...stProvisioningTemplateVersionsPaginator.ts | 2 +- .../ListProvisioningTemplatesPaginator.ts | 2 +- ...elatedResourcesForAuditFindingPaginator.ts | 2 +- .../pagination/ListRoleAliasesPaginator.ts | 2 +- .../ListScheduledAuditsPaginator.ts | 2 +- .../ListSecurityProfilesForTargetPaginator.ts | 2 +- .../ListSecurityProfilesPaginator.ts | 2 +- .../src/pagination/ListStreamsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../ListTargetsForPolicyPaginator.ts | 2 +- .../ListTargetsForSecurityProfilePaginator.ts | 2 +- .../ListThingGroupsForThingPaginator.ts | 2 +- .../pagination/ListThingGroupsPaginator.ts | 2 +- .../ListThingPrincipalsPaginator.ts | 2 +- ...stThingRegistrationTaskReportsPaginator.ts | 2 +- .../ListThingRegistrationTasksPaginator.ts | 2 +- .../src/pagination/ListThingTypesPaginator.ts | 2 +- .../ListThingsInBillingGroupPaginator.ts | 2 +- .../ListThingsInThingGroupPaginator.ts | 2 +- .../src/pagination/ListThingsPaginator.ts | 2 +- .../ListTopicRuleDestinationsPaginator.ts | 2 +- .../src/pagination/ListTopicRulesPaginator.ts | 2 +- .../ListV2LoggingLevelsPaginator.ts | 2 +- .../ListViolationEventsPaginator.ts | 2 +- .../client-iot/src/protocols/Aws_restJson1.ts | 11 +- .../client-iot/src/runtimeConfig.browser.ts | 14 +- .../client-iot/src/runtimeConfig.shared.ts | 8 +- clients/client-iot/src/runtimeConfig.ts | 24 +-- clients/client-iotanalytics/package.json | 41 ++--- .../client-iotanalytics/src/IoTAnalytics.ts | 4 +- .../src/IoTAnalyticsClient.ts | 28 ++- .../src/commands/BatchPutMessageCommand.ts | 12 +- .../CancelPipelineReprocessingCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../commands/CreateDatasetContentCommand.ts | 12 +- .../src/commands/CreateDatastoreCommand.ts | 12 +- .../src/commands/CreatePipelineCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../commands/DeleteDatasetContentCommand.ts | 12 +- .../src/commands/DeleteDatastoreCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../src/commands/DescribeDatastoreCommand.ts | 12 +- .../commands/DescribeLoggingOptionsCommand.ts | 12 +- .../src/commands/DescribePipelineCommand.ts | 12 +- .../src/commands/GetDatasetContentCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../commands/ListDatasetContentsCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../src/commands/ListDatastoresCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutLoggingOptionsCommand.ts | 12 +- .../commands/RunPipelineActivityCommand.ts | 12 +- .../src/commands/SampleChannelDataCommand.ts | 12 +- .../StartPipelineReprocessingCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/commands/UpdateDatasetCommand.ts | 12 +- .../src/commands/UpdateDatastoreCommand.ts | 12 +- .../src/commands/UpdatePipelineCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTAnalyticsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListDatasetContentsPaginator.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../src/pagination/ListDatastoresPaginator.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iotanalytics/src/runtimeConfig.ts | 24 +-- clients/client-iotdeviceadvisor/package.json | 41 ++--- .../src/IotDeviceAdvisor.ts | 4 +- .../src/IotDeviceAdvisorClient.ts | 28 ++- .../commands/CreateSuiteDefinitionCommand.ts | 12 +- .../commands/DeleteSuiteDefinitionCommand.ts | 12 +- .../src/commands/GetEndpointCommand.ts | 12 +- .../src/commands/GetSuiteDefinitionCommand.ts | 12 +- .../src/commands/GetSuiteRunCommand.ts | 12 +- .../src/commands/GetSuiteRunReportCommand.ts | 12 +- .../commands/ListSuiteDefinitionsCommand.ts | 12 +- .../src/commands/ListSuiteRunsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartSuiteRunCommand.ts | 12 +- .../src/commands/StopSuiteRunCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateSuiteDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../IotDeviceAdvisorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListSuiteDefinitionsPaginator.ts | 2 +- .../src/pagination/ListSuiteRunsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iotfleethub/package.json | 41 ++--- clients/client-iotfleethub/src/IoTFleetHub.ts | 4 +- .../src/IoTFleetHubClient.ts | 28 ++- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../commands/DescribeApplicationCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/IoTFleetHubServiceException.ts | 2 +- .../client-iotfleethub/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iotfleethub/src/runtimeConfig.ts | 24 +-- clients/client-iotfleetwise/package.json | 41 ++--- .../client-iotfleetwise/src/IoTFleetWise.ts | 4 +- .../src/IoTFleetWiseClient.ts | 28 ++- .../commands/AssociateVehicleFleetCommand.ts | 12 +- .../src/commands/BatchCreateVehicleCommand.ts | 12 +- .../src/commands/BatchUpdateVehicleCommand.ts | 12 +- .../src/commands/CreateCampaignCommand.ts | 12 +- .../commands/CreateDecoderManifestCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../commands/CreateModelManifestCommand.ts | 12 +- .../commands/CreateSignalCatalogCommand.ts | 12 +- .../src/commands/CreateVehicleCommand.ts | 12 +- .../src/commands/DeleteCampaignCommand.ts | 12 +- .../commands/DeleteDecoderManifestCommand.ts | 12 +- .../src/commands/DeleteFleetCommand.ts | 12 +- .../commands/DeleteModelManifestCommand.ts | 12 +- .../commands/DeleteSignalCatalogCommand.ts | 12 +- .../src/commands/DeleteVehicleCommand.ts | 12 +- .../DisassociateVehicleFleetCommand.ts | 12 +- .../src/commands/GetCampaignCommand.ts | 12 +- .../src/commands/GetDecoderManifestCommand.ts | 12 +- .../src/commands/GetFleetCommand.ts | 12 +- .../src/commands/GetLoggingOptionsCommand.ts | 12 +- .../src/commands/GetModelManifestCommand.ts | 12 +- .../GetRegisterAccountStatusCommand.ts | 12 +- .../src/commands/GetSignalCatalogCommand.ts | 12 +- .../src/commands/GetVehicleCommand.ts | 12 +- .../src/commands/GetVehicleStatusCommand.ts | 12 +- .../commands/ImportDecoderManifestCommand.ts | 12 +- .../commands/ImportSignalCatalogCommand.ts | 12 +- .../src/commands/ListCampaignsCommand.ts | 12 +- ...DecoderManifestNetworkInterfacesCommand.ts | 12 +- .../ListDecoderManifestSignalsCommand.ts | 12 +- .../commands/ListDecoderManifestsCommand.ts | 12 +- .../src/commands/ListFleetsCommand.ts | 12 +- .../commands/ListFleetsForVehicleCommand.ts | 12 +- .../commands/ListModelManifestNodesCommand.ts | 12 +- .../src/commands/ListModelManifestsCommand.ts | 12 +- .../commands/ListSignalCatalogNodesCommand.ts | 12 +- .../src/commands/ListSignalCatalogsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListVehiclesCommand.ts | 12 +- .../commands/ListVehiclesInFleetCommand.ts | 12 +- .../src/commands/PutLoggingOptionsCommand.ts | 12 +- .../src/commands/RegisterAccountCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCampaignCommand.ts | 12 +- .../commands/UpdateDecoderManifestCommand.ts | 12 +- .../src/commands/UpdateFleetCommand.ts | 12 +- .../commands/UpdateModelManifestCommand.ts | 12 +- .../commands/UpdateSignalCatalogCommand.ts | 12 +- .../src/commands/UpdateVehicleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTFleetWiseServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/GetVehicleStatusPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCampaignsPaginator.ts | 2 +- ...coderManifestNetworkInterfacesPaginator.ts | 2 +- .../ListDecoderManifestSignalsPaginator.ts | 2 +- .../ListDecoderManifestsPaginator.ts | 2 +- .../ListFleetsForVehiclePaginator.ts | 2 +- .../src/pagination/ListFleetsPaginator.ts | 2 +- .../ListModelManifestNodesPaginator.ts | 2 +- .../pagination/ListModelManifestsPaginator.ts | 2 +- .../ListSignalCatalogNodesPaginator.ts | 2 +- .../pagination/ListSignalCatalogsPaginator.ts | 2 +- .../ListVehiclesInFleetPaginator.ts | 2 +- .../src/pagination/ListVehiclesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iotfleetwise/src/runtimeConfig.ts | 24 +-- .../client-iotsecuretunneling/package.json | 41 ++--- .../src/IoTSecureTunneling.ts | 4 +- .../src/IoTSecureTunnelingClient.ts | 28 ++- .../src/commands/CloseTunnelCommand.ts | 12 +- .../src/commands/DescribeTunnelCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTunnelsCommand.ts | 12 +- .../src/commands/OpenTunnelCommand.ts | 12 +- .../RotateTunnelAccessTokenCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../IoTSecureTunnelingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListTunnelsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iotsitewise/package.json | 43 ++--- clients/client-iotsitewise/src/IoTSiteWise.ts | 4 +- .../src/IoTSiteWiseClient.ts | 28 ++- .../src/commands/AssociateAssetsCommand.ts | 12 +- ...sociateTimeSeriesToAssetPropertyCommand.ts | 12 +- .../BatchAssociateProjectAssetsCommand.ts | 12 +- .../BatchDisassociateProjectAssetsCommand.ts | 12 +- .../BatchGetAssetPropertyAggregatesCommand.ts | 12 +- .../BatchGetAssetPropertyValueCommand.ts | 12 +- ...atchGetAssetPropertyValueHistoryCommand.ts | 12 +- .../BatchPutAssetPropertyValueCommand.ts | 12 +- .../src/commands/CreateAccessPolicyCommand.ts | 12 +- .../src/commands/CreateAssetCommand.ts | 12 +- .../src/commands/CreateAssetModelCommand.ts | 12 +- .../commands/CreateBulkImportJobCommand.ts | 12 +- .../src/commands/CreateDashboardCommand.ts | 12 +- .../src/commands/CreateGatewayCommand.ts | 12 +- .../src/commands/CreatePortalCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/DeleteAccessPolicyCommand.ts | 12 +- .../src/commands/DeleteAssetCommand.ts | 12 +- .../src/commands/DeleteAssetModelCommand.ts | 12 +- .../src/commands/DeleteDashboardCommand.ts | 12 +- .../src/commands/DeleteGatewayCommand.ts | 12 +- .../src/commands/DeletePortalCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DeleteTimeSeriesCommand.ts | 12 +- .../commands/DescribeAccessPolicyCommand.ts | 12 +- .../src/commands/DescribeAssetCommand.ts | 12 +- .../src/commands/DescribeAssetModelCommand.ts | 12 +- .../commands/DescribeAssetPropertyCommand.ts | 12 +- .../commands/DescribeBulkImportJobCommand.ts | 12 +- .../src/commands/DescribeDashboardCommand.ts | 12 +- ...beDefaultEncryptionConfigurationCommand.ts | 12 +- ...beGatewayCapabilityConfigurationCommand.ts | 12 +- .../src/commands/DescribeGatewayCommand.ts | 12 +- .../commands/DescribeLoggingOptionsCommand.ts | 12 +- .../src/commands/DescribePortalCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../DescribeStorageConfigurationCommand.ts | 12 +- .../src/commands/DescribeTimeSeriesCommand.ts | 12 +- .../src/commands/DisassociateAssetsCommand.ts | 12 +- ...ciateTimeSeriesFromAssetPropertyCommand.ts | 12 +- .../GetAssetPropertyAggregatesCommand.ts | 12 +- .../commands/GetAssetPropertyValueCommand.ts | 12 +- .../GetAssetPropertyValueHistoryCommand.ts | 12 +- ...tInterpolatedAssetPropertyValuesCommand.ts | 12 +- .../src/commands/ListAccessPoliciesCommand.ts | 12 +- .../ListAssetModelPropertiesCommand.ts | 12 +- .../src/commands/ListAssetModelsCommand.ts | 12 +- .../commands/ListAssetPropertiesCommand.ts | 12 +- .../commands/ListAssetRelationshipsCommand.ts | 12 +- .../src/commands/ListAssetsCommand.ts | 12 +- .../commands/ListAssociatedAssetsCommand.ts | 12 +- .../src/commands/ListBulkImportJobsCommand.ts | 12 +- .../src/commands/ListDashboardsCommand.ts | 12 +- .../src/commands/ListGatewaysCommand.ts | 12 +- .../src/commands/ListPortalsCommand.ts | 12 +- .../src/commands/ListProjectAssetsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTimeSeriesCommand.ts | 12 +- ...utDefaultEncryptionConfigurationCommand.ts | 12 +- .../src/commands/PutLoggingOptionsCommand.ts | 12 +- .../PutStorageConfigurationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAccessPolicyCommand.ts | 12 +- .../src/commands/UpdateAssetCommand.ts | 12 +- .../src/commands/UpdateAssetModelCommand.ts | 12 +- .../commands/UpdateAssetPropertyCommand.ts | 12 +- .../src/commands/UpdateDashboardCommand.ts | 12 +- ...teGatewayCapabilityConfigurationCommand.ts | 12 +- .../src/commands/UpdateGatewayCommand.ts | 12 +- .../src/commands/UpdatePortalCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/IoTSiteWiseServiceException.ts | 2 +- .../client-iotsitewise/src/models/models_0.ts | 2 +- ...atchGetAssetPropertyAggregatesPaginator.ts | 2 +- ...chGetAssetPropertyValueHistoryPaginator.ts | 2 +- .../BatchGetAssetPropertyValuePaginator.ts | 2 +- .../GetAssetPropertyAggregatesPaginator.ts | 2 +- .../GetAssetPropertyValueHistoryPaginator.ts | 2 +- ...nterpolatedAssetPropertyValuesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAccessPoliciesPaginator.ts | 2 +- .../ListAssetModelPropertiesPaginator.ts | 2 +- .../pagination/ListAssetModelsPaginator.ts | 2 +- .../ListAssetPropertiesPaginator.ts | 2 +- .../ListAssetRelationshipsPaginator.ts | 2 +- .../src/pagination/ListAssetsPaginator.ts | 2 +- .../ListAssociatedAssetsPaginator.ts | 2 +- .../pagination/ListBulkImportJobsPaginator.ts | 2 +- .../src/pagination/ListDashboardsPaginator.ts | 2 +- .../src/pagination/ListGatewaysPaginator.ts | 2 +- .../src/pagination/ListPortalsPaginator.ts | 2 +- .../pagination/ListProjectAssetsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/pagination/ListTimeSeriesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iotsitewise/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForAssetActive.ts | 2 +- .../src/waiters/waitForAssetModelActive.ts | 2 +- .../src/waiters/waitForAssetModelNotExists.ts | 2 +- .../src/waiters/waitForAssetNotExists.ts | 2 +- .../src/waiters/waitForPortalActive.ts | 2 +- .../src/waiters/waitForPortalNotExists.ts | 2 +- clients/client-iotthingsgraph/package.json | 41 ++--- .../src/IoTThingsGraph.ts | 4 +- .../src/IoTThingsGraphClient.ts | 28 ++- .../commands/AssociateEntityToThingCommand.ts | 12 +- .../src/commands/CreateFlowTemplateCommand.ts | 12 +- .../commands/CreateSystemInstanceCommand.ts | 12 +- .../commands/CreateSystemTemplateCommand.ts | 12 +- .../src/commands/DeleteFlowTemplateCommand.ts | 12 +- .../src/commands/DeleteNamespaceCommand.ts | 12 +- .../commands/DeleteSystemInstanceCommand.ts | 12 +- .../commands/DeleteSystemTemplateCommand.ts | 12 +- .../commands/DeploySystemInstanceCommand.ts | 12 +- .../commands/DeprecateFlowTemplateCommand.ts | 12 +- .../DeprecateSystemTemplateCommand.ts | 12 +- .../src/commands/DescribeNamespaceCommand.ts | 12 +- .../DissociateEntityFromThingCommand.ts | 12 +- .../src/commands/GetEntitiesCommand.ts | 12 +- .../src/commands/GetFlowTemplateCommand.ts | 12 +- .../GetFlowTemplateRevisionsCommand.ts | 12 +- .../GetNamespaceDeletionStatusCommand.ts | 12 +- .../src/commands/GetSystemInstanceCommand.ts | 12 +- .../src/commands/GetSystemTemplateCommand.ts | 12 +- .../GetSystemTemplateRevisionsCommand.ts | 12 +- .../src/commands/GetUploadStatusCommand.ts | 12 +- .../ListFlowExecutionMessagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/SearchEntitiesCommand.ts | 12 +- .../commands/SearchFlowExecutionsCommand.ts | 12 +- .../commands/SearchFlowTemplatesCommand.ts | 12 +- .../commands/SearchSystemInstancesCommand.ts | 12 +- .../commands/SearchSystemTemplatesCommand.ts | 12 +- .../src/commands/SearchThingsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../commands/UndeploySystemInstanceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateFlowTemplateCommand.ts | 12 +- .../commands/UpdateSystemTemplateCommand.ts | 12 +- .../UploadEntityDefinitionsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTThingsGraphServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetFlowTemplateRevisionsPaginator.ts | 2 +- .../GetSystemTemplateRevisionsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListFlowExecutionMessagesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/SearchEntitiesPaginator.ts | 2 +- .../SearchFlowExecutionsPaginator.ts | 2 +- .../SearchFlowTemplatesPaginator.ts | 2 +- .../SearchSystemInstancesPaginator.ts | 2 +- .../SearchSystemTemplatesPaginator.ts | 2 +- .../src/pagination/SearchThingsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-iottwinmaker/package.json | 41 ++--- .../client-iottwinmaker/src/IoTTwinMaker.ts | 4 +- .../src/IoTTwinMakerClient.ts | 28 ++- .../commands/BatchPutPropertyValuesCommand.ts | 12 +- .../commands/CreateComponentTypeCommand.ts | 12 +- .../src/commands/CreateEntityCommand.ts | 12 +- .../src/commands/CreateSceneCommand.ts | 12 +- .../src/commands/CreateSyncJobCommand.ts | 12 +- .../src/commands/CreateWorkspaceCommand.ts | 12 +- .../commands/DeleteComponentTypeCommand.ts | 12 +- .../src/commands/DeleteEntityCommand.ts | 12 +- .../src/commands/DeleteSceneCommand.ts | 12 +- .../src/commands/DeleteSyncJobCommand.ts | 12 +- .../src/commands/DeleteWorkspaceCommand.ts | 12 +- .../src/commands/ExecuteQueryCommand.ts | 12 +- .../src/commands/GetComponentTypeCommand.ts | 12 +- .../src/commands/GetEntityCommand.ts | 12 +- .../src/commands/GetPricingPlanCommand.ts | 12 +- .../src/commands/GetPropertyValueCommand.ts | 12 +- .../GetPropertyValueHistoryCommand.ts | 12 +- .../src/commands/GetSceneCommand.ts | 12 +- .../src/commands/GetSyncJobCommand.ts | 12 +- .../src/commands/GetWorkspaceCommand.ts | 12 +- .../src/commands/ListComponentTypesCommand.ts | 12 +- .../src/commands/ListEntitiesCommand.ts | 12 +- .../src/commands/ListScenesCommand.ts | 12 +- .../src/commands/ListSyncJobsCommand.ts | 12 +- .../src/commands/ListSyncResourcesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkspacesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateComponentTypeCommand.ts | 12 +- .../src/commands/UpdateEntityCommand.ts | 12 +- .../src/commands/UpdatePricingPlanCommand.ts | 12 +- .../src/commands/UpdateSceneCommand.ts | 12 +- .../src/commands/UpdateWorkspaceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/IoTTwinMakerServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/pagination/ExecuteQueryPaginator.ts | 2 +- .../GetPropertyValueHistoryPaginator.ts | 2 +- .../pagination/GetPropertyValuePaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListComponentTypesPaginator.ts | 2 +- .../src/pagination/ListEntitiesPaginator.ts | 2 +- .../src/pagination/ListScenesPaginator.ts | 2 +- .../src/pagination/ListSyncJobsPaginator.ts | 2 +- .../pagination/ListSyncResourcesPaginator.ts | 2 +- .../src/pagination/ListWorkspacesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 18 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-iottwinmaker/src/runtimeConfig.ts | 24 +-- clients/client-ivs-realtime/package.json | 41 ++--- .../client-ivs-realtime/src/IVSRealTime.ts | 4 +- .../src/IVSRealTimeClient.ts | 28 ++- .../commands/CreateParticipantTokenCommand.ts | 12 +- .../src/commands/CreateStageCommand.ts | 12 +- .../src/commands/DeleteStageCommand.ts | 12 +- .../commands/DisconnectParticipantCommand.ts | 12 +- .../src/commands/GetParticipantCommand.ts | 12 +- .../src/commands/GetStageCommand.ts | 12 +- .../src/commands/GetStageSessionCommand.ts | 12 +- .../commands/ListParticipantEventsCommand.ts | 12 +- .../src/commands/ListParticipantsCommand.ts | 12 +- .../src/commands/ListStageSessionsCommand.ts | 12 +- .../src/commands/ListStagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateStageCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/IVSRealTimeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListParticipantEventsPaginator.ts | 2 +- .../pagination/ListParticipantsPaginator.ts | 2 +- .../pagination/ListStageSessionsPaginator.ts | 2 +- .../src/pagination/ListStagesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-ivs-realtime/src/runtimeConfig.ts | 24 +-- clients/client-ivs/package.json | 41 ++--- clients/client-ivs/src/Ivs.ts | 4 +- clients/client-ivs/src/IvsClient.ts | 28 ++- .../src/commands/BatchGetChannelCommand.ts | 12 +- .../src/commands/BatchGetStreamKeyCommand.ts | 12 +- ...atchStartViewerSessionRevocationCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../CreateRecordingConfigurationCommand.ts | 12 +- .../src/commands/CreateStreamKeyCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../commands/DeletePlaybackKeyPairCommand.ts | 12 +- .../DeleteRecordingConfigurationCommand.ts | 12 +- .../src/commands/DeleteStreamKeyCommand.ts | 12 +- .../src/commands/GetChannelCommand.ts | 12 +- .../src/commands/GetPlaybackKeyPairCommand.ts | 12 +- .../GetRecordingConfigurationCommand.ts | 12 +- .../src/commands/GetStreamCommand.ts | 12 +- .../src/commands/GetStreamKeyCommand.ts | 12 +- .../src/commands/GetStreamSessionCommand.ts | 12 +- .../commands/ImportPlaybackKeyPairCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../commands/ListPlaybackKeyPairsCommand.ts | 12 +- .../ListRecordingConfigurationsCommand.ts | 12 +- .../src/commands/ListStreamKeysCommand.ts | 12 +- .../src/commands/ListStreamSessionsCommand.ts | 12 +- .../src/commands/ListStreamsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutMetadataCommand.ts | 12 +- .../StartViewerSessionRevocationCommand.ts | 12 +- .../src/commands/StopStreamCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ivs/src/endpoint/ruleset.ts | 2 +- .../src/models/IvsServiceException.ts | 2 +- clients/client-ivs/src/models/models_0.ts | 2 +- .../client-ivs/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListPlaybackKeyPairsPaginator.ts | 2 +- .../ListRecordingConfigurationsPaginator.ts | 2 +- .../src/pagination/ListStreamKeysPaginator.ts | 2 +- .../pagination/ListStreamSessionsPaginator.ts | 2 +- .../src/pagination/ListStreamsPaginator.ts | 2 +- .../client-ivs/src/protocols/Aws_restJson1.ts | 11 +- .../client-ivs/src/runtimeConfig.browser.ts | 14 +- .../client-ivs/src/runtimeConfig.shared.ts | 8 +- clients/client-ivs/src/runtimeConfig.ts | 24 +-- clients/client-ivschat/package.json | 41 ++--- clients/client-ivschat/src/Ivschat.ts | 4 +- clients/client-ivschat/src/IvschatClient.ts | 28 ++- .../src/commands/CreateChatTokenCommand.ts | 12 +- .../CreateLoggingConfigurationCommand.ts | 12 +- .../src/commands/CreateRoomCommand.ts | 12 +- .../DeleteLoggingConfigurationCommand.ts | 12 +- .../src/commands/DeleteMessageCommand.ts | 12 +- .../src/commands/DeleteRoomCommand.ts | 12 +- .../src/commands/DisconnectUserCommand.ts | 12 +- .../GetLoggingConfigurationCommand.ts | 12 +- .../src/commands/GetRoomCommand.ts | 12 +- .../ListLoggingConfigurationsCommand.ts | 12 +- .../src/commands/ListRoomsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/SendEventCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateLoggingConfigurationCommand.ts | 12 +- .../src/commands/UpdateRoomCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-ivschat/src/endpoint/ruleset.ts | 2 +- .../src/models/IvschatServiceException.ts | 2 +- clients/client-ivschat/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListLoggingConfigurationsPaginator.ts | 2 +- .../src/pagination/ListRoomsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-ivschat/src/runtimeConfig.ts | 24 +-- clients/client-kafka/package.json | 41 ++--- clients/client-kafka/src/Kafka.ts | 4 +- clients/client-kafka/src/KafkaClient.ts | 28 ++- .../BatchAssociateScramSecretCommand.ts | 12 +- .../BatchDisassociateScramSecretCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../src/commands/CreateClusterV2Command.ts | 12 +- .../commands/CreateConfigurationCommand.ts | 12 +- .../commands/CreateVpcConnectionCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../commands/DeleteClusterPolicyCommand.ts | 12 +- .../commands/DeleteConfigurationCommand.ts | 12 +- .../commands/DeleteVpcConnectionCommand.ts | 12 +- .../src/commands/DescribeClusterCommand.ts | 12 +- .../DescribeClusterOperationCommand.ts | 12 +- .../src/commands/DescribeClusterV2Command.ts | 12 +- .../commands/DescribeConfigurationCommand.ts | 12 +- .../DescribeConfigurationRevisionCommand.ts | 12 +- .../commands/DescribeVpcConnectionCommand.ts | 12 +- .../commands/GetBootstrapBrokersCommand.ts | 12 +- .../src/commands/GetClusterPolicyCommand.ts | 12 +- .../GetCompatibleKafkaVersionsCommand.ts | 12 +- .../ListClientVpcConnectionsCommand.ts | 12 +- .../commands/ListClusterOperationsCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../src/commands/ListClustersV2Command.ts | 12 +- .../ListConfigurationRevisionsCommand.ts | 12 +- .../src/commands/ListConfigurationsCommand.ts | 12 +- .../src/commands/ListKafkaVersionsCommand.ts | 12 +- .../src/commands/ListNodesCommand.ts | 12 +- .../src/commands/ListScramSecretsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListVpcConnectionsCommand.ts | 12 +- .../src/commands/PutClusterPolicyCommand.ts | 12 +- .../src/commands/RebootBrokerCommand.ts | 12 +- .../RejectClientVpcConnectionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBrokerCountCommand.ts | 12 +- .../commands/UpdateBrokerStorageCommand.ts | 12 +- .../src/commands/UpdateBrokerTypeCommand.ts | 12 +- .../UpdateClusterConfigurationCommand.ts | 12 +- .../UpdateClusterKafkaVersionCommand.ts | 12 +- .../commands/UpdateConfigurationCommand.ts | 12 +- .../src/commands/UpdateConnectivityCommand.ts | 12 +- .../src/commands/UpdateMonitoringCommand.ts | 12 +- .../src/commands/UpdateSecurityCommand.ts | 12 +- .../src/commands/UpdateStorageCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-kafka/src/endpoint/ruleset.ts | 2 +- .../src/models/KafkaServiceException.ts | 2 +- clients/client-kafka/src/models/models_0.ts | 2 +- .../client-kafka/src/pagination/Interfaces.ts | 2 +- .../ListClientVpcConnectionsPaginator.ts | 2 +- .../ListClusterOperationsPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../src/pagination/ListClustersV2Paginator.ts | 2 +- .../ListConfigurationRevisionsPaginator.ts | 2 +- .../pagination/ListConfigurationsPaginator.ts | 2 +- .../pagination/ListKafkaVersionsPaginator.ts | 2 +- .../src/pagination/ListNodesPaginator.ts | 2 +- .../pagination/ListScramSecretsPaginator.ts | 2 +- .../pagination/ListVpcConnectionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-kafka/src/runtimeConfig.browser.ts | 14 +- .../client-kafka/src/runtimeConfig.shared.ts | 8 +- clients/client-kafka/src/runtimeConfig.ts | 24 +-- clients/client-kafkaconnect/package.json | 41 ++--- .../client-kafkaconnect/src/KafkaConnect.ts | 4 +- .../src/KafkaConnectClient.ts | 28 ++- .../src/commands/CreateConnectorCommand.ts | 12 +- .../src/commands/CreateCustomPluginCommand.ts | 12 +- .../CreateWorkerConfigurationCommand.ts | 12 +- .../src/commands/DeleteConnectorCommand.ts | 12 +- .../src/commands/DeleteCustomPluginCommand.ts | 12 +- .../src/commands/DescribeConnectorCommand.ts | 12 +- .../commands/DescribeCustomPluginCommand.ts | 12 +- .../DescribeWorkerConfigurationCommand.ts | 12 +- .../src/commands/ListConnectorsCommand.ts | 12 +- .../src/commands/ListCustomPluginsCommand.ts | 12 +- .../ListWorkerConfigurationsCommand.ts | 12 +- .../src/commands/UpdateConnectorCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/KafkaConnectServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListConnectorsPaginator.ts | 2 +- .../pagination/ListCustomPluginsPaginator.ts | 2 +- .../ListWorkerConfigurationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-kafkaconnect/src/runtimeConfig.ts | 24 +-- clients/client-kendra-ranking/package.json | 41 ++--- .../src/KendraRanking.ts | 4 +- .../src/KendraRankingClient.ts | 28 ++- .../CreateRescoreExecutionPlanCommand.ts | 12 +- .../DeleteRescoreExecutionPlanCommand.ts | 12 +- .../DescribeRescoreExecutionPlanCommand.ts | 12 +- .../ListRescoreExecutionPlansCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RescoreCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateRescoreExecutionPlanCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/KendraRankingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListRescoreExecutionPlansPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-kendra/package.json | 41 ++--- clients/client-kendra/src/Kendra.ts | 4 +- clients/client-kendra/src/KendraClient.ts | 28 ++- .../AssociateEntitiesToExperienceCommand.ts | 12 +- .../AssociatePersonasToEntitiesCommand.ts | 12 +- .../commands/BatchDeleteDocumentCommand.ts | 12 +- .../BatchDeleteFeaturedResultsSetCommand.ts | 12 +- .../commands/BatchGetDocumentStatusCommand.ts | 12 +- .../src/commands/BatchPutDocumentCommand.ts | 12 +- .../commands/ClearQuerySuggestionsCommand.ts | 12 +- ...CreateAccessControlConfigurationCommand.ts | 12 +- .../src/commands/CreateDataSourceCommand.ts | 12 +- .../src/commands/CreateExperienceCommand.ts | 12 +- .../src/commands/CreateFaqCommand.ts | 12 +- .../CreateFeaturedResultsSetCommand.ts | 12 +- .../src/commands/CreateIndexCommand.ts | 12 +- .../CreateQuerySuggestionsBlockListCommand.ts | 12 +- .../src/commands/CreateThesaurusCommand.ts | 12 +- ...DeleteAccessControlConfigurationCommand.ts | 12 +- .../src/commands/DeleteDataSourceCommand.ts | 12 +- .../src/commands/DeleteExperienceCommand.ts | 12 +- .../src/commands/DeleteFaqCommand.ts | 12 +- .../src/commands/DeleteIndexCommand.ts | 12 +- .../commands/DeletePrincipalMappingCommand.ts | 12 +- .../DeleteQuerySuggestionsBlockListCommand.ts | 12 +- .../src/commands/DeleteThesaurusCommand.ts | 12 +- ...scribeAccessControlConfigurationCommand.ts | 12 +- .../src/commands/DescribeDataSourceCommand.ts | 12 +- .../src/commands/DescribeExperienceCommand.ts | 12 +- .../src/commands/DescribeFaqCommand.ts | 12 +- .../DescribeFeaturedResultsSetCommand.ts | 12 +- .../src/commands/DescribeIndexCommand.ts | 12 +- .../DescribePrincipalMappingCommand.ts | 12 +- ...escribeQuerySuggestionsBlockListCommand.ts | 12 +- .../DescribeQuerySuggestionsConfigCommand.ts | 12 +- .../src/commands/DescribeThesaurusCommand.ts | 12 +- ...sassociateEntitiesFromExperienceCommand.ts | 12 +- ...DisassociatePersonasFromEntitiesCommand.ts | 12 +- .../commands/GetQuerySuggestionsCommand.ts | 12 +- .../src/commands/GetSnapshotsCommand.ts | 12 +- .../ListAccessControlConfigurationsCommand.ts | 12 +- .../commands/ListDataSourceSyncJobsCommand.ts | 12 +- .../src/commands/ListDataSourcesCommand.ts | 12 +- .../src/commands/ListEntityPersonasCommand.ts | 12 +- .../commands/ListExperienceEntitiesCommand.ts | 12 +- .../src/commands/ListExperiencesCommand.ts | 12 +- .../src/commands/ListFaqsCommand.ts | 12 +- .../ListFeaturedResultsSetsCommand.ts | 12 +- .../ListGroupsOlderThanOrderingIdCommand.ts | 12 +- .../src/commands/ListIndicesCommand.ts | 12 +- .../ListQuerySuggestionsBlockListsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListThesauriCommand.ts | 12 +- .../commands/PutPrincipalMappingCommand.ts | 12 +- .../src/commands/QueryCommand.ts | 12 +- .../src/commands/RetrieveCommand.ts | 12 +- .../commands/StartDataSourceSyncJobCommand.ts | 12 +- .../commands/StopDataSourceSyncJobCommand.ts | 12 +- .../src/commands/SubmitFeedbackCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...UpdateAccessControlConfigurationCommand.ts | 12 +- .../src/commands/UpdateDataSourceCommand.ts | 12 +- .../src/commands/UpdateExperienceCommand.ts | 12 +- .../UpdateFeaturedResultsSetCommand.ts | 12 +- .../src/commands/UpdateIndexCommand.ts | 12 +- .../UpdateQuerySuggestionsBlockListCommand.ts | 12 +- .../UpdateQuerySuggestionsConfigCommand.ts | 12 +- .../src/commands/UpdateThesaurusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-kendra/src/endpoint/ruleset.ts | 2 +- .../src/models/KendraServiceException.ts | 2 +- clients/client-kendra/src/models/models_0.ts | 4 +- clients/client-kendra/src/models/models_1.ts | 2 +- .../src/pagination/GetSnapshotsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...istAccessControlConfigurationsPaginator.ts | 2 +- .../ListDataSourceSyncJobsPaginator.ts | 2 +- .../pagination/ListDataSourcesPaginator.ts | 2 +- .../pagination/ListEntityPersonasPaginator.ts | 2 +- .../ListExperienceEntitiesPaginator.ts | 2 +- .../pagination/ListExperiencesPaginator.ts | 2 +- .../src/pagination/ListFaqsPaginator.ts | 2 +- .../ListGroupsOlderThanOrderingIdPaginator.ts | 2 +- .../src/pagination/ListIndicesPaginator.ts | 2 +- ...ListQuerySuggestionsBlockListsPaginator.ts | 2 +- .../src/pagination/ListThesauriPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-kendra/src/runtimeConfig.shared.ts | 8 +- clients/client-kendra/src/runtimeConfig.ts | 24 +-- clients/client-keyspaces/package.json | 41 ++--- clients/client-keyspaces/src/Keyspaces.ts | 4 +- .../client-keyspaces/src/KeyspacesClient.ts | 28 ++- .../src/commands/CreateKeyspaceCommand.ts | 12 +- .../src/commands/CreateTableCommand.ts | 12 +- .../src/commands/DeleteKeyspaceCommand.ts | 12 +- .../src/commands/DeleteTableCommand.ts | 12 +- .../src/commands/GetKeyspaceCommand.ts | 12 +- .../src/commands/GetTableCommand.ts | 12 +- .../src/commands/ListKeyspacesCommand.ts | 12 +- .../src/commands/ListTablesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RestoreTableCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateTableCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-keyspaces/src/endpoint/ruleset.ts | 2 +- .../src/models/KeyspacesServiceException.ts | 2 +- .../client-keyspaces/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListKeyspacesPaginator.ts | 2 +- .../src/pagination/ListTablesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-keyspaces/src/runtimeConfig.ts | 24 +-- .../client-kinesis-analytics-v2/package.json | 41 ++--- .../src/KinesisAnalyticsV2.ts | 4 +- .../src/KinesisAnalyticsV2Client.ts | 28 ++- ...plicationCloudWatchLoggingOptionCommand.ts | 12 +- .../commands/AddApplicationInputCommand.ts | 12 +- ...tionInputProcessingConfigurationCommand.ts | 12 +- .../commands/AddApplicationOutputCommand.ts | 12 +- ...ddApplicationReferenceDataSourceCommand.ts | 12 +- .../AddApplicationVpcConfigurationCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../CreateApplicationPresignedUrlCommand.ts | 12 +- .../CreateApplicationSnapshotCommand.ts | 12 +- ...plicationCloudWatchLoggingOptionCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- ...tionInputProcessingConfigurationCommand.ts | 12 +- .../DeleteApplicationOutputCommand.ts | 12 +- ...teApplicationReferenceDataSourceCommand.ts | 12 +- .../DeleteApplicationSnapshotCommand.ts | 12 +- ...eleteApplicationVpcConfigurationCommand.ts | 12 +- .../commands/DescribeApplicationCommand.ts | 12 +- .../DescribeApplicationSnapshotCommand.ts | 12 +- .../DescribeApplicationVersionCommand.ts | 12 +- .../commands/DiscoverInputSchemaCommand.ts | 12 +- .../ListApplicationSnapshotsCommand.ts | 12 +- .../ListApplicationVersionsCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/RollbackApplicationCommand.ts | 12 +- .../src/commands/StartApplicationCommand.ts | 12 +- .../src/commands/StopApplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- ...licationMaintenanceConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../KinesisAnalyticsV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-kinesis-analytics/package.json | 41 ++--- .../src/KinesisAnalytics.ts | 4 +- .../src/KinesisAnalyticsClient.ts | 28 ++- ...plicationCloudWatchLoggingOptionCommand.ts | 12 +- .../commands/AddApplicationInputCommand.ts | 12 +- ...tionInputProcessingConfigurationCommand.ts | 12 +- .../commands/AddApplicationOutputCommand.ts | 12 +- ...ddApplicationReferenceDataSourceCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- ...plicationCloudWatchLoggingOptionCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- ...tionInputProcessingConfigurationCommand.ts | 12 +- .../DeleteApplicationOutputCommand.ts | 12 +- ...teApplicationReferenceDataSourceCommand.ts | 12 +- .../commands/DescribeApplicationCommand.ts | 12 +- .../commands/DiscoverInputSchemaCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartApplicationCommand.ts | 12 +- .../src/commands/StopApplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../KinesisAnalyticsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 43 ++--- .../src/KinesisVideoArchivedMedia.ts | 4 +- .../src/KinesisVideoArchivedMediaClient.ts | 28 ++- .../src/commands/GetClipCommand.ts | 12 +- .../GetDASHStreamingSessionURLCommand.ts | 12 +- .../GetHLSStreamingSessionURLCommand.ts | 12 +- .../src/commands/GetImagesCommand.ts | 12 +- .../GetMediaForFragmentListCommand.ts | 12 +- .../src/commands/ListFragmentsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...nesisVideoArchivedMediaServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- .../client-kinesis-video-media/package.json | 43 ++--- .../src/KinesisVideoMedia.ts | 4 +- .../src/KinesisVideoMediaClient.ts | 28 ++- .../src/commands/GetMediaCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../KinesisVideoMediaServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/KinesisVideoSignaling.ts | 4 +- .../src/KinesisVideoSignalingClient.ts | 40 ++--- .../src/commands/GetIceServerConfigCommand.ts | 12 +- .../commands/SendAlexaOfferToMasterCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../KinesisVideoSignalingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/KinesisVideoWebRTCStorage.ts | 4 +- .../src/KinesisVideoWebRTCStorageClient.ts | 28 ++- .../src/commands/JoinStorageSessionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...nesisVideoWebRTCStorageServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-kinesis-video/package.json | 41 ++--- .../client-kinesis-video/src/KinesisVideo.ts | 4 +- .../src/KinesisVideoClient.ts | 28 ++- .../commands/CreateSignalingChannelCommand.ts | 12 +- .../src/commands/CreateStreamCommand.ts | 12 +- .../DeleteEdgeConfigurationCommand.ts | 12 +- .../commands/DeleteSignalingChannelCommand.ts | 12 +- .../src/commands/DeleteStreamCommand.ts | 12 +- .../DescribeEdgeConfigurationCommand.ts | 12 +- ...ribeImageGenerationConfigurationCommand.ts | 12 +- ...cribeMappedResourceConfigurationCommand.ts | 12 +- ...escribeMediaStorageConfigurationCommand.ts | 12 +- ...escribeNotificationConfigurationCommand.ts | 12 +- .../DescribeSignalingChannelCommand.ts | 12 +- .../src/commands/DescribeStreamCommand.ts | 12 +- .../src/commands/GetDataEndpointCommand.ts | 12 +- .../GetSignalingChannelEndpointCommand.ts | 12 +- .../ListEdgeAgentConfigurationsCommand.ts | 12 +- .../commands/ListSignalingChannelsCommand.ts | 12 +- .../src/commands/ListStreamsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTagsForStreamCommand.ts | 12 +- .../StartEdgeConfigurationUpdateCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TagStreamCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UntagStreamCommand.ts | 12 +- .../commands/UpdateDataRetentionCommand.ts | 12 +- ...dateImageGenerationConfigurationCommand.ts | 12 +- .../UpdateMediaStorageConfigurationCommand.ts | 12 +- .../UpdateNotificationConfigurationCommand.ts | 12 +- .../commands/UpdateSignalingChannelCommand.ts | 12 +- .../src/commands/UpdateStreamCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/KinesisVideoServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...ibeMappedResourceConfigurationPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEdgeAgentConfigurationsPaginator.ts | 2 +- .../ListSignalingChannelsPaginator.ts | 2 +- .../src/pagination/ListStreamsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-kinesis-video/src/runtimeConfig.ts | 24 +-- clients/client-kinesis/package.json | 49 +++--- clients/client-kinesis/src/Kinesis.ts | 4 +- clients/client-kinesis/src/KinesisClient.ts | 38 ++-- .../src/commands/AddTagsToStreamCommand.ts | 12 +- .../src/commands/CreateStreamCommand.ts | 12 +- .../DecreaseStreamRetentionPeriodCommand.ts | 12 +- .../src/commands/DeleteStreamCommand.ts | 12 +- .../DeregisterStreamConsumerCommand.ts | 12 +- .../src/commands/DescribeLimitsCommand.ts | 12 +- .../src/commands/DescribeStreamCommand.ts | 12 +- .../commands/DescribeStreamConsumerCommand.ts | 12 +- .../commands/DescribeStreamSummaryCommand.ts | 12 +- .../DisableEnhancedMonitoringCommand.ts | 12 +- .../EnableEnhancedMonitoringCommand.ts | 12 +- .../src/commands/GetRecordsCommand.ts | 12 +- .../src/commands/GetShardIteratorCommand.ts | 12 +- .../IncreaseStreamRetentionPeriodCommand.ts | 12 +- .../src/commands/ListShardsCommand.ts | 12 +- .../commands/ListStreamConsumersCommand.ts | 12 +- .../src/commands/ListStreamsCommand.ts | 12 +- .../src/commands/ListTagsForStreamCommand.ts | 12 +- .../src/commands/MergeShardsCommand.ts | 12 +- .../src/commands/PutRecordCommand.ts | 12 +- .../src/commands/PutRecordsCommand.ts | 12 +- .../commands/RegisterStreamConsumerCommand.ts | 12 +- .../commands/RemoveTagsFromStreamCommand.ts | 12 +- .../src/commands/SplitShardCommand.ts | 12 +- .../commands/StartStreamEncryptionCommand.ts | 12 +- .../commands/StopStreamEncryptionCommand.ts | 12 +- .../src/commands/SubscribeToShardCommand.ts | 12 +- .../src/commands/UpdateShardCountCommand.ts | 12 +- .../src/commands/UpdateStreamModeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-kinesis/src/endpoint/ruleset.ts | 2 +- .../src/models/KinesisServiceException.ts | 2 +- clients/client-kinesis/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListStreamConsumersPaginator.ts | 2 +- .../src/pagination/ListStreamsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 9 +- .../src/runtimeConfig.browser.ts | 16 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-kinesis/src/runtimeConfig.ts | 26 +-- .../src/waiters/waitForStreamExists.ts | 2 +- .../src/waiters/waitForStreamNotExists.ts | 2 +- clients/client-kms/package.json | 41 ++--- clients/client-kms/src/KMS.ts | 4 +- clients/client-kms/src/KMSClient.ts | 28 ++- .../src/commands/CancelKeyDeletionCommand.ts | 12 +- .../commands/ConnectCustomKeyStoreCommand.ts | 12 +- .../src/commands/CreateAliasCommand.ts | 12 +- .../commands/CreateCustomKeyStoreCommand.ts | 12 +- .../src/commands/CreateGrantCommand.ts | 12 +- .../src/commands/CreateKeyCommand.ts | 12 +- .../client-kms/src/commands/DecryptCommand.ts | 12 +- .../src/commands/DeleteAliasCommand.ts | 12 +- .../commands/DeleteCustomKeyStoreCommand.ts | 12 +- .../DeleteImportedKeyMaterialCommand.ts | 12 +- .../DescribeCustomKeyStoresCommand.ts | 12 +- .../src/commands/DescribeKeyCommand.ts | 12 +- .../src/commands/DisableKeyCommand.ts | 12 +- .../src/commands/DisableKeyRotationCommand.ts | 12 +- .../DisconnectCustomKeyStoreCommand.ts | 12 +- .../src/commands/EnableKeyCommand.ts | 12 +- .../src/commands/EnableKeyRotationCommand.ts | 12 +- .../client-kms/src/commands/EncryptCommand.ts | 12 +- .../src/commands/GenerateDataKeyCommand.ts | 12 +- .../commands/GenerateDataKeyPairCommand.ts | 12 +- ...erateDataKeyPairWithoutPlaintextCommand.ts | 12 +- .../GenerateDataKeyWithoutPlaintextCommand.ts | 12 +- .../src/commands/GenerateMacCommand.ts | 12 +- .../src/commands/GenerateRandomCommand.ts | 12 +- .../src/commands/GetKeyPolicyCommand.ts | 12 +- .../commands/GetKeyRotationStatusCommand.ts | 12 +- .../commands/GetParametersForImportCommand.ts | 12 +- .../src/commands/GetPublicKeyCommand.ts | 12 +- .../src/commands/ImportKeyMaterialCommand.ts | 12 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../src/commands/ListGrantsCommand.ts | 12 +- .../src/commands/ListKeyPoliciesCommand.ts | 12 +- .../src/commands/ListKeysCommand.ts | 12 +- .../src/commands/ListResourceTagsCommand.ts | 12 +- .../commands/ListRetirableGrantsCommand.ts | 12 +- .../src/commands/PutKeyPolicyCommand.ts | 12 +- .../src/commands/ReEncryptCommand.ts | 12 +- .../src/commands/ReplicateKeyCommand.ts | 12 +- .../src/commands/RetireGrantCommand.ts | 12 +- .../src/commands/RevokeGrantCommand.ts | 12 +- .../commands/ScheduleKeyDeletionCommand.ts | 12 +- .../client-kms/src/commands/SignCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAliasCommand.ts | 12 +- .../commands/UpdateCustomKeyStoreCommand.ts | 12 +- .../commands/UpdateKeyDescriptionCommand.ts | 12 +- .../commands/UpdatePrimaryRegionCommand.ts | 12 +- .../client-kms/src/commands/VerifyCommand.ts | 12 +- .../src/commands/VerifyMacCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-kms/src/endpoint/ruleset.ts | 2 +- .../src/models/KMSServiceException.ts | 2 +- clients/client-kms/src/models/models_0.ts | 2 +- .../DescribeCustomKeyStoresPaginator.ts | 2 +- .../client-kms/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- .../src/pagination/ListGrantsPaginator.ts | 2 +- .../pagination/ListKeyPoliciesPaginator.ts | 2 +- .../src/pagination/ListKeysPaginator.ts | 2 +- .../pagination/ListResourceTagsPaginator.ts | 2 +- .../ListRetirableGrantsPaginator.ts | 2 +- .../client-kms/src/protocols/Aws_json1_1.ts | 12 +- .../client-kms/src/runtimeConfig.browser.ts | 14 +- .../client-kms/src/runtimeConfig.shared.ts | 8 +- clients/client-kms/src/runtimeConfig.ts | 24 +-- clients/client-lakeformation/package.json | 43 ++--- .../client-lakeformation/src/LakeFormation.ts | 4 +- .../src/LakeFormationClient.ts | 28 ++- .../commands/AddLFTagsToResourceCommand.ts | 12 +- .../AssumeDecoratedRoleWithSAMLCommand.ts | 12 +- .../commands/BatchGrantPermissionsCommand.ts | 12 +- .../commands/BatchRevokePermissionsCommand.ts | 12 +- .../src/commands/CancelTransactionCommand.ts | 12 +- .../src/commands/CommitTransactionCommand.ts | 12 +- .../commands/CreateDataCellsFilterCommand.ts | 12 +- .../src/commands/CreateLFTagCommand.ts | 12 +- .../commands/DeleteDataCellsFilterCommand.ts | 12 +- .../src/commands/DeleteLFTagCommand.ts | 12 +- .../commands/DeleteObjectsOnCancelCommand.ts | 12 +- .../src/commands/DeregisterResourceCommand.ts | 12 +- .../src/commands/DescribeResourceCommand.ts | 12 +- .../commands/DescribeTransactionCommand.ts | 12 +- .../src/commands/ExtendTransactionCommand.ts | 12 +- .../src/commands/GetDataCellsFilterCommand.ts | 12 +- .../commands/GetDataLakeSettingsCommand.ts | 12 +- .../GetEffectivePermissionsForPathCommand.ts | 12 +- .../src/commands/GetLFTagCommand.ts | 12 +- .../src/commands/GetQueryStateCommand.ts | 12 +- .../src/commands/GetQueryStatisticsCommand.ts | 12 +- .../src/commands/GetResourceLFTagsCommand.ts | 12 +- .../src/commands/GetTableObjectsCommand.ts | 12 +- ...emporaryGluePartitionCredentialsCommand.ts | 12 +- ...GetTemporaryGlueTableCredentialsCommand.ts | 12 +- .../src/commands/GetWorkUnitResultsCommand.ts | 12 +- .../src/commands/GetWorkUnitsCommand.ts | 12 +- .../src/commands/GrantPermissionsCommand.ts | 12 +- .../commands/ListDataCellsFilterCommand.ts | 12 +- .../src/commands/ListLFTagsCommand.ts | 12 +- .../src/commands/ListPermissionsCommand.ts | 12 +- .../src/commands/ListResourcesCommand.ts | 12 +- .../ListTableStorageOptimizersCommand.ts | 12 +- .../src/commands/ListTransactionsCommand.ts | 12 +- .../commands/PutDataLakeSettingsCommand.ts | 12 +- .../src/commands/RegisterResourceCommand.ts | 12 +- .../RemoveLFTagsFromResourceCommand.ts | 12 +- .../src/commands/RevokePermissionsCommand.ts | 12 +- .../SearchDatabasesByLFTagsCommand.ts | 12 +- .../commands/SearchTablesByLFTagsCommand.ts | 12 +- .../src/commands/StartQueryPlanningCommand.ts | 12 +- .../src/commands/StartTransactionCommand.ts | 12 +- .../commands/UpdateDataCellsFilterCommand.ts | 12 +- .../src/commands/UpdateLFTagCommand.ts | 12 +- .../src/commands/UpdateResourceCommand.ts | 12 +- .../src/commands/UpdateTableObjectsCommand.ts | 12 +- .../UpdateTableStorageOptimizerCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/LakeFormationServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...GetEffectivePermissionsForPathPaginator.ts | 2 +- .../pagination/GetTableObjectsPaginator.ts | 2 +- .../src/pagination/GetWorkUnitsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDataCellsFilterPaginator.ts | 2 +- .../src/pagination/ListLFTagsPaginator.ts | 2 +- .../pagination/ListPermissionsPaginator.ts | 2 +- .../src/pagination/ListResourcesPaginator.ts | 2 +- .../ListTableStorageOptimizersPaginator.ts | 2 +- .../pagination/ListTransactionsPaginator.ts | 2 +- .../SearchDatabasesByLFTagsPaginator.ts | 2 +- .../SearchTablesByLFTagsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../client-lakeformation/src/runtimeConfig.ts | 24 +-- clients/client-lambda/package.json | 51 +++--- clients/client-lambda/src/Lambda.ts | 4 +- clients/client-lambda/src/LambdaClient.ts | 38 ++-- .../AddLayerVersionPermissionCommand.ts | 12 +- .../src/commands/AddPermissionCommand.ts | 12 +- .../src/commands/CreateAliasCommand.ts | 12 +- .../CreateCodeSigningConfigCommand.ts | 12 +- .../CreateEventSourceMappingCommand.ts | 12 +- .../src/commands/CreateFunctionCommand.ts | 12 +- .../CreateFunctionUrlConfigCommand.ts | 12 +- .../src/commands/DeleteAliasCommand.ts | 12 +- .../DeleteCodeSigningConfigCommand.ts | 12 +- .../DeleteEventSourceMappingCommand.ts | 12 +- .../DeleteFunctionCodeSigningConfigCommand.ts | 12 +- .../src/commands/DeleteFunctionCommand.ts | 12 +- .../DeleteFunctionConcurrencyCommand.ts | 12 +- .../DeleteFunctionEventInvokeConfigCommand.ts | 12 +- .../DeleteFunctionUrlConfigCommand.ts | 12 +- .../src/commands/DeleteLayerVersionCommand.ts | 12 +- ...leteProvisionedConcurrencyConfigCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../src/commands/GetAliasCommand.ts | 12 +- .../commands/GetCodeSigningConfigCommand.ts | 12 +- .../commands/GetEventSourceMappingCommand.ts | 12 +- .../GetFunctionCodeSigningConfigCommand.ts | 12 +- .../src/commands/GetFunctionCommand.ts | 12 +- .../commands/GetFunctionConcurrencyCommand.ts | 12 +- .../GetFunctionConfigurationCommand.ts | 12 +- .../GetFunctionEventInvokeConfigCommand.ts | 12 +- .../commands/GetFunctionUrlConfigCommand.ts | 12 +- .../commands/GetLayerVersionByArnCommand.ts | 12 +- .../src/commands/GetLayerVersionCommand.ts | 12 +- .../commands/GetLayerVersionPolicyCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../GetProvisionedConcurrencyConfigCommand.ts | 12 +- .../GetRuntimeManagementConfigCommand.ts | 12 +- .../src/commands/InvokeAsyncCommand.ts | 12 +- .../src/commands/InvokeCommand.ts | 16 +- .../InvokeWithResponseStreamCommand.ts | 14 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../commands/ListCodeSigningConfigsCommand.ts | 12 +- .../ListEventSourceMappingsCommand.ts | 12 +- .../ListFunctionEventInvokeConfigsCommand.ts | 12 +- .../commands/ListFunctionUrlConfigsCommand.ts | 12 +- ...ListFunctionsByCodeSigningConfigCommand.ts | 12 +- .../src/commands/ListFunctionsCommand.ts | 12 +- .../src/commands/ListLayerVersionsCommand.ts | 12 +- .../src/commands/ListLayersCommand.ts | 12 +- ...istProvisionedConcurrencyConfigsCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../commands/ListVersionsByFunctionCommand.ts | 12 +- .../commands/PublishLayerVersionCommand.ts | 12 +- .../src/commands/PublishVersionCommand.ts | 12 +- .../PutFunctionCodeSigningConfigCommand.ts | 12 +- .../commands/PutFunctionConcurrencyCommand.ts | 12 +- .../PutFunctionEventInvokeConfigCommand.ts | 12 +- .../PutProvisionedConcurrencyConfigCommand.ts | 12 +- .../PutRuntimeManagementConfigCommand.ts | 12 +- .../RemoveLayerVersionPermissionCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAliasCommand.ts | 12 +- .../UpdateCodeSigningConfigCommand.ts | 12 +- .../UpdateEventSourceMappingCommand.ts | 12 +- .../src/commands/UpdateFunctionCodeCommand.ts | 12 +- .../UpdateFunctionConfigurationCommand.ts | 12 +- .../UpdateFunctionEventInvokeConfigCommand.ts | 12 +- .../UpdateFunctionUrlConfigCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-lambda/src/endpoint/ruleset.ts | 2 +- .../src/models/LambdaServiceException.ts | 2 +- clients/client-lambda/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- .../ListCodeSigningConfigsPaginator.ts | 2 +- .../ListEventSourceMappingsPaginator.ts | 2 +- ...ListFunctionEventInvokeConfigsPaginator.ts | 2 +- .../ListFunctionUrlConfigsPaginator.ts | 2 +- ...stFunctionsByCodeSigningConfigPaginator.ts | 2 +- .../src/pagination/ListFunctionsPaginator.ts | 2 +- .../pagination/ListLayerVersionsPaginator.ts | 2 +- .../src/pagination/ListLayersPaginator.ts | 2 +- ...tProvisionedConcurrencyConfigsPaginator.ts | 2 +- .../ListVersionsByFunctionPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 16 +- .../client-lambda/src/runtimeConfig.shared.ts | 8 +- clients/client-lambda/src/runtimeConfig.ts | 26 +-- .../src/waiters/waitForFunctionActive.ts | 2 +- .../src/waiters/waitForFunctionActiveV2.ts | 2 +- .../src/waiters/waitForFunctionExists.ts | 2 +- .../src/waiters/waitForFunctionUpdated.ts | 2 +- .../src/waiters/waitForFunctionUpdatedV2.ts | 2 +- .../waiters/waitForPublishedVersionActive.ts | 2 +- .../package.json | 41 ++--- .../src/LexModelBuildingService.ts | 4 +- .../src/LexModelBuildingServiceClient.ts | 28 ++- .../src/commands/CreateBotVersionCommand.ts | 12 +- .../commands/CreateIntentVersionCommand.ts | 12 +- .../commands/CreateSlotTypeVersionCommand.ts | 12 +- .../src/commands/DeleteBotAliasCommand.ts | 12 +- .../DeleteBotChannelAssociationCommand.ts | 12 +- .../src/commands/DeleteBotCommand.ts | 12 +- .../src/commands/DeleteBotVersionCommand.ts | 12 +- .../src/commands/DeleteIntentCommand.ts | 12 +- .../commands/DeleteIntentVersionCommand.ts | 12 +- .../src/commands/DeleteSlotTypeCommand.ts | 12 +- .../commands/DeleteSlotTypeVersionCommand.ts | 12 +- .../src/commands/DeleteUtterancesCommand.ts | 12 +- .../src/commands/GetBotAliasCommand.ts | 12 +- .../src/commands/GetBotAliasesCommand.ts | 12 +- .../GetBotChannelAssociationCommand.ts | 12 +- .../GetBotChannelAssociationsCommand.ts | 12 +- .../src/commands/GetBotCommand.ts | 12 +- .../src/commands/GetBotVersionsCommand.ts | 12 +- .../src/commands/GetBotsCommand.ts | 12 +- .../src/commands/GetBuiltinIntentCommand.ts | 12 +- .../src/commands/GetBuiltinIntentsCommand.ts | 12 +- .../commands/GetBuiltinSlotTypesCommand.ts | 12 +- .../src/commands/GetExportCommand.ts | 12 +- .../src/commands/GetImportCommand.ts | 12 +- .../src/commands/GetIntentCommand.ts | 12 +- .../src/commands/GetIntentVersionsCommand.ts | 12 +- .../src/commands/GetIntentsCommand.ts | 12 +- .../src/commands/GetMigrationCommand.ts | 12 +- .../src/commands/GetMigrationsCommand.ts | 12 +- .../src/commands/GetSlotTypeCommand.ts | 12 +- .../commands/GetSlotTypeVersionsCommand.ts | 12 +- .../src/commands/GetSlotTypesCommand.ts | 12 +- .../src/commands/GetUtterancesViewCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutBotAliasCommand.ts | 12 +- .../src/commands/PutBotCommand.ts | 12 +- .../src/commands/PutIntentCommand.ts | 12 +- .../src/commands/PutSlotTypeCommand.ts | 12 +- .../src/commands/StartImportCommand.ts | 12 +- .../src/commands/StartMigrationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...LexModelBuildingServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/GetBotAliasesPaginator.ts | 2 +- .../GetBotChannelAssociationsPaginator.ts | 2 +- .../src/pagination/GetBotVersionsPaginator.ts | 2 +- .../src/pagination/GetBotsPaginator.ts | 2 +- .../pagination/GetBuiltinIntentsPaginator.ts | 2 +- .../GetBuiltinSlotTypesPaginator.ts | 2 +- .../pagination/GetIntentVersionsPaginator.ts | 2 +- .../src/pagination/GetIntentsPaginator.ts | 2 +- .../src/pagination/GetMigrationsPaginator.ts | 2 +- .../GetSlotTypeVersionsPaginator.ts | 2 +- .../src/pagination/GetSlotTypesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-lex-models-v2/package.json | 43 ++--- .../client-lex-models-v2/src/LexModelsV2.ts | 4 +- .../src/LexModelsV2Client.ts | 28 ++- .../BatchCreateCustomVocabularyItemCommand.ts | 12 +- .../BatchDeleteCustomVocabularyItemCommand.ts | 12 +- .../BatchUpdateCustomVocabularyItemCommand.ts | 12 +- .../src/commands/BuildBotLocaleCommand.ts | 12 +- .../src/commands/CreateBotAliasCommand.ts | 12 +- .../src/commands/CreateBotCommand.ts | 12 +- .../src/commands/CreateBotLocaleCommand.ts | 12 +- .../src/commands/CreateBotVersionCommand.ts | 12 +- .../src/commands/CreateExportCommand.ts | 12 +- .../src/commands/CreateIntentCommand.ts | 12 +- .../commands/CreateResourcePolicyCommand.ts | 12 +- .../CreateResourcePolicyStatementCommand.ts | 12 +- .../src/commands/CreateSlotCommand.ts | 12 +- .../src/commands/CreateSlotTypeCommand.ts | 12 +- .../CreateTestSetDiscrepancyReportCommand.ts | 12 +- .../src/commands/CreateUploadUrlCommand.ts | 12 +- .../src/commands/DeleteBotAliasCommand.ts | 12 +- .../src/commands/DeleteBotCommand.ts | 12 +- .../src/commands/DeleteBotLocaleCommand.ts | 12 +- .../src/commands/DeleteBotVersionCommand.ts | 12 +- .../commands/DeleteCustomVocabularyCommand.ts | 12 +- .../src/commands/DeleteExportCommand.ts | 12 +- .../src/commands/DeleteImportCommand.ts | 12 +- .../src/commands/DeleteIntentCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../DeleteResourcePolicyStatementCommand.ts | 12 +- .../src/commands/DeleteSlotCommand.ts | 12 +- .../src/commands/DeleteSlotTypeCommand.ts | 12 +- .../src/commands/DeleteTestSetCommand.ts | 12 +- .../src/commands/DeleteUtterancesCommand.ts | 12 +- .../src/commands/DescribeBotAliasCommand.ts | 12 +- .../src/commands/DescribeBotCommand.ts | 12 +- .../src/commands/DescribeBotLocaleCommand.ts | 12 +- .../DescribeBotRecommendationCommand.ts | 12 +- .../src/commands/DescribeBotVersionCommand.ts | 12 +- ...DescribeCustomVocabularyMetadataCommand.ts | 12 +- .../src/commands/DescribeExportCommand.ts | 12 +- .../src/commands/DescribeImportCommand.ts | 12 +- .../src/commands/DescribeIntentCommand.ts | 12 +- .../commands/DescribeResourcePolicyCommand.ts | 12 +- .../src/commands/DescribeSlotCommand.ts | 12 +- .../src/commands/DescribeSlotTypeCommand.ts | 12 +- .../commands/DescribeTestExecutionCommand.ts | 12 +- .../src/commands/DescribeTestSetCommand.ts | 12 +- ...DescribeTestSetDiscrepancyReportCommand.ts | 12 +- .../DescribeTestSetGenerationCommand.ts | 12 +- .../GetTestExecutionArtifactsUrlCommand.ts | 12 +- .../ListAggregatedUtterancesCommand.ts | 12 +- .../src/commands/ListBotAliasesCommand.ts | 12 +- .../src/commands/ListBotLocalesCommand.ts | 12 +- .../commands/ListBotRecommendationsCommand.ts | 12 +- .../src/commands/ListBotVersionsCommand.ts | 12 +- .../src/commands/ListBotsCommand.ts | 12 +- .../src/commands/ListBuiltInIntentsCommand.ts | 12 +- .../commands/ListBuiltInSlotTypesCommand.ts | 12 +- .../ListCustomVocabularyItemsCommand.ts | 12 +- .../src/commands/ListExportsCommand.ts | 12 +- .../src/commands/ListImportsCommand.ts | 12 +- .../src/commands/ListIntentsCommand.ts | 12 +- .../commands/ListRecommendedIntentsCommand.ts | 12 +- .../src/commands/ListSlotTypesCommand.ts | 12 +- .../src/commands/ListSlotsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTestExecutionResultItemsCommand.ts | 12 +- .../src/commands/ListTestExecutionsCommand.ts | 12 +- .../src/commands/ListTestSetRecordsCommand.ts | 12 +- .../src/commands/ListTestSetsCommand.ts | 12 +- .../SearchAssociatedTranscriptsCommand.ts | 12 +- .../commands/StartBotRecommendationCommand.ts | 12 +- .../src/commands/StartImportCommand.ts | 12 +- .../src/commands/StartTestExecutionCommand.ts | 12 +- .../commands/StartTestSetGenerationCommand.ts | 12 +- .../commands/StopBotRecommendationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBotAliasCommand.ts | 12 +- .../src/commands/UpdateBotCommand.ts | 12 +- .../src/commands/UpdateBotLocaleCommand.ts | 12 +- .../UpdateBotRecommendationCommand.ts | 12 +- .../src/commands/UpdateExportCommand.ts | 12 +- .../src/commands/UpdateIntentCommand.ts | 12 +- .../commands/UpdateResourcePolicyCommand.ts | 12 +- .../src/commands/UpdateSlotCommand.ts | 12 +- .../src/commands/UpdateSlotTypeCommand.ts | 12 +- .../src/commands/UpdateTestSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/LexModelsV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/models/models_1.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAggregatedUtterancesPaginator.ts | 2 +- .../src/pagination/ListBotAliasesPaginator.ts | 2 +- .../src/pagination/ListBotLocalesPaginator.ts | 2 +- .../ListBotRecommendationsPaginator.ts | 2 +- .../pagination/ListBotVersionsPaginator.ts | 2 +- .../src/pagination/ListBotsPaginator.ts | 2 +- .../pagination/ListBuiltInIntentsPaginator.ts | 2 +- .../ListBuiltInSlotTypesPaginator.ts | 2 +- .../ListCustomVocabularyItemsPaginator.ts | 2 +- .../src/pagination/ListExportsPaginator.ts | 2 +- .../src/pagination/ListImportsPaginator.ts | 2 +- .../src/pagination/ListIntentsPaginator.ts | 2 +- .../ListRecommendedIntentsPaginator.ts | 2 +- .../src/pagination/ListSlotTypesPaginator.ts | 2 +- .../src/pagination/ListSlotsPaginator.ts | 2 +- .../ListTestExecutionResultItemsPaginator.ts | 2 +- .../pagination/ListTestExecutionsPaginator.ts | 2 +- .../pagination/ListTestSetRecordsPaginator.ts | 2 +- .../src/pagination/ListTestSetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-lex-models-v2/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForBotAliasAvailable.ts | 2 +- .../src/waiters/waitForBotAvailable.ts | 2 +- .../src/waiters/waitForBotExportCompleted.ts | 2 +- .../src/waiters/waitForBotImportCompleted.ts | 2 +- .../src/waiters/waitForBotLocaleBuilt.ts | 2 +- .../src/waiters/waitForBotLocaleCreated.ts | 2 +- ...waitForBotLocaleExpressTestingAvailable.ts | 2 +- .../src/waiters/waitForBotVersionAvailable.ts | 2 +- .../client-lex-runtime-service/package.json | 43 ++--- .../src/LexRuntimeService.ts | 4 +- .../src/LexRuntimeServiceClient.ts | 28 ++- .../src/commands/DeleteSessionCommand.ts | 12 +- .../src/commands/GetSessionCommand.ts | 12 +- .../src/commands/PostContentCommand.ts | 12 +- .../src/commands/PostTextCommand.ts | 12 +- .../src/commands/PutSessionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../LexRuntimeServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- clients/client-lex-runtime-v2/package.json | 49 +++--- .../client-lex-runtime-v2/src/LexRuntimeV2.ts | 4 +- .../src/LexRuntimeV2Client.ts | 42 ++--- .../src/commands/DeleteSessionCommand.ts | 12 +- .../src/commands/GetSessionCommand.ts | 12 +- .../src/commands/PutSessionCommand.ts | 12 +- .../src/commands/RecognizeTextCommand.ts | 12 +- .../src/commands/RecognizeUtteranceCommand.ts | 12 +- .../src/commands/StartConversationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/LexRuntimeV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 16 +- .../src/runtimeConfig.native.ts | 2 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 28 +-- .../package.json | 41 ++--- .../src/LicenseManagerLinuxSubscriptions.ts | 4 +- .../LicenseManagerLinuxSubscriptionsClient.ts | 28 ++- .../src/commands/GetServiceSettingsCommand.ts | 12 +- .../ListLinuxSubscriptionInstancesCommand.ts | 12 +- .../commands/ListLinuxSubscriptionsCommand.ts | 12 +- .../commands/UpdateServiceSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...nagerLinuxSubscriptionsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...ListLinuxSubscriptionInstancesPaginator.ts | 2 +- .../ListLinuxSubscriptionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/LicenseManagerUserSubscriptions.ts | 4 +- .../LicenseManagerUserSubscriptionsClient.ts | 28 ++- .../src/commands/AssociateUserCommand.ts | 12 +- .../DeregisterIdentityProviderCommand.ts | 12 +- .../src/commands/DisassociateUserCommand.ts | 12 +- .../commands/ListIdentityProvidersCommand.ts | 12 +- .../src/commands/ListInstancesCommand.ts | 12 +- .../ListProductSubscriptionsCommand.ts | 12 +- .../commands/ListUserAssociationsCommand.ts | 12 +- .../RegisterIdentityProviderCommand.ts | 12 +- .../StartProductSubscriptionCommand.ts | 12 +- .../StopProductSubscriptionCommand.ts | 12 +- .../UpdateIdentityProviderSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...anagerUserSubscriptionsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListIdentityProvidersPaginator.ts | 2 +- .../src/pagination/ListInstancesPaginator.ts | 2 +- .../ListProductSubscriptionsPaginator.ts | 2 +- .../ListUserAssociationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-license-manager/package.json | 41 ++--- .../src/LicenseManager.ts | 4 +- .../src/LicenseManagerClient.ts | 28 ++- .../src/commands/AcceptGrantCommand.ts | 12 +- .../src/commands/CheckInLicenseCommand.ts | 12 +- .../commands/CheckoutBorrowLicenseCommand.ts | 12 +- .../src/commands/CheckoutLicenseCommand.ts | 12 +- .../src/commands/CreateGrantCommand.ts | 12 +- .../src/commands/CreateGrantVersionCommand.ts | 12 +- .../src/commands/CreateLicenseCommand.ts | 12 +- .../CreateLicenseConfigurationCommand.ts | 12 +- ...LicenseConversionTaskForResourceCommand.ts | 12 +- ...ateLicenseManagerReportGeneratorCommand.ts | 12 +- .../commands/CreateLicenseVersionCommand.ts | 12 +- .../src/commands/CreateTokenCommand.ts | 12 +- .../src/commands/DeleteGrantCommand.ts | 12 +- .../src/commands/DeleteLicenseCommand.ts | 12 +- .../DeleteLicenseConfigurationCommand.ts | 12 +- ...eteLicenseManagerReportGeneratorCommand.ts | 12 +- .../src/commands/DeleteTokenCommand.ts | 12 +- .../ExtendLicenseConsumptionCommand.ts | 12 +- .../src/commands/GetAccessTokenCommand.ts | 12 +- .../src/commands/GetGrantCommand.ts | 12 +- .../src/commands/GetLicenseCommand.ts | 12 +- .../GetLicenseConfigurationCommand.ts | 12 +- .../GetLicenseConversionTaskCommand.ts | 12 +- ...GetLicenseManagerReportGeneratorCommand.ts | 12 +- .../src/commands/GetLicenseUsageCommand.ts | 12 +- .../src/commands/GetServiceSettingsCommand.ts | 12 +- ...ociationsForLicenseConfigurationCommand.ts | 12 +- .../commands/ListDistributedGrantsCommand.ts | 12 +- ...orLicenseConfigurationOperationsCommand.ts | 12 +- .../ListLicenseConfigurationsCommand.ts | 12 +- .../ListLicenseConversionTasksCommand.ts | 12 +- ...stLicenseManagerReportGeneratorsCommand.ts | 12 +- ...LicenseSpecificationsForResourceCommand.ts | 12 +- .../commands/ListLicenseVersionsCommand.ts | 12 +- .../src/commands/ListLicensesCommand.ts | 12 +- .../src/commands/ListReceivedGrantsCommand.ts | 12 +- ...istReceivedGrantsForOrganizationCommand.ts | 12 +- .../commands/ListReceivedLicensesCommand.ts | 12 +- ...tReceivedLicensesForOrganizationCommand.ts | 12 +- .../commands/ListResourceInventoryCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTokensCommand.ts | 12 +- ...ListUsageForLicenseConfigurationCommand.ts | 12 +- .../src/commands/RejectGrantCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateLicenseConfigurationCommand.ts | 12 +- ...ateLicenseManagerReportGeneratorCommand.ts | 12 +- ...LicenseSpecificationsForResourceCommand.ts | 12 +- .../commands/UpdateServiceSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/LicenseManagerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-lightsail/package.json | 41 ++--- clients/client-lightsail/src/Lightsail.ts | 4 +- .../client-lightsail/src/LightsailClient.ts | 28 ++- .../src/commands/AllocateStaticIpCommand.ts | 12 +- .../AttachCertificateToDistributionCommand.ts | 12 +- .../src/commands/AttachDiskCommand.ts | 12 +- .../AttachInstancesToLoadBalancerCommand.ts | 12 +- ...AttachLoadBalancerTlsCertificateCommand.ts | 12 +- .../src/commands/AttachStaticIpCommand.ts | 12 +- .../CloseInstancePublicPortsCommand.ts | 12 +- .../src/commands/CopySnapshotCommand.ts | 12 +- .../commands/CreateBucketAccessKeyCommand.ts | 12 +- .../src/commands/CreateBucketCommand.ts | 12 +- .../src/commands/CreateCertificateCommand.ts | 12 +- .../CreateCloudFormationStackCommand.ts | 12 +- .../commands/CreateContactMethodCommand.ts | 12 +- .../commands/CreateContainerServiceCommand.ts | 12 +- ...CreateContainerServiceDeploymentCommand.ts | 12 +- ...ateContainerServiceRegistryLoginCommand.ts | 12 +- .../src/commands/CreateDiskCommand.ts | 12 +- .../commands/CreateDiskFromSnapshotCommand.ts | 12 +- .../src/commands/CreateDiskSnapshotCommand.ts | 12 +- .../src/commands/CreateDistributionCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../src/commands/CreateDomainEntryCommand.ts | 12 +- .../CreateGUISessionAccessDetailsCommand.ts | 12 +- .../commands/CreateInstanceSnapshotCommand.ts | 12 +- .../src/commands/CreateInstancesCommand.ts | 12 +- .../CreateInstancesFromSnapshotCommand.ts | 12 +- .../src/commands/CreateKeyPairCommand.ts | 12 +- .../src/commands/CreateLoadBalancerCommand.ts | 12 +- ...CreateLoadBalancerTlsCertificateCommand.ts | 12 +- .../CreateRelationalDatabaseCommand.ts | 12 +- ...teRelationalDatabaseFromSnapshotCommand.ts | 12 +- ...CreateRelationalDatabaseSnapshotCommand.ts | 12 +- .../src/commands/DeleteAlarmCommand.ts | 12 +- .../src/commands/DeleteAutoSnapshotCommand.ts | 12 +- .../commands/DeleteBucketAccessKeyCommand.ts | 12 +- .../src/commands/DeleteBucketCommand.ts | 12 +- .../src/commands/DeleteCertificateCommand.ts | 12 +- .../commands/DeleteContactMethodCommand.ts | 12 +- .../commands/DeleteContainerImageCommand.ts | 12 +- .../commands/DeleteContainerServiceCommand.ts | 12 +- .../src/commands/DeleteDiskCommand.ts | 12 +- .../src/commands/DeleteDiskSnapshotCommand.ts | 12 +- .../src/commands/DeleteDistributionCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../src/commands/DeleteDomainEntryCommand.ts | 12 +- .../src/commands/DeleteInstanceCommand.ts | 12 +- .../commands/DeleteInstanceSnapshotCommand.ts | 12 +- .../src/commands/DeleteKeyPairCommand.ts | 12 +- .../commands/DeleteKnownHostKeysCommand.ts | 12 +- .../src/commands/DeleteLoadBalancerCommand.ts | 12 +- ...DeleteLoadBalancerTlsCertificateCommand.ts | 12 +- .../DeleteRelationalDatabaseCommand.ts | 12 +- ...DeleteRelationalDatabaseSnapshotCommand.ts | 12 +- ...etachCertificateFromDistributionCommand.ts | 12 +- .../src/commands/DetachDiskCommand.ts | 12 +- .../DetachInstancesFromLoadBalancerCommand.ts | 12 +- .../src/commands/DetachStaticIpCommand.ts | 12 +- .../src/commands/DisableAddOnCommand.ts | 12 +- .../commands/DownloadDefaultKeyPairCommand.ts | 12 +- .../src/commands/EnableAddOnCommand.ts | 12 +- .../src/commands/ExportSnapshotCommand.ts | 12 +- .../src/commands/GetActiveNamesCommand.ts | 12 +- .../src/commands/GetAlarmsCommand.ts | 12 +- .../src/commands/GetAutoSnapshotsCommand.ts | 12 +- .../src/commands/GetBlueprintsCommand.ts | 12 +- .../commands/GetBucketAccessKeysCommand.ts | 12 +- .../src/commands/GetBucketBundlesCommand.ts | 12 +- .../commands/GetBucketMetricDataCommand.ts | 12 +- .../src/commands/GetBucketsCommand.ts | 12 +- .../src/commands/GetBundlesCommand.ts | 12 +- .../src/commands/GetCertificatesCommand.ts | 12 +- .../GetCloudFormationStackRecordsCommand.ts | 12 +- .../src/commands/GetContactMethodsCommand.ts | 12 +- .../GetContainerAPIMetadataCommand.ts | 12 +- .../src/commands/GetContainerImagesCommand.ts | 12 +- .../src/commands/GetContainerLogCommand.ts | 12 +- .../GetContainerServiceDeploymentsCommand.ts | 12 +- .../GetContainerServiceMetricDataCommand.ts | 12 +- .../GetContainerServicePowersCommand.ts | 12 +- .../commands/GetContainerServicesCommand.ts | 12 +- .../src/commands/GetCostEstimateCommand.ts | 12 +- .../src/commands/GetDiskCommand.ts | 12 +- .../src/commands/GetDiskSnapshotCommand.ts | 12 +- .../src/commands/GetDiskSnapshotsCommand.ts | 12 +- .../src/commands/GetDisksCommand.ts | 12 +- .../commands/GetDistributionBundlesCommand.ts | 12 +- .../GetDistributionLatestCacheResetCommand.ts | 12 +- .../GetDistributionMetricDataCommand.ts | 12 +- .../src/commands/GetDistributionsCommand.ts | 12 +- .../src/commands/GetDomainCommand.ts | 12 +- .../src/commands/GetDomainsCommand.ts | 12 +- .../GetExportSnapshotRecordsCommand.ts | 12 +- .../GetInstanceAccessDetailsCommand.ts | 12 +- .../src/commands/GetInstanceCommand.ts | 12 +- .../commands/GetInstanceMetricDataCommand.ts | 12 +- .../commands/GetInstancePortStatesCommand.ts | 12 +- .../commands/GetInstanceSnapshotCommand.ts | 12 +- .../commands/GetInstanceSnapshotsCommand.ts | 12 +- .../src/commands/GetInstanceStateCommand.ts | 12 +- .../src/commands/GetInstancesCommand.ts | 12 +- .../src/commands/GetKeyPairCommand.ts | 12 +- .../src/commands/GetKeyPairsCommand.ts | 12 +- .../src/commands/GetLoadBalancerCommand.ts | 12 +- .../GetLoadBalancerMetricDataCommand.ts | 12 +- .../GetLoadBalancerTlsCertificatesCommand.ts | 12 +- .../GetLoadBalancerTlsPoliciesCommand.ts | 12 +- .../src/commands/GetLoadBalancersCommand.ts | 12 +- .../src/commands/GetOperationCommand.ts | 12 +- .../src/commands/GetOperationsCommand.ts | 12 +- .../GetOperationsForResourceCommand.ts | 12 +- .../src/commands/GetRegionsCommand.ts | 12 +- .../GetRelationalDatabaseBlueprintsCommand.ts | 12 +- .../GetRelationalDatabaseBundlesCommand.ts | 12 +- .../commands/GetRelationalDatabaseCommand.ts | 12 +- .../GetRelationalDatabaseEventsCommand.ts | 12 +- .../GetRelationalDatabaseLogEventsCommand.ts | 12 +- .../GetRelationalDatabaseLogStreamsCommand.ts | 12 +- ...tionalDatabaseMasterUserPasswordCommand.ts | 12 +- .../GetRelationalDatabaseMetricDataCommand.ts | 12 +- .../GetRelationalDatabaseParametersCommand.ts | 12 +- .../GetRelationalDatabaseSnapshotCommand.ts | 12 +- .../GetRelationalDatabaseSnapshotsCommand.ts | 12 +- .../commands/GetRelationalDatabasesCommand.ts | 12 +- .../src/commands/GetStaticIpCommand.ts | 12 +- .../src/commands/GetStaticIpsCommand.ts | 12 +- .../src/commands/ImportKeyPairCommand.ts | 12 +- .../src/commands/IsVpcPeeredCommand.ts | 12 +- .../OpenInstancePublicPortsCommand.ts | 12 +- .../src/commands/PeerVpcCommand.ts | 12 +- .../src/commands/PutAlarmCommand.ts | 12 +- .../commands/PutInstancePublicPortsCommand.ts | 12 +- .../src/commands/RebootInstanceCommand.ts | 12 +- .../RebootRelationalDatabaseCommand.ts | 12 +- .../commands/RegisterContainerImageCommand.ts | 12 +- .../src/commands/ReleaseStaticIpCommand.ts | 12 +- .../commands/ResetDistributionCacheCommand.ts | 12 +- .../SendContactMethodVerificationCommand.ts | 12 +- .../src/commands/SetIpAddressTypeCommand.ts | 12 +- .../SetResourceAccessForBucketCommand.ts | 12 +- .../src/commands/StartGUISessionCommand.ts | 12 +- .../src/commands/StartInstanceCommand.ts | 12 +- .../StartRelationalDatabaseCommand.ts | 12 +- .../src/commands/StopGUISessionCommand.ts | 12 +- .../src/commands/StopInstanceCommand.ts | 12 +- .../commands/StopRelationalDatabaseCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TestAlarmCommand.ts | 12 +- .../src/commands/UnpeerVpcCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBucketBundleCommand.ts | 12 +- .../src/commands/UpdateBucketCommand.ts | 12 +- .../commands/UpdateContainerServiceCommand.ts | 12 +- .../UpdateDistributionBundleCommand.ts | 12 +- .../src/commands/UpdateDistributionCommand.ts | 12 +- .../src/commands/UpdateDomainEntryCommand.ts | 12 +- .../UpdateInstanceMetadataOptionsCommand.ts | 12 +- .../UpdateLoadBalancerAttributeCommand.ts | 12 +- .../UpdateRelationalDatabaseCommand.ts | 12 +- ...dateRelationalDatabaseParametersCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-lightsail/src/endpoint/ruleset.ts | 2 +- .../src/models/LightsailServiceException.ts | 2 +- .../client-lightsail/src/models/models_0.ts | 2 +- .../client-lightsail/src/models/models_1.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-lightsail/src/runtimeConfig.ts | 24 +-- clients/client-location/package.json | 43 ++--- clients/client-location/src/Location.ts | 4 +- clients/client-location/src/LocationClient.ts | 28 ++- .../AssociateTrackerConsumerCommand.ts | 12 +- ...BatchDeleteDevicePositionHistoryCommand.ts | 12 +- .../commands/BatchDeleteGeofenceCommand.ts | 12 +- .../commands/BatchEvaluateGeofencesCommand.ts | 12 +- .../commands/BatchGetDevicePositionCommand.ts | 12 +- .../src/commands/BatchPutGeofenceCommand.ts | 12 +- .../BatchUpdateDevicePositionCommand.ts | 12 +- .../src/commands/CalculateRouteCommand.ts | 12 +- .../commands/CalculateRouteMatrixCommand.ts | 12 +- .../CreateGeofenceCollectionCommand.ts | 12 +- .../src/commands/CreateKeyCommand.ts | 12 +- .../src/commands/CreateMapCommand.ts | 12 +- .../src/commands/CreatePlaceIndexCommand.ts | 12 +- .../commands/CreateRouteCalculatorCommand.ts | 12 +- .../src/commands/CreateTrackerCommand.ts | 12 +- .../DeleteGeofenceCollectionCommand.ts | 12 +- .../src/commands/DeleteKeyCommand.ts | 12 +- .../src/commands/DeleteMapCommand.ts | 12 +- .../src/commands/DeletePlaceIndexCommand.ts | 12 +- .../commands/DeleteRouteCalculatorCommand.ts | 12 +- .../src/commands/DeleteTrackerCommand.ts | 12 +- .../DescribeGeofenceCollectionCommand.ts | 12 +- .../src/commands/DescribeKeyCommand.ts | 12 +- .../src/commands/DescribeMapCommand.ts | 12 +- .../src/commands/DescribePlaceIndexCommand.ts | 12 +- .../DescribeRouteCalculatorCommand.ts | 12 +- .../src/commands/DescribeTrackerCommand.ts | 12 +- .../DisassociateTrackerConsumerCommand.ts | 12 +- .../src/commands/GetDevicePositionCommand.ts | 12 +- .../GetDevicePositionHistoryCommand.ts | 12 +- .../src/commands/GetGeofenceCommand.ts | 12 +- .../src/commands/GetMapGlyphsCommand.ts | 14 +- .../src/commands/GetMapSpritesCommand.ts | 14 +- .../commands/GetMapStyleDescriptorCommand.ts | 14 +- .../src/commands/GetMapTileCommand.ts | 14 +- .../src/commands/GetPlaceCommand.ts | 12 +- .../commands/ListDevicePositionsCommand.ts | 12 +- .../ListGeofenceCollectionsCommand.ts | 12 +- .../src/commands/ListGeofencesCommand.ts | 12 +- .../src/commands/ListKeysCommand.ts | 12 +- .../src/commands/ListMapsCommand.ts | 12 +- .../src/commands/ListPlaceIndexesCommand.ts | 12 +- .../commands/ListRouteCalculatorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTrackerConsumersCommand.ts | 12 +- .../src/commands/ListTrackersCommand.ts | 12 +- .../src/commands/PutGeofenceCommand.ts | 12 +- .../SearchPlaceIndexForPositionCommand.ts | 12 +- .../SearchPlaceIndexForSuggestionsCommand.ts | 12 +- .../SearchPlaceIndexForTextCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateGeofenceCollectionCommand.ts | 12 +- .../src/commands/UpdateKeyCommand.ts | 12 +- .../src/commands/UpdateMapCommand.ts | 12 +- .../src/commands/UpdatePlaceIndexCommand.ts | 12 +- .../commands/UpdateRouteCalculatorCommand.ts | 12 +- .../src/commands/UpdateTrackerCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-location/src/endpoint/ruleset.ts | 2 +- .../src/models/LocationServiceException.ts | 2 +- .../client-location/src/models/models_0.ts | 2 +- .../GetDevicePositionHistoryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDevicePositionsPaginator.ts | 2 +- .../ListGeofenceCollectionsPaginator.ts | 2 +- .../src/pagination/ListGeofencesPaginator.ts | 2 +- .../src/pagination/ListKeysPaginator.ts | 2 +- .../src/pagination/ListMapsPaginator.ts | 2 +- .../pagination/ListPlaceIndexesPaginator.ts | 2 +- .../ListRouteCalculatorsPaginator.ts | 2 +- .../ListTrackerConsumersPaginator.ts | 2 +- .../src/pagination/ListTrackersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-location/src/runtimeConfig.ts | 24 +-- clients/client-lookoutequipment/package.json | 41 ++--- .../src/LookoutEquipment.ts | 4 +- .../src/LookoutEquipmentClient.ts | 28 ++- .../src/commands/CreateDatasetCommand.ts | 12 +- .../CreateInferenceSchedulerCommand.ts | 12 +- .../src/commands/CreateLabelCommand.ts | 12 +- .../src/commands/CreateLabelGroupCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../DeleteInferenceSchedulerCommand.ts | 12 +- .../src/commands/DeleteLabelCommand.ts | 12 +- .../src/commands/DeleteLabelGroupCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- .../DescribeDataIngestionJobCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../DescribeInferenceSchedulerCommand.ts | 12 +- .../src/commands/DescribeLabelCommand.ts | 12 +- .../src/commands/DescribeLabelGroupCommand.ts | 12 +- .../src/commands/DescribeModelCommand.ts | 12 +- .../commands/ListDataIngestionJobsCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../commands/ListInferenceEventsCommand.ts | 12 +- .../ListInferenceExecutionsCommand.ts | 12 +- .../ListInferenceSchedulersCommand.ts | 12 +- .../src/commands/ListLabelGroupsCommand.ts | 12 +- .../src/commands/ListLabelsCommand.ts | 12 +- .../src/commands/ListModelsCommand.ts | 12 +- .../commands/ListSensorStatisticsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/StartDataIngestionJobCommand.ts | 12 +- .../StartInferenceSchedulerCommand.ts | 12 +- .../commands/StopInferenceSchedulerCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateInferenceSchedulerCommand.ts | 12 +- .../src/commands/UpdateLabelGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../LookoutEquipmentServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDataIngestionJobsPaginator.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../ListInferenceEventsPaginator.ts | 2 +- .../ListInferenceExecutionsPaginator.ts | 2 +- .../ListInferenceSchedulersPaginator.ts | 2 +- .../pagination/ListLabelGroupsPaginator.ts | 2 +- .../src/pagination/ListLabelsPaginator.ts | 2 +- .../src/pagination/ListModelsPaginator.ts | 2 +- .../ListSensorStatisticsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-lookoutmetrics/package.json | 41 ++--- .../src/LookoutMetrics.ts | 4 +- .../src/LookoutMetricsClient.ts | 28 ++- .../ActivateAnomalyDetectorCommand.ts | 12 +- .../BackTestAnomalyDetectorCommand.ts | 12 +- .../src/commands/CreateAlertCommand.ts | 12 +- .../commands/CreateAnomalyDetectorCommand.ts | 12 +- .../src/commands/CreateMetricSetCommand.ts | 12 +- .../DeactivateAnomalyDetectorCommand.ts | 12 +- .../src/commands/DeleteAlertCommand.ts | 12 +- .../commands/DeleteAnomalyDetectorCommand.ts | 12 +- .../src/commands/DescribeAlertCommand.ts | 12 +- ...scribeAnomalyDetectionExecutionsCommand.ts | 12 +- .../DescribeAnomalyDetectorCommand.ts | 12 +- .../src/commands/DescribeMetricSetCommand.ts | 12 +- .../commands/DetectMetricSetConfigCommand.ts | 12 +- .../src/commands/GetAnomalyGroupCommand.ts | 12 +- .../commands/GetDataQualityMetricsCommand.ts | 12 +- .../src/commands/GetFeedbackCommand.ts | 12 +- .../src/commands/GetSampleDataCommand.ts | 12 +- .../src/commands/ListAlertsCommand.ts | 12 +- .../commands/ListAnomalyDetectorsCommand.ts | 12 +- .../ListAnomalyGroupRelatedMetricsCommand.ts | 12 +- .../ListAnomalyGroupSummariesCommand.ts | 12 +- .../ListAnomalyGroupTimeSeriesCommand.ts | 12 +- .../src/commands/ListMetricSetsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutFeedbackCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAlertCommand.ts | 12 +- .../commands/UpdateAnomalyDetectorCommand.ts | 12 +- .../src/commands/UpdateMetricSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/LookoutMetricsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- ...ribeAnomalyDetectionExecutionsPaginator.ts | 2 +- .../src/pagination/GetFeedbackPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAlertsPaginator.ts | 2 +- .../ListAnomalyDetectorsPaginator.ts | 2 +- ...ListAnomalyGroupRelatedMetricsPaginator.ts | 2 +- .../ListAnomalyGroupSummariesPaginator.ts | 2 +- .../ListAnomalyGroupTimeSeriesPaginator.ts | 2 +- .../src/pagination/ListMetricSetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-lookoutvision/package.json | 41 ++--- .../client-lookoutvision/src/LookoutVision.ts | 4 +- .../src/LookoutVisionClient.ts | 28 ++- .../src/commands/CreateDatasetCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../src/commands/DescribeModelCommand.ts | 12 +- .../DescribeModelPackagingJobCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../src/commands/DetectAnomaliesCommand.ts | 12 +- .../src/commands/ListDatasetEntriesCommand.ts | 12 +- .../commands/ListModelPackagingJobsCommand.ts | 12 +- .../src/commands/ListModelsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartModelCommand.ts | 12 +- .../commands/StartModelPackagingJobCommand.ts | 12 +- .../src/commands/StopModelCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDatasetEntriesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/LookoutVisionServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDatasetEntriesPaginator.ts | 2 +- .../ListModelPackagingJobsPaginator.ts | 2 +- .../src/pagination/ListModelsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-lookoutvision/src/runtimeConfig.ts | 24 +-- clients/client-m2/package.json | 41 ++--- clients/client-m2/src/M2.ts | 4 +- clients/client-m2/src/M2Client.ts | 28 ++- .../CancelBatchJobExecutionCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../CreateDataSetImportTaskCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- ...DeleteApplicationFromEnvironmentCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../commands/GetApplicationVersionCommand.ts | 12 +- .../commands/GetBatchJobExecutionCommand.ts | 12 +- .../src/commands/GetDataSetDetailsCommand.ts | 12 +- .../commands/GetDataSetImportTaskCommand.ts | 12 +- .../src/commands/GetDeploymentCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../ListApplicationVersionsCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../ListBatchJobDefinitionsCommand.ts | 12 +- .../commands/ListBatchJobExecutionsCommand.ts | 12 +- .../ListDataSetImportHistoryCommand.ts | 12 +- .../src/commands/ListDataSetsCommand.ts | 12 +- .../src/commands/ListDeploymentsCommand.ts | 12 +- .../src/commands/ListEngineVersionsCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartApplicationCommand.ts | 12 +- .../src/commands/StartBatchJobCommand.ts | 12 +- .../src/commands/StopApplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-m2/src/endpoint/ruleset.ts | 2 +- .../src/models/M2ServiceException.ts | 2 +- clients/client-m2/src/models/models_0.ts | 2 +- .../client-m2/src/pagination/Interfaces.ts | 2 +- .../ListApplicationVersionsPaginator.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../ListBatchJobDefinitionsPaginator.ts | 2 +- .../ListBatchJobExecutionsPaginator.ts | 2 +- .../ListDataSetImportHistoryPaginator.ts | 2 +- .../src/pagination/ListDataSetsPaginator.ts | 2 +- .../pagination/ListDeploymentsPaginator.ts | 2 +- .../pagination/ListEngineVersionsPaginator.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../client-m2/src/protocols/Aws_restJson1.ts | 11 +- .../client-m2/src/runtimeConfig.browser.ts | 14 +- clients/client-m2/src/runtimeConfig.shared.ts | 8 +- clients/client-m2/src/runtimeConfig.ts | 24 +-- clients/client-machine-learning/package.json | 43 ++--- .../src/MachineLearning.ts | 4 +- .../src/MachineLearningClient.ts | 28 ++- .../src/commands/AddTagsCommand.ts | 12 +- .../commands/CreateBatchPredictionCommand.ts | 12 +- .../CreateDataSourceFromRDSCommand.ts | 12 +- .../CreateDataSourceFromRedshiftCommand.ts | 12 +- .../commands/CreateDataSourceFromS3Command.ts | 12 +- .../src/commands/CreateEvaluationCommand.ts | 12 +- .../src/commands/CreateMLModelCommand.ts | 12 +- .../commands/CreateRealtimeEndpointCommand.ts | 12 +- .../commands/DeleteBatchPredictionCommand.ts | 12 +- .../src/commands/DeleteDataSourceCommand.ts | 12 +- .../src/commands/DeleteEvaluationCommand.ts | 12 +- .../src/commands/DeleteMLModelCommand.ts | 12 +- .../commands/DeleteRealtimeEndpointCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../DescribeBatchPredictionsCommand.ts | 12 +- .../commands/DescribeDataSourcesCommand.ts | 12 +- .../commands/DescribeEvaluationsCommand.ts | 12 +- .../src/commands/DescribeMLModelsCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../src/commands/GetBatchPredictionCommand.ts | 12 +- .../src/commands/GetDataSourceCommand.ts | 12 +- .../src/commands/GetEvaluationCommand.ts | 12 +- .../src/commands/GetMLModelCommand.ts | 12 +- .../src/commands/PredictCommand.ts | 12 +- .../commands/UpdateBatchPredictionCommand.ts | 12 +- .../src/commands/UpdateDataSourceCommand.ts | 12 +- .../src/commands/UpdateEvaluationCommand.ts | 12 +- .../src/commands/UpdateMLModelCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MachineLearningServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeBatchPredictionsPaginator.ts | 2 +- .../DescribeDataSourcesPaginator.ts | 2 +- .../DescribeEvaluationsPaginator.ts | 2 +- .../pagination/DescribeMLModelsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../waitForBatchPredictionAvailable.ts | 2 +- .../src/waiters/waitForDataSourceAvailable.ts | 2 +- .../src/waiters/waitForEvaluationAvailable.ts | 2 +- .../src/waiters/waitForMLModelAvailable.ts | 2 +- clients/client-macie/package.json | 41 ++--- clients/client-macie/src/Macie.ts | 4 +- clients/client-macie/src/MacieClient.ts | 28 ++- .../commands/AssociateMemberAccountCommand.ts | 12 +- .../commands/AssociateS3ResourcesCommand.ts | 12 +- .../DisassociateMemberAccountCommand.ts | 12 +- .../DisassociateS3ResourcesCommand.ts | 12 +- .../src/commands/ListMemberAccountsCommand.ts | 12 +- .../src/commands/ListS3ResourcesCommand.ts | 12 +- .../src/commands/UpdateS3ResourcesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-macie/src/endpoint/ruleset.ts | 2 +- .../src/models/MacieServiceException.ts | 2 +- clients/client-macie/src/models/models_0.ts | 2 +- .../client-macie/src/pagination/Interfaces.ts | 2 +- .../pagination/ListMemberAccountsPaginator.ts | 2 +- .../pagination/ListS3ResourcesPaginator.ts | 2 +- .../client-macie/src/protocols/Aws_json1_1.ts | 12 +- .../client-macie/src/runtimeConfig.browser.ts | 14 +- .../client-macie/src/runtimeConfig.shared.ts | 8 +- clients/client-macie/src/runtimeConfig.ts | 24 +-- clients/client-macie2/package.json | 43 ++--- clients/client-macie2/src/Macie2.ts | 4 +- clients/client-macie2/src/Macie2Client.ts | 28 ++- .../src/commands/AcceptInvitationCommand.ts | 12 +- .../BatchGetCustomDataIdentifiersCommand.ts | 12 +- .../src/commands/CreateAllowListCommand.ts | 12 +- .../CreateClassificationJobCommand.ts | 12 +- .../CreateCustomDataIdentifierCommand.ts | 12 +- .../commands/CreateFindingsFilterCommand.ts | 12 +- .../src/commands/CreateInvitationsCommand.ts | 12 +- .../src/commands/CreateMemberCommand.ts | 12 +- .../commands/CreateSampleFindingsCommand.ts | 12 +- .../src/commands/DeclineInvitationsCommand.ts | 12 +- .../src/commands/DeleteAllowListCommand.ts | 12 +- .../DeleteCustomDataIdentifierCommand.ts | 12 +- .../commands/DeleteFindingsFilterCommand.ts | 12 +- .../src/commands/DeleteInvitationsCommand.ts | 12 +- .../src/commands/DeleteMemberCommand.ts | 12 +- .../src/commands/DescribeBucketsCommand.ts | 12 +- .../DescribeClassificationJobCommand.ts | 12 +- ...escribeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/DisableMacieCommand.ts | 12 +- .../DisableOrganizationAdminAccountCommand.ts | 12 +- ...ssociateFromAdministratorAccountCommand.ts | 12 +- .../DisassociateFromMasterAccountCommand.ts | 12 +- .../src/commands/DisassociateMemberCommand.ts | 12 +- .../src/commands/EnableMacieCommand.ts | 12 +- .../EnableOrganizationAdminAccountCommand.ts | 12 +- .../GetAdministratorAccountCommand.ts | 12 +- .../src/commands/GetAllowListCommand.ts | 12 +- ...tAutomatedDiscoveryConfigurationCommand.ts | 12 +- .../commands/GetBucketStatisticsCommand.ts | 12 +- ...lassificationExportConfigurationCommand.ts | 12 +- .../commands/GetClassificationScopeCommand.ts | 12 +- .../GetCustomDataIdentifierCommand.ts | 12 +- .../commands/GetFindingStatisticsCommand.ts | 12 +- .../src/commands/GetFindingsCommand.ts | 12 +- .../src/commands/GetFindingsFilterCommand.ts | 12 +- ...FindingsPublicationConfigurationCommand.ts | 12 +- .../commands/GetInvitationsCountCommand.ts | 12 +- .../src/commands/GetMacieSessionCommand.ts | 12 +- .../src/commands/GetMasterAccountCommand.ts | 12 +- .../src/commands/GetMemberCommand.ts | 12 +- .../src/commands/GetResourceProfileCommand.ts | 12 +- .../commands/GetRevealConfigurationCommand.ts | 12 +- ...itiveDataOccurrencesAvailabilityCommand.ts | 12 +- .../GetSensitiveDataOccurrencesCommand.ts | 12 +- ...GetSensitivityInspectionTemplateCommand.ts | 12 +- .../src/commands/GetUsageStatisticsCommand.ts | 12 +- .../src/commands/GetUsageTotalsCommand.ts | 12 +- .../src/commands/ListAllowListsCommand.ts | 12 +- .../commands/ListClassificationJobsCommand.ts | 12 +- .../ListClassificationScopesCommand.ts | 12 +- .../ListCustomDataIdentifiersCommand.ts | 12 +- .../src/commands/ListFindingsCommand.ts | 12 +- .../commands/ListFindingsFiltersCommand.ts | 12 +- .../src/commands/ListInvitationsCommand.ts | 12 +- .../ListManagedDataIdentifiersCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../ListOrganizationAdminAccountsCommand.ts | 12 +- .../ListResourceProfileArtifactsCommand.ts | 12 +- .../ListResourceProfileDetectionsCommand.ts | 12 +- ...stSensitivityInspectionTemplatesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...lassificationExportConfigurationCommand.ts | 12 +- ...FindingsPublicationConfigurationCommand.ts | 12 +- .../src/commands/SearchResourcesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TestCustomDataIdentifierCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAllowListCommand.ts | 12 +- ...eAutomatedDiscoveryConfigurationCommand.ts | 12 +- .../UpdateClassificationJobCommand.ts | 12 +- .../UpdateClassificationScopeCommand.ts | 12 +- .../commands/UpdateFindingsFilterCommand.ts | 12 +- .../src/commands/UpdateMacieSessionCommand.ts | 12 +- .../commands/UpdateMemberSessionCommand.ts | 12 +- .../UpdateOrganizationConfigurationCommand.ts | 12 +- .../commands/UpdateResourceProfileCommand.ts | 12 +- .../UpdateResourceProfileDetectionsCommand.ts | 12 +- .../UpdateRevealConfigurationCommand.ts | 12 +- ...ateSensitivityInspectionTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-macie2/src/endpoint/ruleset.ts | 2 +- .../src/models/Macie2ServiceException.ts | 2 +- clients/client-macie2/src/models/models_0.ts | 2 +- .../pagination/DescribeBucketsPaginator.ts | 2 +- .../pagination/GetUsageStatisticsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAllowListsPaginator.ts | 2 +- .../ListClassificationJobsPaginator.ts | 2 +- .../ListClassificationScopesPaginator.ts | 2 +- .../ListCustomDataIdentifiersPaginator.ts | 2 +- .../ListFindingsFiltersPaginator.ts | 2 +- .../src/pagination/ListFindingsPaginator.ts | 2 +- .../pagination/ListInvitationsPaginator.ts | 2 +- .../ListManagedDataIdentifiersPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../ListOrganizationAdminAccountsPaginator.ts | 2 +- .../ListResourceProfileArtifactsPaginator.ts | 2 +- .../ListResourceProfileDetectionsPaginator.ts | 2 +- ...SensitivityInspectionTemplatesPaginator.ts | 2 +- .../pagination/SearchResourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-macie2/src/runtimeConfig.shared.ts | 8 +- clients/client-macie2/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForFindingRevealed.ts | 2 +- clients/client-managedblockchain/package.json | 41 ++--- .../src/ManagedBlockchain.ts | 4 +- .../src/ManagedBlockchainClient.ts | 28 ++- .../src/commands/CreateAccessorCommand.ts | 12 +- .../src/commands/CreateMemberCommand.ts | 12 +- .../src/commands/CreateNetworkCommand.ts | 12 +- .../src/commands/CreateNodeCommand.ts | 12 +- .../src/commands/CreateProposalCommand.ts | 12 +- .../src/commands/DeleteAccessorCommand.ts | 12 +- .../src/commands/DeleteMemberCommand.ts | 12 +- .../src/commands/DeleteNodeCommand.ts | 12 +- .../src/commands/GetAccessorCommand.ts | 12 +- .../src/commands/GetMemberCommand.ts | 12 +- .../src/commands/GetNetworkCommand.ts | 12 +- .../src/commands/GetNodeCommand.ts | 12 +- .../src/commands/GetProposalCommand.ts | 12 +- .../src/commands/ListAccessorsCommand.ts | 12 +- .../src/commands/ListInvitationsCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../src/commands/ListNetworksCommand.ts | 12 +- .../src/commands/ListNodesCommand.ts | 12 +- .../src/commands/ListProposalVotesCommand.ts | 12 +- .../src/commands/ListProposalsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RejectInvitationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateMemberCommand.ts | 12 +- .../src/commands/UpdateNodeCommand.ts | 12 +- .../src/commands/VoteOnProposalCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ManagedBlockchainServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAccessorsPaginator.ts | 2 +- .../pagination/ListInvitationsPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../src/pagination/ListNetworksPaginator.ts | 2 +- .../src/pagination/ListNodesPaginator.ts | 2 +- .../pagination/ListProposalVotesPaginator.ts | 2 +- .../src/pagination/ListProposalsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-marketplace-catalog/package.json | 41 ++--- .../src/MarketplaceCatalog.ts | 4 +- .../src/MarketplaceCatalogClient.ts | 28 ++- .../src/commands/CancelChangeSetCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DescribeChangeSetCommand.ts | 12 +- .../src/commands/DescribeEntityCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/ListChangeSetsCommand.ts | 12 +- .../src/commands/ListEntitiesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/StartChangeSetCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../MarketplaceCatalogServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChangeSetsPaginator.ts | 2 +- .../src/pagination/ListEntitiesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/MarketplaceCommerceAnalytics.ts | 4 +- .../src/MarketplaceCommerceAnalyticsClient.ts | 28 ++- .../src/commands/GenerateDataSetCommand.ts | 12 +- .../commands/StartSupportDataExportCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...tplaceCommerceAnalyticsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/MarketplaceEntitlementService.ts | 4 +- .../MarketplaceEntitlementServiceClient.ts | 28 ++- .../src/commands/GetEntitlementsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...placeEntitlementServiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-marketplace-metering/package.json | 41 ++--- .../src/MarketplaceMetering.ts | 4 +- .../src/MarketplaceMeteringClient.ts | 28 ++- .../src/commands/BatchMeterUsageCommand.ts | 12 +- .../src/commands/MeterUsageCommand.ts | 12 +- .../src/commands/RegisterUsageCommand.ts | 12 +- .../src/commands/ResolveCustomerCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../MarketplaceMeteringServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-mediaconnect/package.json | 43 ++--- .../client-mediaconnect/src/MediaConnect.ts | 4 +- .../src/MediaConnectClient.ts | 28 ++- .../src/commands/AddBridgeOutputsCommand.ts | 12 +- .../src/commands/AddBridgeSourcesCommand.ts | 12 +- .../commands/AddFlowMediaStreamsCommand.ts | 12 +- .../src/commands/AddFlowOutputsCommand.ts | 12 +- .../src/commands/AddFlowSourcesCommand.ts | 12 +- .../commands/AddFlowVpcInterfacesCommand.ts | 12 +- .../src/commands/CreateBridgeCommand.ts | 12 +- .../src/commands/CreateFlowCommand.ts | 12 +- .../src/commands/CreateGatewayCommand.ts | 12 +- .../src/commands/DeleteBridgeCommand.ts | 12 +- .../src/commands/DeleteFlowCommand.ts | 12 +- .../src/commands/DeleteGatewayCommand.ts | 12 +- .../DeregisterGatewayInstanceCommand.ts | 12 +- .../src/commands/DescribeBridgeCommand.ts | 12 +- .../src/commands/DescribeFlowCommand.ts | 12 +- .../src/commands/DescribeGatewayCommand.ts | 12 +- .../DescribeGatewayInstanceCommand.ts | 12 +- .../src/commands/DescribeOfferingCommand.ts | 12 +- .../commands/DescribeReservationCommand.ts | 12 +- .../commands/GrantFlowEntitlementsCommand.ts | 12 +- .../src/commands/ListBridgesCommand.ts | 12 +- .../src/commands/ListEntitlementsCommand.ts | 12 +- .../src/commands/ListFlowsCommand.ts | 12 +- .../commands/ListGatewayInstancesCommand.ts | 12 +- .../src/commands/ListGatewaysCommand.ts | 12 +- .../src/commands/ListOfferingsCommand.ts | 12 +- .../src/commands/ListReservationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PurchaseOfferingCommand.ts | 12 +- .../src/commands/RemoveBridgeOutputCommand.ts | 12 +- .../src/commands/RemoveBridgeSourceCommand.ts | 12 +- .../commands/RemoveFlowMediaStreamCommand.ts | 12 +- .../src/commands/RemoveFlowOutputCommand.ts | 12 +- .../src/commands/RemoveFlowSourceCommand.ts | 12 +- .../commands/RemoveFlowVpcInterfaceCommand.ts | 12 +- .../commands/RevokeFlowEntitlementCommand.ts | 12 +- .../src/commands/StartFlowCommand.ts | 12 +- .../src/commands/StopFlowCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateBridgeCommand.ts | 12 +- .../src/commands/UpdateBridgeOutputCommand.ts | 12 +- .../src/commands/UpdateBridgeSourceCommand.ts | 12 +- .../src/commands/UpdateBridgeStateCommand.ts | 12 +- .../src/commands/UpdateFlowCommand.ts | 12 +- .../commands/UpdateFlowEntitlementCommand.ts | 12 +- .../commands/UpdateFlowMediaStreamCommand.ts | 12 +- .../src/commands/UpdateFlowOutputCommand.ts | 12 +- .../src/commands/UpdateFlowSourceCommand.ts | 12 +- .../commands/UpdateGatewayInstanceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaConnectServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListBridgesPaginator.ts | 2 +- .../pagination/ListEntitlementsPaginator.ts | 2 +- .../src/pagination/ListFlowsPaginator.ts | 2 +- .../ListGatewayInstancesPaginator.ts | 2 +- .../src/pagination/ListGatewaysPaginator.ts | 2 +- .../src/pagination/ListOfferingsPaginator.ts | 2 +- .../pagination/ListReservationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-mediaconnect/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForFlowActive.ts | 2 +- .../src/waiters/waitForFlowDeleted.ts | 2 +- .../src/waiters/waitForFlowStandby.ts | 2 +- clients/client-mediaconvert/package.json | 41 ++--- .../client-mediaconvert/src/MediaConvert.ts | 4 +- .../src/MediaConvertClient.ts | 28 ++- .../commands/AssociateCertificateCommand.ts | 12 +- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../src/commands/CreateJobTemplateCommand.ts | 12 +- .../src/commands/CreatePresetCommand.ts | 12 +- .../src/commands/CreateQueueCommand.ts | 12 +- .../src/commands/DeleteJobTemplateCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../src/commands/DeletePresetCommand.ts | 12 +- .../src/commands/DeleteQueueCommand.ts | 12 +- .../src/commands/DescribeEndpointsCommand.ts | 12 +- .../DisassociateCertificateCommand.ts | 12 +- .../src/commands/GetJobCommand.ts | 12 +- .../src/commands/GetJobTemplateCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../src/commands/GetPresetCommand.ts | 12 +- .../src/commands/GetQueueCommand.ts | 12 +- .../src/commands/ListJobTemplatesCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../src/commands/ListPresetsCommand.ts | 12 +- .../src/commands/ListQueuesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateJobTemplateCommand.ts | 12 +- .../src/commands/UpdatePresetCommand.ts | 12 +- .../src/commands/UpdateQueueCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaConvertServiceException.ts | 2 +- .../src/models/models_1.ts | 2 +- .../pagination/DescribeEndpointsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListJobTemplatesPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../src/pagination/ListPresetsPaginator.ts | 2 +- .../src/pagination/ListQueuesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-mediaconvert/src/runtimeConfig.ts | 24 +-- clients/client-medialive/package.json | 45 ++--- clients/client-medialive/src/MediaLive.ts | 4 +- .../client-medialive/src/MediaLiveClient.ts | 28 ++- .../AcceptInputDeviceTransferCommand.ts | 12 +- .../src/commands/BatchDeleteCommand.ts | 12 +- .../src/commands/BatchStartCommand.ts | 12 +- .../src/commands/BatchStopCommand.ts | 12 +- .../commands/BatchUpdateScheduleCommand.ts | 12 +- .../CancelInputDeviceTransferCommand.ts | 12 +- .../src/commands/ClaimDeviceCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateInputCommand.ts | 12 +- .../CreateInputSecurityGroupCommand.ts | 12 +- .../src/commands/CreateMultiplexCommand.ts | 12 +- .../commands/CreateMultiplexProgramCommand.ts | 12 +- .../src/commands/CreatePartnerInputCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../src/commands/DeleteInputCommand.ts | 12 +- .../DeleteInputSecurityGroupCommand.ts | 12 +- .../src/commands/DeleteMultiplexCommand.ts | 12 +- .../commands/DeleteMultiplexProgramCommand.ts | 12 +- .../src/commands/DeleteReservationCommand.ts | 12 +- .../src/commands/DeleteScheduleCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../src/commands/DescribeInputCommand.ts | 12 +- .../commands/DescribeInputDeviceCommand.ts | 12 +- .../DescribeInputDeviceThumbnailCommand.ts | 12 +- .../DescribeInputSecurityGroupCommand.ts | 12 +- .../src/commands/DescribeMultiplexCommand.ts | 12 +- .../DescribeMultiplexProgramCommand.ts | 12 +- .../src/commands/DescribeOfferingCommand.ts | 12 +- .../commands/DescribeReservationCommand.ts | 12 +- .../src/commands/DescribeScheduleCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../ListInputDeviceTransfersCommand.ts | 12 +- .../src/commands/ListInputDevicesCommand.ts | 12 +- .../ListInputSecurityGroupsCommand.ts | 12 +- .../src/commands/ListInputsCommand.ts | 12 +- .../commands/ListMultiplexProgramsCommand.ts | 12 +- .../src/commands/ListMultiplexesCommand.ts | 12 +- .../src/commands/ListOfferingsCommand.ts | 12 +- .../src/commands/ListReservationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PurchaseOfferingCommand.ts | 12 +- .../src/commands/RebootInputDeviceCommand.ts | 12 +- .../RejectInputDeviceTransferCommand.ts | 12 +- .../src/commands/StartChannelCommand.ts | 12 +- ...tartInputDeviceMaintenanceWindowCommand.ts | 12 +- .../src/commands/StartMultiplexCommand.ts | 12 +- .../src/commands/StopChannelCommand.ts | 12 +- .../src/commands/StopMultiplexCommand.ts | 12 +- .../commands/TransferInputDeviceCommand.ts | 12 +- .../src/commands/UpdateChannelClassCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/commands/UpdateInputCommand.ts | 12 +- .../src/commands/UpdateInputDeviceCommand.ts | 12 +- .../UpdateInputSecurityGroupCommand.ts | 12 +- .../src/commands/UpdateMultiplexCommand.ts | 12 +- .../commands/UpdateMultiplexProgramCommand.ts | 12 +- .../src/commands/UpdateReservationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-medialive/src/endpoint/ruleset.ts | 2 +- .../src/models/MediaLiveServiceException.ts | 2 +- .../client-medialive/src/models/models_1.ts | 2 +- .../pagination/DescribeSchedulePaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListInputDeviceTransfersPaginator.ts | 2 +- .../pagination/ListInputDevicesPaginator.ts | 2 +- .../ListInputSecurityGroupsPaginator.ts | 2 +- .../src/pagination/ListInputsPaginator.ts | 2 +- .../ListMultiplexProgramsPaginator.ts | 2 +- .../pagination/ListMultiplexesPaginator.ts | 2 +- .../src/pagination/ListOfferingsPaginator.ts | 2 +- .../pagination/ListReservationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- clients/client-medialive/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForChannelCreated.ts | 2 +- .../src/waiters/waitForChannelDeleted.ts | 2 +- .../src/waiters/waitForChannelRunning.ts | 2 +- .../src/waiters/waitForChannelStopped.ts | 2 +- .../src/waiters/waitForInputAttached.ts | 2 +- .../src/waiters/waitForInputDeleted.ts | 2 +- .../src/waiters/waitForInputDetached.ts | 2 +- .../src/waiters/waitForMultiplexCreated.ts | 2 +- .../src/waiters/waitForMultiplexDeleted.ts | 2 +- .../src/waiters/waitForMultiplexRunning.ts | 2 +- .../src/waiters/waitForMultiplexStopped.ts | 2 +- clients/client-mediapackage-vod/package.json | 41 ++--- .../src/MediaPackageVod.ts | 4 +- .../src/MediaPackageVodClient.ts | 28 ++- .../src/commands/ConfigureLogsCommand.ts | 12 +- .../src/commands/CreateAssetCommand.ts | 12 +- .../CreatePackagingConfigurationCommand.ts | 12 +- .../commands/CreatePackagingGroupCommand.ts | 12 +- .../src/commands/DeleteAssetCommand.ts | 12 +- .../DeletePackagingConfigurationCommand.ts | 12 +- .../commands/DeletePackagingGroupCommand.ts | 12 +- .../src/commands/DescribeAssetCommand.ts | 12 +- .../DescribePackagingConfigurationCommand.ts | 12 +- .../commands/DescribePackagingGroupCommand.ts | 12 +- .../src/commands/ListAssetsCommand.ts | 12 +- .../ListPackagingConfigurationsCommand.ts | 12 +- .../commands/ListPackagingGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdatePackagingGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaPackageVodServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAssetsPaginator.ts | 2 +- .../ListPackagingConfigurationsPaginator.ts | 2 +- .../ListPackagingGroupsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-mediapackage/package.json | 41 ++--- .../client-mediapackage/src/MediaPackage.ts | 4 +- .../src/MediaPackageClient.ts | 28 ++- .../src/commands/ConfigureLogsCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateHarvestJobCommand.ts | 12 +- .../commands/CreateOriginEndpointCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../commands/DeleteOriginEndpointCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../src/commands/DescribeHarvestJobCommand.ts | 12 +- .../commands/DescribeOriginEndpointCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../src/commands/ListHarvestJobsCommand.ts | 12 +- .../commands/ListOriginEndpointsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../RotateChannelCredentialsCommand.ts | 12 +- .../RotateIngestEndpointCredentialsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../commands/UpdateOriginEndpointCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaPackageServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../pagination/ListHarvestJobsPaginator.ts | 2 +- .../ListOriginEndpointsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-mediapackage/src/runtimeConfig.ts | 24 +-- clients/client-mediapackagev2/package.json | 41 ++--- .../src/MediaPackageV2.ts | 4 +- .../src/MediaPackageV2Client.ts | 28 ++- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateChannelGroupCommand.ts | 12 +- .../commands/CreateOriginEndpointCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../src/commands/DeleteChannelGroupCommand.ts | 12 +- .../commands/DeleteChannelPolicyCommand.ts | 12 +- .../commands/DeleteOriginEndpointCommand.ts | 12 +- .../DeleteOriginEndpointPolicyCommand.ts | 12 +- .../src/commands/GetChannelCommand.ts | 12 +- .../src/commands/GetChannelGroupCommand.ts | 12 +- .../src/commands/GetChannelPolicyCommand.ts | 12 +- .../src/commands/GetOriginEndpointCommand.ts | 12 +- .../GetOriginEndpointPolicyCommand.ts | 12 +- .../src/commands/ListChannelGroupsCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../commands/ListOriginEndpointsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutChannelPolicyCommand.ts | 12 +- .../PutOriginEndpointPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/commands/UpdateChannelGroupCommand.ts | 12 +- .../commands/UpdateOriginEndpointCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaPackageV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListChannelGroupsPaginator.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../ListOriginEndpointsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-mediastore-data/package.json | 43 ++--- .../src/MediaStoreData.ts | 4 +- .../src/MediaStoreDataClient.ts | 28 ++- .../src/commands/DeleteObjectCommand.ts | 12 +- .../src/commands/DescribeObjectCommand.ts | 12 +- .../src/commands/GetObjectCommand.ts | 12 +- .../src/commands/ListItemsCommand.ts | 12 +- .../src/commands/PutObjectCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MediaStoreDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListItemsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- clients/client-mediastore/package.json | 41 ++--- clients/client-mediastore/src/MediaStore.ts | 4 +- .../client-mediastore/src/MediaStoreClient.ts | 28 ++- .../src/commands/CreateContainerCommand.ts | 12 +- .../src/commands/DeleteContainerCommand.ts | 12 +- .../commands/DeleteContainerPolicyCommand.ts | 12 +- .../src/commands/DeleteCorsPolicyCommand.ts | 12 +- .../commands/DeleteLifecyclePolicyCommand.ts | 12 +- .../src/commands/DeleteMetricPolicyCommand.ts | 12 +- .../src/commands/DescribeContainerCommand.ts | 12 +- .../src/commands/GetContainerPolicyCommand.ts | 12 +- .../src/commands/GetCorsPolicyCommand.ts | 12 +- .../src/commands/GetLifecyclePolicyCommand.ts | 12 +- .../src/commands/GetMetricPolicyCommand.ts | 12 +- .../src/commands/ListContainersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutContainerPolicyCommand.ts | 12 +- .../src/commands/PutCorsPolicyCommand.ts | 12 +- .../src/commands/PutLifecyclePolicyCommand.ts | 12 +- .../src/commands/PutMetricPolicyCommand.ts | 12 +- .../src/commands/StartAccessLoggingCommand.ts | 12 +- .../src/commands/StopAccessLoggingCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-mediastore/src/endpoint/ruleset.ts | 2 +- .../src/models/MediaStoreServiceException.ts | 2 +- .../client-mediastore/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListContainersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-mediastore/src/runtimeConfig.ts | 24 +-- clients/client-mediatailor/package.json | 41 ++--- clients/client-mediatailor/src/MediaTailor.ts | 4 +- .../src/MediaTailorClient.ts | 28 ++- .../ConfigureLogsForChannelCommand.ts | 12 +- ...gureLogsForPlaybackConfigurationCommand.ts | 12 +- .../src/commands/CreateChannelCommand.ts | 12 +- .../src/commands/CreateLiveSourceCommand.ts | 12 +- .../commands/CreatePrefetchScheduleCommand.ts | 12 +- .../src/commands/CreateProgramCommand.ts | 12 +- .../commands/CreateSourceLocationCommand.ts | 12 +- .../src/commands/CreateVodSourceCommand.ts | 12 +- .../src/commands/DeleteChannelCommand.ts | 12 +- .../commands/DeleteChannelPolicyCommand.ts | 12 +- .../src/commands/DeleteLiveSourceCommand.ts | 12 +- .../DeletePlaybackConfigurationCommand.ts | 12 +- .../commands/DeletePrefetchScheduleCommand.ts | 12 +- .../src/commands/DeleteProgramCommand.ts | 12 +- .../commands/DeleteSourceLocationCommand.ts | 12 +- .../src/commands/DeleteVodSourceCommand.ts | 12 +- .../src/commands/DescribeChannelCommand.ts | 12 +- .../src/commands/DescribeLiveSourceCommand.ts | 12 +- .../src/commands/DescribeProgramCommand.ts | 12 +- .../commands/DescribeSourceLocationCommand.ts | 12 +- .../src/commands/DescribeVodSourceCommand.ts | 12 +- .../src/commands/GetChannelPolicyCommand.ts | 12 +- .../src/commands/GetChannelScheduleCommand.ts | 12 +- .../GetPlaybackConfigurationCommand.ts | 12 +- .../commands/GetPrefetchScheduleCommand.ts | 12 +- .../src/commands/ListAlertsCommand.ts | 12 +- .../src/commands/ListChannelsCommand.ts | 12 +- .../src/commands/ListLiveSourcesCommand.ts | 12 +- .../ListPlaybackConfigurationsCommand.ts | 12 +- .../commands/ListPrefetchSchedulesCommand.ts | 12 +- .../commands/ListSourceLocationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListVodSourcesCommand.ts | 12 +- .../src/commands/PutChannelPolicyCommand.ts | 12 +- .../PutPlaybackConfigurationCommand.ts | 12 +- .../src/commands/StartChannelCommand.ts | 12 +- .../src/commands/StopChannelCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateChannelCommand.ts | 12 +- .../src/commands/UpdateLiveSourceCommand.ts | 12 +- .../src/commands/UpdateProgramCommand.ts | 12 +- .../commands/UpdateSourceLocationCommand.ts | 12 +- .../src/commands/UpdateVodSourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/MediaTailorServiceException.ts | 2 +- .../client-mediatailor/src/models/models_0.ts | 2 +- .../pagination/GetChannelSchedulePaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAlertsPaginator.ts | 2 +- .../src/pagination/ListChannelsPaginator.ts | 2 +- .../pagination/ListLiveSourcesPaginator.ts | 2 +- .../ListPlaybackConfigurationsPaginator.ts | 2 +- .../ListPrefetchSchedulesPaginator.ts | 2 +- .../ListSourceLocationsPaginator.ts | 2 +- .../src/pagination/ListVodSourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-mediatailor/src/runtimeConfig.ts | 24 +-- clients/client-memorydb/package.json | 41 ++--- clients/client-memorydb/src/MemoryDB.ts | 4 +- clients/client-memorydb/src/MemoryDBClient.ts | 28 ++- .../src/commands/BatchUpdateClusterCommand.ts | 12 +- .../src/commands/CopySnapshotCommand.ts | 12 +- .../src/commands/CreateACLCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../commands/CreateParameterGroupCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateSubnetGroupCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteACLCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../commands/DeleteParameterGroupCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../src/commands/DeleteSubnetGroupCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeACLsCommand.ts | 12 +- .../src/commands/DescribeClustersCommand.ts | 12 +- .../commands/DescribeEngineVersionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeParameterGroupsCommand.ts | 12 +- .../src/commands/DescribeParametersCommand.ts | 12 +- .../commands/DescribeReservedNodesCommand.ts | 12 +- .../DescribeReservedNodesOfferingsCommand.ts | 12 +- .../commands/DescribeServiceUpdatesCommand.ts | 12 +- .../src/commands/DescribeSnapshotsCommand.ts | 12 +- .../commands/DescribeSubnetGroupsCommand.ts | 12 +- .../src/commands/DescribeUsersCommand.ts | 12 +- .../src/commands/FailoverShardCommand.ts | 12 +- .../ListAllowedNodeTypeUpdatesCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../PurchaseReservedNodesOfferingCommand.ts | 12 +- .../commands/ResetParameterGroupCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateACLCommand.ts | 12 +- .../src/commands/UpdateClusterCommand.ts | 12 +- .../commands/UpdateParameterGroupCommand.ts | 12 +- .../src/commands/UpdateSubnetGroupCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-memorydb/src/endpoint/ruleset.ts | 2 +- .../src/models/MemoryDBServiceException.ts | 2 +- .../client-memorydb/src/models/models_0.ts | 2 +- .../src/pagination/DescribeACLsPaginator.ts | 2 +- .../pagination/DescribeClustersPaginator.ts | 2 +- .../DescribeEngineVersionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../DescribeParameterGroupsPaginator.ts | 2 +- .../pagination/DescribeParametersPaginator.ts | 2 +- ...DescribeReservedNodesOfferingsPaginator.ts | 2 +- .../DescribeReservedNodesPaginator.ts | 2 +- .../DescribeServiceUpdatesPaginator.ts | 2 +- .../pagination/DescribeSnapshotsPaginator.ts | 2 +- .../DescribeSubnetGroupsPaginator.ts | 2 +- .../src/pagination/DescribeUsersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-memorydb/src/runtimeConfig.ts | 24 +-- clients/client-mgn/package.json | 41 ++--- clients/client-mgn/src/Mgn.ts | 4 +- clients/client-mgn/src/MgnClient.ts | 28 ++- .../src/commands/ArchiveApplicationCommand.ts | 12 +- .../src/commands/ArchiveWaveCommand.ts | 12 +- .../commands/AssociateApplicationsCommand.ts | 12 +- .../commands/AssociateSourceServersCommand.ts | 12 +- .../ChangeServerLifeCycleStateCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- ...reateLaunchConfigurationTemplateCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- .../src/commands/CreateWaveCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../src/commands/DeleteJobCommand.ts | 12 +- ...eleteLaunchConfigurationTemplateCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- .../src/commands/DeleteSourceServerCommand.ts | 12 +- .../commands/DeleteVcenterClientCommand.ts | 12 +- .../src/commands/DeleteWaveCommand.ts | 12 +- .../commands/DescribeJobLogItemsCommand.ts | 12 +- .../src/commands/DescribeJobsCommand.ts | 12 +- ...ribeLaunchConfigurationTemplatesCommand.ts | 12 +- ...eplicationConfigurationTemplatesCommand.ts | 12 +- .../commands/DescribeSourceServersCommand.ts | 12 +- .../commands/DescribeVcenterClientsCommand.ts | 12 +- .../DisassociateApplicationsCommand.ts | 12 +- .../DisassociateSourceServersCommand.ts | 12 +- .../commands/DisconnectFromServiceCommand.ts | 12 +- .../src/commands/FinalizeCutoverCommand.ts | 12 +- .../commands/GetLaunchConfigurationCommand.ts | 12 +- .../GetReplicationConfigurationCommand.ts | 12 +- .../src/commands/InitializeServiceCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../src/commands/ListExportErrorsCommand.ts | 12 +- .../src/commands/ListExportsCommand.ts | 12 +- .../src/commands/ListImportErrorsCommand.ts | 12 +- .../src/commands/ListImportsCommand.ts | 12 +- .../ListSourceServerActionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTemplateActionsCommand.ts | 12 +- .../src/commands/ListWavesCommand.ts | 12 +- .../src/commands/MarkAsArchivedCommand.ts | 12 +- .../commands/PutSourceServerActionCommand.ts | 12 +- .../src/commands/PutTemplateActionCommand.ts | 12 +- .../RemoveSourceServerActionCommand.ts | 12 +- .../commands/RemoveTemplateActionCommand.ts | 12 +- .../commands/RetryDataReplicationCommand.ts | 12 +- .../src/commands/StartCutoverCommand.ts | 12 +- .../src/commands/StartExportCommand.ts | 12 +- .../src/commands/StartImportCommand.ts | 12 +- .../src/commands/StartReplicationCommand.ts | 12 +- .../src/commands/StartTestCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TerminateTargetInstancesCommand.ts | 12 +- .../commands/UnarchiveApplicationCommand.ts | 12 +- .../src/commands/UnarchiveWaveCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../UpdateLaunchConfigurationCommand.ts | 12 +- ...pdateLaunchConfigurationTemplateCommand.ts | 12 +- .../UpdateReplicationConfigurationCommand.ts | 12 +- ...ReplicationConfigurationTemplateCommand.ts | 12 +- ...pdateSourceServerReplicationTypeCommand.ts | 12 +- .../src/commands/UpdateWaveCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-mgn/src/endpoint/ruleset.ts | 2 +- .../src/models/MgnServiceException.ts | 2 +- clients/client-mgn/src/models/models_0.ts | 2 +- .../DescribeJobLogItemsPaginator.ts | 2 +- .../src/pagination/DescribeJobsPaginator.ts | 2 +- ...beLaunchConfigurationTemplatesPaginator.ts | 2 +- ...licationConfigurationTemplatesPaginator.ts | 2 +- .../DescribeSourceServersPaginator.ts | 2 +- .../DescribeVcenterClientsPaginator.ts | 2 +- .../client-mgn/src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../pagination/ListExportErrorsPaginator.ts | 2 +- .../src/pagination/ListExportsPaginator.ts | 2 +- .../pagination/ListImportErrorsPaginator.ts | 2 +- .../src/pagination/ListImportsPaginator.ts | 2 +- .../ListSourceServerActionsPaginator.ts | 2 +- .../ListTemplateActionsPaginator.ts | 2 +- .../src/pagination/ListWavesPaginator.ts | 2 +- .../client-mgn/src/protocols/Aws_restJson1.ts | 11 +- .../client-mgn/src/runtimeConfig.browser.ts | 14 +- .../client-mgn/src/runtimeConfig.shared.ts | 8 +- clients/client-mgn/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/MigrationHubRefactorSpaces.ts | 4 +- .../src/MigrationHubRefactorSpacesClient.ts | 28 ++- .../src/commands/CreateApplicationCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../src/commands/CreateRouteCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteRouteCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetRouteCommand.ts | 12 +- .../src/commands/GetServiceCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/ListEnvironmentVpcsCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../src/commands/ListRoutesCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateRouteCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...rationHubRefactorSpacesServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../ListEnvironmentVpcsPaginator.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../src/pagination/ListRoutesPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-migration-hub/package.json | 41 ++--- .../client-migration-hub/src/MigrationHub.ts | 4 +- .../src/MigrationHubClient.ts | 28 ++- .../AssociateCreatedArtifactCommand.ts | 12 +- .../AssociateDiscoveredResourceCommand.ts | 12 +- .../CreateProgressUpdateStreamCommand.ts | 12 +- .../DeleteProgressUpdateStreamCommand.ts | 12 +- .../DescribeApplicationStateCommand.ts | 12 +- .../commands/DescribeMigrationTaskCommand.ts | 12 +- .../DisassociateCreatedArtifactCommand.ts | 12 +- .../DisassociateDiscoveredResourceCommand.ts | 12 +- .../commands/ImportMigrationTaskCommand.ts | 12 +- .../commands/ListApplicationStatesCommand.ts | 12 +- .../commands/ListCreatedArtifactsCommand.ts | 12 +- .../ListDiscoveredResourcesCommand.ts | 12 +- .../src/commands/ListMigrationTasksCommand.ts | 12 +- .../ListProgressUpdateStreamsCommand.ts | 12 +- .../commands/NotifyApplicationStateCommand.ts | 12 +- .../NotifyMigrationTaskStateCommand.ts | 12 +- .../commands/PutResourceAttributesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/MigrationHubServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApplicationStatesPaginator.ts | 2 +- .../ListCreatedArtifactsPaginator.ts | 2 +- .../ListDiscoveredResourcesPaginator.ts | 2 +- .../pagination/ListMigrationTasksPaginator.ts | 2 +- .../ListProgressUpdateStreamsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-migration-hub/src/runtimeConfig.ts | 24 +-- .../client-migrationhub-config/package.json | 41 ++--- .../src/MigrationHubConfig.ts | 4 +- .../src/MigrationHubConfigClient.ts | 28 ++- .../CreateHomeRegionControlCommand.ts | 12 +- .../DescribeHomeRegionControlsCommand.ts | 12 +- .../src/commands/GetHomeRegionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../MigrationHubConfigServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeHomeRegionControlsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/MigrationHubOrchestrator.ts | 4 +- .../src/MigrationHubOrchestratorClient.ts | 28 ++- .../src/commands/CreateWorkflowCommand.ts | 12 +- .../src/commands/CreateWorkflowStepCommand.ts | 12 +- .../CreateWorkflowStepGroupCommand.ts | 12 +- .../src/commands/DeleteWorkflowCommand.ts | 12 +- .../src/commands/DeleteWorkflowStepCommand.ts | 12 +- .../DeleteWorkflowStepGroupCommand.ts | 12 +- .../src/commands/GetTemplateCommand.ts | 12 +- .../src/commands/GetTemplateStepCommand.ts | 12 +- .../commands/GetTemplateStepGroupCommand.ts | 12 +- .../src/commands/GetWorkflowCommand.ts | 12 +- .../src/commands/GetWorkflowStepCommand.ts | 12 +- .../commands/GetWorkflowStepGroupCommand.ts | 12 +- .../src/commands/ListPluginsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTemplateStepGroupsCommand.ts | 12 +- .../src/commands/ListTemplateStepsCommand.ts | 12 +- .../src/commands/ListTemplatesCommand.ts | 12 +- .../commands/ListWorkflowStepGroupsCommand.ts | 12 +- .../src/commands/ListWorkflowStepsCommand.ts | 12 +- .../src/commands/ListWorkflowsCommand.ts | 12 +- .../src/commands/RetryWorkflowStepCommand.ts | 12 +- .../src/commands/StartWorkflowCommand.ts | 12 +- .../src/commands/StopWorkflowCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateWorkflowCommand.ts | 12 +- .../src/commands/UpdateWorkflowStepCommand.ts | 12 +- .../UpdateWorkflowStepGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...igrationHubOrchestratorServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPluginsPaginator.ts | 2 +- .../ListTemplateStepGroupsPaginator.ts | 2 +- .../pagination/ListTemplateStepsPaginator.ts | 2 +- .../src/pagination/ListTemplatesPaginator.ts | 2 +- .../ListWorkflowStepGroupsPaginator.ts | 2 +- .../pagination/ListWorkflowStepsPaginator.ts | 2 +- .../src/pagination/ListWorkflowsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-migrationhubstrategy/package.json | 41 ++--- .../src/MigrationHubStrategy.ts | 4 +- .../src/MigrationHubStrategyClient.ts | 28 ++- .../GetApplicationComponentDetailsCommand.ts | 12 +- ...etApplicationComponentStrategiesCommand.ts | 12 +- .../src/commands/GetAssessmentCommand.ts | 12 +- .../src/commands/GetImportFileTaskCommand.ts | 12 +- .../commands/GetLatestAssessmentIdCommand.ts | 12 +- .../GetPortfolioPreferencesCommand.ts | 12 +- .../commands/GetPortfolioSummaryCommand.ts | 12 +- .../GetRecommendationReportDetailsCommand.ts | 12 +- .../src/commands/GetServerDetailsCommand.ts | 12 +- .../commands/GetServerStrategiesCommand.ts | 12 +- .../ListApplicationComponentsCommand.ts | 12 +- .../src/commands/ListCollectorsCommand.ts | 12 +- .../src/commands/ListImportFileTaskCommand.ts | 12 +- .../src/commands/ListServersCommand.ts | 12 +- .../PutPortfolioPreferencesCommand.ts | 12 +- .../src/commands/StartAssessmentCommand.ts | 12 +- .../commands/StartImportFileTaskCommand.ts | 12 +- ...rtRecommendationReportGenerationCommand.ts | 12 +- .../src/commands/StopAssessmentCommand.ts | 12 +- ...UpdateApplicationComponentConfigCommand.ts | 12 +- .../src/commands/UpdateServerConfigCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../MigrationHubStrategyServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/GetServerDetailsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApplicationComponentsPaginator.ts | 2 +- .../src/pagination/ListCollectorsPaginator.ts | 2 +- .../pagination/ListImportFileTaskPaginator.ts | 2 +- .../src/pagination/ListServersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-mobile/package.json | 41 ++--- clients/client-mobile/src/Mobile.ts | 4 +- clients/client-mobile/src/MobileClient.ts | 28 ++- .../src/commands/CreateProjectCommand.ts | 14 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DescribeBundleCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../src/commands/ExportBundleCommand.ts | 12 +- .../src/commands/ExportProjectCommand.ts | 12 +- .../src/commands/ListBundlesCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 14 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-mobile/src/endpoint/ruleset.ts | 2 +- .../src/models/MobileServiceException.ts | 2 +- clients/client-mobile/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListBundlesPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-mobile/src/runtimeConfig.shared.ts | 8 +- clients/client-mobile/src/runtimeConfig.ts | 24 +-- clients/client-mq/package.json | 41 ++--- clients/client-mq/src/Mq.ts | 4 +- clients/client-mq/src/MqClient.ts | 28 ++- .../src/commands/CreateBrokerCommand.ts | 12 +- .../commands/CreateConfigurationCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteBrokerCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeBrokerCommand.ts | 12 +- .../DescribeBrokerEngineTypesCommand.ts | 12 +- .../DescribeBrokerInstanceOptionsCommand.ts | 12 +- .../commands/DescribeConfigurationCommand.ts | 12 +- .../DescribeConfigurationRevisionCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- .../src/commands/ListBrokersCommand.ts | 12 +- .../ListConfigurationRevisionsCommand.ts | 12 +- .../src/commands/ListConfigurationsCommand.ts | 12 +- .../client-mq/src/commands/ListTagsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../client-mq/src/commands/PromoteCommand.ts | 12 +- .../src/commands/RebootBrokerCommand.ts | 12 +- .../src/commands/UpdateBrokerCommand.ts | 12 +- .../commands/UpdateConfigurationCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-mq/src/endpoint/ruleset.ts | 2 +- .../src/models/MqServiceException.ts | 2 +- clients/client-mq/src/models/models_0.ts | 2 +- .../client-mq/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListBrokersPaginator.ts | 2 +- .../client-mq/src/protocols/Aws_restJson1.ts | 11 +- .../client-mq/src/runtimeConfig.browser.ts | 14 +- clients/client-mq/src/runtimeConfig.shared.ts | 8 +- clients/client-mq/src/runtimeConfig.ts | 24 +-- clients/client-mturk/package.json | 41 ++--- clients/client-mturk/src/MTurk.ts | 4 +- clients/client-mturk/src/MTurkClient.ts | 28 ++- .../AcceptQualificationRequestCommand.ts | 12 +- .../src/commands/ApproveAssignmentCommand.ts | 12 +- ...AssociateQualificationWithWorkerCommand.ts | 12 +- ...reateAdditionalAssignmentsForHITCommand.ts | 12 +- .../src/commands/CreateHITCommand.ts | 12 +- .../src/commands/CreateHITTypeCommand.ts | 12 +- .../commands/CreateHITWithHITTypeCommand.ts | 12 +- .../CreateQualificationTypeCommand.ts | 12 +- .../src/commands/CreateWorkerBlockCommand.ts | 12 +- .../src/commands/DeleteHITCommand.ts | 12 +- .../DeleteQualificationTypeCommand.ts | 12 +- .../src/commands/DeleteWorkerBlockCommand.ts | 12 +- ...associateQualificationFromWorkerCommand.ts | 12 +- .../src/commands/GetAccountBalanceCommand.ts | 12 +- .../src/commands/GetAssignmentCommand.ts | 12 +- .../src/commands/GetFileUploadURLCommand.ts | 12 +- .../src/commands/GetHITCommand.ts | 12 +- .../commands/GetQualificationScoreCommand.ts | 12 +- .../commands/GetQualificationTypeCommand.ts | 12 +- .../commands/ListAssignmentsForHITCommand.ts | 12 +- .../src/commands/ListBonusPaymentsCommand.ts | 12 +- .../src/commands/ListHITsCommand.ts | 12 +- .../ListHITsForQualificationTypeCommand.ts | 12 +- .../ListQualificationRequestsCommand.ts | 12 +- .../commands/ListQualificationTypesCommand.ts | 12 +- .../ListReviewPolicyResultsForHITCommand.ts | 12 +- .../src/commands/ListReviewableHITsCommand.ts | 12 +- .../src/commands/ListWorkerBlocksCommand.ts | 12 +- ...ListWorkersWithQualificationTypeCommand.ts | 12 +- .../src/commands/NotifyWorkersCommand.ts | 12 +- .../src/commands/RejectAssignmentCommand.ts | 12 +- .../RejectQualificationRequestCommand.ts | 12 +- .../src/commands/SendBonusCommand.ts | 12 +- .../SendTestEventNotificationCommand.ts | 12 +- .../commands/UpdateExpirationForHITCommand.ts | 12 +- .../commands/UpdateHITReviewStatusCommand.ts | 12 +- .../src/commands/UpdateHITTypeOfHITCommand.ts | 12 +- .../UpdateNotificationSettingsCommand.ts | 12 +- .../UpdateQualificationTypeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-mturk/src/endpoint/ruleset.ts | 2 +- .../src/models/MTurkServiceException.ts | 2 +- clients/client-mturk/src/models/models_0.ts | 2 +- .../client-mturk/src/pagination/Interfaces.ts | 2 +- .../ListAssignmentsForHITPaginator.ts | 2 +- .../pagination/ListBonusPaymentsPaginator.ts | 2 +- .../ListHITsForQualificationTypePaginator.ts | 2 +- .../src/pagination/ListHITsPaginator.ts | 2 +- .../ListQualificationRequestsPaginator.ts | 2 +- .../ListQualificationTypesPaginator.ts | 2 +- .../ListReviewPolicyResultsForHITPaginator.ts | 2 +- .../pagination/ListReviewableHITsPaginator.ts | 2 +- .../pagination/ListWorkerBlocksPaginator.ts | 2 +- ...stWorkersWithQualificationTypePaginator.ts | 2 +- .../client-mturk/src/protocols/Aws_json1_1.ts | 12 +- .../client-mturk/src/runtimeConfig.browser.ts | 14 +- .../client-mturk/src/runtimeConfig.shared.ts | 8 +- clients/client-mturk/src/runtimeConfig.ts | 24 +-- clients/client-mwaa/package.json | 41 ++--- clients/client-mwaa/src/MWAA.ts | 4 +- clients/client-mwaa/src/MWAAClient.ts | 28 ++- .../src/commands/CreateCliTokenCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../commands/CreateWebLoginTokenCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PublishMetricsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-mwaa/src/endpoint/ruleset.ts | 2 +- .../src/models/MWAAServiceException.ts | 2 +- clients/client-mwaa/src/models/models_0.ts | 2 +- .../client-mwaa/src/pagination/Interfaces.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../client-mwaa/src/runtimeConfig.browser.ts | 14 +- .../client-mwaa/src/runtimeConfig.shared.ts | 8 +- clients/client-mwaa/src/runtimeConfig.ts | 24 +-- clients/client-neptune/package.json | 43 ++--- clients/client-neptune/src/Neptune.ts | 4 +- clients/client-neptune/src/NeptuneClient.ts | 28 ++- .../src/commands/AddRoleToDBClusterCommand.ts | 12 +- ...ddSourceIdentifierToSubscriptionCommand.ts | 12 +- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../ApplyPendingMaintenanceActionCommand.ts | 12 +- .../CopyDBClusterParameterGroupCommand.ts | 12 +- .../commands/CopyDBClusterSnapshotCommand.ts | 12 +- .../commands/CopyDBParameterGroupCommand.ts | 12 +- .../src/commands/CreateDBClusterCommand.ts | 12 +- .../CreateDBClusterEndpointCommand.ts | 12 +- .../CreateDBClusterParameterGroupCommand.ts | 12 +- .../CreateDBClusterSnapshotCommand.ts | 12 +- .../src/commands/CreateDBInstanceCommand.ts | 12 +- .../commands/CreateDBParameterGroupCommand.ts | 12 +- .../commands/CreateDBSubnetGroupCommand.ts | 12 +- .../CreateEventSubscriptionCommand.ts | 12 +- .../commands/CreateGlobalClusterCommand.ts | 12 +- .../src/commands/DeleteDBClusterCommand.ts | 12 +- .../DeleteDBClusterEndpointCommand.ts | 12 +- .../DeleteDBClusterParameterGroupCommand.ts | 12 +- .../DeleteDBClusterSnapshotCommand.ts | 12 +- .../src/commands/DeleteDBInstanceCommand.ts | 12 +- .../commands/DeleteDBParameterGroupCommand.ts | 12 +- .../commands/DeleteDBSubnetGroupCommand.ts | 12 +- .../DeleteEventSubscriptionCommand.ts | 12 +- .../commands/DeleteGlobalClusterCommand.ts | 12 +- .../DescribeDBClusterEndpointsCommand.ts | 12 +- ...DescribeDBClusterParameterGroupsCommand.ts | 12 +- .../DescribeDBClusterParametersCommand.ts | 12 +- ...cribeDBClusterSnapshotAttributesCommand.ts | 12 +- .../DescribeDBClusterSnapshotsCommand.ts | 12 +- .../src/commands/DescribeDBClustersCommand.ts | 12 +- .../DescribeDBEngineVersionsCommand.ts | 12 +- .../commands/DescribeDBInstancesCommand.ts | 12 +- .../DescribeDBParameterGroupsCommand.ts | 12 +- .../commands/DescribeDBParametersCommand.ts | 12 +- .../commands/DescribeDBSubnetGroupsCommand.ts | 12 +- ...beEngineDefaultClusterParametersCommand.ts | 12 +- .../DescribeEngineDefaultParametersCommand.ts | 12 +- .../DescribeEventCategoriesCommand.ts | 12 +- .../DescribeEventSubscriptionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../commands/DescribeGlobalClustersCommand.ts | 12 +- ...scribeOrderableDBInstanceOptionsCommand.ts | 12 +- ...escribePendingMaintenanceActionsCommand.ts | 12 +- ...ribeValidDBInstanceModificationsCommand.ts | 12 +- .../src/commands/FailoverDBClusterCommand.ts | 12 +- .../commands/FailoverGlobalClusterCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ModifyDBClusterCommand.ts | 12 +- .../ModifyDBClusterEndpointCommand.ts | 12 +- .../ModifyDBClusterParameterGroupCommand.ts | 12 +- ...ModifyDBClusterSnapshotAttributeCommand.ts | 12 +- .../src/commands/ModifyDBInstanceCommand.ts | 12 +- .../commands/ModifyDBParameterGroupCommand.ts | 12 +- .../commands/ModifyDBSubnetGroupCommand.ts | 12 +- .../ModifyEventSubscriptionCommand.ts | 12 +- .../commands/ModifyGlobalClusterCommand.ts | 12 +- .../PromoteReadReplicaDBClusterCommand.ts | 12 +- .../src/commands/RebootDBInstanceCommand.ts | 12 +- .../RemoveFromGlobalClusterCommand.ts | 12 +- .../RemoveRoleFromDBClusterCommand.ts | 12 +- ...SourceIdentifierFromSubscriptionCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../ResetDBClusterParameterGroupCommand.ts | 12 +- .../commands/ResetDBParameterGroupCommand.ts | 12 +- .../RestoreDBClusterFromSnapshotCommand.ts | 12 +- .../RestoreDBClusterToPointInTimeCommand.ts | 12 +- .../src/commands/StartDBClusterCommand.ts | 12 +- .../src/commands/StopDBClusterCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-neptune/src/endpoint/ruleset.ts | 2 +- .../src/models/NeptuneServiceException.ts | 2 +- clients/client-neptune/src/models/models_0.ts | 2 +- .../DescribeDBClusterEndpointsPaginator.ts | 2 +- ...scribeDBClusterParameterGroupsPaginator.ts | 2 +- .../DescribeDBClusterParametersPaginator.ts | 2 +- .../DescribeDBClusterSnapshotsPaginator.ts | 2 +- .../pagination/DescribeDBClustersPaginator.ts | 2 +- .../DescribeDBEngineVersionsPaginator.ts | 2 +- .../DescribeDBInstancesPaginator.ts | 2 +- .../DescribeDBParameterGroupsPaginator.ts | 2 +- .../DescribeDBParametersPaginator.ts | 2 +- .../DescribeDBSubnetGroupsPaginator.ts | 2 +- ...escribeEngineDefaultParametersPaginator.ts | 2 +- .../DescribeEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../DescribeGlobalClustersPaginator.ts | 2 +- ...ribeOrderableDBInstanceOptionsPaginator.ts | 2 +- ...cribePendingMaintenanceActionsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../client-neptune/src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-neptune/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForDBInstanceAvailable.ts | 2 +- .../src/waiters/waitForDBInstanceDeleted.ts | 2 +- clients/client-network-firewall/package.json | 41 ++--- .../src/NetworkFirewall.ts | 4 +- .../src/NetworkFirewallClient.ts | 28 ++- .../AssociateFirewallPolicyCommand.ts | 12 +- .../src/commands/AssociateSubnetsCommand.ts | 12 +- .../src/commands/CreateFirewallCommand.ts | 12 +- .../commands/CreateFirewallPolicyCommand.ts | 12 +- .../src/commands/CreateRuleGroupCommand.ts | 12 +- ...CreateTLSInspectionConfigurationCommand.ts | 12 +- .../src/commands/DeleteFirewallCommand.ts | 12 +- .../commands/DeleteFirewallPolicyCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteRuleGroupCommand.ts | 12 +- ...DeleteTLSInspectionConfigurationCommand.ts | 12 +- .../src/commands/DescribeFirewallCommand.ts | 12 +- .../commands/DescribeFirewallPolicyCommand.ts | 12 +- .../DescribeLoggingConfigurationCommand.ts | 12 +- .../commands/DescribeResourcePolicyCommand.ts | 12 +- .../src/commands/DescribeRuleGroupCommand.ts | 12 +- .../DescribeRuleGroupMetadataCommand.ts | 12 +- ...scribeTLSInspectionConfigurationCommand.ts | 12 +- .../commands/DisassociateSubnetsCommand.ts | 12 +- .../commands/ListFirewallPoliciesCommand.ts | 12 +- .../src/commands/ListFirewallsCommand.ts | 12 +- .../src/commands/ListRuleGroupsCommand.ts | 12 +- .../ListTLSInspectionConfigurationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateFirewallDeleteProtectionCommand.ts | 12 +- .../UpdateFirewallDescriptionCommand.ts | 12 +- ...eFirewallEncryptionConfigurationCommand.ts | 12 +- ...teFirewallPolicyChangeProtectionCommand.ts | 12 +- .../commands/UpdateFirewallPolicyCommand.ts | 12 +- .../UpdateLoggingConfigurationCommand.ts | 12 +- .../src/commands/UpdateRuleGroupCommand.ts | 12 +- .../UpdateSubnetChangeProtectionCommand.ts | 12 +- ...UpdateTLSInspectionConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/NetworkFirewallServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListFirewallPoliciesPaginator.ts | 2 +- .../src/pagination/ListFirewallsPaginator.ts | 2 +- .../src/pagination/ListRuleGroupsPaginator.ts | 2 +- ...istTLSInspectionConfigurationsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-networkmanager/package.json | 41 ++--- .../src/NetworkManager.ts | 4 +- .../src/NetworkManagerClient.ts | 28 ++- .../src/commands/AcceptAttachmentCommand.ts | 12 +- .../commands/AssociateConnectPeerCommand.ts | 12 +- .../AssociateCustomerGatewayCommand.ts | 12 +- .../src/commands/AssociateLinkCommand.ts | 12 +- ...sociateTransitGatewayConnectPeerCommand.ts | 12 +- .../CreateConnectAttachmentCommand.ts | 12 +- .../src/commands/CreateConnectPeerCommand.ts | 12 +- .../src/commands/CreateConnectionCommand.ts | 12 +- .../src/commands/CreateCoreNetworkCommand.ts | 12 +- .../src/commands/CreateDeviceCommand.ts | 12 +- .../commands/CreateGlobalNetworkCommand.ts | 12 +- .../src/commands/CreateLinkCommand.ts | 12 +- .../src/commands/CreateSiteCommand.ts | 12 +- .../CreateSiteToSiteVpnAttachmentCommand.ts | 12 +- .../CreateTransitGatewayPeeringCommand.ts | 12 +- ...ansitGatewayRouteTableAttachmentCommand.ts | 12 +- .../commands/CreateVpcAttachmentCommand.ts | 12 +- .../src/commands/DeleteAttachmentCommand.ts | 12 +- .../src/commands/DeleteConnectPeerCommand.ts | 12 +- .../src/commands/DeleteConnectionCommand.ts | 12 +- .../src/commands/DeleteCoreNetworkCommand.ts | 12 +- .../DeleteCoreNetworkPolicyVersionCommand.ts | 12 +- .../src/commands/DeleteDeviceCommand.ts | 12 +- .../commands/DeleteGlobalNetworkCommand.ts | 12 +- .../src/commands/DeleteLinkCommand.ts | 12 +- .../src/commands/DeletePeeringCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSiteCommand.ts | 12 +- .../DeregisterTransitGatewayCommand.ts | 12 +- .../commands/DescribeGlobalNetworksCommand.ts | 12 +- .../DisassociateConnectPeerCommand.ts | 12 +- .../DisassociateCustomerGatewayCommand.ts | 12 +- .../src/commands/DisassociateLinkCommand.ts | 12 +- ...sociateTransitGatewayConnectPeerCommand.ts | 12 +- .../ExecuteCoreNetworkChangeSetCommand.ts | 12 +- .../commands/GetConnectAttachmentCommand.ts | 12 +- .../GetConnectPeerAssociationsCommand.ts | 12 +- .../src/commands/GetConnectPeerCommand.ts | 12 +- .../src/commands/GetConnectionsCommand.ts | 12 +- .../GetCoreNetworkChangeEventsCommand.ts | 12 +- .../GetCoreNetworkChangeSetCommand.ts | 12 +- .../src/commands/GetCoreNetworkCommand.ts | 12 +- .../commands/GetCoreNetworkPolicyCommand.ts | 12 +- .../GetCustomerGatewayAssociationsCommand.ts | 12 +- .../src/commands/GetDevicesCommand.ts | 12 +- .../commands/GetLinkAssociationsCommand.ts | 12 +- .../src/commands/GetLinksCommand.ts | 12 +- .../GetNetworkResourceCountsCommand.ts | 12 +- .../GetNetworkResourceRelationshipsCommand.ts | 12 +- .../commands/GetNetworkResourcesCommand.ts | 12 +- .../src/commands/GetNetworkRoutesCommand.ts | 12 +- .../commands/GetNetworkTelemetryCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetRouteAnalysisCommand.ts | 12 +- .../GetSiteToSiteVpnAttachmentCommand.ts | 12 +- .../src/commands/GetSitesCommand.ts | 12 +- ...itGatewayConnectPeerAssociationsCommand.ts | 12 +- .../GetTransitGatewayPeeringCommand.ts | 12 +- .../GetTransitGatewayRegistrationsCommand.ts | 12 +- ...ansitGatewayRouteTableAttachmentCommand.ts | 12 +- .../src/commands/GetVpcAttachmentCommand.ts | 12 +- .../src/commands/ListAttachmentsCommand.ts | 12 +- .../src/commands/ListConnectPeersCommand.ts | 12 +- .../ListCoreNetworkPolicyVersionsCommand.ts | 12 +- .../src/commands/ListCoreNetworksCommand.ts | 12 +- ...tOrganizationServiceAccessStatusCommand.ts | 12 +- .../src/commands/ListPeeringsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/PutCoreNetworkPolicyCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../commands/RegisterTransitGatewayCommand.ts | 12 +- .../src/commands/RejectAttachmentCommand.ts | 12 +- .../RestoreCoreNetworkPolicyVersionCommand.ts | 12 +- ...tOrganizationServiceAccessUpdateCommand.ts | 12 +- .../src/commands/StartRouteAnalysisCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateConnectionCommand.ts | 12 +- .../src/commands/UpdateCoreNetworkCommand.ts | 12 +- .../src/commands/UpdateDeviceCommand.ts | 12 +- .../commands/UpdateGlobalNetworkCommand.ts | 12 +- .../src/commands/UpdateLinkCommand.ts | 12 +- .../UpdateNetworkResourceMetadataCommand.ts | 12 +- .../src/commands/UpdateSiteCommand.ts | 12 +- .../commands/UpdateVpcAttachmentCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/NetworkManagerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeGlobalNetworksPaginator.ts | 2 +- .../GetConnectPeerAssociationsPaginator.ts | 2 +- .../src/pagination/GetConnectionsPaginator.ts | 2 +- .../GetCoreNetworkChangeEventsPaginator.ts | 2 +- .../GetCoreNetworkChangeSetPaginator.ts | 2 +- ...GetCustomerGatewayAssociationsPaginator.ts | 2 +- .../src/pagination/GetDevicesPaginator.ts | 2 +- .../GetLinkAssociationsPaginator.ts | 2 +- .../src/pagination/GetLinksPaginator.ts | 2 +- .../GetNetworkResourceCountsPaginator.ts | 2 +- ...etNetworkResourceRelationshipsPaginator.ts | 2 +- .../GetNetworkResourcesPaginator.ts | 2 +- .../GetNetworkTelemetryPaginator.ts | 2 +- .../src/pagination/GetSitesPaginator.ts | 2 +- ...GatewayConnectPeerAssociationsPaginator.ts | 2 +- ...GetTransitGatewayRegistrationsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAttachmentsPaginator.ts | 2 +- .../pagination/ListConnectPeersPaginator.ts | 2 +- .../ListCoreNetworkPolicyVersionsPaginator.ts | 2 +- .../pagination/ListCoreNetworksPaginator.ts | 2 +- .../src/pagination/ListPeeringsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-nimble/package.json | 43 ++--- clients/client-nimble/src/Nimble.ts | 4 +- clients/client-nimble/src/NimbleClient.ts | 28 ++- .../src/commands/AcceptEulasCommand.ts | 12 +- .../commands/CreateLaunchProfileCommand.ts | 12 +- .../commands/CreateStreamingImageCommand.ts | 12 +- .../commands/CreateStreamingSessionCommand.ts | 12 +- .../CreateStreamingSessionStreamCommand.ts | 12 +- .../src/commands/CreateStudioCommand.ts | 12 +- .../commands/CreateStudioComponentCommand.ts | 12 +- .../commands/DeleteLaunchProfileCommand.ts | 12 +- .../DeleteLaunchProfileMemberCommand.ts | 12 +- .../commands/DeleteStreamingImageCommand.ts | 12 +- .../commands/DeleteStreamingSessionCommand.ts | 12 +- .../src/commands/DeleteStudioCommand.ts | 12 +- .../commands/DeleteStudioComponentCommand.ts | 12 +- .../src/commands/DeleteStudioMemberCommand.ts | 12 +- .../src/commands/GetEulaCommand.ts | 12 +- .../src/commands/GetLaunchProfileCommand.ts | 12 +- .../GetLaunchProfileDetailsCommand.ts | 12 +- .../GetLaunchProfileInitializationCommand.ts | 12 +- .../commands/GetLaunchProfileMemberCommand.ts | 12 +- .../src/commands/GetStreamingImageCommand.ts | 12 +- .../GetStreamingSessionBackupCommand.ts | 12 +- .../commands/GetStreamingSessionCommand.ts | 12 +- .../GetStreamingSessionStreamCommand.ts | 12 +- .../src/commands/GetStudioCommand.ts | 12 +- .../src/commands/GetStudioComponentCommand.ts | 12 +- .../src/commands/GetStudioMemberCommand.ts | 12 +- .../commands/ListEulaAcceptancesCommand.ts | 12 +- .../src/commands/ListEulasCommand.ts | 12 +- .../ListLaunchProfileMembersCommand.ts | 12 +- .../src/commands/ListLaunchProfilesCommand.ts | 12 +- .../commands/ListStreamingImagesCommand.ts | 12 +- .../ListStreamingSessionBackupsCommand.ts | 12 +- .../commands/ListStreamingSessionsCommand.ts | 12 +- .../commands/ListStudioComponentsCommand.ts | 12 +- .../src/commands/ListStudioMembersCommand.ts | 12 +- .../src/commands/ListStudiosCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutLaunchProfileMembersCommand.ts | 12 +- .../src/commands/PutStudioMembersCommand.ts | 12 +- .../commands/StartStreamingSessionCommand.ts | 12 +- ...tartStudioSSOConfigurationRepairCommand.ts | 12 +- .../commands/StopStreamingSessionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateLaunchProfileCommand.ts | 12 +- .../UpdateLaunchProfileMemberCommand.ts | 12 +- .../commands/UpdateStreamingImageCommand.ts | 12 +- .../src/commands/UpdateStudioCommand.ts | 12 +- .../commands/UpdateStudioComponentCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-nimble/src/endpoint/ruleset.ts | 2 +- .../src/models/NimbleServiceException.ts | 2 +- clients/client-nimble/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEulaAcceptancesPaginator.ts | 2 +- .../src/pagination/ListEulasPaginator.ts | 2 +- .../ListLaunchProfileMembersPaginator.ts | 2 +- .../pagination/ListLaunchProfilesPaginator.ts | 2 +- .../ListStreamingImagesPaginator.ts | 2 +- .../ListStreamingSessionBackupsPaginator.ts | 2 +- .../ListStreamingSessionsPaginator.ts | 2 +- .../ListStudioComponentsPaginator.ts | 2 +- .../pagination/ListStudioMembersPaginator.ts | 2 +- .../src/pagination/ListStudiosPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-nimble/src/runtimeConfig.shared.ts | 8 +- clients/client-nimble/src/runtimeConfig.ts | 24 +-- .../waiters/waitForLaunchProfileDeleted.ts | 2 +- .../src/waiters/waitForLaunchProfileReady.ts | 2 +- .../waiters/waitForStreamingImageDeleted.ts | 2 +- .../src/waiters/waitForStreamingImageReady.ts | 2 +- .../waiters/waitForStreamingSessionDeleted.ts | 2 +- .../waiters/waitForStreamingSessionReady.ts | 2 +- .../waiters/waitForStreamingSessionStopped.ts | 2 +- .../waitForStreamingSessionStreamReady.ts | 2 +- .../waiters/waitForStudioComponentDeleted.ts | 2 +- .../waiters/waitForStudioComponentReady.ts | 2 +- .../src/waiters/waitForStudioDeleted.ts | 2 +- .../src/waiters/waitForStudioReady.ts | 2 +- clients/client-oam/package.json | 41 ++--- clients/client-oam/src/OAM.ts | 4 +- clients/client-oam/src/OAMClient.ts | 28 ++- .../src/commands/CreateLinkCommand.ts | 12 +- .../src/commands/CreateSinkCommand.ts | 12 +- .../src/commands/DeleteLinkCommand.ts | 12 +- .../src/commands/DeleteSinkCommand.ts | 12 +- .../client-oam/src/commands/GetLinkCommand.ts | 12 +- .../client-oam/src/commands/GetSinkCommand.ts | 12 +- .../src/commands/GetSinkPolicyCommand.ts | 12 +- .../src/commands/ListAttachedLinksCommand.ts | 12 +- .../src/commands/ListLinksCommand.ts | 12 +- .../src/commands/ListSinksCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutSinkPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateLinkCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-oam/src/endpoint/ruleset.ts | 2 +- .../src/models/OAMServiceException.ts | 2 +- clients/client-oam/src/models/models_0.ts | 2 +- .../client-oam/src/pagination/Interfaces.ts | 2 +- .../pagination/ListAttachedLinksPaginator.ts | 2 +- .../src/pagination/ListLinksPaginator.ts | 2 +- .../src/pagination/ListSinksPaginator.ts | 2 +- .../client-oam/src/protocols/Aws_restJson1.ts | 11 +- .../client-oam/src/runtimeConfig.browser.ts | 14 +- .../client-oam/src/runtimeConfig.shared.ts | 8 +- clients/client-oam/src/runtimeConfig.ts | 24 +-- clients/client-omics/package.json | 45 ++--- clients/client-omics/src/Omics.ts | 4 +- clients/client-omics/src/OmicsClient.ts | 28 ++- .../AbortMultipartReadSetUploadCommand.ts | 12 +- .../src/commands/BatchDeleteReadSetCommand.ts | 12 +- .../CancelAnnotationImportJobCommand.ts | 12 +- .../src/commands/CancelRunCommand.ts | 12 +- .../commands/CancelVariantImportJobCommand.ts | 12 +- .../CompleteMultipartReadSetUploadCommand.ts | 12 +- .../commands/CreateAnnotationStoreCommand.ts | 12 +- .../CreateMultipartReadSetUploadCommand.ts | 12 +- .../commands/CreateReferenceStoreCommand.ts | 12 +- .../src/commands/CreateRunGroupCommand.ts | 12 +- .../commands/CreateSequenceStoreCommand.ts | 12 +- .../src/commands/CreateVariantStoreCommand.ts | 12 +- .../src/commands/CreateWorkflowCommand.ts | 12 +- .../commands/DeleteAnnotationStoreCommand.ts | 12 +- .../src/commands/DeleteReferenceCommand.ts | 12 +- .../commands/DeleteReferenceStoreCommand.ts | 12 +- .../src/commands/DeleteRunCommand.ts | 12 +- .../src/commands/DeleteRunGroupCommand.ts | 12 +- .../commands/DeleteSequenceStoreCommand.ts | 12 +- .../src/commands/DeleteVariantStoreCommand.ts | 12 +- .../src/commands/DeleteWorkflowCommand.ts | 12 +- .../commands/GetAnnotationImportJobCommand.ts | 12 +- .../src/commands/GetAnnotationStoreCommand.ts | 12 +- .../GetReadSetActivationJobCommand.ts | 12 +- .../src/commands/GetReadSetCommand.ts | 12 +- .../commands/GetReadSetExportJobCommand.ts | 12 +- .../commands/GetReadSetImportJobCommand.ts | 12 +- .../src/commands/GetReadSetMetadataCommand.ts | 12 +- .../src/commands/GetReferenceCommand.ts | 12 +- .../commands/GetReferenceImportJobCommand.ts | 12 +- .../commands/GetReferenceMetadataCommand.ts | 12 +- .../src/commands/GetReferenceStoreCommand.ts | 12 +- .../src/commands/GetRunCommand.ts | 12 +- .../src/commands/GetRunGroupCommand.ts | 12 +- .../src/commands/GetRunTaskCommand.ts | 12 +- .../src/commands/GetSequenceStoreCommand.ts | 12 +- .../commands/GetVariantImportJobCommand.ts | 12 +- .../src/commands/GetVariantStoreCommand.ts | 12 +- .../src/commands/GetWorkflowCommand.ts | 12 +- .../ListAnnotationImportJobsCommand.ts | 12 +- .../commands/ListAnnotationStoresCommand.ts | 12 +- .../ListMultipartReadSetUploadsCommand.ts | 12 +- .../ListReadSetActivationJobsCommand.ts | 12 +- .../commands/ListReadSetExportJobsCommand.ts | 12 +- .../commands/ListReadSetImportJobsCommand.ts | 12 +- .../commands/ListReadSetUploadPartsCommand.ts | 12 +- .../src/commands/ListReadSetsCommand.ts | 12 +- .../ListReferenceImportJobsCommand.ts | 12 +- .../commands/ListReferenceStoresCommand.ts | 12 +- .../src/commands/ListReferencesCommand.ts | 12 +- .../src/commands/ListRunGroupsCommand.ts | 12 +- .../src/commands/ListRunTasksCommand.ts | 12 +- .../src/commands/ListRunsCommand.ts | 12 +- .../src/commands/ListSequenceStoresCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListVariantImportJobsCommand.ts | 12 +- .../src/commands/ListVariantStoresCommand.ts | 12 +- .../src/commands/ListWorkflowsCommand.ts | 12 +- .../StartAnnotationImportJobCommand.ts | 12 +- .../StartReadSetActivationJobCommand.ts | 12 +- .../commands/StartReadSetExportJobCommand.ts | 12 +- .../commands/StartReadSetImportJobCommand.ts | 12 +- .../StartReferenceImportJobCommand.ts | 12 +- .../src/commands/StartRunCommand.ts | 12 +- .../commands/StartVariantImportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateAnnotationStoreCommand.ts | 12 +- .../src/commands/UpdateRunGroupCommand.ts | 12 +- .../src/commands/UpdateVariantStoreCommand.ts | 12 +- .../src/commands/UpdateWorkflowCommand.ts | 12 +- .../src/commands/UploadReadSetPartCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-omics/src/endpoint/ruleset.ts | 2 +- .../src/models/OmicsServiceException.ts | 2 +- clients/client-omics/src/models/models_0.ts | 4 +- .../client-omics/src/pagination/Interfaces.ts | 2 +- .../ListAnnotationImportJobsPaginator.ts | 2 +- .../ListAnnotationStoresPaginator.ts | 2 +- .../ListMultipartReadSetUploadsPaginator.ts | 2 +- .../ListReadSetActivationJobsPaginator.ts | 2 +- .../ListReadSetExportJobsPaginator.ts | 2 +- .../ListReadSetImportJobsPaginator.ts | 2 +- .../ListReadSetUploadPartsPaginator.ts | 2 +- .../src/pagination/ListReadSetsPaginator.ts | 2 +- .../ListReferenceImportJobsPaginator.ts | 2 +- .../ListReferenceStoresPaginator.ts | 2 +- .../src/pagination/ListReferencesPaginator.ts | 2 +- .../src/pagination/ListRunGroupsPaginator.ts | 2 +- .../src/pagination/ListRunTasksPaginator.ts | 2 +- .../src/pagination/ListRunsPaginator.ts | 2 +- .../pagination/ListSequenceStoresPaginator.ts | 2 +- .../ListVariantImportJobsPaginator.ts | 2 +- .../pagination/ListVariantStoresPaginator.ts | 2 +- .../src/pagination/ListWorkflowsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../client-omics/src/runtimeConfig.browser.ts | 14 +- .../client-omics/src/runtimeConfig.shared.ts | 10 +- clients/client-omics/src/runtimeConfig.ts | 24 +-- .../waitForAnnotationImportJobCreated.ts | 2 +- .../waiters/waitForAnnotationStoreCreated.ts | 2 +- .../waiters/waitForAnnotationStoreDeleted.ts | 2 +- .../waitForReadSetActivationJobCompleted.ts | 2 +- .../waitForReadSetExportJobCompleted.ts | 2 +- .../waitForReadSetImportJobCompleted.ts | 2 +- .../waitForReferenceImportJobCompleted.ts | 2 +- .../src/waiters/waitForRunCompleted.ts | 2 +- .../src/waiters/waitForRunRunning.ts | 2 +- .../src/waiters/waitForTaskCompleted.ts | 2 +- .../src/waiters/waitForTaskRunning.ts | 2 +- .../waiters/waitForVariantImportJobCreated.ts | 2 +- .../src/waiters/waitForVariantStoreCreated.ts | 2 +- .../src/waiters/waitForVariantStoreDeleted.ts | 2 +- .../src/waiters/waitForWorkflowActive.ts | 2 +- clients/client-opensearch/package.json | 41 ++--- clients/client-opensearch/src/OpenSearch.ts | 4 +- .../client-opensearch/src/OpenSearchClient.ts | 28 ++- .../AcceptInboundConnectionCommand.ts | 12 +- .../src/commands/AddTagsCommand.ts | 12 +- .../src/commands/AssociatePackageCommand.ts | 12 +- .../AuthorizeVpcEndpointAccessCommand.ts | 12 +- .../CancelServiceSoftwareUpdateCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../CreateOutboundConnectionCommand.ts | 12 +- .../src/commands/CreatePackageCommand.ts | 12 +- .../src/commands/CreateVpcEndpointCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../DeleteInboundConnectionCommand.ts | 12 +- .../DeleteOutboundConnectionCommand.ts | 12 +- .../src/commands/DeletePackageCommand.ts | 12 +- .../src/commands/DeleteVpcEndpointCommand.ts | 12 +- .../DescribeDomainAutoTunesCommand.ts | 12 +- .../DescribeDomainChangeProgressCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../commands/DescribeDomainConfigCommand.ts | 12 +- .../commands/DescribeDomainHealthCommand.ts | 12 +- .../commands/DescribeDomainNodesCommand.ts | 12 +- .../src/commands/DescribeDomainsCommand.ts | 12 +- .../commands/DescribeDryRunProgressCommand.ts | 12 +- .../DescribeInboundConnectionsCommand.ts | 12 +- .../DescribeInstanceTypeLimitsCommand.ts | 12 +- .../DescribeOutboundConnectionsCommand.ts | 12 +- .../src/commands/DescribePackagesCommand.ts | 12 +- ...escribeReservedInstanceOfferingsCommand.ts | 12 +- .../DescribeReservedInstancesCommand.ts | 12 +- .../commands/DescribeVpcEndpointsCommand.ts | 12 +- .../src/commands/DissociatePackageCommand.ts | 12 +- .../commands/GetCompatibleVersionsCommand.ts | 12 +- .../GetPackageVersionHistoryCommand.ts | 12 +- .../src/commands/GetUpgradeHistoryCommand.ts | 12 +- .../src/commands/GetUpgradeStatusCommand.ts | 12 +- .../src/commands/ListDomainNamesCommand.ts | 12 +- .../commands/ListDomainsForPackageCommand.ts | 12 +- .../ListInstanceTypeDetailsCommand.ts | 12 +- .../commands/ListPackagesForDomainCommand.ts | 12 +- .../commands/ListScheduledActionsCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/ListVersionsCommand.ts | 12 +- .../commands/ListVpcEndpointAccessCommand.ts | 12 +- .../src/commands/ListVpcEndpointsCommand.ts | 12 +- .../ListVpcEndpointsForDomainCommand.ts | 12 +- ...PurchaseReservedInstanceOfferingCommand.ts | 12 +- .../RejectInboundConnectionCommand.ts | 12 +- .../src/commands/RemoveTagsCommand.ts | 12 +- .../RevokeVpcEndpointAccessCommand.ts | 12 +- .../StartServiceSoftwareUpdateCommand.ts | 12 +- .../src/commands/UpdateDomainConfigCommand.ts | 12 +- .../src/commands/UpdatePackageCommand.ts | 12 +- .../commands/UpdateScheduledActionCommand.ts | 12 +- .../src/commands/UpdateVpcEndpointCommand.ts | 12 +- .../src/commands/UpgradeDomainCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-opensearch/src/endpoint/ruleset.ts | 2 +- .../src/models/OpenSearchServiceException.ts | 2 +- .../client-opensearch/src/models/models_0.ts | 2 +- .../DescribeDomainAutoTunesPaginator.ts | 2 +- .../DescribeInboundConnectionsPaginator.ts | 2 +- .../DescribeOutboundConnectionsPaginator.ts | 2 +- .../pagination/DescribePackagesPaginator.ts | 2 +- ...cribeReservedInstanceOfferingsPaginator.ts | 2 +- .../DescribeReservedInstancesPaginator.ts | 2 +- .../GetPackageVersionHistoryPaginator.ts | 2 +- .../pagination/GetUpgradeHistoryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDomainsForPackagePaginator.ts | 2 +- .../ListInstanceTypeDetailsPaginator.ts | 2 +- .../ListPackagesForDomainPaginator.ts | 2 +- .../ListScheduledActionsPaginator.ts | 2 +- .../src/pagination/ListVersionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-opensearch/src/runtimeConfig.ts | 24 +-- .../client-opensearchserverless/package.json | 41 ++--- .../src/OpenSearchServerless.ts | 4 +- .../src/OpenSearchServerlessClient.ts | 28 ++- .../src/commands/BatchGetCollectionCommand.ts | 12 +- .../commands/BatchGetVpcEndpointCommand.ts | 12 +- .../src/commands/CreateAccessPolicyCommand.ts | 12 +- .../src/commands/CreateCollectionCommand.ts | 12 +- .../commands/CreateSecurityConfigCommand.ts | 12 +- .../commands/CreateSecurityPolicyCommand.ts | 12 +- .../src/commands/CreateVpcEndpointCommand.ts | 12 +- .../src/commands/DeleteAccessPolicyCommand.ts | 12 +- .../src/commands/DeleteCollectionCommand.ts | 12 +- .../commands/DeleteSecurityConfigCommand.ts | 12 +- .../commands/DeleteSecurityPolicyCommand.ts | 12 +- .../src/commands/DeleteVpcEndpointCommand.ts | 12 +- .../src/commands/GetAccessPolicyCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../src/commands/GetPoliciesStatsCommand.ts | 12 +- .../src/commands/GetSecurityConfigCommand.ts | 12 +- .../src/commands/GetSecurityPolicyCommand.ts | 12 +- .../src/commands/ListAccessPoliciesCommand.ts | 12 +- .../src/commands/ListCollectionsCommand.ts | 12 +- .../commands/ListSecurityConfigsCommand.ts | 12 +- .../commands/ListSecurityPoliciesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListVpcEndpointsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAccessPolicyCommand.ts | 12 +- .../commands/UpdateAccountSettingsCommand.ts | 12 +- .../src/commands/UpdateCollectionCommand.ts | 12 +- .../commands/UpdateSecurityConfigCommand.ts | 12 +- .../commands/UpdateSecurityPolicyCommand.ts | 12 +- .../src/commands/UpdateVpcEndpointCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../OpenSearchServerlessServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListAccessPoliciesPaginator.ts | 2 +- .../pagination/ListCollectionsPaginator.ts | 2 +- .../ListSecurityConfigsPaginator.ts | 2 +- .../ListSecurityPoliciesPaginator.ts | 2 +- .../pagination/ListVpcEndpointsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-opsworks/package.json | 43 ++--- clients/client-opsworks/src/OpsWorks.ts | 4 +- clients/client-opsworks/src/OpsWorksClient.ts | 28 ++- .../src/commands/AssignInstanceCommand.ts | 12 +- .../src/commands/AssignVolumeCommand.ts | 12 +- .../src/commands/AssociateElasticIpCommand.ts | 12 +- .../AttachElasticLoadBalancerCommand.ts | 12 +- .../src/commands/CloneStackCommand.ts | 12 +- .../src/commands/CreateAppCommand.ts | 12 +- .../src/commands/CreateDeploymentCommand.ts | 12 +- .../src/commands/CreateInstanceCommand.ts | 12 +- .../src/commands/CreateLayerCommand.ts | 12 +- .../src/commands/CreateStackCommand.ts | 12 +- .../src/commands/CreateUserProfileCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../src/commands/DeleteInstanceCommand.ts | 12 +- .../src/commands/DeleteLayerCommand.ts | 12 +- .../src/commands/DeleteStackCommand.ts | 12 +- .../src/commands/DeleteUserProfileCommand.ts | 12 +- .../commands/DeregisterEcsClusterCommand.ts | 12 +- .../commands/DeregisterElasticIpCommand.ts | 12 +- .../src/commands/DeregisterInstanceCommand.ts | 12 +- .../DeregisterRdsDbInstanceCommand.ts | 12 +- .../src/commands/DeregisterVolumeCommand.ts | 12 +- .../commands/DescribeAgentVersionsCommand.ts | 12 +- .../src/commands/DescribeAppsCommand.ts | 12 +- .../src/commands/DescribeCommandsCommand.ts | 12 +- .../commands/DescribeDeploymentsCommand.ts | 12 +- .../commands/DescribeEcsClustersCommand.ts | 12 +- .../src/commands/DescribeElasticIpsCommand.ts | 12 +- .../DescribeElasticLoadBalancersCommand.ts | 12 +- .../src/commands/DescribeInstancesCommand.ts | 12 +- .../src/commands/DescribeLayersCommand.ts | 12 +- .../DescribeLoadBasedAutoScalingCommand.ts | 12 +- .../commands/DescribeMyUserProfileCommand.ts | 12 +- .../DescribeOperatingSystemsCommand.ts | 12 +- .../commands/DescribePermissionsCommand.ts | 12 +- .../src/commands/DescribeRaidArraysCommand.ts | 12 +- .../commands/DescribeRdsDbInstancesCommand.ts | 12 +- .../commands/DescribeServiceErrorsCommand.ts | 12 +- ...cribeStackProvisioningParametersCommand.ts | 12 +- .../commands/DescribeStackSummaryCommand.ts | 12 +- .../src/commands/DescribeStacksCommand.ts | 12 +- .../DescribeTimeBasedAutoScalingCommand.ts | 12 +- .../commands/DescribeUserProfilesCommand.ts | 12 +- .../src/commands/DescribeVolumesCommand.ts | 12 +- .../DetachElasticLoadBalancerCommand.ts | 12 +- .../commands/DisassociateElasticIpCommand.ts | 12 +- .../commands/GetHostnameSuggestionCommand.ts | 12 +- .../src/commands/GrantAccessCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/RebootInstanceCommand.ts | 12 +- .../src/commands/RegisterEcsClusterCommand.ts | 12 +- .../src/commands/RegisterElasticIpCommand.ts | 12 +- .../src/commands/RegisterInstanceCommand.ts | 12 +- .../commands/RegisterRdsDbInstanceCommand.ts | 12 +- .../src/commands/RegisterVolumeCommand.ts | 12 +- .../SetLoadBasedAutoScalingCommand.ts | 12 +- .../src/commands/SetPermissionCommand.ts | 12 +- .../SetTimeBasedAutoScalingCommand.ts | 12 +- .../src/commands/StartInstanceCommand.ts | 12 +- .../src/commands/StartStackCommand.ts | 12 +- .../src/commands/StopInstanceCommand.ts | 12 +- .../src/commands/StopStackCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnassignInstanceCommand.ts | 12 +- .../src/commands/UnassignVolumeCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAppCommand.ts | 12 +- .../src/commands/UpdateElasticIpCommand.ts | 12 +- .../src/commands/UpdateInstanceCommand.ts | 12 +- .../src/commands/UpdateLayerCommand.ts | 12 +- .../commands/UpdateMyUserProfileCommand.ts | 12 +- .../commands/UpdateRdsDbInstanceCommand.ts | 12 +- .../src/commands/UpdateStackCommand.ts | 12 +- .../src/commands/UpdateUserProfileCommand.ts | 12 +- .../src/commands/UpdateVolumeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-opsworks/src/endpoint/ruleset.ts | 2 +- .../src/models/OpsWorksServiceException.ts | 2 +- .../client-opsworks/src/models/models_0.ts | 2 +- .../DescribeEcsClustersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-opsworks/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForAppExists.ts | 2 +- .../waiters/waitForDeploymentSuccessful.ts | 2 +- .../src/waiters/waitForInstanceOnline.ts | 2 +- .../src/waiters/waitForInstanceRegistered.ts | 2 +- .../src/waiters/waitForInstanceStopped.ts | 2 +- .../src/waiters/waitForInstanceTerminated.ts | 2 +- clients/client-opsworkscm/package.json | 43 ++--- clients/client-opsworkscm/src/OpsWorksCM.ts | 4 +- .../client-opsworkscm/src/OpsWorksCMClient.ts | 28 ++- .../src/commands/AssociateNodeCommand.ts | 12 +- .../src/commands/CreateBackupCommand.ts | 12 +- .../src/commands/CreateServerCommand.ts | 12 +- .../src/commands/DeleteBackupCommand.ts | 12 +- .../src/commands/DeleteServerCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../src/commands/DescribeBackupsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeNodeAssociationStatusCommand.ts | 12 +- .../src/commands/DescribeServersCommand.ts | 12 +- .../src/commands/DisassociateNodeCommand.ts | 12 +- .../ExportServerEngineAttributeCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RestoreServerCommand.ts | 12 +- .../src/commands/StartMaintenanceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateServerCommand.ts | 12 +- .../UpdateServerEngineAttributesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-opsworkscm/src/endpoint/ruleset.ts | 2 +- .../src/models/OpsWorksCMServiceException.ts | 2 +- .../client-opsworkscm/src/models/models_0.ts | 2 +- .../pagination/DescribeBackupsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../pagination/DescribeServersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-opsworkscm/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForNodeAssociated.ts | 2 +- clients/client-organizations/package.json | 41 ++--- .../client-organizations/src/Organizations.ts | 4 +- .../src/OrganizationsClient.ts | 28 ++- .../src/commands/AcceptHandshakeCommand.ts | 12 +- .../src/commands/AttachPolicyCommand.ts | 12 +- .../src/commands/CancelHandshakeCommand.ts | 12 +- .../src/commands/CloseAccountCommand.ts | 12 +- .../src/commands/CreateAccountCommand.ts | 12 +- .../commands/CreateGovCloudAccountCommand.ts | 12 +- .../src/commands/CreateOrganizationCommand.ts | 12 +- .../CreateOrganizationalUnitCommand.ts | 12 +- .../src/commands/CreatePolicyCommand.ts | 12 +- .../src/commands/DeclineHandshakeCommand.ts | 12 +- .../src/commands/DeleteOrganizationCommand.ts | 12 +- .../DeleteOrganizationalUnitCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- ...DeregisterDelegatedAdministratorCommand.ts | 12 +- .../src/commands/DescribeAccountCommand.ts | 12 +- .../DescribeCreateAccountStatusCommand.ts | 12 +- .../DescribeEffectivePolicyCommand.ts | 12 +- .../src/commands/DescribeHandshakeCommand.ts | 12 +- .../commands/DescribeOrganizationCommand.ts | 12 +- .../DescribeOrganizationalUnitCommand.ts | 12 +- .../src/commands/DescribePolicyCommand.ts | 12 +- .../commands/DescribeResourcePolicyCommand.ts | 12 +- .../src/commands/DetachPolicyCommand.ts | 12 +- .../DisableAWSServiceAccessCommand.ts | 12 +- .../src/commands/DisablePolicyTypeCommand.ts | 12 +- .../commands/EnableAWSServiceAccessCommand.ts | 12 +- .../src/commands/EnableAllFeaturesCommand.ts | 12 +- .../src/commands/EnablePolicyTypeCommand.ts | 12 +- .../InviteAccountToOrganizationCommand.ts | 12 +- .../src/commands/LeaveOrganizationCommand.ts | 12 +- ...tAWSServiceAccessForOrganizationCommand.ts | 12 +- .../src/commands/ListAccountsCommand.ts | 12 +- .../commands/ListAccountsForParentCommand.ts | 12 +- .../src/commands/ListChildrenCommand.ts | 12 +- .../ListCreateAccountStatusCommand.ts | 12 +- .../ListDelegatedAdministratorsCommand.ts | 12 +- .../ListDelegatedServicesForAccountCommand.ts | 12 +- .../ListHandshakesForAccountCommand.ts | 12 +- .../ListHandshakesForOrganizationCommand.ts | 12 +- ...ListOrganizationalUnitsForParentCommand.ts | 12 +- .../src/commands/ListParentsCommand.ts | 12 +- .../src/commands/ListPoliciesCommand.ts | 12 +- .../commands/ListPoliciesForTargetCommand.ts | 12 +- .../src/commands/ListRootsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTargetsForPolicyCommand.ts | 12 +- .../src/commands/MoveAccountCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../RegisterDelegatedAdministratorCommand.ts | 12 +- .../RemoveAccountFromOrganizationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateOrganizationalUnitCommand.ts | 12 +- .../src/commands/UpdatePolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/OrganizationsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...WSServiceAccessForOrganizationPaginator.ts | 2 +- .../ListAccountsForParentPaginator.ts | 2 +- .../src/pagination/ListAccountsPaginator.ts | 2 +- .../src/pagination/ListChildrenPaginator.ts | 2 +- .../ListCreateAccountStatusPaginator.ts | 2 +- .../ListDelegatedAdministratorsPaginator.ts | 2 +- ...istDelegatedServicesForAccountPaginator.ts | 2 +- .../ListHandshakesForAccountPaginator.ts | 2 +- .../ListHandshakesForOrganizationPaginator.ts | 2 +- ...stOrganizationalUnitsForParentPaginator.ts | 2 +- .../src/pagination/ListParentsPaginator.ts | 2 +- .../ListPoliciesForTargetPaginator.ts | 2 +- .../src/pagination/ListPoliciesPaginator.ts | 2 +- .../src/pagination/ListRootsPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../ListTargetsForPolicyPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-organizations/src/runtimeConfig.ts | 24 +-- clients/client-osis/package.json | 41 ++--- clients/client-osis/src/OSIS.ts | 4 +- clients/client-osis/src/OSISClient.ts | 28 ++- .../src/commands/CreatePipelineCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../commands/GetPipelineBlueprintCommand.ts | 12 +- .../GetPipelineChangeProgressCommand.ts | 12 +- .../src/commands/GetPipelineCommand.ts | 12 +- .../commands/ListPipelineBlueprintsCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartPipelineCommand.ts | 12 +- .../src/commands/StopPipelineCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdatePipelineCommand.ts | 12 +- .../src/commands/ValidatePipelineCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-osis/src/endpoint/ruleset.ts | 2 +- .../src/models/OSISServiceException.ts | 2 +- clients/client-osis/src/models/models_0.ts | 2 +- .../client-osis/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-osis/src/runtimeConfig.browser.ts | 14 +- .../client-osis/src/runtimeConfig.shared.ts | 8 +- clients/client-osis/src/runtimeConfig.ts | 24 +-- clients/client-outposts/package.json | 41 ++--- clients/client-outposts/src/Outposts.ts | 4 +- clients/client-outposts/src/OutpostsClient.ts | 28 ++- .../src/commands/CancelOrderCommand.ts | 12 +- .../src/commands/CreateOrderCommand.ts | 12 +- .../src/commands/CreateOutpostCommand.ts | 12 +- .../src/commands/CreateSiteCommand.ts | 12 +- .../src/commands/DeleteOutpostCommand.ts | 12 +- .../src/commands/DeleteSiteCommand.ts | 12 +- .../src/commands/GetCatalogItemCommand.ts | 12 +- .../src/commands/GetConnectionCommand.ts | 12 +- .../src/commands/GetOrderCommand.ts | 12 +- .../src/commands/GetOutpostCommand.ts | 12 +- .../GetOutpostInstanceTypesCommand.ts | 12 +- .../src/commands/GetSiteAddressCommand.ts | 12 +- .../src/commands/GetSiteCommand.ts | 12 +- .../src/commands/ListAssetsCommand.ts | 12 +- .../src/commands/ListCatalogItemsCommand.ts | 12 +- .../src/commands/ListOrdersCommand.ts | 12 +- .../src/commands/ListOutpostsCommand.ts | 12 +- .../src/commands/ListSitesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartConnectionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateOutpostCommand.ts | 12 +- .../src/commands/UpdateSiteAddressCommand.ts | 12 +- .../src/commands/UpdateSiteCommand.ts | 12 +- ...UpdateSiteRackPhysicalPropertiesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-outposts/src/endpoint/ruleset.ts | 2 +- .../src/models/OutpostsServiceException.ts | 2 +- .../client-outposts/src/models/models_0.ts | 2 +- .../GetOutpostInstanceTypesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAssetsPaginator.ts | 2 +- .../pagination/ListCatalogItemsPaginator.ts | 2 +- .../src/pagination/ListOrdersPaginator.ts | 2 +- .../src/pagination/ListOutpostsPaginator.ts | 2 +- .../src/pagination/ListSitesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-outposts/src/runtimeConfig.ts | 24 +-- clients/client-panorama/package.json | 41 ++--- clients/client-panorama/src/Panorama.ts | 4 +- clients/client-panorama/src/PanoramaClient.ts | 28 ++- .../CreateApplicationInstanceCommand.ts | 12 +- .../commands/CreateJobForDevicesCommand.ts | 12 +- .../CreateNodeFromTemplateJobCommand.ts | 12 +- .../src/commands/CreatePackageCommand.ts | 12 +- .../commands/CreatePackageImportJobCommand.ts | 12 +- .../src/commands/DeleteDeviceCommand.ts | 12 +- .../src/commands/DeletePackageCommand.ts | 12 +- .../DeregisterPackageVersionCommand.ts | 12 +- .../DescribeApplicationInstanceCommand.ts | 12 +- ...scribeApplicationInstanceDetailsCommand.ts | 12 +- .../src/commands/DescribeDeviceCommand.ts | 12 +- .../src/commands/DescribeDeviceJobCommand.ts | 12 +- .../src/commands/DescribeNodeCommand.ts | 12 +- .../DescribeNodeFromTemplateJobCommand.ts | 12 +- .../src/commands/DescribePackageCommand.ts | 12 +- .../DescribePackageImportJobCommand.ts | 12 +- .../commands/DescribePackageVersionCommand.ts | 12 +- ...tApplicationInstanceDependenciesCommand.ts | 12 +- ...ApplicationInstanceNodeInstancesCommand.ts | 12 +- .../ListApplicationInstancesCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../src/commands/ListDevicesJobsCommand.ts | 12 +- .../ListNodeFromTemplateJobsCommand.ts | 12 +- .../src/commands/ListNodesCommand.ts | 12 +- .../commands/ListPackageImportJobsCommand.ts | 12 +- .../src/commands/ListPackagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ProvisionDeviceCommand.ts | 12 +- .../commands/RegisterPackageVersionCommand.ts | 12 +- .../RemoveApplicationInstanceCommand.ts | 12 +- ...ApplicationInstanceNodeInstancesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDeviceMetadataCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-panorama/src/endpoint/ruleset.ts | 2 +- .../src/models/PanoramaServiceException.ts | 2 +- .../client-panorama/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...pplicationInstanceDependenciesPaginator.ts | 2 +- ...plicationInstanceNodeInstancesPaginator.ts | 2 +- .../ListApplicationInstancesPaginator.ts | 2 +- .../pagination/ListDevicesJobsPaginator.ts | 2 +- .../src/pagination/ListDevicesPaginator.ts | 2 +- .../ListNodeFromTemplateJobsPaginator.ts | 2 +- .../src/pagination/ListNodesPaginator.ts | 2 +- .../ListPackageImportJobsPaginator.ts | 2 +- .../src/pagination/ListPackagesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-panorama/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/PaymentCryptographyData.ts | 4 +- .../src/PaymentCryptographyDataClient.ts | 28 ++- .../src/commands/DecryptDataCommand.ts | 12 +- .../src/commands/EncryptDataCommand.ts | 12 +- .../GenerateCardValidationDataCommand.ts | 12 +- .../src/commands/GenerateMacCommand.ts | 12 +- .../src/commands/GeneratePinDataCommand.ts | 12 +- .../src/commands/ReEncryptDataCommand.ts | 12 +- .../src/commands/TranslatePinDataCommand.ts | 12 +- .../VerifyAuthRequestCryptogramCommand.ts | 12 +- .../VerifyCardValidationDataCommand.ts | 12 +- .../src/commands/VerifyMacCommand.ts | 12 +- .../src/commands/VerifyPinDataCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...PaymentCryptographyDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-payment-cryptography/package.json | 41 ++--- .../src/PaymentCryptography.ts | 4 +- .../src/PaymentCryptographyClient.ts | 28 ++- .../src/commands/CreateAliasCommand.ts | 12 +- .../src/commands/CreateKeyCommand.ts | 12 +- .../src/commands/DeleteAliasCommand.ts | 12 +- .../src/commands/DeleteKeyCommand.ts | 12 +- .../src/commands/ExportKeyCommand.ts | 12 +- .../src/commands/GetAliasCommand.ts | 12 +- .../src/commands/GetKeyCommand.ts | 12 +- .../commands/GetParametersForExportCommand.ts | 12 +- .../commands/GetParametersForImportCommand.ts | 12 +- .../GetPublicKeyCertificateCommand.ts | 12 +- .../src/commands/ImportKeyCommand.ts | 12 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../src/commands/ListKeysCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RestoreKeyCommand.ts | 12 +- .../src/commands/StartKeyUsageCommand.ts | 12 +- .../src/commands/StopKeyUsageCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAliasCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../PaymentCryptographyServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- .../src/pagination/ListKeysPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-personalize-events/package.json | 41 ++--- .../src/PersonalizeEvents.ts | 4 +- .../src/PersonalizeEventsClient.ts | 28 ++- .../src/commands/PutEventsCommand.ts | 12 +- .../src/commands/PutItemsCommand.ts | 12 +- .../src/commands/PutUsersCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../PersonalizeEventsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-personalize-runtime/package.json | 41 ++--- .../src/PersonalizeRuntime.ts | 4 +- .../src/PersonalizeRuntimeClient.ts | 28 ++- .../commands/GetPersonalizedRankingCommand.ts | 12 +- .../src/commands/GetRecommendationsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../PersonalizeRuntimeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-personalize/package.json | 41 ++--- clients/client-personalize/src/Personalize.ts | 4 +- .../src/PersonalizeClient.ts | 28 ++- .../CreateBatchInferenceJobCommand.ts | 12 +- .../commands/CreateBatchSegmentJobCommand.ts | 12 +- .../src/commands/CreateCampaignCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../commands/CreateDatasetExportJobCommand.ts | 12 +- .../src/commands/CreateDatasetGroupCommand.ts | 12 +- .../commands/CreateDatasetImportJobCommand.ts | 12 +- .../src/commands/CreateEventTrackerCommand.ts | 12 +- .../src/commands/CreateFilterCommand.ts | 12 +- .../CreateMetricAttributionCommand.ts | 12 +- .../src/commands/CreateRecommenderCommand.ts | 12 +- .../src/commands/CreateSchemaCommand.ts | 12 +- .../src/commands/CreateSolutionCommand.ts | 12 +- .../commands/CreateSolutionVersionCommand.ts | 12 +- .../src/commands/DeleteCampaignCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DeleteDatasetGroupCommand.ts | 12 +- .../src/commands/DeleteEventTrackerCommand.ts | 12 +- .../src/commands/DeleteFilterCommand.ts | 12 +- .../DeleteMetricAttributionCommand.ts | 12 +- .../src/commands/DeleteRecommenderCommand.ts | 12 +- .../src/commands/DeleteSchemaCommand.ts | 12 +- .../src/commands/DeleteSolutionCommand.ts | 12 +- .../src/commands/DescribeAlgorithmCommand.ts | 12 +- .../DescribeBatchInferenceJobCommand.ts | 12 +- .../DescribeBatchSegmentJobCommand.ts | 12 +- .../src/commands/DescribeCampaignCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../DescribeDatasetExportJobCommand.ts | 12 +- .../commands/DescribeDatasetGroupCommand.ts | 12 +- .../DescribeDatasetImportJobCommand.ts | 12 +- .../commands/DescribeEventTrackerCommand.ts | 12 +- .../DescribeFeatureTransformationCommand.ts | 12 +- .../src/commands/DescribeFilterCommand.ts | 12 +- .../DescribeMetricAttributionCommand.ts | 12 +- .../src/commands/DescribeRecipeCommand.ts | 12 +- .../commands/DescribeRecommenderCommand.ts | 12 +- .../src/commands/DescribeSchemaCommand.ts | 12 +- .../src/commands/DescribeSolutionCommand.ts | 12 +- .../DescribeSolutionVersionCommand.ts | 12 +- .../src/commands/GetSolutionMetricsCommand.ts | 12 +- .../commands/ListBatchInferenceJobsCommand.ts | 12 +- .../commands/ListBatchSegmentJobsCommand.ts | 12 +- .../src/commands/ListCampaignsCommand.ts | 12 +- .../commands/ListDatasetExportJobsCommand.ts | 12 +- .../src/commands/ListDatasetGroupsCommand.ts | 12 +- .../commands/ListDatasetImportJobsCommand.ts | 12 +- .../src/commands/ListDatasetsCommand.ts | 12 +- .../src/commands/ListEventTrackersCommand.ts | 12 +- .../src/commands/ListFiltersCommand.ts | 12 +- .../ListMetricAttributionMetricsCommand.ts | 12 +- .../commands/ListMetricAttributionsCommand.ts | 12 +- .../src/commands/ListRecipesCommand.ts | 12 +- .../src/commands/ListRecommendersCommand.ts | 12 +- .../src/commands/ListSchemasCommand.ts | 12 +- .../commands/ListSolutionVersionsCommand.ts | 12 +- .../src/commands/ListSolutionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartRecommenderCommand.ts | 12 +- .../src/commands/StopRecommenderCommand.ts | 12 +- .../StopSolutionVersionCreationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCampaignCommand.ts | 12 +- .../UpdateMetricAttributionCommand.ts | 12 +- .../src/commands/UpdateRecommenderCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/PersonalizeServiceException.ts | 2 +- .../client-personalize/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListBatchInferenceJobsPaginator.ts | 2 +- .../ListBatchSegmentJobsPaginator.ts | 2 +- .../src/pagination/ListCampaignsPaginator.ts | 2 +- .../ListDatasetExportJobsPaginator.ts | 2 +- .../pagination/ListDatasetGroupsPaginator.ts | 2 +- .../ListDatasetImportJobsPaginator.ts | 2 +- .../src/pagination/ListDatasetsPaginator.ts | 2 +- .../pagination/ListEventTrackersPaginator.ts | 2 +- .../src/pagination/ListFiltersPaginator.ts | 2 +- .../ListMetricAttributionMetricsPaginator.ts | 2 +- .../ListMetricAttributionsPaginator.ts | 2 +- .../src/pagination/ListRecipesPaginator.ts | 2 +- .../pagination/ListRecommendersPaginator.ts | 2 +- .../src/pagination/ListSchemasPaginator.ts | 2 +- .../ListSolutionVersionsPaginator.ts | 2 +- .../src/pagination/ListSolutionsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-personalize/src/runtimeConfig.ts | 24 +-- clients/client-pi/package.json | 41 ++--- clients/client-pi/src/PI.ts | 4 +- clients/client-pi/src/PIClient.ts | 28 ++- .../commands/DescribeDimensionKeysCommand.ts | 12 +- .../commands/GetDimensionKeyDetailsCommand.ts | 12 +- .../commands/GetResourceMetadataCommand.ts | 12 +- .../src/commands/GetResourceMetricsCommand.ts | 12 +- .../ListAvailableResourceDimensionsCommand.ts | 12 +- .../ListAvailableResourceMetricsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-pi/src/endpoint/ruleset.ts | 2 +- .../src/models/PIServiceException.ts | 2 +- clients/client-pi/src/models/models_0.ts | 2 +- .../DescribeDimensionKeysPaginator.ts | 2 +- .../pagination/GetResourceMetricsPaginator.ts | 2 +- .../client-pi/src/pagination/Interfaces.ts | 2 +- ...istAvailableResourceDimensionsPaginator.ts | 2 +- .../ListAvailableResourceMetricsPaginator.ts | 2 +- .../client-pi/src/protocols/Aws_json1_1.ts | 12 +- .../client-pi/src/runtimeConfig.browser.ts | 14 +- clients/client-pi/src/runtimeConfig.shared.ts | 8 +- clients/client-pi/src/runtimeConfig.ts | 24 +-- clients/client-pinpoint-email/package.json | 41 ++--- .../src/PinpointEmail.ts | 4 +- .../src/PinpointEmailClient.ts | 28 ++- .../commands/CreateConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../commands/CreateDedicatedIpPoolCommand.ts | 12 +- .../CreateDeliverabilityTestReportCommand.ts | 12 +- .../commands/CreateEmailIdentityCommand.ts | 12 +- .../commands/DeleteConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../commands/DeleteDedicatedIpPoolCommand.ts | 12 +- .../commands/DeleteEmailIdentityCommand.ts | 12 +- .../src/commands/GetAccountCommand.ts | 12 +- .../commands/GetBlacklistReportsCommand.ts | 12 +- .../commands/GetConfigurationSetCommand.ts | 12 +- ...onfigurationSetEventDestinationsCommand.ts | 12 +- .../src/commands/GetDedicatedIpCommand.ts | 12 +- .../src/commands/GetDedicatedIpsCommand.ts | 12 +- ...etDeliverabilityDashboardOptionsCommand.ts | 12 +- .../GetDeliverabilityTestReportCommand.ts | 12 +- .../GetDomainDeliverabilityCampaignCommand.ts | 12 +- .../GetDomainStatisticsReportCommand.ts | 12 +- .../src/commands/GetEmailIdentityCommand.ts | 12 +- .../commands/ListConfigurationSetsCommand.ts | 12 +- .../commands/ListDedicatedIpPoolsCommand.ts | 12 +- .../ListDeliverabilityTestReportsCommand.ts | 12 +- ...istDomainDeliverabilityCampaignsCommand.ts | 12 +- .../commands/ListEmailIdentitiesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...countDedicatedIpWarmupAttributesCommand.ts | 12 +- .../PutAccountSendingAttributesCommand.ts | 12 +- ...tConfigurationSetDeliveryOptionsCommand.ts | 12 +- ...onfigurationSetReputationOptionsCommand.ts | 12 +- ...utConfigurationSetSendingOptionsCommand.ts | 12 +- ...tConfigurationSetTrackingOptionsCommand.ts | 12 +- .../commands/PutDedicatedIpInPoolCommand.ts | 12 +- .../PutDedicatedIpWarmupAttributesCommand.ts | 12 +- ...PutDeliverabilityDashboardOptionCommand.ts | 12 +- .../PutEmailIdentityDkimAttributesCommand.ts | 12 +- ...tEmailIdentityFeedbackAttributesCommand.ts | 12 +- ...tEmailIdentityMailFromAttributesCommand.ts | 12 +- .../src/commands/SendEmailCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/PinpointEmailServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/GetDedicatedIpsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListConfigurationSetsPaginator.ts | 2 +- .../ListDedicatedIpPoolsPaginator.ts | 2 +- .../ListDeliverabilityTestReportsPaginator.ts | 2 +- ...tDomainDeliverabilityCampaignsPaginator.ts | 2 +- .../ListEmailIdentitiesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-pinpoint-sms-voice-v2/package.json | 41 ++--- .../src/PinpointSMSVoiceV2.ts | 4 +- .../src/PinpointSMSVoiceV2Client.ts | 28 ++- .../AssociateOriginationIdentityCommand.ts | 12 +- .../commands/CreateConfigurationSetCommand.ts | 12 +- .../commands/CreateEventDestinationCommand.ts | 12 +- .../src/commands/CreateOptOutListCommand.ts | 12 +- .../src/commands/CreatePoolCommand.ts | 12 +- .../commands/DeleteConfigurationSetCommand.ts | 12 +- .../DeleteDefaultMessageTypeCommand.ts | 12 +- .../commands/DeleteDefaultSenderIdCommand.ts | 12 +- .../commands/DeleteEventDestinationCommand.ts | 12 +- .../src/commands/DeleteKeywordCommand.ts | 12 +- .../src/commands/DeleteOptOutListCommand.ts | 12 +- .../commands/DeleteOptedOutNumberCommand.ts | 12 +- .../src/commands/DeletePoolCommand.ts | 12 +- ...eteTextMessageSpendLimitOverrideCommand.ts | 12 +- ...teVoiceMessageSpendLimitOverrideCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../commands/DescribeAccountLimitsCommand.ts | 12 +- .../DescribeConfigurationSetsCommand.ts | 12 +- .../src/commands/DescribeKeywordsCommand.ts | 12 +- .../commands/DescribeOptOutListsCommand.ts | 12 +- .../DescribeOptedOutNumbersCommand.ts | 12 +- .../commands/DescribePhoneNumbersCommand.ts | 12 +- .../src/commands/DescribePoolsCommand.ts | 12 +- .../src/commands/DescribeSenderIdsCommand.ts | 12 +- .../commands/DescribeSpendLimitsCommand.ts | 12 +- .../DisassociateOriginationIdentityCommand.ts | 12 +- .../ListPoolOriginationIdentitiesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutKeywordCommand.ts | 12 +- .../src/commands/PutOptedOutNumberCommand.ts | 12 +- .../src/commands/ReleasePhoneNumberCommand.ts | 12 +- .../src/commands/RequestPhoneNumberCommand.ts | 12 +- .../src/commands/SendTextMessageCommand.ts | 12 +- .../src/commands/SendVoiceMessageCommand.ts | 12 +- .../commands/SetDefaultMessageTypeCommand.ts | 12 +- .../src/commands/SetDefaultSenderIdCommand.ts | 12 +- ...SetTextMessageSpendLimitOverrideCommand.ts | 12 +- ...etVoiceMessageSpendLimitOverrideCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateEventDestinationCommand.ts | 12 +- .../src/commands/UpdatePhoneNumberCommand.ts | 12 +- .../src/commands/UpdatePoolCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../PinpointSMSVoiceV2ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeAccountAttributesPaginator.ts | 2 +- .../DescribeAccountLimitsPaginator.ts | 2 +- .../DescribeConfigurationSetsPaginator.ts | 2 +- .../pagination/DescribeKeywordsPaginator.ts | 2 +- .../DescribeOptOutListsPaginator.ts | 2 +- .../DescribeOptedOutNumbersPaginator.ts | 2 +- .../DescribePhoneNumbersPaginator.ts | 2 +- .../src/pagination/DescribePoolsPaginator.ts | 2 +- .../pagination/DescribeSenderIdsPaginator.ts | 2 +- .../DescribeSpendLimitsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListPoolOriginationIdentitiesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-pinpoint-sms-voice/package.json | 41 ++--- .../src/PinpointSMSVoice.ts | 4 +- .../src/PinpointSMSVoiceClient.ts | 28 ++- .../commands/CreateConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../commands/DeleteConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- ...onfigurationSetEventDestinationsCommand.ts | 12 +- .../commands/ListConfigurationSetsCommand.ts | 12 +- .../src/commands/SendVoiceMessageCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../PinpointSMSVoiceServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-pinpoint/package.json | 41 ++--- clients/client-pinpoint/src/Pinpoint.ts | 4 +- clients/client-pinpoint/src/PinpointClient.ts | 28 ++- .../src/commands/CreateAppCommand.ts | 12 +- .../src/commands/CreateCampaignCommand.ts | 12 +- .../commands/CreateEmailTemplateCommand.ts | 12 +- .../src/commands/CreateExportJobCommand.ts | 12 +- .../src/commands/CreateImportJobCommand.ts | 12 +- .../commands/CreateInAppTemplateCommand.ts | 12 +- .../src/commands/CreateJourneyCommand.ts | 12 +- .../src/commands/CreatePushTemplateCommand.ts | 12 +- .../CreateRecommenderConfigurationCommand.ts | 12 +- .../src/commands/CreateSegmentCommand.ts | 12 +- .../src/commands/CreateSmsTemplateCommand.ts | 12 +- .../commands/CreateVoiceTemplateCommand.ts | 12 +- .../src/commands/DeleteAdmChannelCommand.ts | 12 +- .../src/commands/DeleteApnsChannelCommand.ts | 12 +- .../DeleteApnsSandboxChannelCommand.ts | 12 +- .../commands/DeleteApnsVoipChannelCommand.ts | 12 +- .../DeleteApnsVoipSandboxChannelCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../src/commands/DeleteBaiduChannelCommand.ts | 12 +- .../src/commands/DeleteCampaignCommand.ts | 12 +- .../src/commands/DeleteEmailChannelCommand.ts | 12 +- .../commands/DeleteEmailTemplateCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../src/commands/DeleteEventStreamCommand.ts | 12 +- .../src/commands/DeleteGcmChannelCommand.ts | 12 +- .../commands/DeleteInAppTemplateCommand.ts | 12 +- .../src/commands/DeleteJourneyCommand.ts | 12 +- .../src/commands/DeletePushTemplateCommand.ts | 12 +- .../DeleteRecommenderConfigurationCommand.ts | 12 +- .../src/commands/DeleteSegmentCommand.ts | 12 +- .../src/commands/DeleteSmsChannelCommand.ts | 12 +- .../src/commands/DeleteSmsTemplateCommand.ts | 12 +- .../commands/DeleteUserEndpointsCommand.ts | 12 +- .../src/commands/DeleteVoiceChannelCommand.ts | 12 +- .../commands/DeleteVoiceTemplateCommand.ts | 12 +- .../src/commands/GetAdmChannelCommand.ts | 12 +- .../src/commands/GetApnsChannelCommand.ts | 12 +- .../commands/GetApnsSandboxChannelCommand.ts | 12 +- .../src/commands/GetApnsVoipChannelCommand.ts | 12 +- .../GetApnsVoipSandboxChannelCommand.ts | 12 +- .../src/commands/GetAppCommand.ts | 12 +- .../GetApplicationDateRangeKpiCommand.ts | 12 +- .../commands/GetApplicationSettingsCommand.ts | 12 +- .../src/commands/GetAppsCommand.ts | 12 +- .../src/commands/GetBaiduChannelCommand.ts | 12 +- .../commands/GetCampaignActivitiesCommand.ts | 12 +- .../src/commands/GetCampaignCommand.ts | 12 +- .../GetCampaignDateRangeKpiCommand.ts | 12 +- .../src/commands/GetCampaignVersionCommand.ts | 12 +- .../commands/GetCampaignVersionsCommand.ts | 12 +- .../src/commands/GetCampaignsCommand.ts | 12 +- .../src/commands/GetChannelsCommand.ts | 12 +- .../src/commands/GetEmailChannelCommand.ts | 12 +- .../src/commands/GetEmailTemplateCommand.ts | 12 +- .../src/commands/GetEndpointCommand.ts | 12 +- .../src/commands/GetEventStreamCommand.ts | 12 +- .../src/commands/GetExportJobCommand.ts | 12 +- .../src/commands/GetExportJobsCommand.ts | 12 +- .../src/commands/GetGcmChannelCommand.ts | 12 +- .../src/commands/GetImportJobCommand.ts | 12 +- .../src/commands/GetImportJobsCommand.ts | 12 +- .../src/commands/GetInAppMessagesCommand.ts | 12 +- .../src/commands/GetInAppTemplateCommand.ts | 12 +- .../src/commands/GetJourneyCommand.ts | 12 +- .../commands/GetJourneyDateRangeKpiCommand.ts | 12 +- ...tJourneyExecutionActivityMetricsCommand.ts | 12 +- .../GetJourneyExecutionMetricsCommand.ts | 12 +- ...urneyRunExecutionActivityMetricsCommand.ts | 12 +- .../GetJourneyRunExecutionMetricsCommand.ts | 12 +- .../src/commands/GetJourneyRunsCommand.ts | 12 +- .../src/commands/GetPushTemplateCommand.ts | 12 +- .../GetRecommenderConfigurationCommand.ts | 12 +- .../GetRecommenderConfigurationsCommand.ts | 12 +- .../src/commands/GetSegmentCommand.ts | 12 +- .../commands/GetSegmentExportJobsCommand.ts | 12 +- .../commands/GetSegmentImportJobsCommand.ts | 12 +- .../src/commands/GetSegmentVersionCommand.ts | 12 +- .../src/commands/GetSegmentVersionsCommand.ts | 12 +- .../src/commands/GetSegmentsCommand.ts | 12 +- .../src/commands/GetSmsChannelCommand.ts | 12 +- .../src/commands/GetSmsTemplateCommand.ts | 12 +- .../src/commands/GetUserEndpointsCommand.ts | 12 +- .../src/commands/GetVoiceChannelCommand.ts | 12 +- .../src/commands/GetVoiceTemplateCommand.ts | 12 +- .../src/commands/ListJourneysCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTemplateVersionsCommand.ts | 12 +- .../src/commands/ListTemplatesCommand.ts | 12 +- .../commands/PhoneNumberValidateCommand.ts | 12 +- .../src/commands/PutEventStreamCommand.ts | 12 +- .../src/commands/PutEventsCommand.ts | 12 +- .../src/commands/RemoveAttributesCommand.ts | 12 +- .../src/commands/SendMessagesCommand.ts | 12 +- .../src/commands/SendOTPMessageCommand.ts | 12 +- .../src/commands/SendUsersMessagesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAdmChannelCommand.ts | 12 +- .../src/commands/UpdateApnsChannelCommand.ts | 12 +- .../UpdateApnsSandboxChannelCommand.ts | 12 +- .../commands/UpdateApnsVoipChannelCommand.ts | 12 +- .../UpdateApnsVoipSandboxChannelCommand.ts | 12 +- .../UpdateApplicationSettingsCommand.ts | 12 +- .../src/commands/UpdateBaiduChannelCommand.ts | 12 +- .../src/commands/UpdateCampaignCommand.ts | 12 +- .../src/commands/UpdateEmailChannelCommand.ts | 12 +- .../commands/UpdateEmailTemplateCommand.ts | 12 +- .../src/commands/UpdateEndpointCommand.ts | 12 +- .../commands/UpdateEndpointsBatchCommand.ts | 12 +- .../src/commands/UpdateGcmChannelCommand.ts | 12 +- .../commands/UpdateInAppTemplateCommand.ts | 12 +- .../src/commands/UpdateJourneyCommand.ts | 12 +- .../src/commands/UpdateJourneyStateCommand.ts | 12 +- .../src/commands/UpdatePushTemplateCommand.ts | 12 +- .../UpdateRecommenderConfigurationCommand.ts | 12 +- .../src/commands/UpdateSegmentCommand.ts | 12 +- .../src/commands/UpdateSmsChannelCommand.ts | 12 +- .../src/commands/UpdateSmsTemplateCommand.ts | 12 +- .../UpdateTemplateActiveVersionCommand.ts | 12 +- .../src/commands/UpdateVoiceChannelCommand.ts | 12 +- .../commands/UpdateVoiceTemplateCommand.ts | 12 +- .../src/commands/VerifyOTPMessageCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-pinpoint/src/endpoint/ruleset.ts | 2 +- .../src/models/PinpointServiceException.ts | 2 +- .../client-pinpoint/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-pinpoint/src/runtimeConfig.ts | 24 +-- clients/client-pipes/package.json | 41 ++--- clients/client-pipes/src/Pipes.ts | 4 +- clients/client-pipes/src/PipesClient.ts | 28 ++- .../src/commands/CreatePipeCommand.ts | 12 +- .../src/commands/DeletePipeCommand.ts | 12 +- .../src/commands/DescribePipeCommand.ts | 12 +- .../src/commands/ListPipesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartPipeCommand.ts | 12 +- .../src/commands/StopPipeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdatePipeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-pipes/src/endpoint/ruleset.ts | 2 +- .../src/models/PipesServiceException.ts | 2 +- clients/client-pipes/src/models/models_0.ts | 2 +- .../client-pipes/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPipesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-pipes/src/runtimeConfig.browser.ts | 14 +- .../client-pipes/src/runtimeConfig.shared.ts | 8 +- clients/client-pipes/src/runtimeConfig.ts | 24 +-- clients/client-polly/package.json | 43 ++--- clients/client-polly/src/Polly.ts | 4 +- clients/client-polly/src/PollyClient.ts | 28 ++- .../src/commands/DeleteLexiconCommand.ts | 12 +- .../src/commands/DescribeVoicesCommand.ts | 12 +- .../src/commands/GetLexiconCommand.ts | 12 +- .../commands/GetSpeechSynthesisTaskCommand.ts | 12 +- .../src/commands/ListLexiconsCommand.ts | 12 +- .../ListSpeechSynthesisTasksCommand.ts | 12 +- .../src/commands/PutLexiconCommand.ts | 12 +- .../StartSpeechSynthesisTaskCommand.ts | 12 +- .../src/commands/SynthesizeSpeechCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-polly/src/endpoint/ruleset.ts | 2 +- .../src/models/PollyServiceException.ts | 2 +- clients/client-polly/src/models/models_0.ts | 2 +- .../client-polly/src/pagination/Interfaces.ts | 2 +- .../ListSpeechSynthesisTasksPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../client-polly/src/runtimeConfig.browser.ts | 14 +- .../client-polly/src/runtimeConfig.shared.ts | 10 +- clients/client-polly/src/runtimeConfig.ts | 24 +-- clients/client-pricing/package.json | 41 ++--- clients/client-pricing/src/Pricing.ts | 4 +- clients/client-pricing/src/PricingClient.ts | 28 ++- .../src/commands/DescribeServicesCommand.ts | 12 +- .../src/commands/GetAttributeValuesCommand.ts | 12 +- .../commands/GetPriceListFileUrlCommand.ts | 12 +- .../src/commands/GetProductsCommand.ts | 12 +- .../src/commands/ListPriceListsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-pricing/src/endpoint/ruleset.ts | 2 +- .../src/models/PricingServiceException.ts | 2 +- clients/client-pricing/src/models/models_0.ts | 2 +- .../pagination/DescribeServicesPaginator.ts | 2 +- .../pagination/GetAttributeValuesPaginator.ts | 2 +- .../src/pagination/GetProductsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListPriceListsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-pricing/src/runtimeConfig.ts | 24 +-- clients/client-privatenetworks/package.json | 41 ++--- .../src/PrivateNetworks.ts | 4 +- .../src/PrivateNetworksClient.ts | 28 ++- .../AcknowledgeOrderReceiptCommand.ts | 12 +- .../ActivateDeviceIdentifierCommand.ts | 12 +- .../commands/ActivateNetworkSiteCommand.ts | 12 +- .../commands/ConfigureAccessPointCommand.ts | 12 +- .../src/commands/CreateNetworkCommand.ts | 12 +- .../src/commands/CreateNetworkSiteCommand.ts | 12 +- .../DeactivateDeviceIdentifierCommand.ts | 12 +- .../src/commands/DeleteNetworkCommand.ts | 12 +- .../src/commands/DeleteNetworkSiteCommand.ts | 12 +- .../commands/GetDeviceIdentifierCommand.ts | 12 +- .../src/commands/GetNetworkCommand.ts | 12 +- .../src/commands/GetNetworkResourceCommand.ts | 12 +- .../src/commands/GetNetworkSiteCommand.ts | 12 +- .../src/commands/GetOrderCommand.ts | 12 +- .../commands/ListDeviceIdentifiersCommand.ts | 12 +- .../commands/ListNetworkResourcesCommand.ts | 12 +- .../src/commands/ListNetworkSitesCommand.ts | 12 +- .../src/commands/ListNetworksCommand.ts | 12 +- .../src/commands/ListOrdersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PingCommand.ts | 12 +- .../StartNetworkResourceUpdateCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateNetworkSiteCommand.ts | 12 +- .../commands/UpdateNetworkSitePlanCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/PrivateNetworksServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDeviceIdentifiersPaginator.ts | 2 +- .../ListNetworkResourcesPaginator.ts | 2 +- .../pagination/ListNetworkSitesPaginator.ts | 2 +- .../src/pagination/ListNetworksPaginator.ts | 2 +- .../src/pagination/ListOrdersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-proton/package.json | 43 ++--- clients/client-proton/src/Proton.ts | 4 +- clients/client-proton/src/ProtonClient.ts | 28 ++- ...ceptEnvironmentAccountConnectionCommand.ts | 12 +- .../CancelComponentDeploymentCommand.ts | 12 +- .../CancelEnvironmentDeploymentCommand.ts | 12 +- .../CancelServiceInstanceDeploymentCommand.ts | 12 +- .../CancelServicePipelineDeploymentCommand.ts | 12 +- .../src/commands/CreateComponentCommand.ts | 12 +- ...eateEnvironmentAccountConnectionCommand.ts | 12 +- .../src/commands/CreateEnvironmentCommand.ts | 12 +- .../CreateEnvironmentTemplateCommand.ts | 12 +- ...CreateEnvironmentTemplateVersionCommand.ts | 12 +- .../src/commands/CreateRepositoryCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../commands/CreateServiceInstanceCommand.ts | 12 +- .../CreateServiceSyncConfigCommand.ts | 12 +- .../commands/CreateServiceTemplateCommand.ts | 12 +- .../CreateServiceTemplateVersionCommand.ts | 12 +- .../CreateTemplateSyncConfigCommand.ts | 12 +- .../src/commands/DeleteComponentCommand.ts | 12 +- ...leteEnvironmentAccountConnectionCommand.ts | 12 +- .../src/commands/DeleteEnvironmentCommand.ts | 12 +- .../DeleteEnvironmentTemplateCommand.ts | 12 +- ...DeleteEnvironmentTemplateVersionCommand.ts | 12 +- .../src/commands/DeleteRepositoryCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../DeleteServiceSyncConfigCommand.ts | 12 +- .../commands/DeleteServiceTemplateCommand.ts | 12 +- .../DeleteServiceTemplateVersionCommand.ts | 12 +- .../DeleteTemplateSyncConfigCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../src/commands/GetComponentCommand.ts | 12 +- .../GetEnvironmentAccountConnectionCommand.ts | 12 +- .../src/commands/GetEnvironmentCommand.ts | 12 +- .../commands/GetEnvironmentTemplateCommand.ts | 12 +- .../GetEnvironmentTemplateVersionCommand.ts | 12 +- .../src/commands/GetRepositoryCommand.ts | 12 +- .../GetRepositorySyncStatusCommand.ts | 12 +- .../commands/GetResourcesSummaryCommand.ts | 12 +- .../src/commands/GetServiceCommand.ts | 12 +- .../src/commands/GetServiceInstanceCommand.ts | 12 +- .../GetServiceInstanceSyncStatusCommand.ts | 12 +- .../GetServiceSyncBlockerSummaryCommand.ts | 12 +- .../commands/GetServiceSyncConfigCommand.ts | 12 +- .../src/commands/GetServiceTemplateCommand.ts | 12 +- .../GetServiceTemplateVersionCommand.ts | 12 +- .../commands/GetTemplateSyncConfigCommand.ts | 12 +- .../commands/GetTemplateSyncStatusCommand.ts | 12 +- .../commands/ListComponentOutputsCommand.ts | 12 +- ...istComponentProvisionedResourcesCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- ...istEnvironmentAccountConnectionsCommand.ts | 12 +- .../commands/ListEnvironmentOutputsCommand.ts | 12 +- ...tEnvironmentProvisionedResourcesCommand.ts | 12 +- .../ListEnvironmentTemplateVersionsCommand.ts | 12 +- .../ListEnvironmentTemplatesCommand.ts | 12 +- .../src/commands/ListEnvironmentsCommand.ts | 12 +- .../src/commands/ListRepositoriesCommand.ts | 12 +- .../ListRepositorySyncDefinitionsCommand.ts | 12 +- .../ListServiceInstanceOutputsCommand.ts | 12 +- ...viceInstanceProvisionedResourcesCommand.ts | 12 +- .../commands/ListServiceInstancesCommand.ts | 12 +- .../ListServicePipelineOutputsCommand.ts | 12 +- ...vicePipelineProvisionedResourcesCommand.ts | 12 +- .../ListServiceTemplateVersionsCommand.ts | 12 +- .../commands/ListServiceTemplatesCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...fyResourceDeploymentStatusChangeCommand.ts | 12 +- ...jectEnvironmentAccountConnectionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateAccountSettingsCommand.ts | 12 +- .../src/commands/UpdateComponentCommand.ts | 12 +- ...dateEnvironmentAccountConnectionCommand.ts | 12 +- .../src/commands/UpdateEnvironmentCommand.ts | 12 +- .../UpdateEnvironmentTemplateCommand.ts | 12 +- ...UpdateEnvironmentTemplateVersionCommand.ts | 12 +- .../src/commands/UpdateServiceCommand.ts | 12 +- .../commands/UpdateServiceInstanceCommand.ts | 12 +- .../commands/UpdateServicePipelineCommand.ts | 12 +- .../UpdateServiceSyncBlockerCommand.ts | 12 +- .../UpdateServiceSyncConfigCommand.ts | 12 +- .../commands/UpdateServiceTemplateCommand.ts | 12 +- .../UpdateServiceTemplateVersionCommand.ts | 12 +- .../UpdateTemplateSyncConfigCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-proton/src/endpoint/ruleset.ts | 2 +- .../src/models/ProtonServiceException.ts | 2 +- clients/client-proton/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListComponentOutputsPaginator.ts | 2 +- ...tComponentProvisionedResourcesPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- ...tEnvironmentAccountConnectionsPaginator.ts | 2 +- .../ListEnvironmentOutputsPaginator.ts | 2 +- ...nvironmentProvisionedResourcesPaginator.ts | 2 +- ...istEnvironmentTemplateVersionsPaginator.ts | 2 +- .../ListEnvironmentTemplatesPaginator.ts | 2 +- .../pagination/ListEnvironmentsPaginator.ts | 2 +- .../pagination/ListRepositoriesPaginator.ts | 2 +- .../ListRepositorySyncDefinitionsPaginator.ts | 2 +- .../ListServiceInstanceOutputsPaginator.ts | 2 +- ...ceInstanceProvisionedResourcesPaginator.ts | 2 +- .../ListServiceInstancesPaginator.ts | 2 +- .../ListServicePipelineOutputsPaginator.ts | 2 +- ...cePipelineProvisionedResourcesPaginator.ts | 2 +- .../ListServiceTemplateVersionsPaginator.ts | 2 +- .../ListServiceTemplatesPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-proton/src/runtimeConfig.shared.ts | 8 +- clients/client-proton/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForComponentDeleted.ts | 2 +- .../src/waiters/waitForComponentDeployed.ts | 2 +- .../src/waiters/waitForEnvironmentDeployed.ts | 2 +- ...ForEnvironmentTemplateVersionRegistered.ts | 2 +- .../src/waiters/waitForServiceCreated.ts | 2 +- .../src/waiters/waitForServiceDeleted.ts | 2 +- .../waiters/waitForServiceInstanceDeployed.ts | 2 +- .../waiters/waitForServicePipelineDeployed.ts | 2 +- ...waitForServiceTemplateVersionRegistered.ts | 2 +- .../src/waiters/waitForServiceUpdated.ts | 2 +- clients/client-qldb-session/package.json | 41 ++--- .../client-qldb-session/src/QLDBSession.ts | 4 +- .../src/QLDBSessionClient.ts | 28 ++- .../src/commands/SendCommandCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/QLDBSessionServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-qldb-session/src/runtimeConfig.ts | 24 +-- clients/client-qldb/package.json | 41 ++--- clients/client-qldb/src/QLDB.ts | 4 +- clients/client-qldb/src/QLDBClient.ts | 28 ++- .../CancelJournalKinesisStreamCommand.ts | 12 +- .../src/commands/CreateLedgerCommand.ts | 12 +- .../src/commands/DeleteLedgerCommand.ts | 12 +- .../DescribeJournalKinesisStreamCommand.ts | 12 +- .../DescribeJournalS3ExportCommand.ts | 12 +- .../src/commands/DescribeLedgerCommand.ts | 12 +- .../src/commands/ExportJournalToS3Command.ts | 12 +- .../src/commands/GetBlockCommand.ts | 12 +- .../src/commands/GetDigestCommand.ts | 12 +- .../src/commands/GetRevisionCommand.ts | 12 +- ...stJournalKinesisStreamsForLedgerCommand.ts | 12 +- .../commands/ListJournalS3ExportsCommand.ts | 12 +- .../ListJournalS3ExportsForLedgerCommand.ts | 12 +- .../src/commands/ListLedgersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/StreamJournalToKinesisCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateLedgerCommand.ts | 12 +- .../UpdateLedgerPermissionsModeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-qldb/src/endpoint/ruleset.ts | 2 +- .../src/models/QLDBServiceException.ts | 2 +- clients/client-qldb/src/models/models_0.ts | 2 +- .../client-qldb/src/pagination/Interfaces.ts | 2 +- ...JournalKinesisStreamsForLedgerPaginator.ts | 2 +- .../ListJournalS3ExportsForLedgerPaginator.ts | 2 +- .../ListJournalS3ExportsPaginator.ts | 2 +- .../src/pagination/ListLedgersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-qldb/src/runtimeConfig.browser.ts | 14 +- .../client-qldb/src/runtimeConfig.shared.ts | 8 +- clients/client-qldb/src/runtimeConfig.ts | 24 +-- clients/client-quicksight/package.json | 41 ++--- clients/client-quicksight/src/QuickSight.ts | 4 +- .../client-quicksight/src/QuickSightClient.ts | 28 ++- .../src/commands/CancelIngestionCommand.ts | 12 +- .../CreateAccountCustomizationCommand.ts | 12 +- .../CreateAccountSubscriptionCommand.ts | 12 +- .../src/commands/CreateAnalysisCommand.ts | 12 +- .../src/commands/CreateDashboardCommand.ts | 12 +- .../src/commands/CreateDataSetCommand.ts | 12 +- .../src/commands/CreateDataSourceCommand.ts | 12 +- .../src/commands/CreateFolderCommand.ts | 12 +- .../commands/CreateFolderMembershipCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../commands/CreateGroupMembershipCommand.ts | 12 +- .../CreateIAMPolicyAssignmentCommand.ts | 12 +- .../src/commands/CreateIngestionCommand.ts | 12 +- .../src/commands/CreateNamespaceCommand.ts | 12 +- .../commands/CreateRefreshScheduleCommand.ts | 12 +- .../commands/CreateTemplateAliasCommand.ts | 12 +- .../src/commands/CreateTemplateCommand.ts | 12 +- .../src/commands/CreateThemeAliasCommand.ts | 12 +- .../src/commands/CreateThemeCommand.ts | 12 +- .../src/commands/CreateTopicCommand.ts | 12 +- .../CreateTopicRefreshScheduleCommand.ts | 12 +- .../commands/CreateVPCConnectionCommand.ts | 12 +- .../DeleteAccountCustomizationCommand.ts | 12 +- .../DeleteAccountSubscriptionCommand.ts | 12 +- .../src/commands/DeleteAnalysisCommand.ts | 12 +- .../src/commands/DeleteDashboardCommand.ts | 12 +- .../src/commands/DeleteDataSetCommand.ts | 12 +- .../DeleteDataSetRefreshPropertiesCommand.ts | 12 +- .../src/commands/DeleteDataSourceCommand.ts | 12 +- .../src/commands/DeleteFolderCommand.ts | 12 +- .../commands/DeleteFolderMembershipCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../commands/DeleteGroupMembershipCommand.ts | 12 +- .../DeleteIAMPolicyAssignmentCommand.ts | 12 +- .../src/commands/DeleteNamespaceCommand.ts | 12 +- .../commands/DeleteRefreshScheduleCommand.ts | 12 +- .../commands/DeleteTemplateAliasCommand.ts | 12 +- .../src/commands/DeleteTemplateCommand.ts | 12 +- .../src/commands/DeleteThemeAliasCommand.ts | 12 +- .../src/commands/DeleteThemeCommand.ts | 12 +- .../src/commands/DeleteTopicCommand.ts | 12 +- .../DeleteTopicRefreshScheduleCommand.ts | 12 +- .../DeleteUserByPrincipalIdCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../commands/DeleteVPCConnectionCommand.ts | 12 +- .../DescribeAccountCustomizationCommand.ts | 12 +- .../DescribeAccountSettingsCommand.ts | 12 +- .../DescribeAccountSubscriptionCommand.ts | 12 +- .../src/commands/DescribeAnalysisCommand.ts | 12 +- .../DescribeAnalysisDefinitionCommand.ts | 12 +- .../DescribeAnalysisPermissionsCommand.ts | 12 +- .../DescribeAssetBundleExportJobCommand.ts | 12 +- .../DescribeAssetBundleImportJobCommand.ts | 12 +- .../src/commands/DescribeDashboardCommand.ts | 12 +- .../DescribeDashboardDefinitionCommand.ts | 12 +- .../DescribeDashboardPermissionsCommand.ts | 12 +- .../src/commands/DescribeDataSetCommand.ts | 12 +- .../DescribeDataSetPermissionsCommand.ts | 12 +- ...DescribeDataSetRefreshPropertiesCommand.ts | 12 +- .../src/commands/DescribeDataSourceCommand.ts | 12 +- .../DescribeDataSourcePermissionsCommand.ts | 12 +- .../src/commands/DescribeFolderCommand.ts | 12 +- .../DescribeFolderPermissionsCommand.ts | 12 +- ...escribeFolderResolvedPermissionsCommand.ts | 12 +- .../src/commands/DescribeGroupCommand.ts | 12 +- .../DescribeGroupMembershipCommand.ts | 12 +- .../DescribeIAMPolicyAssignmentCommand.ts | 12 +- .../src/commands/DescribeIngestionCommand.ts | 12 +- .../commands/DescribeIpRestrictionCommand.ts | 12 +- .../src/commands/DescribeNamespaceCommand.ts | 12 +- .../DescribeRefreshScheduleCommand.ts | 12 +- .../commands/DescribeTemplateAliasCommand.ts | 12 +- .../src/commands/DescribeTemplateCommand.ts | 12 +- .../DescribeTemplateDefinitionCommand.ts | 12 +- .../DescribeTemplatePermissionsCommand.ts | 12 +- .../src/commands/DescribeThemeAliasCommand.ts | 12 +- .../src/commands/DescribeThemeCommand.ts | 12 +- .../DescribeThemePermissionsCommand.ts | 12 +- .../src/commands/DescribeTopicCommand.ts | 12 +- .../DescribeTopicPermissionsCommand.ts | 12 +- .../commands/DescribeTopicRefreshCommand.ts | 12 +- .../DescribeTopicRefreshScheduleCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- .../commands/DescribeVPCConnectionCommand.ts | 12 +- ...GenerateEmbedUrlForAnonymousUserCommand.ts | 12 +- ...enerateEmbedUrlForRegisteredUserCommand.ts | 12 +- .../commands/GetDashboardEmbedUrlCommand.ts | 12 +- .../src/commands/GetSessionEmbedUrlCommand.ts | 12 +- .../src/commands/ListAnalysesCommand.ts | 12 +- .../ListAssetBundleExportJobsCommand.ts | 12 +- .../ListAssetBundleImportJobsCommand.ts | 12 +- .../commands/ListDashboardVersionsCommand.ts | 12 +- .../src/commands/ListDashboardsCommand.ts | 12 +- .../src/commands/ListDataSetsCommand.ts | 12 +- .../src/commands/ListDataSourcesCommand.ts | 12 +- .../src/commands/ListFolderMembersCommand.ts | 12 +- .../src/commands/ListFoldersCommand.ts | 12 +- .../commands/ListGroupMembershipsCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../ListIAMPolicyAssignmentsCommand.ts | 12 +- .../ListIAMPolicyAssignmentsForUserCommand.ts | 12 +- .../src/commands/ListIngestionsCommand.ts | 12 +- .../src/commands/ListNamespacesCommand.ts | 12 +- .../commands/ListRefreshSchedulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTemplateAliasesCommand.ts | 12 +- .../commands/ListTemplateVersionsCommand.ts | 12 +- .../src/commands/ListTemplatesCommand.ts | 12 +- .../src/commands/ListThemeAliasesCommand.ts | 12 +- .../src/commands/ListThemeVersionsCommand.ts | 12 +- .../src/commands/ListThemesCommand.ts | 12 +- .../ListTopicRefreshSchedulesCommand.ts | 12 +- .../src/commands/ListTopicsCommand.ts | 12 +- .../src/commands/ListUserGroupsCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/ListVPCConnectionsCommand.ts | 12 +- .../PutDataSetRefreshPropertiesCommand.ts | 12 +- .../src/commands/RegisterUserCommand.ts | 12 +- .../src/commands/RestoreAnalysisCommand.ts | 12 +- .../src/commands/SearchAnalysesCommand.ts | 12 +- .../src/commands/SearchDashboardsCommand.ts | 12 +- .../src/commands/SearchDataSetsCommand.ts | 12 +- .../src/commands/SearchDataSourcesCommand.ts | 12 +- .../src/commands/SearchFoldersCommand.ts | 12 +- .../src/commands/SearchGroupsCommand.ts | 12 +- .../StartAssetBundleExportJobCommand.ts | 12 +- .../StartAssetBundleImportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAccountCustomizationCommand.ts | 12 +- .../commands/UpdateAccountSettingsCommand.ts | 12 +- .../src/commands/UpdateAnalysisCommand.ts | 12 +- .../UpdateAnalysisPermissionsCommand.ts | 12 +- .../src/commands/UpdateDashboardCommand.ts | 12 +- .../UpdateDashboardPermissionsCommand.ts | 12 +- .../UpdateDashboardPublishedVersionCommand.ts | 12 +- .../src/commands/UpdateDataSetCommand.ts | 12 +- .../UpdateDataSetPermissionsCommand.ts | 12 +- .../src/commands/UpdateDataSourceCommand.ts | 12 +- .../UpdateDataSourcePermissionsCommand.ts | 12 +- .../src/commands/UpdateFolderCommand.ts | 12 +- .../UpdateFolderPermissionsCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../UpdateIAMPolicyAssignmentCommand.ts | 12 +- .../commands/UpdateIpRestrictionCommand.ts | 12 +- .../UpdatePublicSharingSettingsCommand.ts | 12 +- .../commands/UpdateRefreshScheduleCommand.ts | 12 +- .../commands/UpdateTemplateAliasCommand.ts | 12 +- .../src/commands/UpdateTemplateCommand.ts | 12 +- .../UpdateTemplatePermissionsCommand.ts | 12 +- .../src/commands/UpdateThemeAliasCommand.ts | 12 +- .../src/commands/UpdateThemeCommand.ts | 12 +- .../commands/UpdateThemePermissionsCommand.ts | 12 +- .../src/commands/UpdateTopicCommand.ts | 12 +- .../commands/UpdateTopicPermissionsCommand.ts | 12 +- .../UpdateTopicRefreshScheduleCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../commands/UpdateVPCConnectionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-quicksight/src/endpoint/ruleset.ts | 2 +- .../src/models/QuickSightServiceException.ts | 2 +- .../client-quicksight/src/models/models_0.ts | 2 +- .../client-quicksight/src/models/models_1.ts | 2 +- .../client-quicksight/src/models/models_2.ts | 2 +- .../client-quicksight/src/models/models_3.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAnalysesPaginator.ts | 2 +- .../ListAssetBundleExportJobsPaginator.ts | 2 +- .../ListAssetBundleImportJobsPaginator.ts | 2 +- .../ListDashboardVersionsPaginator.ts | 2 +- .../src/pagination/ListDashboardsPaginator.ts | 2 +- .../src/pagination/ListDataSetsPaginator.ts | 2 +- .../pagination/ListDataSourcesPaginator.ts | 2 +- .../src/pagination/ListIngestionsPaginator.ts | 2 +- .../src/pagination/ListNamespacesPaginator.ts | 2 +- .../ListTemplateAliasesPaginator.ts | 2 +- .../ListTemplateVersionsPaginator.ts | 2 +- .../src/pagination/ListTemplatesPaginator.ts | 2 +- .../pagination/ListThemeVersionsPaginator.ts | 2 +- .../src/pagination/ListThemesPaginator.ts | 2 +- .../src/pagination/ListTopicsPaginator.ts | 2 +- .../pagination/ListVPCConnectionsPaginator.ts | 2 +- .../src/pagination/SearchAnalysesPaginator.ts | 2 +- .../pagination/SearchDashboardsPaginator.ts | 2 +- .../src/pagination/SearchDataSetsPaginator.ts | 2 +- .../pagination/SearchDataSourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-quicksight/src/runtimeConfig.ts | 24 +-- clients/client-ram/package.json | 41 ++--- clients/client-ram/src/RAM.ts | 4 +- clients/client-ram/src/RAMClient.ts | 28 ++- .../AcceptResourceShareInvitationCommand.ts | 12 +- .../commands/AssociateResourceShareCommand.ts | 12 +- ...AssociateResourceSharePermissionCommand.ts | 12 +- .../src/commands/CreatePermissionCommand.ts | 12 +- .../CreatePermissionVersionCommand.ts | 12 +- .../commands/CreateResourceShareCommand.ts | 12 +- .../src/commands/DeletePermissionCommand.ts | 12 +- .../DeletePermissionVersionCommand.ts | 12 +- .../commands/DeleteResourceShareCommand.ts | 12 +- .../DisassociateResourceShareCommand.ts | 12 +- ...associateResourceSharePermissionCommand.ts | 12 +- ...EnableSharingWithAwsOrganizationCommand.ts | 12 +- .../src/commands/GetPermissionCommand.ts | 12 +- .../commands/GetResourcePoliciesCommand.ts | 12 +- .../GetResourceShareAssociationsCommand.ts | 12 +- .../GetResourceShareInvitationsCommand.ts | 12 +- .../src/commands/GetResourceSharesCommand.ts | 12 +- .../ListPendingInvitationResourcesCommand.ts | 12 +- .../ListPermissionAssociationsCommand.ts | 12 +- .../commands/ListPermissionVersionsCommand.ts | 12 +- .../src/commands/ListPermissionsCommand.ts | 12 +- .../src/commands/ListPrincipalsCommand.ts | 12 +- ...eplacePermissionAssociationsWorkCommand.ts | 12 +- .../ListResourceSharePermissionsCommand.ts | 12 +- .../src/commands/ListResourceTypesCommand.ts | 12 +- .../src/commands/ListResourcesCommand.ts | 12 +- ...omotePermissionCreatedFromPolicyCommand.ts | 12 +- ...teResourceShareCreatedFromPolicyCommand.ts | 12 +- .../RejectResourceShareInvitationCommand.ts | 12 +- .../ReplacePermissionAssociationsCommand.ts | 12 +- .../SetDefaultPermissionVersionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateResourceShareCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ram/src/endpoint/ruleset.ts | 2 +- .../src/models/RAMServiceException.ts | 2 +- clients/client-ram/src/models/models_0.ts | 2 +- .../GetResourcePoliciesPaginator.ts | 2 +- .../GetResourceShareAssociationsPaginator.ts | 2 +- .../GetResourceShareInvitationsPaginator.ts | 2 +- .../pagination/GetResourceSharesPaginator.ts | 2 +- .../client-ram/src/pagination/Interfaces.ts | 2 +- ...ListPendingInvitationResourcesPaginator.ts | 2 +- .../ListPermissionAssociationsPaginator.ts | 2 +- .../ListPermissionVersionsPaginator.ts | 2 +- .../pagination/ListPermissionsPaginator.ts | 2 +- .../src/pagination/ListPrincipalsPaginator.ts | 2 +- ...lacePermissionAssociationsWorkPaginator.ts | 2 +- .../ListResourceSharePermissionsPaginator.ts | 2 +- .../pagination/ListResourceTypesPaginator.ts | 2 +- .../src/pagination/ListResourcesPaginator.ts | 2 +- .../client-ram/src/protocols/Aws_restJson1.ts | 11 +- .../client-ram/src/runtimeConfig.browser.ts | 14 +- .../client-ram/src/runtimeConfig.shared.ts | 8 +- clients/client-ram/src/runtimeConfig.ts | 24 +-- clients/client-rbin/package.json | 41 ++--- clients/client-rbin/src/Rbin.ts | 4 +- clients/client-rbin/src/RbinClient.ts | 28 ++- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/GetRuleCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/LockRuleCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnlockRuleCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-rbin/src/endpoint/ruleset.ts | 2 +- .../src/models/RbinServiceException.ts | 2 +- clients/client-rbin/src/models/models_0.ts | 2 +- .../client-rbin/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListRulesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-rbin/src/runtimeConfig.browser.ts | 14 +- .../client-rbin/src/runtimeConfig.shared.ts | 8 +- clients/client-rbin/src/runtimeConfig.ts | 24 +-- clients/client-rds-data/package.json | 41 ++--- clients/client-rds-data/src/RDSData.ts | 4 +- clients/client-rds-data/src/RDSDataClient.ts | 28 ++- .../commands/BatchExecuteStatementCommand.ts | 12 +- .../src/commands/BeginTransactionCommand.ts | 12 +- .../src/commands/CommitTransactionCommand.ts | 12 +- .../src/commands/ExecuteSqlCommand.ts | 12 +- .../src/commands/ExecuteStatementCommand.ts | 12 +- .../commands/RollbackTransactionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-rds-data/src/endpoint/ruleset.ts | 2 +- .../src/models/RDSDataServiceException.ts | 2 +- .../client-rds-data/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-rds-data/src/runtimeConfig.ts | 24 +-- clients/client-rds/package.json | 43 ++--- clients/client-rds/src/RDS.ts | 4 +- clients/client-rds/src/RDSClient.ts | 28 ++- .../src/commands/AddRoleToDBClusterCommand.ts | 12 +- .../commands/AddRoleToDBInstanceCommand.ts | 12 +- ...ddSourceIdentifierToSubscriptionCommand.ts | 12 +- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../ApplyPendingMaintenanceActionCommand.ts | 12 +- .../AuthorizeDBSecurityGroupIngressCommand.ts | 12 +- .../src/commands/BacktrackDBClusterCommand.ts | 12 +- .../src/commands/CancelExportTaskCommand.ts | 12 +- .../CopyDBClusterParameterGroupCommand.ts | 12 +- .../commands/CopyDBClusterSnapshotCommand.ts | 12 +- .../commands/CopyDBParameterGroupCommand.ts | 12 +- .../src/commands/CopyDBSnapshotCommand.ts | 12 +- .../src/commands/CopyOptionGroupCommand.ts | 12 +- .../CreateBlueGreenDeploymentCommand.ts | 12 +- .../CreateCustomDBEngineVersionCommand.ts | 12 +- .../src/commands/CreateDBClusterCommand.ts | 12 +- .../CreateDBClusterEndpointCommand.ts | 12 +- .../CreateDBClusterParameterGroupCommand.ts | 12 +- .../CreateDBClusterSnapshotCommand.ts | 12 +- .../src/commands/CreateDBInstanceCommand.ts | 12 +- .../CreateDBInstanceReadReplicaCommand.ts | 12 +- .../commands/CreateDBParameterGroupCommand.ts | 12 +- .../src/commands/CreateDBProxyCommand.ts | 12 +- .../commands/CreateDBProxyEndpointCommand.ts | 12 +- .../commands/CreateDBSecurityGroupCommand.ts | 12 +- .../src/commands/CreateDBSnapshotCommand.ts | 12 +- .../commands/CreateDBSubnetGroupCommand.ts | 12 +- .../CreateEventSubscriptionCommand.ts | 12 +- .../commands/CreateGlobalClusterCommand.ts | 12 +- .../src/commands/CreateOptionGroupCommand.ts | 12 +- .../DeleteBlueGreenDeploymentCommand.ts | 12 +- .../DeleteCustomDBEngineVersionCommand.ts | 12 +- .../src/commands/DeleteDBClusterCommand.ts | 12 +- .../DeleteDBClusterEndpointCommand.ts | 12 +- .../DeleteDBClusterParameterGroupCommand.ts | 12 +- .../DeleteDBClusterSnapshotCommand.ts | 12 +- .../DeleteDBInstanceAutomatedBackupCommand.ts | 12 +- .../src/commands/DeleteDBInstanceCommand.ts | 12 +- .../commands/DeleteDBParameterGroupCommand.ts | 12 +- .../src/commands/DeleteDBProxyCommand.ts | 12 +- .../commands/DeleteDBProxyEndpointCommand.ts | 12 +- .../commands/DeleteDBSecurityGroupCommand.ts | 12 +- .../src/commands/DeleteDBSnapshotCommand.ts | 12 +- .../commands/DeleteDBSubnetGroupCommand.ts | 12 +- .../DeleteEventSubscriptionCommand.ts | 12 +- .../commands/DeleteGlobalClusterCommand.ts | 12 +- .../src/commands/DeleteOptionGroupCommand.ts | 12 +- .../DeregisterDBProxyTargetsCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../DescribeBlueGreenDeploymentsCommand.ts | 12 +- .../commands/DescribeCertificatesCommand.ts | 12 +- .../DescribeDBClusterBacktracksCommand.ts | 12 +- .../DescribeDBClusterEndpointsCommand.ts | 12 +- ...DescribeDBClusterParameterGroupsCommand.ts | 12 +- .../DescribeDBClusterParametersCommand.ts | 12 +- ...cribeDBClusterSnapshotAttributesCommand.ts | 12 +- .../DescribeDBClusterSnapshotsCommand.ts | 12 +- .../src/commands/DescribeDBClustersCommand.ts | 12 +- .../DescribeDBEngineVersionsCommand.ts | 12 +- ...scribeDBInstanceAutomatedBackupsCommand.ts | 12 +- .../commands/DescribeDBInstancesCommand.ts | 12 +- .../src/commands/DescribeDBLogFilesCommand.ts | 12 +- .../DescribeDBParameterGroupsCommand.ts | 12 +- .../commands/DescribeDBParametersCommand.ts | 12 +- .../src/commands/DescribeDBProxiesCommand.ts | 12 +- .../DescribeDBProxyEndpointsCommand.ts | 12 +- .../DescribeDBProxyTargetGroupsCommand.ts | 12 +- .../commands/DescribeDBProxyTargetsCommand.ts | 12 +- .../DescribeDBSecurityGroupsCommand.ts | 12 +- .../DescribeDBSnapshotAttributesCommand.ts | 12 +- .../commands/DescribeDBSnapshotsCommand.ts | 12 +- .../commands/DescribeDBSubnetGroupsCommand.ts | 12 +- ...beEngineDefaultClusterParametersCommand.ts | 12 +- .../DescribeEngineDefaultParametersCommand.ts | 12 +- .../DescribeEventCategoriesCommand.ts | 12 +- .../DescribeEventSubscriptionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../commands/DescribeExportTasksCommand.ts | 12 +- .../commands/DescribeGlobalClustersCommand.ts | 12 +- .../DescribeOptionGroupOptionsCommand.ts | 12 +- .../commands/DescribeOptionGroupsCommand.ts | 12 +- ...scribeOrderableDBInstanceOptionsCommand.ts | 12 +- ...escribePendingMaintenanceActionsCommand.ts | 12 +- .../DescribeReservedDBInstancesCommand.ts | 12 +- ...ribeReservedDBInstancesOfferingsCommand.ts | 12 +- .../commands/DescribeSourceRegionsCommand.ts | 12 +- ...ribeValidDBInstanceModificationsCommand.ts | 12 +- .../DownloadDBLogFilePortionCommand.ts | 12 +- .../src/commands/FailoverDBClusterCommand.ts | 12 +- .../commands/FailoverGlobalClusterCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ModifyActivityStreamCommand.ts | 12 +- .../src/commands/ModifyCertificatesCommand.ts | 12 +- .../ModifyCurrentDBClusterCapacityCommand.ts | 12 +- .../ModifyCustomDBEngineVersionCommand.ts | 12 +- .../src/commands/ModifyDBClusterCommand.ts | 12 +- .../ModifyDBClusterEndpointCommand.ts | 12 +- .../ModifyDBClusterParameterGroupCommand.ts | 12 +- ...ModifyDBClusterSnapshotAttributeCommand.ts | 12 +- .../src/commands/ModifyDBInstanceCommand.ts | 12 +- .../commands/ModifyDBParameterGroupCommand.ts | 12 +- .../src/commands/ModifyDBProxyCommand.ts | 12 +- .../commands/ModifyDBProxyEndpointCommand.ts | 12 +- .../ModifyDBProxyTargetGroupCommand.ts | 12 +- .../ModifyDBSnapshotAttributeCommand.ts | 12 +- .../src/commands/ModifyDBSnapshotCommand.ts | 12 +- .../commands/ModifyDBSubnetGroupCommand.ts | 12 +- .../ModifyEventSubscriptionCommand.ts | 12 +- .../commands/ModifyGlobalClusterCommand.ts | 12 +- .../src/commands/ModifyOptionGroupCommand.ts | 12 +- .../src/commands/PromoteReadReplicaCommand.ts | 12 +- .../PromoteReadReplicaDBClusterCommand.ts | 12 +- ...chaseReservedDBInstancesOfferingCommand.ts | 12 +- .../src/commands/RebootDBClusterCommand.ts | 12 +- .../src/commands/RebootDBInstanceCommand.ts | 12 +- .../commands/RegisterDBProxyTargetsCommand.ts | 12 +- .../RemoveFromGlobalClusterCommand.ts | 12 +- .../RemoveRoleFromDBClusterCommand.ts | 12 +- .../RemoveRoleFromDBInstanceCommand.ts | 12 +- ...SourceIdentifierFromSubscriptionCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../ResetDBClusterParameterGroupCommand.ts | 12 +- .../commands/ResetDBParameterGroupCommand.ts | 12 +- .../commands/RestoreDBClusterFromS3Command.ts | 12 +- .../RestoreDBClusterFromSnapshotCommand.ts | 12 +- .../RestoreDBClusterToPointInTimeCommand.ts | 12 +- .../RestoreDBInstanceFromDBSnapshotCommand.ts | 12 +- .../RestoreDBInstanceFromS3Command.ts | 12 +- .../RestoreDBInstanceToPointInTimeCommand.ts | 12 +- .../RevokeDBSecurityGroupIngressCommand.ts | 12 +- .../commands/StartActivityStreamCommand.ts | 12 +- .../src/commands/StartDBClusterCommand.ts | 12 +- ...tanceAutomatedBackupsReplicationCommand.ts | 12 +- .../src/commands/StartDBInstanceCommand.ts | 12 +- .../src/commands/StartExportTaskCommand.ts | 12 +- .../src/commands/StopActivityStreamCommand.ts | 12 +- .../src/commands/StopDBClusterCommand.ts | 12 +- ...tanceAutomatedBackupsReplicationCommand.ts | 12 +- .../src/commands/StopDBInstanceCommand.ts | 12 +- .../SwitchoverBlueGreenDeploymentCommand.ts | 12 +- .../commands/SwitchoverReadReplicaCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-rds/src/endpoint/ruleset.ts | 2 +- .../src/models/RDSServiceException.ts | 2 +- clients/client-rds/src/models/models_0.ts | 2 +- clients/client-rds/src/models/models_1.ts | 2 +- .../DescribeBlueGreenDeploymentsPaginator.ts | 2 +- .../DescribeCertificatesPaginator.ts | 2 +- .../DescribeDBClusterBacktracksPaginator.ts | 2 +- .../DescribeDBClusterEndpointsPaginator.ts | 2 +- ...scribeDBClusterParameterGroupsPaginator.ts | 2 +- .../DescribeDBClusterParametersPaginator.ts | 2 +- .../DescribeDBClusterSnapshotsPaginator.ts | 2 +- .../pagination/DescribeDBClustersPaginator.ts | 2 +- .../DescribeDBEngineVersionsPaginator.ts | 2 +- ...ribeDBInstanceAutomatedBackupsPaginator.ts | 2 +- .../DescribeDBInstancesPaginator.ts | 2 +- .../pagination/DescribeDBLogFilesPaginator.ts | 2 +- .../DescribeDBParameterGroupsPaginator.ts | 2 +- .../DescribeDBParametersPaginator.ts | 2 +- .../pagination/DescribeDBProxiesPaginator.ts | 2 +- .../DescribeDBProxyEndpointsPaginator.ts | 2 +- .../DescribeDBProxyTargetGroupsPaginator.ts | 2 +- .../DescribeDBProxyTargetsPaginator.ts | 2 +- .../DescribeDBSecurityGroupsPaginator.ts | 2 +- .../DescribeDBSnapshotsPaginator.ts | 2 +- .../DescribeDBSubnetGroupsPaginator.ts | 2 +- ...escribeEngineDefaultParametersPaginator.ts | 2 +- .../DescribeEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../DescribeExportTasksPaginator.ts | 2 +- .../DescribeGlobalClustersPaginator.ts | 2 +- .../DescribeOptionGroupOptionsPaginator.ts | 2 +- .../DescribeOptionGroupsPaginator.ts | 2 +- ...ribeOrderableDBInstanceOptionsPaginator.ts | 2 +- ...cribePendingMaintenanceActionsPaginator.ts | 2 +- ...beReservedDBInstancesOfferingsPaginator.ts | 2 +- .../DescribeReservedDBInstancesPaginator.ts | 2 +- .../DescribeSourceRegionsPaginator.ts | 2 +- .../DownloadDBLogFilePortionPaginator.ts | 2 +- .../client-rds/src/pagination/Interfaces.ts | 2 +- clients/client-rds/src/protocols/Aws_query.ts | 12 +- .../client-rds/src/runtimeConfig.browser.ts | 14 +- .../client-rds/src/runtimeConfig.shared.ts | 8 +- clients/client-rds/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForDBClusterAvailable.ts | 2 +- .../src/waiters/waitForDBClusterDeleted.ts | 2 +- .../waitForDBClusterSnapshotAvailable.ts | 2 +- .../waitForDBClusterSnapshotDeleted.ts | 2 +- .../src/waiters/waitForDBInstanceAvailable.ts | 2 +- .../src/waiters/waitForDBInstanceDeleted.ts | 2 +- .../src/waiters/waitForDBSnapshotAvailable.ts | 2 +- .../src/waiters/waitForDBSnapshotDeleted.ts | 2 +- clients/client-redshift-data/package.json | 41 ++--- .../client-redshift-data/src/RedshiftData.ts | 4 +- .../src/RedshiftDataClient.ts | 28 ++- .../commands/BatchExecuteStatementCommand.ts | 12 +- .../src/commands/CancelStatementCommand.ts | 12 +- .../src/commands/DescribeStatementCommand.ts | 12 +- .../src/commands/DescribeTableCommand.ts | 12 +- .../src/commands/ExecuteStatementCommand.ts | 12 +- .../src/commands/GetStatementResultCommand.ts | 12 +- .../src/commands/ListDatabasesCommand.ts | 12 +- .../src/commands/ListSchemasCommand.ts | 12 +- .../src/commands/ListStatementsCommand.ts | 12 +- .../src/commands/ListTablesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/RedshiftDataServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/DescribeTablePaginator.ts | 2 +- .../pagination/GetStatementResultPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDatabasesPaginator.ts | 2 +- .../src/pagination/ListSchemasPaginator.ts | 2 +- .../src/pagination/ListStatementsPaginator.ts | 2 +- .../src/pagination/ListTablesPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-redshift-data/src/runtimeConfig.ts | 24 +-- .../client-redshift-serverless/package.json | 41 ++--- .../src/RedshiftServerless.ts | 4 +- .../src/RedshiftServerlessClient.ts | 28 ++- .../ConvertRecoveryPointToSnapshotCommand.ts | 12 +- .../commands/CreateEndpointAccessCommand.ts | 12 +- .../src/commands/CreateNamespaceCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/CreateUsageLimitCommand.ts | 12 +- .../src/commands/CreateWorkgroupCommand.ts | 12 +- .../commands/DeleteEndpointAccessCommand.ts | 12 +- .../src/commands/DeleteNamespaceCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSnapshotCommand.ts | 12 +- .../src/commands/DeleteUsageLimitCommand.ts | 12 +- .../src/commands/DeleteWorkgroupCommand.ts | 12 +- .../src/commands/GetCredentialsCommand.ts | 12 +- .../src/commands/GetEndpointAccessCommand.ts | 12 +- .../src/commands/GetNamespaceCommand.ts | 12 +- .../src/commands/GetRecoveryPointCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetSnapshotCommand.ts | 12 +- .../commands/GetTableRestoreStatusCommand.ts | 12 +- .../src/commands/GetUsageLimitCommand.ts | 12 +- .../src/commands/GetWorkgroupCommand.ts | 12 +- .../src/commands/ListEndpointAccessCommand.ts | 12 +- .../src/commands/ListNamespacesCommand.ts | 12 +- .../src/commands/ListRecoveryPointsCommand.ts | 12 +- .../src/commands/ListSnapshotsCommand.ts | 12 +- .../commands/ListTableRestoreStatusCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsageLimitsCommand.ts | 12 +- .../src/commands/ListWorkgroupsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../RestoreFromRecoveryPointCommand.ts | 12 +- .../commands/RestoreFromSnapshotCommand.ts | 12 +- .../RestoreTableFromSnapshotCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateEndpointAccessCommand.ts | 12 +- .../src/commands/UpdateNamespaceCommand.ts | 12 +- .../src/commands/UpdateSnapshotCommand.ts | 12 +- .../src/commands/UpdateUsageLimitCommand.ts | 12 +- .../src/commands/UpdateWorkgroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../RedshiftServerlessServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListEndpointAccessPaginator.ts | 2 +- .../src/pagination/ListNamespacesPaginator.ts | 2 +- .../pagination/ListRecoveryPointsPaginator.ts | 2 +- .../src/pagination/ListSnapshotsPaginator.ts | 2 +- .../ListTableRestoreStatusPaginator.ts | 2 +- .../pagination/ListUsageLimitsPaginator.ts | 2 +- .../src/pagination/ListWorkgroupsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-redshift/package.json | 43 ++--- clients/client-redshift/src/Redshift.ts | 4 +- clients/client-redshift/src/RedshiftClient.ts | 28 ++- .../AcceptReservedNodeExchangeCommand.ts | 12 +- .../src/commands/AddPartnerCommand.ts | 12 +- .../AssociateDataShareConsumerCommand.ts | 12 +- ...orizeClusterSecurityGroupIngressCommand.ts | 12 +- .../src/commands/AuthorizeDataShareCommand.ts | 12 +- .../AuthorizeEndpointAccessCommand.ts | 12 +- .../AuthorizeSnapshotAccessCommand.ts | 12 +- .../BatchDeleteClusterSnapshotsCommand.ts | 12 +- .../BatchModifyClusterSnapshotsCommand.ts | 12 +- .../src/commands/CancelResizeCommand.ts | 12 +- .../commands/CopyClusterSnapshotCommand.ts | 12 +- .../CreateAuthenticationProfileCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../CreateClusterParameterGroupCommand.ts | 12 +- .../CreateClusterSecurityGroupCommand.ts | 12 +- .../commands/CreateClusterSnapshotCommand.ts | 12 +- .../CreateClusterSubnetGroupCommand.ts | 12 +- .../CreateCustomDomainAssociationCommand.ts | 12 +- .../commands/CreateEndpointAccessCommand.ts | 12 +- .../CreateEventSubscriptionCommand.ts | 12 +- .../CreateHsmClientCertificateCommand.ts | 12 +- .../commands/CreateHsmConfigurationCommand.ts | 12 +- .../commands/CreateScheduledActionCommand.ts | 12 +- .../CreateSnapshotCopyGrantCommand.ts | 12 +- .../commands/CreateSnapshotScheduleCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../src/commands/CreateUsageLimitCommand.ts | 12 +- .../commands/DeauthorizeDataShareCommand.ts | 12 +- .../DeleteAuthenticationProfileCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../DeleteClusterParameterGroupCommand.ts | 12 +- .../DeleteClusterSecurityGroupCommand.ts | 12 +- .../commands/DeleteClusterSnapshotCommand.ts | 12 +- .../DeleteClusterSubnetGroupCommand.ts | 12 +- .../DeleteCustomDomainAssociationCommand.ts | 12 +- .../commands/DeleteEndpointAccessCommand.ts | 12 +- .../DeleteEventSubscriptionCommand.ts | 12 +- .../DeleteHsmClientCertificateCommand.ts | 12 +- .../commands/DeleteHsmConfigurationCommand.ts | 12 +- .../src/commands/DeletePartnerCommand.ts | 12 +- .../commands/DeleteScheduledActionCommand.ts | 12 +- .../DeleteSnapshotCopyGrantCommand.ts | 12 +- .../commands/DeleteSnapshotScheduleCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DeleteUsageLimitCommand.ts | 12 +- .../DescribeAccountAttributesCommand.ts | 12 +- .../DescribeAuthenticationProfilesCommand.ts | 12 +- .../DescribeClusterDbRevisionsCommand.ts | 12 +- .../DescribeClusterParameterGroupsCommand.ts | 12 +- .../DescribeClusterParametersCommand.ts | 12 +- .../DescribeClusterSecurityGroupsCommand.ts | 12 +- .../DescribeClusterSnapshotsCommand.ts | 12 +- .../DescribeClusterSubnetGroupsCommand.ts | 12 +- .../commands/DescribeClusterTracksCommand.ts | 12 +- .../DescribeClusterVersionsCommand.ts | 12 +- .../src/commands/DescribeClustersCommand.ts | 12 +- ...DescribeCustomDomainAssociationsCommand.ts | 12 +- .../src/commands/DescribeDataSharesCommand.ts | 12 +- .../DescribeDataSharesForConsumerCommand.ts | 12 +- .../DescribeDataSharesForProducerCommand.ts | 12 +- ...DescribeDefaultClusterParametersCommand.ts | 12 +- .../commands/DescribeEndpointAccessCommand.ts | 12 +- .../DescribeEndpointAuthorizationCommand.ts | 12 +- .../DescribeEventCategoriesCommand.ts | 12 +- .../DescribeEventSubscriptionsCommand.ts | 12 +- .../src/commands/DescribeEventsCommand.ts | 12 +- .../DescribeHsmClientCertificatesCommand.ts | 12 +- .../DescribeHsmConfigurationsCommand.ts | 12 +- .../commands/DescribeLoggingStatusCommand.ts | 12 +- ...DescribeNodeConfigurationOptionsCommand.ts | 12 +- .../DescribeOrderableClusterOptionsCommand.ts | 12 +- .../src/commands/DescribePartnersCommand.ts | 12 +- ...scribeReservedNodeExchangeStatusCommand.ts | 12 +- .../DescribeReservedNodeOfferingsCommand.ts | 12 +- .../commands/DescribeReservedNodesCommand.ts | 12 +- .../src/commands/DescribeResizeCommand.ts | 12 +- .../DescribeScheduledActionsCommand.ts | 12 +- .../DescribeSnapshotCopyGrantsCommand.ts | 12 +- .../DescribeSnapshotSchedulesCommand.ts | 12 +- .../src/commands/DescribeStorageCommand.ts | 12 +- .../DescribeTableRestoreStatusCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../commands/DescribeUsageLimitsCommand.ts | 12 +- .../src/commands/DisableLoggingCommand.ts | 12 +- .../commands/DisableSnapshotCopyCommand.ts | 12 +- .../DisassociateDataShareConsumerCommand.ts | 12 +- .../src/commands/EnableLoggingCommand.ts | 12 +- .../src/commands/EnableSnapshotCopyCommand.ts | 12 +- .../commands/GetClusterCredentialsCommand.ts | 12 +- .../GetClusterCredentialsWithIAMCommand.ts | 12 +- ...NodeExchangeConfigurationOptionsCommand.ts | 12 +- ...GetReservedNodeExchangeOfferingsCommand.ts | 12 +- .../ModifyAquaConfigurationCommand.ts | 12 +- .../ModifyAuthenticationProfileCommand.ts | 12 +- .../src/commands/ModifyClusterCommand.ts | 12 +- .../ModifyClusterDbRevisionCommand.ts | 12 +- .../commands/ModifyClusterIamRolesCommand.ts | 12 +- .../ModifyClusterMaintenanceCommand.ts | 12 +- .../ModifyClusterParameterGroupCommand.ts | 12 +- .../commands/ModifyClusterSnapshotCommand.ts | 12 +- .../ModifyClusterSnapshotScheduleCommand.ts | 12 +- .../ModifyClusterSubnetGroupCommand.ts | 12 +- .../ModifyCustomDomainAssociationCommand.ts | 12 +- .../commands/ModifyEndpointAccessCommand.ts | 12 +- .../ModifyEventSubscriptionCommand.ts | 12 +- .../commands/ModifyScheduledActionCommand.ts | 12 +- ...odifySnapshotCopyRetentionPeriodCommand.ts | 12 +- .../commands/ModifySnapshotScheduleCommand.ts | 12 +- .../src/commands/ModifyUsageLimitCommand.ts | 12 +- .../src/commands/PauseClusterCommand.ts | 12 +- .../PurchaseReservedNodeOfferingCommand.ts | 12 +- .../src/commands/RebootClusterCommand.ts | 12 +- .../src/commands/RejectDataShareCommand.ts | 12 +- .../ResetClusterParameterGroupCommand.ts | 12 +- .../src/commands/ResizeClusterCommand.ts | 12 +- .../RestoreFromClusterSnapshotCommand.ts | 12 +- .../RestoreTableFromClusterSnapshotCommand.ts | 12 +- .../src/commands/ResumeClusterCommand.ts | 12 +- ...evokeClusterSecurityGroupIngressCommand.ts | 12 +- .../commands/RevokeEndpointAccessCommand.ts | 12 +- .../commands/RevokeSnapshotAccessCommand.ts | 12 +- .../commands/RotateEncryptionKeyCommand.ts | 12 +- .../commands/UpdatePartnerStatusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-redshift/src/endpoint/ruleset.ts | 2 +- .../src/models/RedshiftServiceException.ts | 2 +- .../client-redshift/src/models/models_0.ts | 2 +- .../client-redshift/src/models/models_1.ts | 2 +- .../DescribeClusterDbRevisionsPaginator.ts | 2 +- ...DescribeClusterParameterGroupsPaginator.ts | 2 +- .../DescribeClusterParametersPaginator.ts | 2 +- .../DescribeClusterSecurityGroupsPaginator.ts | 2 +- .../DescribeClusterSnapshotsPaginator.ts | 2 +- .../DescribeClusterSubnetGroupsPaginator.ts | 2 +- .../DescribeClusterTracksPaginator.ts | 2 +- .../DescribeClusterVersionsPaginator.ts | 2 +- .../pagination/DescribeClustersPaginator.ts | 2 +- ...scribeCustomDomainAssociationsPaginator.ts | 2 +- .../DescribeDataSharesForConsumerPaginator.ts | 2 +- .../DescribeDataSharesForProducerPaginator.ts | 2 +- .../pagination/DescribeDataSharesPaginator.ts | 2 +- ...scribeDefaultClusterParametersPaginator.ts | 2 +- .../DescribeEndpointAccessPaginator.ts | 2 +- .../DescribeEndpointAuthorizationPaginator.ts | 2 +- .../DescribeEventSubscriptionsPaginator.ts | 2 +- .../src/pagination/DescribeEventsPaginator.ts | 2 +- .../DescribeHsmClientCertificatesPaginator.ts | 2 +- .../DescribeHsmConfigurationsPaginator.ts | 2 +- ...scribeNodeConfigurationOptionsPaginator.ts | 2 +- ...escribeOrderableClusterOptionsPaginator.ts | 2 +- ...ribeReservedNodeExchangeStatusPaginator.ts | 2 +- .../DescribeReservedNodeOfferingsPaginator.ts | 2 +- .../DescribeReservedNodesPaginator.ts | 2 +- .../DescribeScheduledActionsPaginator.ts | 2 +- .../DescribeSnapshotCopyGrantsPaginator.ts | 2 +- .../DescribeSnapshotSchedulesPaginator.ts | 2 +- .../DescribeTableRestoreStatusPaginator.ts | 2 +- .../src/pagination/DescribeTagsPaginator.ts | 2 +- .../DescribeUsageLimitsPaginator.ts | 2 +- ...deExchangeConfigurationOptionsPaginator.ts | 2 +- ...tReservedNodeExchangeOfferingsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_query.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-redshift/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForClusterAvailable.ts | 2 +- .../src/waiters/waitForClusterDeleted.ts | 2 +- .../src/waiters/waitForClusterRestored.ts | 2 +- .../src/waiters/waitForSnapshotAvailable.ts | 2 +- clients/client-rekognition/package.json | 43 ++--- clients/client-rekognition/src/Rekognition.ts | 4 +- .../src/RekognitionClient.ts | 28 ++- .../src/commands/AssociateFacesCommand.ts | 12 +- .../src/commands/CompareFacesCommand.ts | 12 +- .../src/commands/CopyProjectVersionCommand.ts | 12 +- .../src/commands/CreateCollectionCommand.ts | 12 +- .../src/commands/CreateDatasetCommand.ts | 12 +- .../CreateFaceLivenessSessionCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../commands/CreateProjectVersionCommand.ts | 12 +- .../commands/CreateStreamProcessorCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeleteCollectionCommand.ts | 12 +- .../src/commands/DeleteDatasetCommand.ts | 12 +- .../src/commands/DeleteFacesCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../commands/DeleteProjectPolicyCommand.ts | 12 +- .../commands/DeleteProjectVersionCommand.ts | 12 +- .../commands/DeleteStreamProcessorCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeCollectionCommand.ts | 12 +- .../src/commands/DescribeDatasetCommand.ts | 12 +- .../DescribeProjectVersionsCommand.ts | 12 +- .../src/commands/DescribeProjectsCommand.ts | 12 +- .../DescribeStreamProcessorCommand.ts | 12 +- .../src/commands/DetectCustomLabelsCommand.ts | 12 +- .../src/commands/DetectFacesCommand.ts | 12 +- .../src/commands/DetectLabelsCommand.ts | 12 +- .../commands/DetectModerationLabelsCommand.ts | 12 +- .../DetectProtectiveEquipmentCommand.ts | 12 +- .../src/commands/DetectTextCommand.ts | 12 +- .../src/commands/DisassociateFacesCommand.ts | 12 +- .../DistributeDatasetEntriesCommand.ts | 12 +- .../src/commands/GetCelebrityInfoCommand.ts | 12 +- .../GetCelebrityRecognitionCommand.ts | 12 +- .../commands/GetContentModerationCommand.ts | 12 +- .../src/commands/GetFaceDetectionCommand.ts | 12 +- .../GetFaceLivenessSessionResultsCommand.ts | 12 +- .../src/commands/GetFaceSearchCommand.ts | 12 +- .../src/commands/GetLabelDetectionCommand.ts | 12 +- .../src/commands/GetPersonTrackingCommand.ts | 12 +- .../commands/GetSegmentDetectionCommand.ts | 12 +- .../src/commands/GetTextDetectionCommand.ts | 12 +- .../src/commands/IndexFacesCommand.ts | 12 +- .../src/commands/ListCollectionsCommand.ts | 12 +- .../src/commands/ListDatasetEntriesCommand.ts | 12 +- .../src/commands/ListDatasetLabelsCommand.ts | 12 +- .../src/commands/ListFacesCommand.ts | 12 +- .../commands/ListProjectPoliciesCommand.ts | 12 +- .../commands/ListStreamProcessorsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/PutProjectPolicyCommand.ts | 12 +- .../commands/RecognizeCelebritiesCommand.ts | 12 +- .../src/commands/SearchFacesByImageCommand.ts | 12 +- .../src/commands/SearchFacesCommand.ts | 12 +- .../src/commands/SearchUsersByImageCommand.ts | 12 +- .../src/commands/SearchUsersCommand.ts | 12 +- .../StartCelebrityRecognitionCommand.ts | 12 +- .../commands/StartContentModerationCommand.ts | 12 +- .../src/commands/StartFaceDetectionCommand.ts | 12 +- .../src/commands/StartFaceSearchCommand.ts | 12 +- .../commands/StartLabelDetectionCommand.ts | 12 +- .../commands/StartPersonTrackingCommand.ts | 12 +- .../commands/StartProjectVersionCommand.ts | 12 +- .../commands/StartSegmentDetectionCommand.ts | 12 +- .../commands/StartStreamProcessorCommand.ts | 12 +- .../src/commands/StartTextDetectionCommand.ts | 12 +- .../src/commands/StopProjectVersionCommand.ts | 12 +- .../commands/StopStreamProcessorCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateDatasetEntriesCommand.ts | 12 +- .../commands/UpdateStreamProcessorCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/RekognitionServiceException.ts | 2 +- .../client-rekognition/src/models/models_0.ts | 2 +- .../client-rekognition/src/models/models_1.ts | 2 +- .../DescribeProjectVersionsPaginator.ts | 2 +- .../pagination/DescribeProjectsPaginator.ts | 2 +- .../GetCelebrityRecognitionPaginator.ts | 2 +- .../GetContentModerationPaginator.ts | 2 +- .../pagination/GetFaceDetectionPaginator.ts | 2 +- .../src/pagination/GetFaceSearchPaginator.ts | 2 +- .../pagination/GetLabelDetectionPaginator.ts | 2 +- .../pagination/GetPersonTrackingPaginator.ts | 2 +- .../GetSegmentDetectionPaginator.ts | 2 +- .../pagination/GetTextDetectionPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListCollectionsPaginator.ts | 2 +- .../pagination/ListDatasetEntriesPaginator.ts | 2 +- .../pagination/ListDatasetLabelsPaginator.ts | 2 +- .../src/pagination/ListFacesPaginator.ts | 2 +- .../ListProjectPoliciesPaginator.ts | 2 +- .../ListStreamProcessorsPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-rekognition/src/runtimeConfig.ts | 24 +-- .../waiters/waitForProjectVersionRunning.ts | 2 +- .../waitForProjectVersionTrainingCompleted.ts | 2 +- .../client-rekognitionstreaming/package.json | 47 ++--- .../src/RekognitionStreaming.ts | 4 +- .../src/RekognitionStreamingClient.ts | 42 ++--- .../StartFaceLivenessSessionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../RekognitionStreamingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 16 +- .../src/runtimeConfig.native.ts | 2 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 28 +-- clients/client-resiliencehub/package.json | 41 ++--- .../client-resiliencehub/src/Resiliencehub.ts | 4 +- .../src/ResiliencehubClient.ts | 28 ++- ...dDraftAppVersionResourceMappingsCommand.ts | 12 +- .../src/commands/CreateAppCommand.ts | 12 +- .../CreateAppVersionAppComponentCommand.ts | 12 +- .../CreateAppVersionResourceCommand.ts | 12 +- .../CreateRecommendationTemplateCommand.ts | 12 +- .../commands/CreateResiliencyPolicyCommand.ts | 12 +- .../commands/DeleteAppAssessmentCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../commands/DeleteAppInputSourceCommand.ts | 12 +- .../DeleteAppVersionAppComponentCommand.ts | 12 +- .../DeleteAppVersionResourceCommand.ts | 12 +- .../DeleteRecommendationTemplateCommand.ts | 12 +- .../commands/DeleteResiliencyPolicyCommand.ts | 12 +- .../commands/DescribeAppAssessmentCommand.ts | 12 +- .../src/commands/DescribeAppCommand.ts | 12 +- .../DescribeAppVersionAppComponentCommand.ts | 12 +- .../src/commands/DescribeAppVersionCommand.ts | 12 +- .../DescribeAppVersionResourceCommand.ts | 12 +- ...VersionResourcesResolutionStatusCommand.ts | 12 +- .../DescribeAppVersionTemplateCommand.ts | 12 +- ...tAppVersionResourcesImportStatusCommand.ts | 12 +- .../DescribeResiliencyPolicyCommand.ts | 12 +- ...ImportResourcesToDraftAppVersionCommand.ts | 12 +- .../ListAlarmRecommendationsCommand.ts | 12 +- .../src/commands/ListAppAssessmentsCommand.ts | 12 +- .../ListAppComponentCompliancesCommand.ts | 12 +- .../ListAppComponentRecommendationsCommand.ts | 12 +- .../commands/ListAppInputSourcesCommand.ts | 12 +- .../ListAppVersionAppComponentsCommand.ts | 12 +- .../ListAppVersionResourceMappingsCommand.ts | 12 +- .../ListAppVersionResourcesCommand.ts | 12 +- .../src/commands/ListAppVersionsCommand.ts | 12 +- .../src/commands/ListAppsCommand.ts | 12 +- .../ListRecommendationTemplatesCommand.ts | 12 +- .../commands/ListResiliencyPoliciesCommand.ts | 12 +- .../commands/ListSopRecommendationsCommand.ts | 12 +- .../ListSuggestedResiliencyPoliciesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTestRecommendationsCommand.ts | 12 +- ...stUnsupportedAppVersionResourcesCommand.ts | 12 +- .../src/commands/PublishAppVersionCommand.ts | 12 +- .../PutDraftAppVersionTemplateCommand.ts | 12 +- ...eDraftAppVersionResourceMappingsCommand.ts | 12 +- .../ResolveAppVersionResourcesCommand.ts | 12 +- .../src/commands/StartAppAssessmentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAppCommand.ts | 12 +- .../UpdateAppVersionAppComponentCommand.ts | 12 +- .../src/commands/UpdateAppVersionCommand.ts | 12 +- .../UpdateAppVersionResourceCommand.ts | 12 +- .../commands/UpdateResiliencyPolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ResiliencehubServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAlarmRecommendationsPaginator.ts | 2 +- .../pagination/ListAppAssessmentsPaginator.ts | 2 +- .../ListAppComponentCompliancesPaginator.ts | 2 +- ...istAppComponentRecommendationsPaginator.ts | 2 +- .../ListAppInputSourcesPaginator.ts | 2 +- .../ListAppVersionAppComponentsPaginator.ts | 2 +- ...ListAppVersionResourceMappingsPaginator.ts | 2 +- .../ListAppVersionResourcesPaginator.ts | 2 +- .../pagination/ListAppVersionsPaginator.ts | 2 +- .../src/pagination/ListAppsPaginator.ts | 2 +- .../ListRecommendationTemplatesPaginator.ts | 2 +- .../ListResiliencyPoliciesPaginator.ts | 2 +- .../ListSopRecommendationsPaginator.ts | 2 +- ...istSuggestedResiliencyPoliciesPaginator.ts | 2 +- .../ListTestRecommendationsPaginator.ts | 2 +- ...UnsupportedAppVersionResourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-resiliencehub/src/runtimeConfig.ts | 24 +-- .../client-resource-explorer-2/package.json | 41 ++--- .../src/ResourceExplorer2.ts | 4 +- .../src/ResourceExplorer2Client.ts | 28 ++- .../commands/AssociateDefaultViewCommand.ts | 12 +- .../src/commands/BatchGetViewCommand.ts | 12 +- .../src/commands/CreateIndexCommand.ts | 12 +- .../src/commands/CreateViewCommand.ts | 12 +- .../src/commands/DeleteIndexCommand.ts | 12 +- .../src/commands/DeleteViewCommand.ts | 12 +- .../DisassociateDefaultViewCommand.ts | 12 +- .../src/commands/GetDefaultViewCommand.ts | 12 +- .../src/commands/GetIndexCommand.ts | 12 +- .../src/commands/GetViewCommand.ts | 12 +- .../src/commands/ListIndexesCommand.ts | 12 +- .../ListSupportedResourceTypesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListViewsCommand.ts | 12 +- .../src/commands/SearchCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateIndexTypeCommand.ts | 12 +- .../src/commands/UpdateViewCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ResourceExplorer2ServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListIndexesPaginator.ts | 2 +- .../ListSupportedResourceTypesPaginator.ts | 2 +- .../src/pagination/ListViewsPaginator.ts | 2 +- .../src/pagination/SearchPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ResourceGroupsTaggingAPI.ts | 4 +- .../src/ResourceGroupsTaggingAPIClient.ts | 28 ++- .../commands/DescribeReportCreationCommand.ts | 12 +- .../commands/GetComplianceSummaryCommand.ts | 12 +- .../src/commands/GetResourcesCommand.ts | 12 +- .../src/commands/GetTagKeysCommand.ts | 12 +- .../src/commands/GetTagValuesCommand.ts | 12 +- .../commands/StartReportCreationCommand.ts | 12 +- .../src/commands/TagResourcesCommand.ts | 12 +- .../src/commands/UntagResourcesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...esourceGroupsTaggingAPIServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetComplianceSummaryPaginator.ts | 2 +- .../src/pagination/GetResourcesPaginator.ts | 2 +- .../src/pagination/GetTagKeysPaginator.ts | 2 +- .../src/pagination/GetTagValuesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-resource-groups/package.json | 41 ++--- .../src/ResourceGroups.ts | 4 +- .../src/ResourceGroupsClient.ts | 28 ++- .../src/commands/CreateGroupCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../src/commands/GetAccountSettingsCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../commands/GetGroupConfigurationCommand.ts | 12 +- .../src/commands/GetGroupQueryCommand.ts | 12 +- .../src/commands/GetTagsCommand.ts | 12 +- .../src/commands/GroupResourcesCommand.ts | 12 +- .../src/commands/ListGroupResourcesCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../commands/PutGroupConfigurationCommand.ts | 12 +- .../src/commands/SearchResourcesCommand.ts | 12 +- .../src/commands/TagCommand.ts | 12 +- .../src/commands/UngroupResourcesCommand.ts | 12 +- .../src/commands/UntagCommand.ts | 12 +- .../commands/UpdateAccountSettingsCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../src/commands/UpdateGroupQueryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ResourceGroupsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListGroupResourcesPaginator.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../pagination/SearchResourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-robomaker/package.json | 41 ++--- clients/client-robomaker/src/RoboMaker.ts | 4 +- .../client-robomaker/src/RoboMakerClient.ts | 28 ++- .../src/commands/BatchDeleteWorldsCommand.ts | 12 +- .../BatchDescribeSimulationJobCommand.ts | 12 +- .../commands/CancelDeploymentJobCommand.ts | 12 +- .../CancelSimulationJobBatchCommand.ts | 12 +- .../commands/CancelSimulationJobCommand.ts | 12 +- .../commands/CancelWorldExportJobCommand.ts | 12 +- .../CancelWorldGenerationJobCommand.ts | 12 +- .../commands/CreateDeploymentJobCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../commands/CreateRobotApplicationCommand.ts | 12 +- .../CreateRobotApplicationVersionCommand.ts | 12 +- .../src/commands/CreateRobotCommand.ts | 12 +- .../CreateSimulationApplicationCommand.ts | 12 +- ...eateSimulationApplicationVersionCommand.ts | 12 +- .../commands/CreateSimulationJobCommand.ts | 12 +- .../commands/CreateWorldExportJobCommand.ts | 12 +- .../CreateWorldGenerationJobCommand.ts | 12 +- .../commands/CreateWorldTemplateCommand.ts | 12 +- .../src/commands/DeleteFleetCommand.ts | 12 +- .../commands/DeleteRobotApplicationCommand.ts | 12 +- .../src/commands/DeleteRobotCommand.ts | 12 +- .../DeleteSimulationApplicationCommand.ts | 12 +- .../commands/DeleteWorldTemplateCommand.ts | 12 +- .../src/commands/DeregisterRobotCommand.ts | 12 +- .../commands/DescribeDeploymentJobCommand.ts | 12 +- .../src/commands/DescribeFleetCommand.ts | 12 +- .../DescribeRobotApplicationCommand.ts | 12 +- .../src/commands/DescribeRobotCommand.ts | 12 +- .../DescribeSimulationApplicationCommand.ts | 12 +- .../DescribeSimulationJobBatchCommand.ts | 12 +- .../commands/DescribeSimulationJobCommand.ts | 12 +- .../src/commands/DescribeWorldCommand.ts | 12 +- .../commands/DescribeWorldExportJobCommand.ts | 12 +- .../DescribeWorldGenerationJobCommand.ts | 12 +- .../commands/DescribeWorldTemplateCommand.ts | 12 +- .../commands/GetWorldTemplateBodyCommand.ts | 12 +- .../src/commands/ListDeploymentJobsCommand.ts | 12 +- .../src/commands/ListFleetsCommand.ts | 12 +- .../commands/ListRobotApplicationsCommand.ts | 12 +- .../src/commands/ListRobotsCommand.ts | 12 +- .../ListSimulationApplicationsCommand.ts | 12 +- .../ListSimulationJobBatchesCommand.ts | 12 +- .../src/commands/ListSimulationJobsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListWorldExportJobsCommand.ts | 12 +- .../ListWorldGenerationJobsCommand.ts | 12 +- .../src/commands/ListWorldTemplatesCommand.ts | 12 +- .../src/commands/ListWorldsCommand.ts | 12 +- .../src/commands/RegisterRobotCommand.ts | 12 +- .../commands/RestartSimulationJobCommand.ts | 12 +- .../StartSimulationJobBatchCommand.ts | 12 +- .../src/commands/SyncDeploymentJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateRobotApplicationCommand.ts | 12 +- .../UpdateSimulationApplicationCommand.ts | 12 +- .../commands/UpdateWorldTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-robomaker/src/endpoint/ruleset.ts | 2 +- .../src/models/RoboMakerServiceException.ts | 2 +- .../client-robomaker/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDeploymentJobsPaginator.ts | 2 +- .../src/pagination/ListFleetsPaginator.ts | 2 +- .../ListRobotApplicationsPaginator.ts | 2 +- .../src/pagination/ListRobotsPaginator.ts | 2 +- .../ListSimulationApplicationsPaginator.ts | 2 +- .../ListSimulationJobBatchesPaginator.ts | 2 +- .../pagination/ListSimulationJobsPaginator.ts | 2 +- .../ListWorldExportJobsPaginator.ts | 2 +- .../ListWorldGenerationJobsPaginator.ts | 2 +- .../pagination/ListWorldTemplatesPaginator.ts | 2 +- .../src/pagination/ListWorldsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-robomaker/src/runtimeConfig.ts | 24 +-- clients/client-rolesanywhere/package.json | 41 ++--- .../client-rolesanywhere/src/RolesAnywhere.ts | 4 +- .../src/RolesAnywhereClient.ts | 28 ++- .../src/commands/CreateProfileCommand.ts | 12 +- .../src/commands/CreateTrustAnchorCommand.ts | 12 +- .../src/commands/DeleteCrlCommand.ts | 12 +- .../src/commands/DeleteProfileCommand.ts | 12 +- .../src/commands/DeleteTrustAnchorCommand.ts | 12 +- .../src/commands/DisableCrlCommand.ts | 12 +- .../src/commands/DisableProfileCommand.ts | 12 +- .../src/commands/DisableTrustAnchorCommand.ts | 12 +- .../src/commands/EnableCrlCommand.ts | 12 +- .../src/commands/EnableProfileCommand.ts | 12 +- .../src/commands/EnableTrustAnchorCommand.ts | 12 +- .../src/commands/GetCrlCommand.ts | 12 +- .../src/commands/GetProfileCommand.ts | 12 +- .../src/commands/GetSubjectCommand.ts | 12 +- .../src/commands/GetTrustAnchorCommand.ts | 12 +- .../src/commands/ImportCrlCommand.ts | 12 +- .../src/commands/ListCrlsCommand.ts | 12 +- .../src/commands/ListProfilesCommand.ts | 12 +- .../src/commands/ListSubjectsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTrustAnchorsCommand.ts | 12 +- .../PutNotificationSettingsCommand.ts | 12 +- .../ResetNotificationSettingsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCrlCommand.ts | 12 +- .../src/commands/UpdateProfileCommand.ts | 12 +- .../src/commands/UpdateTrustAnchorCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/RolesAnywhereServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCrlsPaginator.ts | 2 +- .../src/pagination/ListProfilesPaginator.ts | 2 +- .../src/pagination/ListSubjectsPaginator.ts | 2 +- .../pagination/ListTrustAnchorsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-rolesanywhere/src/runtimeConfig.ts | 24 +-- clients/client-route-53-domains/package.json | 41 ++--- .../src/Route53Domains.ts | 4 +- .../src/Route53DomainsClient.ts | 28 ++- ...ainTransferFromAnotherAwsAccountCommand.ts | 12 +- ...ssociateDelegationSignerToDomainCommand.ts | 12 +- ...omainTransferToAnotherAwsAccountCommand.ts | 12 +- .../CheckDomainAvailabilityCommand.ts | 12 +- .../CheckDomainTransferabilityCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../commands/DeleteTagsForDomainCommand.ts | 12 +- .../commands/DisableDomainAutoRenewCommand.ts | 12 +- .../DisableDomainTransferLockCommand.ts | 12 +- ...ociateDelegationSignerFromDomainCommand.ts | 12 +- .../commands/EnableDomainAutoRenewCommand.ts | 12 +- .../EnableDomainTransferLockCommand.ts | 12 +- .../GetContactReachabilityStatusCommand.ts | 12 +- .../src/commands/GetDomainDetailCommand.ts | 12 +- .../commands/GetDomainSuggestionsCommand.ts | 12 +- .../src/commands/GetOperationDetailCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../src/commands/ListOperationsCommand.ts | 12 +- .../src/commands/ListPricesCommand.ts | 12 +- .../src/commands/ListTagsForDomainCommand.ts | 12 +- .../src/commands/PushDomainCommand.ts | 12 +- .../src/commands/RegisterDomainCommand.ts | 12 +- ...ainTransferFromAnotherAwsAccountCommand.ts | 12 +- .../src/commands/RenewDomainCommand.ts | 12 +- .../ResendContactReachabilityEmailCommand.ts | 12 +- .../ResendOperationAuthorizationCommand.ts | 12 +- .../commands/RetrieveDomainAuthCodeCommand.ts | 12 +- .../src/commands/TransferDomainCommand.ts | 12 +- ...ransferDomainToAnotherAwsAccountCommand.ts | 12 +- .../commands/UpdateDomainContactCommand.ts | 12 +- .../UpdateDomainContactPrivacyCommand.ts | 12 +- .../UpdateDomainNameserversCommand.ts | 12 +- .../commands/UpdateTagsForDomainCommand.ts | 12 +- .../src/commands/ViewBillingCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/Route53DomainsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../src/pagination/ListOperationsPaginator.ts | 2 +- .../src/pagination/ListPricesPaginator.ts | 2 +- .../src/pagination/ViewBillingPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-route-53/package.json | 43 ++--- clients/client-route-53/src/Route53.ts | 4 +- clients/client-route-53/src/Route53Client.ts | 28 ++- .../commands/ActivateKeySigningKeyCommand.ts | 12 +- .../AssociateVPCWithHostedZoneCommand.ts | 12 +- .../commands/ChangeCidrCollectionCommand.ts | 12 +- .../ChangeResourceRecordSetsCommand.ts | 12 +- .../commands/ChangeTagsForResourceCommand.ts | 12 +- .../commands/CreateCidrCollectionCommand.ts | 12 +- .../src/commands/CreateHealthCheckCommand.ts | 12 +- .../src/commands/CreateHostedZoneCommand.ts | 12 +- .../commands/CreateKeySigningKeyCommand.ts | 12 +- .../CreateQueryLoggingConfigCommand.ts | 12 +- .../CreateReusableDelegationSetCommand.ts | 12 +- .../commands/CreateTrafficPolicyCommand.ts | 12 +- .../CreateTrafficPolicyInstanceCommand.ts | 12 +- .../CreateTrafficPolicyVersionCommand.ts | 12 +- ...reateVPCAssociationAuthorizationCommand.ts | 12 +- .../DeactivateKeySigningKeyCommand.ts | 12 +- .../commands/DeleteCidrCollectionCommand.ts | 12 +- .../src/commands/DeleteHealthCheckCommand.ts | 12 +- .../src/commands/DeleteHostedZoneCommand.ts | 12 +- .../commands/DeleteKeySigningKeyCommand.ts | 12 +- .../DeleteQueryLoggingConfigCommand.ts | 12 +- .../DeleteReusableDelegationSetCommand.ts | 12 +- .../commands/DeleteTrafficPolicyCommand.ts | 12 +- .../DeleteTrafficPolicyInstanceCommand.ts | 12 +- ...eleteVPCAssociationAuthorizationCommand.ts | 12 +- .../DisableHostedZoneDNSSECCommand.ts | 12 +- .../DisassociateVPCFromHostedZoneCommand.ts | 12 +- .../commands/EnableHostedZoneDNSSECCommand.ts | 12 +- .../src/commands/GetAccountLimitCommand.ts | 12 +- .../src/commands/GetChangeCommand.ts | 12 +- .../src/commands/GetCheckerIpRangesCommand.ts | 12 +- .../src/commands/GetDNSSECCommand.ts | 12 +- .../src/commands/GetGeoLocationCommand.ts | 12 +- .../src/commands/GetHealthCheckCommand.ts | 12 +- .../commands/GetHealthCheckCountCommand.ts | 12 +- .../GetHealthCheckLastFailureReasonCommand.ts | 12 +- .../commands/GetHealthCheckStatusCommand.ts | 12 +- .../src/commands/GetHostedZoneCommand.ts | 12 +- .../src/commands/GetHostedZoneCountCommand.ts | 12 +- .../src/commands/GetHostedZoneLimitCommand.ts | 12 +- .../commands/GetQueryLoggingConfigCommand.ts | 12 +- .../GetReusableDelegationSetCommand.ts | 12 +- .../GetReusableDelegationSetLimitCommand.ts | 12 +- .../src/commands/GetTrafficPolicyCommand.ts | 12 +- .../GetTrafficPolicyInstanceCommand.ts | 12 +- .../GetTrafficPolicyInstanceCountCommand.ts | 12 +- .../src/commands/ListCidrBlocksCommand.ts | 12 +- .../commands/ListCidrCollectionsCommand.ts | 12 +- .../src/commands/ListCidrLocationsCommand.ts | 12 +- .../src/commands/ListGeoLocationsCommand.ts | 12 +- .../src/commands/ListHealthChecksCommand.ts | 12 +- .../commands/ListHostedZonesByNameCommand.ts | 12 +- .../commands/ListHostedZonesByVPCCommand.ts | 12 +- .../src/commands/ListHostedZonesCommand.ts | 12 +- .../ListQueryLoggingConfigsCommand.ts | 12 +- .../commands/ListResourceRecordSetsCommand.ts | 12 +- .../ListReusableDelegationSetsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTagsForResourcesCommand.ts | 12 +- .../commands/ListTrafficPoliciesCommand.ts | 12 +- ...afficPolicyInstancesByHostedZoneCommand.ts | 12 +- ...stTrafficPolicyInstancesByPolicyCommand.ts | 12 +- .../ListTrafficPolicyInstancesCommand.ts | 12 +- .../ListTrafficPolicyVersionsCommand.ts | 12 +- ...ListVPCAssociationAuthorizationsCommand.ts | 12 +- .../src/commands/TestDNSAnswerCommand.ts | 12 +- .../src/commands/UpdateHealthCheckCommand.ts | 12 +- .../UpdateHostedZoneCommentCommand.ts | 12 +- .../UpdateTrafficPolicyCommentCommand.ts | 12 +- .../UpdateTrafficPolicyInstanceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-route-53/src/endpoint/ruleset.ts | 2 +- .../src/models/Route53ServiceException.ts | 2 +- .../client-route-53/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCidrBlocksPaginator.ts | 2 +- .../ListCidrCollectionsPaginator.ts | 2 +- .../pagination/ListCidrLocationsPaginator.ts | 2 +- .../pagination/ListHealthChecksPaginator.ts | 2 +- .../pagination/ListHostedZonesPaginator.ts | 2 +- .../ListQueryLoggingConfigsPaginator.ts | 2 +- .../src/protocols/Aws_restXml.ts | 13 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-route-53/src/runtimeConfig.ts | 24 +-- .../waitForResourceRecordSetsChanged.ts | 2 +- .../package.json | 41 ++--- .../src/Route53RecoveryCluster.ts | 4 +- .../src/Route53RecoveryClusterClient.ts | 28 ++- .../commands/GetRoutingControlStateCommand.ts | 12 +- .../commands/ListRoutingControlsCommand.ts | 12 +- .../UpdateRoutingControlStateCommand.ts | 12 +- .../UpdateRoutingControlStatesCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../Route53RecoveryClusterServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListRoutingControlsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 43 ++--- .../src/Route53RecoveryControlConfig.ts | 4 +- .../src/Route53RecoveryControlConfigClient.ts | 28 ++- .../src/commands/CreateClusterCommand.ts | 12 +- .../src/commands/CreateControlPanelCommand.ts | 12 +- .../commands/CreateRoutingControlCommand.ts | 12 +- .../src/commands/CreateSafetyRuleCommand.ts | 12 +- .../src/commands/DeleteClusterCommand.ts | 12 +- .../src/commands/DeleteControlPanelCommand.ts | 12 +- .../commands/DeleteRoutingControlCommand.ts | 12 +- .../src/commands/DeleteSafetyRuleCommand.ts | 12 +- .../src/commands/DescribeClusterCommand.ts | 12 +- .../commands/DescribeControlPanelCommand.ts | 12 +- .../commands/DescribeRoutingControlCommand.ts | 12 +- .../src/commands/DescribeSafetyRuleCommand.ts | 12 +- ...istAssociatedRoute53HealthChecksCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../src/commands/ListControlPanelsCommand.ts | 12 +- .../commands/ListRoutingControlsCommand.ts | 12 +- .../src/commands/ListSafetyRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateControlPanelCommand.ts | 12 +- .../commands/UpdateRoutingControlCommand.ts | 12 +- .../src/commands/UpdateSafetyRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...53RecoveryControlConfigServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...tAssociatedRoute53HealthChecksPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../pagination/ListControlPanelsPaginator.ts | 2 +- .../ListRoutingControlsPaginator.ts | 2 +- .../pagination/ListSafetyRulesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForClusterCreated.ts | 2 +- .../src/waiters/waitForClusterDeleted.ts | 2 +- .../src/waiters/waitForControlPanelCreated.ts | 2 +- .../src/waiters/waitForControlPanelDeleted.ts | 2 +- .../waiters/waitForRoutingControlCreated.ts | 2 +- .../waiters/waitForRoutingControlDeleted.ts | 2 +- .../package.json | 41 ++--- .../src/Route53RecoveryReadiness.ts | 4 +- .../src/Route53RecoveryReadinessClient.ts | 28 ++- .../src/commands/CreateCellCommand.ts | 12 +- .../CreateCrossAccountAuthorizationCommand.ts | 12 +- .../commands/CreateReadinessCheckCommand.ts | 12 +- .../commands/CreateRecoveryGroupCommand.ts | 12 +- .../src/commands/CreateResourceSetCommand.ts | 12 +- .../src/commands/DeleteCellCommand.ts | 12 +- .../DeleteCrossAccountAuthorizationCommand.ts | 12 +- .../commands/DeleteReadinessCheckCommand.ts | 12 +- .../commands/DeleteRecoveryGroupCommand.ts | 12 +- .../src/commands/DeleteResourceSetCommand.ts | 12 +- .../GetArchitectureRecommendationsCommand.ts | 12 +- .../src/commands/GetCellCommand.ts | 12 +- .../GetCellReadinessSummaryCommand.ts | 12 +- .../src/commands/GetReadinessCheckCommand.ts | 12 +- .../GetReadinessCheckResourceStatusCommand.ts | 12 +- .../GetReadinessCheckStatusCommand.ts | 12 +- .../src/commands/GetRecoveryGroupCommand.ts | 12 +- ...GetRecoveryGroupReadinessSummaryCommand.ts | 12 +- .../src/commands/GetResourceSetCommand.ts | 12 +- .../src/commands/ListCellsCommand.ts | 12 +- .../ListCrossAccountAuthorizationsCommand.ts | 12 +- .../commands/ListReadinessChecksCommand.ts | 12 +- .../src/commands/ListRecoveryGroupsCommand.ts | 12 +- .../src/commands/ListResourceSetsCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListTagsForResourcesCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCellCommand.ts | 12 +- .../commands/UpdateReadinessCheckCommand.ts | 12 +- .../commands/UpdateRecoveryGroupCommand.ts | 12 +- .../src/commands/UpdateResourceSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...oute53RecoveryReadinessServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetCellReadinessSummaryPaginator.ts | 2 +- ...etReadinessCheckResourceStatusPaginator.ts | 2 +- .../GetReadinessCheckStatusPaginator.ts | 2 +- ...tRecoveryGroupReadinessSummaryPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListCellsPaginator.ts | 2 +- ...ListCrossAccountAuthorizationsPaginator.ts | 2 +- .../ListReadinessChecksPaginator.ts | 2 +- .../pagination/ListRecoveryGroupsPaginator.ts | 2 +- .../pagination/ListResourceSetsPaginator.ts | 2 +- .../src/pagination/ListRulesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-route53resolver/package.json | 41 ++--- .../src/Route53Resolver.ts | 4 +- .../src/Route53ResolverClient.ts | 28 ++- .../AssociateFirewallRuleGroupCommand.ts | 12 +- ...sociateResolverEndpointIpAddressCommand.ts | 12 +- .../AssociateResolverQueryLogConfigCommand.ts | 12 +- .../commands/AssociateResolverRuleCommand.ts | 12 +- .../CreateFirewallDomainListCommand.ts | 12 +- .../src/commands/CreateFirewallRuleCommand.ts | 12 +- .../CreateFirewallRuleGroupCommand.ts | 12 +- .../commands/CreateResolverEndpointCommand.ts | 12 +- .../CreateResolverQueryLogConfigCommand.ts | 12 +- .../src/commands/CreateResolverRuleCommand.ts | 12 +- .../DeleteFirewallDomainListCommand.ts | 12 +- .../src/commands/DeleteFirewallRuleCommand.ts | 12 +- .../DeleteFirewallRuleGroupCommand.ts | 12 +- .../commands/DeleteResolverEndpointCommand.ts | 12 +- .../DeleteResolverQueryLogConfigCommand.ts | 12 +- .../src/commands/DeleteResolverRuleCommand.ts | 12 +- .../DisassociateFirewallRuleGroupCommand.ts | 12 +- ...sociateResolverEndpointIpAddressCommand.ts | 12 +- ...sassociateResolverQueryLogConfigCommand.ts | 12 +- .../DisassociateResolverRuleCommand.ts | 12 +- .../src/commands/GetFirewallConfigCommand.ts | 12 +- .../commands/GetFirewallDomainListCommand.ts | 12 +- .../GetFirewallRuleGroupAssociationCommand.ts | 12 +- .../commands/GetFirewallRuleGroupCommand.ts | 12 +- .../GetFirewallRuleGroupPolicyCommand.ts | 12 +- .../src/commands/GetResolverConfigCommand.ts | 12 +- .../GetResolverDnssecConfigCommand.ts | 12 +- .../commands/GetResolverEndpointCommand.ts | 12 +- ...esolverQueryLogConfigAssociationCommand.ts | 12 +- .../GetResolverQueryLogConfigCommand.ts | 12 +- .../GetResolverQueryLogConfigPolicyCommand.ts | 12 +- .../GetResolverRuleAssociationCommand.ts | 12 +- .../src/commands/GetResolverRuleCommand.ts | 12 +- .../commands/GetResolverRulePolicyCommand.ts | 12 +- .../commands/ImportFirewallDomainsCommand.ts | 12 +- .../commands/ListFirewallConfigsCommand.ts | 12 +- .../ListFirewallDomainListsCommand.ts | 12 +- .../commands/ListFirewallDomainsCommand.ts | 12 +- ...istFirewallRuleGroupAssociationsCommand.ts | 12 +- .../commands/ListFirewallRuleGroupsCommand.ts | 12 +- .../src/commands/ListFirewallRulesCommand.ts | 12 +- .../commands/ListResolverConfigsCommand.ts | 12 +- .../ListResolverDnssecConfigsCommand.ts | 12 +- .../ListResolverEndpointIpAddressesCommand.ts | 12 +- .../commands/ListResolverEndpointsCommand.ts | 12 +- ...solverQueryLogConfigAssociationsCommand.ts | 12 +- .../ListResolverQueryLogConfigsCommand.ts | 12 +- .../ListResolverRuleAssociationsCommand.ts | 12 +- .../src/commands/ListResolverRulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutFirewallRuleGroupPolicyCommand.ts | 12 +- .../PutResolverQueryLogConfigPolicyCommand.ts | 12 +- .../commands/PutResolverRulePolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateFirewallConfigCommand.ts | 12 +- .../commands/UpdateFirewallDomainsCommand.ts | 12 +- .../src/commands/UpdateFirewallRuleCommand.ts | 12 +- ...dateFirewallRuleGroupAssociationCommand.ts | 12 +- .../commands/UpdateResolverConfigCommand.ts | 12 +- .../UpdateResolverDnssecConfigCommand.ts | 12 +- .../commands/UpdateResolverEndpointCommand.ts | 12 +- .../src/commands/UpdateResolverRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/Route53ResolverServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListFirewallConfigsPaginator.ts | 2 +- .../ListFirewallDomainListsPaginator.ts | 2 +- .../ListFirewallDomainsPaginator.ts | 2 +- ...tFirewallRuleGroupAssociationsPaginator.ts | 2 +- .../ListFirewallRuleGroupsPaginator.ts | 2 +- .../pagination/ListFirewallRulesPaginator.ts | 2 +- .../ListResolverConfigsPaginator.ts | 2 +- .../ListResolverDnssecConfigsPaginator.ts | 2 +- ...istResolverEndpointIpAddressesPaginator.ts | 2 +- .../ListResolverEndpointsPaginator.ts | 2 +- ...lverQueryLogConfigAssociationsPaginator.ts | 2 +- .../ListResolverQueryLogConfigsPaginator.ts | 2 +- .../ListResolverRuleAssociationsPaginator.ts | 2 +- .../pagination/ListResolverRulesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-rum/package.json | 41 ++--- clients/client-rum/src/RUM.ts | 4 +- clients/client-rum/src/RUMClient.ts | 28 ++- .../BatchCreateRumMetricDefinitionsCommand.ts | 12 +- .../BatchDeleteRumMetricDefinitionsCommand.ts | 12 +- .../BatchGetRumMetricDefinitionsCommand.ts | 12 +- .../src/commands/CreateAppMonitorCommand.ts | 12 +- .../src/commands/DeleteAppMonitorCommand.ts | 12 +- .../DeleteRumMetricsDestinationCommand.ts | 12 +- .../src/commands/GetAppMonitorCommand.ts | 12 +- .../src/commands/GetAppMonitorDataCommand.ts | 12 +- .../src/commands/ListAppMonitorsCommand.ts | 12 +- .../ListRumMetricsDestinationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutRumEventsCommand.ts | 12 +- .../PutRumMetricsDestinationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAppMonitorCommand.ts | 12 +- .../UpdateRumMetricDefinitionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-rum/src/endpoint/ruleset.ts | 2 +- .../src/models/RUMServiceException.ts | 2 +- clients/client-rum/src/models/models_0.ts | 2 +- .../BatchGetRumMetricDefinitionsPaginator.ts | 2 +- .../pagination/GetAppMonitorDataPaginator.ts | 2 +- .../client-rum/src/pagination/Interfaces.ts | 2 +- .../pagination/ListAppMonitorsPaginator.ts | 2 +- .../ListRumMetricsDestinationsPaginator.ts | 2 +- .../client-rum/src/protocols/Aws_restJson1.ts | 17 +- .../client-rum/src/runtimeConfig.browser.ts | 14 +- .../client-rum/src/runtimeConfig.shared.ts | 8 +- clients/client-rum/src/runtimeConfig.ts | 24 +-- clients/client-s3-control/package.json | 49 +++--- clients/client-s3-control/src/S3Control.ts | 4 +- .../client-s3-control/src/S3ControlClient.ts | 28 ++- .../src/commands/CreateAccessPointCommand.ts | 12 +- ...CreateAccessPointForObjectLambdaCommand.ts | 12 +- .../src/commands/CreateBucketCommand.ts | 14 +- .../src/commands/CreateJobCommand.ts | 12 +- .../CreateMultiRegionAccessPointCommand.ts | 14 +- .../src/commands/DeleteAccessPointCommand.ts | 12 +- ...DeleteAccessPointForObjectLambdaCommand.ts | 12 +- .../DeleteAccessPointPolicyCommand.ts | 12 +- ...AccessPointPolicyForObjectLambdaCommand.ts | 12 +- .../src/commands/DeleteBucketCommand.ts | 12 +- ...leteBucketLifecycleConfigurationCommand.ts | 12 +- .../src/commands/DeleteBucketPolicyCommand.ts | 12 +- .../DeleteBucketReplicationCommand.ts | 12 +- .../commands/DeleteBucketTaggingCommand.ts | 12 +- .../src/commands/DeleteJobTaggingCommand.ts | 12 +- .../DeleteMultiRegionAccessPointCommand.ts | 14 +- .../DeletePublicAccessBlockCommand.ts | 12 +- .../DeleteStorageLensConfigurationCommand.ts | 12 +- ...eStorageLensConfigurationTaggingCommand.ts | 12 +- .../src/commands/DescribeJobCommand.ts | 12 +- ...eMultiRegionAccessPointOperationCommand.ts | 14 +- .../src/commands/GetAccessPointCommand.ts | 12 +- ...ointConfigurationForObjectLambdaCommand.ts | 12 +- .../GetAccessPointForObjectLambdaCommand.ts | 12 +- .../commands/GetAccessPointPolicyCommand.ts | 12 +- ...AccessPointPolicyForObjectLambdaCommand.ts | 12 +- .../GetAccessPointPolicyStatusCommand.ts | 12 +- ...PointPolicyStatusForObjectLambdaCommand.ts | 12 +- .../src/commands/GetBucketCommand.ts | 12 +- .../GetBucketLifecycleConfigurationCommand.ts | 12 +- .../src/commands/GetBucketPolicyCommand.ts | 12 +- .../commands/GetBucketReplicationCommand.ts | 12 +- .../src/commands/GetBucketTaggingCommand.ts | 12 +- .../commands/GetBucketVersioningCommand.ts | 12 +- .../src/commands/GetJobTaggingCommand.ts | 12 +- .../GetMultiRegionAccessPointCommand.ts | 14 +- .../GetMultiRegionAccessPointPolicyCommand.ts | 14 +- ...ltiRegionAccessPointPolicyStatusCommand.ts | 14 +- .../GetMultiRegionAccessPointRoutesCommand.ts | 14 +- .../commands/GetPublicAccessBlockCommand.ts | 12 +- .../GetStorageLensConfigurationCommand.ts | 12 +- ...tStorageLensConfigurationTaggingCommand.ts | 12 +- .../src/commands/ListAccessPointsCommand.ts | 12 +- .../ListAccessPointsForObjectLambdaCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../ListMultiRegionAccessPointsCommand.ts | 14 +- .../commands/ListRegionalBucketsCommand.ts | 12 +- .../ListStorageLensConfigurationsCommand.ts | 12 +- ...ointConfigurationForObjectLambdaCommand.ts | 12 +- .../commands/PutAccessPointPolicyCommand.ts | 12 +- ...AccessPointPolicyForObjectLambdaCommand.ts | 12 +- .../PutBucketLifecycleConfigurationCommand.ts | 14 +- .../src/commands/PutBucketPolicyCommand.ts | 14 +- .../commands/PutBucketReplicationCommand.ts | 14 +- .../src/commands/PutBucketTaggingCommand.ts | 14 +- .../commands/PutBucketVersioningCommand.ts | 14 +- .../src/commands/PutJobTaggingCommand.ts | 12 +- .../PutMultiRegionAccessPointPolicyCommand.ts | 14 +- .../commands/PutPublicAccessBlockCommand.ts | 12 +- .../PutStorageLensConfigurationCommand.ts | 12 +- ...tStorageLensConfigurationTaggingCommand.ts | 12 +- ...bmitMultiRegionAccessPointRoutesCommand.ts | 14 +- .../src/commands/UpdateJobPriorityCommand.ts | 12 +- .../src/commands/UpdateJobStatusCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-s3-control/src/endpoint/ruleset.ts | 2 +- .../src/models/S3ControlServiceException.ts | 2 +- .../client-s3-control/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...istAccessPointsForObjectLambdaPaginator.ts | 2 +- .../pagination/ListAccessPointsPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListMultiRegionAccessPointsPaginator.ts | 2 +- .../ListRegionalBucketsPaginator.ts | 2 +- .../ListStorageLensConfigurationsPaginator.ts | 2 +- .../src/protocols/Aws_restXml.ts | 19 +- .../src/runtimeConfig.browser.ts | 18 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-s3-control/src/runtimeConfig.ts | 28 +-- clients/client-s3outposts/package.json | 41 ++--- clients/client-s3outposts/src/S3Outposts.ts | 4 +- .../client-s3outposts/src/S3OutpostsClient.ts | 28 ++- .../src/commands/CreateEndpointCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../src/commands/ListEndpointsCommand.ts | 12 +- .../src/commands/ListOutpostsWithS3Command.ts | 12 +- .../commands/ListSharedEndpointsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-s3outposts/src/endpoint/ruleset.ts | 2 +- .../src/models/S3OutpostsServiceException.ts | 2 +- .../client-s3outposts/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListEndpointsPaginator.ts | 2 +- .../pagination/ListOutpostsWithS3Paginator.ts | 2 +- .../ListSharedEndpointsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-s3outposts/src/runtimeConfig.ts | 24 +-- .../client-sagemaker-a2i-runtime/package.json | 41 ++--- .../src/SageMakerA2IRuntime.ts | 4 +- .../src/SageMakerA2IRuntimeClient.ts | 28 ++- .../src/commands/DeleteHumanLoopCommand.ts | 12 +- .../src/commands/DescribeHumanLoopCommand.ts | 12 +- .../src/commands/ListHumanLoopsCommand.ts | 12 +- .../src/commands/StartHumanLoopCommand.ts | 12 +- .../src/commands/StopHumanLoopCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../SageMakerA2IRuntimeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListHumanLoopsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-sagemaker-edge/package.json | 41 ++--- .../src/SagemakerEdge.ts | 4 +- .../src/SagemakerEdgeClient.ts | 28 ++- .../src/commands/GetDeploymentsCommand.ts | 12 +- .../commands/GetDeviceRegistrationCommand.ts | 12 +- .../src/commands/SendHeartbeatCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SagemakerEdgeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/SageMakerFeatureStoreRuntime.ts | 4 +- .../src/SageMakerFeatureStoreRuntimeClient.ts | 28 ++- .../src/commands/BatchGetRecordCommand.ts | 12 +- .../src/commands/DeleteRecordCommand.ts | 12 +- .../src/commands/GetRecordCommand.ts | 12 +- .../src/commands/PutRecordCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...akerFeatureStoreRuntimeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../client-sagemaker-geospatial/package.json | 43 ++--- .../src/SageMakerGeospatial.ts | 4 +- .../src/SageMakerGeospatialClient.ts | 28 ++- .../DeleteEarthObservationJobCommand.ts | 12 +- .../DeleteVectorEnrichmentJobCommand.ts | 12 +- .../ExportEarthObservationJobCommand.ts | 12 +- .../ExportVectorEnrichmentJobCommand.ts | 12 +- .../commands/GetEarthObservationJobCommand.ts | 12 +- .../GetRasterDataCollectionCommand.ts | 12 +- .../src/commands/GetTileCommand.ts | 12 +- .../commands/GetVectorEnrichmentJobCommand.ts | 12 +- .../ListEarthObservationJobsCommand.ts | 12 +- .../ListRasterDataCollectionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListVectorEnrichmentJobsCommand.ts | 12 +- .../SearchRasterDataCollectionCommand.ts | 12 +- .../StartEarthObservationJobCommand.ts | 12 +- .../StartVectorEnrichmentJobCommand.ts | 12 +- .../StopEarthObservationJobCommand.ts | 12 +- .../StopVectorEnrichmentJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../SageMakerGeospatialServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEarthObservationJobsPaginator.ts | 2 +- .../ListRasterDataCollectionsPaginator.ts | 2 +- .../ListVectorEnrichmentJobsPaginator.ts | 2 +- .../SearchRasterDataCollectionPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- clients/client-sagemaker-metrics/package.json | 41 ++--- .../src/SageMakerMetrics.ts | 4 +- .../src/SageMakerMetricsClient.ts | 28 ++- .../src/commands/BatchPutMetricsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../SageMakerMetricsServiceException.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-sagemaker-runtime/package.json | 43 ++--- .../src/SageMakerRuntime.ts | 4 +- .../src/SageMakerRuntimeClient.ts | 28 ++- .../commands/InvokeEndpointAsyncCommand.ts | 12 +- .../src/commands/InvokeEndpointCommand.ts | 16 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../SageMakerRuntimeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-sagemaker/package.json | 43 ++--- clients/client-sagemaker/src/SageMaker.ts | 4 +- .../client-sagemaker/src/SageMakerClient.ts | 28 ++- .../src/commands/AddAssociationCommand.ts | 12 +- .../src/commands/AddTagsCommand.ts | 12 +- .../AssociateTrialComponentCommand.ts | 12 +- .../BatchDescribeModelPackageCommand.ts | 12 +- .../src/commands/CreateActionCommand.ts | 12 +- .../src/commands/CreateAlgorithmCommand.ts | 12 +- .../src/commands/CreateAppCommand.ts | 12 +- .../commands/CreateAppImageConfigCommand.ts | 12 +- .../src/commands/CreateArtifactCommand.ts | 12 +- .../src/commands/CreateAutoMLJobCommand.ts | 12 +- .../src/commands/CreateAutoMLJobV2Command.ts | 12 +- .../commands/CreateCodeRepositoryCommand.ts | 12 +- .../commands/CreateCompilationJobCommand.ts | 12 +- .../src/commands/CreateContextCommand.ts | 12 +- .../CreateDataQualityJobDefinitionCommand.ts | 12 +- .../src/commands/CreateDeviceFleetCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../CreateEdgeDeploymentPlanCommand.ts | 12 +- .../CreateEdgeDeploymentStageCommand.ts | 12 +- .../commands/CreateEdgePackagingJobCommand.ts | 12 +- .../src/commands/CreateEndpointCommand.ts | 12 +- .../commands/CreateEndpointConfigCommand.ts | 12 +- .../src/commands/CreateExperimentCommand.ts | 12 +- .../src/commands/CreateFeatureGroupCommand.ts | 12 +- .../commands/CreateFlowDefinitionCommand.ts | 12 +- .../src/commands/CreateHubCommand.ts | 12 +- .../src/commands/CreateHumanTaskUiCommand.ts | 12 +- .../CreateHyperParameterTuningJobCommand.ts | 12 +- .../src/commands/CreateImageCommand.ts | 12 +- .../src/commands/CreateImageVersionCommand.ts | 12 +- .../CreateInferenceExperimentCommand.ts | 12 +- ...reateInferenceRecommendationsJobCommand.ts | 12 +- .../src/commands/CreateLabelingJobCommand.ts | 12 +- .../CreateModelBiasJobDefinitionCommand.ts | 12 +- .../src/commands/CreateModelCardCommand.ts | 12 +- .../CreateModelCardExportJobCommand.ts | 12 +- .../src/commands/CreateModelCommand.ts | 12 +- ...ModelExplainabilityJobDefinitionCommand.ts | 12 +- .../src/commands/CreateModelPackageCommand.ts | 12 +- .../CreateModelPackageGroupCommand.ts | 12 +- .../CreateModelQualityJobDefinitionCommand.ts | 12 +- .../CreateMonitoringScheduleCommand.ts | 12 +- .../commands/CreateNotebookInstanceCommand.ts | 12 +- ...eNotebookInstanceLifecycleConfigCommand.ts | 12 +- .../src/commands/CreatePipelineCommand.ts | 12 +- .../CreatePresignedDomainUrlCommand.ts | 12 +- ...eatePresignedNotebookInstanceUrlCommand.ts | 12 +- .../commands/CreateProcessingJobCommand.ts | 12 +- .../src/commands/CreateProjectCommand.ts | 12 +- .../src/commands/CreateSpaceCommand.ts | 12 +- .../CreateStudioLifecycleConfigCommand.ts | 12 +- .../src/commands/CreateTrainingJobCommand.ts | 12 +- .../src/commands/CreateTransformJobCommand.ts | 12 +- .../src/commands/CreateTrialCommand.ts | 12 +- .../commands/CreateTrialComponentCommand.ts | 12 +- .../src/commands/CreateUserProfileCommand.ts | 12 +- .../src/commands/CreateWorkforceCommand.ts | 12 +- .../src/commands/CreateWorkteamCommand.ts | 12 +- .../src/commands/DeleteActionCommand.ts | 12 +- .../src/commands/DeleteAlgorithmCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../commands/DeleteAppImageConfigCommand.ts | 12 +- .../src/commands/DeleteArtifactCommand.ts | 12 +- .../src/commands/DeleteAssociationCommand.ts | 12 +- .../commands/DeleteCodeRepositoryCommand.ts | 12 +- .../src/commands/DeleteContextCommand.ts | 12 +- .../DeleteDataQualityJobDefinitionCommand.ts | 12 +- .../src/commands/DeleteDeviceFleetCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../DeleteEdgeDeploymentPlanCommand.ts | 12 +- .../DeleteEdgeDeploymentStageCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../commands/DeleteEndpointConfigCommand.ts | 12 +- .../src/commands/DeleteExperimentCommand.ts | 12 +- .../src/commands/DeleteFeatureGroupCommand.ts | 12 +- .../commands/DeleteFlowDefinitionCommand.ts | 12 +- .../src/commands/DeleteHubCommand.ts | 12 +- .../src/commands/DeleteHubContentCommand.ts | 12 +- .../src/commands/DeleteHumanTaskUiCommand.ts | 12 +- .../src/commands/DeleteImageCommand.ts | 12 +- .../src/commands/DeleteImageVersionCommand.ts | 12 +- .../DeleteInferenceExperimentCommand.ts | 12 +- .../DeleteModelBiasJobDefinitionCommand.ts | 12 +- .../src/commands/DeleteModelCardCommand.ts | 12 +- .../src/commands/DeleteModelCommand.ts | 12 +- ...ModelExplainabilityJobDefinitionCommand.ts | 12 +- .../src/commands/DeleteModelPackageCommand.ts | 12 +- .../DeleteModelPackageGroupCommand.ts | 12 +- .../DeleteModelPackageGroupPolicyCommand.ts | 12 +- .../DeleteModelQualityJobDefinitionCommand.ts | 12 +- .../DeleteMonitoringScheduleCommand.ts | 12 +- .../commands/DeleteNotebookInstanceCommand.ts | 12 +- ...eNotebookInstanceLifecycleConfigCommand.ts | 12 +- .../src/commands/DeletePipelineCommand.ts | 12 +- .../src/commands/DeleteProjectCommand.ts | 12 +- .../src/commands/DeleteSpaceCommand.ts | 12 +- .../DeleteStudioLifecycleConfigCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../src/commands/DeleteTrialCommand.ts | 12 +- .../commands/DeleteTrialComponentCommand.ts | 12 +- .../src/commands/DeleteUserProfileCommand.ts | 12 +- .../src/commands/DeleteWorkforceCommand.ts | 12 +- .../src/commands/DeleteWorkteamCommand.ts | 12 +- .../src/commands/DeregisterDevicesCommand.ts | 12 +- .../src/commands/DescribeActionCommand.ts | 12 +- .../src/commands/DescribeAlgorithmCommand.ts | 12 +- .../src/commands/DescribeAppCommand.ts | 12 +- .../commands/DescribeAppImageConfigCommand.ts | 12 +- .../src/commands/DescribeArtifactCommand.ts | 12 +- .../src/commands/DescribeAutoMLJobCommand.ts | 12 +- .../commands/DescribeAutoMLJobV2Command.ts | 12 +- .../commands/DescribeCodeRepositoryCommand.ts | 12 +- .../commands/DescribeCompilationJobCommand.ts | 12 +- .../src/commands/DescribeContextCommand.ts | 12 +- ...DescribeDataQualityJobDefinitionCommand.ts | 12 +- .../src/commands/DescribeDeviceCommand.ts | 12 +- .../commands/DescribeDeviceFleetCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../DescribeEdgeDeploymentPlanCommand.ts | 12 +- .../DescribeEdgePackagingJobCommand.ts | 12 +- .../src/commands/DescribeEndpointCommand.ts | 12 +- .../commands/DescribeEndpointConfigCommand.ts | 12 +- .../src/commands/DescribeExperimentCommand.ts | 12 +- .../commands/DescribeFeatureGroupCommand.ts | 12 +- .../DescribeFeatureMetadataCommand.ts | 12 +- .../commands/DescribeFlowDefinitionCommand.ts | 12 +- .../src/commands/DescribeHubCommand.ts | 12 +- .../src/commands/DescribeHubContentCommand.ts | 12 +- .../commands/DescribeHumanTaskUiCommand.ts | 12 +- .../DescribeHyperParameterTuningJobCommand.ts | 12 +- .../src/commands/DescribeImageCommand.ts | 12 +- .../commands/DescribeImageVersionCommand.ts | 12 +- .../DescribeInferenceExperimentCommand.ts | 12 +- ...cribeInferenceRecommendationsJobCommand.ts | 12 +- .../commands/DescribeLabelingJobCommand.ts | 12 +- .../commands/DescribeLineageGroupCommand.ts | 12 +- .../DescribeModelBiasJobDefinitionCommand.ts | 12 +- .../src/commands/DescribeModelCardCommand.ts | 12 +- .../DescribeModelCardExportJobCommand.ts | 12 +- .../src/commands/DescribeModelCommand.ts | 12 +- ...ModelExplainabilityJobDefinitionCommand.ts | 12 +- .../commands/DescribeModelPackageCommand.ts | 12 +- .../DescribeModelPackageGroupCommand.ts | 12 +- ...escribeModelQualityJobDefinitionCommand.ts | 12 +- .../DescribeMonitoringScheduleCommand.ts | 12 +- .../DescribeNotebookInstanceCommand.ts | 12 +- ...eNotebookInstanceLifecycleConfigCommand.ts | 12 +- .../src/commands/DescribePipelineCommand.ts | 12 +- ...bePipelineDefinitionForExecutionCommand.ts | 12 +- .../DescribePipelineExecutionCommand.ts | 12 +- .../commands/DescribeProcessingJobCommand.ts | 12 +- .../src/commands/DescribeProjectCommand.ts | 12 +- .../src/commands/DescribeSpaceCommand.ts | 12 +- .../DescribeStudioLifecycleConfigCommand.ts | 12 +- .../DescribeSubscribedWorkteamCommand.ts | 12 +- .../commands/DescribeTrainingJobCommand.ts | 12 +- .../commands/DescribeTransformJobCommand.ts | 12 +- .../src/commands/DescribeTrialCommand.ts | 12 +- .../commands/DescribeTrialComponentCommand.ts | 12 +- .../commands/DescribeUserProfileCommand.ts | 12 +- .../src/commands/DescribeWorkforceCommand.ts | 12 +- .../src/commands/DescribeWorkteamCommand.ts | 12 +- ...SagemakerServicecatalogPortfolioCommand.ts | 12 +- .../DisassociateTrialComponentCommand.ts | 12 +- ...SagemakerServicecatalogPortfolioCommand.ts | 12 +- .../commands/GetDeviceFleetReportCommand.ts | 12 +- .../commands/GetLineageGroupPolicyCommand.ts | 12 +- .../GetModelPackageGroupPolicyCommand.ts | 12 +- ...kerServicecatalogPortfolioStatusCommand.ts | 12 +- .../commands/GetSearchSuggestionsCommand.ts | 12 +- .../src/commands/ImportHubContentCommand.ts | 12 +- .../src/commands/ListActionsCommand.ts | 12 +- .../src/commands/ListAlgorithmsCommand.ts | 12 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../commands/ListAppImageConfigsCommand.ts | 12 +- .../src/commands/ListAppsCommand.ts | 12 +- .../src/commands/ListArtifactsCommand.ts | 12 +- .../src/commands/ListAssociationsCommand.ts | 12 +- .../src/commands/ListAutoMLJobsCommand.ts | 12 +- .../ListCandidatesForAutoMLJobCommand.ts | 12 +- .../commands/ListCodeRepositoriesCommand.ts | 12 +- .../commands/ListCompilationJobsCommand.ts | 12 +- .../src/commands/ListContextsCommand.ts | 12 +- .../ListDataQualityJobDefinitionsCommand.ts | 12 +- .../src/commands/ListDeviceFleetsCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../ListEdgeDeploymentPlansCommand.ts | 12 +- .../commands/ListEdgePackagingJobsCommand.ts | 12 +- .../commands/ListEndpointConfigsCommand.ts | 12 +- .../src/commands/ListEndpointsCommand.ts | 12 +- .../src/commands/ListExperimentsCommand.ts | 12 +- .../src/commands/ListFeatureGroupsCommand.ts | 12 +- .../commands/ListFlowDefinitionsCommand.ts | 12 +- .../commands/ListHubContentVersionsCommand.ts | 12 +- .../src/commands/ListHubContentsCommand.ts | 12 +- .../src/commands/ListHubsCommand.ts | 12 +- .../src/commands/ListHumanTaskUisCommand.ts | 12 +- .../ListHyperParameterTuningJobsCommand.ts | 12 +- .../src/commands/ListImageVersionsCommand.ts | 12 +- .../src/commands/ListImagesCommand.ts | 12 +- .../ListInferenceExperimentsCommand.ts | 12 +- ...InferenceRecommendationsJobStepsCommand.ts | 12 +- ...ListInferenceRecommendationsJobsCommand.ts | 12 +- .../src/commands/ListLabelingJobsCommand.ts | 12 +- .../ListLabelingJobsForWorkteamCommand.ts | 12 +- .../src/commands/ListLineageGroupsCommand.ts | 12 +- .../ListModelBiasJobDefinitionsCommand.ts | 12 +- .../ListModelCardExportJobsCommand.ts | 12 +- .../commands/ListModelCardVersionsCommand.ts | 12 +- .../src/commands/ListModelCardsCommand.ts | 12 +- ...odelExplainabilityJobDefinitionsCommand.ts | 12 +- .../src/commands/ListModelMetadataCommand.ts | 12 +- .../commands/ListModelPackageGroupsCommand.ts | 12 +- .../src/commands/ListModelPackagesCommand.ts | 12 +- .../ListModelQualityJobDefinitionsCommand.ts | 12 +- .../src/commands/ListModelsCommand.ts | 12 +- .../ListMonitoringAlertHistoryCommand.ts | 12 +- .../commands/ListMonitoringAlertsCommand.ts | 12 +- .../ListMonitoringExecutionsCommand.ts | 12 +- .../ListMonitoringSchedulesCommand.ts | 12 +- ...NotebookInstanceLifecycleConfigsCommand.ts | 12 +- .../commands/ListNotebookInstancesCommand.ts | 12 +- .../ListPipelineExecutionStepsCommand.ts | 12 +- .../commands/ListPipelineExecutionsCommand.ts | 12 +- ...stPipelineParametersForExecutionCommand.ts | 12 +- .../src/commands/ListPipelinesCommand.ts | 12 +- .../src/commands/ListProcessingJobsCommand.ts | 12 +- .../src/commands/ListProjectsCommand.ts | 12 +- .../src/commands/ListSpacesCommand.ts | 12 +- .../src/commands/ListStageDevicesCommand.ts | 12 +- .../ListStudioLifecycleConfigsCommand.ts | 12 +- .../ListSubscribedWorkteamsCommand.ts | 12 +- .../src/commands/ListTagsCommand.ts | 12 +- .../src/commands/ListTrainingJobsCommand.ts | 12 +- ...ngJobsForHyperParameterTuningJobCommand.ts | 12 +- .../src/commands/ListTransformJobsCommand.ts | 12 +- .../commands/ListTrialComponentsCommand.ts | 12 +- .../src/commands/ListTrialsCommand.ts | 12 +- .../src/commands/ListUserProfilesCommand.ts | 12 +- .../src/commands/ListWorkforcesCommand.ts | 12 +- .../src/commands/ListWorkteamsCommand.ts | 12 +- .../PutModelPackageGroupPolicyCommand.ts | 12 +- .../src/commands/QueryLineageCommand.ts | 12 +- .../src/commands/RegisterDevicesCommand.ts | 12 +- .../src/commands/RenderUiTemplateCommand.ts | 12 +- .../commands/RetryPipelineExecutionCommand.ts | 12 +- .../src/commands/SearchCommand.ts | 12 +- ...SendPipelineExecutionStepFailureCommand.ts | 12 +- ...SendPipelineExecutionStepSuccessCommand.ts | 12 +- .../StartEdgeDeploymentStageCommand.ts | 12 +- .../StartInferenceExperimentCommand.ts | 12 +- .../StartMonitoringScheduleCommand.ts | 12 +- .../commands/StartNotebookInstanceCommand.ts | 12 +- .../commands/StartPipelineExecutionCommand.ts | 12 +- .../src/commands/StopAutoMLJobCommand.ts | 12 +- .../src/commands/StopCompilationJobCommand.ts | 12 +- .../StopEdgeDeploymentStageCommand.ts | 12 +- .../commands/StopEdgePackagingJobCommand.ts | 12 +- .../StopHyperParameterTuningJobCommand.ts | 12 +- .../StopInferenceExperimentCommand.ts | 12 +- .../StopInferenceRecommendationsJobCommand.ts | 12 +- .../src/commands/StopLabelingJobCommand.ts | 12 +- .../commands/StopMonitoringScheduleCommand.ts | 12 +- .../commands/StopNotebookInstanceCommand.ts | 12 +- .../commands/StopPipelineExecutionCommand.ts | 12 +- .../src/commands/StopProcessingJobCommand.ts | 12 +- .../src/commands/StopTrainingJobCommand.ts | 12 +- .../src/commands/StopTransformJobCommand.ts | 12 +- .../src/commands/UpdateActionCommand.ts | 12 +- .../commands/UpdateAppImageConfigCommand.ts | 12 +- .../src/commands/UpdateArtifactCommand.ts | 12 +- .../commands/UpdateCodeRepositoryCommand.ts | 12 +- .../src/commands/UpdateContextCommand.ts | 12 +- .../src/commands/UpdateDeviceFleetCommand.ts | 12 +- .../src/commands/UpdateDevicesCommand.ts | 12 +- .../src/commands/UpdateDomainCommand.ts | 12 +- .../src/commands/UpdateEndpointCommand.ts | 12 +- ...dateEndpointWeightsAndCapacitiesCommand.ts | 12 +- .../src/commands/UpdateExperimentCommand.ts | 12 +- .../src/commands/UpdateFeatureGroupCommand.ts | 12 +- .../commands/UpdateFeatureMetadataCommand.ts | 12 +- .../src/commands/UpdateHubCommand.ts | 12 +- .../src/commands/UpdateImageCommand.ts | 12 +- .../src/commands/UpdateImageVersionCommand.ts | 12 +- .../UpdateInferenceExperimentCommand.ts | 12 +- .../src/commands/UpdateModelCardCommand.ts | 12 +- .../src/commands/UpdateModelPackageCommand.ts | 12 +- .../commands/UpdateMonitoringAlertCommand.ts | 12 +- .../UpdateMonitoringScheduleCommand.ts | 12 +- .../commands/UpdateNotebookInstanceCommand.ts | 12 +- ...eNotebookInstanceLifecycleConfigCommand.ts | 12 +- .../src/commands/UpdatePipelineCommand.ts | 12 +- .../UpdatePipelineExecutionCommand.ts | 12 +- .../src/commands/UpdateProjectCommand.ts | 12 +- .../src/commands/UpdateSpaceCommand.ts | 12 +- .../src/commands/UpdateTrainingJobCommand.ts | 12 +- .../src/commands/UpdateTrialCommand.ts | 12 +- .../commands/UpdateTrialComponentCommand.ts | 12 +- .../src/commands/UpdateUserProfileCommand.ts | 12 +- .../src/commands/UpdateWorkforceCommand.ts | 12 +- .../src/commands/UpdateWorkteamCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-sagemaker/src/endpoint/ruleset.ts | 2 +- .../src/models/SageMakerServiceException.ts | 2 +- .../client-sagemaker/src/models/models_0.ts | 2 +- .../client-sagemaker/src/models/models_1.ts | 2 +- .../client-sagemaker/src/models/models_2.ts | 2 +- .../client-sagemaker/src/models/models_3.ts | 2 +- .../client-sagemaker/src/models/models_4.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListActionsPaginator.ts | 2 +- .../src/pagination/ListAlgorithmsPaginator.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- .../ListAppImageConfigsPaginator.ts | 2 +- .../src/pagination/ListAppsPaginator.ts | 2 +- .../src/pagination/ListArtifactsPaginator.ts | 2 +- .../pagination/ListAssociationsPaginator.ts | 2 +- .../src/pagination/ListAutoMLJobsPaginator.ts | 2 +- .../ListCandidatesForAutoMLJobPaginator.ts | 2 +- .../ListCodeRepositoriesPaginator.ts | 2 +- .../ListCompilationJobsPaginator.ts | 2 +- .../src/pagination/ListContextsPaginator.ts | 2 +- .../ListDataQualityJobDefinitionsPaginator.ts | 2 +- .../pagination/ListDeviceFleetsPaginator.ts | 2 +- .../src/pagination/ListDevicesPaginator.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../ListEdgeDeploymentPlansPaginator.ts | 2 +- .../ListEdgePackagingJobsPaginator.ts | 2 +- .../ListEndpointConfigsPaginator.ts | 2 +- .../src/pagination/ListEndpointsPaginator.ts | 2 +- .../pagination/ListExperimentsPaginator.ts | 2 +- .../ListFlowDefinitionsPaginator.ts | 2 +- .../pagination/ListHumanTaskUisPaginator.ts | 2 +- .../ListHyperParameterTuningJobsPaginator.ts | 2 +- .../pagination/ListImageVersionsPaginator.ts | 2 +- .../src/pagination/ListImagesPaginator.ts | 2 +- .../ListInferenceExperimentsPaginator.ts | 2 +- ...ferenceRecommendationsJobStepsPaginator.ts | 2 +- ...stInferenceRecommendationsJobsPaginator.ts | 2 +- .../ListLabelingJobsForWorkteamPaginator.ts | 2 +- .../pagination/ListLabelingJobsPaginator.ts | 2 +- .../pagination/ListLineageGroupsPaginator.ts | 2 +- .../ListModelBiasJobDefinitionsPaginator.ts | 2 +- .../ListModelCardExportJobsPaginator.ts | 2 +- .../ListModelCardVersionsPaginator.ts | 2 +- .../src/pagination/ListModelCardsPaginator.ts | 2 +- ...elExplainabilityJobDefinitionsPaginator.ts | 2 +- .../pagination/ListModelMetadataPaginator.ts | 2 +- .../ListModelPackageGroupsPaginator.ts | 2 +- .../pagination/ListModelPackagesPaginator.ts | 2 +- ...ListModelQualityJobDefinitionsPaginator.ts | 2 +- .../src/pagination/ListModelsPaginator.ts | 2 +- .../ListMonitoringAlertHistoryPaginator.ts | 2 +- .../ListMonitoringAlertsPaginator.ts | 2 +- .../ListMonitoringExecutionsPaginator.ts | 2 +- .../ListMonitoringSchedulesPaginator.ts | 2 +- ...tebookInstanceLifecycleConfigsPaginator.ts | 2 +- .../ListNotebookInstancesPaginator.ts | 2 +- .../ListPipelineExecutionStepsPaginator.ts | 2 +- .../ListPipelineExecutionsPaginator.ts | 2 +- ...PipelineParametersForExecutionPaginator.ts | 2 +- .../src/pagination/ListPipelinesPaginator.ts | 2 +- .../pagination/ListProcessingJobsPaginator.ts | 2 +- .../src/pagination/ListProjectsPaginator.ts | 2 +- .../src/pagination/ListSpacesPaginator.ts | 2 +- .../pagination/ListStageDevicesPaginator.ts | 2 +- .../ListStudioLifecycleConfigsPaginator.ts | 2 +- .../ListSubscribedWorkteamsPaginator.ts | 2 +- .../src/pagination/ListTagsPaginator.ts | 2 +- ...JobsForHyperParameterTuningJobPaginator.ts | 2 +- .../pagination/ListTrainingJobsPaginator.ts | 2 +- .../pagination/ListTransformJobsPaginator.ts | 2 +- .../ListTrialComponentsPaginator.ts | 2 +- .../src/pagination/ListTrialsPaginator.ts | 2 +- .../pagination/ListUserProfilesPaginator.ts | 2 +- .../src/pagination/ListWorkforcesPaginator.ts | 2 +- .../src/pagination/ListWorkteamsPaginator.ts | 2 +- .../src/pagination/QueryLineagePaginator.ts | 2 +- .../src/pagination/SearchPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-sagemaker/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForEndpointDeleted.ts | 2 +- .../src/waiters/waitForEndpointInService.ts | 2 +- .../src/waiters/waitForImageCreated.ts | 2 +- .../src/waiters/waitForImageDeleted.ts | 2 +- .../src/waiters/waitForImageUpdated.ts | 2 +- .../src/waiters/waitForImageVersionCreated.ts | 2 +- .../src/waiters/waitForImageVersionDeleted.ts | 2 +- .../waiters/waitForNotebookInstanceDeleted.ts | 2 +- .../waitForNotebookInstanceInService.ts | 2 +- .../waiters/waitForNotebookInstanceStopped.ts | 2 +- .../waitForProcessingJobCompletedOrStopped.ts | 2 +- .../waitForTrainingJobCompletedOrStopped.ts | 2 +- .../waitForTransformJobCompletedOrStopped.ts | 2 +- clients/client-savingsplans/package.json | 41 ++--- .../client-savingsplans/src/Savingsplans.ts | 4 +- .../src/SavingsplansClient.ts | 28 ++- .../src/commands/CreateSavingsPlanCommand.ts | 12 +- .../DeleteQueuedSavingsPlanCommand.ts | 12 +- .../DescribeSavingsPlanRatesCommand.ts | 12 +- .../commands/DescribeSavingsPlansCommand.ts | 12 +- ...escribeSavingsPlansOfferingRatesCommand.ts | 12 +- .../DescribeSavingsPlansOfferingsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SavingsplansServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-savingsplans/src/runtimeConfig.ts | 24 +-- clients/client-scheduler/package.json | 41 ++--- clients/client-scheduler/src/Scheduler.ts | 4 +- .../client-scheduler/src/SchedulerClient.ts | 28 ++- .../src/commands/CreateScheduleCommand.ts | 12 +- .../commands/CreateScheduleGroupCommand.ts | 12 +- .../src/commands/DeleteScheduleCommand.ts | 12 +- .../commands/DeleteScheduleGroupCommand.ts | 12 +- .../src/commands/GetScheduleCommand.ts | 12 +- .../src/commands/GetScheduleGroupCommand.ts | 12 +- .../src/commands/ListScheduleGroupsCommand.ts | 12 +- .../src/commands/ListSchedulesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateScheduleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-scheduler/src/endpoint/ruleset.ts | 2 +- .../src/models/SchedulerServiceException.ts | 2 +- .../client-scheduler/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListScheduleGroupsPaginator.ts | 2 +- .../src/pagination/ListSchedulesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-scheduler/src/runtimeConfig.ts | 24 +-- clients/client-schemas/package.json | 45 ++--- clients/client-schemas/src/Schemas.ts | 4 +- clients/client-schemas/src/SchemasClient.ts | 28 ++- .../src/commands/CreateDiscovererCommand.ts | 12 +- .../src/commands/CreateRegistryCommand.ts | 12 +- .../src/commands/CreateSchemaCommand.ts | 12 +- .../src/commands/DeleteDiscovererCommand.ts | 12 +- .../src/commands/DeleteRegistryCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSchemaCommand.ts | 12 +- .../commands/DeleteSchemaVersionCommand.ts | 12 +- .../commands/DescribeCodeBindingCommand.ts | 12 +- .../src/commands/DescribeDiscovererCommand.ts | 12 +- .../src/commands/DescribeRegistryCommand.ts | 12 +- .../src/commands/DescribeSchemaCommand.ts | 12 +- .../src/commands/ExportSchemaCommand.ts | 12 +- .../commands/GetCodeBindingSourceCommand.ts | 14 +- .../commands/GetDiscoveredSchemaCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/ListDiscoverersCommand.ts | 12 +- .../src/commands/ListRegistriesCommand.ts | 12 +- .../src/commands/ListSchemaVersionsCommand.ts | 12 +- .../src/commands/ListSchemasCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutCodeBindingCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/SearchSchemasCommand.ts | 12 +- .../src/commands/StartDiscovererCommand.ts | 12 +- .../src/commands/StopDiscovererCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDiscovererCommand.ts | 12 +- .../src/commands/UpdateRegistryCommand.ts | 12 +- .../src/commands/UpdateSchemaCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-schemas/src/endpoint/ruleset.ts | 2 +- .../src/models/SchemasServiceException.ts | 2 +- clients/client-schemas/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListDiscoverersPaginator.ts | 2 +- .../src/pagination/ListRegistriesPaginator.ts | 2 +- .../pagination/ListSchemaVersionsPaginator.ts | 2 +- .../src/pagination/ListSchemasPaginator.ts | 2 +- .../src/pagination/SearchSchemasPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-schemas/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForCodeBindingExists.ts | 2 +- clients/client-secrets-manager/package.json | 41 ++--- .../src/SecretsManager.ts | 4 +- .../src/SecretsManagerClient.ts | 28 ++- .../src/commands/CancelRotateSecretCommand.ts | 12 +- .../src/commands/CreateSecretCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSecretCommand.ts | 12 +- .../src/commands/DescribeSecretCommand.ts | 12 +- .../src/commands/GetRandomPasswordCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetSecretValueCommand.ts | 12 +- .../commands/ListSecretVersionIdsCommand.ts | 12 +- .../src/commands/ListSecretsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/PutSecretValueCommand.ts | 12 +- .../RemoveRegionsFromReplicationCommand.ts | 12 +- .../ReplicateSecretToRegionsCommand.ts | 12 +- .../src/commands/RestoreSecretCommand.ts | 12 +- .../src/commands/RotateSecretCommand.ts | 12 +- .../StopReplicationToReplicaCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateSecretCommand.ts | 12 +- .../UpdateSecretVersionStageCommand.ts | 12 +- .../commands/ValidateResourcePolicyCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SecretsManagerServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListSecretVersionIdsPaginator.ts | 2 +- .../src/pagination/ListSecretsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-securityhub/package.json | 41 ++--- clients/client-securityhub/src/SecurityHub.ts | 4 +- .../src/SecurityHubClient.ts | 28 ++- .../AcceptAdministratorInvitationCommand.ts | 12 +- .../src/commands/AcceptInvitationCommand.ts | 12 +- .../BatchDeleteAutomationRulesCommand.ts | 12 +- .../commands/BatchDisableStandardsCommand.ts | 12 +- .../commands/BatchEnableStandardsCommand.ts | 12 +- .../BatchGetAutomationRulesCommand.ts | 12 +- .../BatchGetSecurityControlsCommand.ts | 12 +- ...hGetStandardsControlAssociationsCommand.ts | 12 +- .../commands/BatchImportFindingsCommand.ts | 12 +- .../BatchUpdateAutomationRulesCommand.ts | 12 +- .../commands/BatchUpdateFindingsCommand.ts | 12 +- ...dateStandardsControlAssociationsCommand.ts | 12 +- .../src/commands/CreateActionTargetCommand.ts | 12 +- .../commands/CreateAutomationRuleCommand.ts | 12 +- .../CreateFindingAggregatorCommand.ts | 12 +- .../src/commands/CreateInsightCommand.ts | 12 +- .../src/commands/CreateMembersCommand.ts | 12 +- .../src/commands/DeclineInvitationsCommand.ts | 12 +- .../src/commands/DeleteActionTargetCommand.ts | 12 +- .../DeleteFindingAggregatorCommand.ts | 12 +- .../src/commands/DeleteInsightCommand.ts | 12 +- .../src/commands/DeleteInvitationsCommand.ts | 12 +- .../src/commands/DeleteMembersCommand.ts | 12 +- .../commands/DescribeActionTargetsCommand.ts | 12 +- .../src/commands/DescribeHubCommand.ts | 12 +- ...escribeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/DescribeProductsCommand.ts | 12 +- .../src/commands/DescribeStandardsCommand.ts | 12 +- .../DescribeStandardsControlsCommand.ts | 12 +- .../DisableImportFindingsForProductCommand.ts | 12 +- .../DisableOrganizationAdminAccountCommand.ts | 12 +- .../src/commands/DisableSecurityHubCommand.ts | 12 +- ...ssociateFromAdministratorAccountCommand.ts | 12 +- .../DisassociateFromMasterAccountCommand.ts | 12 +- .../commands/DisassociateMembersCommand.ts | 12 +- .../EnableImportFindingsForProductCommand.ts | 12 +- .../EnableOrganizationAdminAccountCommand.ts | 12 +- .../src/commands/EnableSecurityHubCommand.ts | 12 +- .../GetAdministratorAccountCommand.ts | 12 +- .../commands/GetEnabledStandardsCommand.ts | 12 +- .../commands/GetFindingAggregatorCommand.ts | 12 +- .../src/commands/GetFindingHistoryCommand.ts | 12 +- .../src/commands/GetFindingsCommand.ts | 12 +- .../src/commands/GetInsightResultsCommand.ts | 12 +- .../src/commands/GetInsightsCommand.ts | 12 +- .../commands/GetInvitationsCountCommand.ts | 12 +- .../src/commands/GetMasterAccountCommand.ts | 12 +- .../src/commands/GetMembersCommand.ts | 12 +- .../src/commands/InviteMembersCommand.ts | 12 +- .../commands/ListAutomationRulesCommand.ts | 12 +- .../ListEnabledProductsForImportCommand.ts | 12 +- .../commands/ListFindingAggregatorsCommand.ts | 12 +- .../src/commands/ListInvitationsCommand.ts | 12 +- .../src/commands/ListMembersCommand.ts | 12 +- .../ListOrganizationAdminAccountsCommand.ts | 12 +- .../ListSecurityControlDefinitionsCommand.ts | 12 +- ...ListStandardsControlAssociationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateActionTargetCommand.ts | 12 +- .../UpdateFindingAggregatorCommand.ts | 12 +- .../src/commands/UpdateFindingsCommand.ts | 12 +- .../src/commands/UpdateInsightCommand.ts | 12 +- .../UpdateOrganizationConfigurationCommand.ts | 12 +- .../UpdateSecurityHubConfigurationCommand.ts | 12 +- .../commands/UpdateStandardsControlCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/SecurityHubServiceException.ts | 2 +- .../client-securityhub/src/models/models_0.ts | 2 +- .../client-securityhub/src/models/models_2.ts | 2 +- .../DescribeActionTargetsPaginator.ts | 2 +- .../pagination/DescribeProductsPaginator.ts | 2 +- .../DescribeStandardsControlsPaginator.ts | 2 +- .../pagination/DescribeStandardsPaginator.ts | 2 +- .../GetEnabledStandardsPaginator.ts | 2 +- .../pagination/GetFindingHistoryPaginator.ts | 2 +- .../src/pagination/GetFindingsPaginator.ts | 2 +- .../src/pagination/GetInsightsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListEnabledProductsForImportPaginator.ts | 2 +- .../ListFindingAggregatorsPaginator.ts | 2 +- .../pagination/ListInvitationsPaginator.ts | 2 +- .../src/pagination/ListMembersPaginator.ts | 2 +- .../ListOrganizationAdminAccountsPaginator.ts | 2 +- ...ListSecurityControlDefinitionsPaginator.ts | 2 +- ...stStandardsControlAssociationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-securityhub/src/runtimeConfig.ts | 24 +-- clients/client-securitylake/package.json | 41 ++--- .../client-securitylake/src/SecurityLake.ts | 4 +- .../src/SecurityLakeClient.ts | 28 ++- .../src/commands/CreateAwsLogSourceCommand.ts | 12 +- .../commands/CreateCustomLogSourceCommand.ts | 12 +- .../src/commands/CreateDataLakeCommand.ts | 12 +- ...ateDataLakeExceptionSubscriptionCommand.ts | 12 +- ...ataLakeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/CreateSubscriberCommand.ts | 12 +- .../CreateSubscriberNotificationCommand.ts | 12 +- .../src/commands/DeleteAwsLogSourceCommand.ts | 12 +- .../commands/DeleteCustomLogSourceCommand.ts | 12 +- .../src/commands/DeleteDataLakeCommand.ts | 12 +- ...eteDataLakeExceptionSubscriptionCommand.ts | 12 +- ...ataLakeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/DeleteSubscriberCommand.ts | 12 +- .../DeleteSubscriberNotificationCommand.ts | 12 +- ...erDataLakeDelegatedAdministratorCommand.ts | 12 +- ...GetDataLakeExceptionSubscriptionCommand.ts | 12 +- ...ataLakeOrganizationConfigurationCommand.ts | 12 +- .../src/commands/GetDataLakeSourcesCommand.ts | 12 +- .../src/commands/GetSubscriberCommand.ts | 12 +- .../commands/ListDataLakeExceptionsCommand.ts | 12 +- .../src/commands/ListDataLakesCommand.ts | 12 +- .../src/commands/ListLogSourcesCommand.ts | 12 +- .../src/commands/ListSubscribersCommand.ts | 12 +- ...erDataLakeDelegatedAdministratorCommand.ts | 12 +- .../src/commands/UpdateDataLakeCommand.ts | 12 +- ...ateDataLakeExceptionSubscriptionCommand.ts | 12 +- .../src/commands/UpdateSubscriberCommand.ts | 12 +- .../UpdateSubscriberNotificationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SecurityLakeServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../pagination/GetDataLakeSourcesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDataLakeExceptionsPaginator.ts | 2 +- .../src/pagination/ListLogSourcesPaginator.ts | 2 +- .../pagination/ListSubscribersPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-securitylake/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ServerlessApplicationRepository.ts | 4 +- .../ServerlessApplicationRepositoryClient.ts | 28 ++- .../src/commands/CreateApplicationCommand.ts | 12 +- .../CreateApplicationVersionCommand.ts | 12 +- .../CreateCloudFormationChangeSetCommand.ts | 12 +- .../CreateCloudFormationTemplateCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../commands/GetApplicationPolicyCommand.ts | 12 +- .../GetCloudFormationTemplateCommand.ts | 12 +- .../ListApplicationDependenciesCommand.ts | 12 +- .../ListApplicationVersionsCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../commands/PutApplicationPolicyCommand.ts | 12 +- .../src/commands/UnshareApplicationCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...ssApplicationRepositoryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListApplicationDependenciesPaginator.ts | 2 +- .../ListApplicationVersionsPaginator.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/ServiceCatalogAppRegistry.ts | 4 +- .../src/ServiceCatalogAppRegistryClient.ts | 28 ++- .../AssociateAttributeGroupCommand.ts | 12 +- .../src/commands/AssociateResourceCommand.ts | 12 +- .../src/commands/CreateApplicationCommand.ts | 12 +- .../commands/CreateAttributeGroupCommand.ts | 12 +- .../src/commands/DeleteApplicationCommand.ts | 12 +- .../commands/DeleteAttributeGroupCommand.ts | 12 +- .../DisassociateAttributeGroupCommand.ts | 12 +- .../commands/DisassociateResourceCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../commands/GetAssociatedResourceCommand.ts | 12 +- .../src/commands/GetAttributeGroupCommand.ts | 12 +- .../src/commands/GetConfigurationCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../ListAssociatedAttributeGroupsCommand.ts | 12 +- .../ListAssociatedResourcesCommand.ts | 12 +- .../commands/ListAttributeGroupsCommand.ts | 12 +- ...istAttributeGroupsForApplicationCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutConfigurationCommand.ts | 12 +- .../src/commands/SyncResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateApplicationCommand.ts | 12 +- .../commands/UpdateAttributeGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- ...rviceCatalogAppRegistryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../ListAssociatedAttributeGroupsPaginator.ts | 2 +- .../ListAssociatedResourcesPaginator.ts | 2 +- ...tAttributeGroupsForApplicationPaginator.ts | 2 +- .../ListAttributeGroupsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-service-catalog/package.json | 41 ++--- .../src/ServiceCatalog.ts | 4 +- .../src/ServiceCatalogClient.ts | 28 ++- .../commands/AcceptPortfolioShareCommand.ts | 12 +- .../AssociateBudgetWithResourceCommand.ts | 12 +- .../AssociatePrincipalWithPortfolioCommand.ts | 12 +- .../AssociateProductWithPortfolioCommand.ts | 12 +- ...ceActionWithProvisioningArtifactCommand.ts | 12 +- .../AssociateTagOptionWithResourceCommand.ts | 12 +- ...ceActionWithProvisioningArtifactCommand.ts | 12 +- ...ceActionFromProvisioningArtifactCommand.ts | 12 +- .../src/commands/CopyProductCommand.ts | 12 +- .../src/commands/CreateConstraintCommand.ts | 12 +- .../src/commands/CreatePortfolioCommand.ts | 12 +- .../commands/CreatePortfolioShareCommand.ts | 12 +- .../src/commands/CreateProductCommand.ts | 12 +- .../CreateProvisionedProductPlanCommand.ts | 12 +- .../CreateProvisioningArtifactCommand.ts | 12 +- .../commands/CreateServiceActionCommand.ts | 12 +- .../src/commands/CreateTagOptionCommand.ts | 12 +- .../src/commands/DeleteConstraintCommand.ts | 12 +- .../src/commands/DeletePortfolioCommand.ts | 12 +- .../commands/DeletePortfolioShareCommand.ts | 12 +- .../src/commands/DeleteProductCommand.ts | 12 +- .../DeleteProvisionedProductPlanCommand.ts | 12 +- .../DeleteProvisioningArtifactCommand.ts | 12 +- .../commands/DeleteServiceActionCommand.ts | 12 +- .../src/commands/DeleteTagOptionCommand.ts | 12 +- .../src/commands/DescribeConstraintCommand.ts | 12 +- .../DescribeCopyProductStatusCommand.ts | 12 +- .../src/commands/DescribePortfolioCommand.ts | 12 +- .../DescribePortfolioShareStatusCommand.ts | 12 +- .../DescribePortfolioSharesCommand.ts | 12 +- .../commands/DescribeProductAsAdminCommand.ts | 12 +- .../src/commands/DescribeProductCommand.ts | 12 +- .../commands/DescribeProductViewCommand.ts | 12 +- .../DescribeProvisionedProductCommand.ts | 12 +- .../DescribeProvisionedProductPlanCommand.ts | 12 +- .../DescribeProvisioningArtifactCommand.ts | 12 +- .../DescribeProvisioningParametersCommand.ts | 12 +- .../src/commands/DescribeRecordCommand.ts | 12 +- .../commands/DescribeServiceActionCommand.ts | 12 +- ...ServiceActionExecutionParametersCommand.ts | 12 +- .../src/commands/DescribeTagOptionCommand.ts | 12 +- .../DisableAWSOrganizationsAccessCommand.ts | 12 +- .../DisassociateBudgetFromResourceCommand.ts | 12 +- ...sassociatePrincipalFromPortfolioCommand.ts | 12 +- ...DisassociateProductFromPortfolioCommand.ts | 12 +- ...ceActionFromProvisioningArtifactCommand.ts | 12 +- ...isassociateTagOptionFromResourceCommand.ts | 12 +- .../EnableAWSOrganizationsAccessCommand.ts | 12 +- .../ExecuteProvisionedProductPlanCommand.ts | 12 +- ...eProvisionedProductServiceActionCommand.ts | 12 +- .../GetAWSOrganizationsAccessStatusCommand.ts | 12 +- .../GetProvisionedProductOutputsCommand.ts | 12 +- .../ImportAsProvisionedProductCommand.ts | 12 +- .../ListAcceptedPortfolioSharesCommand.ts | 12 +- .../commands/ListBudgetsForResourceCommand.ts | 12 +- .../ListConstraintsForPortfolioCommand.ts | 12 +- .../src/commands/ListLaunchPathsCommand.ts | 12 +- .../ListOrganizationPortfolioAccessCommand.ts | 12 +- .../commands/ListPortfolioAccessCommand.ts | 12 +- .../src/commands/ListPortfoliosCommand.ts | 12 +- .../ListPortfoliosForProductCommand.ts | 12 +- .../ListPrincipalsForPortfolioCommand.ts | 12 +- .../ListProvisionedProductPlansCommand.ts | 12 +- .../ListProvisioningArtifactsCommand.ts | 12 +- ...sioningArtifactsForServiceActionCommand.ts | 12 +- .../src/commands/ListRecordHistoryCommand.ts | 12 +- .../ListResourcesForTagOptionCommand.ts | 12 +- .../src/commands/ListServiceActionsCommand.ts | 12 +- ...ceActionsForProvisioningArtifactCommand.ts | 12 +- ...ckInstancesForProvisionedProductCommand.ts | 12 +- .../src/commands/ListTagOptionsCommand.ts | 12 +- ...isionProductEngineWorkflowResultCommand.ts | 12 +- ...ionedProductEngineWorkflowResultCommand.ts | 12 +- ...ionedProductEngineWorkflowResultCommand.ts | 12 +- .../src/commands/ProvisionProductCommand.ts | 12 +- .../commands/RejectPortfolioShareCommand.ts | 12 +- .../ScanProvisionedProductsCommand.ts | 12 +- .../commands/SearchProductsAsAdminCommand.ts | 12 +- .../src/commands/SearchProductsCommand.ts | 12 +- .../SearchProvisionedProductsCommand.ts | 12 +- .../TerminateProvisionedProductCommand.ts | 12 +- .../src/commands/UpdateConstraintCommand.ts | 12 +- .../src/commands/UpdatePortfolioCommand.ts | 12 +- .../commands/UpdatePortfolioShareCommand.ts | 12 +- .../src/commands/UpdateProductCommand.ts | 12 +- .../UpdateProvisionedProductCommand.ts | 12 +- ...dateProvisionedProductPropertiesCommand.ts | 12 +- .../UpdateProvisioningArtifactCommand.ts | 12 +- .../commands/UpdateServiceActionCommand.ts | 12 +- .../src/commands/UpdateTagOptionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ServiceCatalogServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribePortfolioSharesPaginator.ts | 2 +- .../GetProvisionedProductOutputsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAcceptedPortfolioSharesPaginator.ts | 2 +- .../ListBudgetsForResourcePaginator.ts | 2 +- .../ListConstraintsForPortfolioPaginator.ts | 2 +- .../pagination/ListLaunchPathsPaginator.ts | 2 +- ...istOrganizationPortfolioAccessPaginator.ts | 2 +- .../ListPortfolioAccessPaginator.ts | 2 +- .../ListPortfoliosForProductPaginator.ts | 2 +- .../src/pagination/ListPortfoliosPaginator.ts | 2 +- .../ListPrincipalsForPortfolioPaginator.ts | 2 +- ...oningArtifactsForServiceActionPaginator.ts | 2 +- .../ListResourcesForTagOptionPaginator.ts | 2 +- ...ActionsForProvisioningArtifactPaginator.ts | 2 +- .../pagination/ListServiceActionsPaginator.ts | 2 +- .../src/pagination/ListTagOptionsPaginator.ts | 2 +- .../SearchProductsAsAdminPaginator.ts | 2 +- .../src/pagination/SearchProductsPaginator.ts | 2 +- .../SearchProvisionedProductsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-service-quotas/package.json | 41 ++--- .../src/ServiceQuotas.ts | 4 +- .../src/ServiceQuotasClient.ts | 28 ++- .../AssociateServiceQuotaTemplateCommand.ts | 12 +- ...QuotaIncreaseRequestFromTemplateCommand.ts | 12 +- ...DisassociateServiceQuotaTemplateCommand.ts | 12 +- .../GetAWSDefaultServiceQuotaCommand.ts | 12 +- ...sociationForServiceQuotaTemplateCommand.ts | 12 +- .../GetRequestedServiceQuotaChangeCommand.ts | 12 +- .../src/commands/GetServiceQuotaCommand.ts | 12 +- ...QuotaIncreaseRequestFromTemplateCommand.ts | 12 +- .../ListAWSDefaultServiceQuotasCommand.ts | 12 +- ...ServiceQuotaChangeHistoryByQuotaCommand.ts | 12 +- ...questedServiceQuotaChangeHistoryCommand.ts | 12 +- ...eQuotaIncreaseRequestsInTemplateCommand.ts | 12 +- .../src/commands/ListServiceQuotasCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...QuotaIncreaseRequestIntoTemplateCommand.ts | 12 +- .../RequestServiceQuotaIncreaseCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/ServiceQuotasServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAWSDefaultServiceQuotasPaginator.ts | 2 +- ...rviceQuotaChangeHistoryByQuotaPaginator.ts | 2 +- ...estedServiceQuotaChangeHistoryPaginator.ts | 2 +- ...uotaIncreaseRequestsInTemplatePaginator.ts | 2 +- .../pagination/ListServiceQuotasPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-servicediscovery/package.json | 41 ++--- .../src/ServiceDiscovery.ts | 4 +- .../src/ServiceDiscoveryClient.ts | 28 ++- .../commands/CreateHttpNamespaceCommand.ts | 12 +- .../CreatePrivateDnsNamespaceCommand.ts | 12 +- .../CreatePublicDnsNamespaceCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../src/commands/DeleteNamespaceCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../src/commands/DeregisterInstanceCommand.ts | 12 +- .../src/commands/DiscoverInstancesCommand.ts | 12 +- .../src/commands/GetInstanceCommand.ts | 12 +- .../GetInstancesHealthStatusCommand.ts | 12 +- .../src/commands/GetNamespaceCommand.ts | 12 +- .../src/commands/GetOperationCommand.ts | 12 +- .../src/commands/GetServiceCommand.ts | 12 +- .../src/commands/ListInstancesCommand.ts | 12 +- .../src/commands/ListNamespacesCommand.ts | 12 +- .../src/commands/ListOperationsCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/RegisterInstanceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateHttpNamespaceCommand.ts | 12 +- ...UpdateInstanceCustomHealthStatusCommand.ts | 12 +- .../UpdatePrivateDnsNamespaceCommand.ts | 12 +- .../UpdatePublicDnsNamespaceCommand.ts | 12 +- .../src/commands/UpdateServiceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../ServiceDiscoveryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetInstancesHealthStatusPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListInstancesPaginator.ts | 2 +- .../src/pagination/ListNamespacesPaginator.ts | 2 +- .../src/pagination/ListOperationsPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 18 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-ses/package.json | 43 ++--- clients/client-ses/src/SES.ts | 4 +- clients/client-ses/src/SESClient.ts | 28 ++- .../commands/CloneReceiptRuleSetCommand.ts | 12 +- .../commands/CreateConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- ...eConfigurationSetTrackingOptionsCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../commands/CreateReceiptFilterCommand.ts | 12 +- .../src/commands/CreateReceiptRuleCommand.ts | 12 +- .../commands/CreateReceiptRuleSetCommand.ts | 12 +- .../src/commands/CreateTemplateCommand.ts | 12 +- .../commands/DeleteConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- ...eConfigurationSetTrackingOptionsCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../src/commands/DeleteIdentityCommand.ts | 12 +- .../commands/DeleteIdentityPolicyCommand.ts | 12 +- .../commands/DeleteReceiptFilterCommand.ts | 12 +- .../src/commands/DeleteReceiptRuleCommand.ts | 12 +- .../commands/DeleteReceiptRuleSetCommand.ts | 12 +- .../src/commands/DeleteTemplateCommand.ts | 12 +- .../DeleteVerifiedEmailAddressCommand.ts | 12 +- .../DescribeActiveReceiptRuleSetCommand.ts | 12 +- .../DescribeConfigurationSetCommand.ts | 12 +- .../commands/DescribeReceiptRuleCommand.ts | 12 +- .../commands/DescribeReceiptRuleSetCommand.ts | 12 +- .../GetAccountSendingEnabledCommand.ts | 12 +- ...tCustomVerificationEmailTemplateCommand.ts | 12 +- .../GetIdentityDkimAttributesCommand.ts | 12 +- ...IdentityMailFromDomainAttributesCommand.ts | 12 +- ...etIdentityNotificationAttributesCommand.ts | 12 +- .../commands/GetIdentityPoliciesCommand.ts | 12 +- ...etIdentityVerificationAttributesCommand.ts | 12 +- .../src/commands/GetSendQuotaCommand.ts | 12 +- .../src/commands/GetSendStatisticsCommand.ts | 12 +- .../src/commands/GetTemplateCommand.ts | 12 +- .../commands/ListConfigurationSetsCommand.ts | 12 +- ...CustomVerificationEmailTemplatesCommand.ts | 12 +- .../src/commands/ListIdentitiesCommand.ts | 12 +- .../commands/ListIdentityPoliciesCommand.ts | 12 +- .../src/commands/ListReceiptFiltersCommand.ts | 12 +- .../commands/ListReceiptRuleSetsCommand.ts | 12 +- .../src/commands/ListTemplatesCommand.ts | 12 +- .../ListVerifiedEmailAddressesCommand.ts | 12 +- ...tConfigurationSetDeliveryOptionsCommand.ts | 12 +- .../src/commands/PutIdentityPolicyCommand.ts | 12 +- .../commands/ReorderReceiptRuleSetCommand.ts | 12 +- .../src/commands/SendBounceCommand.ts | 12 +- .../commands/SendBulkTemplatedEmailCommand.ts | 12 +- .../SendCustomVerificationEmailCommand.ts | 12 +- .../src/commands/SendEmailCommand.ts | 12 +- .../src/commands/SendRawEmailCommand.ts | 12 +- .../src/commands/SendTemplatedEmailCommand.ts | 12 +- .../SetActiveReceiptRuleSetCommand.ts | 12 +- .../commands/SetIdentityDkimEnabledCommand.ts | 12 +- ...dentityFeedbackForwardingEnabledCommand.ts | 12 +- ...ityHeadersInNotificationsEnabledCommand.ts | 12 +- .../SetIdentityMailFromDomainCommand.ts | 12 +- .../SetIdentityNotificationTopicCommand.ts | 12 +- .../commands/SetReceiptRulePositionCommand.ts | 12 +- .../src/commands/TestRenderTemplateCommand.ts | 12 +- .../UpdateAccountSendingEnabledCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- ...ationSetReputationMetricsEnabledCommand.ts | 12 +- ...teConfigurationSetSendingEnabledCommand.ts | 12 +- ...eConfigurationSetTrackingOptionsCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../src/commands/UpdateReceiptRuleCommand.ts | 12 +- .../src/commands/UpdateTemplateCommand.ts | 12 +- .../src/commands/VerifyDomainDkimCommand.ts | 12 +- .../commands/VerifyDomainIdentityCommand.ts | 12 +- .../src/commands/VerifyEmailAddressCommand.ts | 12 +- .../commands/VerifyEmailIdentityCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ses/src/endpoint/ruleset.ts | 2 +- .../src/models/SESServiceException.ts | 2 +- clients/client-ses/src/models/models_0.ts | 2 +- .../client-ses/src/pagination/Interfaces.ts | 2 +- ...stomVerificationEmailTemplatesPaginator.ts | 2 +- .../src/pagination/ListIdentitiesPaginator.ts | 2 +- clients/client-ses/src/protocols/Aws_query.ts | 12 +- .../client-ses/src/runtimeConfig.browser.ts | 14 +- .../client-ses/src/runtimeConfig.shared.ts | 8 +- clients/client-ses/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForIdentityExists.ts | 2 +- clients/client-sesv2/package.json | 41 ++--- clients/client-sesv2/src/SESv2.ts | 4 +- clients/client-sesv2/src/SESv2Client.ts | 28 ++- .../src/commands/BatchGetMetricDataCommand.ts | 12 +- .../commands/CreateConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../src/commands/CreateContactCommand.ts | 12 +- .../src/commands/CreateContactListCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../commands/CreateDedicatedIpPoolCommand.ts | 12 +- .../CreateDeliverabilityTestReportCommand.ts | 12 +- .../commands/CreateEmailIdentityCommand.ts | 12 +- .../CreateEmailIdentityPolicyCommand.ts | 12 +- .../commands/CreateEmailTemplateCommand.ts | 12 +- .../src/commands/CreateImportJobCommand.ts | 12 +- .../commands/DeleteConfigurationSetCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../src/commands/DeleteContactCommand.ts | 12 +- .../src/commands/DeleteContactListCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../commands/DeleteDedicatedIpPoolCommand.ts | 12 +- .../commands/DeleteEmailIdentityCommand.ts | 12 +- .../DeleteEmailIdentityPolicyCommand.ts | 12 +- .../commands/DeleteEmailTemplateCommand.ts | 12 +- .../DeleteSuppressedDestinationCommand.ts | 12 +- .../src/commands/GetAccountCommand.ts | 12 +- .../commands/GetBlacklistReportsCommand.ts | 12 +- .../commands/GetConfigurationSetCommand.ts | 12 +- ...onfigurationSetEventDestinationsCommand.ts | 12 +- .../src/commands/GetContactCommand.ts | 12 +- .../src/commands/GetContactListCommand.ts | 12 +- ...tCustomVerificationEmailTemplateCommand.ts | 12 +- .../src/commands/GetDedicatedIpCommand.ts | 12 +- .../src/commands/GetDedicatedIpPoolCommand.ts | 12 +- .../src/commands/GetDedicatedIpsCommand.ts | 12 +- ...etDeliverabilityDashboardOptionsCommand.ts | 12 +- .../GetDeliverabilityTestReportCommand.ts | 12 +- .../GetDomainDeliverabilityCampaignCommand.ts | 12 +- .../GetDomainStatisticsReportCommand.ts | 12 +- .../src/commands/GetEmailIdentityCommand.ts | 12 +- .../GetEmailIdentityPoliciesCommand.ts | 12 +- .../src/commands/GetEmailTemplateCommand.ts | 12 +- .../src/commands/GetImportJobCommand.ts | 12 +- .../GetSuppressedDestinationCommand.ts | 12 +- .../commands/ListConfigurationSetsCommand.ts | 12 +- .../src/commands/ListContactListsCommand.ts | 12 +- .../src/commands/ListContactsCommand.ts | 12 +- ...CustomVerificationEmailTemplatesCommand.ts | 12 +- .../commands/ListDedicatedIpPoolsCommand.ts | 12 +- .../ListDeliverabilityTestReportsCommand.ts | 12 +- ...istDomainDeliverabilityCampaignsCommand.ts | 12 +- .../commands/ListEmailIdentitiesCommand.ts | 12 +- .../src/commands/ListEmailTemplatesCommand.ts | 12 +- .../src/commands/ListImportJobsCommand.ts | 12 +- .../commands/ListRecommendationsCommand.ts | 12 +- .../ListSuppressedDestinationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...countDedicatedIpWarmupAttributesCommand.ts | 12 +- .../src/commands/PutAccountDetailsCommand.ts | 12 +- .../PutAccountSendingAttributesCommand.ts | 12 +- .../PutAccountSuppressionAttributesCommand.ts | 12 +- .../PutAccountVdmAttributesCommand.ts | 12 +- ...tConfigurationSetDeliveryOptionsCommand.ts | 12 +- ...onfigurationSetReputationOptionsCommand.ts | 12 +- ...utConfigurationSetSendingOptionsCommand.ts | 12 +- ...nfigurationSetSuppressionOptionsCommand.ts | 12 +- ...tConfigurationSetTrackingOptionsCommand.ts | 12 +- .../PutConfigurationSetVdmOptionsCommand.ts | 12 +- .../commands/PutDedicatedIpInPoolCommand.ts | 12 +- ...DedicatedIpPoolScalingAttributesCommand.ts | 12 +- .../PutDedicatedIpWarmupAttributesCommand.ts | 12 +- ...PutDeliverabilityDashboardOptionCommand.ts | 12 +- ...entityConfigurationSetAttributesCommand.ts | 12 +- .../PutEmailIdentityDkimAttributesCommand.ts | 12 +- ...ailIdentityDkimSigningAttributesCommand.ts | 12 +- ...tEmailIdentityFeedbackAttributesCommand.ts | 12 +- ...tEmailIdentityMailFromAttributesCommand.ts | 12 +- .../PutSuppressedDestinationCommand.ts | 12 +- .../src/commands/SendBulkEmailCommand.ts | 12 +- .../SendCustomVerificationEmailCommand.ts | 12 +- .../src/commands/SendEmailCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TestRenderEmailTemplateCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...ConfigurationSetEventDestinationCommand.ts | 12 +- .../src/commands/UpdateContactCommand.ts | 12 +- .../src/commands/UpdateContactListCommand.ts | 12 +- ...eCustomVerificationEmailTemplateCommand.ts | 12 +- .../UpdateEmailIdentityPolicyCommand.ts | 12 +- .../commands/UpdateEmailTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sesv2/src/endpoint/ruleset.ts | 2 +- .../src/models/SESv2ServiceException.ts | 2 +- clients/client-sesv2/src/models/models_0.ts | 2 +- .../pagination/GetDedicatedIpsPaginator.ts | 2 +- .../client-sesv2/src/pagination/Interfaces.ts | 2 +- .../ListConfigurationSetsPaginator.ts | 2 +- .../pagination/ListContactListsPaginator.ts | 2 +- .../src/pagination/ListContactsPaginator.ts | 2 +- ...stomVerificationEmailTemplatesPaginator.ts | 2 +- .../ListDedicatedIpPoolsPaginator.ts | 2 +- .../ListDeliverabilityTestReportsPaginator.ts | 2 +- ...tDomainDeliverabilityCampaignsPaginator.ts | 2 +- .../ListEmailIdentitiesPaginator.ts | 2 +- .../pagination/ListEmailTemplatesPaginator.ts | 2 +- .../src/pagination/ListImportJobsPaginator.ts | 2 +- .../ListRecommendationsPaginator.ts | 2 +- .../ListSuppressedDestinationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-sesv2/src/runtimeConfig.browser.ts | 14 +- .../client-sesv2/src/runtimeConfig.shared.ts | 8 +- clients/client-sesv2/src/runtimeConfig.ts | 24 +-- clients/client-sfn/package.json | 41 ++--- clients/client-sfn/src/SFN.ts | 4 +- clients/client-sfn/src/SFNClient.ts | 28 ++- .../src/commands/CreateActivityCommand.ts | 12 +- .../CreateStateMachineAliasCommand.ts | 12 +- .../src/commands/CreateStateMachineCommand.ts | 12 +- .../src/commands/DeleteActivityCommand.ts | 12 +- .../DeleteStateMachineAliasCommand.ts | 12 +- .../src/commands/DeleteStateMachineCommand.ts | 12 +- .../DeleteStateMachineVersionCommand.ts | 12 +- .../src/commands/DescribeActivityCommand.ts | 12 +- .../src/commands/DescribeExecutionCommand.ts | 12 +- .../src/commands/DescribeMapRunCommand.ts | 12 +- .../DescribeStateMachineAliasCommand.ts | 12 +- .../commands/DescribeStateMachineCommand.ts | 12 +- ...DescribeStateMachineForExecutionCommand.ts | 12 +- .../src/commands/GetActivityTaskCommand.ts | 12 +- .../commands/GetExecutionHistoryCommand.ts | 12 +- .../src/commands/ListActivitiesCommand.ts | 12 +- .../src/commands/ListExecutionsCommand.ts | 12 +- .../src/commands/ListMapRunsCommand.ts | 12 +- .../ListStateMachineAliasesCommand.ts | 12 +- .../ListStateMachineVersionsCommand.ts | 12 +- .../src/commands/ListStateMachinesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PublishStateMachineVersionCommand.ts | 12 +- .../src/commands/SendTaskFailureCommand.ts | 12 +- .../src/commands/SendTaskHeartbeatCommand.ts | 12 +- .../src/commands/SendTaskSuccessCommand.ts | 12 +- .../src/commands/StartExecutionCommand.ts | 12 +- .../src/commands/StartSyncExecutionCommand.ts | 12 +- .../src/commands/StopExecutionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateMapRunCommand.ts | 12 +- .../UpdateStateMachineAliasCommand.ts | 12 +- .../src/commands/UpdateStateMachineCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sfn/src/endpoint/ruleset.ts | 2 +- .../src/models/SFNServiceException.ts | 2 +- clients/client-sfn/src/models/models_0.ts | 2 +- .../GetExecutionHistoryPaginator.ts | 2 +- .../client-sfn/src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListActivitiesPaginator.ts | 2 +- .../src/pagination/ListExecutionsPaginator.ts | 2 +- .../src/pagination/ListMapRunsPaginator.ts | 2 +- .../pagination/ListStateMachinesPaginator.ts | 2 +- .../client-sfn/src/protocols/Aws_json1_0.ts | 18 +- .../client-sfn/src/runtimeConfig.browser.ts | 14 +- .../client-sfn/src/runtimeConfig.shared.ts | 8 +- clients/client-sfn/src/runtimeConfig.ts | 24 +-- clients/client-shield/package.json | 41 ++--- clients/client-shield/src/Shield.ts | 4 +- clients/client-shield/src/ShieldClient.ts | 28 ++- .../commands/AssociateDRTLogBucketCommand.ts | 12 +- .../src/commands/AssociateDRTRoleCommand.ts | 12 +- .../commands/AssociateHealthCheckCommand.ts | 12 +- ...ociateProactiveEngagementDetailsCommand.ts | 12 +- .../src/commands/CreateProtectionCommand.ts | 12 +- .../commands/CreateProtectionGroupCommand.ts | 12 +- .../src/commands/CreateSubscriptionCommand.ts | 12 +- .../src/commands/DeleteProtectionCommand.ts | 12 +- .../commands/DeleteProtectionGroupCommand.ts | 12 +- .../src/commands/DeleteSubscriptionCommand.ts | 12 +- .../src/commands/DescribeAttackCommand.ts | 12 +- .../DescribeAttackStatisticsCommand.ts | 12 +- .../src/commands/DescribeDRTAccessCommand.ts | 12 +- ...DescribeEmergencyContactSettingsCommand.ts | 12 +- .../src/commands/DescribeProtectionCommand.ts | 12 +- .../DescribeProtectionGroupCommand.ts | 12 +- .../commands/DescribeSubscriptionCommand.ts | 12 +- ...pplicationLayerAutomaticResponseCommand.ts | 12 +- .../DisableProactiveEngagementCommand.ts | 12 +- .../DisassociateDRTLogBucketCommand.ts | 12 +- .../commands/DisassociateDRTRoleCommand.ts | 12 +- .../DisassociateHealthCheckCommand.ts | 12 +- ...pplicationLayerAutomaticResponseCommand.ts | 12 +- .../EnableProactiveEngagementCommand.ts | 12 +- .../commands/GetSubscriptionStateCommand.ts | 12 +- .../src/commands/ListAttacksCommand.ts | 12 +- .../commands/ListProtectionGroupsCommand.ts | 12 +- .../src/commands/ListProtectionsCommand.ts | 12 +- .../ListResourcesInProtectionGroupCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...pplicationLayerAutomaticResponseCommand.ts | 12 +- .../UpdateEmergencyContactSettingsCommand.ts | 12 +- .../commands/UpdateProtectionGroupCommand.ts | 12 +- .../src/commands/UpdateSubscriptionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-shield/src/endpoint/ruleset.ts | 2 +- .../src/models/ShieldServiceException.ts | 2 +- clients/client-shield/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAttacksPaginator.ts | 2 +- .../ListProtectionGroupsPaginator.ts | 2 +- .../pagination/ListProtectionsPaginator.ts | 2 +- ...ListResourcesInProtectionGroupPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-shield/src/runtimeConfig.shared.ts | 8 +- clients/client-shield/src/runtimeConfig.ts | 24 +-- clients/client-signer/package.json | 43 ++--- clients/client-signer/src/Signer.ts | 4 +- clients/client-signer/src/SignerClient.ts | 28 ++- .../commands/AddProfilePermissionCommand.ts | 12 +- .../commands/CancelSigningProfileCommand.ts | 12 +- .../src/commands/DescribeSigningJobCommand.ts | 12 +- .../commands/GetRevocationStatusCommand.ts | 12 +- .../src/commands/GetSigningPlatformCommand.ts | 12 +- .../src/commands/GetSigningProfileCommand.ts | 12 +- .../commands/ListProfilePermissionsCommand.ts | 12 +- .../src/commands/ListSigningJobsCommand.ts | 12 +- .../commands/ListSigningPlatformsCommand.ts | 12 +- .../commands/ListSigningProfilesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutSigningProfileCommand.ts | 12 +- .../RemoveProfilePermissionCommand.ts | 12 +- .../src/commands/RevokeSignatureCommand.ts | 12 +- .../commands/RevokeSigningProfileCommand.ts | 12 +- .../src/commands/SignPayloadCommand.ts | 12 +- .../src/commands/StartSigningJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-signer/src/endpoint/ruleset.ts | 2 +- .../src/models/SignerServiceException.ts | 2 +- clients/client-signer/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListSigningJobsPaginator.ts | 2 +- .../ListSigningPlatformsPaginator.ts | 2 +- .../ListSigningProfilesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-signer/src/runtimeConfig.shared.ts | 8 +- clients/client-signer/src/runtimeConfig.ts | 24 +-- .../waiters/waitForSuccessfulSigningJob.ts | 2 +- clients/client-simspaceweaver/package.json | 41 ++--- .../src/SimSpaceWeaver.ts | 4 +- .../src/SimSpaceWeaverClient.ts | 28 ++- .../src/commands/CreateSnapshotCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../src/commands/DeleteSimulationCommand.ts | 12 +- .../src/commands/DescribeAppCommand.ts | 12 +- .../src/commands/DescribeSimulationCommand.ts | 12 +- .../src/commands/ListAppsCommand.ts | 12 +- .../src/commands/ListSimulationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartAppCommand.ts | 12 +- .../src/commands/StartClockCommand.ts | 12 +- .../src/commands/StartSimulationCommand.ts | 12 +- .../src/commands/StopAppCommand.ts | 12 +- .../src/commands/StopClockCommand.ts | 12 +- .../src/commands/StopSimulationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SimSpaceWeaverServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAppsPaginator.ts | 2 +- .../pagination/ListSimulationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-sms/package.json | 41 ++--- clients/client-sms/src/SMS.ts | 4 +- clients/client-sms/src/SMSClient.ts | 28 ++- .../src/commands/CreateAppCommand.ts | 12 +- .../commands/CreateReplicationJobCommand.ts | 12 +- .../src/commands/DeleteAppCommand.ts | 12 +- .../DeleteAppLaunchConfigurationCommand.ts | 12 +- ...eleteAppReplicationConfigurationCommand.ts | 12 +- ...DeleteAppValidationConfigurationCommand.ts | 12 +- .../commands/DeleteReplicationJobCommand.ts | 12 +- .../commands/DeleteServerCatalogCommand.ts | 12 +- .../commands/DisassociateConnectorCommand.ts | 12 +- .../src/commands/GenerateChangeSetCommand.ts | 12 +- .../src/commands/GenerateTemplateCommand.ts | 12 +- .../client-sms/src/commands/GetAppCommand.ts | 12 +- .../GetAppLaunchConfigurationCommand.ts | 12 +- .../GetAppReplicationConfigurationCommand.ts | 12 +- .../GetAppValidationConfigurationCommand.ts | 12 +- .../commands/GetAppValidationOutputCommand.ts | 12 +- .../src/commands/GetConnectorsCommand.ts | 12 +- .../src/commands/GetReplicationJobsCommand.ts | 12 +- .../src/commands/GetReplicationRunsCommand.ts | 12 +- .../src/commands/GetServersCommand.ts | 12 +- .../src/commands/ImportAppCatalogCommand.ts | 12 +- .../commands/ImportServerCatalogCommand.ts | 12 +- .../src/commands/LaunchAppCommand.ts | 12 +- .../src/commands/ListAppsCommand.ts | 12 +- .../NotifyAppValidationOutputCommand.ts | 12 +- .../PutAppLaunchConfigurationCommand.ts | 12 +- .../PutAppReplicationConfigurationCommand.ts | 12 +- .../PutAppValidationConfigurationCommand.ts | 12 +- .../commands/StartAppReplicationCommand.ts | 12 +- .../StartOnDemandAppReplicationCommand.ts | 12 +- .../StartOnDemandReplicationRunCommand.ts | 12 +- .../src/commands/StopAppReplicationCommand.ts | 12 +- .../src/commands/TerminateAppCommand.ts | 12 +- .../src/commands/UpdateAppCommand.ts | 12 +- .../commands/UpdateReplicationJobCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sms/src/endpoint/ruleset.ts | 2 +- .../src/models/SMSServiceException.ts | 2 +- clients/client-sms/src/models/models_0.ts | 2 +- .../src/pagination/GetConnectorsPaginator.ts | 2 +- .../pagination/GetReplicationJobsPaginator.ts | 2 +- .../pagination/GetReplicationRunsPaginator.ts | 2 +- .../src/pagination/GetServersPaginator.ts | 2 +- .../client-sms/src/pagination/Interfaces.ts | 2 +- .../client-sms/src/protocols/Aws_json1_1.ts | 12 +- .../client-sms/src/runtimeConfig.browser.ts | 14 +- .../client-sms/src/runtimeConfig.shared.ts | 8 +- clients/client-sms/src/runtimeConfig.ts | 24 +-- .../package.json | 41 ++--- .../src/SnowDeviceManagement.ts | 4 +- .../src/SnowDeviceManagementClient.ts | 28 ++- .../src/commands/CancelTaskCommand.ts | 12 +- .../src/commands/CreateTaskCommand.ts | 12 +- .../src/commands/DescribeDeviceCommand.ts | 12 +- .../DescribeDeviceEc2InstancesCommand.ts | 12 +- .../src/commands/DescribeExecutionCommand.ts | 12 +- .../src/commands/DescribeTaskCommand.ts | 12 +- .../commands/ListDeviceResourcesCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../src/commands/ListExecutionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTasksCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../SnowDeviceManagementServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListDeviceResourcesPaginator.ts | 2 +- .../src/pagination/ListDevicesPaginator.ts | 2 +- .../src/pagination/ListExecutionsPaginator.ts | 2 +- .../src/pagination/ListTasksPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-snowball/package.json | 41 ++--- clients/client-snowball/src/Snowball.ts | 4 +- clients/client-snowball/src/SnowballClient.ts | 28 ++- .../src/commands/CancelClusterCommand.ts | 12 +- .../src/commands/CancelJobCommand.ts | 12 +- .../src/commands/CreateAddressCommand.ts | 12 +- .../src/commands/CreateClusterCommand.ts | 12 +- .../src/commands/CreateJobCommand.ts | 12 +- .../commands/CreateLongTermPricingCommand.ts | 12 +- .../CreateReturnShippingLabelCommand.ts | 12 +- .../src/commands/DescribeAddressCommand.ts | 12 +- .../src/commands/DescribeAddressesCommand.ts | 12 +- .../src/commands/DescribeClusterCommand.ts | 12 +- .../src/commands/DescribeJobCommand.ts | 12 +- .../DescribeReturnShippingLabelCommand.ts | 12 +- .../src/commands/GetJobManifestCommand.ts | 12 +- .../src/commands/GetJobUnlockCodeCommand.ts | 12 +- .../src/commands/GetSnowballUsageCommand.ts | 12 +- .../src/commands/GetSoftwareUpdatesCommand.ts | 12 +- .../src/commands/ListClusterJobsCommand.ts | 12 +- .../src/commands/ListClustersCommand.ts | 12 +- .../commands/ListCompatibleImagesCommand.ts | 12 +- .../src/commands/ListJobsCommand.ts | 12 +- .../commands/ListLongTermPricingCommand.ts | 12 +- .../commands/ListServiceVersionsCommand.ts | 12 +- .../src/commands/UpdateClusterCommand.ts | 12 +- .../src/commands/UpdateJobCommand.ts | 12 +- .../commands/UpdateJobShipmentStateCommand.ts | 12 +- .../commands/UpdateLongTermPricingCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-snowball/src/endpoint/ruleset.ts | 2 +- .../src/models/SnowballServiceException.ts | 2 +- .../client-snowball/src/models/models_0.ts | 2 +- .../pagination/DescribeAddressesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListClusterJobsPaginator.ts | 2 +- .../src/pagination/ListClustersPaginator.ts | 2 +- .../ListCompatibleImagesPaginator.ts | 2 +- .../src/pagination/ListJobsPaginator.ts | 2 +- .../ListLongTermPricingPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-snowball/src/runtimeConfig.ts | 24 +-- clients/client-sns/package.json | 41 ++--- clients/client-sns/src/SNS.ts | 4 +- clients/client-sns/src/SNSClient.ts | 28 ++- .../src/commands/AddPermissionCommand.ts | 12 +- .../CheckIfPhoneNumberIsOptedOutCommand.ts | 12 +- .../commands/ConfirmSubscriptionCommand.ts | 12 +- .../CreatePlatformApplicationCommand.ts | 12 +- .../commands/CreatePlatformEndpointCommand.ts | 12 +- .../CreateSMSSandboxPhoneNumberCommand.ts | 12 +- .../src/commands/CreateTopicCommand.ts | 12 +- .../src/commands/DeleteEndpointCommand.ts | 12 +- .../DeletePlatformApplicationCommand.ts | 12 +- .../DeleteSMSSandboxPhoneNumberCommand.ts | 12 +- .../src/commands/DeleteTopicCommand.ts | 12 +- .../GetDataProtectionPolicyCommand.ts | 12 +- .../commands/GetEndpointAttributesCommand.ts | 12 +- ...GetPlatformApplicationAttributesCommand.ts | 12 +- .../src/commands/GetSMSAttributesCommand.ts | 12 +- .../GetSMSSandboxAccountStatusCommand.ts | 12 +- .../GetSubscriptionAttributesCommand.ts | 12 +- .../src/commands/GetTopicAttributesCommand.ts | 12 +- ...stEndpointsByPlatformApplicationCommand.ts | 12 +- .../commands/ListOriginationNumbersCommand.ts | 12 +- .../ListPhoneNumbersOptedOutCommand.ts | 12 +- .../ListPlatformApplicationsCommand.ts | 12 +- .../ListSMSSandboxPhoneNumbersCommand.ts | 12 +- .../ListSubscriptionsByTopicCommand.ts | 12 +- .../src/commands/ListSubscriptionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTopicsCommand.ts | 12 +- .../src/commands/OptInPhoneNumberCommand.ts | 12 +- .../src/commands/PublishBatchCommand.ts | 12 +- .../client-sns/src/commands/PublishCommand.ts | 12 +- .../PutDataProtectionPolicyCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../commands/SetEndpointAttributesCommand.ts | 12 +- ...SetPlatformApplicationAttributesCommand.ts | 12 +- .../src/commands/SetSMSAttributesCommand.ts | 12 +- .../SetSubscriptionAttributesCommand.ts | 12 +- .../src/commands/SetTopicAttributesCommand.ts | 12 +- .../src/commands/SubscribeCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UnsubscribeCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../VerifySMSSandboxPhoneNumberCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sns/src/endpoint/ruleset.ts | 2 +- .../src/models/SNSServiceException.ts | 2 +- clients/client-sns/src/models/models_0.ts | 2 +- .../client-sns/src/pagination/Interfaces.ts | 2 +- ...EndpointsByPlatformApplicationPaginator.ts | 2 +- .../ListOriginationNumbersPaginator.ts | 2 +- .../ListPhoneNumbersOptedOutPaginator.ts | 2 +- .../ListPlatformApplicationsPaginator.ts | 2 +- .../ListSMSSandboxPhoneNumbersPaginator.ts | 2 +- .../ListSubscriptionsByTopicPaginator.ts | 2 +- .../pagination/ListSubscriptionsPaginator.ts | 2 +- .../src/pagination/ListTopicsPaginator.ts | 2 +- clients/client-sns/src/protocols/Aws_query.ts | 12 +- .../client-sns/src/runtimeConfig.browser.ts | 14 +- .../client-sns/src/runtimeConfig.shared.ts | 8 +- clients/client-sns/src/runtimeConfig.ts | 24 +-- clients/client-sqs/package.json | 43 ++--- clients/client-sqs/src/SQS.ts | 4 +- clients/client-sqs/src/SQSClient.ts | 28 ++- .../src/commands/AddPermissionCommand.ts | 12 +- .../commands/CancelMessageMoveTaskCommand.ts | 12 +- .../ChangeMessageVisibilityBatchCommand.ts | 12 +- .../ChangeMessageVisibilityCommand.ts | 12 +- .../src/commands/CreateQueueCommand.ts | 12 +- .../src/commands/DeleteMessageBatchCommand.ts | 12 +- .../src/commands/DeleteMessageCommand.ts | 12 +- .../src/commands/DeleteQueueCommand.ts | 12 +- .../src/commands/GetQueueAttributesCommand.ts | 12 +- .../src/commands/GetQueueUrlCommand.ts | 12 +- .../ListDeadLetterSourceQueuesCommand.ts | 12 +- .../commands/ListMessageMoveTasksCommand.ts | 12 +- .../src/commands/ListQueueTagsCommand.ts | 12 +- .../src/commands/ListQueuesCommand.ts | 12 +- .../src/commands/PurgeQueueCommand.ts | 12 +- .../src/commands/ReceiveMessageCommand.ts | 12 +- .../src/commands/RemovePermissionCommand.ts | 12 +- .../src/commands/SendMessageBatchCommand.ts | 12 +- .../src/commands/SendMessageCommand.ts | 12 +- .../src/commands/SetQueueAttributesCommand.ts | 12 +- .../commands/StartMessageMoveTaskCommand.ts | 12 +- .../src/commands/TagQueueCommand.ts | 12 +- .../src/commands/UntagQueueCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sqs/src/endpoint/ruleset.ts | 2 +- .../src/models/SQSServiceException.ts | 2 +- clients/client-sqs/src/models/models_0.ts | 2 +- .../client-sqs/src/pagination/Interfaces.ts | 2 +- .../ListDeadLetterSourceQueuesPaginator.ts | 2 +- .../src/pagination/ListQueuesPaginator.ts | 2 +- clients/client-sqs/src/protocols/Aws_query.ts | 12 +- .../client-sqs/src/runtimeConfig.browser.ts | 16 +- .../client-sqs/src/runtimeConfig.shared.ts | 8 +- clients/client-sqs/src/runtimeConfig.ts | 26 +-- clients/client-ssm-contacts/package.json | 41 ++--- .../client-ssm-contacts/src/SSMContacts.ts | 4 +- .../src/SSMContactsClient.ts | 28 ++- .../src/commands/AcceptPageCommand.ts | 12 +- .../commands/ActivateContactChannelCommand.ts | 12 +- .../commands/CreateContactChannelCommand.ts | 12 +- .../src/commands/CreateContactCommand.ts | 12 +- .../src/commands/CreateRotationCommand.ts | 12 +- .../commands/CreateRotationOverrideCommand.ts | 12 +- .../DeactivateContactChannelCommand.ts | 12 +- .../commands/DeleteContactChannelCommand.ts | 12 +- .../src/commands/DeleteContactCommand.ts | 12 +- .../src/commands/DeleteRotationCommand.ts | 12 +- .../commands/DeleteRotationOverrideCommand.ts | 12 +- .../src/commands/DescribeEngagementCommand.ts | 12 +- .../src/commands/DescribePageCommand.ts | 12 +- .../src/commands/GetContactChannelCommand.ts | 12 +- .../src/commands/GetContactCommand.ts | 12 +- .../src/commands/GetContactPolicyCommand.ts | 12 +- .../src/commands/GetRotationCommand.ts | 12 +- .../commands/GetRotationOverrideCommand.ts | 12 +- .../commands/ListContactChannelsCommand.ts | 12 +- .../src/commands/ListContactsCommand.ts | 12 +- .../src/commands/ListEngagementsCommand.ts | 12 +- .../src/commands/ListPageReceiptsCommand.ts | 12 +- .../commands/ListPageResolutionsCommand.ts | 12 +- .../src/commands/ListPagesByContactCommand.ts | 12 +- .../commands/ListPagesByEngagementCommand.ts | 12 +- .../ListPreviewRotationShiftsCommand.ts | 12 +- .../commands/ListRotationOverridesCommand.ts | 12 +- .../src/commands/ListRotationShiftsCommand.ts | 12 +- .../src/commands/ListRotationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PutContactPolicyCommand.ts | 12 +- .../src/commands/SendActivationCodeCommand.ts | 12 +- .../src/commands/StartEngagementCommand.ts | 12 +- .../src/commands/StopEngagementCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateContactChannelCommand.ts | 12 +- .../src/commands/UpdateContactCommand.ts | 12 +- .../src/commands/UpdateRotationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/SSMContactsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListContactChannelsPaginator.ts | 2 +- .../src/pagination/ListContactsPaginator.ts | 2 +- .../pagination/ListEngagementsPaginator.ts | 2 +- .../pagination/ListPageReceiptsPaginator.ts | 2 +- .../ListPageResolutionsPaginator.ts | 2 +- .../pagination/ListPagesByContactPaginator.ts | 2 +- .../ListPagesByEngagementPaginator.ts | 2 +- .../ListPreviewRotationShiftsPaginator.ts | 2 +- .../ListRotationOverridesPaginator.ts | 2 +- .../pagination/ListRotationShiftsPaginator.ts | 2 +- .../src/pagination/ListRotationsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-ssm-contacts/src/runtimeConfig.ts | 24 +-- clients/client-ssm-incidents/package.json | 43 ++--- .../client-ssm-incidents/src/SSMIncidents.ts | 4 +- .../src/SSMIncidentsClient.ts | 28 ++- .../commands/CreateReplicationSetCommand.ts | 12 +- .../src/commands/CreateResponsePlanCommand.ts | 12 +- .../commands/CreateTimelineEventCommand.ts | 12 +- .../commands/DeleteIncidentRecordCommand.ts | 12 +- .../commands/DeleteReplicationSetCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteResponsePlanCommand.ts | 12 +- .../commands/DeleteTimelineEventCommand.ts | 12 +- .../src/commands/GetIncidentRecordCommand.ts | 12 +- .../src/commands/GetReplicationSetCommand.ts | 12 +- .../commands/GetResourcePoliciesCommand.ts | 12 +- .../src/commands/GetResponsePlanCommand.ts | 12 +- .../src/commands/GetTimelineEventCommand.ts | 12 +- .../commands/ListIncidentRecordsCommand.ts | 12 +- .../src/commands/ListRelatedItemsCommand.ts | 12 +- .../commands/ListReplicationSetsCommand.ts | 12 +- .../src/commands/ListResponsePlansCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTimelineEventsCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/StartIncidentCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateDeletionProtectionCommand.ts | 12 +- .../commands/UpdateIncidentRecordCommand.ts | 12 +- .../src/commands/UpdateRelatedItemsCommand.ts | 12 +- .../commands/UpdateReplicationSetCommand.ts | 12 +- .../src/commands/UpdateResponsePlanCommand.ts | 12 +- .../commands/UpdateTimelineEventCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/SSMIncidentsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetResourcePoliciesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListIncidentRecordsPaginator.ts | 2 +- .../pagination/ListRelatedItemsPaginator.ts | 2 +- .../ListReplicationSetsPaginator.ts | 2 +- .../pagination/ListResponsePlansPaginator.ts | 2 +- .../pagination/ListTimelineEventsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-ssm-incidents/src/runtimeConfig.ts | 24 +-- .../waitForWaitForReplicationSetActive.ts | 2 +- .../waitForWaitForReplicationSetDeleted.ts | 2 +- clients/client-ssm-sap/package.json | 41 ++--- clients/client-ssm-sap/src/SsmSap.ts | 4 +- clients/client-ssm-sap/src/SsmSapClient.ts | 28 ++- .../DeleteResourcePermissionCommand.ts | 12 +- .../commands/DeregisterApplicationCommand.ts | 12 +- .../src/commands/GetApplicationCommand.ts | 12 +- .../src/commands/GetComponentCommand.ts | 12 +- .../src/commands/GetDatabaseCommand.ts | 12 +- .../src/commands/GetOperationCommand.ts | 12 +- .../commands/GetResourcePermissionCommand.ts | 12 +- .../src/commands/ListApplicationsCommand.ts | 12 +- .../src/commands/ListComponentsCommand.ts | 12 +- .../src/commands/ListDatabasesCommand.ts | 12 +- .../src/commands/ListOperationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/PutResourcePermissionCommand.ts | 12 +- .../commands/RegisterApplicationCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateApplicationSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-ssm-sap/src/endpoint/ruleset.ts | 2 +- .../src/models/SsmSapServiceException.ts | 2 +- clients/client-ssm-sap/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListApplicationsPaginator.ts | 2 +- .../src/pagination/ListComponentsPaginator.ts | 2 +- .../src/pagination/ListDatabasesPaginator.ts | 2 +- .../src/pagination/ListOperationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-ssm-sap/src/runtimeConfig.ts | 24 +-- clients/client-ssm/package.json | 43 ++--- clients/client-ssm/src/SSM.ts | 4 +- clients/client-ssm/src/SSMClient.ts | 28 ++- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../AssociateOpsItemRelatedItemCommand.ts | 12 +- .../src/commands/CancelCommandCommand.ts | 12 +- ...CancelMaintenanceWindowExecutionCommand.ts | 12 +- .../src/commands/CreateActivationCommand.ts | 12 +- .../commands/CreateAssociationBatchCommand.ts | 12 +- .../src/commands/CreateAssociationCommand.ts | 12 +- .../src/commands/CreateDocumentCommand.ts | 12 +- .../CreateMaintenanceWindowCommand.ts | 12 +- .../src/commands/CreateOpsItemCommand.ts | 12 +- .../src/commands/CreateOpsMetadataCommand.ts | 12 +- .../commands/CreatePatchBaselineCommand.ts | 12 +- .../commands/CreateResourceDataSyncCommand.ts | 12 +- .../src/commands/DeleteActivationCommand.ts | 12 +- .../src/commands/DeleteAssociationCommand.ts | 12 +- .../src/commands/DeleteDocumentCommand.ts | 12 +- .../src/commands/DeleteInventoryCommand.ts | 12 +- .../DeleteMaintenanceWindowCommand.ts | 12 +- .../src/commands/DeleteOpsMetadataCommand.ts | 12 +- .../src/commands/DeleteParameterCommand.ts | 12 +- .../src/commands/DeleteParametersCommand.ts | 12 +- .../commands/DeletePatchBaselineCommand.ts | 12 +- .../commands/DeleteResourceDataSyncCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../DeregisterManagedInstanceCommand.ts | 12 +- ...gisterPatchBaselineForPatchGroupCommand.ts | 12 +- ...isterTargetFromMaintenanceWindowCommand.ts | 12 +- ...egisterTaskFromMaintenanceWindowCommand.ts | 12 +- .../commands/DescribeActivationsCommand.ts | 12 +- .../commands/DescribeAssociationCommand.ts | 12 +- ...cribeAssociationExecutionTargetsCommand.ts | 12 +- .../DescribeAssociationExecutionsCommand.ts | 12 +- .../DescribeAutomationExecutionsCommand.ts | 12 +- ...DescribeAutomationStepExecutionsCommand.ts | 12 +- .../DescribeAvailablePatchesCommand.ts | 12 +- .../src/commands/DescribeDocumentCommand.ts | 12 +- .../DescribeDocumentPermissionCommand.ts | 12 +- ...ibeEffectiveInstanceAssociationsCommand.ts | 12 +- ...EffectivePatchesForPatchBaselineCommand.ts | 12 +- ...scribeInstanceAssociationsStatusCommand.ts | 12 +- .../DescribeInstanceInformationCommand.ts | 12 +- .../DescribeInstancePatchStatesCommand.ts | 12 +- ...InstancePatchStatesForPatchGroupCommand.ts | 12 +- .../DescribeInstancePatchesCommand.ts | 12 +- .../DescribeInventoryDeletionsCommand.ts | 12 +- ...ceWindowExecutionTaskInvocationsCommand.ts | 12 +- ...eMaintenanceWindowExecutionTasksCommand.ts | 12 +- ...cribeMaintenanceWindowExecutionsCommand.ts | 12 +- ...escribeMaintenanceWindowScheduleCommand.ts | 12 +- ...DescribeMaintenanceWindowTargetsCommand.ts | 12 +- .../DescribeMaintenanceWindowTasksCommand.ts | 12 +- .../DescribeMaintenanceWindowsCommand.ts | 12 +- ...cribeMaintenanceWindowsForTargetCommand.ts | 12 +- .../src/commands/DescribeOpsItemsCommand.ts | 12 +- .../src/commands/DescribeParametersCommand.ts | 12 +- .../commands/DescribePatchBaselinesCommand.ts | 12 +- .../DescribePatchGroupStateCommand.ts | 12 +- .../commands/DescribePatchGroupsCommand.ts | 12 +- .../DescribePatchPropertiesCommand.ts | 12 +- .../src/commands/DescribeSessionsCommand.ts | 12 +- .../DisassociateOpsItemRelatedItemCommand.ts | 12 +- .../commands/GetAutomationExecutionCommand.ts | 12 +- .../src/commands/GetCalendarStateCommand.ts | 12 +- .../commands/GetCommandInvocationCommand.ts | 12 +- .../commands/GetConnectionStatusCommand.ts | 12 +- .../GetDefaultPatchBaselineCommand.ts | 12 +- ...ployablePatchSnapshotForInstanceCommand.ts | 12 +- .../src/commands/GetDocumentCommand.ts | 12 +- .../src/commands/GetInventoryCommand.ts | 12 +- .../src/commands/GetInventorySchemaCommand.ts | 12 +- .../commands/GetMaintenanceWindowCommand.ts | 12 +- .../GetMaintenanceWindowExecutionCommand.ts | 12 +- ...etMaintenanceWindowExecutionTaskCommand.ts | 12 +- ...nceWindowExecutionTaskInvocationCommand.ts | 12 +- .../GetMaintenanceWindowTaskCommand.ts | 12 +- .../src/commands/GetOpsItemCommand.ts | 12 +- .../src/commands/GetOpsMetadataCommand.ts | 12 +- .../src/commands/GetOpsSummaryCommand.ts | 12 +- .../src/commands/GetParameterCommand.ts | 12 +- .../commands/GetParameterHistoryCommand.ts | 12 +- .../commands/GetParametersByPathCommand.ts | 12 +- .../src/commands/GetParametersCommand.ts | 12 +- .../src/commands/GetPatchBaselineCommand.ts | 12 +- .../GetPatchBaselineForPatchGroupCommand.ts | 12 +- .../commands/GetResourcePoliciesCommand.ts | 12 +- .../src/commands/GetServiceSettingCommand.ts | 12 +- .../commands/LabelParameterVersionCommand.ts | 12 +- .../ListAssociationVersionsCommand.ts | 12 +- .../src/commands/ListAssociationsCommand.ts | 12 +- .../commands/ListCommandInvocationsCommand.ts | 12 +- .../src/commands/ListCommandsCommand.ts | 12 +- .../commands/ListComplianceItemsCommand.ts | 12 +- .../ListComplianceSummariesCommand.ts | 12 +- .../ListDocumentMetadataHistoryCommand.ts | 12 +- .../commands/ListDocumentVersionsCommand.ts | 12 +- .../src/commands/ListDocumentsCommand.ts | 12 +- .../commands/ListInventoryEntriesCommand.ts | 12 +- .../src/commands/ListOpsItemEventsCommand.ts | 12 +- .../ListOpsItemRelatedItemsCommand.ts | 12 +- .../src/commands/ListOpsMetadataCommand.ts | 12 +- .../ListResourceComplianceSummariesCommand.ts | 12 +- .../commands/ListResourceDataSyncCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ModifyDocumentPermissionCommand.ts | 12 +- .../src/commands/PutComplianceItemsCommand.ts | 12 +- .../src/commands/PutInventoryCommand.ts | 12 +- .../src/commands/PutParameterCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../RegisterDefaultPatchBaselineCommand.ts | 12 +- ...gisterPatchBaselineForPatchGroupCommand.ts | 12 +- ...isterTargetWithMaintenanceWindowCommand.ts | 12 +- ...egisterTaskWithMaintenanceWindowCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../commands/ResetServiceSettingCommand.ts | 12 +- .../src/commands/ResumeSessionCommand.ts | 12 +- .../commands/SendAutomationSignalCommand.ts | 12 +- .../src/commands/SendCommandCommand.ts | 12 +- .../commands/StartAssociationsOnceCommand.ts | 12 +- .../StartAutomationExecutionCommand.ts | 12 +- .../StartChangeRequestExecutionCommand.ts | 12 +- .../src/commands/StartSessionCommand.ts | 12 +- .../StopAutomationExecutionCommand.ts | 12 +- .../src/commands/TerminateSessionCommand.ts | 12 +- .../UnlabelParameterVersionCommand.ts | 12 +- .../src/commands/UpdateAssociationCommand.ts | 12 +- .../UpdateAssociationStatusCommand.ts | 12 +- .../src/commands/UpdateDocumentCommand.ts | 12 +- .../UpdateDocumentDefaultVersionCommand.ts | 12 +- .../commands/UpdateDocumentMetadataCommand.ts | 12 +- .../UpdateMaintenanceWindowCommand.ts | 12 +- .../UpdateMaintenanceWindowTargetCommand.ts | 12 +- .../UpdateMaintenanceWindowTaskCommand.ts | 12 +- .../UpdateManagedInstanceRoleCommand.ts | 12 +- .../src/commands/UpdateOpsItemCommand.ts | 12 +- .../src/commands/UpdateOpsMetadataCommand.ts | 12 +- .../commands/UpdatePatchBaselineCommand.ts | 12 +- .../commands/UpdateResourceDataSyncCommand.ts | 12 +- .../commands/UpdateServiceSettingCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-ssm/src/endpoint/ruleset.ts | 2 +- .../src/models/SSMServiceException.ts | 2 +- clients/client-ssm/src/models/models_0.ts | 2 +- clients/client-ssm/src/models/models_1.ts | 2 +- clients/client-ssm/src/models/models_2.ts | 2 +- .../DescribeActivationsPaginator.ts | 2 +- ...ibeAssociationExecutionTargetsPaginator.ts | 2 +- .../DescribeAssociationExecutionsPaginator.ts | 2 +- .../DescribeAutomationExecutionsPaginator.ts | 2 +- ...scribeAutomationStepExecutionsPaginator.ts | 2 +- .../DescribeAvailablePatchesPaginator.ts | 2 +- ...eEffectiveInstanceAssociationsPaginator.ts | 2 +- ...fectivePatchesForPatchBaselinePaginator.ts | 2 +- ...ribeInstanceAssociationsStatusPaginator.ts | 2 +- .../DescribeInstanceInformationPaginator.ts | 2 +- ...stancePatchStatesForPatchGroupPaginator.ts | 2 +- .../DescribeInstancePatchStatesPaginator.ts | 2 +- .../DescribeInstancePatchesPaginator.ts | 2 +- .../DescribeInventoryDeletionsPaginator.ts | 2 +- ...WindowExecutionTaskInvocationsPaginator.ts | 2 +- ...aintenanceWindowExecutionTasksPaginator.ts | 2 +- ...ibeMaintenanceWindowExecutionsPaginator.ts | 2 +- ...cribeMaintenanceWindowSchedulePaginator.ts | 2 +- ...scribeMaintenanceWindowTargetsPaginator.ts | 2 +- ...DescribeMaintenanceWindowTasksPaginator.ts | 2 +- ...ibeMaintenanceWindowsForTargetPaginator.ts | 2 +- .../DescribeMaintenanceWindowsPaginator.ts | 2 +- .../pagination/DescribeOpsItemsPaginator.ts | 2 +- .../pagination/DescribeParametersPaginator.ts | 2 +- .../DescribePatchBaselinesPaginator.ts | 2 +- .../DescribePatchGroupsPaginator.ts | 2 +- .../DescribePatchPropertiesPaginator.ts | 2 +- .../pagination/DescribeSessionsPaginator.ts | 2 +- .../src/pagination/GetInventoryPaginator.ts | 2 +- .../pagination/GetInventorySchemaPaginator.ts | 2 +- .../src/pagination/GetOpsSummaryPaginator.ts | 2 +- .../GetParameterHistoryPaginator.ts | 2 +- .../GetParametersByPathPaginator.ts | 2 +- .../GetResourcePoliciesPaginator.ts | 2 +- .../client-ssm/src/pagination/Interfaces.ts | 2 +- .../ListAssociationVersionsPaginator.ts | 2 +- .../pagination/ListAssociationsPaginator.ts | 2 +- .../ListCommandInvocationsPaginator.ts | 2 +- .../src/pagination/ListCommandsPaginator.ts | 2 +- .../ListComplianceItemsPaginator.ts | 2 +- .../ListComplianceSummariesPaginator.ts | 2 +- .../ListDocumentVersionsPaginator.ts | 2 +- .../src/pagination/ListDocumentsPaginator.ts | 2 +- .../pagination/ListOpsItemEventsPaginator.ts | 2 +- .../ListOpsItemRelatedItemsPaginator.ts | 2 +- .../pagination/ListOpsMetadataPaginator.ts | 2 +- ...istResourceComplianceSummariesPaginator.ts | 2 +- .../ListResourceDataSyncPaginator.ts | 2 +- .../client-ssm/src/protocols/Aws_json1_1.ts | 12 +- .../client-ssm/src/runtimeConfig.browser.ts | 14 +- .../client-ssm/src/runtimeConfig.shared.ts | 8 +- clients/client-ssm/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForCommandExecuted.ts | 2 +- clients/client-sso-admin/package.json | 41 ++--- clients/client-sso-admin/src/SSOAdmin.ts | 4 +- .../client-sso-admin/src/SSOAdminClient.ts | 28 ++- ...edPolicyReferenceToPermissionSetCommand.ts | 12 +- ...tachManagedPolicyToPermissionSetCommand.ts | 12 +- .../CreateAccountAssignmentCommand.ts | 12 +- ...essControlAttributeConfigurationCommand.ts | 12 +- .../commands/CreatePermissionSetCommand.ts | 12 +- .../DeleteAccountAssignmentCommand.ts | 12 +- ...eteInlinePolicyFromPermissionSetCommand.ts | 12 +- ...essControlAttributeConfigurationCommand.ts | 12 +- .../commands/DeletePermissionSetCommand.ts | 12 +- ...issionsBoundaryFromPermissionSetCommand.ts | 12 +- ...eAccountAssignmentCreationStatusCommand.ts | 12 +- ...eAccountAssignmentDeletionStatusCommand.ts | 12 +- ...essControlAttributeConfigurationCommand.ts | 12 +- .../commands/DescribePermissionSetCommand.ts | 12 +- ...ePermissionSetProvisioningStatusCommand.ts | 12 +- ...PolicyReferenceFromPermissionSetCommand.ts | 12 +- ...chManagedPolicyFromPermissionSetCommand.ts | 12 +- .../GetInlinePolicyForPermissionSetCommand.ts | 12 +- ...missionsBoundaryForPermissionSetCommand.ts | 12 +- ...tAccountAssignmentCreationStatusCommand.ts | 12 +- ...tAccountAssignmentDeletionStatusCommand.ts | 12 +- .../commands/ListAccountAssignmentsCommand.ts | 12 +- ...ountsForProvisionedPermissionSetCommand.ts | 12 +- ...dPolicyReferencesInPermissionSetCommand.ts | 12 +- .../src/commands/ListInstancesCommand.ts | 12 +- ...stManagedPoliciesInPermissionSetCommand.ts | 12 +- ...tPermissionSetProvisioningStatusCommand.ts | 12 +- .../src/commands/ListPermissionSetsCommand.ts | 12 +- ...rmissionSetsProvisionedToAccountCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ProvisionPermissionSetCommand.ts | 12 +- .../PutInlinePolicyToPermissionSetCommand.ts | 12 +- ...rmissionsBoundaryToPermissionSetCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- ...essControlAttributeConfigurationCommand.ts | 12 +- .../commands/UpdatePermissionSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-sso-admin/src/endpoint/ruleset.ts | 2 +- .../src/models/SSOAdminServiceException.ts | 2 +- .../client-sso-admin/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...ccountAssignmentCreationStatusPaginator.ts | 2 +- ...ccountAssignmentDeletionStatusPaginator.ts | 2 +- .../ListAccountAssignmentsPaginator.ts | 2 +- ...ntsForProvisionedPermissionSetPaginator.ts | 2 +- ...olicyReferencesInPermissionSetPaginator.ts | 2 +- .../src/pagination/ListInstancesPaginator.ts | 2 +- ...ManagedPoliciesInPermissionSetPaginator.ts | 2 +- ...ermissionSetProvisioningStatusPaginator.ts | 2 +- .../pagination/ListPermissionSetsPaginator.ts | 2 +- ...issionSetsProvisionedToAccountPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-sso-admin/src/runtimeConfig.ts | 24 +-- clients/client-sso-oidc/package.json | 41 ++--- clients/client-sso-oidc/src/SSOOIDC.ts | 4 +- clients/client-sso-oidc/src/SSOOIDCClient.ts | 26 ++- .../src/commands/CreateTokenCommand.ts | 12 +- .../src/commands/RegisterClientCommand.ts | 12 +- .../StartDeviceAuthorizationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-sso-oidc/src/endpoint/ruleset.ts | 2 +- .../src/models/SSOOIDCServiceException.ts | 2 +- .../client-sso-oidc/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-sso-oidc/src/runtimeConfig.ts | 22 +-- clients/client-sso/package.json | 41 ++--- clients/client-sso/src/SSO.ts | 4 +- clients/client-sso/src/SSOClient.ts | 26 ++- .../src/commands/GetRoleCredentialsCommand.ts | 12 +- .../src/commands/ListAccountRolesCommand.ts | 12 +- .../src/commands/ListAccountsCommand.ts | 12 +- .../client-sso/src/commands/LogoutCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-sso/src/endpoint/ruleset.ts | 2 +- .../src/models/SSOServiceException.ts | 2 +- clients/client-sso/src/models/models_0.ts | 2 +- .../client-sso/src/pagination/Interfaces.ts | 2 +- .../pagination/ListAccountRolesPaginator.ts | 2 +- .../src/pagination/ListAccountsPaginator.ts | 2 +- .../client-sso/src/protocols/Aws_restJson1.ts | 11 +- .../client-sso/src/runtimeConfig.browser.ts | 14 +- .../client-sso/src/runtimeConfig.shared.ts | 8 +- clients/client-sso/src/runtimeConfig.ts | 22 +-- clients/client-storage-gateway/package.json | 41 ++--- .../src/StorageGateway.ts | 4 +- .../src/StorageGatewayClient.ts | 28 ++- .../src/commands/ActivateGatewayCommand.ts | 12 +- .../src/commands/AddCacheCommand.ts | 12 +- .../src/commands/AddTagsToResourceCommand.ts | 12 +- .../src/commands/AddUploadBufferCommand.ts | 12 +- .../src/commands/AddWorkingStorageCommand.ts | 12 +- .../src/commands/AssignTapePoolCommand.ts | 12 +- .../commands/AssociateFileSystemCommand.ts | 12 +- .../src/commands/AttachVolumeCommand.ts | 12 +- .../src/commands/CancelArchivalCommand.ts | 12 +- .../src/commands/CancelRetrievalCommand.ts | 12 +- .../CreateCachediSCSIVolumeCommand.ts | 12 +- .../src/commands/CreateNFSFileShareCommand.ts | 12 +- .../src/commands/CreateSMBFileShareCommand.ts | 12 +- .../src/commands/CreateSnapshotCommand.ts | 12 +- ...eSnapshotFromVolumeRecoveryPointCommand.ts | 12 +- .../CreateStorediSCSIVolumeCommand.ts | 12 +- .../src/commands/CreateTapePoolCommand.ts | 12 +- .../commands/CreateTapeWithBarcodeCommand.ts | 12 +- .../src/commands/CreateTapesCommand.ts | 12 +- ...eleteAutomaticTapeCreationPolicyCommand.ts | 12 +- .../DeleteBandwidthRateLimitCommand.ts | 12 +- .../commands/DeleteChapCredentialsCommand.ts | 12 +- .../src/commands/DeleteFileShareCommand.ts | 12 +- .../src/commands/DeleteGatewayCommand.ts | 12 +- .../commands/DeleteSnapshotScheduleCommand.ts | 12 +- .../src/commands/DeleteTapeArchiveCommand.ts | 12 +- .../src/commands/DeleteTapeCommand.ts | 12 +- .../src/commands/DeleteTapePoolCommand.ts | 12 +- .../src/commands/DeleteVolumeCommand.ts | 12 +- .../DescribeAvailabilityMonitorTestCommand.ts | 12 +- .../DescribeBandwidthRateLimitCommand.ts | 12 +- ...scribeBandwidthRateLimitScheduleCommand.ts | 12 +- .../src/commands/DescribeCacheCommand.ts | 12 +- .../DescribeCachediSCSIVolumesCommand.ts | 12 +- .../DescribeChapCredentialsCommand.ts | 12 +- .../DescribeFileSystemAssociationsCommand.ts | 12 +- .../DescribeGatewayInformationCommand.ts | 12 +- .../DescribeMaintenanceStartTimeCommand.ts | 12 +- .../commands/DescribeNFSFileSharesCommand.ts | 12 +- .../commands/DescribeSMBFileSharesCommand.ts | 12 +- .../commands/DescribeSMBSettingsCommand.ts | 12 +- .../DescribeSnapshotScheduleCommand.ts | 12 +- .../DescribeStorediSCSIVolumesCommand.ts | 12 +- .../commands/DescribeTapeArchivesCommand.ts | 12 +- .../DescribeTapeRecoveryPointsCommand.ts | 12 +- .../src/commands/DescribeTapesCommand.ts | 12 +- .../commands/DescribeUploadBufferCommand.ts | 12 +- .../src/commands/DescribeVTLDevicesCommand.ts | 12 +- .../commands/DescribeWorkingStorageCommand.ts | 12 +- .../src/commands/DetachVolumeCommand.ts | 12 +- .../src/commands/DisableGatewayCommand.ts | 12 +- .../commands/DisassociateFileSystemCommand.ts | 12 +- .../src/commands/JoinDomainCommand.ts | 12 +- ...istAutomaticTapeCreationPoliciesCommand.ts | 12 +- .../src/commands/ListFileSharesCommand.ts | 12 +- .../ListFileSystemAssociationsCommand.ts | 12 +- .../src/commands/ListGatewaysCommand.ts | 12 +- .../src/commands/ListLocalDisksCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTapePoolsCommand.ts | 12 +- .../src/commands/ListTapesCommand.ts | 12 +- .../commands/ListVolumeInitiatorsCommand.ts | 12 +- .../ListVolumeRecoveryPointsCommand.ts | 12 +- .../src/commands/ListVolumesCommand.ts | 12 +- .../src/commands/NotifyWhenUploadedCommand.ts | 12 +- .../src/commands/RefreshCacheCommand.ts | 12 +- .../commands/RemoveTagsFromResourceCommand.ts | 12 +- .../src/commands/ResetCacheCommand.ts | 12 +- .../commands/RetrieveTapeArchiveCommand.ts | 12 +- .../RetrieveTapeRecoveryPointCommand.ts | 12 +- .../SetLocalConsolePasswordCommand.ts | 12 +- .../commands/SetSMBGuestPasswordCommand.ts | 12 +- .../src/commands/ShutdownGatewayCommand.ts | 12 +- .../StartAvailabilityMonitorTestCommand.ts | 12 +- .../src/commands/StartGatewayCommand.ts | 12 +- ...pdateAutomaticTapeCreationPolicyCommand.ts | 12 +- .../UpdateBandwidthRateLimitCommand.ts | 12 +- ...UpdateBandwidthRateLimitScheduleCommand.ts | 12 +- .../commands/UpdateChapCredentialsCommand.ts | 12 +- .../UpdateFileSystemAssociationCommand.ts | 12 +- .../UpdateGatewayInformationCommand.ts | 12 +- .../UpdateGatewaySoftwareNowCommand.ts | 12 +- .../UpdateMaintenanceStartTimeCommand.ts | 12 +- .../src/commands/UpdateNFSFileShareCommand.ts | 12 +- .../src/commands/UpdateSMBFileShareCommand.ts | 12 +- .../UpdateSMBFileShareVisibilityCommand.ts | 12 +- .../commands/UpdateSMBLocalGroupsCommand.ts | 12 +- .../UpdateSMBSecurityStrategyCommand.ts | 12 +- .../commands/UpdateSnapshotScheduleCommand.ts | 12 +- .../commands/UpdateVTLDeviceTypeCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/StorageGatewayServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../DescribeTapeArchivesPaginator.ts | 2 +- .../DescribeTapeRecoveryPointsPaginator.ts | 2 +- .../src/pagination/DescribeTapesPaginator.ts | 2 +- .../pagination/DescribeVTLDevicesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListFileSharesPaginator.ts | 2 +- .../ListFileSystemAssociationsPaginator.ts | 2 +- .../src/pagination/ListGatewaysPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/ListTapePoolsPaginator.ts | 2 +- .../src/pagination/ListTapesPaginator.ts | 2 +- .../src/pagination/ListVolumesPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-support-app/package.json | 41 ++--- clients/client-support-app/src/SupportApp.ts | 4 +- .../src/SupportAppClient.ts | 28 ++- .../CreateSlackChannelConfigurationCommand.ts | 12 +- .../src/commands/DeleteAccountAliasCommand.ts | 12 +- .../DeleteSlackChannelConfigurationCommand.ts | 12 +- ...eleteSlackWorkspaceConfigurationCommand.ts | 12 +- .../src/commands/GetAccountAliasCommand.ts | 12 +- .../ListSlackChannelConfigurationsCommand.ts | 12 +- ...ListSlackWorkspaceConfigurationsCommand.ts | 12 +- .../src/commands/PutAccountAliasCommand.ts | 12 +- ...terSlackWorkspaceForOrganizationCommand.ts | 12 +- .../UpdateSlackChannelConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/SupportAppServiceException.ts | 2 +- .../client-support-app/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- ...ListSlackChannelConfigurationsPaginator.ts | 2 +- ...stSlackWorkspaceConfigurationsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-support-app/src/runtimeConfig.ts | 24 +-- clients/client-support/package.json | 41 ++--- clients/client-support/src/Support.ts | 4 +- clients/client-support/src/SupportClient.ts | 28 ++- .../commands/AddAttachmentsToSetCommand.ts | 12 +- .../commands/AddCommunicationToCaseCommand.ts | 12 +- .../src/commands/CreateCaseCommand.ts | 12 +- .../src/commands/DescribeAttachmentCommand.ts | 12 +- .../src/commands/DescribeCasesCommand.ts | 12 +- .../commands/DescribeCommunicationsCommand.ts | 12 +- .../DescribeCreateCaseOptionsCommand.ts | 12 +- .../src/commands/DescribeServicesCommand.ts | 12 +- .../commands/DescribeSeverityLevelsCommand.ts | 12 +- .../DescribeSupportedLanguagesCommand.ts | 12 +- ...ustedAdvisorCheckRefreshStatusesCommand.ts | 12 +- ...escribeTrustedAdvisorCheckResultCommand.ts | 12 +- ...ribeTrustedAdvisorCheckSummariesCommand.ts | 12 +- .../DescribeTrustedAdvisorChecksCommand.ts | 12 +- .../RefreshTrustedAdvisorCheckCommand.ts | 12 +- .../src/commands/ResolveCaseCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-support/src/endpoint/ruleset.ts | 2 +- .../src/models/SupportServiceException.ts | 2 +- clients/client-support/src/models/models_0.ts | 2 +- .../src/pagination/DescribeCasesPaginator.ts | 2 +- .../DescribeCommunicationsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-support/src/runtimeConfig.ts | 24 +-- clients/client-swf/package.json | 41 ++--- clients/client-swf/src/SWF.ts | 4 +- clients/client-swf/src/SWFClient.ts | 28 ++- .../CountClosedWorkflowExecutionsCommand.ts | 12 +- .../CountOpenWorkflowExecutionsCommand.ts | 12 +- .../CountPendingActivityTasksCommand.ts | 12 +- .../CountPendingDecisionTasksCommand.ts | 12 +- .../commands/DeprecateActivityTypeCommand.ts | 12 +- .../src/commands/DeprecateDomainCommand.ts | 12 +- .../commands/DeprecateWorkflowTypeCommand.ts | 12 +- .../commands/DescribeActivityTypeCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../DescribeWorkflowExecutionCommand.ts | 12 +- .../commands/DescribeWorkflowTypeCommand.ts | 12 +- .../GetWorkflowExecutionHistoryCommand.ts | 12 +- .../src/commands/ListActivityTypesCommand.ts | 12 +- .../ListClosedWorkflowExecutionsCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../ListOpenWorkflowExecutionsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkflowTypesCommand.ts | 12 +- .../commands/PollForActivityTaskCommand.ts | 12 +- .../commands/PollForDecisionTaskCommand.ts | 12 +- .../RecordActivityTaskHeartbeatCommand.ts | 12 +- .../commands/RegisterActivityTypeCommand.ts | 12 +- .../src/commands/RegisterDomainCommand.ts | 12 +- .../commands/RegisterWorkflowTypeCommand.ts | 12 +- .../RequestCancelWorkflowExecutionCommand.ts | 12 +- .../RespondActivityTaskCanceledCommand.ts | 12 +- .../RespondActivityTaskCompletedCommand.ts | 12 +- .../RespondActivityTaskFailedCommand.ts | 12 +- .../RespondDecisionTaskCompletedCommand.ts | 12 +- .../SignalWorkflowExecutionCommand.ts | 12 +- .../commands/StartWorkflowExecutionCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TerminateWorkflowExecutionCommand.ts | 12 +- .../UndeprecateActivityTypeCommand.ts | 12 +- .../src/commands/UndeprecateDomainCommand.ts | 12 +- .../UndeprecateWorkflowTypeCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-swf/src/endpoint/ruleset.ts | 2 +- .../src/models/SWFServiceException.ts | 2 +- clients/client-swf/src/models/models_0.ts | 2 +- .../GetWorkflowExecutionHistoryPaginator.ts | 2 +- .../client-swf/src/pagination/Interfaces.ts | 2 +- .../pagination/ListActivityTypesPaginator.ts | 2 +- .../ListClosedWorkflowExecutionsPaginator.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../ListOpenWorkflowExecutionsPaginator.ts | 2 +- .../pagination/ListWorkflowTypesPaginator.ts | 2 +- .../PollForDecisionTaskPaginator.ts | 2 +- .../client-swf/src/protocols/Aws_json1_0.ts | 12 +- .../client-swf/src/runtimeConfig.browser.ts | 14 +- .../client-swf/src/runtimeConfig.shared.ts | 8 +- clients/client-swf/src/runtimeConfig.ts | 24 +-- clients/client-synthetics/package.json | 41 ++--- clients/client-synthetics/src/Synthetics.ts | 4 +- .../client-synthetics/src/SyntheticsClient.ts | 28 ++- .../src/commands/AssociateResourceCommand.ts | 12 +- .../src/commands/CreateCanaryCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../src/commands/DeleteCanaryCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../src/commands/DescribeCanariesCommand.ts | 12 +- .../DescribeCanariesLastRunCommand.ts | 12 +- .../DescribeRuntimeVersionsCommand.ts | 12 +- .../commands/DisassociateResourceCommand.ts | 12 +- .../src/commands/GetCanaryCommand.ts | 12 +- .../src/commands/GetCanaryRunsCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../commands/ListAssociatedGroupsCommand.ts | 12 +- .../src/commands/ListGroupResourcesCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/StartCanaryCommand.ts | 12 +- .../src/commands/StopCanaryCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateCanaryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-synthetics/src/endpoint/ruleset.ts | 2 +- .../src/models/SyntheticsServiceException.ts | 2 +- .../client-synthetics/src/models/models_0.ts | 2 +- .../DescribeCanariesLastRunPaginator.ts | 2 +- .../pagination/DescribeCanariesPaginator.ts | 2 +- .../DescribeRuntimeVersionsPaginator.ts | 2 +- .../src/pagination/GetCanaryRunsPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAssociatedGroupsPaginator.ts | 2 +- .../pagination/ListGroupResourcesPaginator.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-synthetics/src/runtimeConfig.ts | 24 +-- clients/client-textract/package.json | 41 ++--- clients/client-textract/src/Textract.ts | 4 +- clients/client-textract/src/TextractClient.ts | 28 ++- .../src/commands/AnalyzeDocumentCommand.ts | 12 +- .../src/commands/AnalyzeExpenseCommand.ts | 12 +- .../src/commands/AnalyzeIDCommand.ts | 12 +- .../src/commands/DetectDocumentTextCommand.ts | 12 +- .../commands/GetDocumentAnalysisCommand.ts | 12 +- .../GetDocumentTextDetectionCommand.ts | 12 +- .../src/commands/GetExpenseAnalysisCommand.ts | 12 +- .../src/commands/GetLendingAnalysisCommand.ts | 12 +- .../GetLendingAnalysisSummaryCommand.ts | 12 +- .../commands/StartDocumentAnalysisCommand.ts | 12 +- .../StartDocumentTextDetectionCommand.ts | 12 +- .../commands/StartExpenseAnalysisCommand.ts | 12 +- .../commands/StartLendingAnalysisCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-textract/src/endpoint/ruleset.ts | 2 +- .../src/models/TextractServiceException.ts | 2 +- .../client-textract/src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-textract/src/runtimeConfig.ts | 24 +-- clients/client-timestream-query/package.json | 41 ++--- .../src/TimestreamQuery.ts | 4 +- .../src/TimestreamQueryClient.ts | 28 ++- .../src/commands/CancelQueryCommand.ts | 12 +- .../commands/CreateScheduledQueryCommand.ts | 12 +- .../commands/DeleteScheduledQueryCommand.ts | 12 +- .../src/commands/DescribeEndpointsCommand.ts | 12 +- .../commands/DescribeScheduledQueryCommand.ts | 12 +- .../commands/ExecuteScheduledQueryCommand.ts | 12 +- .../commands/ListScheduledQueriesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/PrepareQueryCommand.ts | 12 +- .../src/commands/QueryCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateScheduledQueryCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/TimestreamQueryServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListScheduledQueriesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/QueryPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 26 +-- clients/client-timestream-write/package.json | 41 ++--- .../src/TimestreamWrite.ts | 4 +- .../src/TimestreamWriteClient.ts | 28 ++- .../commands/CreateBatchLoadTaskCommand.ts | 12 +- .../src/commands/CreateDatabaseCommand.ts | 12 +- .../src/commands/CreateTableCommand.ts | 12 +- .../src/commands/DeleteDatabaseCommand.ts | 12 +- .../src/commands/DeleteTableCommand.ts | 12 +- .../commands/DescribeBatchLoadTaskCommand.ts | 12 +- .../src/commands/DescribeDatabaseCommand.ts | 12 +- .../src/commands/DescribeEndpointsCommand.ts | 12 +- .../src/commands/DescribeTableCommand.ts | 12 +- .../src/commands/ListBatchLoadTasksCommand.ts | 12 +- .../src/commands/ListDatabasesCommand.ts | 12 +- .../src/commands/ListTablesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ResumeBatchLoadTaskCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDatabaseCommand.ts | 12 +- .../src/commands/UpdateTableCommand.ts | 12 +- .../src/commands/WriteRecordsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/TimestreamWriteServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/ListBatchLoadTasksPaginator.ts | 2 +- .../src/pagination/ListDatabasesPaginator.ts | 2 +- .../src/pagination/ListTablesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 26 +-- clients/client-tnb/package.json | 43 ++--- clients/client-tnb/src/Tnb.ts | 4 +- clients/client-tnb/src/TnbClient.ts | 28 ++- .../CancelSolNetworkOperationCommand.ts | 12 +- .../CreateSolFunctionPackageCommand.ts | 12 +- .../CreateSolNetworkInstanceCommand.ts | 12 +- .../CreateSolNetworkPackageCommand.ts | 12 +- .../DeleteSolFunctionPackageCommand.ts | 12 +- .../DeleteSolNetworkInstanceCommand.ts | 12 +- .../DeleteSolNetworkPackageCommand.ts | 12 +- .../commands/GetSolFunctionInstanceCommand.ts | 12 +- .../commands/GetSolFunctionPackageCommand.ts | 12 +- .../GetSolFunctionPackageContentCommand.ts | 14 +- .../GetSolFunctionPackageDescriptorCommand.ts | 14 +- .../commands/GetSolNetworkInstanceCommand.ts | 12 +- .../commands/GetSolNetworkOperationCommand.ts | 12 +- .../commands/GetSolNetworkPackageCommand.ts | 12 +- .../GetSolNetworkPackageContentCommand.ts | 14 +- .../GetSolNetworkPackageDescriptorCommand.ts | 14 +- .../InstantiateSolNetworkInstanceCommand.ts | 12 +- .../ListSolFunctionInstancesCommand.ts | 12 +- .../ListSolFunctionPackagesCommand.ts | 12 +- .../ListSolNetworkInstancesCommand.ts | 12 +- .../ListSolNetworkOperationsCommand.ts | 12 +- .../commands/ListSolNetworkPackagesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../PutSolFunctionPackageContentCommand.ts | 14 +- .../PutSolNetworkPackageContentCommand.ts | 14 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TerminateSolNetworkInstanceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateSolFunctionPackageCommand.ts | 12 +- .../UpdateSolNetworkInstanceCommand.ts | 12 +- .../UpdateSolNetworkPackageCommand.ts | 12 +- ...alidateSolFunctionPackageContentCommand.ts | 14 +- ...ValidateSolNetworkPackageContentCommand.ts | 14 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-tnb/src/endpoint/ruleset.ts | 2 +- .../src/models/TnbServiceException.ts | 2 +- clients/client-tnb/src/models/models_0.ts | 4 +- .../client-tnb/src/pagination/Interfaces.ts | 2 +- .../ListSolFunctionInstancesPaginator.ts | 2 +- .../ListSolFunctionPackagesPaginator.ts | 2 +- .../ListSolNetworkInstancesPaginator.ts | 2 +- .../ListSolNetworkOperationsPaginator.ts | 2 +- .../ListSolNetworkPackagesPaginator.ts | 2 +- .../client-tnb/src/protocols/Aws_restJson1.ts | 12 +- .../client-tnb/src/runtimeConfig.browser.ts | 14 +- .../client-tnb/src/runtimeConfig.shared.ts | 8 +- clients/client-tnb/src/runtimeConfig.ts | 24 +-- .../client-transcribe-streaming/package.json | 47 ++--- .../src/TranscribeStreaming.ts | 4 +- .../src/TranscribeStreamingClient.ts | 42 ++--- ...CallAnalyticsStreamTranscriptionCommand.ts | 12 +- .../StartMedicalStreamTranscriptionCommand.ts | 12 +- .../StartStreamTranscriptionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../TranscribeStreamingServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 16 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 28 +-- clients/client-transcribe/package.json | 41 ++--- clients/client-transcribe/src/Transcribe.ts | 4 +- .../client-transcribe/src/TranscribeClient.ts | 28 ++- .../CreateCallAnalyticsCategoryCommand.ts | 12 +- .../commands/CreateLanguageModelCommand.ts | 12 +- .../CreateMedicalVocabularyCommand.ts | 12 +- .../src/commands/CreateVocabularyCommand.ts | 12 +- .../commands/CreateVocabularyFilterCommand.ts | 12 +- .../DeleteCallAnalyticsCategoryCommand.ts | 12 +- .../commands/DeleteCallAnalyticsJobCommand.ts | 12 +- .../commands/DeleteLanguageModelCommand.ts | 12 +- .../DeleteMedicalTranscriptionJobCommand.ts | 12 +- .../DeleteMedicalVocabularyCommand.ts | 12 +- .../commands/DeleteTranscriptionJobCommand.ts | 12 +- .../src/commands/DeleteVocabularyCommand.ts | 12 +- .../commands/DeleteVocabularyFilterCommand.ts | 12 +- .../commands/DescribeLanguageModelCommand.ts | 12 +- .../GetCallAnalyticsCategoryCommand.ts | 12 +- .../commands/GetCallAnalyticsJobCommand.ts | 12 +- .../GetMedicalTranscriptionJobCommand.ts | 12 +- .../commands/GetMedicalVocabularyCommand.ts | 12 +- .../commands/GetTranscriptionJobCommand.ts | 12 +- .../src/commands/GetVocabularyCommand.ts | 12 +- .../commands/GetVocabularyFilterCommand.ts | 12 +- .../ListCallAnalyticsCategoriesCommand.ts | 12 +- .../commands/ListCallAnalyticsJobsCommand.ts | 12 +- .../src/commands/ListLanguageModelsCommand.ts | 12 +- .../ListMedicalTranscriptionJobsCommand.ts | 12 +- .../ListMedicalVocabulariesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/ListTranscriptionJobsCommand.ts | 12 +- .../src/commands/ListVocabulariesCommand.ts | 12 +- .../commands/ListVocabularyFiltersCommand.ts | 12 +- .../commands/StartCallAnalyticsJobCommand.ts | 12 +- .../StartMedicalTranscriptionJobCommand.ts | 12 +- .../commands/StartTranscriptionJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateCallAnalyticsCategoryCommand.ts | 12 +- .../UpdateMedicalVocabularyCommand.ts | 12 +- .../src/commands/UpdateVocabularyCommand.ts | 12 +- .../commands/UpdateVocabularyFilterCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-transcribe/src/endpoint/ruleset.ts | 2 +- .../src/models/TranscribeServiceException.ts | 2 +- .../client-transcribe/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListCallAnalyticsCategoriesPaginator.ts | 2 +- .../ListCallAnalyticsJobsPaginator.ts | 2 +- .../pagination/ListLanguageModelsPaginator.ts | 2 +- .../ListMedicalTranscriptionJobsPaginator.ts | 2 +- .../ListMedicalVocabulariesPaginator.ts | 2 +- .../ListTranscriptionJobsPaginator.ts | 2 +- .../pagination/ListVocabulariesPaginator.ts | 2 +- .../ListVocabularyFiltersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-transcribe/src/runtimeConfig.ts | 24 +-- clients/client-transfer/package.json | 43 ++--- clients/client-transfer/src/Transfer.ts | 4 +- clients/client-transfer/src/TransferClient.ts | 28 ++- .../src/commands/CreateAccessCommand.ts | 12 +- .../src/commands/CreateAgreementCommand.ts | 12 +- .../src/commands/CreateConnectorCommand.ts | 12 +- .../src/commands/CreateProfileCommand.ts | 12 +- .../src/commands/CreateServerCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/CreateWorkflowCommand.ts | 12 +- .../src/commands/DeleteAccessCommand.ts | 12 +- .../src/commands/DeleteAgreementCommand.ts | 12 +- .../src/commands/DeleteCertificateCommand.ts | 12 +- .../src/commands/DeleteConnectorCommand.ts | 12 +- .../src/commands/DeleteHostKeyCommand.ts | 12 +- .../src/commands/DeleteProfileCommand.ts | 12 +- .../src/commands/DeleteServerCommand.ts | 12 +- .../src/commands/DeleteSshPublicKeyCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DeleteWorkflowCommand.ts | 12 +- .../src/commands/DescribeAccessCommand.ts | 12 +- .../src/commands/DescribeAgreementCommand.ts | 12 +- .../commands/DescribeCertificateCommand.ts | 12 +- .../src/commands/DescribeConnectorCommand.ts | 12 +- .../src/commands/DescribeExecutionCommand.ts | 12 +- .../src/commands/DescribeHostKeyCommand.ts | 12 +- .../src/commands/DescribeProfileCommand.ts | 12 +- .../commands/DescribeSecurityPolicyCommand.ts | 12 +- .../src/commands/DescribeServerCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- .../src/commands/DescribeWorkflowCommand.ts | 12 +- .../src/commands/ImportCertificateCommand.ts | 12 +- .../src/commands/ImportHostKeyCommand.ts | 12 +- .../src/commands/ImportSshPublicKeyCommand.ts | 12 +- .../src/commands/ListAccessesCommand.ts | 12 +- .../src/commands/ListAgreementsCommand.ts | 12 +- .../src/commands/ListCertificatesCommand.ts | 12 +- .../src/commands/ListConnectorsCommand.ts | 12 +- .../src/commands/ListExecutionsCommand.ts | 12 +- .../src/commands/ListHostKeysCommand.ts | 12 +- .../src/commands/ListProfilesCommand.ts | 12 +- .../commands/ListSecurityPoliciesCommand.ts | 12 +- .../src/commands/ListServersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../src/commands/ListWorkflowsCommand.ts | 12 +- .../commands/SendWorkflowStepStateCommand.ts | 12 +- .../src/commands/StartFileTransferCommand.ts | 12 +- .../src/commands/StartServerCommand.ts | 12 +- .../src/commands/StopServerCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../commands/TestIdentityProviderCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAccessCommand.ts | 12 +- .../src/commands/UpdateAgreementCommand.ts | 12 +- .../src/commands/UpdateCertificateCommand.ts | 12 +- .../src/commands/UpdateConnectorCommand.ts | 12 +- .../src/commands/UpdateHostKeyCommand.ts | 12 +- .../src/commands/UpdateProfileCommand.ts | 12 +- .../src/commands/UpdateServerCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-transfer/src/endpoint/ruleset.ts | 2 +- .../src/models/TransferServiceException.ts | 2 +- .../client-transfer/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAccessesPaginator.ts | 2 +- .../src/pagination/ListAgreementsPaginator.ts | 2 +- .../pagination/ListCertificatesPaginator.ts | 2 +- .../src/pagination/ListConnectorsPaginator.ts | 2 +- .../src/pagination/ListExecutionsPaginator.ts | 2 +- .../src/pagination/ListProfilesPaginator.ts | 2 +- .../ListSecurityPoliciesPaginator.ts | 2 +- .../src/pagination/ListServersPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/pagination/ListWorkflowsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-transfer/src/runtimeConfig.ts | 24 +-- .../src/waiters/waitForServerOffline.ts | 2 +- .../src/waiters/waitForServerOnline.ts | 2 +- clients/client-translate/package.json | 41 ++--- clients/client-translate/src/Translate.ts | 4 +- .../client-translate/src/TranslateClient.ts | 28 ++- .../src/commands/CreateParallelDataCommand.ts | 12 +- .../src/commands/DeleteParallelDataCommand.ts | 12 +- .../src/commands/DeleteTerminologyCommand.ts | 12 +- .../DescribeTextTranslationJobCommand.ts | 12 +- .../src/commands/GetParallelDataCommand.ts | 12 +- .../src/commands/GetTerminologyCommand.ts | 12 +- .../src/commands/ImportTerminologyCommand.ts | 12 +- .../src/commands/ListLanguagesCommand.ts | 12 +- .../src/commands/ListParallelDataCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTerminologiesCommand.ts | 12 +- .../ListTextTranslationJobsCommand.ts | 12 +- .../StartTextTranslationJobCommand.ts | 12 +- .../commands/StopTextTranslationJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/TranslateDocumentCommand.ts | 12 +- .../src/commands/TranslateTextCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateParallelDataCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-translate/src/endpoint/ruleset.ts | 2 +- .../src/models/TranslateServiceException.ts | 2 +- .../client-translate/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListLanguagesPaginator.ts | 2 +- .../pagination/ListParallelDataPaginator.ts | 2 +- .../pagination/ListTerminologiesPaginator.ts | 2 +- .../ListTextTranslationJobsPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-translate/src/runtimeConfig.ts | 24 +-- .../client-verifiedpermissions/package.json | 41 ++--- .../src/VerifiedPermissions.ts | 4 +- .../src/VerifiedPermissionsClient.ts | 28 ++- .../commands/CreateIdentitySourceCommand.ts | 12 +- .../src/commands/CreatePolicyCommand.ts | 12 +- .../src/commands/CreatePolicyStoreCommand.ts | 12 +- .../commands/CreatePolicyTemplateCommand.ts | 12 +- .../commands/DeleteIdentitySourceCommand.ts | 12 +- .../src/commands/DeletePolicyCommand.ts | 12 +- .../src/commands/DeletePolicyStoreCommand.ts | 12 +- .../commands/DeletePolicyTemplateCommand.ts | 12 +- .../src/commands/GetIdentitySourceCommand.ts | 12 +- .../src/commands/GetPolicyCommand.ts | 12 +- .../src/commands/GetPolicyStoreCommand.ts | 12 +- .../src/commands/GetPolicyTemplateCommand.ts | 12 +- .../src/commands/GetSchemaCommand.ts | 12 +- .../src/commands/IsAuthorizedCommand.ts | 12 +- .../commands/IsAuthorizedWithTokenCommand.ts | 12 +- .../commands/ListIdentitySourcesCommand.ts | 12 +- .../src/commands/ListPoliciesCommand.ts | 12 +- .../src/commands/ListPolicyStoresCommand.ts | 12 +- .../commands/ListPolicyTemplatesCommand.ts | 12 +- .../src/commands/PutSchemaCommand.ts | 12 +- .../commands/UpdateIdentitySourceCommand.ts | 12 +- .../src/commands/UpdatePolicyCommand.ts | 12 +- .../src/commands/UpdatePolicyStoreCommand.ts | 12 +- .../commands/UpdatePolicyTemplateCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../VerifiedPermissionsServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListIdentitySourcesPaginator.ts | 2 +- .../src/pagination/ListPoliciesPaginator.ts | 2 +- .../pagination/ListPolicyStoresPaginator.ts | 2 +- .../ListPolicyTemplatesPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-voice-id/package.json | 41 ++--- clients/client-voice-id/src/VoiceID.ts | 4 +- clients/client-voice-id/src/VoiceIDClient.ts | 28 ++- .../src/commands/AssociateFraudsterCommand.ts | 12 +- .../src/commands/CreateDomainCommand.ts | 12 +- .../src/commands/CreateWatchlistCommand.ts | 12 +- .../src/commands/DeleteDomainCommand.ts | 12 +- .../src/commands/DeleteFraudsterCommand.ts | 12 +- .../src/commands/DeleteSpeakerCommand.ts | 12 +- .../src/commands/DeleteWatchlistCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../src/commands/DescribeFraudsterCommand.ts | 12 +- ...DescribeFraudsterRegistrationJobCommand.ts | 12 +- .../src/commands/DescribeSpeakerCommand.ts | 12 +- .../DescribeSpeakerEnrollmentJobCommand.ts | 12 +- .../src/commands/DescribeWatchlistCommand.ts | 12 +- .../commands/DisassociateFraudsterCommand.ts | 12 +- .../src/commands/EvaluateSessionCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../ListFraudsterRegistrationJobsCommand.ts | 12 +- .../src/commands/ListFraudstersCommand.ts | 12 +- .../ListSpeakerEnrollmentJobsCommand.ts | 12 +- .../src/commands/ListSpeakersCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWatchlistsCommand.ts | 12 +- .../src/commands/OptOutSpeakerCommand.ts | 12 +- .../StartFraudsterRegistrationJobCommand.ts | 12 +- .../StartSpeakerEnrollmentJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateDomainCommand.ts | 12 +- .../src/commands/UpdateWatchlistCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-voice-id/src/endpoint/ruleset.ts | 2 +- .../src/models/VoiceIDServiceException.ts | 2 +- .../client-voice-id/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../ListFraudsterRegistrationJobsPaginator.ts | 2 +- .../src/pagination/ListFraudstersPaginator.ts | 2 +- .../ListSpeakerEnrollmentJobsPaginator.ts | 2 +- .../src/pagination/ListSpeakersPaginator.ts | 2 +- .../src/pagination/ListWatchlistsPaginator.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-voice-id/src/runtimeConfig.ts | 24 +-- clients/client-vpc-lattice/package.json | 41 ++--- clients/client-vpc-lattice/src/VPCLattice.ts | 4 +- .../src/VPCLatticeClient.ts | 28 ++- .../src/commands/BatchUpdateRuleCommand.ts | 12 +- .../CreateAccessLogSubscriptionCommand.ts | 12 +- .../src/commands/CreateListenerCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/CreateServiceCommand.ts | 12 +- .../commands/CreateServiceNetworkCommand.ts | 12 +- ...ServiceNetworkServiceAssociationCommand.ts | 12 +- ...eateServiceNetworkVpcAssociationCommand.ts | 12 +- .../src/commands/CreateTargetGroupCommand.ts | 12 +- .../DeleteAccessLogSubscriptionCommand.ts | 12 +- .../src/commands/DeleteAuthPolicyCommand.ts | 12 +- .../src/commands/DeleteListenerCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/DeleteServiceCommand.ts | 12 +- .../commands/DeleteServiceNetworkCommand.ts | 12 +- ...ServiceNetworkServiceAssociationCommand.ts | 12 +- ...leteServiceNetworkVpcAssociationCommand.ts | 12 +- .../src/commands/DeleteTargetGroupCommand.ts | 12 +- .../src/commands/DeregisterTargetsCommand.ts | 12 +- .../GetAccessLogSubscriptionCommand.ts | 12 +- .../src/commands/GetAuthPolicyCommand.ts | 12 +- .../src/commands/GetListenerCommand.ts | 12 +- .../src/commands/GetResourcePolicyCommand.ts | 12 +- .../src/commands/GetRuleCommand.ts | 12 +- .../src/commands/GetServiceCommand.ts | 12 +- .../src/commands/GetServiceNetworkCommand.ts | 12 +- ...ServiceNetworkServiceAssociationCommand.ts | 12 +- .../GetServiceNetworkVpcAssociationCommand.ts | 12 +- .../src/commands/GetTargetGroupCommand.ts | 12 +- .../ListAccessLogSubscriptionsCommand.ts | 12 +- .../src/commands/ListListenersCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- ...erviceNetworkServiceAssociationsCommand.ts | 12 +- ...istServiceNetworkVpcAssociationsCommand.ts | 12 +- .../commands/ListServiceNetworksCommand.ts | 12 +- .../src/commands/ListServicesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListTargetGroupsCommand.ts | 12 +- .../src/commands/ListTargetsCommand.ts | 12 +- .../src/commands/PutAuthPolicyCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../src/commands/RegisterTargetsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAccessLogSubscriptionCommand.ts | 12 +- .../src/commands/UpdateListenerCommand.ts | 12 +- .../src/commands/UpdateRuleCommand.ts | 12 +- .../src/commands/UpdateServiceCommand.ts | 12 +- .../commands/UpdateServiceNetworkCommand.ts | 12 +- ...dateServiceNetworkVpcAssociationCommand.ts | 12 +- .../src/commands/UpdateTargetGroupCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/VPCLatticeServiceException.ts | 2 +- .../client-vpc-lattice/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAccessLogSubscriptionsPaginator.ts | 2 +- .../src/pagination/ListListenersPaginator.ts | 2 +- .../src/pagination/ListRulesPaginator.ts | 2 +- ...viceNetworkServiceAssociationsPaginator.ts | 2 +- ...tServiceNetworkVpcAssociationsPaginator.ts | 2 +- .../ListServiceNetworksPaginator.ts | 2 +- .../src/pagination/ListServicesPaginator.ts | 2 +- .../pagination/ListTargetGroupsPaginator.ts | 2 +- .../src/pagination/ListTargetsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-vpc-lattice/src/runtimeConfig.ts | 24 +-- clients/client-waf-regional/package.json | 41 ++--- .../client-waf-regional/src/WAFRegional.ts | 4 +- .../src/WAFRegionalClient.ts | 28 ++- .../src/commands/AssociateWebACLCommand.ts | 12 +- .../src/commands/CreateByteMatchSetCommand.ts | 12 +- .../src/commands/CreateGeoMatchSetCommand.ts | 12 +- .../src/commands/CreateIPSetCommand.ts | 12 +- .../commands/CreateRateBasedRuleCommand.ts | 12 +- .../commands/CreateRegexMatchSetCommand.ts | 12 +- .../commands/CreateRegexPatternSetCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/CreateRuleGroupCommand.ts | 12 +- .../CreateSizeConstraintSetCommand.ts | 12 +- .../CreateSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/CreateWebACLCommand.ts | 12 +- .../CreateWebACLMigrationStackCommand.ts | 12 +- .../src/commands/CreateXssMatchSetCommand.ts | 12 +- .../src/commands/DeleteByteMatchSetCommand.ts | 12 +- .../src/commands/DeleteGeoMatchSetCommand.ts | 12 +- .../src/commands/DeleteIPSetCommand.ts | 12 +- .../DeleteLoggingConfigurationCommand.ts | 12 +- .../commands/DeletePermissionPolicyCommand.ts | 12 +- .../commands/DeleteRateBasedRuleCommand.ts | 12 +- .../commands/DeleteRegexMatchSetCommand.ts | 12 +- .../commands/DeleteRegexPatternSetCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/DeleteRuleGroupCommand.ts | 12 +- .../DeleteSizeConstraintSetCommand.ts | 12 +- .../DeleteSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/DeleteWebACLCommand.ts | 12 +- .../src/commands/DeleteXssMatchSetCommand.ts | 12 +- .../src/commands/DisassociateWebACLCommand.ts | 12 +- .../src/commands/GetByteMatchSetCommand.ts | 12 +- .../src/commands/GetChangeTokenCommand.ts | 12 +- .../commands/GetChangeTokenStatusCommand.ts | 12 +- .../src/commands/GetGeoMatchSetCommand.ts | 12 +- .../src/commands/GetIPSetCommand.ts | 12 +- .../GetLoggingConfigurationCommand.ts | 12 +- .../commands/GetPermissionPolicyCommand.ts | 12 +- .../src/commands/GetRateBasedRuleCommand.ts | 12 +- .../GetRateBasedRuleManagedKeysCommand.ts | 12 +- .../src/commands/GetRegexMatchSetCommand.ts | 12 +- .../src/commands/GetRegexPatternSetCommand.ts | 12 +- .../src/commands/GetRuleCommand.ts | 12 +- .../src/commands/GetRuleGroupCommand.ts | 12 +- .../src/commands/GetSampledRequestsCommand.ts | 12 +- .../commands/GetSizeConstraintSetCommand.ts | 12 +- .../GetSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/GetWebACLCommand.ts | 12 +- .../commands/GetWebACLForResourceCommand.ts | 12 +- .../src/commands/GetXssMatchSetCommand.ts | 12 +- .../ListActivatedRulesInRuleGroupCommand.ts | 12 +- .../src/commands/ListByteMatchSetsCommand.ts | 12 +- .../src/commands/ListGeoMatchSetsCommand.ts | 12 +- .../src/commands/ListIPSetsCommand.ts | 12 +- .../ListLoggingConfigurationsCommand.ts | 12 +- .../src/commands/ListRateBasedRulesCommand.ts | 12 +- .../src/commands/ListRegexMatchSetsCommand.ts | 12 +- .../commands/ListRegexPatternSetsCommand.ts | 12 +- .../commands/ListResourcesForWebACLCommand.ts | 12 +- .../src/commands/ListRuleGroupsCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListSizeConstraintSetsCommand.ts | 12 +- .../ListSqlInjectionMatchSetsCommand.ts | 12 +- .../ListSubscribedRuleGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWebACLsCommand.ts | 12 +- .../src/commands/ListXssMatchSetsCommand.ts | 12 +- .../PutLoggingConfigurationCommand.ts | 12 +- .../commands/PutPermissionPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateByteMatchSetCommand.ts | 12 +- .../src/commands/UpdateGeoMatchSetCommand.ts | 12 +- .../src/commands/UpdateIPSetCommand.ts | 12 +- .../commands/UpdateRateBasedRuleCommand.ts | 12 +- .../commands/UpdateRegexMatchSetCommand.ts | 12 +- .../commands/UpdateRegexPatternSetCommand.ts | 12 +- .../src/commands/UpdateRuleCommand.ts | 12 +- .../src/commands/UpdateRuleGroupCommand.ts | 12 +- .../UpdateSizeConstraintSetCommand.ts | 12 +- .../UpdateSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/UpdateWebACLCommand.ts | 12 +- .../src/commands/UpdateXssMatchSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../src/models/WAFRegionalServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-waf-regional/src/runtimeConfig.ts | 24 +-- clients/client-waf/package.json | 41 ++--- clients/client-waf/src/WAF.ts | 4 +- clients/client-waf/src/WAFClient.ts | 28 ++- .../src/commands/CreateByteMatchSetCommand.ts | 12 +- .../src/commands/CreateGeoMatchSetCommand.ts | 12 +- .../src/commands/CreateIPSetCommand.ts | 12 +- .../commands/CreateRateBasedRuleCommand.ts | 12 +- .../commands/CreateRegexMatchSetCommand.ts | 12 +- .../commands/CreateRegexPatternSetCommand.ts | 12 +- .../src/commands/CreateRuleCommand.ts | 12 +- .../src/commands/CreateRuleGroupCommand.ts | 12 +- .../CreateSizeConstraintSetCommand.ts | 12 +- .../CreateSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/CreateWebACLCommand.ts | 12 +- .../CreateWebACLMigrationStackCommand.ts | 12 +- .../src/commands/CreateXssMatchSetCommand.ts | 12 +- .../src/commands/DeleteByteMatchSetCommand.ts | 12 +- .../src/commands/DeleteGeoMatchSetCommand.ts | 12 +- .../src/commands/DeleteIPSetCommand.ts | 12 +- .../DeleteLoggingConfigurationCommand.ts | 12 +- .../commands/DeletePermissionPolicyCommand.ts | 12 +- .../commands/DeleteRateBasedRuleCommand.ts | 12 +- .../commands/DeleteRegexMatchSetCommand.ts | 12 +- .../commands/DeleteRegexPatternSetCommand.ts | 12 +- .../src/commands/DeleteRuleCommand.ts | 12 +- .../src/commands/DeleteRuleGroupCommand.ts | 12 +- .../DeleteSizeConstraintSetCommand.ts | 12 +- .../DeleteSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/DeleteWebACLCommand.ts | 12 +- .../src/commands/DeleteXssMatchSetCommand.ts | 12 +- .../src/commands/GetByteMatchSetCommand.ts | 12 +- .../src/commands/GetChangeTokenCommand.ts | 12 +- .../commands/GetChangeTokenStatusCommand.ts | 12 +- .../src/commands/GetGeoMatchSetCommand.ts | 12 +- .../src/commands/GetIPSetCommand.ts | 12 +- .../GetLoggingConfigurationCommand.ts | 12 +- .../commands/GetPermissionPolicyCommand.ts | 12 +- .../src/commands/GetRateBasedRuleCommand.ts | 12 +- .../GetRateBasedRuleManagedKeysCommand.ts | 12 +- .../src/commands/GetRegexMatchSetCommand.ts | 12 +- .../src/commands/GetRegexPatternSetCommand.ts | 12 +- .../client-waf/src/commands/GetRuleCommand.ts | 12 +- .../src/commands/GetRuleGroupCommand.ts | 12 +- .../src/commands/GetSampledRequestsCommand.ts | 12 +- .../commands/GetSizeConstraintSetCommand.ts | 12 +- .../GetSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/GetWebACLCommand.ts | 12 +- .../src/commands/GetXssMatchSetCommand.ts | 12 +- .../ListActivatedRulesInRuleGroupCommand.ts | 12 +- .../src/commands/ListByteMatchSetsCommand.ts | 12 +- .../src/commands/ListGeoMatchSetsCommand.ts | 12 +- .../src/commands/ListIPSetsCommand.ts | 12 +- .../ListLoggingConfigurationsCommand.ts | 12 +- .../src/commands/ListRateBasedRulesCommand.ts | 12 +- .../src/commands/ListRegexMatchSetsCommand.ts | 12 +- .../commands/ListRegexPatternSetsCommand.ts | 12 +- .../src/commands/ListRuleGroupsCommand.ts | 12 +- .../src/commands/ListRulesCommand.ts | 12 +- .../commands/ListSizeConstraintSetsCommand.ts | 12 +- .../ListSqlInjectionMatchSetsCommand.ts | 12 +- .../ListSubscribedRuleGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWebACLsCommand.ts | 12 +- .../src/commands/ListXssMatchSetsCommand.ts | 12 +- .../PutLoggingConfigurationCommand.ts | 12 +- .../commands/PutPermissionPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateByteMatchSetCommand.ts | 12 +- .../src/commands/UpdateGeoMatchSetCommand.ts | 12 +- .../src/commands/UpdateIPSetCommand.ts | 12 +- .../commands/UpdateRateBasedRuleCommand.ts | 12 +- .../commands/UpdateRegexMatchSetCommand.ts | 12 +- .../commands/UpdateRegexPatternSetCommand.ts | 12 +- .../src/commands/UpdateRuleCommand.ts | 12 +- .../src/commands/UpdateRuleGroupCommand.ts | 12 +- .../UpdateSizeConstraintSetCommand.ts | 12 +- .../UpdateSqlInjectionMatchSetCommand.ts | 12 +- .../src/commands/UpdateWebACLCommand.ts | 12 +- .../src/commands/UpdateXssMatchSetCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-waf/src/endpoint/ruleset.ts | 2 +- .../src/models/WAFServiceException.ts | 2 +- clients/client-waf/src/models/models_0.ts | 2 +- .../client-waf/src/protocols/Aws_json1_1.ts | 12 +- .../client-waf/src/runtimeConfig.browser.ts | 14 +- .../client-waf/src/runtimeConfig.shared.ts | 8 +- clients/client-waf/src/runtimeConfig.ts | 24 +-- clients/client-wafv2/package.json | 41 ++--- clients/client-wafv2/src/WAFV2.ts | 4 +- clients/client-wafv2/src/WAFV2Client.ts | 28 ++- .../src/commands/AssociateWebACLCommand.ts | 12 +- .../src/commands/CheckCapacityCommand.ts | 12 +- .../src/commands/CreateAPIKeyCommand.ts | 12 +- .../src/commands/CreateIPSetCommand.ts | 12 +- .../commands/CreateRegexPatternSetCommand.ts | 12 +- .../src/commands/CreateRuleGroupCommand.ts | 12 +- .../src/commands/CreateWebACLCommand.ts | 12 +- .../DeleteFirewallManagerRuleGroupsCommand.ts | 12 +- .../src/commands/DeleteIPSetCommand.ts | 12 +- .../DeleteLoggingConfigurationCommand.ts | 12 +- .../commands/DeletePermissionPolicyCommand.ts | 12 +- .../commands/DeleteRegexPatternSetCommand.ts | 12 +- .../src/commands/DeleteRuleGroupCommand.ts | 12 +- .../src/commands/DeleteWebACLCommand.ts | 12 +- .../DescribeAllManagedProductsCommand.ts | 12 +- .../DescribeManagedProductsByVendorCommand.ts | 12 +- .../DescribeManagedRuleGroupCommand.ts | 12 +- .../src/commands/DisassociateWebACLCommand.ts | 12 +- .../GenerateMobileSdkReleaseUrlCommand.ts | 12 +- .../src/commands/GetDecryptedAPIKeyCommand.ts | 12 +- .../src/commands/GetIPSetCommand.ts | 12 +- .../GetLoggingConfigurationCommand.ts | 12 +- .../src/commands/GetManagedRuleSetCommand.ts | 12 +- .../commands/GetMobileSdkReleaseCommand.ts | 12 +- .../commands/GetPermissionPolicyCommand.ts | 12 +- ...GetRateBasedStatementManagedKeysCommand.ts | 12 +- .../src/commands/GetRegexPatternSetCommand.ts | 12 +- .../src/commands/GetRuleGroupCommand.ts | 12 +- .../src/commands/GetSampledRequestsCommand.ts | 12 +- .../src/commands/GetWebACLCommand.ts | 12 +- .../commands/GetWebACLForResourceCommand.ts | 12 +- .../src/commands/ListAPIKeysCommand.ts | 12 +- ...vailableManagedRuleGroupVersionsCommand.ts | 12 +- .../ListAvailableManagedRuleGroupsCommand.ts | 12 +- .../src/commands/ListIPSetsCommand.ts | 12 +- .../ListLoggingConfigurationsCommand.ts | 12 +- .../commands/ListManagedRuleSetsCommand.ts | 12 +- .../commands/ListMobileSdkReleasesCommand.ts | 12 +- .../commands/ListRegexPatternSetsCommand.ts | 12 +- .../commands/ListResourcesForWebACLCommand.ts | 12 +- .../src/commands/ListRuleGroupsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWebACLsCommand.ts | 12 +- .../PutLoggingConfigurationCommand.ts | 12 +- .../PutManagedRuleSetVersionsCommand.ts | 12 +- .../commands/PutPermissionPolicyCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateIPSetCommand.ts | 12 +- ...eManagedRuleSetVersionExpiryDateCommand.ts | 12 +- .../commands/UpdateRegexPatternSetCommand.ts | 12 +- .../src/commands/UpdateRuleGroupCommand.ts | 12 +- .../src/commands/UpdateWebACLCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-wafv2/src/endpoint/ruleset.ts | 2 +- .../src/models/WAFV2ServiceException.ts | 2 +- clients/client-wafv2/src/models/models_0.ts | 2 +- .../client-wafv2/src/protocols/Aws_json1_1.ts | 12 +- .../client-wafv2/src/runtimeConfig.browser.ts | 14 +- .../client-wafv2/src/runtimeConfig.shared.ts | 8 +- clients/client-wafv2/src/runtimeConfig.ts | 24 +-- clients/client-wellarchitected/package.json | 41 ++--- .../src/WellArchitected.ts | 4 +- .../src/WellArchitectedClient.ts | 28 ++- .../src/commands/AssociateLensesCommand.ts | 12 +- .../src/commands/AssociateProfilesCommand.ts | 12 +- .../src/commands/CreateLensShareCommand.ts | 12 +- .../src/commands/CreateLensVersionCommand.ts | 12 +- .../src/commands/CreateMilestoneCommand.ts | 12 +- .../src/commands/CreateProfileCommand.ts | 12 +- .../src/commands/CreateProfileShareCommand.ts | 12 +- .../src/commands/CreateWorkloadCommand.ts | 12 +- .../commands/CreateWorkloadShareCommand.ts | 12 +- .../src/commands/DeleteLensCommand.ts | 12 +- .../src/commands/DeleteLensShareCommand.ts | 12 +- .../src/commands/DeleteProfileCommand.ts | 12 +- .../src/commands/DeleteProfileShareCommand.ts | 12 +- .../src/commands/DeleteWorkloadCommand.ts | 12 +- .../commands/DeleteWorkloadShareCommand.ts | 12 +- .../src/commands/DisassociateLensesCommand.ts | 12 +- .../commands/DisassociateProfilesCommand.ts | 12 +- .../src/commands/ExportLensCommand.ts | 12 +- .../src/commands/GetAnswerCommand.ts | 12 +- .../commands/GetConsolidatedReportCommand.ts | 12 +- .../src/commands/GetLensCommand.ts | 12 +- .../src/commands/GetLensReviewCommand.ts | 12 +- .../commands/GetLensReviewReportCommand.ts | 12 +- .../GetLensVersionDifferenceCommand.ts | 12 +- .../src/commands/GetMilestoneCommand.ts | 12 +- .../src/commands/GetProfileCommand.ts | 12 +- .../src/commands/GetProfileTemplateCommand.ts | 12 +- .../src/commands/GetWorkloadCommand.ts | 12 +- .../src/commands/ImportLensCommand.ts | 12 +- .../src/commands/ListAnswersCommand.ts | 12 +- .../src/commands/ListCheckDetailsCommand.ts | 12 +- .../src/commands/ListCheckSummariesCommand.ts | 12 +- .../ListLensReviewImprovementsCommand.ts | 12 +- .../src/commands/ListLensReviewsCommand.ts | 12 +- .../src/commands/ListLensSharesCommand.ts | 12 +- .../src/commands/ListLensesCommand.ts | 12 +- .../src/commands/ListMilestonesCommand.ts | 12 +- .../src/commands/ListNotificationsCommand.ts | 12 +- .../ListProfileNotificationsCommand.ts | 12 +- .../src/commands/ListProfileSharesCommand.ts | 12 +- .../src/commands/ListProfilesCommand.ts | 12 +- .../commands/ListShareInvitationsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListWorkloadSharesCommand.ts | 12 +- .../src/commands/ListWorkloadsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateAnswerCommand.ts | 12 +- .../commands/UpdateGlobalSettingsCommand.ts | 12 +- .../src/commands/UpdateLensReviewCommand.ts | 12 +- .../src/commands/UpdateProfileCommand.ts | 12 +- .../commands/UpdateShareInvitationCommand.ts | 12 +- .../src/commands/UpdateWorkloadCommand.ts | 12 +- .../commands/UpdateWorkloadShareCommand.ts | 12 +- .../src/commands/UpgradeLensReviewCommand.ts | 12 +- .../commands/UpgradeProfileVersionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/WellArchitectedServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../GetConsolidatedReportPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAnswersPaginator.ts | 2 +- .../pagination/ListCheckDetailsPaginator.ts | 2 +- .../pagination/ListCheckSummariesPaginator.ts | 2 +- .../ListLensReviewImprovementsPaginator.ts | 2 +- .../pagination/ListLensReviewsPaginator.ts | 2 +- .../src/pagination/ListLensSharesPaginator.ts | 2 +- .../src/pagination/ListLensesPaginator.ts | 2 +- .../src/pagination/ListMilestonesPaginator.ts | 2 +- .../pagination/ListNotificationsPaginator.ts | 2 +- .../ListProfileNotificationsPaginator.ts | 2 +- .../pagination/ListProfileSharesPaginator.ts | 2 +- .../src/pagination/ListProfilesPaginator.ts | 2 +- .../ListShareInvitationsPaginator.ts | 2 +- .../pagination/ListWorkloadSharesPaginator.ts | 2 +- .../src/pagination/ListWorkloadsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-wisdom/package.json | 41 ++--- clients/client-wisdom/src/Wisdom.ts | 4 +- clients/client-wisdom/src/WisdomClient.ts | 28 ++- .../CreateAssistantAssociationCommand.ts | 12 +- .../src/commands/CreateAssistantCommand.ts | 12 +- .../src/commands/CreateContentCommand.ts | 12 +- .../commands/CreateKnowledgeBaseCommand.ts | 12 +- .../src/commands/CreateSessionCommand.ts | 12 +- .../DeleteAssistantAssociationCommand.ts | 12 +- .../src/commands/DeleteAssistantCommand.ts | 12 +- .../src/commands/DeleteContentCommand.ts | 12 +- .../commands/DeleteKnowledgeBaseCommand.ts | 12 +- .../GetAssistantAssociationCommand.ts | 12 +- .../src/commands/GetAssistantCommand.ts | 12 +- .../src/commands/GetContentCommand.ts | 12 +- .../src/commands/GetContentSummaryCommand.ts | 12 +- .../src/commands/GetKnowledgeBaseCommand.ts | 12 +- .../src/commands/GetRecommendationsCommand.ts | 12 +- .../src/commands/GetSessionCommand.ts | 12 +- .../ListAssistantAssociationsCommand.ts | 12 +- .../src/commands/ListAssistantsCommand.ts | 12 +- .../src/commands/ListContentsCommand.ts | 12 +- .../src/commands/ListKnowledgeBasesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../NotifyRecommendationsReceivedCommand.ts | 12 +- .../src/commands/QueryAssistantCommand.ts | 12 +- .../RemoveKnowledgeBaseTemplateUriCommand.ts | 12 +- .../src/commands/SearchContentCommand.ts | 12 +- .../src/commands/SearchSessionsCommand.ts | 12 +- .../src/commands/StartContentUploadCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateContentCommand.ts | 12 +- .../UpdateKnowledgeBaseTemplateUriCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-wisdom/src/endpoint/ruleset.ts | 2 +- .../src/models/WisdomServiceException.ts | 2 +- clients/client-wisdom/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListAssistantAssociationsPaginator.ts | 2 +- .../src/pagination/ListAssistantsPaginator.ts | 2 +- .../src/pagination/ListContentsPaginator.ts | 2 +- .../pagination/ListKnowledgeBasesPaginator.ts | 2 +- .../src/pagination/QueryAssistantPaginator.ts | 2 +- .../src/pagination/SearchContentPaginator.ts | 2 +- .../src/pagination/SearchSessionsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../client-wisdom/src/runtimeConfig.shared.ts | 8 +- clients/client-wisdom/src/runtimeConfig.ts | 24 +-- clients/client-workdocs/package.json | 41 ++--- clients/client-workdocs/src/WorkDocs.ts | 4 +- clients/client-workdocs/src/WorkDocsClient.ts | 28 ++- .../AbortDocumentVersionUploadCommand.ts | 12 +- .../src/commands/ActivateUserCommand.ts | 12 +- .../commands/AddResourcePermissionsCommand.ts | 12 +- .../src/commands/CreateCommentCommand.ts | 12 +- .../commands/CreateCustomMetadataCommand.ts | 12 +- .../src/commands/CreateFolderCommand.ts | 12 +- .../src/commands/CreateLabelsCommand.ts | 12 +- .../CreateNotificationSubscriptionCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../src/commands/DeactivateUserCommand.ts | 12 +- .../src/commands/DeleteCommentCommand.ts | 12 +- .../commands/DeleteCustomMetadataCommand.ts | 12 +- .../src/commands/DeleteDocumentCommand.ts | 12 +- .../commands/DeleteDocumentVersionCommand.ts | 12 +- .../src/commands/DeleteFolderCommand.ts | 12 +- .../commands/DeleteFolderContentsCommand.ts | 12 +- .../src/commands/DeleteLabelsCommand.ts | 12 +- .../DeleteNotificationSubscriptionCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../src/commands/DescribeActivitiesCommand.ts | 12 +- .../src/commands/DescribeCommentsCommand.ts | 12 +- .../DescribeDocumentVersionsCommand.ts | 12 +- .../commands/DescribeFolderContentsCommand.ts | 12 +- .../src/commands/DescribeGroupsCommand.ts | 12 +- ...escribeNotificationSubscriptionsCommand.ts | 12 +- .../DescribeResourcePermissionsCommand.ts | 12 +- .../commands/DescribeRootFoldersCommand.ts | 12 +- .../src/commands/DescribeUsersCommand.ts | 12 +- .../src/commands/GetCurrentUserCommand.ts | 12 +- .../src/commands/GetDocumentCommand.ts | 12 +- .../src/commands/GetDocumentPathCommand.ts | 12 +- .../src/commands/GetDocumentVersionCommand.ts | 12 +- .../src/commands/GetFolderCommand.ts | 12 +- .../src/commands/GetFolderPathCommand.ts | 12 +- .../src/commands/GetResourcesCommand.ts | 12 +- .../InitiateDocumentVersionUploadCommand.ts | 12 +- .../RemoveAllResourcePermissionsCommand.ts | 12 +- .../RemoveResourcePermissionCommand.ts | 12 +- .../RestoreDocumentVersionsCommand.ts | 12 +- .../src/commands/SearchResourcesCommand.ts | 12 +- .../src/commands/UpdateDocumentCommand.ts | 12 +- .../commands/UpdateDocumentVersionCommand.ts | 12 +- .../src/commands/UpdateFolderCommand.ts | 12 +- .../src/commands/UpdateUserCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-workdocs/src/endpoint/ruleset.ts | 2 +- .../src/models/WorkDocsServiceException.ts | 2 +- .../client-workdocs/src/models/models_0.ts | 2 +- .../pagination/DescribeActivitiesPaginator.ts | 2 +- .../pagination/DescribeCommentsPaginator.ts | 2 +- .../DescribeDocumentVersionsPaginator.ts | 2 +- .../DescribeFolderContentsPaginator.ts | 2 +- .../src/pagination/DescribeGroupsPaginator.ts | 2 +- ...cribeNotificationSubscriptionsPaginator.ts | 2 +- .../DescribeResourcePermissionsPaginator.ts | 2 +- .../DescribeRootFoldersPaginator.ts | 2 +- .../src/pagination/DescribeUsersPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../pagination/SearchResourcesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-workdocs/src/runtimeConfig.ts | 24 +-- clients/client-worklink/package.json | 41 ++--- clients/client-worklink/src/WorkLink.ts | 4 +- clients/client-worklink/src/WorkLinkClient.ts | 28 ++- .../src/commands/AssociateDomainCommand.ts | 12 +- ...iateWebsiteAuthorizationProviderCommand.ts | 12 +- ...ciateWebsiteCertificateAuthorityCommand.ts | 12 +- .../src/commands/CreateFleetCommand.ts | 12 +- .../src/commands/DeleteFleetCommand.ts | 12 +- ...DescribeAuditStreamConfigurationCommand.ts | 12 +- ...cribeCompanyNetworkConfigurationCommand.ts | 12 +- .../src/commands/DescribeDeviceCommand.ts | 12 +- ...escribeDevicePolicyConfigurationCommand.ts | 12 +- .../src/commands/DescribeDomainCommand.ts | 12 +- .../commands/DescribeFleetMetadataCommand.ts | 12 +- ...ibeIdentityProviderConfigurationCommand.ts | 12 +- ...cribeWebsiteCertificateAuthorityCommand.ts | 12 +- .../src/commands/DisassociateDomainCommand.ts | 12 +- ...iateWebsiteAuthorizationProviderCommand.ts | 12 +- ...ciateWebsiteCertificateAuthorityCommand.ts | 12 +- .../src/commands/ListDevicesCommand.ts | 12 +- .../src/commands/ListDomainsCommand.ts | 12 +- .../src/commands/ListFleetsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- ...istWebsiteAuthorizationProvidersCommand.ts | 12 +- ...istWebsiteCertificateAuthoritiesCommand.ts | 12 +- .../commands/RestoreDomainAccessCommand.ts | 12 +- .../src/commands/RevokeDomainAccessCommand.ts | 12 +- .../src/commands/SignOutUserCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAuditStreamConfigurationCommand.ts | 12 +- ...pdateCompanyNetworkConfigurationCommand.ts | 12 +- .../UpdateDevicePolicyConfigurationCommand.ts | 12 +- .../commands/UpdateDomainMetadataCommand.ts | 12 +- .../commands/UpdateFleetMetadataCommand.ts | 12 +- ...ateIdentityProviderConfigurationCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-worklink/src/endpoint/ruleset.ts | 2 +- .../src/models/WorkLinkServiceException.ts | 2 +- .../client-worklink/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListDevicesPaginator.ts | 2 +- .../src/pagination/ListDomainsPaginator.ts | 2 +- .../src/pagination/ListFleetsPaginator.ts | 2 +- ...tWebsiteAuthorizationProvidersPaginator.ts | 2 +- ...tWebsiteCertificateAuthoritiesPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-worklink/src/runtimeConfig.ts | 24 +-- clients/client-workmail/package.json | 41 ++--- clients/client-workmail/src/WorkMail.ts | 4 +- clients/client-workmail/src/WorkMailClient.ts | 28 ++- .../AssociateDelegateToResourceCommand.ts | 12 +- .../commands/AssociateMemberToGroupCommand.ts | 12 +- .../AssumeImpersonationRoleCommand.ts | 12 +- .../commands/CancelMailboxExportJobCommand.ts | 12 +- .../src/commands/CreateAliasCommand.ts | 12 +- .../CreateAvailabilityConfigurationCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../CreateImpersonationRoleCommand.ts | 12 +- .../CreateMobileDeviceAccessRuleCommand.ts | 12 +- .../src/commands/CreateOrganizationCommand.ts | 12 +- .../src/commands/CreateResourceCommand.ts | 12 +- .../src/commands/CreateUserCommand.ts | 12 +- .../DeleteAccessControlRuleCommand.ts | 12 +- .../src/commands/DeleteAliasCommand.ts | 12 +- .../DeleteAvailabilityConfigurationCommand.ts | 12 +- ...leteEmailMonitoringConfigurationCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../DeleteImpersonationRoleCommand.ts | 12 +- .../DeleteMailboxPermissionsCommand.ts | 12 +- ...DeleteMobileDeviceAccessOverrideCommand.ts | 12 +- .../DeleteMobileDeviceAccessRuleCommand.ts | 12 +- .../src/commands/DeleteOrganizationCommand.ts | 12 +- .../src/commands/DeleteResourceCommand.ts | 12 +- .../commands/DeleteRetentionPolicyCommand.ts | 12 +- .../src/commands/DeleteUserCommand.ts | 12 +- .../commands/DeregisterFromWorkMailCommand.ts | 12 +- .../commands/DeregisterMailDomainCommand.ts | 12 +- ...ribeEmailMonitoringConfigurationCommand.ts | 12 +- .../src/commands/DescribeGroupCommand.ts | 12 +- .../DescribeInboundDmarcSettingsCommand.ts | 12 +- .../DescribeMailboxExportJobCommand.ts | 12 +- .../commands/DescribeOrganizationCommand.ts | 12 +- .../src/commands/DescribeResourceCommand.ts | 12 +- .../src/commands/DescribeUserCommand.ts | 12 +- ...DisassociateDelegateFromResourceCommand.ts | 12 +- .../DisassociateMemberFromGroupCommand.ts | 12 +- .../commands/GetAccessControlEffectCommand.ts | 12 +- .../GetDefaultRetentionPolicyCommand.ts | 12 +- .../commands/GetImpersonationRoleCommand.ts | 12 +- .../GetImpersonationRoleEffectCommand.ts | 12 +- .../src/commands/GetMailDomainCommand.ts | 12 +- .../src/commands/GetMailboxDetailsCommand.ts | 12 +- .../GetMobileDeviceAccessEffectCommand.ts | 12 +- .../GetMobileDeviceAccessOverrideCommand.ts | 12 +- .../commands/ListAccessControlRulesCommand.ts | 12 +- .../src/commands/ListAliasesCommand.ts | 12 +- .../ListAvailabilityConfigurationsCommand.ts | 12 +- .../src/commands/ListGroupMembersCommand.ts | 12 +- .../src/commands/ListGroupsCommand.ts | 12 +- .../commands/ListImpersonationRolesCommand.ts | 12 +- .../src/commands/ListMailDomainsCommand.ts | 12 +- .../commands/ListMailboxExportJobsCommand.ts | 12 +- .../commands/ListMailboxPermissionsCommand.ts | 12 +- .../ListMobileDeviceAccessOverridesCommand.ts | 12 +- .../ListMobileDeviceAccessRulesCommand.ts | 12 +- .../src/commands/ListOrganizationsCommand.ts | 12 +- .../commands/ListResourceDelegatesCommand.ts | 12 +- .../src/commands/ListResourcesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../src/commands/ListUsersCommand.ts | 12 +- .../commands/PutAccessControlRuleCommand.ts | 12 +- .../PutEmailMonitoringConfigurationCommand.ts | 12 +- .../PutInboundDmarcSettingsCommand.ts | 12 +- .../commands/PutMailboxPermissionsCommand.ts | 12 +- .../PutMobileDeviceAccessOverrideCommand.ts | 12 +- .../src/commands/PutRetentionPolicyCommand.ts | 12 +- .../src/commands/RegisterMailDomainCommand.ts | 12 +- .../src/commands/RegisterToWorkMailCommand.ts | 12 +- .../src/commands/ResetPasswordCommand.ts | 12 +- .../commands/StartMailboxExportJobCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../TestAvailabilityConfigurationCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../UpdateAvailabilityConfigurationCommand.ts | 12 +- .../UpdateDefaultMailDomainCommand.ts | 12 +- .../UpdateImpersonationRoleCommand.ts | 12 +- .../src/commands/UpdateMailboxQuotaCommand.ts | 12 +- .../UpdateMobileDeviceAccessRuleCommand.ts | 12 +- .../UpdatePrimaryEmailAddressCommand.ts | 12 +- .../src/commands/UpdateResourceCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-workmail/src/endpoint/ruleset.ts | 2 +- .../src/models/WorkMailServiceException.ts | 2 +- .../client-workmail/src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/pagination/ListAliasesPaginator.ts | 2 +- ...ListAvailabilityConfigurationsPaginator.ts | 2 +- .../pagination/ListGroupMembersPaginator.ts | 2 +- .../src/pagination/ListGroupsPaginator.ts | 2 +- .../ListImpersonationRolesPaginator.ts | 2 +- .../pagination/ListMailDomainsPaginator.ts | 2 +- .../ListMailboxExportJobsPaginator.ts | 2 +- .../ListMailboxPermissionsPaginator.ts | 2 +- ...istMobileDeviceAccessOverridesPaginator.ts | 2 +- .../pagination/ListOrganizationsPaginator.ts | 2 +- .../ListResourceDelegatesPaginator.ts | 2 +- .../src/pagination/ListResourcesPaginator.ts | 2 +- .../src/pagination/ListUsersPaginator.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- clients/client-workmail/src/runtimeConfig.ts | 24 +-- .../client-workmailmessageflow/package.json | 43 ++--- .../src/WorkMailMessageFlow.ts | 4 +- .../src/WorkMailMessageFlowClient.ts | 28 ++- .../commands/GetRawMessageContentCommand.ts | 12 +- .../commands/PutRawMessageContentCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../WorkMailMessageFlowServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 9 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 24 +-- clients/client-workspaces-web/package.json | 41 ++--- .../src/WorkSpacesWeb.ts | 4 +- .../src/WorkSpacesWebClient.ts | 28 ++- .../AssociateBrowserSettingsCommand.ts | 12 +- .../AssociateIpAccessSettingsCommand.ts | 12 +- .../AssociateNetworkSettingsCommand.ts | 12 +- .../commands/AssociateTrustStoreCommand.ts | 12 +- ...sociateUserAccessLoggingSettingsCommand.ts | 12 +- .../commands/AssociateUserSettingsCommand.ts | 12 +- .../commands/CreateBrowserSettingsCommand.ts | 12 +- .../commands/CreateIdentityProviderCommand.ts | 12 +- .../commands/CreateIpAccessSettingsCommand.ts | 12 +- .../commands/CreateNetworkSettingsCommand.ts | 12 +- .../src/commands/CreatePortalCommand.ts | 12 +- .../src/commands/CreateTrustStoreCommand.ts | 12 +- .../CreateUserAccessLoggingSettingsCommand.ts | 12 +- .../src/commands/CreateUserSettingsCommand.ts | 12 +- .../commands/DeleteBrowserSettingsCommand.ts | 12 +- .../commands/DeleteIdentityProviderCommand.ts | 12 +- .../commands/DeleteIpAccessSettingsCommand.ts | 12 +- .../commands/DeleteNetworkSettingsCommand.ts | 12 +- .../src/commands/DeletePortalCommand.ts | 12 +- .../src/commands/DeleteTrustStoreCommand.ts | 12 +- .../DeleteUserAccessLoggingSettingsCommand.ts | 12 +- .../src/commands/DeleteUserSettingsCommand.ts | 12 +- .../DisassociateBrowserSettingsCommand.ts | 12 +- .../DisassociateIpAccessSettingsCommand.ts | 12 +- .../DisassociateNetworkSettingsCommand.ts | 12 +- .../commands/DisassociateTrustStoreCommand.ts | 12 +- ...sociateUserAccessLoggingSettingsCommand.ts | 12 +- .../DisassociateUserSettingsCommand.ts | 12 +- .../src/commands/GetBrowserSettingsCommand.ts | 12 +- .../commands/GetIdentityProviderCommand.ts | 12 +- .../commands/GetIpAccessSettingsCommand.ts | 12 +- .../src/commands/GetNetworkSettingsCommand.ts | 12 +- .../src/commands/GetPortalCommand.ts | 12 +- ...GetPortalServiceProviderMetadataCommand.ts | 12 +- .../GetTrustStoreCertificateCommand.ts | 12 +- .../src/commands/GetTrustStoreCommand.ts | 12 +- .../GetUserAccessLoggingSettingsCommand.ts | 12 +- .../src/commands/GetUserSettingsCommand.ts | 12 +- .../commands/ListBrowserSettingsCommand.ts | 12 +- .../commands/ListIdentityProvidersCommand.ts | 12 +- .../commands/ListIpAccessSettingsCommand.ts | 12 +- .../commands/ListNetworkSettingsCommand.ts | 12 +- .../src/commands/ListPortalsCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../ListTrustStoreCertificatesCommand.ts | 12 +- .../src/commands/ListTrustStoresCommand.ts | 12 +- .../ListUserAccessLoggingSettingsCommand.ts | 12 +- .../src/commands/ListUserSettingsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../commands/UpdateBrowserSettingsCommand.ts | 12 +- .../commands/UpdateIdentityProviderCommand.ts | 12 +- .../commands/UpdateIpAccessSettingsCommand.ts | 12 +- .../commands/UpdateNetworkSettingsCommand.ts | 12 +- .../src/commands/UpdatePortalCommand.ts | 12 +- .../src/commands/UpdateTrustStoreCommand.ts | 12 +- .../UpdateUserAccessLoggingSettingsCommand.ts | 12 +- .../src/commands/UpdateUserSettingsCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../src/endpoint/ruleset.ts | 2 +- .../models/WorkSpacesWebServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../ListBrowserSettingsPaginator.ts | 2 +- .../ListIdentityProvidersPaginator.ts | 2 +- .../ListIpAccessSettingsPaginator.ts | 2 +- .../ListNetworkSettingsPaginator.ts | 2 +- .../src/pagination/ListPortalsPaginator.ts | 2 +- .../ListTrustStoreCertificatesPaginator.ts | 2 +- .../pagination/ListTrustStoresPaginator.ts | 2 +- .../ListUserAccessLoggingSettingsPaginator.ts | 2 +- .../pagination/ListUserSettingsPaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- clients/client-workspaces/package.json | 41 ++--- clients/client-workspaces/src/WorkSpaces.ts | 4 +- .../client-workspaces/src/WorkSpacesClient.ts | 28 ++- .../AssociateConnectionAliasCommand.ts | 12 +- .../src/commands/AssociateIpGroupsCommand.ts | 12 +- .../src/commands/AuthorizeIpRulesCommand.ts | 12 +- .../src/commands/CopyWorkspaceImageCommand.ts | 12 +- .../CreateConnectClientAddInCommand.ts | 12 +- .../commands/CreateConnectionAliasCommand.ts | 12 +- .../src/commands/CreateIpGroupCommand.ts | 12 +- .../CreateStandbyWorkspacesCommand.ts | 12 +- .../src/commands/CreateTagsCommand.ts | 12 +- .../CreateUpdatedWorkspaceImageCommand.ts | 12 +- .../commands/CreateWorkspaceBundleCommand.ts | 12 +- .../commands/CreateWorkspaceImageCommand.ts | 12 +- .../src/commands/CreateWorkspacesCommand.ts | 12 +- .../commands/DeleteClientBrandingCommand.ts | 12 +- .../DeleteConnectClientAddInCommand.ts | 12 +- .../commands/DeleteConnectionAliasCommand.ts | 12 +- .../src/commands/DeleteIpGroupCommand.ts | 12 +- .../src/commands/DeleteTagsCommand.ts | 12 +- .../commands/DeleteWorkspaceBundleCommand.ts | 12 +- .../commands/DeleteWorkspaceImageCommand.ts | 12 +- .../DeregisterWorkspaceDirectoryCommand.ts | 12 +- .../src/commands/DescribeAccountCommand.ts | 12 +- .../DescribeAccountModificationsCommand.ts | 12 +- .../commands/DescribeClientBrandingCommand.ts | 12 +- .../DescribeClientPropertiesCommand.ts | 12 +- .../DescribeConnectClientAddInsCommand.ts | 12 +- ...scribeConnectionAliasPermissionsCommand.ts | 12 +- .../DescribeConnectionAliasesCommand.ts | 12 +- .../src/commands/DescribeIpGroupsCommand.ts | 12 +- .../src/commands/DescribeTagsCommand.ts | 12 +- .../DescribeWorkspaceBundlesCommand.ts | 12 +- .../DescribeWorkspaceDirectoriesCommand.ts | 12 +- ...escribeWorkspaceImagePermissionsCommand.ts | 12 +- .../DescribeWorkspaceImagesCommand.ts | 12 +- .../DescribeWorkspaceSnapshotsCommand.ts | 12 +- .../src/commands/DescribeWorkspacesCommand.ts | 12 +- ...scribeWorkspacesConnectionStatusCommand.ts | 12 +- .../DisassociateConnectionAliasCommand.ts | 12 +- .../commands/DisassociateIpGroupsCommand.ts | 12 +- .../commands/ImportClientBrandingCommand.ts | 12 +- .../commands/ImportWorkspaceImageCommand.ts | 12 +- ...istAvailableManagementCidrRangesCommand.ts | 12 +- .../src/commands/MigrateWorkspaceCommand.ts | 12 +- .../src/commands/ModifyAccountCommand.ts | 12 +- ...fyCertificateBasedAuthPropertiesCommand.ts | 12 +- .../commands/ModifyClientPropertiesCommand.ts | 12 +- .../commands/ModifySamlPropertiesCommand.ts | 12 +- .../ModifySelfservicePermissionsCommand.ts | 12 +- .../ModifyWorkspaceAccessPropertiesCommand.ts | 12 +- ...odifyWorkspaceCreationPropertiesCommand.ts | 12 +- .../ModifyWorkspacePropertiesCommand.ts | 12 +- .../commands/ModifyWorkspaceStateCommand.ts | 12 +- .../src/commands/RebootWorkspacesCommand.ts | 12 +- .../src/commands/RebuildWorkspacesCommand.ts | 12 +- .../RegisterWorkspaceDirectoryCommand.ts | 12 +- .../src/commands/RestoreWorkspaceCommand.ts | 12 +- .../src/commands/RevokeIpRulesCommand.ts | 12 +- .../src/commands/StartWorkspacesCommand.ts | 12 +- .../src/commands/StopWorkspacesCommand.ts | 12 +- .../commands/TerminateWorkspacesCommand.ts | 12 +- .../UpdateConnectClientAddInCommand.ts | 12 +- .../UpdateConnectionAliasPermissionCommand.ts | 12 +- .../commands/UpdateRulesOfIpGroupCommand.ts | 12 +- .../commands/UpdateWorkspaceBundleCommand.ts | 12 +- .../UpdateWorkspaceImagePermissionCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- .../client-workspaces/src/endpoint/ruleset.ts | 2 +- .../src/models/WorkSpacesServiceException.ts | 2 +- .../client-workspaces/src/models/models_0.ts | 2 +- .../DescribeWorkspaceBundlesPaginator.ts | 2 +- .../DescribeWorkspaceDirectoriesPaginator.ts | 2 +- .../pagination/DescribeWorkspacesPaginator.ts | 2 +- .../src/pagination/Interfaces.ts | 2 +- .../src/protocols/Aws_json1_1.ts | 12 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../client-workspaces/src/runtimeConfig.ts | 24 +-- clients/client-xray/package.json | 41 ++--- clients/client-xray/src/XRay.ts | 4 +- clients/client-xray/src/XRayClient.ts | 28 ++- .../src/commands/BatchGetTracesCommand.ts | 12 +- .../src/commands/CreateGroupCommand.ts | 12 +- .../src/commands/CreateSamplingRuleCommand.ts | 12 +- .../src/commands/DeleteGroupCommand.ts | 12 +- .../commands/DeleteResourcePolicyCommand.ts | 12 +- .../src/commands/DeleteSamplingRuleCommand.ts | 12 +- .../commands/GetEncryptionConfigCommand.ts | 12 +- .../src/commands/GetGroupCommand.ts | 12 +- .../src/commands/GetGroupsCommand.ts | 12 +- .../src/commands/GetInsightCommand.ts | 12 +- .../src/commands/GetInsightEventsCommand.ts | 12 +- .../commands/GetInsightImpactGraphCommand.ts | 12 +- .../commands/GetInsightSummariesCommand.ts | 12 +- .../src/commands/GetSamplingRulesCommand.ts | 12 +- .../GetSamplingStatisticSummariesCommand.ts | 12 +- .../src/commands/GetSamplingTargetsCommand.ts | 12 +- .../src/commands/GetServiceGraphCommand.ts | 12 +- .../GetTimeSeriesServiceStatisticsCommand.ts | 12 +- .../src/commands/GetTraceGraphCommand.ts | 12 +- .../src/commands/GetTraceSummariesCommand.ts | 12 +- .../commands/ListResourcePoliciesCommand.ts | 12 +- .../commands/ListTagsForResourceCommand.ts | 12 +- .../commands/PutEncryptionConfigCommand.ts | 12 +- .../src/commands/PutResourcePolicyCommand.ts | 12 +- .../commands/PutTelemetryRecordsCommand.ts | 12 +- .../src/commands/PutTraceSegmentsCommand.ts | 12 +- .../src/commands/TagResourceCommand.ts | 12 +- .../src/commands/UntagResourceCommand.ts | 12 +- .../src/commands/UpdateGroupCommand.ts | 12 +- .../src/commands/UpdateSamplingRuleCommand.ts | 12 +- .../src/endpoint/EndpointParameters.ts | 3 +- .../src/endpoint/endpointResolver.ts | 2 +- clients/client-xray/src/endpoint/ruleset.ts | 2 +- .../src/models/XRayServiceException.ts | 2 +- clients/client-xray/src/models/models_0.ts | 2 +- .../src/pagination/BatchGetTracesPaginator.ts | 2 +- .../src/pagination/GetGroupsPaginator.ts | 2 +- .../pagination/GetInsightEventsPaginator.ts | 2 +- .../GetInsightSummariesPaginator.ts | 2 +- .../pagination/GetSamplingRulesPaginator.ts | 2 +- .../GetSamplingStatisticSummariesPaginator.ts | 2 +- .../pagination/GetServiceGraphPaginator.ts | 2 +- ...GetTimeSeriesServiceStatisticsPaginator.ts | 2 +- .../src/pagination/GetTraceGraphPaginator.ts | 2 +- .../pagination/GetTraceSummariesPaginator.ts | 2 +- .../client-xray/src/pagination/Interfaces.ts | 2 +- .../ListResourcePoliciesPaginator.ts | 2 +- .../ListTagsForResourcePaginator.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../client-xray/src/runtimeConfig.browser.ts | 14 +- .../client-xray/src/runtimeConfig.shared.ts | 8 +- clients/client-xray/src/runtimeConfig.ts | 24 +-- private/aws-echo-service/package.json | 39 +++-- private/aws-echo-service/src/EchoService.ts | 4 +- .../aws-echo-service/src/EchoServiceClient.ts | 32 ++-- .../src/commands/EchoCommand.ts | 10 +- .../src/commands/LengthCommand.ts | 10 +- .../src/models/EchoServiceServiceException.ts | 2 +- .../aws-echo-service/src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 11 +- .../src/runtimeConfig.browser.ts | 10 +- .../src/runtimeConfig.shared.ts | 8 +- private/aws-echo-service/src/runtimeConfig.ts | 18 +- private/aws-protocoltests-ec2/package.json | 39 +++-- .../aws-protocoltests-ec2/src/EC2Protocol.ts | 4 +- .../src/EC2ProtocolClient.ts | 38 ++-- .../src/commands/DatetimeOffsetsCommand.ts | 10 +- .../EmptyInputAndEmptyOutputCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/FractionalSecondsCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../commands/HostWithPathOperationCommand.ts | 10 +- .../commands/IgnoresWrappingXmlNameCommand.ts | 10 +- .../src/commands/NestedStructuresCommand.ts | 10 +- .../src/commands/NoInputAndOutputCommand.ts | 10 +- .../QueryIdempotencyTokenAutoFillCommand.ts | 10 +- .../src/commands/QueryListsCommand.ts | 10 +- .../src/commands/QueryTimestampsCommand.ts | 10 +- .../src/commands/RecursiveXmlShapesCommand.ts | 10 +- .../src/commands/SimpleInputParamsCommand.ts | 10 +- .../SimpleScalarXmlPropertiesCommand.ts | 10 +- .../src/commands/XmlBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyListsCommand.ts | 10 +- .../src/commands/XmlEnumsCommand.ts | 10 +- .../src/commands/XmlIntEnumsCommand.ts | 10 +- .../src/commands/XmlListsCommand.ts | 10 +- .../src/commands/XmlNamespacesCommand.ts | 10 +- .../src/commands/XmlTimestampsCommand.ts | 10 +- .../aws-protocoltests-ec2/src/endpoints.ts | 2 +- .../src/models/EC2ProtocolServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_ec2.ts | 18 +- .../src/runtimeConfig.browser.ts | 12 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 22 +-- .../test/functional/ec2query.spec.ts | 4 +- .../aws-protocoltests-json-10/package.json | 39 +++-- .../src/JSONRPC10.ts | 4 +- .../src/JSONRPC10Client.ts | 38 ++-- .../EmptyInputAndEmptyOutputCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../commands/HostWithPathOperationCommand.ts | 10 +- .../src/commands/JsonUnionsCommand.ts | 10 +- .../src/commands/NoInputAndNoOutputCommand.ts | 10 +- .../src/commands/NoInputAndOutputCommand.ts | 10 +- .../commands/SimpleScalarPropertiesCommand.ts | 10 +- .../src/endpoints.ts | 2 +- .../src/models/JSONRPC10ServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_json1_0.ts | 18 +- .../src/runtimeConfig.browser.ts | 12 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 22 +-- .../test/functional/awsjson1_0.spec.ts | 4 +- private/aws-protocoltests-json/package.json | 39 +++-- .../src/JsonProtocol.ts | 4 +- .../src/JsonProtocolClient.ts | 40 ++--- .../src/commands/DatetimeOffsetsCommand.ts | 10 +- .../src/commands/EmptyOperationCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/FractionalSecondsCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../commands/HostWithPathOperationCommand.ts | 10 +- .../src/commands/JsonEnumsCommand.ts | 10 +- .../src/commands/JsonUnionsCommand.ts | 10 +- .../commands/KitchenSinkOperationCommand.ts | 10 +- .../src/commands/NullOperationCommand.ts | 10 +- ...OperationWithOptionalInputOutputCommand.ts | 10 +- .../PutAndGetInlineDocumentsCommand.ts | 10 +- .../commands/SimpleScalarPropertiesCommand.ts | 10 +- .../aws-protocoltests-json/src/endpoints.ts | 2 +- .../models/JsonProtocolServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/protocols/Aws_json1_1.ts | 17 +- .../src/runtimeConfig.browser.ts | 14 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 24 +-- .../test/functional/awsjson1_1.spec.ts | 4 +- private/aws-protocoltests-query/package.json | 39 +++-- .../src/QueryProtocol.ts | 4 +- .../src/QueryProtocolClient.ts | 38 ++-- .../src/commands/DatetimeOffsetsCommand.ts | 10 +- .../EmptyInputAndEmptyOutputCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/FlattenedXmlMapCommand.ts | 10 +- .../FlattenedXmlMapWithXmlNameCommand.ts | 10 +- .../FlattenedXmlMapWithXmlNamespaceCommand.ts | 10 +- .../src/commands/FractionalSecondsCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../commands/HostWithPathOperationCommand.ts | 10 +- .../commands/IgnoresWrappingXmlNameCommand.ts | 10 +- .../src/commands/NestedStructuresCommand.ts | 10 +- .../src/commands/NoInputAndNoOutputCommand.ts | 10 +- .../src/commands/NoInputAndOutputCommand.ts | 10 +- .../QueryIdempotencyTokenAutoFillCommand.ts | 10 +- .../src/commands/QueryListsCommand.ts | 10 +- .../src/commands/QueryMapsCommand.ts | 10 +- .../src/commands/QueryTimestampsCommand.ts | 10 +- .../src/commands/RecursiveXmlShapesCommand.ts | 10 +- .../src/commands/SimpleInputParamsCommand.ts | 10 +- .../SimpleScalarXmlPropertiesCommand.ts | 10 +- .../src/commands/XmlBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyListsCommand.ts | 10 +- .../src/commands/XmlEmptyMapsCommand.ts | 10 +- .../src/commands/XmlEnumsCommand.ts | 10 +- .../src/commands/XmlIntEnumsCommand.ts | 10 +- .../src/commands/XmlListsCommand.ts | 10 +- .../src/commands/XmlMapsCommand.ts | 10 +- .../src/commands/XmlMapsXmlNameCommand.ts | 10 +- .../src/commands/XmlNamespacesCommand.ts | 10 +- .../src/commands/XmlTimestampsCommand.ts | 10 +- .../aws-protocoltests-query/src/endpoints.ts | 2 +- .../models/QueryProtocolServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_query.ts | 18 +- .../src/runtimeConfig.browser.ts | 12 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 22 +-- .../test/functional/awsquery.spec.ts | 4 +- .../aws-protocoltests-restjson/package.json | 51 +++--- .../src/RestJsonProtocol.ts | 4 +- .../src/RestJsonProtocolClient.ts | 38 ++-- .../commands/AllQueryStringTypesCommand.ts | 10 +- .../ConstantAndVariableQueryStringCommand.ts | 10 +- .../commands/ConstantQueryStringCommand.ts | 10 +- .../src/commands/DatetimeOffsetsCommand.ts | 10 +- .../commands/DocumentTypeAsPayloadCommand.ts | 10 +- .../src/commands/DocumentTypeCommand.ts | 10 +- .../EmptyInputAndEmptyOutputCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/FractionalSecondsCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../commands/HostWithPathOperationCommand.ts | 10 +- .../commands/HttpChecksumRequiredCommand.ts | 12 +- .../src/commands/HttpEnumPayloadCommand.ts | 10 +- .../src/commands/HttpPayloadTraitsCommand.ts | 14 +- .../HttpPayloadTraitsWithMediaTypeCommand.ts | 14 +- .../HttpPayloadWithStructureCommand.ts | 10 +- .../src/commands/HttpPrefixHeadersCommand.ts | 10 +- .../HttpPrefixHeadersInResponseCommand.ts | 10 +- .../HttpRequestWithFloatLabelsCommand.ts | 10 +- ...HttpRequestWithGreedyLabelInPathCommand.ts | 10 +- ...uestWithLabelsAndTimestampFormatCommand.ts | 10 +- .../commands/HttpRequestWithLabelsCommand.ts | 10 +- .../HttpRequestWithRegexLiteralCommand.ts | 10 +- .../src/commands/HttpResponseCodeCommand.ts | 10 +- .../src/commands/HttpStringPayloadCommand.ts | 10 +- .../IgnoreQueryParamsInResponseCommand.ts | 10 +- .../InputAndOutputWithHeadersCommand.ts | 10 +- .../src/commands/JsonBlobsCommand.ts | 10 +- .../src/commands/JsonEnumsCommand.ts | 10 +- .../src/commands/JsonIntEnumsCommand.ts | 10 +- .../src/commands/JsonListsCommand.ts | 10 +- .../src/commands/JsonMapsCommand.ts | 10 +- .../src/commands/JsonTimestampsCommand.ts | 10 +- .../src/commands/JsonUnionsCommand.ts | 10 +- .../MalformedAcceptWithBodyCommand.ts | 10 +- ...MalformedAcceptWithGenericStringCommand.ts | 10 +- .../MalformedAcceptWithPayloadCommand.ts | 12 +- .../src/commands/MalformedBlobCommand.ts | 10 +- .../src/commands/MalformedBooleanCommand.ts | 10 +- .../src/commands/MalformedByteCommand.ts | 10 +- .../MalformedContentTypeWithBodyCommand.ts | 10 +- ...rmedContentTypeWithGenericStringCommand.ts | 10 +- .../MalformedContentTypeWithPayloadCommand.ts | 12 +- .../MalformedContentTypeWithoutBodyCommand.ts | 10 +- .../src/commands/MalformedDoubleCommand.ts | 10 +- .../src/commands/MalformedFloatCommand.ts | 10 +- .../src/commands/MalformedIntegerCommand.ts | 10 +- .../src/commands/MalformedListCommand.ts | 10 +- .../src/commands/MalformedLongCommand.ts | 10 +- .../src/commands/MalformedMapCommand.ts | 10 +- .../commands/MalformedRequestBodyCommand.ts | 10 +- .../src/commands/MalformedShortCommand.ts | 10 +- .../src/commands/MalformedStringCommand.ts | 10 +- .../MalformedTimestampBodyDateTimeCommand.ts | 10 +- .../MalformedTimestampBodyDefaultCommand.ts | 10 +- .../MalformedTimestampBodyHttpDateCommand.ts | 10 +- ...MalformedTimestampHeaderDateTimeCommand.ts | 10 +- .../MalformedTimestampHeaderDefaultCommand.ts | 10 +- .../MalformedTimestampHeaderEpochCommand.ts | 10 +- .../MalformedTimestampPathDefaultCommand.ts | 10 +- .../MalformedTimestampPathEpochCommand.ts | 10 +- .../MalformedTimestampPathHttpDateCommand.ts | 10 +- .../MalformedTimestampQueryDefaultCommand.ts | 10 +- .../MalformedTimestampQueryEpochCommand.ts | 10 +- .../MalformedTimestampQueryHttpDateCommand.ts | 10 +- .../src/commands/MalformedUnionCommand.ts | 10 +- .../src/commands/MediaTypeHeaderCommand.ts | 10 +- .../src/commands/NoInputAndNoOutputCommand.ts | 10 +- .../src/commands/NoInputAndOutputCommand.ts | 10 +- .../NullAndEmptyHeadersClientCommand.ts | 10 +- .../NullAndEmptyHeadersServerCommand.ts | 10 +- .../OmitsNullSerializesEmptyStringCommand.ts | 10 +- .../OmitsSerializingEmptyListsCommand.ts | 10 +- .../src/commands/PostPlayerActionCommand.ts | 10 +- .../commands/PostUnionWithJsonNameCommand.ts | 10 +- .../QueryIdempotencyTokenAutoFillCommand.ts | 10 +- .../QueryParamsAsStringListMapCommand.ts | 10 +- .../src/commands/QueryPrecedenceCommand.ts | 10 +- .../src/commands/RecursiveShapesCommand.ts | 10 +- .../commands/SimpleScalarPropertiesCommand.ts | 10 +- .../src/commands/StreamingTraitsCommand.ts | 10 +- .../StreamingTraitsRequireLengthCommand.ts | 10 +- .../StreamingTraitsWithMediaTypeCommand.ts | 10 +- .../src/commands/TestBodyStructureCommand.ts | 10 +- .../src/commands/TestNoPayloadCommand.ts | 10 +- .../src/commands/TestPayloadBlobCommand.ts | 14 +- .../commands/TestPayloadStructureCommand.ts | 10 +- .../commands/TimestampFormatHeadersCommand.ts | 10 +- .../src/commands/UnitInputAndOutputCommand.ts | 10 +- .../src/endpoints.ts | 2 +- .../RestJsonProtocolServiceException.ts | 2 +- .../src/models/models_0.ts | 4 +- .../src/protocols/Aws_restJson1.ts | 17 +- .../src/runtimeConfig.browser.ts | 16 +- .../src/runtimeConfig.shared.ts | 10 +- .../src/runtimeConfig.ts | 26 +-- .../test/functional/restjson1.spec.ts | 6 +- .../aws-protocoltests-restxml/package.json | 43 ++--- .../src/RestXmlProtocol.ts | 4 +- .../src/RestXmlProtocolClient.ts | 38 ++-- .../commands/AllQueryStringTypesCommand.ts | 10 +- .../src/commands/BodyWithXmlNameCommand.ts | 10 +- .../ConstantAndVariableQueryStringCommand.ts | 10 +- .../commands/ConstantQueryStringCommand.ts | 10 +- .../src/commands/DatetimeOffsetsCommand.ts | 10 +- .../EmptyInputAndEmptyOutputCommand.ts | 10 +- .../src/commands/EndpointOperationCommand.ts | 10 +- ...ointWithHostLabelHeaderOperationCommand.ts | 10 +- .../EndpointWithHostLabelOperationCommand.ts | 10 +- .../src/commands/FlattenedXmlMapCommand.ts | 10 +- .../FlattenedXmlMapWithXmlNameCommand.ts | 10 +- .../FlattenedXmlMapWithXmlNamespaceCommand.ts | 10 +- .../src/commands/FractionalSecondsCommand.ts | 10 +- .../src/commands/GreetingWithErrorsCommand.ts | 10 +- .../src/commands/HttpPayloadTraitsCommand.ts | 14 +- .../HttpPayloadTraitsWithMediaTypeCommand.ts | 14 +- .../HttpPayloadWithMemberXmlNameCommand.ts | 10 +- .../HttpPayloadWithStructureCommand.ts | 10 +- .../commands/HttpPayloadWithXmlNameCommand.ts | 10 +- ...PayloadWithXmlNamespaceAndPrefixCommand.ts | 10 +- .../HttpPayloadWithXmlNamespaceCommand.ts | 10 +- .../src/commands/HttpPrefixHeadersCommand.ts | 10 +- .../HttpRequestWithFloatLabelsCommand.ts | 10 +- ...HttpRequestWithGreedyLabelInPathCommand.ts | 10 +- ...uestWithLabelsAndTimestampFormatCommand.ts | 10 +- .../commands/HttpRequestWithLabelsCommand.ts | 10 +- .../src/commands/HttpResponseCodeCommand.ts | 10 +- .../IgnoreQueryParamsInResponseCommand.ts | 10 +- .../InputAndOutputWithHeadersCommand.ts | 10 +- .../src/commands/NestedXmlMapsCommand.ts | 10 +- .../src/commands/NoInputAndNoOutputCommand.ts | 10 +- .../src/commands/NoInputAndOutputCommand.ts | 10 +- .../NullAndEmptyHeadersClientCommand.ts | 10 +- .../NullAndEmptyHeadersServerCommand.ts | 10 +- .../OmitsNullSerializesEmptyStringCommand.ts | 10 +- .../QueryIdempotencyTokenAutoFillCommand.ts | 10 +- .../QueryParamsAsStringListMapCommand.ts | 10 +- .../src/commands/QueryPrecedenceCommand.ts | 10 +- .../src/commands/RecursiveShapesCommand.ts | 10 +- .../commands/SimpleScalarPropertiesCommand.ts | 10 +- .../commands/TimestampFormatHeadersCommand.ts | 10 +- .../src/commands/XmlAttributesCommand.ts | 10 +- .../commands/XmlAttributesOnPayloadCommand.ts | 10 +- .../src/commands/XmlBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyBlobsCommand.ts | 10 +- .../src/commands/XmlEmptyListsCommand.ts | 10 +- .../src/commands/XmlEmptyMapsCommand.ts | 10 +- .../src/commands/XmlEmptyStringsCommand.ts | 10 +- .../src/commands/XmlEnumsCommand.ts | 10 +- .../src/commands/XmlIntEnumsCommand.ts | 10 +- .../src/commands/XmlListsCommand.ts | 10 +- .../src/commands/XmlMapsCommand.ts | 10 +- .../src/commands/XmlMapsXmlNameCommand.ts | 10 +- .../src/commands/XmlNamespacesCommand.ts | 10 +- .../src/commands/XmlTimestampsCommand.ts | 10 +- .../src/commands/XmlUnionsCommand.ts | 10 +- .../src/endpoints.ts | 2 +- .../models/RestXmlProtocolServiceException.ts | 2 +- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restXml.ts | 19 +- .../src/runtimeConfig.browser.ts | 12 +- .../src/runtimeConfig.shared.ts | 8 +- .../src/runtimeConfig.ts | 22 +-- .../test/functional/restxml.spec.ts | 6 +- private/aws-restjson-server/package.json | 35 ++-- .../src/models/models_0.ts | 10 +- .../src/protocols/Aws_restJson1.ts | 30 ++-- .../src/server/RestJsonService.ts | 6 +- .../server/operations/AllQueryStringTypes.ts | 6 +- .../ConstantAndVariableQueryString.ts | 6 +- .../server/operations/ConstantQueryString.ts | 6 +- .../src/server/operations/DatetimeOffsets.ts | 6 +- .../src/server/operations/DocumentType.ts | 6 +- .../operations/DocumentTypeAsPayload.ts | 6 +- .../operations/EmptyInputAndEmptyOutput.ts | 6 +- .../server/operations/EndpointOperation.ts | 6 +- .../EndpointWithHostLabelOperation.ts | 6 +- .../server/operations/FractionalSeconds.ts | 6 +- .../server/operations/GreetingWithErrors.ts | 6 +- .../operations/HostWithPathOperation.ts | 6 +- .../server/operations/HttpChecksumRequired.ts | 6 +- .../src/server/operations/HttpEnumPayload.ts | 6 +- .../server/operations/HttpPayloadTraits.ts | 6 +- .../HttpPayloadTraitsWithMediaType.ts | 6 +- .../operations/HttpPayloadWithStructure.ts | 6 +- .../server/operations/HttpPrefixHeaders.ts | 6 +- .../operations/HttpPrefixHeadersInResponse.ts | 6 +- .../operations/HttpRequestWithFloatLabels.ts | 6 +- .../HttpRequestWithGreedyLabelInPath.ts | 6 +- .../operations/HttpRequestWithLabels.ts | 6 +- ...HttpRequestWithLabelsAndTimestampFormat.ts | 6 +- .../operations/HttpRequestWithRegexLiteral.ts | 6 +- .../src/server/operations/HttpResponseCode.ts | 6 +- .../server/operations/HttpStringPayload.ts | 6 +- .../operations/IgnoreQueryParamsInResponse.ts | 6 +- .../operations/InputAndOutputWithHeaders.ts | 6 +- .../src/server/operations/JsonBlobs.ts | 6 +- .../src/server/operations/JsonEnums.ts | 6 +- .../src/server/operations/JsonIntEnums.ts | 6 +- .../src/server/operations/JsonLists.ts | 6 +- .../src/server/operations/JsonMaps.ts | 6 +- .../src/server/operations/JsonTimestamps.ts | 6 +- .../src/server/operations/JsonUnions.ts | 6 +- .../operations/MalformedAcceptWithBody.ts | 6 +- .../MalformedAcceptWithGenericString.ts | 6 +- .../operations/MalformedAcceptWithPayload.ts | 6 +- .../src/server/operations/MalformedBlob.ts | 6 +- .../src/server/operations/MalformedBoolean.ts | 6 +- .../src/server/operations/MalformedByte.ts | 6 +- .../MalformedContentTypeWithBody.ts | 6 +- .../MalformedContentTypeWithGenericString.ts | 6 +- .../MalformedContentTypeWithPayload.ts | 6 +- .../MalformedContentTypeWithoutBody.ts | 6 +- .../src/server/operations/MalformedDouble.ts | 6 +- .../src/server/operations/MalformedFloat.ts | 6 +- .../src/server/operations/MalformedInteger.ts | 6 +- .../src/server/operations/MalformedList.ts | 6 +- .../src/server/operations/MalformedLong.ts | 6 +- .../src/server/operations/MalformedMap.ts | 6 +- .../server/operations/MalformedRequestBody.ts | 6 +- .../src/server/operations/MalformedShort.ts | 6 +- .../src/server/operations/MalformedString.ts | 6 +- .../MalformedTimestampBodyDateTime.ts | 6 +- .../MalformedTimestampBodyDefault.ts | 6 +- .../MalformedTimestampBodyHttpDate.ts | 6 +- .../MalformedTimestampHeaderDateTime.ts | 6 +- .../MalformedTimestampHeaderDefault.ts | 6 +- .../MalformedTimestampHeaderEpoch.ts | 6 +- .../MalformedTimestampPathDefault.ts | 6 +- .../operations/MalformedTimestampPathEpoch.ts | 6 +- .../MalformedTimestampPathHttpDate.ts | 6 +- .../MalformedTimestampQueryDefault.ts | 6 +- .../MalformedTimestampQueryEpoch.ts | 6 +- .../MalformedTimestampQueryHttpDate.ts | 6 +- .../src/server/operations/MalformedUnion.ts | 6 +- .../src/server/operations/MediaTypeHeader.ts | 6 +- .../server/operations/NoInputAndNoOutput.ts | 6 +- .../src/server/operations/NoInputAndOutput.ts | 6 +- .../operations/NullAndEmptyHeadersClient.ts | 6 +- .../operations/NullAndEmptyHeadersServer.ts | 6 +- .../OmitsNullSerializesEmptyString.ts | 6 +- .../operations/OmitsSerializingEmptyLists.ts | 6 +- .../src/server/operations/PostPlayerAction.ts | 6 +- .../operations/PostUnionWithJsonName.ts | 6 +- .../QueryIdempotencyTokenAutoFill.ts | 6 +- .../operations/QueryParamsAsStringListMap.ts | 6 +- .../src/server/operations/QueryPrecedence.ts | 6 +- .../src/server/operations/RecursiveShapes.ts | 6 +- .../operations/SimpleScalarProperties.ts | 6 +- .../src/server/operations/StreamingTraits.ts | 6 +- .../StreamingTraitsRequireLength.ts | 6 +- .../StreamingTraitsWithMediaType.ts | 6 +- .../server/operations/TestBodyStructure.ts | 6 +- .../src/server/operations/TestNoPayload.ts | 6 +- .../src/server/operations/TestPayloadBlob.ts | 6 +- .../server/operations/TestPayloadStructure.ts | 6 +- .../operations/TimestampFormatHeaders.ts | 6 +- .../server/operations/UnitInputAndOutput.ts | 6 +- .../test/functional/restjson1.spec.ts | 8 +- .../package.json | 35 ++-- .../src/models/models_0.ts | 2 +- .../src/protocols/Aws_restJson1.ts | 29 +-- .../src/server/RestJsonValidationService.ts | 6 +- .../src/server/operations/MalformedEnum.ts | 6 +- .../src/server/operations/MalformedLength.ts | 6 +- .../operations/MalformedLengthOverride.ts | 6 +- .../operations/MalformedLengthQueryString.ts | 6 +- .../src/server/operations/MalformedPattern.ts | 6 +- .../operations/MalformedPatternOverride.ts | 6 +- .../src/server/operations/MalformedRange.ts | 6 +- .../operations/MalformedRangeOverride.ts | 6 +- .../server/operations/MalformedRequired.ts | 6 +- .../server/operations/MalformedUniqueItems.ts | 6 +- .../server/operations/RecursiveStructures.ts | 6 +- .../server/operations/SensitiveValidation.ts | 6 +- .../test/functional/restjson1.spec.ts | 6 +- yarn.lock | 165 +++++++++--------- 21201 files changed, 111905 insertions(+), 111430 deletions(-) diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 84eb0acd9bc9..20372f15eb5f 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-accessanalyzer/src/AccessAnalyzer.ts b/clients/client-accessanalyzer/src/AccessAnalyzer.ts index 3c653d6e747b..e04fd8d546ed 100644 --- a/clients/client-accessanalyzer/src/AccessAnalyzer.ts +++ b/clients/client-accessanalyzer/src/AccessAnalyzer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AccessAnalyzerClient, AccessAnalyzerClientConfig } from "./AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts index cc81032bc616..2cfce077f864 100644 --- a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts +++ b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand"; @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts index d67632c721a5..6a4a2ce15225 100644 --- a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ApplyArchiveRuleRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts index 8377a863fdbf..62cf716b51a5 100644 --- a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts index 97c66cda3bef..62e420d02bdc 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts index 125eb5f3db9f..704c86f43eff 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts index f51b04b9ae2a..722c87052516 100644 --- a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { CreateArchiveRuleRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts index b20c8213bb34..0d2627b0aa40 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { DeleteAnalyzerRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts index 3ec1aaedfbae..0f4c70b95d66 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { DeleteArchiveRuleRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts index c9a58efc8aa8..5e973ccb83b0 100644 --- a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts index 6ba42352e485..0aed698d14be 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts index 93e7afdcc018..0a38706ff3c2 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts index 66f108ced18d..cfea46ef3424 100644 --- a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts index 14263053bab3..8661c982e1c0 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetFindingRequest, GetFindingResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts index 76c710c4cfac..2a56f89be2c8 100644 --- a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts index 9a383e912503..e11fc7898d44 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts index efe0213285d7..3a0cfb97e34d 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts index 2f8ad88525ac..3e0215a171d5 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts index 71e47f0091e7..8a5e4bd986ec 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts index d363f9a78d43..aafa545a419f 100644 --- a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts index 2b1943b41c64..5324bd7fc502 100644 --- a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts index 77c2f9112cdc..aa2311246bdc 100644 --- a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts index f6a621a79a0a..c9d2d96f61ce 100644 --- a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts index 8359792dabef..ee9345a00878 100644 --- a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts index 08f3453660a5..fc460db8dd4a 100644 --- a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { StartResourceScanRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts index dd7d8ff26f7a..aa613964b4d0 100644 --- a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts index 5dd3c3242cfc..14629f65f232 100644 --- a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts index 229f8613ddf8..e821483d15a8 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { UpdateArchiveRuleRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts index d521cc17d6db..45c5fc1db228 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { UpdateFindingsRequest } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts index bf036c4b080c..8578872cc6c8 100644 --- a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient"; import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0"; diff --git a/clients/client-accessanalyzer/src/endpoint/EndpointParameters.ts b/clients/client-accessanalyzer/src/endpoint/EndpointParameters.ts index b2ec90fabaf0..7b20348bc612 100644 --- a/clients/client-accessanalyzer/src/endpoint/EndpointParameters.ts +++ b/clients/client-accessanalyzer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-accessanalyzer/src/endpoint/endpointResolver.ts b/clients/client-accessanalyzer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-accessanalyzer/src/endpoint/endpointResolver.ts +++ b/clients/client-accessanalyzer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-accessanalyzer/src/endpoint/ruleset.ts b/clients/client-accessanalyzer/src/endpoint/ruleset.ts index b95d4761c7b1..2be384fd0462 100644 --- a/clients/client-accessanalyzer/src/endpoint/ruleset.ts +++ b/clients/client-accessanalyzer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts b/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts index de9ae10157bb..4b8db981aee1 100644 --- a/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts +++ b/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-accessanalyzer/src/models/models_0.ts b/clients/client-accessanalyzer/src/models/models_0.ts index c6bdcab814d6..2f7af3fcccb6 100644 --- a/clients/client-accessanalyzer/src/models/models_0.ts +++ b/clients/client-accessanalyzer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnalyzerServiceException"; diff --git a/clients/client-accessanalyzer/src/pagination/Interfaces.ts b/clients/client-accessanalyzer/src/pagination/Interfaces.ts index 459fda7f002c..6f3eead202f9 100644 --- a/clients/client-accessanalyzer/src/pagination/Interfaces.ts +++ b/clients/client-accessanalyzer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; diff --git a/clients/client-accessanalyzer/src/pagination/ListAccessPreviewFindingsPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListAccessPreviewFindingsPaginator.ts index 44f3d6b7c6a9..51550608fad8 100644 --- a/clients/client-accessanalyzer/src/pagination/ListAccessPreviewFindingsPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListAccessPreviewFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListAccessPreviewsPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListAccessPreviewsPaginator.ts index dce3da1f617e..53e6a7ac9a26 100644 --- a/clients/client-accessanalyzer/src/pagination/ListAccessPreviewsPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListAccessPreviewsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListAnalyzedResourcesPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListAnalyzedResourcesPaginator.ts index 016d95d14845..ee73281c073c 100644 --- a/clients/client-accessanalyzer/src/pagination/ListAnalyzedResourcesPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListAnalyzedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListAnalyzersPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListAnalyzersPaginator.ts index 9ac361af4d10..9741a9c2d20e 100644 --- a/clients/client-accessanalyzer/src/pagination/ListAnalyzersPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListAnalyzersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListArchiveRulesPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListArchiveRulesPaginator.ts index c79a0404acd4..d68375be7dc1 100644 --- a/clients/client-accessanalyzer/src/pagination/ListArchiveRulesPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListArchiveRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListFindingsPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListFindingsPaginator.ts index 30396e8ce02e..a9253e823c57 100644 --- a/clients/client-accessanalyzer/src/pagination/ListFindingsPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ListPolicyGenerationsPaginator.ts b/clients/client-accessanalyzer/src/pagination/ListPolicyGenerationsPaginator.ts index 64ebac36c611..d04c3d17443a 100644 --- a/clients/client-accessanalyzer/src/pagination/ListPolicyGenerationsPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ListPolicyGenerationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/pagination/ValidatePolicyPaginator.ts b/clients/client-accessanalyzer/src/pagination/ValidatePolicyPaginator.ts index 2884dee05577..229fc01e924a 100644 --- a/clients/client-accessanalyzer/src/pagination/ValidatePolicyPaginator.ts +++ b/clients/client-accessanalyzer/src/pagination/ValidatePolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccessAnalyzerClient } from "../AccessAnalyzerClient"; import { diff --git a/clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts b/clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts index f272e5b79330..d22c374bc845 100644 --- a/clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts +++ b/clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "../commands/ApplyArchiveRuleCommand"; diff --git a/clients/client-accessanalyzer/src/runtimeConfig.browser.ts b/clients/client-accessanalyzer/src/runtimeConfig.browser.ts index 36027e8171d1..6881c2568f0d 100644 --- a/clients/client-accessanalyzer/src/runtimeConfig.browser.ts +++ b/clients/client-accessanalyzer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-accessanalyzer/src/runtimeConfig.shared.ts b/clients/client-accessanalyzer/src/runtimeConfig.shared.ts index 0cf301cb5dca..ffd4be8c3618 100644 --- a/clients/client-accessanalyzer/src/runtimeConfig.shared.ts +++ b/clients/client-accessanalyzer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-accessanalyzer/src/runtimeConfig.ts b/clients/client-accessanalyzer/src/runtimeConfig.ts index d7b011d813d5..216700f71f4f 100644 --- a/clients/client-accessanalyzer/src/runtimeConfig.ts +++ b/clients/client-accessanalyzer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-account/package.json b/clients/client-account/package.json index 735033a1b8f1..39b08b34ab40 100644 --- a/clients/client-account/package.json +++ b/clients/client-account/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-account/src/Account.ts b/clients/client-account/src/Account.ts index 63bb4f696458..30e5b0b79f9b 100644 --- a/clients/client-account/src/Account.ts +++ b/clients/client-account/src/Account.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AccountClient, AccountClientConfig } from "./AccountClient"; import { diff --git a/clients/client-account/src/AccountClient.ts b/clients/client-account/src/AccountClient.ts index 4fc713feef7c..3d2d3ac88650 100644 --- a/clients/client-account/src/AccountClient.ts +++ b/clients/client-account/src/AccountClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts index 66abdb22e43b..2c5a1518f7df 100644 --- a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts +++ b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { DeleteAlternateContactRequest } from "../models/models_0"; diff --git a/clients/client-account/src/commands/DisableRegionCommand.ts b/clients/client-account/src/commands/DisableRegionCommand.ts index 854aef183781..7b4b84f36606 100644 --- a/clients/client-account/src/commands/DisableRegionCommand.ts +++ b/clients/client-account/src/commands/DisableRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { DisableRegionRequest } from "../models/models_0"; diff --git a/clients/client-account/src/commands/EnableRegionCommand.ts b/clients/client-account/src/commands/EnableRegionCommand.ts index b298962dbe46..fa305c90fcdb 100644 --- a/clients/client-account/src/commands/EnableRegionCommand.ts +++ b/clients/client-account/src/commands/EnableRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { EnableRegionRequest } from "../models/models_0"; diff --git a/clients/client-account/src/commands/GetAlternateContactCommand.ts b/clients/client-account/src/commands/GetAlternateContactCommand.ts index a3e6cc5980a2..a5b8773f9982 100644 --- a/clients/client-account/src/commands/GetAlternateContactCommand.ts +++ b/clients/client-account/src/commands/GetAlternateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { diff --git a/clients/client-account/src/commands/GetContactInformationCommand.ts b/clients/client-account/src/commands/GetContactInformationCommand.ts index ef376e186289..3b38dcfdda9c 100644 --- a/clients/client-account/src/commands/GetContactInformationCommand.ts +++ b/clients/client-account/src/commands/GetContactInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { diff --git a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts index 1c093a2ef512..1ba0536e76c6 100644 --- a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts +++ b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { GetRegionOptStatusRequest, GetRegionOptStatusResponse } from "../models/models_0"; diff --git a/clients/client-account/src/commands/ListRegionsCommand.ts b/clients/client-account/src/commands/ListRegionsCommand.ts index a2127cd037a8..bd3841faa89b 100644 --- a/clients/client-account/src/commands/ListRegionsCommand.ts +++ b/clients/client-account/src/commands/ListRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { ListRegionsRequest, ListRegionsResponse } from "../models/models_0"; diff --git a/clients/client-account/src/commands/PutAlternateContactCommand.ts b/clients/client-account/src/commands/PutAlternateContactCommand.ts index 9bd310108c87..d25f1b554d85 100644 --- a/clients/client-account/src/commands/PutAlternateContactCommand.ts +++ b/clients/client-account/src/commands/PutAlternateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { PutAlternateContactRequest, PutAlternateContactRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-account/src/commands/PutContactInformationCommand.ts b/clients/client-account/src/commands/PutContactInformationCommand.ts index ad6d94513381..f4d8489088fe 100644 --- a/clients/client-account/src/commands/PutContactInformationCommand.ts +++ b/clients/client-account/src/commands/PutContactInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccountClient"; import { PutContactInformationRequest, PutContactInformationRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-account/src/endpoint/EndpointParameters.ts b/clients/client-account/src/endpoint/EndpointParameters.ts index 4e7f565c78ab..1254d0016bee 100644 --- a/clients/client-account/src/endpoint/EndpointParameters.ts +++ b/clients/client-account/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-account/src/endpoint/endpointResolver.ts b/clients/client-account/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-account/src/endpoint/endpointResolver.ts +++ b/clients/client-account/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-account/src/endpoint/ruleset.ts b/clients/client-account/src/endpoint/ruleset.ts index 44b0adb1193c..9fa2f83b49ea 100644 --- a/clients/client-account/src/endpoint/ruleset.ts +++ b/clients/client-account/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-account/src/models/AccountServiceException.ts b/clients/client-account/src/models/AccountServiceException.ts index 9cd9a0b4b6b2..be629852a9eb 100644 --- a/clients/client-account/src/models/AccountServiceException.ts +++ b/clients/client-account/src/models/AccountServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-account/src/models/models_0.ts b/clients/client-account/src/models/models_0.ts index 0f8c4e1de171..995533e0fabe 100644 --- a/clients/client-account/src/models/models_0.ts +++ b/clients/client-account/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AccountServiceException as __BaseException } from "./AccountServiceException"; diff --git a/clients/client-account/src/pagination/Interfaces.ts b/clients/client-account/src/pagination/Interfaces.ts index ffa01bb0c4b8..adc41313771c 100644 --- a/clients/client-account/src/pagination/Interfaces.ts +++ b/clients/client-account/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AccountClient } from "../AccountClient"; diff --git a/clients/client-account/src/pagination/ListRegionsPaginator.ts b/clients/client-account/src/pagination/ListRegionsPaginator.ts index 34e53a88e559..f910a68cbde6 100644 --- a/clients/client-account/src/pagination/ListRegionsPaginator.ts +++ b/clients/client-account/src/pagination/ListRegionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AccountClient } from "../AccountClient"; import { ListRegionsCommand, ListRegionsCommandInput, ListRegionsCommandOutput } from "../commands/ListRegionsCommand"; diff --git a/clients/client-account/src/protocols/Aws_restJson1.ts b/clients/client-account/src/protocols/Aws_restJson1.ts index 251b5bc9a8a5..734589ebe437 100644 --- a/clients/client-account/src/protocols/Aws_restJson1.ts +++ b/clients/client-account/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAlternateContactCommandInput, diff --git a/clients/client-account/src/runtimeConfig.browser.ts b/clients/client-account/src/runtimeConfig.browser.ts index 42e3a0cdb2a1..b7e9df3ac6ee 100644 --- a/clients/client-account/src/runtimeConfig.browser.ts +++ b/clients/client-account/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AccountClientConfig } from "./AccountClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-account/src/runtimeConfig.shared.ts b/clients/client-account/src/runtimeConfig.shared.ts index d10b90a46d06..91d11800a15d 100644 --- a/clients/client-account/src/runtimeConfig.shared.ts +++ b/clients/client-account/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AccountClientConfig } from "./AccountClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-account/src/runtimeConfig.ts b/clients/client-account/src/runtimeConfig.ts index c5c7b1f76307..1a8b14609ac6 100644 --- a/clients/client-account/src/runtimeConfig.ts +++ b/clients/client-account/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AccountClientConfig } from "./AccountClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index c9494ed547cb..910f11280c6c 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-acm-pca/src/ACMPCA.ts b/clients/client-acm-pca/src/ACMPCA.ts index 7f04eee3e297..d3d653d0b0eb 100644 --- a/clients/client-acm-pca/src/ACMPCA.ts +++ b/clients/client-acm-pca/src/ACMPCA.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ACMPCAClient, ACMPCAClientConfig } from "./ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/ACMPCAClient.ts b/clients/client-acm-pca/src/ACMPCAClient.ts index ef0b28ea50db..a54455161b3b 100644 --- a/clients/client-acm-pca/src/ACMPCAClient.ts +++ b/clients/client-acm-pca/src/ACMPCAClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts index 83c45f68061b..eff581c62277 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts index a7b5deffe45f..ea0b93977f54 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts index 0025ac151ac0..07f5cde9abaf 100644 --- a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { CreatePermissionRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts index 78c8b682b63a..2071c21bf4e3 100644 --- a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { DeleteCertificateAuthorityRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts index e5062b8dad59..f6143c3e4519 100644 --- a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { DeletePermissionRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts index 7598bacb6b12..fad4f0ab51fd 100644 --- a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { DeletePolicyRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts index 3284b365bc18..bd2b5ffccb16 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts index 2ac5e8e82f67..4bb2208b57d4 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts index aa6a14485101..5dd9aaebc1ae 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts index 8cf83561a3d6..21550375f952 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts index ab0c5558d194..c49937299859 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts index 6dd00307ad66..0c65557b7213 100644 --- a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts index 950ac5814f8e..f34e85cf5425 100644 --- a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts index e2b310c7328a..acb4bdede453 100644 --- a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts index c09c9e9f251b..04863baab774 100644 --- a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts +++ b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts index e59d29908583..3986729bd1ec 100644 --- a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/ListTagsCommand.ts b/clients/client-acm-pca/src/commands/ListTagsCommand.ts index 9539f1ad5ba4..0f0351762eeb 100644 --- a/clients/client-acm-pca/src/commands/ListTagsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts index 6024b580d558..3f3cca5c14cf 100644 --- a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { PutPolicyRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts index a34998df5283..ae643fc75cd6 100644 --- a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { RestoreCertificateAuthorityRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts index f750a2e58436..727da9c2f284 100644 --- a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { RevokeCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts index 3f077ea44ff8..8681edd30bf7 100644 --- a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { TagCertificateAuthorityRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts index 7cbefdfa4b36..e226348c6c4d 100644 --- a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { UntagCertificateAuthorityRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts index 802e2da22b4f..9757fc63228a 100644 --- a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient"; import { UpdateCertificateAuthorityRequest } from "../models/models_0"; diff --git a/clients/client-acm-pca/src/endpoint/EndpointParameters.ts b/clients/client-acm-pca/src/endpoint/EndpointParameters.ts index f8142e15ea8e..a83f28fa9862 100644 --- a/clients/client-acm-pca/src/endpoint/EndpointParameters.ts +++ b/clients/client-acm-pca/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-acm-pca/src/endpoint/endpointResolver.ts b/clients/client-acm-pca/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-acm-pca/src/endpoint/endpointResolver.ts +++ b/clients/client-acm-pca/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-acm-pca/src/endpoint/ruleset.ts b/clients/client-acm-pca/src/endpoint/ruleset.ts index a53e9ee253b3..0dda4743cea7 100644 --- a/clients/client-acm-pca/src/endpoint/ruleset.ts +++ b/clients/client-acm-pca/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-acm-pca/src/models/ACMPCAServiceException.ts b/clients/client-acm-pca/src/models/ACMPCAServiceException.ts index 096367f2d8c4..38b30d63793a 100644 --- a/clients/client-acm-pca/src/models/ACMPCAServiceException.ts +++ b/clients/client-acm-pca/src/models/ACMPCAServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-acm-pca/src/models/models_0.ts b/clients/client-acm-pca/src/models/models_0.ts index f828cfc81e76..82bc6c2a1ada 100644 --- a/clients/client-acm-pca/src/models/models_0.ts +++ b/clients/client-acm-pca/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ACMPCAServiceException as __BaseException } from "./ACMPCAServiceException"; diff --git a/clients/client-acm-pca/src/pagination/Interfaces.ts b/clients/client-acm-pca/src/pagination/Interfaces.ts index 5866ac584d75..add24c0cb1c0 100644 --- a/clients/client-acm-pca/src/pagination/Interfaces.ts +++ b/clients/client-acm-pca/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ACMPCAClient } from "../ACMPCAClient"; diff --git a/clients/client-acm-pca/src/pagination/ListCertificateAuthoritiesPaginator.ts b/clients/client-acm-pca/src/pagination/ListCertificateAuthoritiesPaginator.ts index a06b2711be00..0042c74165e7 100644 --- a/clients/client-acm-pca/src/pagination/ListCertificateAuthoritiesPaginator.ts +++ b/clients/client-acm-pca/src/pagination/ListCertificateAuthoritiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ACMPCAClient } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/pagination/ListPermissionsPaginator.ts b/clients/client-acm-pca/src/pagination/ListPermissionsPaginator.ts index 88f99532cdb9..e78d364048d1 100644 --- a/clients/client-acm-pca/src/pagination/ListPermissionsPaginator.ts +++ b/clients/client-acm-pca/src/pagination/ListPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ACMPCAClient } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/pagination/ListTagsPaginator.ts b/clients/client-acm-pca/src/pagination/ListTagsPaginator.ts index 90bec355921b..a72f0d2952e6 100644 --- a/clients/client-acm-pca/src/pagination/ListTagsPaginator.ts +++ b/clients/client-acm-pca/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ACMPCAClient } from "../ACMPCAClient"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; diff --git a/clients/client-acm-pca/src/protocols/Aws_json1_1.ts b/clients/client-acm-pca/src/protocols/Aws_json1_1.ts index baf7280b47bd..7ad6d28591d3 100644 --- a/clients/client-acm-pca/src/protocols/Aws_json1_1.ts +++ b/clients/client-acm-pca/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCertificateAuthorityAuditReportCommandInput, diff --git a/clients/client-acm-pca/src/runtimeConfig.browser.ts b/clients/client-acm-pca/src/runtimeConfig.browser.ts index 7152eec749bb..f28318596516 100644 --- a/clients/client-acm-pca/src/runtimeConfig.browser.ts +++ b/clients/client-acm-pca/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ACMPCAClientConfig } from "./ACMPCAClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-acm-pca/src/runtimeConfig.shared.ts b/clients/client-acm-pca/src/runtimeConfig.shared.ts index cc033b57ab90..46c49b7b90ef 100644 --- a/clients/client-acm-pca/src/runtimeConfig.shared.ts +++ b/clients/client-acm-pca/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ACMPCAClientConfig } from "./ACMPCAClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-acm-pca/src/runtimeConfig.ts b/clients/client-acm-pca/src/runtimeConfig.ts index 1f78818fa449..c07c7c4ba303 100644 --- a/clients/client-acm-pca/src/runtimeConfig.ts +++ b/clients/client-acm-pca/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ACMPCAClientConfig } from "./ACMPCAClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-acm-pca/src/waiters/waitForAuditReportCreated.ts b/clients/client-acm-pca/src/waiters/waitForAuditReportCreated.ts index 7c0f75905a4b..3158a9b79e6a 100644 --- a/clients/client-acm-pca/src/waiters/waitForAuditReportCreated.ts +++ b/clients/client-acm-pca/src/waiters/waitForAuditReportCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { ACMPCAClient } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/waiters/waitForCertificateAuthorityCSRCreated.ts b/clients/client-acm-pca/src/waiters/waitForCertificateAuthorityCSRCreated.ts index 2f94f0deaef9..76c2677fbdae 100644 --- a/clients/client-acm-pca/src/waiters/waitForCertificateAuthorityCSRCreated.ts +++ b/clients/client-acm-pca/src/waiters/waitForCertificateAuthorityCSRCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { ACMPCAClient } from "../ACMPCAClient"; import { diff --git a/clients/client-acm-pca/src/waiters/waitForCertificateIssued.ts b/clients/client-acm-pca/src/waiters/waitForCertificateIssued.ts index 607e74b6eb6f..b334a0b90d8b 100644 --- a/clients/client-acm-pca/src/waiters/waitForCertificateIssued.ts +++ b/clients/client-acm-pca/src/waiters/waitForCertificateIssued.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { ACMPCAClient } from "../ACMPCAClient"; import { GetCertificateCommand, GetCertificateCommandInput } from "../commands/GetCertificateCommand"; diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index 14cb8f3744a3..c04ad231bfef 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-acm/src/ACM.ts b/clients/client-acm/src/ACM.ts index 4babb127f827..2e8ef565a64e 100644 --- a/clients/client-acm/src/ACM.ts +++ b/clients/client-acm/src/ACM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ACMClient, ACMClientConfig } from "./ACMClient"; import { diff --git a/clients/client-acm/src/ACMClient.ts b/clients/client-acm/src/ACMClient.ts index 04e6f39e2d02..5e6f066d4eee 100644 --- a/clients/client-acm/src/ACMClient.ts +++ b/clients/client-acm/src/ACMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts index d10381ddaa5f..9a03e7db0085 100644 --- a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts +++ b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { AddTagsToCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/DeleteCertificateCommand.ts b/clients/client-acm/src/commands/DeleteCertificateCommand.ts index 33cdfb8ba9d9..fbc273e6d4d5 100644 --- a/clients/client-acm/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-acm/src/commands/DeleteCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { DeleteCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/DescribeCertificateCommand.ts b/clients/client-acm/src/commands/DescribeCertificateCommand.ts index caece5dadf7b..6d9c6a556461 100644 --- a/clients/client-acm/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-acm/src/commands/DescribeCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/ExportCertificateCommand.ts b/clients/client-acm/src/commands/ExportCertificateCommand.ts index c9ba456729c0..7249d2f37ac3 100644 --- a/clients/client-acm/src/commands/ExportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ExportCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { diff --git a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts index 179e0e5db580..79ff4fc0eb75 100644 --- a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { GetAccountConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/GetCertificateCommand.ts b/clients/client-acm/src/commands/GetCertificateCommand.ts index 8ff06a53255f..447503ee8e0f 100644 --- a/clients/client-acm/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm/src/commands/GetCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/ImportCertificateCommand.ts b/clients/client-acm/src/commands/ImportCertificateCommand.ts index 8920c22f7210..0074d158f09a 100644 --- a/clients/client-acm/src/commands/ImportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ImportCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { diff --git a/clients/client-acm/src/commands/ListCertificatesCommand.ts b/clients/client-acm/src/commands/ListCertificatesCommand.ts index 0ed9e3bdedd8..5d1636aca4a0 100644 --- a/clients/client-acm/src/commands/ListCertificatesCommand.ts +++ b/clients/client-acm/src/commands/ListCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts index 2cfdf88be09a..8f68f0d04525 100644 --- a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts +++ b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { ListTagsForCertificateRequest, ListTagsForCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts index eec9ce4b9022..2b0803650afd 100644 --- a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { PutAccountConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts index f629cfe77d0c..296ffa9794a3 100644 --- a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts +++ b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { RemoveTagsFromCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/RenewCertificateCommand.ts b/clients/client-acm/src/commands/RenewCertificateCommand.ts index 008985279ad5..41437fe25b9d 100644 --- a/clients/client-acm/src/commands/RenewCertificateCommand.ts +++ b/clients/client-acm/src/commands/RenewCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { RenewCertificateRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/RequestCertificateCommand.ts b/clients/client-acm/src/commands/RequestCertificateCommand.ts index b4f609700030..ba772cac52f7 100644 --- a/clients/client-acm/src/commands/RequestCertificateCommand.ts +++ b/clients/client-acm/src/commands/RequestCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { RequestCertificateRequest, RequestCertificateResponse } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts index 5f4fa0949075..16682a383ce6 100644 --- a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts +++ b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { ResendValidationEmailRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts index 8b00276aaaca..50893517aca8 100644 --- a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts +++ b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient"; import { UpdateCertificateOptionsRequest } from "../models/models_0"; diff --git a/clients/client-acm/src/endpoint/EndpointParameters.ts b/clients/client-acm/src/endpoint/EndpointParameters.ts index 59b29392ceac..1a60754e1566 100644 --- a/clients/client-acm/src/endpoint/EndpointParameters.ts +++ b/clients/client-acm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-acm/src/endpoint/endpointResolver.ts b/clients/client-acm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-acm/src/endpoint/endpointResolver.ts +++ b/clients/client-acm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-acm/src/endpoint/ruleset.ts b/clients/client-acm/src/endpoint/ruleset.ts index 6da5a7062b35..da570a4b557a 100644 --- a/clients/client-acm/src/endpoint/ruleset.ts +++ b/clients/client-acm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-acm/src/models/ACMServiceException.ts b/clients/client-acm/src/models/ACMServiceException.ts index 0fa744a78013..99125b07ea52 100644 --- a/clients/client-acm/src/models/ACMServiceException.ts +++ b/clients/client-acm/src/models/ACMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-acm/src/models/models_0.ts b/clients/client-acm/src/models/models_0.ts index 02d13e4e7b62..a2dbc2c40c5a 100644 --- a/clients/client-acm/src/models/models_0.ts +++ b/clients/client-acm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ACMServiceException as __BaseException } from "./ACMServiceException"; diff --git a/clients/client-acm/src/pagination/Interfaces.ts b/clients/client-acm/src/pagination/Interfaces.ts index c81f972619f6..6ea6e7b80f1d 100644 --- a/clients/client-acm/src/pagination/Interfaces.ts +++ b/clients/client-acm/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ACMClient } from "../ACMClient"; diff --git a/clients/client-acm/src/pagination/ListCertificatesPaginator.ts b/clients/client-acm/src/pagination/ListCertificatesPaginator.ts index 322530096334..265e4851be72 100644 --- a/clients/client-acm/src/pagination/ListCertificatesPaginator.ts +++ b/clients/client-acm/src/pagination/ListCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ACMClient } from "../ACMClient"; import { diff --git a/clients/client-acm/src/protocols/Aws_json1_1.ts b/clients/client-acm/src/protocols/Aws_json1_1.ts index 7218403aac62..2eedebdb6ece 100644 --- a/clients/client-acm/src/protocols/Aws_json1_1.ts +++ b/clients/client-acm/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToCertificateCommandInput, diff --git a/clients/client-acm/src/runtimeConfig.browser.ts b/clients/client-acm/src/runtimeConfig.browser.ts index 0389757e2d02..342a8aa13221 100644 --- a/clients/client-acm/src/runtimeConfig.browser.ts +++ b/clients/client-acm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ACMClientConfig } from "./ACMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-acm/src/runtimeConfig.shared.ts b/clients/client-acm/src/runtimeConfig.shared.ts index 9fb5d3c486ad..b79373ffbc3f 100644 --- a/clients/client-acm/src/runtimeConfig.shared.ts +++ b/clients/client-acm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ACMClientConfig } from "./ACMClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-acm/src/runtimeConfig.ts b/clients/client-acm/src/runtimeConfig.ts index 9c95a3e6c336..036ffaf3e24c 100644 --- a/clients/client-acm/src/runtimeConfig.ts +++ b/clients/client-acm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ACMClientConfig } from "./ACMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-acm/src/waiters/waitForCertificateValidated.ts b/clients/client-acm/src/waiters/waitForCertificateValidated.ts index b0f4def7affc..ce0be9d45a44 100644 --- a/clients/client-acm/src/waiters/waitForCertificateValidated.ts +++ b/clients/client-acm/src/waiters/waitForCertificateValidated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { ACMClient } from "../ACMClient"; import { DescribeCertificateCommand, DescribeCertificateCommandInput } from "../commands/DescribeCertificateCommand"; diff --git a/clients/client-alexa-for-business/package.json b/clients/client-alexa-for-business/package.json index 177b7727daac..87e8d2a9d2d8 100644 --- a/clients/client-alexa-for-business/package.json +++ b/clients/client-alexa-for-business/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-alexa-for-business/src/AlexaForBusiness.ts b/clients/client-alexa-for-business/src/AlexaForBusiness.ts index 305a1182b007..77165eb14b6f 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusiness.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusiness.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AlexaForBusinessClient, AlexaForBusinessClientConfig } from "./AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts index ba9a6b8114b6..ed056c0c2457 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ApproveSkillCommandInput, ApproveSkillCommandOutput } from "./commands/ApproveSkillCommand"; @@ -477,7 +475,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -586,7 +584,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts index d5c1a1c8f4e9..b5d8c844f100 100644 --- a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ApproveSkillRequest, ApproveSkillResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts index 2fd93a0f9f44..7bb4e4c4d6d9 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { AssociateContactWithAddressBookRequest, AssociateContactWithAddressBookResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts index d3e32888066c..bfedece4d7d8 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts index c4ba367a418b..be7375e0ea18 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { AssociateDeviceWithRoomRequest, AssociateDeviceWithRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts index f5dcc671f90f..abd483b1e991 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { AssociateSkillGroupWithRoomRequest, AssociateSkillGroupWithRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts index b97381ed54db..64657295c589 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { AssociateSkillWithSkillGroupRequest, AssociateSkillWithSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts index fffdba8561f4..02cd909225b5 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { AssociateSkillWithUsersRequest, AssociateSkillWithUsersResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts index 2b7df5611e03..030c01cb05d8 100644 --- a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateAddressBookRequest, CreateAddressBookResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts index ede172652712..3e2db8920a38 100644 --- a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateBusinessReportScheduleRequest, CreateBusinessReportScheduleResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts index c20e7126c031..c63b5d80a136 100644 --- a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateConferenceProviderRequest, CreateConferenceProviderResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts index 77a8ba433160..3ca4a41ce219 100644 --- a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts index e490d921214a..08a35e29a858 100644 --- a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateGatewayGroupRequest, CreateGatewayGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts index e8226df67ffc..0560717461c7 100644 --- a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts index 4108dcc40466..fb868dc8cdc1 100644 --- a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts index 55cf5a6ad735..f8b238de8389 100644 --- a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts index e043e5c5d342..2e2cb96d56f1 100644 --- a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateSkillGroupRequest, CreateSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts index 82d640d23614..c90681df587d 100644 --- a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts index 89be372fd809..85d46b76b1cd 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteAddressBookRequest, DeleteAddressBookResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts index 5115587fb542..ec0c9d16e050 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteBusinessReportScheduleRequest, DeleteBusinessReportScheduleResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts index 6514c5095b6e..21dabf5979e0 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteConferenceProviderRequest, DeleteConferenceProviderResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts index 871bd39b7cd9..55fd36b54e66 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteContactRequest, DeleteContactResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts index ba3d0cf82f22..a73eb08b1f9a 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts index 97d7f108bf88..9949d93d7eaf 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteDeviceUsageDataRequest, DeleteDeviceUsageDataResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts index 85ca2beeab1a..34ce031f5259 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteGatewayGroupRequest, DeleteGatewayGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts index 62a83dfe244c..50c06591a82c 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteNetworkProfileRequest, DeleteNetworkProfileResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts index f927b635ecf7..416086358cf1 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts index f3f97f14dc95..6c99357530a8 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteRoomRequest, DeleteRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts index fa0c40f9b240..ece543d401f3 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteRoomSkillParameterRequest, DeleteRoomSkillParameterResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts index 2c7bae4c3ce9..abdc8dff4e54 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteSkillAuthorizationRequest, DeleteSkillAuthorizationResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts index 9b08c68a7dba..559ec185c684 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteSkillGroupRequest, DeleteSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts index 31b678cec121..e741704f41d4 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts index 40d1f1dde438..1cd02aebca4a 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts index d01709c9a2c5..c96b87a69ea7 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DisassociateDeviceFromRoomRequest, DisassociateDeviceFromRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts index 4f4a8f109aa6..78d9a17de862 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DisassociateSkillFromSkillGroupRequest, DisassociateSkillFromSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts index 11af57a3b331..e1cb665a633f 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DisassociateSkillFromUsersRequest, DisassociateSkillFromUsersResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts index e49e53e00e42..8cd29884224d 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { DisassociateSkillGroupFromRoomRequest, DisassociateSkillGroupFromRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts index 1ff803f456ad..5ea7947594d5 100644 --- a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ForgetSmartHomeAppliancesRequest, ForgetSmartHomeAppliancesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts index 8fbbb3e37e05..c172f6760202 100644 --- a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetAddressBookRequest, GetAddressBookResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts index a9f9213ce4d7..23bd6f318633 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetConferencePreferenceRequest, GetConferencePreferenceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts index fd9e0de57dc3..7c101af774e0 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetConferenceProviderRequest, GetConferenceProviderResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts index ad52c4ad6421..7f031f520df1 100644 --- a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetContactRequest, GetContactResponse, GetContactResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts index 49efec770c62..0dbceb1d09ac 100644 --- a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts index 373c80ce477c..edeee85459ae 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetGatewayRequest, GetGatewayResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts index e1f457e636c4..fd5c7093dfc7 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetGatewayGroupRequest, GetGatewayGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts index b9a8616b4170..b1d39081b8b4 100644 --- a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetInvitationConfigurationRequest, GetInvitationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts index d115c540c2b6..7d8a04db4ae8 100644 --- a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts index 9dabfe4b986e..f123c27fa377 100644 --- a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetProfileRequest, GetProfileResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts index 665aa07a594f..0b85aacc9e13 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetRoomRequest, GetRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts index 5574fb809e12..19feca61b296 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetRoomSkillParameterRequest, GetRoomSkillParameterResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts index dd73f87d4920..675bce3e9ed3 100644 --- a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { GetSkillGroupRequest, GetSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts index bc5cbd95a7aa..8ab1f1fceb16 100644 --- a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListBusinessReportSchedulesRequest, ListBusinessReportSchedulesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts index 2116c6a0ab14..618409365705 100644 --- a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListConferenceProvidersRequest, ListConferenceProvidersResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts index d80aa2b97ced..4ab785a1046f 100644 --- a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListDeviceEventsRequest, ListDeviceEventsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts index 6793a23e92e2..70d9a5520347 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListGatewayGroupsRequest, ListGatewayGroupsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts index 97b93d63209e..9afc01b48a87 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts index 809e641c6c69..627f50eee657 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListSkillsRequest, ListSkillsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts index 70e8eb79d98a..36fe886204ea 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListSkillsStoreCategoriesRequest, ListSkillsStoreCategoriesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts index 782b449e2c68..2116adb34f41 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListSkillsStoreSkillsByCategoryRequest, ListSkillsStoreSkillsByCategoryResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts index 77465c2343ec..bedca2b5da6a 100644 --- a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListSmartHomeAppliancesRequest, ListSmartHomeAppliancesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts index 9469f9ddc855..7fa48e9f3aa6 100644 --- a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts index f6c126e5d0d9..bcfa74da0a7a 100644 --- a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { PutConferencePreferenceRequest, PutConferencePreferenceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts index c3cafe4072ea..123bbda4aad5 100644 --- a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { PutInvitationConfigurationRequest, PutInvitationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts index e8c45c8fb16c..f96fc5889a00 100644 --- a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { PutRoomSkillParameterRequest, PutRoomSkillParameterResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts index a2f258f13fa5..0489e118803d 100644 --- a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts index 805dcee15c25..22a245e13d75 100644 --- a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { RegisterAVSDeviceRequest, RegisterAVSDeviceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts index aee76c1478ae..a313ea127f3f 100644 --- a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { RejectSkillRequest, RejectSkillResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts index 6a13ac30009f..55f5f7d4b1b6 100644 --- a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { ResolveRoomRequest, ResolveRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts index b518cd19ccc5..69609759e551 100644 --- a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { RevokeInvitationRequest, RevokeInvitationResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts index 5ea0fa5268d0..d7da975b926b 100644 --- a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchAddressBooksRequest, SearchAddressBooksResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts index 6977c173ee44..546758955c0e 100644 --- a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts index 2336fdf74d32..82538fda49a0 100644 --- a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts index 8df86af97758..7bac14830e48 100644 --- a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchNetworkProfilesRequest, SearchNetworkProfilesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts index 8aff24f51415..df25ba172ac3 100644 --- a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts index e88e36c7255a..8d2b9034d898 100644 --- a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchRoomsRequest, SearchRoomsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts index fd07edad251a..b3fa605611dd 100644 --- a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchSkillGroupsRequest, SearchSkillGroupsResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts index 51b29353fc9a..47e256860d80 100644 --- a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SearchUsersRequest, SearchUsersResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts index 83862a3db6f1..95e63038db4b 100644 --- a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SendAnnouncementRequest, SendAnnouncementResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts index 78c13257c4b2..bec7921d7366 100644 --- a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { SendInvitationRequest, SendInvitationResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts index 1bf4620c8c09..573a59c8e376 100644 --- a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { StartDeviceSyncRequest, StartDeviceSyncResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts index 5dc7cbbf469e..ac058f06af86 100644 --- a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { StartSmartHomeApplianceDiscoveryRequest, StartSmartHomeApplianceDiscoveryResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts index d9b928eea674..3e70cf1ec07e 100644 --- a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts index 3f14426d37bb..36e96f9c6b32 100644 --- a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts index 259508dcc6ed..10816259013d 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateAddressBookRequest, UpdateAddressBookResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts index 9df4f647cef6..16cdd89581c2 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateBusinessReportScheduleRequest, UpdateBusinessReportScheduleResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts index 1c5251d2bd5b..0a39c4d50559 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateConferenceProviderRequest, UpdateConferenceProviderResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts index 7ec5b3df18b5..8baa0ba80d17 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts index 5eee1bd9cb13..0f65253c6e7d 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts index 5f4cd4cdef9f..31e1a6af5cfd 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateGatewayRequest, UpdateGatewayResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts index 05c66b0f43b5..98c49f5539ca 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateGatewayGroupRequest, UpdateGatewayGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts index 27d53ef16e5d..bfaccfff05e5 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts index 9807e7c907b1..a4fc997e750b 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts index b094bc7bb4f7..af7f98201fcd 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts index 0d35dc6d9c9e..0d204127ad49 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AlexaForBusinessClient"; import { UpdateSkillGroupRequest, UpdateSkillGroupResponse } from "../models/models_0"; diff --git a/clients/client-alexa-for-business/src/endpoint/EndpointParameters.ts b/clients/client-alexa-for-business/src/endpoint/EndpointParameters.ts index 37651b516e42..074ebc3dbf2c 100644 --- a/clients/client-alexa-for-business/src/endpoint/EndpointParameters.ts +++ b/clients/client-alexa-for-business/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-alexa-for-business/src/endpoint/endpointResolver.ts b/clients/client-alexa-for-business/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-alexa-for-business/src/endpoint/endpointResolver.ts +++ b/clients/client-alexa-for-business/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-alexa-for-business/src/endpoint/ruleset.ts b/clients/client-alexa-for-business/src/endpoint/ruleset.ts index b010fb909c70..f6fa41fa7884 100644 --- a/clients/client-alexa-for-business/src/endpoint/ruleset.ts +++ b/clients/client-alexa-for-business/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts b/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts index 4c721cce4887..d41d63cf1c66 100644 --- a/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts +++ b/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-alexa-for-business/src/models/models_0.ts b/clients/client-alexa-for-business/src/models/models_0.ts index 81df1a998c54..b9ce0f53d8d3 100644 --- a/clients/client-alexa-for-business/src/models/models_0.ts +++ b/clients/client-alexa-for-business/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AlexaForBusinessServiceException as __BaseException } from "./AlexaForBusinessServiceException"; diff --git a/clients/client-alexa-for-business/src/pagination/Interfaces.ts b/clients/client-alexa-for-business/src/pagination/Interfaces.ts index 923268956a1c..4d98d11734a8 100644 --- a/clients/client-alexa-for-business/src/pagination/Interfaces.ts +++ b/clients/client-alexa-for-business/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; diff --git a/clients/client-alexa-for-business/src/pagination/ListBusinessReportSchedulesPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListBusinessReportSchedulesPaginator.ts index 8356872bbb56..a5491af157ec 100644 --- a/clients/client-alexa-for-business/src/pagination/ListBusinessReportSchedulesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListBusinessReportSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListConferenceProvidersPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListConferenceProvidersPaginator.ts index 13f7f396cc96..0262ce3e28c0 100644 --- a/clients/client-alexa-for-business/src/pagination/ListConferenceProvidersPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListConferenceProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListDeviceEventsPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListDeviceEventsPaginator.ts index ebfba1af1c10..c4266e8ff1ad 100644 --- a/clients/client-alexa-for-business/src/pagination/ListDeviceEventsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListDeviceEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListGatewayGroupsPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListGatewayGroupsPaginator.ts index 811f56089560..be0879a76a75 100644 --- a/clients/client-alexa-for-business/src/pagination/ListGatewayGroupsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListGatewayGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListGatewaysPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListGatewaysPaginator.ts index b7cea95b6a66..0c2fcd037da4 100644 --- a/clients/client-alexa-for-business/src/pagination/ListGatewaysPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListSkillsPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListSkillsPaginator.ts index 842f76a0fbfc..13f10b5d5d91 100644 --- a/clients/client-alexa-for-business/src/pagination/ListSkillsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListSkillsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { ListSkillsCommand, ListSkillsCommandInput, ListSkillsCommandOutput } from "../commands/ListSkillsCommand"; diff --git a/clients/client-alexa-for-business/src/pagination/ListSkillsStoreCategoriesPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListSkillsStoreCategoriesPaginator.ts index cb7b8748ad2e..3d688fa1a1ec 100644 --- a/clients/client-alexa-for-business/src/pagination/ListSkillsStoreCategoriesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListSkillsStoreCategoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListSkillsStoreSkillsByCategoryPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListSkillsStoreSkillsByCategoryPaginator.ts index 59a7dba9ce86..36853b3f959e 100644 --- a/clients/client-alexa-for-business/src/pagination/ListSkillsStoreSkillsByCategoryPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListSkillsStoreSkillsByCategoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListSmartHomeAppliancesPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListSmartHomeAppliancesPaginator.ts index 6e355980595b..d1bf01b18231 100644 --- a/clients/client-alexa-for-business/src/pagination/ListSmartHomeAppliancesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListSmartHomeAppliancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/ListTagsPaginator.ts b/clients/client-alexa-for-business/src/pagination/ListTagsPaginator.ts index f040f2cbeb75..9f3e4d279573 100644 --- a/clients/client-alexa-for-business/src/pagination/ListTagsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; diff --git a/clients/client-alexa-for-business/src/pagination/SearchAddressBooksPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchAddressBooksPaginator.ts index d0f69afa68f2..c30075317811 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchAddressBooksPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchAddressBooksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchContactsPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchContactsPaginator.ts index fcf227545dbf..678d35c74643 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchContactsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchContactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchDevicesPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchDevicesPaginator.ts index 4cfcdff8ad07..883696422156 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchDevicesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchNetworkProfilesPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchNetworkProfilesPaginator.ts index adc7b04beef3..c888acec5675 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchNetworkProfilesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchNetworkProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchProfilesPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchProfilesPaginator.ts index ccf71b2a65ad..11cab3b8f6f7 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchProfilesPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchRoomsPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchRoomsPaginator.ts index af171fdca343..73999d8f43ef 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchRoomsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchRoomsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { SearchRoomsCommand, SearchRoomsCommandInput, SearchRoomsCommandOutput } from "../commands/SearchRoomsCommand"; diff --git a/clients/client-alexa-for-business/src/pagination/SearchSkillGroupsPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchSkillGroupsPaginator.ts index b3a2b12661f3..9cad61e7160d 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchSkillGroupsPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchSkillGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { diff --git a/clients/client-alexa-for-business/src/pagination/SearchUsersPaginator.ts b/clients/client-alexa-for-business/src/pagination/SearchUsersPaginator.ts index 1e59bf05cd29..4ea04b6df6d7 100644 --- a/clients/client-alexa-for-business/src/pagination/SearchUsersPaginator.ts +++ b/clients/client-alexa-for-business/src/pagination/SearchUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AlexaForBusinessClient } from "../AlexaForBusinessClient"; import { SearchUsersCommand, SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand"; diff --git a/clients/client-alexa-for-business/src/protocols/Aws_json1_1.ts b/clients/client-alexa-for-business/src/protocols/Aws_json1_1.ts index f34478c583a6..9675e758ea42 100644 --- a/clients/client-alexa-for-business/src/protocols/Aws_json1_1.ts +++ b/clients/client-alexa-for-business/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { ApproveSkillCommandInput, ApproveSkillCommandOutput } from "../commands/ApproveSkillCommand"; diff --git a/clients/client-alexa-for-business/src/runtimeConfig.browser.ts b/clients/client-alexa-for-business/src/runtimeConfig.browser.ts index 2ccc04b70c42..d0d800bacbad 100644 --- a/clients/client-alexa-for-business/src/runtimeConfig.browser.ts +++ b/clients/client-alexa-for-business/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AlexaForBusinessClientConfig } from "./AlexaForBusinessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-alexa-for-business/src/runtimeConfig.shared.ts b/clients/client-alexa-for-business/src/runtimeConfig.shared.ts index ca2576271249..34e921e0b6f7 100644 --- a/clients/client-alexa-for-business/src/runtimeConfig.shared.ts +++ b/clients/client-alexa-for-business/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AlexaForBusinessClientConfig } from "./AlexaForBusinessClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-alexa-for-business/src/runtimeConfig.ts b/clients/client-alexa-for-business/src/runtimeConfig.ts index eea86332669a..3a0bb052cba5 100644 --- a/clients/client-alexa-for-business/src/runtimeConfig.ts +++ b/clients/client-alexa-for-business/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AlexaForBusinessClientConfig } from "./AlexaForBusinessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json index 8fd7a927ae3b..2e510e76b084 100644 --- a/clients/client-amp/package.json +++ b/clients/client-amp/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-amp/src/Amp.ts b/clients/client-amp/src/Amp.ts index 501da935bcd3..9c7c29751e50 100644 --- a/clients/client-amp/src/Amp.ts +++ b/clients/client-amp/src/Amp.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AmpClient, AmpClientConfig } from "./AmpClient"; import { diff --git a/clients/client-amp/src/AmpClient.ts b/clients/client-amp/src/AmpClient.ts index 456c871a8b38..b5a24aeb7d13 100644 --- a/clients/client-amp/src/AmpClient.ts +++ b/clients/client-amp/src/AmpClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts index cc8d336a6b1e..15f6d640ab36 100644 --- a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { CreateAlertManagerDefinitionRequest, CreateAlertManagerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts index af123ad2a162..c75bf897e026 100644 --- a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts index c7bce37fb93e..bfe13aa50dea 100644 --- a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { CreateRuleGroupsNamespaceRequest, CreateRuleGroupsNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts index 7b7c619b61ca..19e88d6b1783 100644 --- a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts index 36677500c2a8..8b5677a1213f 100644 --- a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DeleteAlertManagerDefinitionRequest } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts index d438d7ddbc9e..984c7baffadb 100644 --- a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DeleteLoggingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts index ca69b9e8bb23..3ca9ae92b8b8 100644 --- a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts index ed0ac589f1d9..11f99ceeea59 100644 --- a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DeleteWorkspaceRequest } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts index 608e4cabfc48..bef47614a4d9 100644 --- a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DescribeAlertManagerDefinitionRequest, DescribeAlertManagerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts index 5f559e277f3a..4ebbacb3df18 100644 --- a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts index fc81e052ab78..13fff0c19559 100644 --- a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DescribeRuleGroupsNamespaceRequest, DescribeRuleGroupsNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts index 0ef786eb09da..0f7d8f645fce 100644 --- a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts index 5f31d7c002ec..8e548057a0df 100644 --- a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts +++ b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { ListRuleGroupsNamespacesRequest, ListRuleGroupsNamespacesResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts index 7a99d5b465c2..7df2335666ea 100644 --- a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/ListWorkspacesCommand.ts b/clients/client-amp/src/commands/ListWorkspacesCommand.ts index a928472a7bf0..a6106457a2e1 100644 --- a/clients/client-amp/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-amp/src/commands/ListWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts index 3fc77b1dbf5e..f0acdaf8b8f6 100644 --- a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts index e90eba250a72..2edd56408d7d 100644 --- a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/TagResourceCommand.ts b/clients/client-amp/src/commands/TagResourceCommand.ts index fd701620214e..3b4deaa75c68 100644 --- a/clients/client-amp/src/commands/TagResourceCommand.ts +++ b/clients/client-amp/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/UntagResourceCommand.ts b/clients/client-amp/src/commands/UntagResourceCommand.ts index fcfaa8f02960..3f5d8263313c 100644 --- a/clients/client-amp/src/commands/UntagResourceCommand.ts +++ b/clients/client-amp/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts index 52b8866fbc61..1a92b4a0930a 100644 --- a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts index acbb273cdee4..0a6e7cf2a2e5 100644 --- a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts +++ b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmpClient"; import { UpdateWorkspaceAliasRequest } from "../models/models_0"; diff --git a/clients/client-amp/src/endpoint/EndpointParameters.ts b/clients/client-amp/src/endpoint/EndpointParameters.ts index 4f603820cf16..7d24da00fe8d 100644 --- a/clients/client-amp/src/endpoint/EndpointParameters.ts +++ b/clients/client-amp/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-amp/src/endpoint/endpointResolver.ts b/clients/client-amp/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-amp/src/endpoint/endpointResolver.ts +++ b/clients/client-amp/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-amp/src/endpoint/ruleset.ts b/clients/client-amp/src/endpoint/ruleset.ts index c7c5c9727d52..c6b37c7dc8e5 100644 --- a/clients/client-amp/src/endpoint/ruleset.ts +++ b/clients/client-amp/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-amp/src/models/AmpServiceException.ts b/clients/client-amp/src/models/AmpServiceException.ts index 4d003a4db4a1..9b56fa65245c 100644 --- a/clients/client-amp/src/models/AmpServiceException.ts +++ b/clients/client-amp/src/models/AmpServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-amp/src/models/models_0.ts b/clients/client-amp/src/models/models_0.ts index 4bf401d56c43..3768f6b19bea 100644 --- a/clients/client-amp/src/models/models_0.ts +++ b/clients/client-amp/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AmpServiceException as __BaseException } from "./AmpServiceException"; diff --git a/clients/client-amp/src/pagination/Interfaces.ts b/clients/client-amp/src/pagination/Interfaces.ts index 531f3fd7d477..51266708fb41 100644 --- a/clients/client-amp/src/pagination/Interfaces.ts +++ b/clients/client-amp/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AmpClient } from "../AmpClient"; diff --git a/clients/client-amp/src/pagination/ListRuleGroupsNamespacesPaginator.ts b/clients/client-amp/src/pagination/ListRuleGroupsNamespacesPaginator.ts index 069c7bffc17c..259ccd001ac9 100644 --- a/clients/client-amp/src/pagination/ListRuleGroupsNamespacesPaginator.ts +++ b/clients/client-amp/src/pagination/ListRuleGroupsNamespacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmpClient } from "../AmpClient"; import { diff --git a/clients/client-amp/src/pagination/ListWorkspacesPaginator.ts b/clients/client-amp/src/pagination/ListWorkspacesPaginator.ts index 82fd7a2ac73b..0e6f59b9defc 100644 --- a/clients/client-amp/src/pagination/ListWorkspacesPaginator.ts +++ b/clients/client-amp/src/pagination/ListWorkspacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmpClient } from "../AmpClient"; import { diff --git a/clients/client-amp/src/protocols/Aws_restJson1.ts b/clients/client-amp/src/protocols/Aws_restJson1.ts index 71c1c6434f98..14571d1b1368 100644 --- a/clients/client-amp/src/protocols/Aws_restJson1.ts +++ b/clients/client-amp/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-amp/src/runtimeConfig.browser.ts b/clients/client-amp/src/runtimeConfig.browser.ts index 4ed014d8cf0d..b1d78c213ab0 100644 --- a/clients/client-amp/src/runtimeConfig.browser.ts +++ b/clients/client-amp/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmpClientConfig } from "./AmpClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-amp/src/runtimeConfig.shared.ts b/clients/client-amp/src/runtimeConfig.shared.ts index 4e4c02187f96..d69b1f58f523 100644 --- a/clients/client-amp/src/runtimeConfig.shared.ts +++ b/clients/client-amp/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AmpClientConfig } from "./AmpClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-amp/src/runtimeConfig.ts b/clients/client-amp/src/runtimeConfig.ts index c5cef3571d8a..10571dc693e1 100644 --- a/clients/client-amp/src/runtimeConfig.ts +++ b/clients/client-amp/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmpClientConfig } from "./AmpClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-amp/src/waiters/waitForWorkspaceActive.ts b/clients/client-amp/src/waiters/waitForWorkspaceActive.ts index 4bd73b08c7c0..91d30080444e 100644 --- a/clients/client-amp/src/waiters/waitForWorkspaceActive.ts +++ b/clients/client-amp/src/waiters/waitForWorkspaceActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AmpClient } from "../AmpClient"; import { DescribeWorkspaceCommand, DescribeWorkspaceCommandInput } from "../commands/DescribeWorkspaceCommand"; diff --git a/clients/client-amp/src/waiters/waitForWorkspaceDeleted.ts b/clients/client-amp/src/waiters/waitForWorkspaceDeleted.ts index 4d04e550155f..2ebbf66b056f 100644 --- a/clients/client-amp/src/waiters/waitForWorkspaceDeleted.ts +++ b/clients/client-amp/src/waiters/waitForWorkspaceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AmpClient } from "../AmpClient"; import { DescribeWorkspaceCommand, DescribeWorkspaceCommandInput } from "../commands/DescribeWorkspaceCommand"; diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index 90179eea386c..7331376a59cf 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-amplify/src/Amplify.ts b/clients/client-amplify/src/Amplify.ts index c95d0ba9b69f..50745d227e19 100644 --- a/clients/client-amplify/src/Amplify.ts +++ b/clients/client-amplify/src/Amplify.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AmplifyClient, AmplifyClientConfig } from "./AmplifyClient"; import { CreateAppCommand, CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; diff --git a/clients/client-amplify/src/AmplifyClient.ts b/clients/client-amplify/src/AmplifyClient.ts index 4e2e4f01d849..6d7d45d012db 100644 --- a/clients/client-amplify/src/AmplifyClient.ts +++ b/clients/client-amplify/src/AmplifyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; @@ -222,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -331,7 +329,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-amplify/src/commands/CreateAppCommand.ts b/clients/client-amplify/src/commands/CreateAppCommand.ts index 64dde01308a4..94c6828e9b86 100644 --- a/clients/client-amplify/src/commands/CreateAppCommand.ts +++ b/clients/client-amplify/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { diff --git a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts index 705dd05b97d2..f764bffe42b4 100644 --- a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/CreateBranchCommand.ts b/clients/client-amplify/src/commands/CreateBranchCommand.ts index c8a72188e7a8..d9a20a2cc046 100644 --- a/clients/client-amplify/src/commands/CreateBranchCommand.ts +++ b/clients/client-amplify/src/commands/CreateBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { diff --git a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts index 83edd9ac2d35..cbacc8487fbe 100644 --- a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts index 8116c68eebc7..9e2550ceb499 100644 --- a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/CreateWebhookCommand.ts b/clients/client-amplify/src/commands/CreateWebhookCommand.ts index 71aaf8c9bbc6..a78cd8ca6841 100644 --- a/clients/client-amplify/src/commands/CreateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/CreateWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteAppCommand.ts b/clients/client-amplify/src/commands/DeleteAppCommand.ts index 75bb9a01422d..8319c957e99b 100644 --- a/clients/client-amplify/src/commands/DeleteAppCommand.ts +++ b/clients/client-amplify/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteAppRequest, DeleteAppResult, DeleteAppResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts index ae2798451393..27b54f341fbd 100644 --- a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteBranchCommand.ts b/clients/client-amplify/src/commands/DeleteBranchCommand.ts index 237f1cdc07a1..d633054141ad 100644 --- a/clients/client-amplify/src/commands/DeleteBranchCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteBranchRequest, DeleteBranchResult, DeleteBranchResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts index 8f4072fa2475..bcd51b85e15b 100644 --- a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteJobCommand.ts b/clients/client-amplify/src/commands/DeleteJobCommand.ts index 64351f1535de..8362a1aeb9fb 100644 --- a/clients/client-amplify/src/commands/DeleteJobCommand.ts +++ b/clients/client-amplify/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteJobRequest, DeleteJobResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts index b4b681b34125..cf59a96845a3 100644 --- a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts index 68a85b7a5427..c46e1e7ff981 100644 --- a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts +++ b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetAppCommand.ts b/clients/client-amplify/src/commands/GetAppCommand.ts index 43374f1bde1b..69d4967a185e 100644 --- a/clients/client-amplify/src/commands/GetAppCommand.ts +++ b/clients/client-amplify/src/commands/GetAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetAppRequest, GetAppResult, GetAppResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts index 0eed15675f55..a090acae73e3 100644 --- a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts +++ b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts index 910444c1924c..5a31cdc79ec8 100644 --- a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetBranchCommand.ts b/clients/client-amplify/src/commands/GetBranchCommand.ts index 7cf53951b715..0bd3cea4bb22 100644 --- a/clients/client-amplify/src/commands/GetBranchCommand.ts +++ b/clients/client-amplify/src/commands/GetBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetBranchRequest, GetBranchResult, GetBranchResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts index 05022d63ab58..4e4dda6a278f 100644 --- a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetJobCommand.ts b/clients/client-amplify/src/commands/GetJobCommand.ts index b85bd3280823..77b24d440a90 100644 --- a/clients/client-amplify/src/commands/GetJobCommand.ts +++ b/clients/client-amplify/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetJobRequest, GetJobResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/GetWebhookCommand.ts b/clients/client-amplify/src/commands/GetWebhookCommand.ts index f4c8009c841a..411468394d38 100644 --- a/clients/client-amplify/src/commands/GetWebhookCommand.ts +++ b/clients/client-amplify/src/commands/GetWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { GetWebhookRequest, GetWebhookResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListAppsCommand.ts b/clients/client-amplify/src/commands/ListAppsCommand.ts index 83574d013d3b..e5067c4b73b5 100644 --- a/clients/client-amplify/src/commands/ListAppsCommand.ts +++ b/clients/client-amplify/src/commands/ListAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListAppsRequest, ListAppsResult, ListAppsResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListArtifactsCommand.ts b/clients/client-amplify/src/commands/ListArtifactsCommand.ts index 4754d1c3c016..32f0faf59ad9 100644 --- a/clients/client-amplify/src/commands/ListArtifactsCommand.ts +++ b/clients/client-amplify/src/commands/ListArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts index a0a1c58b00e1..6b43e3ca51c4 100644 --- a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts +++ b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListBranchesCommand.ts b/clients/client-amplify/src/commands/ListBranchesCommand.ts index 686e59395634..09e05a1177b4 100644 --- a/clients/client-amplify/src/commands/ListBranchesCommand.ts +++ b/clients/client-amplify/src/commands/ListBranchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListBranchesRequest, ListBranchesResult, ListBranchesResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts index 6c507138c5ae..9047971c3543 100644 --- a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts +++ b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListDomainAssociationsRequest, ListDomainAssociationsResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListJobsCommand.ts b/clients/client-amplify/src/commands/ListJobsCommand.ts index 616843d59d93..3be7f18b51f9 100644 --- a/clients/client-amplify/src/commands/ListJobsCommand.ts +++ b/clients/client-amplify/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListJobsRequest, ListJobsResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts index 787c70c3b941..a833dfaf4ca0 100644 --- a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/ListWebhooksCommand.ts b/clients/client-amplify/src/commands/ListWebhooksCommand.ts index d51d56ee6eab..6b567f117803 100644 --- a/clients/client-amplify/src/commands/ListWebhooksCommand.ts +++ b/clients/client-amplify/src/commands/ListWebhooksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/StartDeploymentCommand.ts b/clients/client-amplify/src/commands/StartDeploymentCommand.ts index 54aa44ae12b7..5fc8322c2c80 100644 --- a/clients/client-amplify/src/commands/StartDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/StartDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/StartJobCommand.ts b/clients/client-amplify/src/commands/StartJobCommand.ts index 262b2bd9211d..68e786942377 100644 --- a/clients/client-amplify/src/commands/StartJobCommand.ts +++ b/clients/client-amplify/src/commands/StartJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { StartJobRequest, StartJobResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/StopJobCommand.ts b/clients/client-amplify/src/commands/StopJobCommand.ts index 960f680a07f2..755cdba5ccc2 100644 --- a/clients/client-amplify/src/commands/StopJobCommand.ts +++ b/clients/client-amplify/src/commands/StopJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { StopJobRequest, StopJobResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/TagResourceCommand.ts b/clients/client-amplify/src/commands/TagResourceCommand.ts index 9d2947e02a4a..c0e6a4e52030 100644 --- a/clients/client-amplify/src/commands/TagResourceCommand.ts +++ b/clients/client-amplify/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/UntagResourceCommand.ts b/clients/client-amplify/src/commands/UntagResourceCommand.ts index 9ac8ba2ca0fd..ce886d2f1619 100644 --- a/clients/client-amplify/src/commands/UntagResourceCommand.ts +++ b/clients/client-amplify/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/UpdateAppCommand.ts b/clients/client-amplify/src/commands/UpdateAppCommand.ts index eb5308fa2d71..89846a95a862 100644 --- a/clients/client-amplify/src/commands/UpdateAppCommand.ts +++ b/clients/client-amplify/src/commands/UpdateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { diff --git a/clients/client-amplify/src/commands/UpdateBranchCommand.ts b/clients/client-amplify/src/commands/UpdateBranchCommand.ts index c079794cf9a8..942e32f5e430 100644 --- a/clients/client-amplify/src/commands/UpdateBranchCommand.ts +++ b/clients/client-amplify/src/commands/UpdateBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { diff --git a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts index 31119b7da192..fa1a8c67cb64 100644 --- a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts index 17b80d4aa33a..4ea5dfcb12a3 100644 --- a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient"; import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0"; diff --git a/clients/client-amplify/src/endpoint/EndpointParameters.ts b/clients/client-amplify/src/endpoint/EndpointParameters.ts index f5eabd46a0b3..d6b0fbc221eb 100644 --- a/clients/client-amplify/src/endpoint/EndpointParameters.ts +++ b/clients/client-amplify/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-amplify/src/endpoint/endpointResolver.ts b/clients/client-amplify/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-amplify/src/endpoint/endpointResolver.ts +++ b/clients/client-amplify/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-amplify/src/endpoint/ruleset.ts b/clients/client-amplify/src/endpoint/ruleset.ts index 361d829511da..59977da744b3 100644 --- a/clients/client-amplify/src/endpoint/ruleset.ts +++ b/clients/client-amplify/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-amplify/src/models/AmplifyServiceException.ts b/clients/client-amplify/src/models/AmplifyServiceException.ts index e1bb2428749f..e30948daef39 100644 --- a/clients/client-amplify/src/models/AmplifyServiceException.ts +++ b/clients/client-amplify/src/models/AmplifyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-amplify/src/models/models_0.ts b/clients/client-amplify/src/models/models_0.ts index 50406ae66959..f6971259650e 100644 --- a/clients/client-amplify/src/models/models_0.ts +++ b/clients/client-amplify/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AmplifyServiceException as __BaseException } from "./AmplifyServiceException"; diff --git a/clients/client-amplify/src/protocols/Aws_restJson1.ts b/clients/client-amplify/src/protocols/Aws_restJson1.ts index 0638bc63a07c..b9bdef8b0f89 100644 --- a/clients/client-amplify/src/protocols/Aws_restJson1.ts +++ b/clients/client-amplify/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand"; import { diff --git a/clients/client-amplify/src/runtimeConfig.browser.ts b/clients/client-amplify/src/runtimeConfig.browser.ts index 95656a089195..471221eb3d28 100644 --- a/clients/client-amplify/src/runtimeConfig.browser.ts +++ b/clients/client-amplify/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyClientConfig } from "./AmplifyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-amplify/src/runtimeConfig.shared.ts b/clients/client-amplify/src/runtimeConfig.shared.ts index 34c04b84b8f4..59fabcb328e2 100644 --- a/clients/client-amplify/src/runtimeConfig.shared.ts +++ b/clients/client-amplify/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AmplifyClientConfig } from "./AmplifyClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-amplify/src/runtimeConfig.ts b/clients/client-amplify/src/runtimeConfig.ts index a2c7122fe287..d3aa1ac7e392 100644 --- a/clients/client-amplify/src/runtimeConfig.ts +++ b/clients/client-amplify/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyClientConfig } from "./AmplifyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index 475080209f4e..c38478bad718 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-amplifybackend/src/AmplifyBackend.ts b/clients/client-amplifybackend/src/AmplifyBackend.ts index ab0848e414b4..ed612df46b88 100644 --- a/clients/client-amplifybackend/src/AmplifyBackend.ts +++ b/clients/client-amplifybackend/src/AmplifyBackend.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AmplifyBackendClient, AmplifyBackendClientConfig } from "./AmplifyBackendClient"; import { diff --git a/clients/client-amplifybackend/src/AmplifyBackendClient.ts b/clients/client-amplifybackend/src/AmplifyBackendClient.ts index f38fa9543685..bb152108c58f 100644 --- a/clients/client-amplifybackend/src/AmplifyBackendClient.ts +++ b/clients/client-amplifybackend/src/AmplifyBackendClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CloneBackendCommandInput, CloneBackendCommandOutput } from "./commands/CloneBackendCommand"; @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts index 18ad1c99af95..51dbfa15fb0d 100644 --- a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts index e495ef5f99c3..5a0574db9be2 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateBackendAPIRequest, CreateBackendAPIResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts index 620d04c45285..88aa7e685719 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts index 3f2ef1c73615..0969ba27f039 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateBackendRequest, CreateBackendResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts index 4d01cf2236df..b0de947e073c 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts index c2dfc8376af5..4739908437ac 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts index d4751e96bbc1..cf001dda2029 100644 --- a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts index 9e24dfa4798f..dc021d894867 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts index 7eee661bb35f..e898ac8cef89 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts index 65552588056c..b49adc3b4339 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts index 5c553acf4e7f..6aa8da7b4866 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts index 6d1444a299f2..8280d3e11570 100644 --- a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts index f71c5c834a31..b69911ab3edb 100644 --- a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts index 775010a59f8b..1ddea107bda6 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts index f55a2e8e7ab5..e1c278e95e4a 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts index f55557be8a9f..08b4de0b0295 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts index c4d70cae630c..ba16187c0bde 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendRequest, GetBackendResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts index 785253e87a6b..189c3c6c52f4 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts index 2b10444bcefb..96d011115085 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts index 87c7ec531cf6..a7f828926173 100644 --- a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { GetTokenRequest, GetTokenResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts index c09ad0d6109d..c7f51daaeef0 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts index 39dc63232b9c..f314ed9990f2 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts index 2d3006962e7b..dcc8f92a5622 100644 --- a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts index a4420b8d849c..a1409e379df6 100644 --- a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts index 8319ada330c9..f10ee9217067 100644 --- a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts index c33e99aa475b..a0aed7b0c245 100644 --- a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts index d791ba775375..00eb5d1cffc5 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts index 830ddc3f4769..746be79d954d 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts index a3158f5c8413..98336b4391fa 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts index ae9585a53139..9da22069aaf0 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts index 5c1089b19650..765e4e91ee98 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient"; import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0"; diff --git a/clients/client-amplifybackend/src/endpoint/EndpointParameters.ts b/clients/client-amplifybackend/src/endpoint/EndpointParameters.ts index 5f67bb79c4bf..2aa3cea5a663 100644 --- a/clients/client-amplifybackend/src/endpoint/EndpointParameters.ts +++ b/clients/client-amplifybackend/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-amplifybackend/src/endpoint/endpointResolver.ts b/clients/client-amplifybackend/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-amplifybackend/src/endpoint/endpointResolver.ts +++ b/clients/client-amplifybackend/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-amplifybackend/src/endpoint/ruleset.ts b/clients/client-amplifybackend/src/endpoint/ruleset.ts index 4c532d35bf4e..a1f50c621b07 100644 --- a/clients/client-amplifybackend/src/endpoint/ruleset.ts +++ b/clients/client-amplifybackend/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts b/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts index c0269440e680..929d1eae5e36 100644 --- a/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts +++ b/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-amplifybackend/src/models/models_0.ts b/clients/client-amplifybackend/src/models/models_0.ts index 4b821f07319a..e4788b6cb28e 100644 --- a/clients/client-amplifybackend/src/models/models_0.ts +++ b/clients/client-amplifybackend/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AmplifyBackendServiceException as __BaseException } from "./AmplifyBackendServiceException"; diff --git a/clients/client-amplifybackend/src/protocols/Aws_restJson1.ts b/clients/client-amplifybackend/src/protocols/Aws_restJson1.ts index c4797924a781..3a64481e51c8 100644 --- a/clients/client-amplifybackend/src/protocols/Aws_restJson1.ts +++ b/clients/client-amplifybackend/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloneBackendCommandInput, CloneBackendCommandOutput } from "../commands/CloneBackendCommand"; import { CreateBackendAPICommandInput, CreateBackendAPICommandOutput } from "../commands/CreateBackendAPICommand"; diff --git a/clients/client-amplifybackend/src/runtimeConfig.browser.ts b/clients/client-amplifybackend/src/runtimeConfig.browser.ts index 0a014ea8eb03..d86079575f4d 100644 --- a/clients/client-amplifybackend/src/runtimeConfig.browser.ts +++ b/clients/client-amplifybackend/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyBackendClientConfig } from "./AmplifyBackendClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-amplifybackend/src/runtimeConfig.shared.ts b/clients/client-amplifybackend/src/runtimeConfig.shared.ts index 5577798bff74..d96b22d24825 100644 --- a/clients/client-amplifybackend/src/runtimeConfig.shared.ts +++ b/clients/client-amplifybackend/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AmplifyBackendClientConfig } from "./AmplifyBackendClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-amplifybackend/src/runtimeConfig.ts b/clients/client-amplifybackend/src/runtimeConfig.ts index 2d2f0507a44c..d0bb0f844c62 100644 --- a/clients/client-amplifybackend/src/runtimeConfig.ts +++ b/clients/client-amplifybackend/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyBackendClientConfig } from "./AmplifyBackendClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-amplifyuibuilder/package.json b/clients/client-amplifyuibuilder/package.json index 87485e1a4ce4..ce8bb263db2e 100644 --- a/clients/client-amplifyuibuilder/package.json +++ b/clients/client-amplifyuibuilder/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-amplifyuibuilder/src/AmplifyUIBuilder.ts b/clients/client-amplifyuibuilder/src/AmplifyUIBuilder.ts index 75393f44c436..8624baff5f04 100644 --- a/clients/client-amplifyuibuilder/src/AmplifyUIBuilder.ts +++ b/clients/client-amplifyuibuilder/src/AmplifyUIBuilder.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AmplifyUIBuilderClient, AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts index 0b8c59a62abe..44a38d3d260d 100644 --- a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts +++ b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand"; @@ -159,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -268,7 +266,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts index 7cb83aad9280..ef2b433a7c95 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts index c47c15c101d6..dc2ff9094de5 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { CreateFormRequest, CreateFormResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts index 39f377b6f383..46e700ebaa0c 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts index 8bf7153a0650..9db372d7aa64 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { DeleteComponentRequest } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts index 3b14491b9ded..c3d5612c4647 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { DeleteFormRequest } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts index b135062fc9a9..fc3b7f562b3d 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { DeleteThemeRequest } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts index 353c0d9967f7..19420ac5220a 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts index 2957b9fbb0aa..19515e2d11dc 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts index 5186885a8708..1763468eefcd 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts index 690c849f4098..cb6d0699450a 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts index caf95f0ce112..160134503d93 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { GetCodegenJobRequest, GetCodegenJobResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts index ac4fa9f0be09..2be0800c244e 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts index 4060dc9480f1..292d7873353d 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { GetFormRequest, GetFormResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts index 1cf194b2062c..b0aa847978ad 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts index c50d8617cb89..2b50a24297d1 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { GetThemeRequest, GetThemeResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts index b9272e4988b6..409c968846c1 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ListCodegenJobsRequest, ListCodegenJobsResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts index f43bcd7c9de9..adc71c09afd9 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts index 505aa646bca3..1f24e4ab988c 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ListFormsRequest, ListFormsResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts index f8cbff8d9e42..e0a1665ff08d 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { ListThemesRequest, ListThemesResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts index f5cdb1f44808..a423df51f733 100644 --- a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { PutMetadataFlagRequest } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts index 6c786ff76fd3..b4709a5cc5d8 100644 --- a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts index 15210edacb13..3598ce4af00c 100644 --- a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { StartCodegenJobRequest, StartCodegenJobResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts index be7cdc586faa..fce090e37372 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts index 790ced386068..0bcce1fe89e7 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts index 025656a45ea2..8d080550a925 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient"; import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0"; diff --git a/clients/client-amplifyuibuilder/src/endpoint/EndpointParameters.ts b/clients/client-amplifyuibuilder/src/endpoint/EndpointParameters.ts index db74b1a51357..6724a971bf12 100644 --- a/clients/client-amplifyuibuilder/src/endpoint/EndpointParameters.ts +++ b/clients/client-amplifyuibuilder/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-amplifyuibuilder/src/endpoint/endpointResolver.ts b/clients/client-amplifyuibuilder/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-amplifyuibuilder/src/endpoint/endpointResolver.ts +++ b/clients/client-amplifyuibuilder/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-amplifyuibuilder/src/endpoint/ruleset.ts b/clients/client-amplifyuibuilder/src/endpoint/ruleset.ts index 58f3ff5e5383..3b3956cf6aaf 100644 --- a/clients/client-amplifyuibuilder/src/endpoint/ruleset.ts +++ b/clients/client-amplifyuibuilder/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts b/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts index 27b70245a34a..86877702c5c8 100644 --- a/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts +++ b/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-amplifyuibuilder/src/models/models_0.ts b/clients/client-amplifyuibuilder/src/models/models_0.ts index 21ad6b38ba77..79f04858c356 100644 --- a/clients/client-amplifyuibuilder/src/models/models_0.ts +++ b/clients/client-amplifyuibuilder/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AmplifyUIBuilderServiceException as __BaseException } from "./AmplifyUIBuilderServiceException"; diff --git a/clients/client-amplifyuibuilder/src/pagination/ExportComponentsPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ExportComponentsPaginator.ts index 9bf52c4ecd06..ec5be50d4ab5 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ExportComponentsPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ExportComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/pagination/ExportFormsPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ExportFormsPaginator.ts index 8ecf796310fb..4ed34739ae6b 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ExportFormsPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ExportFormsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { ExportFormsCommand, ExportFormsCommandInput, ExportFormsCommandOutput } from "../commands/ExportFormsCommand"; diff --git a/clients/client-amplifyuibuilder/src/pagination/ExportThemesPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ExportThemesPaginator.ts index d2fec6806dbd..d080d6d68db2 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ExportThemesPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ExportThemesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/pagination/Interfaces.ts b/clients/client-amplifyuibuilder/src/pagination/Interfaces.ts index 68114c2e1adc..eb3c701f7b1c 100644 --- a/clients/client-amplifyuibuilder/src/pagination/Interfaces.ts +++ b/clients/client-amplifyuibuilder/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; diff --git a/clients/client-amplifyuibuilder/src/pagination/ListCodegenJobsPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ListCodegenJobsPaginator.ts index 6aa727e448e4..44978e1dbca3 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ListCodegenJobsPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ListCodegenJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/pagination/ListComponentsPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ListComponentsPaginator.ts index fb8a47bfc303..586c652683f1 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { diff --git a/clients/client-amplifyuibuilder/src/pagination/ListFormsPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ListFormsPaginator.ts index 0b707a3c0771..246f6f174ec5 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ListFormsPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ListFormsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { ListFormsCommand, ListFormsCommandInput, ListFormsCommandOutput } from "../commands/ListFormsCommand"; diff --git a/clients/client-amplifyuibuilder/src/pagination/ListThemesPaginator.ts b/clients/client-amplifyuibuilder/src/pagination/ListThemesPaginator.ts index 4a7c8924fe28..97aa2e485c3f 100644 --- a/clients/client-amplifyuibuilder/src/pagination/ListThemesPaginator.ts +++ b/clients/client-amplifyuibuilder/src/pagination/ListThemesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AmplifyUIBuilderClient } from "../AmplifyUIBuilderClient"; import { ListThemesCommand, ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand"; diff --git a/clients/client-amplifyuibuilder/src/protocols/Aws_restJson1.ts b/clients/client-amplifyuibuilder/src/protocols/Aws_restJson1.ts index 640c59d5c676..8312d6f9aa4b 100644 --- a/clients/client-amplifyuibuilder/src/protocols/Aws_restJson1.ts +++ b/clients/client-amplifyuibuilder/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand"; diff --git a/clients/client-amplifyuibuilder/src/runtimeConfig.browser.ts b/clients/client-amplifyuibuilder/src/runtimeConfig.browser.ts index 887de442a0eb..d19a7444878a 100644 --- a/clients/client-amplifyuibuilder/src/runtimeConfig.browser.ts +++ b/clients/client-amplifyuibuilder/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-amplifyuibuilder/src/runtimeConfig.shared.ts b/clients/client-amplifyuibuilder/src/runtimeConfig.shared.ts index 71379296f35e..62812bb0c679 100644 --- a/clients/client-amplifyuibuilder/src/runtimeConfig.shared.ts +++ b/clients/client-amplifyuibuilder/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-amplifyuibuilder/src/runtimeConfig.ts b/clients/client-amplifyuibuilder/src/runtimeConfig.ts index 1ed78b32cf03..946c7af12e41 100644 --- a/clients/client-amplifyuibuilder/src/runtimeConfig.ts +++ b/clients/client-amplifyuibuilder/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index 929b01855f8f..6f9b683c0a90 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-api-gateway": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-api-gateway/src/APIGateway.ts b/clients/client-api-gateway/src/APIGateway.ts index d2b24eca257b..25810d91106c 100644 --- a/clients/client-api-gateway/src/APIGateway.ts +++ b/clients/client-api-gateway/src/APIGateway.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { APIGatewayClient, APIGatewayClientConfig } from "./APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/APIGatewayClient.ts b/clients/client-api-gateway/src/APIGatewayClient.ts index 425a91d97377..92f8f50eb542 100644 --- a/clients/client-api-gateway/src/APIGatewayClient.ts +++ b/clients/client-api-gateway/src/APIGatewayClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getAcceptHeaderPlugin } from "@aws-sdk/middleware-sdk-api-gateway"; import { AwsAuthInputConfig, @@ -24,32 +20,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "./commands/CreateApiKeyCommand"; @@ -550,7 +548,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -659,7 +657,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts index fa79727e4939..c5a45f5dbda5 100644 --- a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ApiKey, CreateApiKeyRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts index 46baf5a9d504..ba271ea886f7 100644 --- a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Authorizer, CreateAuthorizerRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts index e0b62cc635e4..b1bbb92675fa 100644 --- a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { BasePathMapping, CreateBasePathMappingRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts index e06f1481e274..7c0c6ac809a0 100644 --- a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateDeploymentRequest, Deployment } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts index e91a10730095..96d073eb9e05 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateDocumentationPartRequest, DocumentationPart } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts index c26a55c834aa..9a01947a451a 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateDocumentationVersionRequest, DocumentationVersion } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts index 1ffb3656601c..ceaadd2782a4 100644 --- a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateDomainNameRequest, DomainName } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateModelCommand.ts b/clients/client-api-gateway/src/commands/CreateModelCommand.ts index 7540576a093c..4e4150831a45 100644 --- a/clients/client-api-gateway/src/commands/CreateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateModelRequest, Model } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts index db5d59425110..22193235d4c7 100644 --- a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateRequestValidatorRequest, RequestValidator } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts index 4120eca2dc00..583707bfd999 100644 --- a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateResourceRequest, Resource } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts index 6e08057c7d12..cc68ba4b547a 100644 --- a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateRestApiRequest, RestApi } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateStageCommand.ts b/clients/client-api-gateway/src/commands/CreateStageCommand.ts index cc4d25f6ea6a..a370113be4d0 100644 --- a/clients/client-api-gateway/src/commands/CreateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateStageRequest, Stage } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts index 9d6b29023395..102f6ae9ef2d 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateUsagePlanRequest, UsagePlan } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts index f44276290665..bb867c06d361 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts index 9a298044624c..ba2526d7448e 100644 --- a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { CreateVpcLinkRequest, VpcLink } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts index 66d1ee868480..3b9a430f783d 100644 --- a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteApiKeyRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts index 462f9012fe98..ff799caeb6b3 100644 --- a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteAuthorizerRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts index 6cb8d4229277..05db357d7099 100644 --- a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteBasePathMappingRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts index 7efd378785a6..0009e9c0f83a 100644 --- a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteClientCertificateRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts index e022a8f7065e..e349188f7459 100644 --- a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts index 23ccf0861898..f8622b92e797 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteDocumentationPartRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts index 17f5e6688c8c..49f62b5c4d14 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteDocumentationVersionRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts index 4dc96bf610e9..fca88922eae3 100644 --- a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteDomainNameRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts index 010908b5f2e6..fc1b37807896 100644 --- a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteGatewayResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts index ea2ab72c1741..6e05f14f5eaa 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteIntegrationRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts index d78381a550ff..3302b25a2a19 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteIntegrationResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts index 868c0db3d7fd..dad43be524f4 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteMethodRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts index 66a600f22a13..229454c122c2 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteMethodResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts index 6a67689d5f80..ed600a323031 100644 --- a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteModelRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts index dd2d547957d6..de33f73ded03 100644 --- a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteRequestValidatorRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts index 954d84455afa..c8d7e8fa2363 100644 --- a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteResourceRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts index aeaeab46cf03..0f77e375b076 100644 --- a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteRestApiRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts index 6862a464d7eb..f89af4c4a583 100644 --- a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteStageRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts index f4f43b526b28..d3dc12a67609 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteUsagePlanRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts index c59779fd830d..758078a9c5d3 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteUsagePlanKeyRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts index 9635cc1c0625..8157aca0ffe6 100644 --- a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DeleteVpcLinkRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts index 9ba7e642b823..6e1e409478bf 100644 --- a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { FlushStageAuthorizersCacheRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts index a7faf55e78cd..2ddd33683032 100644 --- a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { FlushStageCacheRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts index 7c1f814377c0..a013d04510aa 100644 --- a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ClientCertificate, GenerateClientCertificateRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetAccountCommand.ts b/clients/client-api-gateway/src/commands/GetAccountCommand.ts index a846c54b3695..27b1442428f2 100644 --- a/clients/client-api-gateway/src/commands/GetAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Account, GetAccountRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts index 586c6dec09f5..015e69c77beb 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ApiKey, GetApiKeyRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts index 3be285abc69b..c0017e7fdc8d 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ApiKeys, GetApiKeysRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts index 08212a2de109..02b961acc1ce 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Authorizer, GetAuthorizerRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts index 27fab3c102e0..210440549457 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Authorizers, GetAuthorizersRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts index 35c1ed1243a3..8fc68cc06998 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { BasePathMapping, GetBasePathMappingRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts index 09a57ac30dcf..5749bb4c4275 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { BasePathMappings, GetBasePathMappingsRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts index 23575e6e0249..9697145f69f8 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ClientCertificate, GetClientCertificateRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts index 333d5af11fb5..0c25cd7b8cca 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ClientCertificates, GetClientCertificatesRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts index ea19a39c7a84..ec7525ecd11b 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Deployment, GetDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts index 7df6b019fdc4..6df548497892 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Deployments, GetDeploymentsRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts index 7f6481e65da9..1fe695da2e4f 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationPart, GetDocumentationPartRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts index 1d1d9102dee9..f31f963c9904 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationParts, GetDocumentationPartsRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts index 8775a2179987..056e3852e1c0 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationVersion, GetDocumentationVersionRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts index e6f16776e0d5..55f8ed9bed4a 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationVersions, GetDocumentationVersionsRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts index 8333bc6fce4d..99ee2445cc71 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DomainName, GetDomainNameRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts index a4ffdce0de64..6d833d63402a 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DomainNames, GetDomainNamesRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts index 5794fe694fab..52ee8043814f 100644 --- a/clients/client-api-gateway/src/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ExportResponse, GetExportRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts index 231dba07b179..c89462f268b7 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GatewayResponse, GetGatewayResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts index cf665074db48..0782b54efb1e 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GatewayResponses, GetGatewayResponsesRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts index 77675da2b5f8..6dfe2db35ba6 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetIntegrationRequest, Integration } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts index 25fb2af2141e..38c30283214e 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetIntegrationResponseRequest, IntegrationResponse } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetMethodCommand.ts b/clients/client-api-gateway/src/commands/GetMethodCommand.ts index dbbf160408d9..c3b6792e7aba 100644 --- a/clients/client-api-gateway/src/commands/GetMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetMethodRequest, Method } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts index 236e411894e7..fc734e557360 100644 --- a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetMethodResponseRequest, MethodResponse } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetModelCommand.ts b/clients/client-api-gateway/src/commands/GetModelCommand.ts index 7a00149abef9..4dff77192ffb 100644 --- a/clients/client-api-gateway/src/commands/GetModelCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetModelRequest, Model } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts index 25a9787d5d98..add6c5813c25 100644 --- a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetModelTemplateRequest, Template } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetModelsCommand.ts b/clients/client-api-gateway/src/commands/GetModelsCommand.ts index b438d4b19ee6..32542b5c2c84 100644 --- a/clients/client-api-gateway/src/commands/GetModelsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetModelsRequest, Models } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts index 1b247eace717..ba095211a5a3 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetRequestValidatorRequest, RequestValidator } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts index dc6eb0167ba0..c7f2eb8cb611 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetRequestValidatorsRequest, RequestValidators } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetResourceCommand.ts b/clients/client-api-gateway/src/commands/GetResourceCommand.ts index 9ad554958adb..e4f327c7b98d 100644 --- a/clients/client-api-gateway/src/commands/GetResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetResourceRequest, Resource } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts index bcd352544257..6b4955406bf0 100644 --- a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetResourcesRequest, Resources } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts index 73a05fe9e9e6..5ad71064070e 100644 --- a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetRestApiRequest, RestApi } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts index 06799fd2f153..f6a8a46754ea 100644 --- a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetRestApisRequest, RestApis } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts index f849a7d2f8b2..344849429b9f 100644 --- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetSdkRequest, SdkResponse } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts index 74ec59d784b0..b2d7f31d38a5 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetSdkTypeRequest, SdkType } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts index 3c6662a92a7f..7f6ac07d85ab 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetSdkTypesRequest, SdkTypes } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetStageCommand.ts b/clients/client-api-gateway/src/commands/GetStageCommand.ts index 70bc0e4c5d84..68f03c633ac9 100644 --- a/clients/client-api-gateway/src/commands/GetStageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetStageRequest, Stage } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetStagesCommand.ts b/clients/client-api-gateway/src/commands/GetStagesCommand.ts index e19dce85b07e..009be0547f81 100644 --- a/clients/client-api-gateway/src/commands/GetStagesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetStagesRequest, Stages } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetTagsCommand.ts b/clients/client-api-gateway/src/commands/GetTagsCommand.ts index f57a76e1aa62..0cafb66d355e 100644 --- a/clients/client-api-gateway/src/commands/GetTagsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetTagsRequest, Tags } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetUsageCommand.ts b/clients/client-api-gateway/src/commands/GetUsageCommand.ts index e108664e9f0b..6c7349a6640e 100644 --- a/clients/client-api-gateway/src/commands/GetUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetUsageRequest, Usage } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts index 1248a471f22c..e7a37ede0580 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetUsagePlanRequest, UsagePlan } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts index e809ea79f45d..283512bb4b58 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts index 6425fc401757..256cdeda2c0d 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetUsagePlanKeysRequest, UsagePlanKeys } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts index 243a37dd2c07..b99666661332 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetUsagePlansRequest, UsagePlans } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts index ea91fb2357ee..26008a58544f 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetVpcLinkRequest, VpcLink } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts index 91bf52f01da9..0c1c5fe0db9b 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GetVpcLinksRequest, VpcLinks } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts index f417425132d1..b80ddc64ce98 100644 --- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ApiKeyIds, ImportApiKeysRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts index 87f3acd21da2..63060d7aad34 100644 --- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationPartIds, ImportDocumentationPartsRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts index ba14714b0f0a..d215a7624454 100644 --- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ImportRestApiRequest, RestApi } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts index ab9002069971..11f2313f7866 100644 --- a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GatewayResponse, PutGatewayResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts index 6f5f1a8f9e71..9b9c29c6f254 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Integration, PutIntegrationRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts index 778e91b85667..497f346eb8b1 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { IntegrationResponse, PutIntegrationResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutMethodCommand.ts b/clients/client-api-gateway/src/commands/PutMethodCommand.ts index 686ee2668b20..38ddd1d4d0f7 100644 --- a/clients/client-api-gateway/src/commands/PutMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Method, PutMethodRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts index 18d1f8b4d5dd..163f2c4c2ab3 100644 --- a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { MethodResponse, PutMethodResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts index 4e30973fb753..5507bec07bef 100644 --- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { PutRestApiRequest, RestApi } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/TagResourceCommand.ts b/clients/client-api-gateway/src/commands/TagResourceCommand.ts index 495ab3d92800..c1634615bbb0 100644 --- a/clients/client-api-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts index f745b288ba37..3d997f74c407 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts index dcec7e9526bb..c4dbe9306c29 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { TestInvokeMethodRequest, TestInvokeMethodResponse } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts index 31e0d77f6e5a..26353db2c80a 100644 --- a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts index 3d4339b2a24f..7233f2c0230c 100644 --- a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Account, UpdateAccountRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts index 37d39cc1897d..f73f15aa0c5c 100644 --- a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ApiKey, UpdateApiKeyRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts index 462f7ded80fd..927ee013a987 100644 --- a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Authorizer, UpdateAuthorizerRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts index f45fb7fee974..b7719593933d 100644 --- a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { BasePathMapping, UpdateBasePathMappingRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts index 1cd8771f1d3d..85fee93ca7d3 100644 --- a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { ClientCertificate, UpdateClientCertificateRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts index 05883301fe53..b156f777fd6f 100644 --- a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Deployment, UpdateDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts index 2bb5c04ee6d9..ffa167609e28 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationPart, UpdateDocumentationPartRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts index 9ed0166717bf..5b0b6e98f880 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DocumentationVersion, UpdateDocumentationVersionRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts index c0cf21852e93..d441c6ce68fb 100644 --- a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { DomainName, UpdateDomainNameRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts index 23ff093f3696..a8d4771dd405 100644 --- a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { GatewayResponse, UpdateGatewayResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts index 0f0b7d9c1f9d..212445d4c45a 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Integration, UpdateIntegrationRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts index 18545f554e7f..80f28190639a 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { IntegrationResponse, UpdateIntegrationResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts index 890318bea883..236831698698 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Method, UpdateMethodRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts index 135cc749c41c..76d18368551e 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { MethodResponse, UpdateMethodResponseRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts index 5fe75d71a2c1..6a6c00758d45 100644 --- a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Model, UpdateModelRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts index d58c77a22dfa..95e4d74b1778 100644 --- a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { RequestValidator, UpdateRequestValidatorRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts index 86a15c86d0e4..745bbd862e83 100644 --- a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Resource, UpdateResourceRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts index 969abe070cc0..158dbb7d09a0 100644 --- a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { RestApi, UpdateRestApiRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts index 7fd6853b857d..5b3b80642472 100644 --- a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { Stage, UpdateStageRequest } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts index 1918c17370e3..626d00bf826b 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { UpdateUsageRequest, Usage } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts index 913a0c7c41ec..90a6a344cd8e 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { UpdateUsagePlanRequest, UsagePlan } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts index f10ce8542d6a..62ddd78d6799 100644 --- a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient"; import { UpdateVpcLinkRequest, VpcLink } from "../models/models_0"; diff --git a/clients/client-api-gateway/src/endpoint/EndpointParameters.ts b/clients/client-api-gateway/src/endpoint/EndpointParameters.ts index e62fd0024f6a..dce8c3810fd1 100644 --- a/clients/client-api-gateway/src/endpoint/EndpointParameters.ts +++ b/clients/client-api-gateway/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-api-gateway/src/endpoint/endpointResolver.ts b/clients/client-api-gateway/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-api-gateway/src/endpoint/endpointResolver.ts +++ b/clients/client-api-gateway/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-api-gateway/src/endpoint/ruleset.ts b/clients/client-api-gateway/src/endpoint/ruleset.ts index aef424d1db36..414b5dc89520 100644 --- a/clients/client-api-gateway/src/endpoint/ruleset.ts +++ b/clients/client-api-gateway/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-api-gateway/src/models/APIGatewayServiceException.ts b/clients/client-api-gateway/src/models/APIGatewayServiceException.ts index c8e471ae7b09..42cd04ceae96 100644 --- a/clients/client-api-gateway/src/models/APIGatewayServiceException.ts +++ b/clients/client-api-gateway/src/models/APIGatewayServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-api-gateway/src/models/models_0.ts b/clients/client-api-gateway/src/models/models_0.ts index caccdf2eebbd..2da5406673dd 100644 --- a/clients/client-api-gateway/src/models/models_0.ts +++ b/clients/client-api-gateway/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { APIGatewayServiceException as __BaseException } from "./APIGatewayServiceException"; diff --git a/clients/client-api-gateway/src/pagination/GetApiKeysPaginator.ts b/clients/client-api-gateway/src/pagination/GetApiKeysPaginator.ts index e1d74ff896f8..1f51566cddbc 100644 --- a/clients/client-api-gateway/src/pagination/GetApiKeysPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetApiKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { GetApiKeysCommand, GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand"; diff --git a/clients/client-api-gateway/src/pagination/GetBasePathMappingsPaginator.ts b/clients/client-api-gateway/src/pagination/GetBasePathMappingsPaginator.ts index 89330835779d..b65457b6f934 100644 --- a/clients/client-api-gateway/src/pagination/GetBasePathMappingsPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetBasePathMappingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetClientCertificatesPaginator.ts b/clients/client-api-gateway/src/pagination/GetClientCertificatesPaginator.ts index de3cf49476fb..bbbae62de25b 100644 --- a/clients/client-api-gateway/src/pagination/GetClientCertificatesPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetClientCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetDeploymentsPaginator.ts b/clients/client-api-gateway/src/pagination/GetDeploymentsPaginator.ts index 2626a4edd3b3..e0d815ae9525 100644 --- a/clients/client-api-gateway/src/pagination/GetDeploymentsPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetDomainNamesPaginator.ts b/clients/client-api-gateway/src/pagination/GetDomainNamesPaginator.ts index f674d6bf95c1..ec79648bd57e 100644 --- a/clients/client-api-gateway/src/pagination/GetDomainNamesPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetDomainNamesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetModelsPaginator.ts b/clients/client-api-gateway/src/pagination/GetModelsPaginator.ts index 4015e994d19d..657bc0196ce3 100644 --- a/clients/client-api-gateway/src/pagination/GetModelsPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { GetModelsCommand, GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand"; diff --git a/clients/client-api-gateway/src/pagination/GetResourcesPaginator.ts b/clients/client-api-gateway/src/pagination/GetResourcesPaginator.ts index 4b016504d8af..684c3dff3354 100644 --- a/clients/client-api-gateway/src/pagination/GetResourcesPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetRestApisPaginator.ts b/clients/client-api-gateway/src/pagination/GetRestApisPaginator.ts index b03b6ff49bf5..f62b4ef35017 100644 --- a/clients/client-api-gateway/src/pagination/GetRestApisPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetRestApisPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { GetRestApisCommand, GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand"; diff --git a/clients/client-api-gateway/src/pagination/GetUsagePaginator.ts b/clients/client-api-gateway/src/pagination/GetUsagePaginator.ts index 0e0de5075f88..529432f77227 100644 --- a/clients/client-api-gateway/src/pagination/GetUsagePaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetUsagePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { GetUsageCommand, GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand"; diff --git a/clients/client-api-gateway/src/pagination/GetUsagePlanKeysPaginator.ts b/clients/client-api-gateway/src/pagination/GetUsagePlanKeysPaginator.ts index db669e2f7a9b..e8fd2da4fd92 100644 --- a/clients/client-api-gateway/src/pagination/GetUsagePlanKeysPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetUsagePlanKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetUsagePlansPaginator.ts b/clients/client-api-gateway/src/pagination/GetUsagePlansPaginator.ts index 790f5be3b605..c593bd44691f 100644 --- a/clients/client-api-gateway/src/pagination/GetUsagePlansPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetUsagePlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { diff --git a/clients/client-api-gateway/src/pagination/GetVpcLinksPaginator.ts b/clients/client-api-gateway/src/pagination/GetVpcLinksPaginator.ts index 12e5f38fb6a3..04801119214a 100644 --- a/clients/client-api-gateway/src/pagination/GetVpcLinksPaginator.ts +++ b/clients/client-api-gateway/src/pagination/GetVpcLinksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; import { GetVpcLinksCommand, GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand"; diff --git a/clients/client-api-gateway/src/pagination/Interfaces.ts b/clients/client-api-gateway/src/pagination/Interfaces.ts index a93b6c8c0c06..cd84c3cb1fbd 100644 --- a/clients/client-api-gateway/src/pagination/Interfaces.ts +++ b/clients/client-api-gateway/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { APIGatewayClient } from "../APIGatewayClient"; diff --git a/clients/client-api-gateway/src/protocols/Aws_restJson1.ts b/clients/client-api-gateway/src/protocols/Aws_restJson1.ts index 26f234d6dce7..b5ef47bbffa2 100644 --- a/clients/client-api-gateway/src/protocols/Aws_restJson1.ts +++ b/clients/client-api-gateway/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "../commands/CreateApiKeyCommand"; import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand"; diff --git a/clients/client-api-gateway/src/runtimeConfig.browser.ts b/clients/client-api-gateway/src/runtimeConfig.browser.ts index 6a5fee90b0d6..ab847401485d 100644 --- a/clients/client-api-gateway/src/runtimeConfig.browser.ts +++ b/clients/client-api-gateway/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { APIGatewayClientConfig } from "./APIGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-api-gateway/src/runtimeConfig.shared.ts b/clients/client-api-gateway/src/runtimeConfig.shared.ts index 4a7af59dcd0c..c3153b9fa4a4 100644 --- a/clients/client-api-gateway/src/runtimeConfig.shared.ts +++ b/clients/client-api-gateway/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { APIGatewayClientConfig } from "./APIGatewayClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-api-gateway/src/runtimeConfig.ts b/clients/client-api-gateway/src/runtimeConfig.ts index 96b89a060da7..f84b92c73eb8 100644 --- a/clients/client-api-gateway/src/runtimeConfig.ts +++ b/clients/client-api-gateway/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { APIGatewayClientConfig } from "./APIGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index 390d908875f5..eda2d171a037 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApi.ts b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApi.ts index 455c372459a2..b41be5e9aed1 100644 --- a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApi.ts +++ b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApi.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApiGatewayManagementApiClient, ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient"; import { diff --git a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts index 07f3c06bdae2..0bb66ca8cf5c 100644 --- a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts +++ b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand"; @@ -87,7 +85,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -196,7 +194,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts index 055cad619fd1..32a1c2d13093 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayManagementApiClientResolvedConfig, diff --git a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts index 1b014bc1874d..2fd4f432bcd7 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayManagementApiClientResolvedConfig, diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts index bedd3e4453ac..ff444c3f9655 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayManagementApiClientResolvedConfig, diff --git a/clients/client-apigatewaymanagementapi/src/endpoint/EndpointParameters.ts b/clients/client-apigatewaymanagementapi/src/endpoint/EndpointParameters.ts index 9641c4b8cf8c..1ad52c5d6853 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoint/EndpointParameters.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-apigatewaymanagementapi/src/endpoint/endpointResolver.ts b/clients/client-apigatewaymanagementapi/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoint/endpointResolver.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-apigatewaymanagementapi/src/endpoint/ruleset.ts b/clients/client-apigatewaymanagementapi/src/endpoint/ruleset.ts index 7ac54fe5dd2d..2cca43abf64c 100644 --- a/clients/client-apigatewaymanagementapi/src/endpoint/ruleset.ts +++ b/clients/client-apigatewaymanagementapi/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts b/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts index cb91c050c711..52850454221a 100644 --- a/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts +++ b/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-apigatewaymanagementapi/src/models/models_0.ts b/clients/client-apigatewaymanagementapi/src/models/models_0.ts index 789e65add3c0..6382a01ccc0e 100644 --- a/clients/client-apigatewaymanagementapi/src/models/models_0.ts +++ b/clients/client-apigatewaymanagementapi/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApiGatewayManagementApiServiceException as __BaseException } from "./ApiGatewayManagementApiServiceException"; diff --git a/clients/client-apigatewaymanagementapi/src/protocols/Aws_restJson1.ts b/clients/client-apigatewaymanagementapi/src/protocols/Aws_restJson1.ts index cfb92668f858..82db9ca040d1 100644 --- a/clients/client-apigatewaymanagementapi/src/protocols/Aws_restJson1.ts +++ b/clients/client-apigatewaymanagementapi/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand"; import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand"; diff --git a/clients/client-apigatewaymanagementapi/src/runtimeConfig.browser.ts b/clients/client-apigatewaymanagementapi/src/runtimeConfig.browser.ts index 3a17dd0d7384..f876f3525db5 100644 --- a/clients/client-apigatewaymanagementapi/src/runtimeConfig.browser.ts +++ b/clients/client-apigatewaymanagementapi/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-apigatewaymanagementapi/src/runtimeConfig.shared.ts b/clients/client-apigatewaymanagementapi/src/runtimeConfig.shared.ts index 1cb18891364a..b1b34ef3a1b2 100644 --- a/clients/client-apigatewaymanagementapi/src/runtimeConfig.shared.ts +++ b/clients/client-apigatewaymanagementapi/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-apigatewaymanagementapi/src/runtimeConfig.ts b/clients/client-apigatewaymanagementapi/src/runtimeConfig.ts index 83e6265df1ce..0aa64a0f670c 100644 --- a/clients/client-apigatewaymanagementapi/src/runtimeConfig.ts +++ b/clients/client-apigatewaymanagementapi/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApiGatewayManagementApiClientConfig } from "./ApiGatewayManagementApiClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index ef8a0addddea..33e903b3472a 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-apigatewayv2/src/ApiGatewayV2.ts b/clients/client-apigatewayv2/src/ApiGatewayV2.ts index 275257951d09..850b8fced41d 100644 --- a/clients/client-apigatewayv2/src/ApiGatewayV2.ts +++ b/clients/client-apigatewayv2/src/ApiGatewayV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApiGatewayV2Client, ApiGatewayV2ClientConfig } from "./ApiGatewayV2Client"; import { CreateApiCommand, CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand"; diff --git a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts index 7eef885a231d..d029b64267ca 100644 --- a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts +++ b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand"; @@ -336,7 +334,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -445,7 +443,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts index 8634578d968b..f286f56753ed 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateApiRequest, CreateApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts index 8b813ed7c63a..3ce5672583d7 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts index c075cf83d4c0..00ab5833956b 100644 --- a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts index f76143a6c840..546d40d14a2f 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts index c6bf0176d042..0d0988560f9d 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts index b164d974e422..c0e4996601ce 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts index 910dd07d2cfd..81b57cc6f992 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts index c286753d3af2..4530f74182ed 100644 --- a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts index bc2eaf4ba935..c189d10b4f75 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateRouteRequest, CreateRouteResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts index c03077d34837..6b91097f8b20 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts index d1b06d6192e9..db335870a74d 100644 --- a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateStageRequest, CreateStageResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts index 9de3622408f9..e752cdd41219 100644 --- a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts index efc68b4bc449..d069df9f3a4c 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteAccessLogSettingsRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts index 0eb813f2eb55..e18d6b699550 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteApiRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts index 97ba395884b0..8ee596956358 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteApiMappingRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts index 6fa0cb6574e3..b02d5005f8b5 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteAuthorizerRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts index a4c77b6dbcce..d44b11010126 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteCorsConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts index 008694f87260..eb976c5894b0 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts index c206c760023f..ae45a1b4d277 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteDomainNameRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts index a28215e3f134..9c04e5ad191d 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteIntegrationRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts index de93231e5d67..13e0000eb158 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteIntegrationResponseRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts index 292eb22cc1ce..effae6f73c0f 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteModelRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts index d5d7febfa7bd..974878d06781 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteRouteRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts index e5a470389e44..c5c96c96b7f0 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteRouteRequestParameterRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts index b9b5a8e41e10..5f2726167247 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteRouteResponseRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts index bdb5d6f88ad1..bfd643c0f5e0 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteRouteSettingsRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts index 2642a17a8dc7..7f2cc86e8ef2 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteStageRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts index 11df6b117fa7..6371d153f6b9 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts index c65c977e78bd..8883f0be62a3 100644 --- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { ExportApiRequest, ExportApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts index 9d6223ed34fd..0135afc64336 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetApiRequest, GetApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts index c1aa7d6819f0..6e49c90189cf 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts index 378c07927b7d..a16fc023b8da 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts index ca3320e043e1..a59dd48bdd63 100644 --- a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetApisRequest, GetApisResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts index dc796d1cc7d1..3ce813f4c3dc 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts index 5ea1fdd37864..c4c715059de9 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts index 27e7aa949aea..bab555e14b79 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts index f1d3a7e83b4a..a4f10afaf31c 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts index 6cc1d8ee4f99..d3ce33c4f87d 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts index 16641852e0f0..674b6b02dd6d 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts index abe4ea3e405b..212286d209c1 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts index da8a4f34789a..6c5787c0dced 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts index 5a6a4b914189..77994a738c25 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetIntegrationResponsesRequest, GetIntegrationResponsesResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts index 073318cb5311..b05276b97c0a 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetIntegrationsRequest, GetIntegrationsResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts index 193ea257e13b..a798c924a05f 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetModelRequest, GetModelResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts index 146c8d63ea6e..4e4120439218 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetModelTemplateRequest, GetModelTemplateResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts index a15c16dfced1..838a478a7f0d 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetModelsRequest, GetModelsResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts index 32f72f0b70f9..c4765122eb26 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetRouteRequest, GetRouteResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts index 55925af6419e..440f3f1f49eb 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetRouteResponseRequest, GetRouteResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts index 52c66503096f..de1f90d278e7 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetRouteResponsesRequest, GetRouteResponsesResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts index 15618ce2a3de..7526ec0fa293 100644 --- a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts index 78f27338529c..f030249dd518 100644 --- a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetStageRequest, GetStageResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts index 28adfc25f2ab..b9fecb05794b 100644 --- a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetStagesRequest, GetStagesResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts index e8c9755b8f40..8b161068eb9d 100644 --- a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetTagsRequest, GetTagsResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts index 21136564d891..d3755e8c3701 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts index 8514c0110eca..3230ee359210 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts index d4577fb4c607..84b576ae032c 100644 --- a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { ImportApiRequest, ImportApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts index 4e6c9e07f99d..8e9474b41b6a 100644 --- a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts index 33ceec77cb30..881055a6aa0d 100644 --- a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { ResetAuthorizersCacheRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts index cdbc4cc9144a..99082690ea42 100644 --- a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts index 27e9167e3c94..057d673df528 100644 --- a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts index 5c82b2dfee22..2f5b472568af 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts index 27b335f40914..6b8dc6bfa6cc 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts index 63a979f5019c..9ffd7b409133 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts index 8c968670fd99..bdd7fae87293 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts index 3b0ac8ff7afe..21f5a00b40b2 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts index 11309f6b14cf..94874bc4d73a 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts index 17bc6cddfa48..e02fb3ba9f30 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts index 3964a861f6e5..1f5dcfcfa2a3 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts index 46f0635de47b..772ed8cf243f 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts index b111a8cd6344..c12cb0412130 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts index 8107b1501309..5dd826af4100 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts index aa85e6d455b0..2e97ff222136 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client"; import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0"; diff --git a/clients/client-apigatewayv2/src/endpoint/EndpointParameters.ts b/clients/client-apigatewayv2/src/endpoint/EndpointParameters.ts index c3190331c4bd..7dbe7702c276 100644 --- a/clients/client-apigatewayv2/src/endpoint/EndpointParameters.ts +++ b/clients/client-apigatewayv2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-apigatewayv2/src/endpoint/endpointResolver.ts b/clients/client-apigatewayv2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-apigatewayv2/src/endpoint/endpointResolver.ts +++ b/clients/client-apigatewayv2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-apigatewayv2/src/endpoint/ruleset.ts b/clients/client-apigatewayv2/src/endpoint/ruleset.ts index 93d041d7a677..02385fd15daa 100644 --- a/clients/client-apigatewayv2/src/endpoint/ruleset.ts +++ b/clients/client-apigatewayv2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts b/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts index 1bf29c353e92..cd0440335faf 100644 --- a/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts +++ b/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-apigatewayv2/src/models/models_0.ts b/clients/client-apigatewayv2/src/models/models_0.ts index 53f316b3176c..2d7d90c0a50d 100644 --- a/clients/client-apigatewayv2/src/models/models_0.ts +++ b/clients/client-apigatewayv2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApiGatewayV2ServiceException as __BaseException } from "./ApiGatewayV2ServiceException"; diff --git a/clients/client-apigatewayv2/src/protocols/Aws_restJson1.ts b/clients/client-apigatewayv2/src/protocols/Aws_restJson1.ts index 9e9ebe325913..77f3867f2429 100644 --- a/clients/client-apigatewayv2/src/protocols/Aws_restJson1.ts +++ b/clients/client-apigatewayv2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApiCommandInput, CreateApiCommandOutput } from "../commands/CreateApiCommand"; import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "../commands/CreateApiMappingCommand"; diff --git a/clients/client-apigatewayv2/src/runtimeConfig.browser.ts b/clients/client-apigatewayv2/src/runtimeConfig.browser.ts index e6b4054ff2f4..8dc5af9ea2f1 100644 --- a/clients/client-apigatewayv2/src/runtimeConfig.browser.ts +++ b/clients/client-apigatewayv2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApiGatewayV2ClientConfig } from "./ApiGatewayV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-apigatewayv2/src/runtimeConfig.shared.ts b/clients/client-apigatewayv2/src/runtimeConfig.shared.ts index e2630982f839..d753fd344bdb 100644 --- a/clients/client-apigatewayv2/src/runtimeConfig.shared.ts +++ b/clients/client-apigatewayv2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApiGatewayV2ClientConfig } from "./ApiGatewayV2Client"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-apigatewayv2/src/runtimeConfig.ts b/clients/client-apigatewayv2/src/runtimeConfig.ts index 93945e44be53..582db1acb3f4 100644 --- a/clients/client-apigatewayv2/src/runtimeConfig.ts +++ b/clients/client-apigatewayv2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApiGatewayV2ClientConfig } from "./ApiGatewayV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index 6a99179fdd66..09d5da2b1977 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-app-mesh/src/AppMesh.ts b/clients/client-app-mesh/src/AppMesh.ts index 699270cc7989..ccbbe9370afa 100644 --- a/clients/client-app-mesh/src/AppMesh.ts +++ b/clients/client-app-mesh/src/AppMesh.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppMeshClient, AppMeshClientConfig } from "./AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/AppMeshClient.ts b/clients/client-app-mesh/src/AppMeshClient.ts index 7be5bfdb2fcc..eb55f85e8c77 100644 --- a/clients/client-app-mesh/src/AppMeshClient.ts +++ b/clients/client-app-mesh/src/AppMeshClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand"; @@ -246,7 +244,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -355,7 +353,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts index ff86de8a71f4..fb2d4bf079d1 100644 --- a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts index 625261ca330d..74c78354f422 100644 --- a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateMeshInput, CreateMeshOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts index 7add8ed5ec92..463a952d72c7 100644 --- a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateRouteInput, CreateRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts index e67305cca56c..20eb8f25ce61 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts index 8d86c60180f1..290b1b208788 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts index b3b1b5e949b4..43306c9c5c24 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts index 7033ebbb7cd6..22cb0a1a2c98 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts index 99d6b408c091..be03945690b6 100644 --- a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts index 9f1f455299bd..b998304ff7b2 100644 --- a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts index 1c8ca78b959f..ed8debbcd274 100644 --- a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts index 721c9967b4b8..6415449efd60 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts index 50c6c85f4afe..5b7492955cbf 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts index 4104c9b1ceb4..6874ab1406db 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts index e8899427766b..cd39a36faedc 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts index 3fbb6a6c32d5..56a669cf5228 100644 --- a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts index eaef22d4e11c..1fbf71475864 100644 --- a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts index 652c263984ca..25f38bb5908b 100644 --- a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts index 8e19fca0f810..7d75d34b9fc9 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts index 77d16da56d32..e2f978ee3e0a 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts index 5b0a1ab7feef..2346990cc15c 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts index 5545374a96d9..abf5d0395a47 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts index 78a1d7f093cd..4a44d3488de6 100644 --- a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts index 89d3e6b27f5a..a0024becc28b 100644 --- a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListMeshesInput, ListMeshesOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts index 2136c841a4ee..6193e8f5df2f 100644 --- a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListRoutesInput, ListRoutesOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts index 845757c19749..042668465fd2 100644 --- a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts index 27c22c2c16f0..c678508c261f 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts index c3edd986940e..876771acd109 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts index b4d30c798acc..03363d86fe58 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts index aefd6604e08b..d3b4577ba648 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/TagResourceCommand.ts b/clients/client-app-mesh/src/commands/TagResourceCommand.ts index d94d0601260e..16769f4aa9f6 100644 --- a/clients/client-app-mesh/src/commands/TagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts index fee66ebc8aef..bc6aea4d71ea 100644 --- a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts index 961e34ecfd37..5123dca46d6b 100644 --- a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts index 442fe42a78f6..89a758ae414a 100644 --- a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts index cd6f38ff477d..d98bbd5dede3 100644 --- a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts index 76fd0e3deffe..f37b7705838f 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts index cbd151ba8601..30a1d27ee2f0 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts index 3aca21b7dd81..e45b1d25de30 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts index 093aa7711daa..c35d648c53a0 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient"; import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0"; diff --git a/clients/client-app-mesh/src/endpoint/EndpointParameters.ts b/clients/client-app-mesh/src/endpoint/EndpointParameters.ts index 7243ee6bf47c..abdba9dc0a7e 100644 --- a/clients/client-app-mesh/src/endpoint/EndpointParameters.ts +++ b/clients/client-app-mesh/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-app-mesh/src/endpoint/endpointResolver.ts b/clients/client-app-mesh/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-app-mesh/src/endpoint/endpointResolver.ts +++ b/clients/client-app-mesh/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-app-mesh/src/endpoint/ruleset.ts b/clients/client-app-mesh/src/endpoint/ruleset.ts index c517bb43bc01..1fa67b8c8938 100644 --- a/clients/client-app-mesh/src/endpoint/ruleset.ts +++ b/clients/client-app-mesh/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-app-mesh/src/models/AppMeshServiceException.ts b/clients/client-app-mesh/src/models/AppMeshServiceException.ts index 8719e6bae8dc..1dfa066cab15 100644 --- a/clients/client-app-mesh/src/models/AppMeshServiceException.ts +++ b/clients/client-app-mesh/src/models/AppMeshServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-app-mesh/src/models/models_0.ts b/clients/client-app-mesh/src/models/models_0.ts index e603add45f45..d4865e6c389d 100644 --- a/clients/client-app-mesh/src/models/models_0.ts +++ b/clients/client-app-mesh/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AppMeshServiceException as __BaseException } from "./AppMeshServiceException"; diff --git a/clients/client-app-mesh/src/pagination/Interfaces.ts b/clients/client-app-mesh/src/pagination/Interfaces.ts index 8a8b54f166ca..fb679ab5d27b 100644 --- a/clients/client-app-mesh/src/pagination/Interfaces.ts +++ b/clients/client-app-mesh/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; diff --git a/clients/client-app-mesh/src/pagination/ListGatewayRoutesPaginator.ts b/clients/client-app-mesh/src/pagination/ListGatewayRoutesPaginator.ts index f90733a58928..0befe173494a 100644 --- a/clients/client-app-mesh/src/pagination/ListGatewayRoutesPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListGatewayRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/pagination/ListMeshesPaginator.ts b/clients/client-app-mesh/src/pagination/ListMeshesPaginator.ts index 91ce308d6ff6..123edb2801d1 100644 --- a/clients/client-app-mesh/src/pagination/ListMeshesPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListMeshesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { ListMeshesCommand, ListMeshesCommandInput, ListMeshesCommandOutput } from "../commands/ListMeshesCommand"; diff --git a/clients/client-app-mesh/src/pagination/ListRoutesPaginator.ts b/clients/client-app-mesh/src/pagination/ListRoutesPaginator.ts index 5b358fe1fd61..da469b47a4aa 100644 --- a/clients/client-app-mesh/src/pagination/ListRoutesPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { ListRoutesCommand, ListRoutesCommandInput, ListRoutesCommandOutput } from "../commands/ListRoutesCommand"; diff --git a/clients/client-app-mesh/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-app-mesh/src/pagination/ListTagsForResourcePaginator.ts index 00874b3cb25d..36ac1807c178 100644 --- a/clients/client-app-mesh/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/pagination/ListVirtualGatewaysPaginator.ts b/clients/client-app-mesh/src/pagination/ListVirtualGatewaysPaginator.ts index c455db5d71f9..93d21d4a0e50 100644 --- a/clients/client-app-mesh/src/pagination/ListVirtualGatewaysPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListVirtualGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/pagination/ListVirtualNodesPaginator.ts b/clients/client-app-mesh/src/pagination/ListVirtualNodesPaginator.ts index e940583c828b..90b8fbe3f4c7 100644 --- a/clients/client-app-mesh/src/pagination/ListVirtualNodesPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListVirtualNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/pagination/ListVirtualRoutersPaginator.ts b/clients/client-app-mesh/src/pagination/ListVirtualRoutersPaginator.ts index 56fbcd55ead1..ccc1427c2f89 100644 --- a/clients/client-app-mesh/src/pagination/ListVirtualRoutersPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListVirtualRoutersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/pagination/ListVirtualServicesPaginator.ts b/clients/client-app-mesh/src/pagination/ListVirtualServicesPaginator.ts index 1885b59883f4..80e13fa5f901 100644 --- a/clients/client-app-mesh/src/pagination/ListVirtualServicesPaginator.ts +++ b/clients/client-app-mesh/src/pagination/ListVirtualServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppMeshClient } from "../AppMeshClient"; import { diff --git a/clients/client-app-mesh/src/protocols/Aws_restJson1.ts b/clients/client-app-mesh/src/protocols/Aws_restJson1.ts index 8f0d225f93a0..4213d076bdc9 100644 --- a/clients/client-app-mesh/src/protocols/Aws_restJson1.ts +++ b/clients/client-app-mesh/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "../commands/CreateGatewayRouteCommand"; diff --git a/clients/client-app-mesh/src/runtimeConfig.browser.ts b/clients/client-app-mesh/src/runtimeConfig.browser.ts index 6cd91090c534..1309dc948bc4 100644 --- a/clients/client-app-mesh/src/runtimeConfig.browser.ts +++ b/clients/client-app-mesh/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppMeshClientConfig } from "./AppMeshClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-app-mesh/src/runtimeConfig.shared.ts b/clients/client-app-mesh/src/runtimeConfig.shared.ts index 4a124e8071e4..8115f37e7d11 100644 --- a/clients/client-app-mesh/src/runtimeConfig.shared.ts +++ b/clients/client-app-mesh/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppMeshClientConfig } from "./AppMeshClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-app-mesh/src/runtimeConfig.ts b/clients/client-app-mesh/src/runtimeConfig.ts index 53e7988b48c4..aec450013278 100644 --- a/clients/client-app-mesh/src/runtimeConfig.ts +++ b/clients/client-app-mesh/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppMeshClientConfig } from "./AppMeshClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index 55a9665aa8d0..952ce12040d8 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-appconfig/src/AppConfig.ts b/clients/client-appconfig/src/AppConfig.ts index b56d996515fe..ddb360c6ed49 100644 --- a/clients/client-appconfig/src/AppConfig.ts +++ b/clients/client-appconfig/src/AppConfig.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppConfigClient, AppConfigClientConfig } from "./AppConfigClient"; import { diff --git a/clients/client-appconfig/src/AppConfigClient.ts b/clients/client-appconfig/src/AppConfigClient.ts index 9ffb275083a9..0efef34a3d60 100644 --- a/clients/client-appconfig/src/AppConfigClient.ts +++ b/clients/client-appconfig/src/AppConfigClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand"; @@ -273,7 +271,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -382,7 +380,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts index 85642f5e74b2..475b0e4c2cdd 100644 --- a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Application, CreateApplicationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts index 40bba695a605..8432eb40e53c 100644 --- a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts index 8fc0a4c78f3b..c42da7d604f1 100644 --- a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts index 03d8a995bc9e..e9e5635ff1b3 100644 --- a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { CreateEnvironmentRequest, Environment } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts index ff8882936ac4..128ff8cb2216 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts index 128883ab78c7..8ea35a3ecabb 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { CreateExtensionRequest, Extension } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts index 3b619f311f80..f81bc3f948e3 100644 --- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts @@ -1,19 +1,19 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts index 0c682b6c84b9..a09eff958051 100644 --- a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteApplicationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts index 577598ef3ed7..5f71ba0236c2 100644 --- a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteConfigurationProfileRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts index 1a549b564146..91fd80b505a7 100644 --- a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteDeploymentStrategyRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts index c46d507a31de..3bac0884913d 100644 --- a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteEnvironmentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts index a073cab38c68..23fc4e565fc0 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteExtensionAssociationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts index 687fd336bf52..5e7f55e1aeb3 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteExtensionRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts index c93cc9e54bee..0a87f70c35fc 100644 --- a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeleteHostedConfigurationVersionRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetApplicationCommand.ts b/clients/client-appconfig/src/commands/GetApplicationCommand.ts index 5349051c48e1..8f22c1597b45 100644 --- a/clients/client-appconfig/src/commands/GetApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Application, GetApplicationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index a06fa0951650..5353189650a5 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Configuration, ConfigurationFilterSensitiveLog, GetConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts index b86002f2a183..36b360b2809d 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts index 72b924e6277e..3e0269b2d558 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Deployment, GetDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts index fa716ac397b3..9c70e592f1e6 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts index 236eb5029eb7..2e8812285a52 100644 --- a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Environment, GetEnvironmentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts index febb34d5002e..acfc122cb173 100644 --- a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ExtensionAssociation, GetExtensionAssociationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetExtensionCommand.ts b/clients/client-appconfig/src/commands/GetExtensionCommand.ts index a670dfe99d5d..3c8cc9ea0a7c 100644 --- a/clients/client-appconfig/src/commands/GetExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Extension, GetExtensionRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts index 6277c19b0c6c..d1f94ddb32a9 100644 --- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts index a1c7459ab2e0..7877682c7cbd 100644 --- a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Applications, ListApplicationsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts index a3c8918d0a04..104cd86e617d 100644 --- a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts +++ b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts index 62aa91b8577a..59dc2da802cc 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts index 8669f750c416..d1e742bd62e4 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Deployments, ListDeploymentsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts index 14bc3b3ae3d6..e081676ee6c9 100644 --- a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Environments, ListEnvironmentsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts index b3bf11900b96..e11d1563c9ce 100644 --- a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ExtensionAssociations, ListExtensionAssociationsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts index 1727040a7dfc..b7de06e9a968 100644 --- a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Extensions, ListExtensionsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts index 352e33b97f08..c0a22a395c57 100644 --- a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts index 9a6c8e5a43b8..96d2c861b558 100644 --- a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts index 553bab2f3396..8b95e4da7578 100644 --- a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Deployment, StartDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts index 84a7c4e7ec9b..d6503212f0f1 100644 --- a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Deployment, StopDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/TagResourceCommand.ts b/clients/client-appconfig/src/commands/TagResourceCommand.ts index 7b7de7579307..4702ab04fbc9 100644 --- a/clients/client-appconfig/src/commands/TagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UntagResourceCommand.ts b/clients/client-appconfig/src/commands/UntagResourceCommand.ts index 5a3fc8dffdd1..05ddc271a2ba 100644 --- a/clients/client-appconfig/src/commands/UntagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts index df8fb27b5749..02e056684c91 100644 --- a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Application, UpdateApplicationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts index 1f0266007ad0..f08ddc865218 100644 --- a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts index ae96e1c24db5..cf8db8308445 100644 --- a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts index fa5e4fb35015..2279ff872176 100644 --- a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Environment, UpdateEnvironmentRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts index 3d667a6dfe23..5f6686fad114 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ExtensionAssociation, UpdateExtensionAssociationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts index 754a7300c5e5..fa30f6daed30 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { Extension, UpdateExtensionRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts index 11c254e0dd00..9ce37c05fd86 100644 --- a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient"; import { ValidateConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-appconfig/src/endpoint/EndpointParameters.ts b/clients/client-appconfig/src/endpoint/EndpointParameters.ts index b294e98297df..e29d1515a412 100644 --- a/clients/client-appconfig/src/endpoint/EndpointParameters.ts +++ b/clients/client-appconfig/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appconfig/src/endpoint/endpointResolver.ts b/clients/client-appconfig/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appconfig/src/endpoint/endpointResolver.ts +++ b/clients/client-appconfig/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appconfig/src/endpoint/ruleset.ts b/clients/client-appconfig/src/endpoint/ruleset.ts index ded2ef4f3389..945ac804834a 100644 --- a/clients/client-appconfig/src/endpoint/ruleset.ts +++ b/clients/client-appconfig/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appconfig/src/models/AppConfigServiceException.ts b/clients/client-appconfig/src/models/AppConfigServiceException.ts index 00a4567b5d8b..fd8cd9166d9f 100644 --- a/clients/client-appconfig/src/models/AppConfigServiceException.ts +++ b/clients/client-appconfig/src/models/AppConfigServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appconfig/src/models/models_0.ts b/clients/client-appconfig/src/models/models_0.ts index fb1df4895ae2..c6545bbec516 100644 --- a/clients/client-appconfig/src/models/models_0.ts +++ b/clients/client-appconfig/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException"; diff --git a/clients/client-appconfig/src/pagination/Interfaces.ts b/clients/client-appconfig/src/pagination/Interfaces.ts index 246dc543e341..b1ab8d2db780 100644 --- a/clients/client-appconfig/src/pagination/Interfaces.ts +++ b/clients/client-appconfig/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; diff --git a/clients/client-appconfig/src/pagination/ListApplicationsPaginator.ts b/clients/client-appconfig/src/pagination/ListApplicationsPaginator.ts index cfb035831424..e68e7e60ac57 100644 --- a/clients/client-appconfig/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListConfigurationProfilesPaginator.ts b/clients/client-appconfig/src/pagination/ListConfigurationProfilesPaginator.ts index 4a2695ae57a1..cfb1f6d2d0ba 100644 --- a/clients/client-appconfig/src/pagination/ListConfigurationProfilesPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListConfigurationProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListDeploymentStrategiesPaginator.ts b/clients/client-appconfig/src/pagination/ListDeploymentStrategiesPaginator.ts index 715483206b3e..82596a3ce538 100644 --- a/clients/client-appconfig/src/pagination/ListDeploymentStrategiesPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListDeploymentStrategiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListDeploymentsPaginator.ts b/clients/client-appconfig/src/pagination/ListDeploymentsPaginator.ts index a37f5fce2bf6..9088d79f6a77 100644 --- a/clients/client-appconfig/src/pagination/ListDeploymentsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-appconfig/src/pagination/ListEnvironmentsPaginator.ts index 44227b74e7af..5ecd21ff05ac 100644 --- a/clients/client-appconfig/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListExtensionAssociationsPaginator.ts b/clients/client-appconfig/src/pagination/ListExtensionAssociationsPaginator.ts index 6d795095f07c..1643ea7d5052 100644 --- a/clients/client-appconfig/src/pagination/ListExtensionAssociationsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListExtensionAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListExtensionsPaginator.ts b/clients/client-appconfig/src/pagination/ListExtensionsPaginator.ts index 07ca089d89d3..946cafb56e4c 100644 --- a/clients/client-appconfig/src/pagination/ListExtensionsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListExtensionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/pagination/ListHostedConfigurationVersionsPaginator.ts b/clients/client-appconfig/src/pagination/ListHostedConfigurationVersionsPaginator.ts index ea2e90acdadc..e194e3adee97 100644 --- a/clients/client-appconfig/src/pagination/ListHostedConfigurationVersionsPaginator.ts +++ b/clients/client-appconfig/src/pagination/ListHostedConfigurationVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppConfigClient } from "../AppConfigClient"; import { diff --git a/clients/client-appconfig/src/protocols/Aws_restJson1.ts b/clients/client-appconfig/src/protocols/Aws_restJson1.ts index 9088aee3ff53..ba1e0e666c09 100644 --- a/clients/client-appconfig/src/protocols/Aws_restJson1.ts +++ b/clients/client-appconfig/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand"; import { diff --git a/clients/client-appconfig/src/runtimeConfig.browser.ts b/clients/client-appconfig/src/runtimeConfig.browser.ts index 5ea855fe5619..481f0f2869e3 100644 --- a/clients/client-appconfig/src/runtimeConfig.browser.ts +++ b/clients/client-appconfig/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppConfigClientConfig } from "./AppConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appconfig/src/runtimeConfig.shared.ts b/clients/client-appconfig/src/runtimeConfig.shared.ts index 46bb5994c851..b06bf9befc20 100644 --- a/clients/client-appconfig/src/runtimeConfig.shared.ts +++ b/clients/client-appconfig/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppConfigClientConfig } from "./AppConfigClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appconfig/src/runtimeConfig.ts b/clients/client-appconfig/src/runtimeConfig.ts index ae05bd4cf1ce..1a1f5778be59 100644 --- a/clients/client-appconfig/src/runtimeConfig.ts +++ b/clients/client-appconfig/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppConfigClientConfig } from "./AppConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appconfigdata/package.json b/clients/client-appconfigdata/package.json index 0ce4b42a3e2a..93086d9cc778 100644 --- a/clients/client-appconfigdata/package.json +++ b/clients/client-appconfigdata/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-appconfigdata/src/AppConfigData.ts b/clients/client-appconfigdata/src/AppConfigData.ts index 89d160b18299..322e8981e329 100644 --- a/clients/client-appconfigdata/src/AppConfigData.ts +++ b/clients/client-appconfigdata/src/AppConfigData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppConfigDataClient, AppConfigDataClientConfig } from "./AppConfigDataClient"; import { diff --git a/clients/client-appconfigdata/src/AppConfigDataClient.ts b/clients/client-appconfigdata/src/AppConfigDataClient.ts index 284d946bac47..78d9ead681e8 100644 --- a/clients/client-appconfigdata/src/AppConfigDataClient.ts +++ b/clients/client-appconfigdata/src/AppConfigDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -89,7 +87,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -198,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts index 081f4528bd9c..0c117900e427 100644 --- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts +++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigDataClient"; import { diff --git a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts index dfb91fb54226..f63f74ca7cc8 100644 --- a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts +++ b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigDataClient"; import { StartConfigurationSessionRequest, StartConfigurationSessionResponse } from "../models/models_0"; diff --git a/clients/client-appconfigdata/src/endpoint/EndpointParameters.ts b/clients/client-appconfigdata/src/endpoint/EndpointParameters.ts index b294e98297df..e29d1515a412 100644 --- a/clients/client-appconfigdata/src/endpoint/EndpointParameters.ts +++ b/clients/client-appconfigdata/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appconfigdata/src/endpoint/endpointResolver.ts b/clients/client-appconfigdata/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appconfigdata/src/endpoint/endpointResolver.ts +++ b/clients/client-appconfigdata/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appconfigdata/src/endpoint/ruleset.ts b/clients/client-appconfigdata/src/endpoint/ruleset.ts index c484f77ddf24..44f22d94cf3d 100644 --- a/clients/client-appconfigdata/src/endpoint/ruleset.ts +++ b/clients/client-appconfigdata/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts b/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts index 4e1c5542c28b..3570d1badd45 100644 --- a/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts +++ b/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appconfigdata/src/models/models_0.ts b/clients/client-appconfigdata/src/models/models_0.ts index fef89a1c2f8a..2086aeb04beb 100644 --- a/clients/client-appconfigdata/src/models/models_0.ts +++ b/clients/client-appconfigdata/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppConfigDataServiceException as __BaseException } from "./AppConfigDataServiceException"; diff --git a/clients/client-appconfigdata/src/protocols/Aws_restJson1.ts b/clients/client-appconfigdata/src/protocols/Aws_restJson1.ts index 786f8d4ed8f2..3ca4541b110a 100644 --- a/clients/client-appconfigdata/src/protocols/Aws_restJson1.ts +++ b/clients/client-appconfigdata/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLatestConfigurationCommandInput, diff --git a/clients/client-appconfigdata/src/runtimeConfig.browser.ts b/clients/client-appconfigdata/src/runtimeConfig.browser.ts index c35b5c6d4bf9..364813490d1d 100644 --- a/clients/client-appconfigdata/src/runtimeConfig.browser.ts +++ b/clients/client-appconfigdata/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppConfigDataClientConfig } from "./AppConfigDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appconfigdata/src/runtimeConfig.shared.ts b/clients/client-appconfigdata/src/runtimeConfig.shared.ts index 13e5f68ead48..df2d26724653 100644 --- a/clients/client-appconfigdata/src/runtimeConfig.shared.ts +++ b/clients/client-appconfigdata/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppConfigDataClientConfig } from "./AppConfigDataClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appconfigdata/src/runtimeConfig.ts b/clients/client-appconfigdata/src/runtimeConfig.ts index 6c1c3decc2af..ee54d5fd525b 100644 --- a/clients/client-appconfigdata/src/runtimeConfig.ts +++ b/clients/client-appconfigdata/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppConfigDataClientConfig } from "./AppConfigDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appfabric/package.json b/clients/client-appfabric/package.json index 984984518642..2c28dd9dd7a0 100644 --- a/clients/client-appfabric/package.json +++ b/clients/client-appfabric/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-appfabric/src/AppFabric.ts b/clients/client-appfabric/src/AppFabric.ts index 0c1568b99aea..8baa5f1d8e5d 100644 --- a/clients/client-appfabric/src/AppFabric.ts +++ b/clients/client-appfabric/src/AppFabric.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppFabricClient, AppFabricClientConfig } from "./AppFabricClient"; import { diff --git a/clients/client-appfabric/src/AppFabricClient.ts b/clients/client-appfabric/src/AppFabricClient.ts index 853282e55875..1b3578dcaf8b 100644 --- a/clients/client-appfabric/src/AppFabricClient.ts +++ b/clients/client-appfabric/src/AppFabricClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts index 9c1330095e7d..388d169c2204 100644 --- a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts index 857d2459c985..5407efcd6293 100644 --- a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts index 6c268564adf2..1b51d975977f 100644 --- a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts index c9d01c668e81..050c72a18adc 100644 --- a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { CreateAppBundleRequest, CreateAppBundleResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts index ef8ba9d36e73..a109cd517a4c 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts index 7debc9caf871..06730088029e 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { CreateIngestionDestinationRequest, CreateIngestionDestinationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts index f337e0690668..1a41376f3692 100644 --- a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts index 0fce73e4ab3f..9d59e315d83e 100644 --- a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { DeleteAppBundleRequest, DeleteAppBundleResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts index 5bfd96439f7f..8ca30b6da4b9 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { DeleteIngestionRequest, DeleteIngestionResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts index fe465bcaab78..dbdffcb4de4f 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts index df147df21f6e..3d32d4aa5a1b 100644 --- a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { GetAppAuthorizationRequest, GetAppAuthorizationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts index b3131bcc4ea3..4d5957574523 100644 --- a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/GetIngestionCommand.ts b/clients/client-appfabric/src/commands/GetIngestionCommand.ts index f0a107222c56..42a13d057769 100644 --- a/clients/client-appfabric/src/commands/GetIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { GetIngestionRequest, GetIngestionResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts index 5cc4472b33ec..28c993650cda 100644 --- a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { GetIngestionDestinationRequest, GetIngestionDestinationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts index 3237958ba72c..ac519b4ad026 100644 --- a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { ListAppAuthorizationsRequest, ListAppAuthorizationsResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts index 66a80a426ca7..6bbd2b2ce46c 100644 --- a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { ListAppBundlesRequest, ListAppBundlesResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts index 94cba505bed4..5474bbbd3445 100644 --- a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { ListIngestionDestinationsRequest, ListIngestionDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts index b09e6ae1de6d..6841b86ca41d 100644 --- a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts index 8547964736ba..516961c89dae 100644 --- a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/StartIngestionCommand.ts b/clients/client-appfabric/src/commands/StartIngestionCommand.ts index bebd7e1f7d0d..003ddfeda9a8 100644 --- a/clients/client-appfabric/src/commands/StartIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StartIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { StartIngestionRequest, StartIngestionResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts index 82786911910b..9dad8892b6ec 100644 --- a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/commands/StopIngestionCommand.ts b/clients/client-appfabric/src/commands/StopIngestionCommand.ts index f7698addf775..be16fabd6083 100644 --- a/clients/client-appfabric/src/commands/StopIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StopIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { StopIngestionRequest, StopIngestionResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/TagResourceCommand.ts b/clients/client-appfabric/src/commands/TagResourceCommand.ts index ac031e66db94..da8d6a32ce25 100644 --- a/clients/client-appfabric/src/commands/TagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/UntagResourceCommand.ts b/clients/client-appfabric/src/commands/UntagResourceCommand.ts index cce9e86bc3f2..a654ac3c70ca 100644 --- a/clients/client-appfabric/src/commands/UntagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts index 56ac5fd7839a..53018e4335df 100644 --- a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts index 29e16345dc2c..e6020656a03e 100644 --- a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient"; import { UpdateIngestionDestinationRequest, UpdateIngestionDestinationResponse } from "../models/models_0"; diff --git a/clients/client-appfabric/src/endpoint/EndpointParameters.ts b/clients/client-appfabric/src/endpoint/EndpointParameters.ts index d31c82765b70..66bdfed1b5b7 100644 --- a/clients/client-appfabric/src/endpoint/EndpointParameters.ts +++ b/clients/client-appfabric/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appfabric/src/endpoint/endpointResolver.ts b/clients/client-appfabric/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appfabric/src/endpoint/endpointResolver.ts +++ b/clients/client-appfabric/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appfabric/src/endpoint/ruleset.ts b/clients/client-appfabric/src/endpoint/ruleset.ts index 1a2fef802747..22c54822ec77 100644 --- a/clients/client-appfabric/src/endpoint/ruleset.ts +++ b/clients/client-appfabric/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appfabric/src/models/AppFabricServiceException.ts b/clients/client-appfabric/src/models/AppFabricServiceException.ts index 4640b5e8a4f4..8c1d40c0c193 100644 --- a/clients/client-appfabric/src/models/AppFabricServiceException.ts +++ b/clients/client-appfabric/src/models/AppFabricServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appfabric/src/models/models_0.ts b/clients/client-appfabric/src/models/models_0.ts index f7a614497d52..9aacfa8bd106 100644 --- a/clients/client-appfabric/src/models/models_0.ts +++ b/clients/client-appfabric/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppFabricServiceException as __BaseException } from "./AppFabricServiceException"; diff --git a/clients/client-appfabric/src/pagination/Interfaces.ts b/clients/client-appfabric/src/pagination/Interfaces.ts index 5ef0742625fc..53afd3321d7d 100644 --- a/clients/client-appfabric/src/pagination/Interfaces.ts +++ b/clients/client-appfabric/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppFabricClient } from "../AppFabricClient"; diff --git a/clients/client-appfabric/src/pagination/ListAppAuthorizationsPaginator.ts b/clients/client-appfabric/src/pagination/ListAppAuthorizationsPaginator.ts index 12bf49b03406..fda4450630e8 100644 --- a/clients/client-appfabric/src/pagination/ListAppAuthorizationsPaginator.ts +++ b/clients/client-appfabric/src/pagination/ListAppAuthorizationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppFabricClient } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/pagination/ListAppBundlesPaginator.ts b/clients/client-appfabric/src/pagination/ListAppBundlesPaginator.ts index a3bf0356ed34..f105da43c082 100644 --- a/clients/client-appfabric/src/pagination/ListAppBundlesPaginator.ts +++ b/clients/client-appfabric/src/pagination/ListAppBundlesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppFabricClient } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/pagination/ListIngestionDestinationsPaginator.ts b/clients/client-appfabric/src/pagination/ListIngestionDestinationsPaginator.ts index 7cb40de680f0..211ca77629d5 100644 --- a/clients/client-appfabric/src/pagination/ListIngestionDestinationsPaginator.ts +++ b/clients/client-appfabric/src/pagination/ListIngestionDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppFabricClient } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/pagination/ListIngestionsPaginator.ts b/clients/client-appfabric/src/pagination/ListIngestionsPaginator.ts index 6860fa91514d..ef166246e1ec 100644 --- a/clients/client-appfabric/src/pagination/ListIngestionsPaginator.ts +++ b/clients/client-appfabric/src/pagination/ListIngestionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppFabricClient } from "../AppFabricClient"; import { diff --git a/clients/client-appfabric/src/protocols/Aws_restJson1.ts b/clients/client-appfabric/src/protocols/Aws_restJson1.ts index 7c9fc1b1ebee..9bd687be1dbd 100644 --- a/clients/client-appfabric/src/protocols/Aws_restJson1.ts +++ b/clients/client-appfabric/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-appfabric/src/runtimeConfig.browser.ts b/clients/client-appfabric/src/runtimeConfig.browser.ts index 55ec68ded352..6112c214880e 100644 --- a/clients/client-appfabric/src/runtimeConfig.browser.ts +++ b/clients/client-appfabric/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppFabricClientConfig } from "./AppFabricClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appfabric/src/runtimeConfig.shared.ts b/clients/client-appfabric/src/runtimeConfig.shared.ts index 5bfc69722b9a..24bb47558e39 100644 --- a/clients/client-appfabric/src/runtimeConfig.shared.ts +++ b/clients/client-appfabric/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppFabricClientConfig } from "./AppFabricClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appfabric/src/runtimeConfig.ts b/clients/client-appfabric/src/runtimeConfig.ts index c29a015ecac3..cfb721280af8 100644 --- a/clients/client-appfabric/src/runtimeConfig.ts +++ b/clients/client-appfabric/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppFabricClientConfig } from "./AppFabricClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index a07ac4eaae83..a9c690727016 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-appflow/src/Appflow.ts b/clients/client-appflow/src/Appflow.ts index c6b1b067bab4..a7bc72549c9a 100644 --- a/clients/client-appflow/src/Appflow.ts +++ b/clients/client-appflow/src/Appflow.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppflowClient, AppflowClientConfig } from "./AppflowClient"; import { diff --git a/clients/client-appflow/src/AppflowClient.ts b/clients/client-appflow/src/AppflowClient.ts index eea59c3b3dcd..02379ddb6a7a 100644 --- a/clients/client-appflow/src/AppflowClient.ts +++ b/clients/client-appflow/src/AppflowClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts index 4a4b2b2e540e..daa355d5044a 100644 --- a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts +++ b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts index 1f70e6539fa0..29e4a42e6a33 100644 --- a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/commands/CreateFlowCommand.ts b/clients/client-appflow/src/commands/CreateFlowCommand.ts index a8821218d68f..d0c446417aa5 100644 --- a/clients/client-appflow/src/commands/CreateFlowCommand.ts +++ b/clients/client-appflow/src/commands/CreateFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts index 436933743c8a..533a4b819d08 100644 --- a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DeleteFlowCommand.ts b/clients/client-appflow/src/commands/DeleteFlowCommand.ts index edf9d49d3fa1..cec2111ba355 100644 --- a/clients/client-appflow/src/commands/DeleteFlowCommand.ts +++ b/clients/client-appflow/src/commands/DeleteFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts index 4e546de03e51..0b08cab85260 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts index 922e2f6d2d24..4cdd5facbf88 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts index 4eb988bc3f0a..a9349075e4c0 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts index eee0c47f2d01..a2c86032e49b 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeFlowCommand.ts b/clients/client-appflow/src/commands/DescribeFlowCommand.ts index 0df39a4ae79d..3a0f43f99a38 100644 --- a/clients/client-appflow/src/commands/DescribeFlowCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts index 368faecdf5d6..68ab5afdcf70 100644 --- a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts index 3c78df4efddd..8bd66315e006 100644 --- a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/ListConnectorsCommand.ts b/clients/client-appflow/src/commands/ListConnectorsCommand.ts index f98020903394..a34d793727f9 100644 --- a/clients/client-appflow/src/commands/ListConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/ListFlowsCommand.ts b/clients/client-appflow/src/commands/ListFlowsCommand.ts index 6d59bd8e1c95..41c13a1f2d65 100644 --- a/clients/client-appflow/src/commands/ListFlowsCommand.ts +++ b/clients/client-appflow/src/commands/ListFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts index 59f0a85aabe2..3b1af39dba14 100644 --- a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts index 234dab840bfa..f5d3ee20627d 100644 --- a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts index fb36a0346a59..2b06ef0e78c8 100644 --- a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts +++ b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { ResetConnectorMetadataCacheRequest, ResetConnectorMetadataCacheResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/StartFlowCommand.ts b/clients/client-appflow/src/commands/StartFlowCommand.ts index 024b015998d8..c33348d9eb52 100644 --- a/clients/client-appflow/src/commands/StartFlowCommand.ts +++ b/clients/client-appflow/src/commands/StartFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { StartFlowRequest, StartFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/StopFlowCommand.ts b/clients/client-appflow/src/commands/StopFlowCommand.ts index 201d22cfea4a..7f41614652c4 100644 --- a/clients/client-appflow/src/commands/StopFlowCommand.ts +++ b/clients/client-appflow/src/commands/StopFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { StopFlowRequest, StopFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/TagResourceCommand.ts b/clients/client-appflow/src/commands/TagResourceCommand.ts index 4bffa6745010..770afcdca7a0 100644 --- a/clients/client-appflow/src/commands/TagResourceCommand.ts +++ b/clients/client-appflow/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts index 374bebfefcde..bf2f65dec233 100644 --- a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/UntagResourceCommand.ts b/clients/client-appflow/src/commands/UntagResourceCommand.ts index c34b538bee61..74c45148d53e 100644 --- a/clients/client-appflow/src/commands/UntagResourceCommand.ts +++ b/clients/client-appflow/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts index c19570ca455c..ed9bc5313b75 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts index 1cef0c4e70f6..18a6bb6887a3 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/commands/UpdateFlowCommand.ts b/clients/client-appflow/src/commands/UpdateFlowCommand.ts index 17e6e15b2688..18294c87049d 100644 --- a/clients/client-appflow/src/commands/UpdateFlowCommand.ts +++ b/clients/client-appflow/src/commands/UpdateFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient"; import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0"; diff --git a/clients/client-appflow/src/endpoint/EndpointParameters.ts b/clients/client-appflow/src/endpoint/EndpointParameters.ts index 476a86ff74dc..8b53b020bffc 100644 --- a/clients/client-appflow/src/endpoint/EndpointParameters.ts +++ b/clients/client-appflow/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appflow/src/endpoint/endpointResolver.ts b/clients/client-appflow/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appflow/src/endpoint/endpointResolver.ts +++ b/clients/client-appflow/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appflow/src/endpoint/ruleset.ts b/clients/client-appflow/src/endpoint/ruleset.ts index 796a415ffb04..53bd4d84398f 100644 --- a/clients/client-appflow/src/endpoint/ruleset.ts +++ b/clients/client-appflow/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appflow/src/models/AppflowServiceException.ts b/clients/client-appflow/src/models/AppflowServiceException.ts index 9a302f2961b5..e72ef5e40f37 100644 --- a/clients/client-appflow/src/models/AppflowServiceException.ts +++ b/clients/client-appflow/src/models/AppflowServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appflow/src/models/models_0.ts b/clients/client-appflow/src/models/models_0.ts index 00fe14b6bc7a..0c96157550d8 100644 --- a/clients/client-appflow/src/models/models_0.ts +++ b/clients/client-appflow/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppflowServiceException as __BaseException } from "./AppflowServiceException"; diff --git a/clients/client-appflow/src/pagination/DescribeConnectorProfilesPaginator.ts b/clients/client-appflow/src/pagination/DescribeConnectorProfilesPaginator.ts index cbae25f336b5..50f7d682c8f1 100644 --- a/clients/client-appflow/src/pagination/DescribeConnectorProfilesPaginator.ts +++ b/clients/client-appflow/src/pagination/DescribeConnectorProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/pagination/DescribeConnectorsPaginator.ts b/clients/client-appflow/src/pagination/DescribeConnectorsPaginator.ts index 3116c8361ebf..9dd4599ea61e 100644 --- a/clients/client-appflow/src/pagination/DescribeConnectorsPaginator.ts +++ b/clients/client-appflow/src/pagination/DescribeConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/pagination/DescribeFlowExecutionRecordsPaginator.ts b/clients/client-appflow/src/pagination/DescribeFlowExecutionRecordsPaginator.ts index caa60df4048f..6a80686863b2 100644 --- a/clients/client-appflow/src/pagination/DescribeFlowExecutionRecordsPaginator.ts +++ b/clients/client-appflow/src/pagination/DescribeFlowExecutionRecordsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/pagination/Interfaces.ts b/clients/client-appflow/src/pagination/Interfaces.ts index 9a800f00337e..0545a4e0b5d9 100644 --- a/clients/client-appflow/src/pagination/Interfaces.ts +++ b/clients/client-appflow/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; diff --git a/clients/client-appflow/src/pagination/ListConnectorsPaginator.ts b/clients/client-appflow/src/pagination/ListConnectorsPaginator.ts index f876adc72183..0175009e526d 100644 --- a/clients/client-appflow/src/pagination/ListConnectorsPaginator.ts +++ b/clients/client-appflow/src/pagination/ListConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; import { diff --git a/clients/client-appflow/src/pagination/ListFlowsPaginator.ts b/clients/client-appflow/src/pagination/ListFlowsPaginator.ts index 6dc8f22c3c0c..6a26735b6af1 100644 --- a/clients/client-appflow/src/pagination/ListFlowsPaginator.ts +++ b/clients/client-appflow/src/pagination/ListFlowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppflowClient } from "../AppflowClient"; import { ListFlowsCommand, ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand"; diff --git a/clients/client-appflow/src/protocols/Aws_restJson1.ts b/clients/client-appflow/src/protocols/Aws_restJson1.ts index 73662fa2a884..bd442f5b6a34 100644 --- a/clients/client-appflow/src/protocols/Aws_restJson1.ts +++ b/clients/client-appflow/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-appflow/src/runtimeConfig.browser.ts b/clients/client-appflow/src/runtimeConfig.browser.ts index b392f57ce9b0..c067d331c71c 100644 --- a/clients/client-appflow/src/runtimeConfig.browser.ts +++ b/clients/client-appflow/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppflowClientConfig } from "./AppflowClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appflow/src/runtimeConfig.shared.ts b/clients/client-appflow/src/runtimeConfig.shared.ts index 4397911a750c..cd4ce51eaf53 100644 --- a/clients/client-appflow/src/runtimeConfig.shared.ts +++ b/clients/client-appflow/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppflowClientConfig } from "./AppflowClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appflow/src/runtimeConfig.ts b/clients/client-appflow/src/runtimeConfig.ts index 5e507740695e..ee7c9aa25c04 100644 --- a/clients/client-appflow/src/runtimeConfig.ts +++ b/clients/client-appflow/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppflowClientConfig } from "./AppflowClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index 0f9102335ad2..d3c32d73fee2 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-appintegrations/src/AppIntegrations.ts b/clients/client-appintegrations/src/AppIntegrations.ts index 219a8b79a17b..fba844f18997 100644 --- a/clients/client-appintegrations/src/AppIntegrations.ts +++ b/clients/client-appintegrations/src/AppIntegrations.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppIntegrationsClient, AppIntegrationsClientConfig } from "./AppIntegrationsClient"; import { diff --git a/clients/client-appintegrations/src/AppIntegrationsClient.ts b/clients/client-appintegrations/src/AppIntegrationsClient.ts index 37c380808431..0c7d7ccd2641 100644 --- a/clients/client-appintegrations/src/AppIntegrationsClient.ts +++ b/clients/client-appintegrations/src/AppIntegrationsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts index 34f065930dbb..07a01b15819e 100644 --- a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { CreateDataIntegrationRequest, CreateDataIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts index 78acee48383d..c31b410a3067 100644 --- a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { CreateEventIntegrationRequest, CreateEventIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts index 509a39abb018..7760c53ebd43 100644 --- a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts index 117331098c31..ad4368425483 100644 --- a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts index 3c9b0c1377a3..f07ede08dfaf 100644 --- a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { GetDataIntegrationRequest, GetDataIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts index 9f9614ce6764..1f6a2abb025c 100644 --- a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { GetEventIntegrationRequest, GetEventIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts index e3e1201d3d4e..f5efca6a0ced 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { ListDataIntegrationAssociationsRequest, ListDataIntegrationAssociationsResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts index 71d2f05dd176..1649535cc3cd 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { ListDataIntegrationsRequest, ListDataIntegrationsResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts index 9ad8e0ef2550..eb517f1d061a 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { ListEventIntegrationAssociationsRequest, ListEventIntegrationAssociationsResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts index fab751f54225..ca09315b3fd1 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { ListEventIntegrationsRequest, ListEventIntegrationsResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts index 3d0173d10637..10288bd54580 100644 --- a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/TagResourceCommand.ts b/clients/client-appintegrations/src/commands/TagResourceCommand.ts index e7ab81863c3b..eeb8f8334108 100644 --- a/clients/client-appintegrations/src/commands/TagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts index 9a959c352c0c..948999737c0e 100644 --- a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts index 3a3f42ad0300..0f296efa771f 100644 --- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { UpdateDataIntegrationRequest, UpdateDataIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts index 0e3b2371d127..fea9adfad987 100644 --- a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient"; import { UpdateEventIntegrationRequest, UpdateEventIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-appintegrations/src/endpoint/EndpointParameters.ts b/clients/client-appintegrations/src/endpoint/EndpointParameters.ts index 14e61dc8d901..ab0fe579dcf5 100644 --- a/clients/client-appintegrations/src/endpoint/EndpointParameters.ts +++ b/clients/client-appintegrations/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appintegrations/src/endpoint/endpointResolver.ts b/clients/client-appintegrations/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appintegrations/src/endpoint/endpointResolver.ts +++ b/clients/client-appintegrations/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appintegrations/src/endpoint/ruleset.ts b/clients/client-appintegrations/src/endpoint/ruleset.ts index 46fc2321ffee..1778ec1f7092 100644 --- a/clients/client-appintegrations/src/endpoint/ruleset.ts +++ b/clients/client-appintegrations/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts b/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts index fc9eb5d2c7af..7a540fea4d5f 100644 --- a/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts +++ b/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appintegrations/src/models/models_0.ts b/clients/client-appintegrations/src/models/models_0.ts index af3e08d017a1..b96e2d9616d6 100644 --- a/clients/client-appintegrations/src/models/models_0.ts +++ b/clients/client-appintegrations/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AppIntegrationsServiceException as __BaseException } from "./AppIntegrationsServiceException"; diff --git a/clients/client-appintegrations/src/protocols/Aws_restJson1.ts b/clients/client-appintegrations/src/protocols/Aws_restJson1.ts index 43a87d4483b3..de7007d90d5c 100644 --- a/clients/client-appintegrations/src/protocols/Aws_restJson1.ts +++ b/clients/client-appintegrations/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-appintegrations/src/runtimeConfig.browser.ts b/clients/client-appintegrations/src/runtimeConfig.browser.ts index 04afcc97e02a..0dc91c6343fd 100644 --- a/clients/client-appintegrations/src/runtimeConfig.browser.ts +++ b/clients/client-appintegrations/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppIntegrationsClientConfig } from "./AppIntegrationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appintegrations/src/runtimeConfig.shared.ts b/clients/client-appintegrations/src/runtimeConfig.shared.ts index 04d13bcd8e32..4529a59901a3 100644 --- a/clients/client-appintegrations/src/runtimeConfig.shared.ts +++ b/clients/client-appintegrations/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppIntegrationsClientConfig } from "./AppIntegrationsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appintegrations/src/runtimeConfig.ts b/clients/client-appintegrations/src/runtimeConfig.ts index 69888ec56737..120c37ab1b26 100644 --- a/clients/client-appintegrations/src/runtimeConfig.ts +++ b/clients/client-appintegrations/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppIntegrationsClientConfig } from "./AppIntegrationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 0caa58e4f281..bc8345e01826 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-application-auto-scaling/src/ApplicationAutoScaling.ts b/clients/client-application-auto-scaling/src/ApplicationAutoScaling.ts index a26a2d0b8906..0a42df64e1de 100644 --- a/clients/client-application-auto-scaling/src/ApplicationAutoScaling.ts +++ b/clients/client-application-auto-scaling/src/ApplicationAutoScaling.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApplicationAutoScalingClient, ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient"; import { diff --git a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts index e43b46f0b6fb..af8cfaecfb75 100644 --- a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts +++ b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -147,7 +145,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -256,7 +254,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts index f2bb3123d03c..24eed2292e3e 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index 117b5f412648..53b990a3df93 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts index b9ef7c3f46c5..e6b0fe17a712 100644 --- a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts index 9702056bbfed..9f123d9fa22e 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index b11e213d2872..7782addabbfc 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts index 22e7fa8c21f7..e94b22f184b9 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index 2274122829d6..76f59bcf4622 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts index 184b490adb3b..713d6ece8f72 100644 --- a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts index 084f133aa465..8ea8ecc88207 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts index e88cde9a66d1..73a80470e180 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts index fa730472587d..b1725be29ef9 100644 --- a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts index ae4b1119273c..8fcaa29bcb01 100644 --- a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts index d98429d18bf9..c984e08c74b0 100644 --- a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationAutoScalingClientResolvedConfig, diff --git a/clients/client-application-auto-scaling/src/endpoint/EndpointParameters.ts b/clients/client-application-auto-scaling/src/endpoint/EndpointParameters.ts index 04555450f021..d225a28feabd 100644 --- a/clients/client-application-auto-scaling/src/endpoint/EndpointParameters.ts +++ b/clients/client-application-auto-scaling/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-application-auto-scaling/src/endpoint/endpointResolver.ts b/clients/client-application-auto-scaling/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-application-auto-scaling/src/endpoint/endpointResolver.ts +++ b/clients/client-application-auto-scaling/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-application-auto-scaling/src/endpoint/ruleset.ts b/clients/client-application-auto-scaling/src/endpoint/ruleset.ts index d10969513313..854d37965927 100644 --- a/clients/client-application-auto-scaling/src/endpoint/ruleset.ts +++ b/clients/client-application-auto-scaling/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts b/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts index 4677f89a69f3..60b38885b7c6 100644 --- a/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts +++ b/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-application-auto-scaling/src/models/models_0.ts b/clients/client-application-auto-scaling/src/models/models_0.ts index b450becbdc80..53e6714909b4 100644 --- a/clients/client-application-auto-scaling/src/models/models_0.ts +++ b/clients/client-application-auto-scaling/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApplicationAutoScalingServiceException as __BaseException } from "./ApplicationAutoScalingServiceException"; diff --git a/clients/client-application-auto-scaling/src/pagination/DescribeScalableTargetsPaginator.ts b/clients/client-application-auto-scaling/src/pagination/DescribeScalableTargetsPaginator.ts index 9f68e52050b2..a495a2b0f7fe 100644 --- a/clients/client-application-auto-scaling/src/pagination/DescribeScalableTargetsPaginator.ts +++ b/clients/client-application-auto-scaling/src/pagination/DescribeScalableTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient"; import { diff --git a/clients/client-application-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts b/clients/client-application-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts index f5094b72517c..c8089a28e238 100644 --- a/clients/client-application-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts +++ b/clients/client-application-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient"; import { diff --git a/clients/client-application-auto-scaling/src/pagination/DescribeScalingPoliciesPaginator.ts b/clients/client-application-auto-scaling/src/pagination/DescribeScalingPoliciesPaginator.ts index 073a87fd39ea..2e0972cff032 100644 --- a/clients/client-application-auto-scaling/src/pagination/DescribeScalingPoliciesPaginator.ts +++ b/clients/client-application-auto-scaling/src/pagination/DescribeScalingPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient"; import { diff --git a/clients/client-application-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts b/clients/client-application-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts index 4f5538d66a00..e3ea59bc56a5 100644 --- a/clients/client-application-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts +++ b/clients/client-application-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient"; import { diff --git a/clients/client-application-auto-scaling/src/pagination/Interfaces.ts b/clients/client-application-auto-scaling/src/pagination/Interfaces.ts index 093e2a13efb3..ee9b69604675 100644 --- a/clients/client-application-auto-scaling/src/pagination/Interfaces.ts +++ b/clients/client-application-auto-scaling/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient"; diff --git a/clients/client-application-auto-scaling/src/protocols/Aws_json1_1.ts b/clients/client-application-auto-scaling/src/protocols/Aws_json1_1.ts index 7d0a69833ebb..6e8f8971d31a 100644 --- a/clients/client-application-auto-scaling/src/protocols/Aws_json1_1.ts +++ b/clients/client-application-auto-scaling/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteScalingPolicyCommandInput, diff --git a/clients/client-application-auto-scaling/src/runtimeConfig.browser.ts b/clients/client-application-auto-scaling/src/runtimeConfig.browser.ts index 4f1c38803baa..f52a08d8ada5 100644 --- a/clients/client-application-auto-scaling/src/runtimeConfig.browser.ts +++ b/clients/client-application-auto-scaling/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-application-auto-scaling/src/runtimeConfig.shared.ts b/clients/client-application-auto-scaling/src/runtimeConfig.shared.ts index a98498bbdadc..ea2207cd17cd 100644 --- a/clients/client-application-auto-scaling/src/runtimeConfig.shared.ts +++ b/clients/client-application-auto-scaling/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-application-auto-scaling/src/runtimeConfig.ts b/clients/client-application-auto-scaling/src/runtimeConfig.ts index b7091bb74210..4c23170cfb57 100644 --- a/clients/client-application-auto-scaling/src/runtimeConfig.ts +++ b/clients/client-application-auto-scaling/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index 8ff274ea9b7b..c8fef8d98b43 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-application-discovery-service/src/ApplicationDiscoveryService.ts b/clients/client-application-discovery-service/src/ApplicationDiscoveryService.ts index 4623db0cbeec..105cb6ab63f2 100644 --- a/clients/client-application-discovery-service/src/ApplicationDiscoveryService.ts +++ b/clients/client-application-discovery-service/src/ApplicationDiscoveryService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApplicationDiscoveryServiceClient, diff --git a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts index 2e454ba77549..38f7306cfcb6 100644 --- a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts +++ b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts index 27556b145ac6..c64258d9f687 100644 --- a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts index 9b38c1bbdd88..8cf1e55824b9 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts index 1a41dc482b06..dbd90ab57f85 100644 --- a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts index 3425c593aae7..93d3430ba2a9 100644 --- a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts index fc1a284672fb..dc7975ac84b8 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts index 2f61c98ceb40..0a3d645a93f6 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts index e0f3fcb7ef3f..adc4c9328bed 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts index baf372fc956f..2cc3125c2a7b 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts index b6059fe3fbad..4f5eb41390d8 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts index dd657d9e873f..5d8b8eb3fab7 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts index 64e40d7348d9..0f569d3ccf4c 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts index 4efcbf8ce055..bdb4de2be881 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts index e0ebbe30b346..97c8942947bb 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts index 9604b69e2e5f..c35aded52c3b 100644 --- a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts index 9330de0806ce..5231b688aa93 100644 --- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts index d2d6cd1273d3..6bdb57297f87 100644 --- a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts +++ b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts index 983b6d75abbf..2c83b8efa0a0 100644 --- a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts index 53ee91f3353e..91ffc6f3f86d 100644 --- a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts index 94c746e75ead..4c0655b599b8 100644 --- a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts index db63f2af99aa..9af64dccbc5b 100644 --- a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts index fbbc54ea6b8d..b17f37bad81c 100644 --- a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts index bc0ab91f8ca7..9a02ebadcf04 100644 --- a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts index 31bafb123540..fc9848a32599 100644 --- a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts index bdae81824125..dfa17b066c76 100644 --- a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts index d8da85026d61..909adf38f0b0 100644 --- a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationDiscoveryServiceClientResolvedConfig, diff --git a/clients/client-application-discovery-service/src/endpoint/EndpointParameters.ts b/clients/client-application-discovery-service/src/endpoint/EndpointParameters.ts index 3f7be48f5b21..32e736b28eff 100644 --- a/clients/client-application-discovery-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-application-discovery-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-application-discovery-service/src/endpoint/endpointResolver.ts b/clients/client-application-discovery-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-application-discovery-service/src/endpoint/endpointResolver.ts +++ b/clients/client-application-discovery-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-application-discovery-service/src/endpoint/ruleset.ts b/clients/client-application-discovery-service/src/endpoint/ruleset.ts index 8de13aa4ec2e..1b0fbf60760f 100644 --- a/clients/client-application-discovery-service/src/endpoint/ruleset.ts +++ b/clients/client-application-discovery-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts b/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts index 529acb4f4e2b..aa3c4a80a619 100644 --- a/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts +++ b/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-application-discovery-service/src/models/models_0.ts b/clients/client-application-discovery-service/src/models/models_0.ts index 1f5ff412ff81..6ca8d55b8aa5 100644 --- a/clients/client-application-discovery-service/src/models/models_0.ts +++ b/clients/client-application-discovery-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException"; diff --git a/clients/client-application-discovery-service/src/pagination/DescribeContinuousExportsPaginator.ts b/clients/client-application-discovery-service/src/pagination/DescribeContinuousExportsPaginator.ts index c2685b26eda1..8bc74796d26e 100644 --- a/clients/client-application-discovery-service/src/pagination/DescribeContinuousExportsPaginator.ts +++ b/clients/client-application-discovery-service/src/pagination/DescribeContinuousExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient"; import { diff --git a/clients/client-application-discovery-service/src/pagination/DescribeImportTasksPaginator.ts b/clients/client-application-discovery-service/src/pagination/DescribeImportTasksPaginator.ts index 08519c824ccc..52218efc254a 100644 --- a/clients/client-application-discovery-service/src/pagination/DescribeImportTasksPaginator.ts +++ b/clients/client-application-discovery-service/src/pagination/DescribeImportTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient"; import { diff --git a/clients/client-application-discovery-service/src/pagination/Interfaces.ts b/clients/client-application-discovery-service/src/pagination/Interfaces.ts index 2da62e7ed708..588e459af3ff 100644 --- a/clients/client-application-discovery-service/src/pagination/Interfaces.ts +++ b/clients/client-application-discovery-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient"; diff --git a/clients/client-application-discovery-service/src/protocols/Aws_json1_1.ts b/clients/client-application-discovery-service/src/protocols/Aws_json1_1.ts index d51f39d16086..ab21ebc63e7f 100644 --- a/clients/client-application-discovery-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-application-discovery-service/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-application-discovery-service/src/runtimeConfig.browser.ts b/clients/client-application-discovery-service/src/runtimeConfig.browser.ts index dfe82b598402..dcf9e6a21828 100644 --- a/clients/client-application-discovery-service/src/runtimeConfig.browser.ts +++ b/clients/client-application-discovery-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-application-discovery-service/src/runtimeConfig.shared.ts b/clients/client-application-discovery-service/src/runtimeConfig.shared.ts index 80eaa03c47c0..aff47abc4c87 100644 --- a/clients/client-application-discovery-service/src/runtimeConfig.shared.ts +++ b/clients/client-application-discovery-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-application-discovery-service/src/runtimeConfig.ts b/clients/client-application-discovery-service/src/runtimeConfig.ts index ba0e6c8e199b..0fdecdd3e456 100644 --- a/clients/client-application-discovery-service/src/runtimeConfig.ts +++ b/clients/client-application-discovery-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index bbf14985170e..4ac500b12ca6 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-application-insights/src/ApplicationInsights.ts b/clients/client-application-insights/src/ApplicationInsights.ts index 711dd4379133..4faea3420e7c 100644 --- a/clients/client-application-insights/src/ApplicationInsights.ts +++ b/clients/client-application-insights/src/ApplicationInsights.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApplicationInsightsClient, ApplicationInsightsClientConfig } from "./ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/ApplicationInsightsClient.ts b/clients/client-application-insights/src/ApplicationInsightsClient.ts index 112cd193d47c..943ee944da7f 100644 --- a/clients/client-application-insights/src/ApplicationInsightsClient.ts +++ b/clients/client-application-insights/src/ApplicationInsightsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand"; @@ -186,7 +184,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -295,7 +293,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts index 86ca2b9068b9..4f2c1708890b 100644 --- a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/CreateComponentCommand.ts b/clients/client-application-insights/src/commands/CreateComponentCommand.ts index 23cb2103ce90..7f76fbe87200 100644 --- a/clients/client-application-insights/src/commands/CreateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/CreateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts index cbca2e5388d9..8d6494343d31 100644 --- a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts index 75060e632232..fe5a86214502 100644 --- a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts index 081d25a98f36..e9f0c8bf6429 100644 --- a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts index d3548c3ac38f..fc4344cc1435 100644 --- a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts index dab14f65c949..6c9cc111feed 100644 --- a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts index 217b83a5fbba..ea803031a400 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts index f8b7bd14b51f..f122cc85d31a 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts index 7542d4afa5ee..f162740726f5 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts index a021864b3fc7..36c9cbdf2780 100644 --- a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts index 0bbadb7fdcc0..f7cc45dc35c3 100644 --- a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts index 41be1558bf2e..b809e07496e9 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts index da2640f348ab..5c9d0a291369 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts index 5f06c507a155..cd5521546a11 100644 --- a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts +++ b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListComponentsCommand.ts b/clients/client-application-insights/src/commands/ListComponentsCommand.ts index 8430ef67c7e0..691100564ba5 100644 --- a/clients/client-application-insights/src/commands/ListComponentsCommand.ts +++ b/clients/client-application-insights/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts index 09bdd43b6289..a53aa044a4b4 100644 --- a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts +++ b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts index ce125ecaa1f6..2abe0587928b 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts index 203fe35732e6..c9b0a4fc83fb 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListProblemsCommand.ts b/clients/client-application-insights/src/commands/ListProblemsCommand.ts index b810d75c1955..b2b888f36967 100644 --- a/clients/client-application-insights/src/commands/ListProblemsCommand.ts +++ b/clients/client-application-insights/src/commands/ListProblemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts index 840825c8edc4..15e4577535a4 100644 --- a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/TagResourceCommand.ts b/clients/client-application-insights/src/commands/TagResourceCommand.ts index 2c76305cbaa4..4b73f7f479ae 100644 --- a/clients/client-application-insights/src/commands/TagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/UntagResourceCommand.ts b/clients/client-application-insights/src/commands/UntagResourceCommand.ts index 2bbd964fc2cb..7085e33b1d9b 100644 --- a/clients/client-application-insights/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts index 4c742878154b..7c22aeadb660 100644 --- a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts index 7d05d84e1181..0b2f30383cfc 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts index 7bf42696e84a..c4b1bbe51303 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts index 2f9ab6e679e0..c5a7f38a0f03 100644 --- a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationInsightsClientResolvedConfig, diff --git a/clients/client-application-insights/src/endpoint/EndpointParameters.ts b/clients/client-application-insights/src/endpoint/EndpointParameters.ts index 896f541008f7..d9eb23cc30f0 100644 --- a/clients/client-application-insights/src/endpoint/EndpointParameters.ts +++ b/clients/client-application-insights/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-application-insights/src/endpoint/endpointResolver.ts b/clients/client-application-insights/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-application-insights/src/endpoint/endpointResolver.ts +++ b/clients/client-application-insights/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-application-insights/src/endpoint/ruleset.ts b/clients/client-application-insights/src/endpoint/ruleset.ts index 78a7facdb82f..9182a68adbbb 100644 --- a/clients/client-application-insights/src/endpoint/ruleset.ts +++ b/clients/client-application-insights/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts b/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts index 211412530741..a9fde8224d4d 100644 --- a/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts +++ b/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-application-insights/src/models/models_0.ts b/clients/client-application-insights/src/models/models_0.ts index 531059f4ce82..5963c39f0da6 100644 --- a/clients/client-application-insights/src/models/models_0.ts +++ b/clients/client-application-insights/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException"; diff --git a/clients/client-application-insights/src/pagination/Interfaces.ts b/clients/client-application-insights/src/pagination/Interfaces.ts index f7998531be74..afac4084327d 100644 --- a/clients/client-application-insights/src/pagination/Interfaces.ts +++ b/clients/client-application-insights/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; diff --git a/clients/client-application-insights/src/pagination/ListApplicationsPaginator.ts b/clients/client-application-insights/src/pagination/ListApplicationsPaginator.ts index 34e89e85a711..cbc1f0a5a7bc 100644 --- a/clients/client-application-insights/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/pagination/ListComponentsPaginator.ts b/clients/client-application-insights/src/pagination/ListComponentsPaginator.ts index e1c3e5c56e44..8a3ef58683ad 100644 --- a/clients/client-application-insights/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/pagination/ListConfigurationHistoryPaginator.ts b/clients/client-application-insights/src/pagination/ListConfigurationHistoryPaginator.ts index 00841e5e9c88..f866a1c77874 100644 --- a/clients/client-application-insights/src/pagination/ListConfigurationHistoryPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListConfigurationHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/pagination/ListLogPatternSetsPaginator.ts b/clients/client-application-insights/src/pagination/ListLogPatternSetsPaginator.ts index d9c86f90b9c6..0d14a6f5b304 100644 --- a/clients/client-application-insights/src/pagination/ListLogPatternSetsPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListLogPatternSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/pagination/ListLogPatternsPaginator.ts b/clients/client-application-insights/src/pagination/ListLogPatternsPaginator.ts index 6fc02916997b..29064934cd0d 100644 --- a/clients/client-application-insights/src/pagination/ListLogPatternsPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListLogPatternsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/pagination/ListProblemsPaginator.ts b/clients/client-application-insights/src/pagination/ListProblemsPaginator.ts index 423a02f3a572..579feaaffdee 100644 --- a/clients/client-application-insights/src/pagination/ListProblemsPaginator.ts +++ b/clients/client-application-insights/src/pagination/ListProblemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationInsightsClient } from "../ApplicationInsightsClient"; import { diff --git a/clients/client-application-insights/src/protocols/Aws_json1_1.ts b/clients/client-application-insights/src/protocols/Aws_json1_1.ts index 496597af59c2..8f65c015f65e 100644 --- a/clients/client-application-insights/src/protocols/Aws_json1_1.ts +++ b/clients/client-application-insights/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand"; import { CreateComponentCommandInput, CreateComponentCommandOutput } from "../commands/CreateComponentCommand"; diff --git a/clients/client-application-insights/src/runtimeConfig.browser.ts b/clients/client-application-insights/src/runtimeConfig.browser.ts index d1fd83c9c63a..0aaa864e539d 100644 --- a/clients/client-application-insights/src/runtimeConfig.browser.ts +++ b/clients/client-application-insights/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationInsightsClientConfig } from "./ApplicationInsightsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-application-insights/src/runtimeConfig.shared.ts b/clients/client-application-insights/src/runtimeConfig.shared.ts index bf451fcac064..09db6ba5740c 100644 --- a/clients/client-application-insights/src/runtimeConfig.shared.ts +++ b/clients/client-application-insights/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApplicationInsightsClientConfig } from "./ApplicationInsightsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-application-insights/src/runtimeConfig.ts b/clients/client-application-insights/src/runtimeConfig.ts index 346d8d0127cb..4622e8bd4fe4 100644 --- a/clients/client-application-insights/src/runtimeConfig.ts +++ b/clients/client-application-insights/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationInsightsClientConfig } from "./ApplicationInsightsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json index d7094f325b5f..9e36f1516d62 100644 --- a/clients/client-applicationcostprofiler/package.json +++ b/clients/client-applicationcostprofiler/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-applicationcostprofiler/src/ApplicationCostProfiler.ts b/clients/client-applicationcostprofiler/src/ApplicationCostProfiler.ts index 77a161186284..d4f167162c90 100644 --- a/clients/client-applicationcostprofiler/src/ApplicationCostProfiler.ts +++ b/clients/client-applicationcostprofiler/src/ApplicationCostProfiler.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ApplicationCostProfilerClient, ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient"; import { diff --git a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts index 4bf205455a34..49af712a5e37 100644 --- a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts +++ b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -117,7 +115,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -226,7 +224,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts index 151284ce876d..4d990d70c789 100644 --- a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts index 25a6bd54a3bc..6cd889f4b970 100644 --- a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts index 3576fb4b1271..bb377a6d8e89 100644 --- a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts index 1fffcaf74dc8..4712129151ba 100644 --- a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts index b8145f9043aa..8962b0a91be6 100644 --- a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts index 4b640e894185..2443a24f5532 100644 --- a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplicationCostProfilerClientResolvedConfig, diff --git a/clients/client-applicationcostprofiler/src/endpoint/EndpointParameters.ts b/clients/client-applicationcostprofiler/src/endpoint/EndpointParameters.ts index 1e039f80f497..5bfb9db04915 100644 --- a/clients/client-applicationcostprofiler/src/endpoint/EndpointParameters.ts +++ b/clients/client-applicationcostprofiler/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-applicationcostprofiler/src/endpoint/endpointResolver.ts b/clients/client-applicationcostprofiler/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-applicationcostprofiler/src/endpoint/endpointResolver.ts +++ b/clients/client-applicationcostprofiler/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-applicationcostprofiler/src/endpoint/ruleset.ts b/clients/client-applicationcostprofiler/src/endpoint/ruleset.ts index 175f41fa0938..55f53fb0ad5b 100644 --- a/clients/client-applicationcostprofiler/src/endpoint/ruleset.ts +++ b/clients/client-applicationcostprofiler/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts b/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts index 01f0423b75d8..d925f5c386ea 100644 --- a/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts +++ b/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-applicationcostprofiler/src/models/models_0.ts b/clients/client-applicationcostprofiler/src/models/models_0.ts index 0923b01e6a8c..aaa03788cc99 100644 --- a/clients/client-applicationcostprofiler/src/models/models_0.ts +++ b/clients/client-applicationcostprofiler/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException"; diff --git a/clients/client-applicationcostprofiler/src/pagination/Interfaces.ts b/clients/client-applicationcostprofiler/src/pagination/Interfaces.ts index 7a36d4d5b71f..ff782b6615cf 100644 --- a/clients/client-applicationcostprofiler/src/pagination/Interfaces.ts +++ b/clients/client-applicationcostprofiler/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient"; diff --git a/clients/client-applicationcostprofiler/src/pagination/ListReportDefinitionsPaginator.ts b/clients/client-applicationcostprofiler/src/pagination/ListReportDefinitionsPaginator.ts index 3f2bf25c20c3..819345e2636f 100644 --- a/clients/client-applicationcostprofiler/src/pagination/ListReportDefinitionsPaginator.ts +++ b/clients/client-applicationcostprofiler/src/pagination/ListReportDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient"; import { diff --git a/clients/client-applicationcostprofiler/src/protocols/Aws_restJson1.ts b/clients/client-applicationcostprofiler/src/protocols/Aws_restJson1.ts index 066f7b0369b7..61432bf19def 100644 --- a/clients/client-applicationcostprofiler/src/protocols/Aws_restJson1.ts +++ b/clients/client-applicationcostprofiler/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReportDefinitionCommandInput, diff --git a/clients/client-applicationcostprofiler/src/runtimeConfig.browser.ts b/clients/client-applicationcostprofiler/src/runtimeConfig.browser.ts index 2c7517fdc054..72dd12477e65 100644 --- a/clients/client-applicationcostprofiler/src/runtimeConfig.browser.ts +++ b/clients/client-applicationcostprofiler/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-applicationcostprofiler/src/runtimeConfig.shared.ts b/clients/client-applicationcostprofiler/src/runtimeConfig.shared.ts index 8eb3203383a1..2d0e45f6ed0f 100644 --- a/clients/client-applicationcostprofiler/src/runtimeConfig.shared.ts +++ b/clients/client-applicationcostprofiler/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-applicationcostprofiler/src/runtimeConfig.ts b/clients/client-applicationcostprofiler/src/runtimeConfig.ts index da474cfa98ea..cd62b79a2c23 100644 --- a/clients/client-applicationcostprofiler/src/runtimeConfig.ts +++ b/clients/client-applicationcostprofiler/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json index 50deaa60ca4c..a5c852f57438 100644 --- a/clients/client-apprunner/package.json +++ b/clients/client-apprunner/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-apprunner/src/AppRunner.ts b/clients/client-apprunner/src/AppRunner.ts index 661d7a892887..4585221f5345 100644 --- a/clients/client-apprunner/src/AppRunner.ts +++ b/clients/client-apprunner/src/AppRunner.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppRunnerClient, AppRunnerClientConfig } from "./AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/AppRunnerClient.ts b/clients/client-apprunner/src/AppRunnerClient.ts index cfaf835a0f09..0e62daefa7f4 100644 --- a/clients/client-apprunner/src/AppRunnerClient.ts +++ b/clients/client-apprunner/src/AppRunnerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -240,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts index 09d3d04e8771..9b22c3ede289 100644 --- a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts index 56c88d29f1df..48a41401fe25 100644 --- a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { CreateAutoScalingConfigurationRequest, CreateAutoScalingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts index 3ed8d8ed335e..335f68b9e401 100644 --- a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts index 263b4c212368..6123013cf360 100644 --- a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { CreateObservabilityConfigurationRequest, CreateObservabilityConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts index 096503da1e79..ddba9d4b3382 100644 --- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts index 20604af08ff7..5b050161e84a 100644 --- a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts index 3993cb5e1cd3..857e1e5483c2 100644 --- a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts index a902abc1d26f..673e2d5d1e7c 100644 --- a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DeleteAutoScalingConfigurationRequest, DeleteAutoScalingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts index 3b8f4023b8cf..3df0358e56c2 100644 --- a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts index 91313fdae0e5..387402bceb00 100644 --- a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DeleteObservabilityConfigurationRequest, DeleteObservabilityConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts index 9bdac4d2e352..17e60aaf6f0b 100644 --- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts index 65f5928e547c..e16494843e86 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts index 14fa43d57568..5a0a4215180f 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts index 1895c52f4016..2abd3a84c82c 100644 --- a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DescribeAutoScalingConfigurationRequest, DescribeAutoScalingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts index 3778a3baa60e..2b55661a8392 100644 --- a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts index c5a02f9e90d3..60c3c99e4646 100644 --- a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts index be7e5714032c..786981b4feb3 100644 --- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts index 50870b36996f..6d2448e5af59 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts index 180cb4678d56..cc2517ffa8d8 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DescribeVpcIngressConnectionRequest, DescribeVpcIngressConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts index a5c9595bf95a..220f143b0ad6 100644 --- a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts index f83ca67c5dc0..4395e966cbdd 100644 --- a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts index c6216b690eca..126a675e9676 100644 --- a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts index 7e4f969fca84..0c89d4a6ebc0 100644 --- a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListOperationsCommand.ts b/clients/client-apprunner/src/commands/ListOperationsCommand.ts index 85843d7732fb..b093d36e0017 100644 --- a/clients/client-apprunner/src/commands/ListOperationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListServicesCommand.ts b/clients/client-apprunner/src/commands/ListServicesCommand.ts index 30d20c03ad13..e8c21957d02b 100644 --- a/clients/client-apprunner/src/commands/ListServicesCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts index fbbbdd08c043..dad4c7984fa7 100644 --- a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts index 27fde9f2643d..fd35b75fee89 100644 --- a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts index 197f26cce1dd..1ad5d496f016 100644 --- a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts index d873fec930d3..e3100213e8c4 100644 --- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts +++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { PauseServiceRequest, PauseServiceResponse, PauseServiceResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts index 801ea2adfd43..04f2b39f927d 100644 --- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts index 91d44e5b9f7c..17b11f60a2c8 100644 --- a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts +++ b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/TagResourceCommand.ts b/clients/client-apprunner/src/commands/TagResourceCommand.ts index 0359b121e584..beac0b473745 100644 --- a/clients/client-apprunner/src/commands/TagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/UntagResourceCommand.ts b/clients/client-apprunner/src/commands/UntagResourceCommand.ts index e4722326858a..373d144e7c5b 100644 --- a/clients/client-apprunner/src/commands/UntagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts index ed30cb743bff..a24e893fd5a1 100644 --- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts index dcdc1de3e9c4..6f46a9d2b899 100644 --- a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient"; import { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0"; diff --git a/clients/client-apprunner/src/endpoint/EndpointParameters.ts b/clients/client-apprunner/src/endpoint/EndpointParameters.ts index 4c73928194e5..1a5a3e34f904 100644 --- a/clients/client-apprunner/src/endpoint/EndpointParameters.ts +++ b/clients/client-apprunner/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-apprunner/src/endpoint/endpointResolver.ts b/clients/client-apprunner/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-apprunner/src/endpoint/endpointResolver.ts +++ b/clients/client-apprunner/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-apprunner/src/endpoint/ruleset.ts b/clients/client-apprunner/src/endpoint/ruleset.ts index 7a134c6a49f8..cbdf94e5100a 100644 --- a/clients/client-apprunner/src/endpoint/ruleset.ts +++ b/clients/client-apprunner/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-apprunner/src/models/AppRunnerServiceException.ts b/clients/client-apprunner/src/models/AppRunnerServiceException.ts index 683290c407b6..5ce340180745 100644 --- a/clients/client-apprunner/src/models/AppRunnerServiceException.ts +++ b/clients/client-apprunner/src/models/AppRunnerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-apprunner/src/models/models_0.ts b/clients/client-apprunner/src/models/models_0.ts index 28f775678972..196ddc43e89f 100644 --- a/clients/client-apprunner/src/models/models_0.ts +++ b/clients/client-apprunner/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException"; diff --git a/clients/client-apprunner/src/pagination/DescribeCustomDomainsPaginator.ts b/clients/client-apprunner/src/pagination/DescribeCustomDomainsPaginator.ts index 77b64dbbe121..4f0d0d242d3d 100644 --- a/clients/client-apprunner/src/pagination/DescribeCustomDomainsPaginator.ts +++ b/clients/client-apprunner/src/pagination/DescribeCustomDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/Interfaces.ts b/clients/client-apprunner/src/pagination/Interfaces.ts index 17d45e7753d5..3ba3020dd001 100644 --- a/clients/client-apprunner/src/pagination/Interfaces.ts +++ b/clients/client-apprunner/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; diff --git a/clients/client-apprunner/src/pagination/ListAutoScalingConfigurationsPaginator.ts b/clients/client-apprunner/src/pagination/ListAutoScalingConfigurationsPaginator.ts index aa845de8c2a3..ab2bdb7e6023 100644 --- a/clients/client-apprunner/src/pagination/ListAutoScalingConfigurationsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListAutoScalingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListConnectionsPaginator.ts b/clients/client-apprunner/src/pagination/ListConnectionsPaginator.ts index c55f43676895..17680f120175 100644 --- a/clients/client-apprunner/src/pagination/ListConnectionsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListObservabilityConfigurationsPaginator.ts b/clients/client-apprunner/src/pagination/ListObservabilityConfigurationsPaginator.ts index 22a5bcb1f181..71801326f638 100644 --- a/clients/client-apprunner/src/pagination/ListObservabilityConfigurationsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListObservabilityConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListOperationsPaginator.ts b/clients/client-apprunner/src/pagination/ListOperationsPaginator.ts index 27f0ca0a6333..3467f28a691b 100644 --- a/clients/client-apprunner/src/pagination/ListOperationsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListServicesPaginator.ts b/clients/client-apprunner/src/pagination/ListServicesPaginator.ts index 5f71c62416ee..b00c887397dc 100644 --- a/clients/client-apprunner/src/pagination/ListServicesPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListVpcConnectorsPaginator.ts b/clients/client-apprunner/src/pagination/ListVpcConnectorsPaginator.ts index 18a64868ff90..d226cfbe0dc2 100644 --- a/clients/client-apprunner/src/pagination/ListVpcConnectorsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListVpcConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/pagination/ListVpcIngressConnectionsPaginator.ts b/clients/client-apprunner/src/pagination/ListVpcIngressConnectionsPaginator.ts index 16682df30c2c..206e5eeed7b8 100644 --- a/clients/client-apprunner/src/pagination/ListVpcIngressConnectionsPaginator.ts +++ b/clients/client-apprunner/src/pagination/ListVpcIngressConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppRunnerClient } from "../AppRunnerClient"; import { diff --git a/clients/client-apprunner/src/protocols/Aws_json1_0.ts b/clients/client-apprunner/src/protocols/Aws_json1_0.ts index fd7331c3ded3..b2bca792e21f 100644 --- a/clients/client-apprunner/src/protocols/Aws_json1_0.ts +++ b/clients/client-apprunner/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateCustomDomainCommandInput, diff --git a/clients/client-apprunner/src/runtimeConfig.browser.ts b/clients/client-apprunner/src/runtimeConfig.browser.ts index ae64533dff56..7d86c371e839 100644 --- a/clients/client-apprunner/src/runtimeConfig.browser.ts +++ b/clients/client-apprunner/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppRunnerClientConfig } from "./AppRunnerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-apprunner/src/runtimeConfig.shared.ts b/clients/client-apprunner/src/runtimeConfig.shared.ts index 2840370041af..26b8ba37649d 100644 --- a/clients/client-apprunner/src/runtimeConfig.shared.ts +++ b/clients/client-apprunner/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppRunnerClientConfig } from "./AppRunnerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-apprunner/src/runtimeConfig.ts b/clients/client-apprunner/src/runtimeConfig.ts index 3c7bab7611d0..b11dfd5e3275 100644 --- a/clients/client-apprunner/src/runtimeConfig.ts +++ b/clients/client-apprunner/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppRunnerClientConfig } from "./AppRunnerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index dd97ce36966f..6655301dee42 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-appstream/src/AppStream.ts b/clients/client-appstream/src/AppStream.ts index 70dddc3bcfb8..c24007d5ded8 100644 --- a/clients/client-appstream/src/AppStream.ts +++ b/clients/client-appstream/src/AppStream.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppStreamClient, AppStreamClientConfig } from "./AppStreamClient"; import { diff --git a/clients/client-appstream/src/AppStreamClient.ts b/clients/client-appstream/src/AppStreamClient.ts index 44fabbeaf77f..474ce64320f0 100644 --- a/clients/client-appstream/src/AppStreamClient.ts +++ b/clients/client-appstream/src/AppStreamClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -354,7 +352,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -463,7 +461,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts index 9bf93fdfd731..1e2a27e37785 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { AssociateApplicationFleetRequest, AssociateApplicationFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts index 6c5ae75a6051..6f4f3e015f43 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { AssociateApplicationToEntitlementRequest, AssociateApplicationToEntitlementResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/AssociateFleetCommand.ts b/clients/client-appstream/src/commands/AssociateFleetCommand.ts index 5dd3e051335e..3751897d3693 100644 --- a/clients/client-appstream/src/commands/AssociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts index 29ea0cf7ea25..4400a573c82a 100644 --- a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts index 8fe46815438a..bd1e58ff287c 100644 --- a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/CopyImageCommand.ts b/clients/client-appstream/src/commands/CopyImageCommand.ts index ab7137fa2448..711ae4462861 100644 --- a/clients/client-appstream/src/commands/CopyImageCommand.ts +++ b/clients/client-appstream/src/commands/CopyImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CopyImageRequest, CopyImageResponse } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts index 8f4972d37648..a13c313e482a 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts index c46e5e95a515..212f27a59cb9 100644 --- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts index 6a18ca00f0e6..c15617d1a950 100644 --- a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts index 917051d37fde..df9608b9b04c 100644 --- a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateEntitlementRequest, CreateEntitlementResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts index 61cc0630d9a6..cd4ad765a732 100644 --- a/clients/client-appstream/src/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateFleetRequest, CreateFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts index 60b5ac9d0e17..21678eeb6ab9 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts index ffb6a82a704d..135c45e6e526 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateStackCommand.ts b/clients/client-appstream/src/commands/CreateStackCommand.ts index 2a7ac7a56d4f..d5f65f3628b5 100644 --- a/clients/client-appstream/src/commands/CreateStackCommand.ts +++ b/clients/client-appstream/src/commands/CreateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateStackRequest, CreateStackResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts index a9ed708d7a64..3c58b8b73c4f 100644 --- a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts index c71e13f5a9f6..30132d1c486f 100644 --- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts index 5208bff8948e..12a140c2982c 100644 --- a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/CreateUserCommand.ts b/clients/client-appstream/src/commands/CreateUserCommand.ts index f50b64465b3e..dfe8d6e5f898 100644 --- a/clients/client-appstream/src/commands/CreateUserCommand.ts +++ b/clients/client-appstream/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts index c3f4fbd312b8..4d21e4aa49cf 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts index 6f7050281998..37d5e216df69 100644 --- a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts index 88ec917a33ff..192507ad98c8 100644 --- a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts index e7a9550d0a5e..f9df881e526c 100644 --- a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteFleetCommand.ts b/clients/client-appstream/src/commands/DeleteFleetCommand.ts index 6a2740976270..fe0bb8deab37 100644 --- a/clients/client-appstream/src/commands/DeleteFleetCommand.ts +++ b/clients/client-appstream/src/commands/DeleteFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts index c277377766bc..b03f7af8290c 100644 --- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts index c5723d0785c5..68b085f737a6 100644 --- a/clients/client-appstream/src/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteImageRequest, DeleteImageResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts index 6e48905d1bcb..e21db2854616 100644 --- a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteStackCommand.ts b/clients/client-appstream/src/commands/DeleteStackCommand.ts index e97675f7e643..b53824fb13f0 100644 --- a/clients/client-appstream/src/commands/DeleteStackCommand.ts +++ b/clients/client-appstream/src/commands/DeleteStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteStackRequest, DeleteStackResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts index b7bdeef67111..7698586fbffd 100644 --- a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteUsageReportSubscriptionRequest, DeleteUsageReportSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DeleteUserCommand.ts b/clients/client-appstream/src/commands/DeleteUserCommand.ts index c8b2419ccde5..85d7299c45a9 100644 --- a/clients/client-appstream/src/commands/DeleteUserCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DeleteUserRequest, DeleteUserRequestFilterSensitiveLog, DeleteUserResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts index ec02ab88ae5c..e4afc8821bf1 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeAppBlocksRequest, DescribeAppBlocksResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts index ac014f3bfe28..f3159c95d53f 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts index c02f2be97062..cb0824295f08 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts index 28e6ea35cea8..10b940deb611 100644 --- a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts index 42dcdca5d390..c599bdc12d5b 100644 --- a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeEntitlementsRequest, DescribeEntitlementsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts index 0b5797eba3d2..d710130d3a7c 100644 --- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts index fcb4a0b2d69b..af95b88fab0e 100644 --- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeImageBuildersRequest, DescribeImageBuildersResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts index 9b4b1ce4f371..cc1ca94d0e71 100644 --- a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeImagePermissionsRequest, DescribeImagePermissionsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts index 87c963ff062c..1f90cfd74c4f 100644 --- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts index 4e0e0845fbcd..fb1eeba66a7e 100644 --- a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeSessionsRequest, DescribeSessionsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeStacksCommand.ts b/clients/client-appstream/src/commands/DescribeStacksCommand.ts index d59ed8d6092f..21942bb16544 100644 --- a/clients/client-appstream/src/commands/DescribeStacksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts index 0abf043bb56d..c7a7d6377cc7 100644 --- a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts index 5bf925a46542..9c4ac24f5c82 100644 --- a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/DescribeUsersCommand.ts b/clients/client-appstream/src/commands/DescribeUsersCommand.ts index a4ee945183d0..7ba5a5ba8a3e 100644 --- a/clients/client-appstream/src/commands/DescribeUsersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DescribeUsersRequest, DescribeUsersResult, DescribeUsersResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DisableUserCommand.ts b/clients/client-appstream/src/commands/DisableUserCommand.ts index bede30ef6e2e..d287079a4242 100644 --- a/clients/client-appstream/src/commands/DisableUserCommand.ts +++ b/clients/client-appstream/src/commands/DisableUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DisableUserRequest, DisableUserRequestFilterSensitiveLog, DisableUserResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts index aa0aed519ed5..69b3692f10e1 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts index 6e2c98845220..f45a9bef7008 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts index 37fd39d7d2ad..01df54f2eee3 100644 --- a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/EnableUserCommand.ts b/clients/client-appstream/src/commands/EnableUserCommand.ts index d5001752f664..7758ea4d6f78 100644 --- a/clients/client-appstream/src/commands/EnableUserCommand.ts +++ b/clients/client-appstream/src/commands/EnableUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { EnableUserRequest, EnableUserRequestFilterSensitiveLog, EnableUserResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/ExpireSessionCommand.ts b/clients/client-appstream/src/commands/ExpireSessionCommand.ts index 3a14164aa89c..442e0da1a14a 100644 --- a/clients/client-appstream/src/commands/ExpireSessionCommand.ts +++ b/clients/client-appstream/src/commands/ExpireSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts index c33c3f203792..0d8b91c8d5e9 100644 --- a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts index 1397f87876a5..e7bef80c8e32 100644 --- a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts index 2606b027971a..d1b4fbe655b1 100644 --- a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts index 5a74d6047212..99821b7d6e45 100644 --- a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/StartFleetCommand.ts b/clients/client-appstream/src/commands/StartFleetCommand.ts index e6f97a733a13..52358c9990c4 100644 --- a/clients/client-appstream/src/commands/StartFleetCommand.ts +++ b/clients/client-appstream/src/commands/StartFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { StartFleetRequest, StartFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts index 1af98dad22ad..20d6079c015f 100644 --- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/StopFleetCommand.ts b/clients/client-appstream/src/commands/StopFleetCommand.ts index 976bfb8c1e02..1c2c905a20e3 100644 --- a/clients/client-appstream/src/commands/StopFleetCommand.ts +++ b/clients/client-appstream/src/commands/StopFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { StopFleetRequest, StopFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts index 62b48a29cdfa..78d7dbe18e3a 100644 --- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/TagResourceCommand.ts b/clients/client-appstream/src/commands/TagResourceCommand.ts index 24884f881da0..be09edb0f1ac 100644 --- a/clients/client-appstream/src/commands/TagResourceCommand.ts +++ b/clients/client-appstream/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UntagResourceCommand.ts b/clients/client-appstream/src/commands/UntagResourceCommand.ts index 0ee6133901fe..b1e6462099e1 100644 --- a/clients/client-appstream/src/commands/UntagResourceCommand.ts +++ b/clients/client-appstream/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts index 7ab0f6ee9ae6..c15925bf6297 100644 --- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts index 4f357eb97db4..7dd1852270c7 100644 --- a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts index 2ada83af4a21..426925e6c528 100644 --- a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts index 3b1de935bc8d..684ed9338028 100644 --- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts index 40cadee546d0..ead1e0b541d7 100644 --- a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/commands/UpdateStackCommand.ts b/clients/client-appstream/src/commands/UpdateStackCommand.ts index e7cadc941ffb..aed4e7d75e94 100644 --- a/clients/client-appstream/src/commands/UpdateStackCommand.ts +++ b/clients/client-appstream/src/commands/UpdateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient"; import { UpdateStackRequest, UpdateStackResult } from "../models/models_0"; diff --git a/clients/client-appstream/src/endpoint/EndpointParameters.ts b/clients/client-appstream/src/endpoint/EndpointParameters.ts index 79de2d8b3686..21f03396488b 100644 --- a/clients/client-appstream/src/endpoint/EndpointParameters.ts +++ b/clients/client-appstream/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appstream/src/endpoint/endpointResolver.ts b/clients/client-appstream/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appstream/src/endpoint/endpointResolver.ts +++ b/clients/client-appstream/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appstream/src/endpoint/ruleset.ts b/clients/client-appstream/src/endpoint/ruleset.ts index 6c9efd1a54ca..7a1996596cc6 100644 --- a/clients/client-appstream/src/endpoint/ruleset.ts +++ b/clients/client-appstream/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appstream/src/models/AppStreamServiceException.ts b/clients/client-appstream/src/models/AppStreamServiceException.ts index a4c8e8c7f27e..72fd8154beff 100644 --- a/clients/client-appstream/src/models/AppStreamServiceException.ts +++ b/clients/client-appstream/src/models/AppStreamServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appstream/src/models/models_0.ts b/clients/client-appstream/src/models/models_0.ts index c3af977509bd..761c66cc4401 100644 --- a/clients/client-appstream/src/models/models_0.ts +++ b/clients/client-appstream/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException"; diff --git a/clients/client-appstream/src/pagination/DescribeImagePermissionsPaginator.ts b/clients/client-appstream/src/pagination/DescribeImagePermissionsPaginator.ts index 187fb960e4ed..583a25b41f88 100644 --- a/clients/client-appstream/src/pagination/DescribeImagePermissionsPaginator.ts +++ b/clients/client-appstream/src/pagination/DescribeImagePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppStreamClient } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/pagination/DescribeImagesPaginator.ts b/clients/client-appstream/src/pagination/DescribeImagesPaginator.ts index ef2ee86b5e02..3186cbdc3eb2 100644 --- a/clients/client-appstream/src/pagination/DescribeImagesPaginator.ts +++ b/clients/client-appstream/src/pagination/DescribeImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AppStreamClient } from "../AppStreamClient"; import { diff --git a/clients/client-appstream/src/pagination/Interfaces.ts b/clients/client-appstream/src/pagination/Interfaces.ts index 811d31c68271..037676e6bbdc 100644 --- a/clients/client-appstream/src/pagination/Interfaces.ts +++ b/clients/client-appstream/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AppStreamClient } from "../AppStreamClient"; diff --git a/clients/client-appstream/src/protocols/Aws_json1_1.ts b/clients/client-appstream/src/protocols/Aws_json1_1.ts index a231972079b0..4ce8a6374cb2 100644 --- a/clients/client-appstream/src/protocols/Aws_json1_1.ts +++ b/clients/client-appstream/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateApplicationFleetCommandInput, diff --git a/clients/client-appstream/src/runtimeConfig.browser.ts b/clients/client-appstream/src/runtimeConfig.browser.ts index 8f98d64e1200..1ec81d0ace39 100644 --- a/clients/client-appstream/src/runtimeConfig.browser.ts +++ b/clients/client-appstream/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppStreamClientConfig } from "./AppStreamClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appstream/src/runtimeConfig.shared.ts b/clients/client-appstream/src/runtimeConfig.shared.ts index 007b4ee21517..7dc090dead0f 100644 --- a/clients/client-appstream/src/runtimeConfig.shared.ts +++ b/clients/client-appstream/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppStreamClientConfig } from "./AppStreamClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appstream/src/runtimeConfig.ts b/clients/client-appstream/src/runtimeConfig.ts index 246f457bc937..8c13fe1e027c 100644 --- a/clients/client-appstream/src/runtimeConfig.ts +++ b/clients/client-appstream/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppStreamClientConfig } from "./AppStreamClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-appstream/src/waiters/waitForFleetStarted.ts b/clients/client-appstream/src/waiters/waitForFleetStarted.ts index cf4ff03aa1b4..6ca3854bebd7 100644 --- a/clients/client-appstream/src/waiters/waitForFleetStarted.ts +++ b/clients/client-appstream/src/waiters/waitForFleetStarted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AppStreamClient } from "../AppStreamClient"; import { DescribeFleetsCommand, DescribeFleetsCommandInput } from "../commands/DescribeFleetsCommand"; diff --git a/clients/client-appstream/src/waiters/waitForFleetStopped.ts b/clients/client-appstream/src/waiters/waitForFleetStopped.ts index f7e23edb1100..8c261fd35e21 100644 --- a/clients/client-appstream/src/waiters/waitForFleetStopped.ts +++ b/clients/client-appstream/src/waiters/waitForFleetStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AppStreamClient } from "../AppStreamClient"; import { DescribeFleetsCommand, DescribeFleetsCommandInput } from "../commands/DescribeFleetsCommand"; diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 54c525916e25..f4019fe443d8 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-appsync/src/AppSync.ts b/clients/client-appsync/src/AppSync.ts index e4370e0a9f0b..1e869ec2edbd 100644 --- a/clients/client-appsync/src/AppSync.ts +++ b/clients/client-appsync/src/AppSync.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AppSyncClient, AppSyncClientConfig } from "./AppSyncClient"; import { diff --git a/clients/client-appsync/src/AppSyncClient.ts b/clients/client-appsync/src/AppSyncClient.ts index 540bf79e1b17..08d9fd833918 100644 --- a/clients/client-appsync/src/AppSyncClient.ts +++ b/clients/client-appsync/src/AppSyncClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateApiCommandInput, AssociateApiCommandOutput } from "./commands/AssociateApiCommand"; @@ -303,7 +301,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -412,7 +410,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-appsync/src/commands/AssociateApiCommand.ts b/clients/client-appsync/src/commands/AssociateApiCommand.ts index 7c5dae670654..59833396ff30 100644 --- a/clients/client-appsync/src/commands/AssociateApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts index bb6b0af75bd3..e8b1ef26c305 100644 --- a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { AssociateMergedGraphqlApiRequest, AssociateMergedGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts index 5eb4e330cebe..831d7b23e754 100644 --- a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { AssociateSourceGraphqlApiRequest, AssociateSourceGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts index 443adfa43707..579cc593be58 100644 --- a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateApiCacheRequest, CreateApiCacheResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts index 0c85632e0b63..1417fc58448d 100644 --- a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts index 4946a639b970..c4b7983b4083 100644 --- a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts index eac24268f223..b5d4d707fc3f 100644 --- a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateFunctionCommand.ts b/clients/client-appsync/src/commands/CreateFunctionCommand.ts index 6c8264163abb..e86e773dc8af 100644 --- a/clients/client-appsync/src/commands/CreateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/CreateFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts index 492603c295e3..0257cdd7013e 100644 --- a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateResolverCommand.ts b/clients/client-appsync/src/commands/CreateResolverCommand.ts index 3622b2f4da0d..6486c6c8f4de 100644 --- a/clients/client-appsync/src/commands/CreateResolverCommand.ts +++ b/clients/client-appsync/src/commands/CreateResolverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateResolverRequest, CreateResolverResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/CreateTypeCommand.ts b/clients/client-appsync/src/commands/CreateTypeCommand.ts index afdbde23c3c1..f4f6b6ac5078 100644 --- a/clients/client-appsync/src/commands/CreateTypeCommand.ts +++ b/clients/client-appsync/src/commands/CreateTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts index 14e1807bf9e7..2c5a4c78b6a6 100644 --- a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteApiCacheRequest, DeleteApiCacheResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts index a322c2969924..c0fc863abf78 100644 --- a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts index 38bc2189fd96..1254d0496abf 100644 --- a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts index 0978157c3498..1160ed0603cc 100644 --- a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteDomainNameRequest, DeleteDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts index 30c6696fce60..ed945e59281b 100644 --- a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts index ac347b3f2706..26a4ab2a41ae 100644 --- a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteGraphqlApiRequest, DeleteGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteResolverCommand.ts b/clients/client-appsync/src/commands/DeleteResolverCommand.ts index 310db1584c4c..8f9644c0eb01 100644 --- a/clients/client-appsync/src/commands/DeleteResolverCommand.ts +++ b/clients/client-appsync/src/commands/DeleteResolverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DeleteTypeCommand.ts b/clients/client-appsync/src/commands/DeleteTypeCommand.ts index 431bb427e5cd..427d6576cfa7 100644 --- a/clients/client-appsync/src/commands/DeleteTypeCommand.ts +++ b/clients/client-appsync/src/commands/DeleteTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DisassociateApiCommand.ts b/clients/client-appsync/src/commands/DisassociateApiCommand.ts index 94265fd94589..a692ceaebc81 100644 --- a/clients/client-appsync/src/commands/DisassociateApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts index 74245eeb543b..983743f97578 100644 --- a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DisassociateMergedGraphqlApiRequest, DisassociateMergedGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts index 0d672b70cb30..d7dbe628ad2e 100644 --- a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { DisassociateSourceGraphqlApiRequest, DisassociateSourceGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts index d8774c7d001b..880e619c2217 100644 --- a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts index e7de14639c76..3ca6d1ec80f9 100644 --- a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts index d9378b4fcd82..a6f315dd23b2 100644 --- a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts index efe2cf632aa5..72707e6b1370 100644 --- a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetApiCacheCommand.ts b/clients/client-appsync/src/commands/GetApiCacheCommand.ts index ff0abee29183..3bcaec4ff9ef 100644 --- a/clients/client-appsync/src/commands/GetApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/GetApiCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetDataSourceCommand.ts b/clients/client-appsync/src/commands/GetDataSourceCommand.ts index dec757045062..12f05dd7683c 100644 --- a/clients/client-appsync/src/commands/GetDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/GetDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetDomainNameCommand.ts b/clients/client-appsync/src/commands/GetDomainNameCommand.ts index 589da153fe52..2ff74609a4b0 100644 --- a/clients/client-appsync/src/commands/GetDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/GetDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetFunctionCommand.ts b/clients/client-appsync/src/commands/GetFunctionCommand.ts index 2e1635ef9daf..1450cdc8eaed 100644 --- a/clients/client-appsync/src/commands/GetFunctionCommand.ts +++ b/clients/client-appsync/src/commands/GetFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts index b975d83d8036..e950905243c4 100644 --- a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts index 698f4b3e0df3..e374ebd42632 100644 --- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetResolverCommand.ts b/clients/client-appsync/src/commands/GetResolverCommand.ts index 05fe7b95bd15..bbd1ff541b43 100644 --- a/clients/client-appsync/src/commands/GetResolverCommand.ts +++ b/clients/client-appsync/src/commands/GetResolverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetResolverRequest, GetResolverResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts index 804bf843748a..e9e608db7d29 100644 --- a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts +++ b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts index 0f572ab31867..d354b6ab86b2 100644 --- a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetSourceApiAssociationRequest, GetSourceApiAssociationResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/GetTypeCommand.ts b/clients/client-appsync/src/commands/GetTypeCommand.ts index e3b311a7ddfd..1b6cc45e9aad 100644 --- a/clients/client-appsync/src/commands/GetTypeCommand.ts +++ b/clients/client-appsync/src/commands/GetTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { GetTypeRequest, GetTypeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListApiKeysCommand.ts b/clients/client-appsync/src/commands/ListApiKeysCommand.ts index ed7511affae4..eb1f998b9eb9 100644 --- a/clients/client-appsync/src/commands/ListApiKeysCommand.ts +++ b/clients/client-appsync/src/commands/ListApiKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts index ab3492c6e6c0..5a87479079bf 100644 --- a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts index 3492d81d2602..78be038ec604 100644 --- a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListFunctionsCommand.ts b/clients/client-appsync/src/commands/ListFunctionsCommand.ts index 4f9a013a64f2..d88368f04623 100644 --- a/clients/client-appsync/src/commands/ListFunctionsCommand.ts +++ b/clients/client-appsync/src/commands/ListFunctionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts index 6a6775c51411..7e19b66aad08 100644 --- a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts +++ b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts index 2e482b11f700..66e4d08a808c 100644 --- a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListResolversCommand.ts b/clients/client-appsync/src/commands/ListResolversCommand.ts index 335cad072993..16369e5513b9 100644 --- a/clients/client-appsync/src/commands/ListResolversCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListResolversRequest, ListResolversResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts index 292390b1c8f4..4cdc1ea1fabd 100644 --- a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts +++ b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListSourceApiAssociationsRequest, ListSourceApiAssociationsResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts index e3e4daed65f7..42c08e02998a 100644 --- a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts index 9e89d6fbe54f..3f62b14dfcd3 100644 --- a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListTypesByAssociationRequest, ListTypesByAssociationResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/ListTypesCommand.ts b/clients/client-appsync/src/commands/ListTypesCommand.ts index 9f54c74469cd..7f05f1f7ba63 100644 --- a/clients/client-appsync/src/commands/ListTypesCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { ListTypesRequest, ListTypesResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts index 2d5a17c8e948..2c14ac42b87b 100644 --- a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts index 1bd91f4ceacb..0dce4a11993f 100644 --- a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { StartSchemaMergeRequest, StartSchemaMergeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/TagResourceCommand.ts b/clients/client-appsync/src/commands/TagResourceCommand.ts index d30f4a991e3e..8edc42f4e3cd 100644 --- a/clients/client-appsync/src/commands/TagResourceCommand.ts +++ b/clients/client-appsync/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UntagResourceCommand.ts b/clients/client-appsync/src/commands/UntagResourceCommand.ts index 9e2f0a2c9237..805e8f81fdea 100644 --- a/clients/client-appsync/src/commands/UntagResourceCommand.ts +++ b/clients/client-appsync/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts index 62a67690edc9..3e90721baf8e 100644 --- a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts index 1a95b4ad5b0a..6b6e728ce142 100644 --- a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts index f238ecf0a851..e67ea8b771ae 100644 --- a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts index 4a59515bd3ed..c40d6569354c 100644 --- a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts index 06eb73912f37..2696e80d40c0 100644 --- a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts index afc83af2411d..bda8ab599f16 100644 --- a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateResolverCommand.ts b/clients/client-appsync/src/commands/UpdateResolverCommand.ts index c79a0bb35203..15cba5e8285a 100644 --- a/clients/client-appsync/src/commands/UpdateResolverCommand.ts +++ b/clients/client-appsync/src/commands/UpdateResolverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts index 808888e262ff..2cbd408bfc9e 100644 --- a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateSourceApiAssociationRequest, UpdateSourceApiAssociationResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/commands/UpdateTypeCommand.ts b/clients/client-appsync/src/commands/UpdateTypeCommand.ts index 49b2898748b7..a729d46c10d7 100644 --- a/clients/client-appsync/src/commands/UpdateTypeCommand.ts +++ b/clients/client-appsync/src/commands/UpdateTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient"; import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0"; diff --git a/clients/client-appsync/src/endpoint/EndpointParameters.ts b/clients/client-appsync/src/endpoint/EndpointParameters.ts index d5e3454e3ac8..b4e2c23acf61 100644 --- a/clients/client-appsync/src/endpoint/EndpointParameters.ts +++ b/clients/client-appsync/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-appsync/src/endpoint/endpointResolver.ts b/clients/client-appsync/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-appsync/src/endpoint/endpointResolver.ts +++ b/clients/client-appsync/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-appsync/src/endpoint/ruleset.ts b/clients/client-appsync/src/endpoint/ruleset.ts index 246ee430a449..7fbe0faa38eb 100644 --- a/clients/client-appsync/src/endpoint/ruleset.ts +++ b/clients/client-appsync/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-appsync/src/models/AppSyncServiceException.ts b/clients/client-appsync/src/models/AppSyncServiceException.ts index 3463d995e8b5..ceea56af66dd 100644 --- a/clients/client-appsync/src/models/AppSyncServiceException.ts +++ b/clients/client-appsync/src/models/AppSyncServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-appsync/src/models/models_0.ts b/clients/client-appsync/src/models/models_0.ts index 3b7efe013750..02e7b2f55a29 100644 --- a/clients/client-appsync/src/models/models_0.ts +++ b/clients/client-appsync/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AppSyncServiceException as __BaseException } from "./AppSyncServiceException"; diff --git a/clients/client-appsync/src/protocols/Aws_restJson1.ts b/clients/client-appsync/src/protocols/Aws_restJson1.ts index 4dcf7962b078..ac8c76532755 100644 --- a/clients/client-appsync/src/protocols/Aws_restJson1.ts +++ b/clients/client-appsync/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateApiCommandInput, AssociateApiCommandOutput } from "../commands/AssociateApiCommand"; import { diff --git a/clients/client-appsync/src/runtimeConfig.browser.ts b/clients/client-appsync/src/runtimeConfig.browser.ts index 130cf7592d03..040e916e1df8 100644 --- a/clients/client-appsync/src/runtimeConfig.browser.ts +++ b/clients/client-appsync/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppSyncClientConfig } from "./AppSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-appsync/src/runtimeConfig.shared.ts b/clients/client-appsync/src/runtimeConfig.shared.ts index 38a7d1b1cdef..46ec543cf3ca 100644 --- a/clients/client-appsync/src/runtimeConfig.shared.ts +++ b/clients/client-appsync/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AppSyncClientConfig } from "./AppSyncClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-appsync/src/runtimeConfig.ts b/clients/client-appsync/src/runtimeConfig.ts index a55452145529..fb424dc30d19 100644 --- a/clients/client-appsync/src/runtimeConfig.ts +++ b/clients/client-appsync/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AppSyncClientConfig } from "./AppSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-arc-zonal-shift/package.json b/clients/client-arc-zonal-shift/package.json index c82cf36c9e8e..94eaaeeae7db 100644 --- a/clients/client-arc-zonal-shift/package.json +++ b/clients/client-arc-zonal-shift/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-arc-zonal-shift/src/ARCZonalShift.ts b/clients/client-arc-zonal-shift/src/ARCZonalShift.ts index 39e5efdd7ea1..43401596dacc 100644 --- a/clients/client-arc-zonal-shift/src/ARCZonalShift.ts +++ b/clients/client-arc-zonal-shift/src/ARCZonalShift.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ARCZonalShiftClient, ARCZonalShiftClientConfig } from "./ARCZonalShiftClient"; import { diff --git a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts index 79a0c4b9e111..a206e536ab57 100644 --- a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts +++ b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput } from "./commands/CancelZonalShiftCommand"; @@ -102,7 +100,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -211,7 +209,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts index 0176aa32eaf7..09680b17018c 100644 --- a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts index 5c8ebe00c241..3652a870c613 100644 --- a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts index ecf2bfe138cf..d583098d03ac 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts index 6bcabd010687..fbc0f851ce3f 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts index 98b6b6c9e53c..57490697eda9 100644 --- a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { StartZonalShiftRequest, ZonalShift } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts index a0b2420ddae4..2bd19373190a 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCZonalShiftClient"; import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0"; diff --git a/clients/client-arc-zonal-shift/src/endpoint/EndpointParameters.ts b/clients/client-arc-zonal-shift/src/endpoint/EndpointParameters.ts index d764d5ccfe52..c59cb89f9e06 100644 --- a/clients/client-arc-zonal-shift/src/endpoint/EndpointParameters.ts +++ b/clients/client-arc-zonal-shift/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-arc-zonal-shift/src/endpoint/endpointResolver.ts b/clients/client-arc-zonal-shift/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-arc-zonal-shift/src/endpoint/endpointResolver.ts +++ b/clients/client-arc-zonal-shift/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-arc-zonal-shift/src/endpoint/ruleset.ts b/clients/client-arc-zonal-shift/src/endpoint/ruleset.ts index 2fb8d84d25bd..a3254229f8ee 100644 --- a/clients/client-arc-zonal-shift/src/endpoint/ruleset.ts +++ b/clients/client-arc-zonal-shift/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts b/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts index 91469d79fed2..a42408ecd9da 100644 --- a/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts +++ b/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-arc-zonal-shift/src/models/models_0.ts b/clients/client-arc-zonal-shift/src/models/models_0.ts index 86ec7e61e307..7ce3ef6350a6 100644 --- a/clients/client-arc-zonal-shift/src/models/models_0.ts +++ b/clients/client-arc-zonal-shift/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ARCZonalShiftServiceException as __BaseException } from "./ARCZonalShiftServiceException"; diff --git a/clients/client-arc-zonal-shift/src/pagination/Interfaces.ts b/clients/client-arc-zonal-shift/src/pagination/Interfaces.ts index 4b7d30b190d9..7c6d54c0146e 100644 --- a/clients/client-arc-zonal-shift/src/pagination/Interfaces.ts +++ b/clients/client-arc-zonal-shift/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ARCZonalShiftClient } from "../ARCZonalShiftClient"; diff --git a/clients/client-arc-zonal-shift/src/pagination/ListManagedResourcesPaginator.ts b/clients/client-arc-zonal-shift/src/pagination/ListManagedResourcesPaginator.ts index 784874677a9f..5b326b8d04e4 100644 --- a/clients/client-arc-zonal-shift/src/pagination/ListManagedResourcesPaginator.ts +++ b/clients/client-arc-zonal-shift/src/pagination/ListManagedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ARCZonalShiftClient } from "../ARCZonalShiftClient"; import { diff --git a/clients/client-arc-zonal-shift/src/pagination/ListZonalShiftsPaginator.ts b/clients/client-arc-zonal-shift/src/pagination/ListZonalShiftsPaginator.ts index c6dd24a02a3f..d175e2c112a4 100644 --- a/clients/client-arc-zonal-shift/src/pagination/ListZonalShiftsPaginator.ts +++ b/clients/client-arc-zonal-shift/src/pagination/ListZonalShiftsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ARCZonalShiftClient } from "../ARCZonalShiftClient"; import { diff --git a/clients/client-arc-zonal-shift/src/protocols/Aws_restJson1.ts b/clients/client-arc-zonal-shift/src/protocols/Aws_restJson1.ts index 6cde1d7d7e37..684e82f98c5b 100644 --- a/clients/client-arc-zonal-shift/src/protocols/Aws_restJson1.ts +++ b/clients/client-arc-zonal-shift/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelZonalShiftCommandInput, CancelZonalShiftCommandOutput } from "../commands/CancelZonalShiftCommand"; import { GetManagedResourceCommandInput, GetManagedResourceCommandOutput } from "../commands/GetManagedResourceCommand"; diff --git a/clients/client-arc-zonal-shift/src/runtimeConfig.browser.ts b/clients/client-arc-zonal-shift/src/runtimeConfig.browser.ts index df906c656a7a..a034eb1a8b52 100644 --- a/clients/client-arc-zonal-shift/src/runtimeConfig.browser.ts +++ b/clients/client-arc-zonal-shift/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-arc-zonal-shift/src/runtimeConfig.shared.ts b/clients/client-arc-zonal-shift/src/runtimeConfig.shared.ts index 931eaaaa11b9..8fafec3cd873 100644 --- a/clients/client-arc-zonal-shift/src/runtimeConfig.shared.ts +++ b/clients/client-arc-zonal-shift/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-arc-zonal-shift/src/runtimeConfig.ts b/clients/client-arc-zonal-shift/src/runtimeConfig.ts index dd9b53305161..23c63948a4b3 100644 --- a/clients/client-arc-zonal-shift/src/runtimeConfig.ts +++ b/clients/client-arc-zonal-shift/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ARCZonalShiftClientConfig } from "./ARCZonalShiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index 408b3bf3a026..b7ca936f8762 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-athena/src/Athena.ts b/clients/client-athena/src/Athena.ts index 2b573c98ae1d..02ac2a3eebc2 100644 --- a/clients/client-athena/src/Athena.ts +++ b/clients/client-athena/src/Athena.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AthenaClient, AthenaClientConfig } from "./AthenaClient"; import { diff --git a/clients/client-athena/src/AthenaClient.ts b/clients/client-athena/src/AthenaClient.ts index f4acb746df83..08ea093d7c2b 100644 --- a/clients/client-athena/src/AthenaClient.ts +++ b/clients/client-athena/src/AthenaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput } from "./commands/BatchGetNamedQueryCommand"; @@ -378,7 +376,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -487,7 +485,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts index 3caa3c88b239..5f84d1a9544f 100644 --- a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { BatchGetNamedQueryInput, BatchGetNamedQueryOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts index 858adc5d9f45..ca3161ffa98a 100644 --- a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { BatchGetPreparedStatementInput, BatchGetPreparedStatementOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts index 74271bae0d20..f5387f724a08 100644 --- a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { BatchGetQueryExecutionInput, BatchGetQueryExecutionOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts index f822426a01bb..e0c322785f45 100644 --- a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CancelCapacityReservationInput, CancelCapacityReservationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts index 23f241104ea9..9fabc55ff740 100644 --- a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreateCapacityReservationInput, CreateCapacityReservationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts index f0cc75766102..8df508e48458 100644 --- a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts index f67395f66f2c..d94b4c2f01cb 100644 --- a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreateNotebookCommand.ts b/clients/client-athena/src/commands/CreateNotebookCommand.ts index 12079bf067a7..04630bc23c3e 100644 --- a/clients/client-athena/src/commands/CreateNotebookCommand.ts +++ b/clients/client-athena/src/commands/CreateNotebookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts index 040a0d315832..d8be3ee3825c 100644 --- a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts index c66985a93ac5..42b766b9845d 100644 --- a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts +++ b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreatePresignedNotebookUrlRequest, CreatePresignedNotebookUrlResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts index 8204eebf901e..c5f66d08b6f1 100644 --- a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { CreateWorkGroupInput, CreateWorkGroupOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts index b41338b0d5cd..aea1fe3d018d 100644 --- a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeleteCapacityReservationInput, DeleteCapacityReservationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts index 08e9ad6c8af0..dd50c825af5c 100644 --- a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeleteDataCatalogInput, DeleteDataCatalogOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts index 76a1c866fe80..2f8f1810065d 100644 --- a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeleteNamedQueryInput, DeleteNamedQueryOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeleteNotebookCommand.ts b/clients/client-athena/src/commands/DeleteNotebookCommand.ts index 8aff31c6828c..0d740996994a 100644 --- a/clients/client-athena/src/commands/DeleteNotebookCommand.ts +++ b/clients/client-athena/src/commands/DeleteNotebookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts index a6e1c3f8969a..372847b31765 100644 --- a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeletePreparedStatementInput, DeletePreparedStatementOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts index e96caf021d16..de5f716a382e 100644 --- a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { DeleteWorkGroupInput, DeleteWorkGroupOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ExportNotebookCommand.ts b/clients/client-athena/src/commands/ExportNotebookCommand.ts index 376df5351d50..3e3c7cb6f6fa 100644 --- a/clients/client-athena/src/commands/ExportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ExportNotebookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts index aec09dae7d9a..a13f4f412d7e 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetCalculationExecutionCodeRequest, GetCalculationExecutionCodeResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts index dc8def20f488..11193344275c 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetCalculationExecutionRequest, GetCalculationExecutionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts index 9ef144675113..bf9c6ff07546 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetCalculationExecutionStatusRequest, GetCalculationExecutionStatusResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts index a7fffbfbe8f8..060fb2b05a10 100644 --- a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetCapacityAssignmentConfigurationInput, GetCapacityAssignmentConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts index 5657d217caa7..2140c85ed120 100644 --- a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetCapacityReservationInput, GetCapacityReservationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetDataCatalogCommand.ts b/clients/client-athena/src/commands/GetDataCatalogCommand.ts index a37ca93dc7e8..51bdddfc766f 100644 --- a/clients/client-athena/src/commands/GetDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/GetDataCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetDatabaseCommand.ts b/clients/client-athena/src/commands/GetDatabaseCommand.ts index dee90b078828..6c0ef3843d21 100644 --- a/clients/client-athena/src/commands/GetDatabaseCommand.ts +++ b/clients/client-athena/src/commands/GetDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetNamedQueryCommand.ts b/clients/client-athena/src/commands/GetNamedQueryCommand.ts index b1ca85a64fd5..cbd9261ab751 100644 --- a/clients/client-athena/src/commands/GetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/GetNamedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts index 67544579badd..baaeb95b07fb 100644 --- a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetNotebookMetadataInput, GetNotebookMetadataOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts index 95b6c4846fe1..1f0f745fa05a 100644 --- a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetPreparedStatementInput, GetPreparedStatementOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts index d2ad4495b012..fa85a2c0798d 100644 --- a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetQueryExecutionInput, GetQueryExecutionOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetQueryResultsCommand.ts b/clients/client-athena/src/commands/GetQueryResultsCommand.ts index 0c3eae807e48..b872dab15656 100644 --- a/clients/client-athena/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts index f955b103bbfd..1f3ec60d1f3e 100644 --- a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetQueryRuntimeStatisticsInput, GetQueryRuntimeStatisticsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts index 78057e358d6b..c4130a0b7413 100644 --- a/clients/client-athena/src/commands/GetSessionCommand.ts +++ b/clients/client-athena/src/commands/GetSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetSessionRequest, GetSessionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetSessionStatusCommand.ts b/clients/client-athena/src/commands/GetSessionStatusCommand.ts index d288d48329f4..c6ff4c67e115 100644 --- a/clients/client-athena/src/commands/GetSessionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetSessionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetSessionStatusRequest, GetSessionStatusResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetTableMetadataCommand.ts b/clients/client-athena/src/commands/GetTableMetadataCommand.ts index 870634134d89..12f7b705f50a 100644 --- a/clients/client-athena/src/commands/GetTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetTableMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/GetWorkGroupCommand.ts b/clients/client-athena/src/commands/GetWorkGroupCommand.ts index ac45b89808a7..d3c5cd310d13 100644 --- a/clients/client-athena/src/commands/GetWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/GetWorkGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ImportNotebookCommand.ts b/clients/client-athena/src/commands/ImportNotebookCommand.ts index ccfe3603e5f1..f32eb939c21b 100644 --- a/clients/client-athena/src/commands/ImportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ImportNotebookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts index b2a95417492b..28499c472274 100644 --- a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts +++ b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListApplicationDPUSizesInput, ListApplicationDPUSizesOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts index 98f3298e33eb..88dd3a38c52d 100644 --- a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListCalculationExecutionsRequest, ListCalculationExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts index 646d504f76d5..62b7293e0f54 100644 --- a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts +++ b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListCapacityReservationsInput, ListCapacityReservationsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts index a1b5a2da0b20..3676a5ba1e90 100644 --- a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts +++ b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListDatabasesCommand.ts b/clients/client-athena/src/commands/ListDatabasesCommand.ts index d3c104c33af4..be9e2fc4ae90 100644 --- a/clients/client-athena/src/commands/ListDatabasesCommand.ts +++ b/clients/client-athena/src/commands/ListDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts index e940ec191614..4fc00017c58e 100644 --- a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListExecutorsCommand.ts b/clients/client-athena/src/commands/ListExecutorsCommand.ts index baa2813e3b16..6edcc8e5d346 100644 --- a/clients/client-athena/src/commands/ListExecutorsCommand.ts +++ b/clients/client-athena/src/commands/ListExecutorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListExecutorsRequest, ListExecutorsResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts index 8ed10f84095e..afe9699af7ad 100644 --- a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts +++ b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts index eb098b5de09c..468b61193f7e 100644 --- a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListNotebookMetadataInput, ListNotebookMetadataOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts index 9738d7a38075..6d75f2f9c604 100644 --- a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListNotebookSessionsRequest, ListNotebookSessionsResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts index 4356a5415f3a..f91bccfba71a 100644 --- a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts +++ b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts index 3a80fbf09bb9..f55727d6b0fd 100644 --- a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListQueryExecutionsInput, ListQueryExecutionsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListSessionsCommand.ts b/clients/client-athena/src/commands/ListSessionsCommand.ts index ed5880da861e..4d78fecc327d 100644 --- a/clients/client-athena/src/commands/ListSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListTableMetadataCommand.ts b/clients/client-athena/src/commands/ListTableMetadataCommand.ts index 1ef819229ccc..9aa1d5af7884 100644 --- a/clients/client-athena/src/commands/ListTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListTableMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListTableMetadataInput, ListTableMetadataOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts index 5f8f782213fc..459858bf1eb7 100644 --- a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts index 27ec9527001d..9568666d74c5 100644 --- a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts +++ b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts index be365558bb51..050c01dbedba 100644 --- a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { PutCapacityAssignmentConfigurationInput, PutCapacityAssignmentConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts index 3ba9c127d619..2fb2be8cb743 100644 --- a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { StartCalculationExecutionRequest, StartCalculationExecutionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts index 8e07675dbc49..a67de1ebc94c 100644 --- a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { StartQueryExecutionInput, StartQueryExecutionOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts index 22dadbced31a..18540ed0647b 100644 --- a/clients/client-athena/src/commands/StartSessionCommand.ts +++ b/clients/client-athena/src/commands/StartSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { StartSessionRequest, StartSessionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts index 318179a21574..f2f1f5a3d21e 100644 --- a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { StopCalculationExecutionRequest, StopCalculationExecutionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts index 1f3b14fc5510..52f77b544766 100644 --- a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { StopQueryExecutionInput, StopQueryExecutionOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/TagResourceCommand.ts b/clients/client-athena/src/commands/TagResourceCommand.ts index 06bf2162dce0..1462995d6228 100644 --- a/clients/client-athena/src/commands/TagResourceCommand.ts +++ b/clients/client-athena/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/TerminateSessionCommand.ts b/clients/client-athena/src/commands/TerminateSessionCommand.ts index e327ab18e0d6..f4317c5c5672 100644 --- a/clients/client-athena/src/commands/TerminateSessionCommand.ts +++ b/clients/client-athena/src/commands/TerminateSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { TerminateSessionRequest, TerminateSessionResponse } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UntagResourceCommand.ts b/clients/client-athena/src/commands/UntagResourceCommand.ts index da243e6c7707..2e245ffc8992 100644 --- a/clients/client-athena/src/commands/UntagResourceCommand.ts +++ b/clients/client-athena/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts index 1626c4829154..4674b883d337 100644 --- a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateCapacityReservationInput, UpdateCapacityReservationOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts index 3fefc5caa05c..29ba9309d363 100644 --- a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateDataCatalogInput, UpdateDataCatalogOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts index bdc65773c29e..817e8bc21020 100644 --- a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateNamedQueryInput, UpdateNamedQueryOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateNotebookCommand.ts b/clients/client-athena/src/commands/UpdateNotebookCommand.ts index fdf4b10fa7d8..ce5f19a4fc26 100644 --- a/clients/client-athena/src/commands/UpdateNotebookCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts index dfe3cea3d557..76bc362e41fc 100644 --- a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateNotebookMetadataInput, UpdateNotebookMetadataOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts index a87f1cf1f736..afdd974627f7 100644 --- a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdatePreparedStatementInput, UpdatePreparedStatementOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts index 28a323009ced..603c94b8e458 100644 --- a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient"; import { UpdateWorkGroupInput, UpdateWorkGroupOutput } from "../models/models_0"; diff --git a/clients/client-athena/src/endpoint/EndpointParameters.ts b/clients/client-athena/src/endpoint/EndpointParameters.ts index bd1f98550503..f6f56b9ed64d 100644 --- a/clients/client-athena/src/endpoint/EndpointParameters.ts +++ b/clients/client-athena/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-athena/src/endpoint/endpointResolver.ts b/clients/client-athena/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-athena/src/endpoint/endpointResolver.ts +++ b/clients/client-athena/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-athena/src/endpoint/ruleset.ts b/clients/client-athena/src/endpoint/ruleset.ts index 5901278ba20a..5f566239fd94 100644 --- a/clients/client-athena/src/endpoint/ruleset.ts +++ b/clients/client-athena/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-athena/src/models/AthenaServiceException.ts b/clients/client-athena/src/models/AthenaServiceException.ts index 699df145f2a9..e99f96a7ad22 100644 --- a/clients/client-athena/src/models/AthenaServiceException.ts +++ b/clients/client-athena/src/models/AthenaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-athena/src/models/models_0.ts b/clients/client-athena/src/models/models_0.ts index 494cef0af4dd..b6e9f50e6689 100644 --- a/clients/client-athena/src/models/models_0.ts +++ b/clients/client-athena/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AthenaServiceException as __BaseException } from "./AthenaServiceException"; diff --git a/clients/client-athena/src/pagination/GetQueryResultsPaginator.ts b/clients/client-athena/src/pagination/GetQueryResultsPaginator.ts index 4f17c610eb7c..5cc3164a6ca9 100644 --- a/clients/client-athena/src/pagination/GetQueryResultsPaginator.ts +++ b/clients/client-athena/src/pagination/GetQueryResultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/Interfaces.ts b/clients/client-athena/src/pagination/Interfaces.ts index c751e5f8df9e..419a833660ba 100644 --- a/clients/client-athena/src/pagination/Interfaces.ts +++ b/clients/client-athena/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; diff --git a/clients/client-athena/src/pagination/ListApplicationDPUSizesPaginator.ts b/clients/client-athena/src/pagination/ListApplicationDPUSizesPaginator.ts index ad437b9e1332..7b7dcaa12699 100644 --- a/clients/client-athena/src/pagination/ListApplicationDPUSizesPaginator.ts +++ b/clients/client-athena/src/pagination/ListApplicationDPUSizesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListCalculationExecutionsPaginator.ts b/clients/client-athena/src/pagination/ListCalculationExecutionsPaginator.ts index 4c4ac9bda695..5e5554beac6f 100644 --- a/clients/client-athena/src/pagination/ListCalculationExecutionsPaginator.ts +++ b/clients/client-athena/src/pagination/ListCalculationExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListCapacityReservationsPaginator.ts b/clients/client-athena/src/pagination/ListCapacityReservationsPaginator.ts index 0e5b95256ad1..e4d1b3c35fec 100644 --- a/clients/client-athena/src/pagination/ListCapacityReservationsPaginator.ts +++ b/clients/client-athena/src/pagination/ListCapacityReservationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListDataCatalogsPaginator.ts b/clients/client-athena/src/pagination/ListDataCatalogsPaginator.ts index 6009ca8f3578..9dc10636c839 100644 --- a/clients/client-athena/src/pagination/ListDataCatalogsPaginator.ts +++ b/clients/client-athena/src/pagination/ListDataCatalogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListDatabasesPaginator.ts b/clients/client-athena/src/pagination/ListDatabasesPaginator.ts index 6e20ac1fea84..5317359b0723 100644 --- a/clients/client-athena/src/pagination/ListDatabasesPaginator.ts +++ b/clients/client-athena/src/pagination/ListDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListEngineVersionsPaginator.ts b/clients/client-athena/src/pagination/ListEngineVersionsPaginator.ts index c0fc7ba163ce..e8950d5e029e 100644 --- a/clients/client-athena/src/pagination/ListEngineVersionsPaginator.ts +++ b/clients/client-athena/src/pagination/ListEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListExecutorsPaginator.ts b/clients/client-athena/src/pagination/ListExecutorsPaginator.ts index c340408d02c8..a57df90ce508 100644 --- a/clients/client-athena/src/pagination/ListExecutorsPaginator.ts +++ b/clients/client-athena/src/pagination/ListExecutorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListNamedQueriesPaginator.ts b/clients/client-athena/src/pagination/ListNamedQueriesPaginator.ts index f854aecb607f..9698fb53b5a4 100644 --- a/clients/client-athena/src/pagination/ListNamedQueriesPaginator.ts +++ b/clients/client-athena/src/pagination/ListNamedQueriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListPreparedStatementsPaginator.ts b/clients/client-athena/src/pagination/ListPreparedStatementsPaginator.ts index b7890fa4d500..284a16c79ea0 100644 --- a/clients/client-athena/src/pagination/ListPreparedStatementsPaginator.ts +++ b/clients/client-athena/src/pagination/ListPreparedStatementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListQueryExecutionsPaginator.ts b/clients/client-athena/src/pagination/ListQueryExecutionsPaginator.ts index edb06c6580b4..03f6533e9c2d 100644 --- a/clients/client-athena/src/pagination/ListQueryExecutionsPaginator.ts +++ b/clients/client-athena/src/pagination/ListQueryExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListSessionsPaginator.ts b/clients/client-athena/src/pagination/ListSessionsPaginator.ts index 97aee9771ab3..3fd6eb65d9e5 100644 --- a/clients/client-athena/src/pagination/ListSessionsPaginator.ts +++ b/clients/client-athena/src/pagination/ListSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListTableMetadataPaginator.ts b/clients/client-athena/src/pagination/ListTableMetadataPaginator.ts index bc0154b1951c..64760fedcfa0 100644 --- a/clients/client-athena/src/pagination/ListTableMetadataPaginator.ts +++ b/clients/client-athena/src/pagination/ListTableMetadataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-athena/src/pagination/ListTagsForResourcePaginator.ts index 48ddd1e11361..3c03c8b94921 100644 --- a/clients/client-athena/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-athena/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/pagination/ListWorkGroupsPaginator.ts b/clients/client-athena/src/pagination/ListWorkGroupsPaginator.ts index aa344588dec4..1635b4941fc5 100644 --- a/clients/client-athena/src/pagination/ListWorkGroupsPaginator.ts +++ b/clients/client-athena/src/pagination/ListWorkGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AthenaClient } from "../AthenaClient"; import { diff --git a/clients/client-athena/src/protocols/Aws_json1_1.ts b/clients/client-athena/src/protocols/Aws_json1_1.ts index 9b14719a450e..0e1ddff7f03d 100644 --- a/clients/client-athena/src/protocols/Aws_json1_1.ts +++ b/clients/client-athena/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput } from "../commands/BatchGetNamedQueryCommand"; diff --git a/clients/client-athena/src/runtimeConfig.browser.ts b/clients/client-athena/src/runtimeConfig.browser.ts index 5a715836d8ad..a5be09a11b4e 100644 --- a/clients/client-athena/src/runtimeConfig.browser.ts +++ b/clients/client-athena/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AthenaClientConfig } from "./AthenaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-athena/src/runtimeConfig.shared.ts b/clients/client-athena/src/runtimeConfig.shared.ts index 6c61efafc4f1..8b30ae75ba99 100644 --- a/clients/client-athena/src/runtimeConfig.shared.ts +++ b/clients/client-athena/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AthenaClientConfig } from "./AthenaClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-athena/src/runtimeConfig.ts b/clients/client-athena/src/runtimeConfig.ts index ad8d9324a8ab..02020d881815 100644 --- a/clients/client-athena/src/runtimeConfig.ts +++ b/clients/client-athena/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AthenaClientConfig } from "./AthenaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index f2a05a225857..819eef4bc151 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-auditmanager/src/AuditManager.ts b/clients/client-auditmanager/src/AuditManager.ts index a3b33ad29314..c8e1c03e524e 100644 --- a/clients/client-auditmanager/src/AuditManager.ts +++ b/clients/client-auditmanager/src/AuditManager.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AuditManagerClient, AuditManagerClientConfig } from "./AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/AuditManagerClient.ts b/clients/client-auditmanager/src/AuditManagerClient.ts index 1c1519f400fa..9c59c5f775a7 100644 --- a/clients/client-auditmanager/src/AuditManagerClient.ts +++ b/clients/client-auditmanager/src/AuditManagerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -381,7 +379,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -490,7 +488,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts index 1b2d541e0a51..658dd27de5a5 100644 --- a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts index e6c9e0aaac2c..775e46e1dca3 100644 --- a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts index 64606f603b2d..7698c050696a 100644 --- a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts index 0a4cc5bd9604..fa76b57e8abd 100644 --- a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts index 7200548a39ad..b1490bcabc76 100644 --- a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts index db08567d76ca..af46c5e1821a 100644 --- a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts index af6f9985193d..5468a0910399 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { CreateAssessmentRequest, CreateAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts index 61584163d154..7b02fb6b3978 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts index 75aa19e3cd07..6aaf50775e42 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { CreateAssessmentReportRequest, CreateAssessmentReportResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/CreateControlCommand.ts b/clients/client-auditmanager/src/commands/CreateControlCommand.ts index 3fc70bd4c46f..d516667bb1cb 100644 --- a/clients/client-auditmanager/src/commands/CreateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { CreateControlRequest, CreateControlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts index 492e49878399..43b2cba4be4e 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeleteAssessmentRequest, DeleteAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts index a7f559734c2f..e935bc48046a 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts index f748f6c49319..4369897fb780 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeleteAssessmentFrameworkShareRequest, DeleteAssessmentFrameworkShareResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts index d58afc7baef2..94427d10dba8 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeleteAssessmentReportRequest, DeleteAssessmentReportResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts index afab0de60e57..47cce48bd613 100644 --- a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeleteControlRequest, DeleteControlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts index 29e893d77c60..a4c330fcf559 100644 --- a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { DeregisterAccountRequest, DeregisterAccountResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts index 46c3f6eb8c00..ff79d8b785c1 100644 --- a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts index d53a72a495d9..5ab6217019e2 100644 --- a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts index 290c08fc4a26..50134c023533 100644 --- a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetAccountStatusRequest, GetAccountStatusResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts index 8174d6fb5316..a51e6e465847 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts index 42077a5c5001..d04be48cf037 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts index 0b0908ebafd8..f26de82f0bae 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetAssessmentReportUrlRequest, GetAssessmentReportUrlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts index fd7aec0b7279..72cae94d870e 100644 --- a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetControlCommand.ts b/clients/client-auditmanager/src/commands/GetControlCommand.ts index 5879982fdad8..33227504b5bf 100644 --- a/clients/client-auditmanager/src/commands/GetControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetControlRequest, GetControlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts index dd863dbf913a..df0f25678d99 100644 --- a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts index d6abf904c4a3..07dbb1e5fbc0 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts index 5f3ca9438615..3178f84968ab 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts index 109938ca74f3..d1259959d3e8 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetEvidenceFileUploadUrlRequest, GetEvidenceFileUploadUrlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts index 028d7c2f84c8..4910a35edbbf 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts index 9f61abdf4068..551999acdd6d 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts index 55f08c594728..c46a1053272e 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts index 1c37d87081e4..6f58addebcc6 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts index b164ca9ded77..2df81d3cf763 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts index b6237d47ade2..f531cc44dbba 100644 --- a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts index 2e51ee141ebd..81435c054463 100644 --- a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts +++ b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts index 59ae26b15fcb..05af55a48c46 100644 --- a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts index 59a764600b7d..297c1f3bf88f 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts index 70a1f9b1b7db..016f6b88d23d 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts index d6fbd118acc0..a17f92781585 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListAssessmentFrameworksRequest, ListAssessmentFrameworksResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts index cf6ee2c0bead..bfb76765eaf3 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListAssessmentReportsRequest, ListAssessmentReportsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts index 0e17a6919314..feaf233b2c21 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListAssessmentsRequest, ListAssessmentsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts index 66c07dc2fd73..b965ef8d4c6f 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts index 77b0bc7133e2..0702f666314f 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts index 374fab017366..ac043c30ee00 100644 --- a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/commands/ListControlsCommand.ts b/clients/client-auditmanager/src/commands/ListControlsCommand.ts index 418f9244daf0..a73d624c9efa 100644 --- a/clients/client-auditmanager/src/commands/ListControlsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListControlsRequest, ListControlsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts index 2198fb59fb06..3b92f8fbc660 100644 --- a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts index 2279301c9105..b44d2a147bce 100644 --- a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts index 0b02d8575858..9c72bbd51189 100644 --- a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts index 018dbaccec64..a5352838906e 100644 --- a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts index ad7cfdab0361..c863b537dda1 100644 --- a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { RegisterOrganizationAdminAccountRequest, RegisterOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts index ee025a5246d7..b681e1b2c841 100644 --- a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { StartAssessmentFrameworkShareRequest, StartAssessmentFrameworkShareResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/TagResourceCommand.ts b/clients/client-auditmanager/src/commands/TagResourceCommand.ts index b6173796f61e..89421b616a24 100644 --- a/clients/client-auditmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts index 05f79d543ca1..b1f861131633 100644 --- a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts index 455612ee7c44..ed6f9fa21364 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentRequest, UpdateAssessmentResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts index 73264e29d810..4ca588989eb6 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentControlRequest, UpdateAssessmentControlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts index a60d30349c23..ee1b20545219 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentControlSetStatusRequest, UpdateAssessmentControlSetStatusResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts index bba27b0336b1..3b8e78ca05a6 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentFrameworkRequest, UpdateAssessmentFrameworkResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts index 5e7429affa39..4d69d3ef3ada 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentFrameworkShareRequest, UpdateAssessmentFrameworkShareResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts index 177f08364556..f1977255eeb8 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateAssessmentStatusRequest, UpdateAssessmentStatusResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts index 6829d43d9c6c..de98e4eb2649 100644 --- a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateControlRequest, UpdateControlResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts index 862a62cae550..0bef3b4f71e6 100644 --- a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { UpdateSettingsRequest, UpdateSettingsResponse } from "../models/models_0"; diff --git a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts index d357c8cd0ea9..67279cd98db3 100644 --- a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts +++ b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/endpoint/EndpointParameters.ts b/clients/client-auditmanager/src/endpoint/EndpointParameters.ts index c957a7faa913..42b157fc513d 100644 --- a/clients/client-auditmanager/src/endpoint/EndpointParameters.ts +++ b/clients/client-auditmanager/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-auditmanager/src/endpoint/endpointResolver.ts b/clients/client-auditmanager/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-auditmanager/src/endpoint/endpointResolver.ts +++ b/clients/client-auditmanager/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-auditmanager/src/endpoint/ruleset.ts b/clients/client-auditmanager/src/endpoint/ruleset.ts index 632df546660a..8c9147a45f08 100644 --- a/clients/client-auditmanager/src/endpoint/ruleset.ts +++ b/clients/client-auditmanager/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-auditmanager/src/models/AuditManagerServiceException.ts b/clients/client-auditmanager/src/models/AuditManagerServiceException.ts index c8b6a99095e9..1c690defbc5e 100644 --- a/clients/client-auditmanager/src/models/AuditManagerServiceException.ts +++ b/clients/client-auditmanager/src/models/AuditManagerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-auditmanager/src/models/models_0.ts b/clients/client-auditmanager/src/models/models_0.ts index d4833b2d86af..e8f80d1734ec 100644 --- a/clients/client-auditmanager/src/models/models_0.ts +++ b/clients/client-auditmanager/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException"; diff --git a/clients/client-auditmanager/src/pagination/GetChangeLogsPaginator.ts b/clients/client-auditmanager/src/pagination/GetChangeLogsPaginator.ts index fecea06ab0c1..ac5311483217 100644 --- a/clients/client-auditmanager/src/pagination/GetChangeLogsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/GetChangeLogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/GetDelegationsPaginator.ts b/clients/client-auditmanager/src/pagination/GetDelegationsPaginator.ts index da41136f75bc..359cf26317be 100644 --- a/clients/client-auditmanager/src/pagination/GetDelegationsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/GetDelegationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/GetEvidenceByEvidenceFolderPaginator.ts b/clients/client-auditmanager/src/pagination/GetEvidenceByEvidenceFolderPaginator.ts index 83301680536c..3285c36a2a59 100644 --- a/clients/client-auditmanager/src/pagination/GetEvidenceByEvidenceFolderPaginator.ts +++ b/clients/client-auditmanager/src/pagination/GetEvidenceByEvidenceFolderPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentControlPaginator.ts b/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentControlPaginator.ts index 3890e3244a4b..d6fdbd88797d 100644 --- a/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentControlPaginator.ts +++ b/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentControlPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentPaginator.ts b/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentPaginator.ts index f597769a88ec..d29877fa9968 100644 --- a/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentPaginator.ts +++ b/clients/client-auditmanager/src/pagination/GetEvidenceFoldersByAssessmentPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/Interfaces.ts b/clients/client-auditmanager/src/pagination/Interfaces.ts index 297349711135..703abf0fa2fa 100644 --- a/clients/client-auditmanager/src/pagination/Interfaces.ts +++ b/clients/client-auditmanager/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; diff --git a/clients/client-auditmanager/src/pagination/ListAssessmentControlInsightsByControlDomainPaginator.ts b/clients/client-auditmanager/src/pagination/ListAssessmentControlInsightsByControlDomainPaginator.ts index 1344072414d7..9dd6431fb4b0 100644 --- a/clients/client-auditmanager/src/pagination/ListAssessmentControlInsightsByControlDomainPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListAssessmentControlInsightsByControlDomainPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListAssessmentFrameworkShareRequestsPaginator.ts b/clients/client-auditmanager/src/pagination/ListAssessmentFrameworkShareRequestsPaginator.ts index db00ce214da4..cb6882152669 100644 --- a/clients/client-auditmanager/src/pagination/ListAssessmentFrameworkShareRequestsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListAssessmentFrameworkShareRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListAssessmentFrameworksPaginator.ts b/clients/client-auditmanager/src/pagination/ListAssessmentFrameworksPaginator.ts index f1202e203dd8..a1474de8b9a8 100644 --- a/clients/client-auditmanager/src/pagination/ListAssessmentFrameworksPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListAssessmentFrameworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListAssessmentReportsPaginator.ts b/clients/client-auditmanager/src/pagination/ListAssessmentReportsPaginator.ts index 4bb9c648de26..534fedff0bc3 100644 --- a/clients/client-auditmanager/src/pagination/ListAssessmentReportsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListAssessmentReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListAssessmentsPaginator.ts b/clients/client-auditmanager/src/pagination/ListAssessmentsPaginator.ts index 640b6ccd4c03..bf797f41db88 100644 --- a/clients/client-auditmanager/src/pagination/ListAssessmentsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListAssessmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListControlDomainInsightsByAssessmentPaginator.ts b/clients/client-auditmanager/src/pagination/ListControlDomainInsightsByAssessmentPaginator.ts index d28d6a5f9f95..d3e5cd0bbddc 100644 --- a/clients/client-auditmanager/src/pagination/ListControlDomainInsightsByAssessmentPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListControlDomainInsightsByAssessmentPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListControlDomainInsightsPaginator.ts b/clients/client-auditmanager/src/pagination/ListControlDomainInsightsPaginator.ts index 042434c556ee..c317edd3081a 100644 --- a/clients/client-auditmanager/src/pagination/ListControlDomainInsightsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListControlDomainInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListControlInsightsByControlDomainPaginator.ts b/clients/client-auditmanager/src/pagination/ListControlInsightsByControlDomainPaginator.ts index 6fc475be0934..d6e91f7da6e1 100644 --- a/clients/client-auditmanager/src/pagination/ListControlInsightsByControlDomainPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListControlInsightsByControlDomainPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListControlsPaginator.ts b/clients/client-auditmanager/src/pagination/ListControlsPaginator.ts index 5f95e4aa8bd4..d0f41060cf4e 100644 --- a/clients/client-auditmanager/src/pagination/ListControlsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListKeywordsForDataSourcePaginator.ts b/clients/client-auditmanager/src/pagination/ListKeywordsForDataSourcePaginator.ts index 2f52f0ce5652..808fd975221f 100644 --- a/clients/client-auditmanager/src/pagination/ListKeywordsForDataSourcePaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListKeywordsForDataSourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/pagination/ListNotificationsPaginator.ts b/clients/client-auditmanager/src/pagination/ListNotificationsPaginator.ts index 6ed1a8914cc9..87473d06de6c 100644 --- a/clients/client-auditmanager/src/pagination/ListNotificationsPaginator.ts +++ b/clients/client-auditmanager/src/pagination/ListNotificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AuditManagerClient } from "../AuditManagerClient"; import { diff --git a/clients/client-auditmanager/src/protocols/Aws_restJson1.ts b/clients/client-auditmanager/src/protocols/Aws_restJson1.ts index d5f4e9aabc4f..6c46ceed2ea8 100644 --- a/clients/client-auditmanager/src/protocols/Aws_restJson1.ts +++ b/clients/client-auditmanager/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateAssessmentReportEvidenceFolderCommandInput, diff --git a/clients/client-auditmanager/src/runtimeConfig.browser.ts b/clients/client-auditmanager/src/runtimeConfig.browser.ts index 3a69717828ad..a08f9049c4fb 100644 --- a/clients/client-auditmanager/src/runtimeConfig.browser.ts +++ b/clients/client-auditmanager/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AuditManagerClientConfig } from "./AuditManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-auditmanager/src/runtimeConfig.shared.ts b/clients/client-auditmanager/src/runtimeConfig.shared.ts index f06e0f69a562..3c46659b3db3 100644 --- a/clients/client-auditmanager/src/runtimeConfig.shared.ts +++ b/clients/client-auditmanager/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AuditManagerClientConfig } from "./AuditManagerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-auditmanager/src/runtimeConfig.ts b/clients/client-auditmanager/src/runtimeConfig.ts index 52f37d63c5bb..20d83b5f48b9 100644 --- a/clients/client-auditmanager/src/runtimeConfig.ts +++ b/clients/client-auditmanager/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AuditManagerClientConfig } from "./AuditManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index ad09eb2d6b79..8b16634d6ab5 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-auto-scaling-plans/src/AutoScalingPlans.ts b/clients/client-auto-scaling-plans/src/AutoScalingPlans.ts index faa3db7df6aa..38b26d1fb365 100644 --- a/clients/client-auto-scaling-plans/src/AutoScalingPlans.ts +++ b/clients/client-auto-scaling-plans/src/AutoScalingPlans.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AutoScalingPlansClient, AutoScalingPlansClientConfig } from "./AutoScalingPlansClient"; import { diff --git a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts index 7735e77bbbba..17b64975000e 100644 --- a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts +++ b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput } from "./commands/CreateScalingPlanCommand"; @@ -108,7 +106,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -217,7 +215,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts index 0d0ba8d12103..fffbca534769 100644 --- a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts index 4d2ce03c2cfd..1e0cdee3458f 100644 --- a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts index a132f18ba2d0..a7b2ecc663f6 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts index 5d6150ccb6b8..f59ef06b7063 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts index d893a7eed9c3..71fcaae2a2b3 100644 --- a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { diff --git a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts index d91ba66f32ca..ccc57536e2d2 100644 --- a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient"; import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling-plans/src/endpoint/EndpointParameters.ts b/clients/client-auto-scaling-plans/src/endpoint/EndpointParameters.ts index aa2bec0035db..14636d44d098 100644 --- a/clients/client-auto-scaling-plans/src/endpoint/EndpointParameters.ts +++ b/clients/client-auto-scaling-plans/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-auto-scaling-plans/src/endpoint/endpointResolver.ts b/clients/client-auto-scaling-plans/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-auto-scaling-plans/src/endpoint/endpointResolver.ts +++ b/clients/client-auto-scaling-plans/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-auto-scaling-plans/src/endpoint/ruleset.ts b/clients/client-auto-scaling-plans/src/endpoint/ruleset.ts index f3ee79af935f..2f9b19e8deab 100644 --- a/clients/client-auto-scaling-plans/src/endpoint/ruleset.ts +++ b/clients/client-auto-scaling-plans/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts b/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts index 757e7731f796..4d8545a14104 100644 --- a/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts +++ b/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-auto-scaling-plans/src/models/models_0.ts b/clients/client-auto-scaling-plans/src/models/models_0.ts index 6e7f16d85291..77b71dc6a4c6 100644 --- a/clients/client-auto-scaling-plans/src/models/models_0.ts +++ b/clients/client-auto-scaling-plans/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AutoScalingPlansServiceException as __BaseException } from "./AutoScalingPlansServiceException"; diff --git a/clients/client-auto-scaling-plans/src/protocols/Aws_json1_1.ts b/clients/client-auto-scaling-plans/src/protocols/Aws_json1_1.ts index 4eced4795dbd..cfb2f34a0684 100644 --- a/clients/client-auto-scaling-plans/src/protocols/Aws_json1_1.ts +++ b/clients/client-auto-scaling-plans/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput } from "../commands/CreateScalingPlanCommand"; import { DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput } from "../commands/DeleteScalingPlanCommand"; diff --git a/clients/client-auto-scaling-plans/src/runtimeConfig.browser.ts b/clients/client-auto-scaling-plans/src/runtimeConfig.browser.ts index 7dc446115893..0cd0a3a66bc0 100644 --- a/clients/client-auto-scaling-plans/src/runtimeConfig.browser.ts +++ b/clients/client-auto-scaling-plans/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AutoScalingPlansClientConfig } from "./AutoScalingPlansClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-auto-scaling-plans/src/runtimeConfig.shared.ts b/clients/client-auto-scaling-plans/src/runtimeConfig.shared.ts index 55d88398485a..642ef538194a 100644 --- a/clients/client-auto-scaling-plans/src/runtimeConfig.shared.ts +++ b/clients/client-auto-scaling-plans/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AutoScalingPlansClientConfig } from "./AutoScalingPlansClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-auto-scaling-plans/src/runtimeConfig.ts b/clients/client-auto-scaling-plans/src/runtimeConfig.ts index 23ca72a7ec39..821d8743859d 100644 --- a/clients/client-auto-scaling-plans/src/runtimeConfig.ts +++ b/clients/client-auto-scaling-plans/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AutoScalingPlansClientConfig } from "./AutoScalingPlansClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index 3af2a2086396..998b23bcc7de 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-auto-scaling/src/AutoScaling.ts b/clients/client-auto-scaling/src/AutoScaling.ts index ebca064300d9..52c31a7d7df1 100644 --- a/clients/client-auto-scaling/src/AutoScaling.ts +++ b/clients/client-auto-scaling/src/AutoScaling.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AutoScalingClient, AutoScalingClientConfig } from "./AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/AutoScalingClient.ts b/clients/client-auto-scaling/src/AutoScalingClient.ts index 36c282b970c1..1af2a706e85d 100644 --- a/clients/client-auto-scaling/src/AutoScalingClient.ts +++ b/clients/client-auto-scaling/src/AutoScalingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand"; @@ -414,7 +412,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -523,7 +521,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts index 22891a755b48..5c782d0dae2d 100644 --- a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AttachInstancesQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts index 353d764f4fca..1bb9ac5eeec2 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts index 82878acd81c2..6a5babf79221 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts index 93e764f6731a..381f468e34a3 100644 --- a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AttachTrafficSourcesResultType, AttachTrafficSourcesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts index 8f96da4221f3..6bbc6ef83a38 100644 --- a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts index 8c6a7a778c2e..acda5ce16da4 100644 --- a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts index c94b3f8b38b0..3b549d346e2e 100644 --- a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts index 621d602f66e0..ba8ae1a65eae 100644 --- a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts index 1b57d0ab7475..399ab79fc25d 100644 --- a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { CreateAutoScalingGroupType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts index 0c7cd09ca24b..772be1e260f0 100644 --- a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { CreateLaunchConfigurationType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts index 1885f2a7d64c..5d7ef44f1f6b 100644 --- a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { CreateOrUpdateTagsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts index 3944ab44e7eb..648b7f75b3e7 100644 --- a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteAutoScalingGroupType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts index 48123160b31c..49b74eef0461 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { LaunchConfigurationNameType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts index ab84c886328d..34f28c3bd891 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts index 61ce6df9dc88..2182bf2e03ab 100644 --- a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteNotificationConfigurationType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts index 4bc7889ae871..be49c4af6630 100644 --- a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeletePolicyType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index 543f217fb0e3..628a59f2a7e1 100644 --- a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteScheduledActionType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts index aa095b66334f..1100f3b9a303 100644 --- a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteTagsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts index 80a7ba29579a..59e3afe51b0f 100644 --- a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts index 7981391ea5ad..31134227449f 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeAccountLimitsAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts index b58095a00208..aab8929c9502 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeAdjustmentTypesAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts index bc741c53507b..7186a85711d2 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts index e2113779bd99..8fbe7d553019 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts index 103ad47fded0..18027188f163 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts index 8f9d76df4c2f..16bf5b8c6792 100644 --- a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeInstanceRefreshesAnswer, DescribeInstanceRefreshesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts index 1dec715fb81d..962e516f4569 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { LaunchConfigurationNamesType, LaunchConfigurationsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts index 15d92a7abd1b..2d8f4c4f1657 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeLifecycleHookTypesAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts index 000ec51f7241..13235e6b9413 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeLifecycleHooksAnswer, DescribeLifecycleHooksType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts index 8ffbe1c5688a..bfd62052fd4e 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeLoadBalancerTargetGroupsRequest, DescribeLoadBalancerTargetGroupsResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts index cfea80ffa666..07b3591d2267 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeLoadBalancersRequest, DescribeLoadBalancersResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts index ace2779789f4..3c5af4a478fc 100644 --- a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeMetricCollectionTypesAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts index ff98b71cab11..9af03d827cde 100644 --- a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeNotificationConfigurationsAnswer, DescribeNotificationConfigurationsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts index d8e1be5b5a30..b78c1c9a20ed 100644 --- a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribePoliciesType, PoliciesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index ba4337532358..ebc34bdfdbc8 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ActivitiesType, DescribeScalingActivitiesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts index a2dc05d63018..e61f9805bb86 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ProcessesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index be37df51e720..1e5634851865 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts index 74b0082b207c..76df3d11d1bf 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeTagsType, TagsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts index c08c73bec1a5..1284be9edb5f 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeTerminationPolicyTypesAnswer } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts index 0e11c69e21a5..a4027d61f5c6 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeTrafficSourcesRequest, DescribeTrafficSourcesResponse } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts index 957c02f2bd69..d23626aa19b6 100644 --- a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts index ca6346847e2c..919d7f1fd08b 100644 --- a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts index a3dbd8f0871e..788fb69da35e 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts index e5550239ac76..f7f012650106 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts index a4bf2f1cd7e8..aad12a7b07d9 100644 --- a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts index 36997bc29c21..6d6ae9b7b83d 100644 --- a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { DisableMetricsCollectionQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts index 486e080ccca2..030384798d8d 100644 --- a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { EnableMetricsCollectionQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts index ddf0963baa87..34ebea403063 100644 --- a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts index 5fa6828f0119..5ddce8c22f5b 100644 --- a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ExecutePolicyType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts index 60121ff3c341..a1638b73e201 100644 --- a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts index fb16a70a909a..5b3f8d5ac139 100644 --- a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts +++ b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts index 5add2f781123..d5c547b6b35e 100644 --- a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { PutLifecycleHookAnswer, PutLifecycleHookType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts index cc4f67cc647e..cf834fd3d285 100644 --- a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { PutNotificationConfigurationType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts index f2a56f743b7b..ae891e49bf89 100644 --- a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { PolicyARNType, PutScalingPolicyType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts index b52e2b3b510a..1ddd8435cdf9 100644 --- a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { PutScheduledUpdateGroupActionType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts index 3d7bd247563a..939658df1cd7 100644 --- a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts index db1b4e065dd8..4ef205a25a6d 100644 --- a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts +++ b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { RecordLifecycleActionHeartbeatAnswer, RecordLifecycleActionHeartbeatType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts index 994756481d2f..b030166cdd7c 100644 --- a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ScalingProcessQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts index e5ce1547b2ab..c1e774db061d 100644 --- a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { RollbackInstanceRefreshAnswer, RollbackInstanceRefreshType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts index 8048e39ab00b..d89847a1090a 100644 --- a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { SetDesiredCapacityType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts index 5b348abfb984..89dc34ce8261 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { SetInstanceHealthQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts index ed5273b9d726..8936080f82a1 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { SetInstanceProtectionAnswer, SetInstanceProtectionQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts index 122dc2ee5511..436dd90b5bc5 100644 --- a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts index 4f8c3c6d09ed..16a0df240081 100644 --- a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ScalingProcessQuery } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts index c0764edf0f41..c86f8f56e38e 100644 --- a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { ActivityType, TerminateInstanceInAutoScalingGroupType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts index 3127c4da57c0..ccdc057c6a07 100644 --- a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient"; import { UpdateAutoScalingGroupType } from "../models/models_0"; diff --git a/clients/client-auto-scaling/src/endpoint/EndpointParameters.ts b/clients/client-auto-scaling/src/endpoint/EndpointParameters.ts index 034ba023e28d..716de2bbed2e 100644 --- a/clients/client-auto-scaling/src/endpoint/EndpointParameters.ts +++ b/clients/client-auto-scaling/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-auto-scaling/src/endpoint/endpointResolver.ts b/clients/client-auto-scaling/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-auto-scaling/src/endpoint/endpointResolver.ts +++ b/clients/client-auto-scaling/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-auto-scaling/src/endpoint/ruleset.ts b/clients/client-auto-scaling/src/endpoint/ruleset.ts index 59c49c548576..8e79214eb79d 100644 --- a/clients/client-auto-scaling/src/endpoint/ruleset.ts +++ b/clients/client-auto-scaling/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts b/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts index c8d2e8788abb..8d6f4ac31542 100644 --- a/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts +++ b/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-auto-scaling/src/models/models_0.ts b/clients/client-auto-scaling/src/models/models_0.ts index bdf06e602733..ac884ec2ceaa 100644 --- a/clients/client-auto-scaling/src/models/models_0.ts +++ b/clients/client-auto-scaling/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException"; diff --git a/clients/client-auto-scaling/src/pagination/DescribeAutoScalingGroupsPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeAutoScalingGroupsPaginator.ts index 0480e0f94ab8..f7c5f446ec1a 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeAutoScalingGroupsPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeAutoScalingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeAutoScalingInstancesPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeAutoScalingInstancesPaginator.ts index c4f07112b241..ec524b45a00b 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeAutoScalingInstancesPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeAutoScalingInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeLaunchConfigurationsPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeLaunchConfigurationsPaginator.ts index 91d6ca33f7cb..ce0f9f4604c6 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeLaunchConfigurationsPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeLaunchConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeNotificationConfigurationsPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeNotificationConfigurationsPaginator.ts index 8bda90ae6ca7..c8d7d2b552bd 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeNotificationConfigurationsPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeNotificationConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribePoliciesPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribePoliciesPaginator.ts index 28f41e580143..68ba0b1e10b9 100644 --- a/clients/client-auto-scaling/src/pagination/DescribePoliciesPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts index bf139ad9c5eb..440ef9824160 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeScalingActivitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts index 8cb23a6a1757..57b8e8b90b02 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeScheduledActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeTagsPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeTagsPaginator.ts index 0db3e0811022..4d3e3d13e902 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeTagsPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/DescribeTrafficSourcesPaginator.ts b/clients/client-auto-scaling/src/pagination/DescribeTrafficSourcesPaginator.ts index 7658b16bfa50..3e848a207a03 100644 --- a/clients/client-auto-scaling/src/pagination/DescribeTrafficSourcesPaginator.ts +++ b/clients/client-auto-scaling/src/pagination/DescribeTrafficSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/pagination/Interfaces.ts b/clients/client-auto-scaling/src/pagination/Interfaces.ts index 6730b9c4ea7b..88cbbf2b62a9 100644 --- a/clients/client-auto-scaling/src/pagination/Interfaces.ts +++ b/clients/client-auto-scaling/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { AutoScalingClient } from "../AutoScalingClient"; diff --git a/clients/client-auto-scaling/src/protocols/Aws_query.ts b/clients/client-auto-scaling/src/protocols/Aws_query.ts index 791126d18f27..245294ef945f 100644 --- a/clients/client-auto-scaling/src/protocols/Aws_query.ts +++ b/clients/client-auto-scaling/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -13,10 +14,13 @@ import { strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "../commands/AttachInstancesCommand"; diff --git a/clients/client-auto-scaling/src/runtimeConfig.browser.ts b/clients/client-auto-scaling/src/runtimeConfig.browser.ts index db738fe0c223..61f7d7d6f147 100644 --- a/clients/client-auto-scaling/src/runtimeConfig.browser.ts +++ b/clients/client-auto-scaling/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AutoScalingClientConfig } from "./AutoScalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-auto-scaling/src/runtimeConfig.shared.ts b/clients/client-auto-scaling/src/runtimeConfig.shared.ts index dc6572ace40e..8a355b48588e 100644 --- a/clients/client-auto-scaling/src/runtimeConfig.shared.ts +++ b/clients/client-auto-scaling/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AutoScalingClientConfig } from "./AutoScalingClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-auto-scaling/src/runtimeConfig.ts b/clients/client-auto-scaling/src/runtimeConfig.ts index 4587a9985259..6d02d992723e 100644 --- a/clients/client-auto-scaling/src/runtimeConfig.ts +++ b/clients/client-auto-scaling/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { AutoScalingClientConfig } from "./AutoScalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-auto-scaling/src/waiters/waitForGroupExists.ts b/clients/client-auto-scaling/src/waiters/waitForGroupExists.ts index e4aa36680cfb..684713d542d4 100644 --- a/clients/client-auto-scaling/src/waiters/waitForGroupExists.ts +++ b/clients/client-auto-scaling/src/waiters/waitForGroupExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/waiters/waitForGroupInService.ts b/clients/client-auto-scaling/src/waiters/waitForGroupInService.ts index fb2766865d7b..02a8a5fc63da 100644 --- a/clients/client-auto-scaling/src/waiters/waitForGroupInService.ts +++ b/clients/client-auto-scaling/src/waiters/waitForGroupInService.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-auto-scaling/src/waiters/waitForGroupNotExists.ts b/clients/client-auto-scaling/src/waiters/waitForGroupNotExists.ts index 61ebf41eff2d..174985bdcc79 100644 --- a/clients/client-auto-scaling/src/waiters/waitForGroupNotExists.ts +++ b/clients/client-auto-scaling/src/waiters/waitForGroupNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { AutoScalingClient } from "../AutoScalingClient"; import { diff --git a/clients/client-backup-gateway/package.json b/clients/client-backup-gateway/package.json index cb7dec5520f4..27cfd53af017 100644 --- a/clients/client-backup-gateway/package.json +++ b/clients/client-backup-gateway/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-backup-gateway/src/BackupGateway.ts b/clients/client-backup-gateway/src/BackupGateway.ts index 07b0d23a7e4b..c0412c67f1b3 100644 --- a/clients/client-backup-gateway/src/BackupGateway.ts +++ b/clients/client-backup-gateway/src/BackupGateway.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BackupGatewayClient, BackupGatewayClientConfig } from "./BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/BackupGatewayClient.ts b/clients/client-backup-gateway/src/BackupGatewayClient.ts index ae462a1f14fa..49c874a37b03 100644 --- a/clients/client-backup-gateway/src/BackupGatewayClient.ts +++ b/clients/client-backup-gateway/src/BackupGatewayClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -198,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -307,7 +305,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts index c3c081f447e8..67292cd30ed2 100644 --- a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts index e04e153d6860..2740e7e6ef69 100644 --- a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts index 59fd7ca625d5..ca873a55c327 100644 --- a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts index 1baacd0a0852..ff55e227c1b9 100644 --- a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts index 11a9db0fa4cc..4fb781e61939 100644 --- a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts index 9411c29cc314..74237859e1a6 100644 --- a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts index e622d8edc079..619c360ae95b 100644 --- a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { GetGatewayInput, GetGatewayOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts index 147f4b12e6c9..4d91c048496a 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts index 349292b2a707..809b41675e14 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts index 1a747eaf391a..73379ef352b7 100644 --- a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts index 6879ab449ca5..bba900ea1e7f 100644 --- a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts index 838c3ea7911b..a2ba60b1dab7 100644 --- a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts index c3487fea4b2d..055e339e47b7 100644 --- a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts index 38d041a0c416..b5fb3e4c69a8 100644 --- a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts index d556c0c26834..ccbc76833799 100644 --- a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts index 4972f3d913b8..238757c0b043 100644 --- a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { PutBandwidthRateLimitScheduleInput, PutBandwidthRateLimitScheduleOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts index c03c68eaf80d..8be647cc1614 100644 --- a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts index c1929fa6dd45..79227d90cf6b 100644 --- a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts index 97b01a3607c1..4db8b51f9329 100644 --- a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts +++ b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { StartVirtualMachinesMetadataSyncInput, StartVirtualMachinesMetadataSyncOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts index cb8c0d9a5be6..858140c619b9 100644 --- a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts index c5076bffc0c8..1833664c3363 100644 --- a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts index 7ae070313fa7..b19c2b87c148 100644 --- a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts index 2a211bff85b1..2333c492d297 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 4a5732f6d1c1..7816a945dbfd 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0"; diff --git a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts index be9d936be3f7..2b66f11c6711 100644 --- a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/endpoint/EndpointParameters.ts b/clients/client-backup-gateway/src/endpoint/EndpointParameters.ts index b0e0d845ae0e..295f9773f832 100644 --- a/clients/client-backup-gateway/src/endpoint/EndpointParameters.ts +++ b/clients/client-backup-gateway/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-backup-gateway/src/endpoint/endpointResolver.ts b/clients/client-backup-gateway/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-backup-gateway/src/endpoint/endpointResolver.ts +++ b/clients/client-backup-gateway/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-backup-gateway/src/endpoint/ruleset.ts b/clients/client-backup-gateway/src/endpoint/ruleset.ts index 8fa4d8661680..6491d5a434fa 100644 --- a/clients/client-backup-gateway/src/endpoint/ruleset.ts +++ b/clients/client-backup-gateway/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts b/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts index bbeb1b9bf14b..051e0d7d4859 100644 --- a/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts +++ b/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-backup-gateway/src/models/models_0.ts b/clients/client-backup-gateway/src/models/models_0.ts index e3387d632526..143bfd1973f3 100644 --- a/clients/client-backup-gateway/src/models/models_0.ts +++ b/clients/client-backup-gateway/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { BackupGatewayServiceException as __BaseException } from "./BackupGatewayServiceException"; diff --git a/clients/client-backup-gateway/src/pagination/Interfaces.ts b/clients/client-backup-gateway/src/pagination/Interfaces.ts index 13457ccc0cf4..7ecf3284acc1 100644 --- a/clients/client-backup-gateway/src/pagination/Interfaces.ts +++ b/clients/client-backup-gateway/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BackupGatewayClient } from "../BackupGatewayClient"; diff --git a/clients/client-backup-gateway/src/pagination/ListGatewaysPaginator.ts b/clients/client-backup-gateway/src/pagination/ListGatewaysPaginator.ts index 7bcce28ffa95..a5d34b5040d8 100644 --- a/clients/client-backup-gateway/src/pagination/ListGatewaysPaginator.ts +++ b/clients/client-backup-gateway/src/pagination/ListGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupGatewayClient } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/pagination/ListHypervisorsPaginator.ts b/clients/client-backup-gateway/src/pagination/ListHypervisorsPaginator.ts index 4bcbe8562bd3..7805bce05f02 100644 --- a/clients/client-backup-gateway/src/pagination/ListHypervisorsPaginator.ts +++ b/clients/client-backup-gateway/src/pagination/ListHypervisorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupGatewayClient } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/pagination/ListVirtualMachinesPaginator.ts b/clients/client-backup-gateway/src/pagination/ListVirtualMachinesPaginator.ts index 991e5f311e3e..69d6c1046832 100644 --- a/clients/client-backup-gateway/src/pagination/ListVirtualMachinesPaginator.ts +++ b/clients/client-backup-gateway/src/pagination/ListVirtualMachinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupGatewayClient } from "../BackupGatewayClient"; import { diff --git a/clients/client-backup-gateway/src/protocols/Aws_json1_0.ts b/clients/client-backup-gateway/src/protocols/Aws_json1_0.ts index 7a06adc47e62..0bc5540c8af6 100644 --- a/clients/client-backup-gateway/src/protocols/Aws_json1_0.ts +++ b/clients/client-backup-gateway/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateGatewayToServerCommandInput, diff --git a/clients/client-backup-gateway/src/runtimeConfig.browser.ts b/clients/client-backup-gateway/src/runtimeConfig.browser.ts index 508625b5f5ae..17fe5d425dee 100644 --- a/clients/client-backup-gateway/src/runtimeConfig.browser.ts +++ b/clients/client-backup-gateway/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupGatewayClientConfig } from "./BackupGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-backup-gateway/src/runtimeConfig.shared.ts b/clients/client-backup-gateway/src/runtimeConfig.shared.ts index f0cc27d69a0e..e839c3467f5b 100644 --- a/clients/client-backup-gateway/src/runtimeConfig.shared.ts +++ b/clients/client-backup-gateway/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BackupGatewayClientConfig } from "./BackupGatewayClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-backup-gateway/src/runtimeConfig.ts b/clients/client-backup-gateway/src/runtimeConfig.ts index 0c288d7dcfa8..cb4df755c3b6 100644 --- a/clients/client-backup-gateway/src/runtimeConfig.ts +++ b/clients/client-backup-gateway/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupGatewayClientConfig } from "./BackupGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index 434646be75be..928304fefcdf 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-backup/src/Backup.ts b/clients/client-backup/src/Backup.ts index 56ca1d9d3339..8c14111cb780 100644 --- a/clients/client-backup/src/Backup.ts +++ b/clients/client-backup/src/Backup.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BackupClient, BackupClientConfig } from "./BackupClient"; import { diff --git a/clients/client-backup/src/BackupClient.ts b/clients/client-backup/src/BackupClient.ts index 82c487099854..c84c706f1205 100644 --- a/clients/client-backup/src/BackupClient.ts +++ b/clients/client-backup/src/BackupClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput } from "./commands/CancelLegalHoldCommand"; @@ -396,7 +394,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -505,7 +503,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts index df879e7003d4..9f030acaad31 100644 --- a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { CancelLegalHoldInput, CancelLegalHoldOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts index 64cf2972d415..eb2b3514167b 100644 --- a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts index 938fb959629e..ddbf6a80e7b0 100644 --- a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { CreateBackupSelectionInput, CreateBackupSelectionOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts index b7ec9a3cdfe6..36947cc1fd74 100644 --- a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/CreateFrameworkCommand.ts b/clients/client-backup/src/commands/CreateFrameworkCommand.ts index 5966f4bcd2bd..3f32ce635c17 100644 --- a/clients/client-backup/src/commands/CreateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/CreateFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts index 95f7b9f8add7..aeefaef9e48b 100644 --- a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/CreateReportPlanCommand.ts b/clients/client-backup/src/commands/CreateReportPlanCommand.ts index 0314765857eb..34e457c5f296 100644 --- a/clients/client-backup/src/commands/CreateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateReportPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts index 2e27b1db79a0..ede6f1933984 100644 --- a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts index 9383a65a3380..49628f1f4a98 100644 --- a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupSelectionInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts index b09889f9786e..fb1dec925138 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupVaultAccessPolicyInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts index 1095a6d36927..8631ee08d1d8 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupVaultInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts index 8a540ec7aa6b..4181978559f3 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupVaultLockConfigurationInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts index 04718a48c3bf..3118236bf424 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteBackupVaultNotificationsInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts index b8c3a70b00da..ef83a4a4cd05 100644 --- a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteFrameworkInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts index cd2fa78ca4a0..47b630e11b76 100644 --- a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteRecoveryPointInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts index e02149f0eea0..8d58ccb16be2 100644 --- a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DeleteReportPlanInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts index b4a3d65a760b..4558526fa16c 100644 --- a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts index 8396e924f6a5..e74a6e5ae698 100644 --- a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts index 22477c8ac4e3..e429ebbfdf15 100644 --- a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts index d4d80663d256..fe343fb5041a 100644 --- a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts index 74418a702673..9e420000ec86 100644 --- a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts index a2fd5198fb59..244fc321e82c 100644 --- a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts +++ b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts index 52bb86d9966a..0f5abf237176 100644 --- a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts index 72e15538ef53..bd2c611985ba 100644 --- a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeReportJobCommand.ts b/clients/client-backup/src/commands/DescribeReportJobCommand.ts index eb9c9572794f..5d1b242c5198 100644 --- a/clients/client-backup/src/commands/DescribeReportJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts index 4a49ccfed379..93e89f23258d 100644 --- a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts index 668d1c1735fa..dc331e1dd70f 100644 --- a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts index 6352327751f0..a7fd90521fe1 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DisassociateRecoveryPointInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts index fc49d0b385aa..cec2d748c67d 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { DisassociateRecoveryPointFromParentInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts index a6bd76bd5d6f..d63d2cfb5095 100644 --- a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts +++ b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetBackupPlanCommand.ts b/clients/client-backup/src/commands/GetBackupPlanCommand.ts index 2b09c8136664..f696341eb632 100644 --- a/clients/client-backup/src/commands/GetBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetBackupPlanInput, GetBackupPlanOutput, GetBackupPlanOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts index e7ac26073d81..2e4f4fe8abf0 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts index ac6682162abd..a3a20d2efbea 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts index 1684bd30d6d6..f4816a8f18e9 100644 --- a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts index 68ff1873b797..9d675e2080f2 100644 --- a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts index c68f00851932..283ffc4a809b 100644 --- a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetBackupVaultNotificationsInput, GetBackupVaultNotificationsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetLegalHoldCommand.ts b/clients/client-backup/src/commands/GetLegalHoldCommand.ts index f084e9ac36b9..3b50b4c21cbe 100644 --- a/clients/client-backup/src/commands/GetLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/GetLegalHoldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetLegalHoldInput, GetLegalHoldOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts index 5be047b11715..7b34d00e40ba 100644 --- a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts index 3a69efd99ffd..5d65c5c46b1c 100644 --- a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts +++ b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { GetSupportedResourceTypesOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupJobsCommand.ts b/clients/client-backup/src/commands/ListBackupJobsCommand.ts index 7cdcd2284622..2361c3f7e00c 100644 --- a/clients/client-backup/src/commands/ListBackupJobsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupJobsInput, ListBackupJobsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts index 9a5fa2ec9b01..c84f4d8ec44b 100644 --- a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupPlanTemplatesInput, ListBackupPlanTemplatesOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts index e9ff09ffee5b..6f80014e3e00 100644 --- a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupPlanVersionsInput, ListBackupPlanVersionsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupPlansCommand.ts b/clients/client-backup/src/commands/ListBackupPlansCommand.ts index 9c7c8bc223c8..84d5768f5c4d 100644 --- a/clients/client-backup/src/commands/ListBackupPlansCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupPlansInput, ListBackupPlansOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts index 339cad3de9a1..f48070567d56 100644 --- a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupSelectionsInput, ListBackupSelectionsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts index b8bc487dc9a6..e9407e8c6897 100644 --- a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListBackupVaultsInput, ListBackupVaultsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListCopyJobsCommand.ts b/clients/client-backup/src/commands/ListCopyJobsCommand.ts index 625ad66d0bf2..59cb181eb99d 100644 --- a/clients/client-backup/src/commands/ListCopyJobsCommand.ts +++ b/clients/client-backup/src/commands/ListCopyJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListCopyJobsInput, ListCopyJobsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListFrameworksCommand.ts b/clients/client-backup/src/commands/ListFrameworksCommand.ts index 37aa72780779..5a896855325b 100644 --- a/clients/client-backup/src/commands/ListFrameworksCommand.ts +++ b/clients/client-backup/src/commands/ListFrameworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListFrameworksInput, ListFrameworksOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts index 34b16617c304..d6372b39adf1 100644 --- a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts +++ b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListLegalHoldsInput, ListLegalHoldsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts index 9591ecb2c430..784a12cee8fe 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListProtectedResourcesInput, ListProtectedResourcesOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts index 5cff78a097d2..eabe378e441d 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListRecoveryPointsByBackupVaultInput, ListRecoveryPointsByBackupVaultOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts index e4ce80dfa58e..044f249550de 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListRecoveryPointsByLegalHoldInput, ListRecoveryPointsByLegalHoldOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts index 51387409e627..e2635eeec886 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListRecoveryPointsByResourceInput, ListRecoveryPointsByResourceOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListReportJobsCommand.ts b/clients/client-backup/src/commands/ListReportJobsCommand.ts index a7cc5fc52c06..942d3d7a6f36 100644 --- a/clients/client-backup/src/commands/ListReportJobsCommand.ts +++ b/clients/client-backup/src/commands/ListReportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListReportJobsInput, ListReportJobsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListReportPlansCommand.ts b/clients/client-backup/src/commands/ListReportPlansCommand.ts index 664e5cd0a2d3..ae3e15eb6d4f 100644 --- a/clients/client-backup/src/commands/ListReportPlansCommand.ts +++ b/clients/client-backup/src/commands/ListReportPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListReportPlansInput, ListReportPlansOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts index 57135bfedd18..475b9cab01bb 100644 --- a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListRestoreJobsInput, ListRestoreJobsOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/ListTagsCommand.ts b/clients/client-backup/src/commands/ListTagsCommand.ts index 691eea904692..e6f874f0ccf8 100644 --- a/clients/client-backup/src/commands/ListTagsCommand.ts +++ b/clients/client-backup/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { ListTagsInput, ListTagsOutput, ListTagsOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts index 1422222812c6..9d384d598d41 100644 --- a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { PutBackupVaultAccessPolicyInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts index afaaa973e19d..8c303b42dd02 100644 --- a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { PutBackupVaultLockConfigurationInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts index 390421090b2b..4d7cf2aee408 100644 --- a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { PutBackupVaultNotificationsInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/StartBackupJobCommand.ts b/clients/client-backup/src/commands/StartBackupJobCommand.ts index ebbf66a40f50..507dffaa8ac2 100644 --- a/clients/client-backup/src/commands/StartBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StartBackupJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { StartBackupJobInput, StartBackupJobInputFilterSensitiveLog, StartBackupJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/StartCopyJobCommand.ts b/clients/client-backup/src/commands/StartCopyJobCommand.ts index dab98971274e..a65b4d00c547 100644 --- a/clients/client-backup/src/commands/StartCopyJobCommand.ts +++ b/clients/client-backup/src/commands/StartCopyJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { StartCopyJobInput, StartCopyJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/StartReportJobCommand.ts b/clients/client-backup/src/commands/StartReportJobCommand.ts index 57dda91a7383..e17365ee8126 100644 --- a/clients/client-backup/src/commands/StartReportJobCommand.ts +++ b/clients/client-backup/src/commands/StartReportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { StartReportJobInput, StartReportJobOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/StartRestoreJobCommand.ts b/clients/client-backup/src/commands/StartRestoreJobCommand.ts index c6e294aa03f0..547d51208cd6 100644 --- a/clients/client-backup/src/commands/StartRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/StartRestoreJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/StopBackupJobCommand.ts b/clients/client-backup/src/commands/StopBackupJobCommand.ts index 46f586539509..d84ca210708d 100644 --- a/clients/client-backup/src/commands/StopBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StopBackupJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { StopBackupJobInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/TagResourceCommand.ts b/clients/client-backup/src/commands/TagResourceCommand.ts index a155622da45c..ac1ecfe1e444 100644 --- a/clients/client-backup/src/commands/TagResourceCommand.ts +++ b/clients/client-backup/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { TagResourceInput, TagResourceInputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UntagResourceCommand.ts b/clients/client-backup/src/commands/UntagResourceCommand.ts index 70d73af78fce..bdd6f930faa5 100644 --- a/clients/client-backup/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UntagResourceInput, UntagResourceInputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts index fd1465462b28..6a2f0b6874b6 100644 --- a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { diff --git a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts index 7eb554e5bb0b..0438d536ef57 100644 --- a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UpdateFrameworkInput, UpdateFrameworkOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts index 77a671a5a2f6..c0bdaf293553 100644 --- a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UpdateGlobalSettingsInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts index 1aebc5fbe845..4ac28a956d95 100644 --- a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts +++ b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UpdateRecoveryPointLifecycleInput, UpdateRecoveryPointLifecycleOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts index 9e9fd4ba5adf..c6c3937133d8 100644 --- a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UpdateRegionSettingsInput } from "../models/models_0"; diff --git a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts index 458b69d63002..daf54f1b965c 100644 --- a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient"; import { UpdateReportPlanInput, UpdateReportPlanOutput } from "../models/models_0"; diff --git a/clients/client-backup/src/endpoint/EndpointParameters.ts b/clients/client-backup/src/endpoint/EndpointParameters.ts index 6a862a2f0bd7..badfb2c61c41 100644 --- a/clients/client-backup/src/endpoint/EndpointParameters.ts +++ b/clients/client-backup/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-backup/src/endpoint/endpointResolver.ts b/clients/client-backup/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-backup/src/endpoint/endpointResolver.ts +++ b/clients/client-backup/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-backup/src/endpoint/ruleset.ts b/clients/client-backup/src/endpoint/ruleset.ts index 3620daa94f46..5bf0b94e3964 100644 --- a/clients/client-backup/src/endpoint/ruleset.ts +++ b/clients/client-backup/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-backup/src/models/BackupServiceException.ts b/clients/client-backup/src/models/BackupServiceException.ts index 8cdac05b0c4e..d3538e5b2833 100644 --- a/clients/client-backup/src/models/BackupServiceException.ts +++ b/clients/client-backup/src/models/BackupServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-backup/src/models/models_0.ts b/clients/client-backup/src/models/models_0.ts index 25b7bfa6bd75..ea0440124bb3 100644 --- a/clients/client-backup/src/models/models_0.ts +++ b/clients/client-backup/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { BackupServiceException as __BaseException } from "./BackupServiceException"; diff --git a/clients/client-backup/src/pagination/Interfaces.ts b/clients/client-backup/src/pagination/Interfaces.ts index f630f25b3c91..18424d9336e9 100644 --- a/clients/client-backup/src/pagination/Interfaces.ts +++ b/clients/client-backup/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BackupClient } from "../BackupClient"; diff --git a/clients/client-backup/src/pagination/ListBackupJobsPaginator.ts b/clients/client-backup/src/pagination/ListBackupJobsPaginator.ts index 4bb15d4286f2..8a55026ec56f 100644 --- a/clients/client-backup/src/pagination/ListBackupJobsPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListBackupPlanTemplatesPaginator.ts b/clients/client-backup/src/pagination/ListBackupPlanTemplatesPaginator.ts index 919987e5335d..fed3626b6633 100644 --- a/clients/client-backup/src/pagination/ListBackupPlanTemplatesPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupPlanTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListBackupPlanVersionsPaginator.ts b/clients/client-backup/src/pagination/ListBackupPlanVersionsPaginator.ts index 8aa14279a4ee..1e1377cc085b 100644 --- a/clients/client-backup/src/pagination/ListBackupPlanVersionsPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupPlanVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListBackupPlansPaginator.ts b/clients/client-backup/src/pagination/ListBackupPlansPaginator.ts index f3492d7627a7..9d3ab0f2cf05 100644 --- a/clients/client-backup/src/pagination/ListBackupPlansPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupPlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListBackupSelectionsPaginator.ts b/clients/client-backup/src/pagination/ListBackupSelectionsPaginator.ts index e9812d7e3995..f9cd6c9bfe74 100644 --- a/clients/client-backup/src/pagination/ListBackupSelectionsPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupSelectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListBackupVaultsPaginator.ts b/clients/client-backup/src/pagination/ListBackupVaultsPaginator.ts index 50707d04fc22..55096e6f60ef 100644 --- a/clients/client-backup/src/pagination/ListBackupVaultsPaginator.ts +++ b/clients/client-backup/src/pagination/ListBackupVaultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListCopyJobsPaginator.ts b/clients/client-backup/src/pagination/ListCopyJobsPaginator.ts index 0857d11ed3a5..76897802b7ea 100644 --- a/clients/client-backup/src/pagination/ListCopyJobsPaginator.ts +++ b/clients/client-backup/src/pagination/ListCopyJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListFrameworksPaginator.ts b/clients/client-backup/src/pagination/ListFrameworksPaginator.ts index 69ce32471d53..2456148cc4d5 100644 --- a/clients/client-backup/src/pagination/ListFrameworksPaginator.ts +++ b/clients/client-backup/src/pagination/ListFrameworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListLegalHoldsPaginator.ts b/clients/client-backup/src/pagination/ListLegalHoldsPaginator.ts index 03dc66cf0245..193a4c0facfa 100644 --- a/clients/client-backup/src/pagination/ListLegalHoldsPaginator.ts +++ b/clients/client-backup/src/pagination/ListLegalHoldsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListProtectedResourcesPaginator.ts b/clients/client-backup/src/pagination/ListProtectedResourcesPaginator.ts index 5e6c01f89365..2a106cadbadc 100644 --- a/clients/client-backup/src/pagination/ListProtectedResourcesPaginator.ts +++ b/clients/client-backup/src/pagination/ListProtectedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListRecoveryPointsByBackupVaultPaginator.ts b/clients/client-backup/src/pagination/ListRecoveryPointsByBackupVaultPaginator.ts index b28b26fc69c7..e6c0320d2d01 100644 --- a/clients/client-backup/src/pagination/ListRecoveryPointsByBackupVaultPaginator.ts +++ b/clients/client-backup/src/pagination/ListRecoveryPointsByBackupVaultPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListRecoveryPointsByLegalHoldPaginator.ts b/clients/client-backup/src/pagination/ListRecoveryPointsByLegalHoldPaginator.ts index 3653bef0f472..6fc5c6ea3b45 100644 --- a/clients/client-backup/src/pagination/ListRecoveryPointsByLegalHoldPaginator.ts +++ b/clients/client-backup/src/pagination/ListRecoveryPointsByLegalHoldPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListRecoveryPointsByResourcePaginator.ts b/clients/client-backup/src/pagination/ListRecoveryPointsByResourcePaginator.ts index 8bc28729234f..a256fb0d5c4f 100644 --- a/clients/client-backup/src/pagination/ListRecoveryPointsByResourcePaginator.ts +++ b/clients/client-backup/src/pagination/ListRecoveryPointsByResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListReportJobsPaginator.ts b/clients/client-backup/src/pagination/ListReportJobsPaginator.ts index 5ccc53a8e511..62d166eaa86a 100644 --- a/clients/client-backup/src/pagination/ListReportJobsPaginator.ts +++ b/clients/client-backup/src/pagination/ListReportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListReportPlansPaginator.ts b/clients/client-backup/src/pagination/ListReportPlansPaginator.ts index 5538bdc8f5db..2130b8bcb5d0 100644 --- a/clients/client-backup/src/pagination/ListReportPlansPaginator.ts +++ b/clients/client-backup/src/pagination/ListReportPlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListRestoreJobsPaginator.ts b/clients/client-backup/src/pagination/ListRestoreJobsPaginator.ts index db6d52c26f5a..1136c887ee9c 100644 --- a/clients/client-backup/src/pagination/ListRestoreJobsPaginator.ts +++ b/clients/client-backup/src/pagination/ListRestoreJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { diff --git a/clients/client-backup/src/pagination/ListTagsPaginator.ts b/clients/client-backup/src/pagination/ListTagsPaginator.ts index 803ba6ceca77..477230dda257 100644 --- a/clients/client-backup/src/pagination/ListTagsPaginator.ts +++ b/clients/client-backup/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupClient } from "../BackupClient"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; diff --git a/clients/client-backup/src/protocols/Aws_restJson1.ts b/clients/client-backup/src/protocols/Aws_restJson1.ts index a68925d2beae..9ed971e9eee4 100644 --- a/clients/client-backup/src/protocols/Aws_restJson1.ts +++ b/clients/client-backup/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput } from "../commands/CancelLegalHoldCommand"; diff --git a/clients/client-backup/src/runtimeConfig.browser.ts b/clients/client-backup/src/runtimeConfig.browser.ts index 172e7f59b150..c73d3f8c33ee 100644 --- a/clients/client-backup/src/runtimeConfig.browser.ts +++ b/clients/client-backup/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupClientConfig } from "./BackupClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-backup/src/runtimeConfig.shared.ts b/clients/client-backup/src/runtimeConfig.shared.ts index 8e10853113d6..8abe07a9df6e 100644 --- a/clients/client-backup/src/runtimeConfig.shared.ts +++ b/clients/client-backup/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BackupClientConfig } from "./BackupClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-backup/src/runtimeConfig.ts b/clients/client-backup/src/runtimeConfig.ts index 80778d76cfa3..450086c8c0d8 100644 --- a/clients/client-backup/src/runtimeConfig.ts +++ b/clients/client-backup/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupClientConfig } from "./BackupClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-backupstorage/package.json b/clients/client-backupstorage/package.json index fd96539e38b7..60bf621640ab 100644 --- a/clients/client-backupstorage/package.json +++ b/clients/client-backupstorage/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-backupstorage/src/BackupStorage.ts b/clients/client-backupstorage/src/BackupStorage.ts index 2f1e0347e205..543fd7ff5ab4 100644 --- a/clients/client-backupstorage/src/BackupStorage.ts +++ b/clients/client-backupstorage/src/BackupStorage.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BackupStorageClient, BackupStorageClientConfig } from "./BackupStorageClient"; import { diff --git a/clients/client-backupstorage/src/BackupStorageClient.ts b/clients/client-backupstorage/src/BackupStorageClient.ts index 437af62d8d6b..230d77002dc6 100644 --- a/clients/client-backupstorage/src/BackupStorageClient.ts +++ b/clients/client-backupstorage/src/BackupStorageClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand"; @@ -112,7 +110,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -221,7 +219,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts index d2c3e9a776e0..b1f8cd1adf00 100644 --- a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { DeleteObjectInput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/GetChunkCommand.ts b/clients/client-backupstorage/src/commands/GetChunkCommand.ts index e2b8618e2383..7b89346bee9d 100644 --- a/clients/client-backupstorage/src/commands/GetChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/GetChunkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { GetChunkInput, GetChunkOutput, GetChunkOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts index f1c9ab082808..185790a1d041 100644 --- a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts +++ b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { diff --git a/clients/client-backupstorage/src/commands/ListChunksCommand.ts b/clients/client-backupstorage/src/commands/ListChunksCommand.ts index a9b30914db47..3907d3a098e2 100644 --- a/clients/client-backupstorage/src/commands/ListChunksCommand.ts +++ b/clients/client-backupstorage/src/commands/ListChunksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { ListChunksInput, ListChunksOutput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts index cb32cd1067a9..e6b7681558e5 100644 --- a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts +++ b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { ListObjectsInput, ListObjectsOutput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts index 238132cc266b..9b3015da2286 100644 --- a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts +++ b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { diff --git a/clients/client-backupstorage/src/commands/PutChunkCommand.ts b/clients/client-backupstorage/src/commands/PutChunkCommand.ts index 0d65ad57e776..cf875cca1cb3 100644 --- a/clients/client-backupstorage/src/commands/PutChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/PutChunkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { PutChunkInput, PutChunkInputFilterSensitiveLog, PutChunkOutput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/PutObjectCommand.ts b/clients/client-backupstorage/src/commands/PutObjectCommand.ts index 824e938ea29e..edc58e83a418 100644 --- a/clients/client-backupstorage/src/commands/PutObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/PutObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { PutObjectInput, PutObjectInputFilterSensitiveLog, PutObjectOutput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/commands/StartObjectCommand.ts b/clients/client-backupstorage/src/commands/StartObjectCommand.ts index 79eb35f93d97..bc6127e84f14 100644 --- a/clients/client-backupstorage/src/commands/StartObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/StartObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupStorageClient"; import { StartObjectInput, StartObjectOutput } from "../models/models_0"; diff --git a/clients/client-backupstorage/src/endpoint/EndpointParameters.ts b/clients/client-backupstorage/src/endpoint/EndpointParameters.ts index 434a4d16327f..716446a309d9 100644 --- a/clients/client-backupstorage/src/endpoint/EndpointParameters.ts +++ b/clients/client-backupstorage/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-backupstorage/src/endpoint/endpointResolver.ts b/clients/client-backupstorage/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-backupstorage/src/endpoint/endpointResolver.ts +++ b/clients/client-backupstorage/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-backupstorage/src/endpoint/ruleset.ts b/clients/client-backupstorage/src/endpoint/ruleset.ts index 72a441026842..f451326c19b7 100644 --- a/clients/client-backupstorage/src/endpoint/ruleset.ts +++ b/clients/client-backupstorage/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-backupstorage/src/models/BackupStorageServiceException.ts b/clients/client-backupstorage/src/models/BackupStorageServiceException.ts index afbf3ee5e596..115b2b84453f 100644 --- a/clients/client-backupstorage/src/models/BackupStorageServiceException.ts +++ b/clients/client-backupstorage/src/models/BackupStorageServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-backupstorage/src/models/models_0.ts b/clients/client-backupstorage/src/models/models_0.ts index e994aef59499..63c784bdc6f1 100644 --- a/clients/client-backupstorage/src/models/models_0.ts +++ b/clients/client-backupstorage/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { BackupStorageServiceException as __BaseException } from "./BackupStorageServiceException"; diff --git a/clients/client-backupstorage/src/pagination/Interfaces.ts b/clients/client-backupstorage/src/pagination/Interfaces.ts index 71bc6d0fd96f..104b9406ab34 100644 --- a/clients/client-backupstorage/src/pagination/Interfaces.ts +++ b/clients/client-backupstorage/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BackupStorageClient } from "../BackupStorageClient"; diff --git a/clients/client-backupstorage/src/pagination/ListChunksPaginator.ts b/clients/client-backupstorage/src/pagination/ListChunksPaginator.ts index d1585f48f65b..bb1c8e9e68c4 100644 --- a/clients/client-backupstorage/src/pagination/ListChunksPaginator.ts +++ b/clients/client-backupstorage/src/pagination/ListChunksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupStorageClient } from "../BackupStorageClient"; import { ListChunksCommand, ListChunksCommandInput, ListChunksCommandOutput } from "../commands/ListChunksCommand"; diff --git a/clients/client-backupstorage/src/pagination/ListObjectsPaginator.ts b/clients/client-backupstorage/src/pagination/ListObjectsPaginator.ts index 8fc346ec45ea..e666e23e6513 100644 --- a/clients/client-backupstorage/src/pagination/ListObjectsPaginator.ts +++ b/clients/client-backupstorage/src/pagination/ListObjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BackupStorageClient } from "../BackupStorageClient"; import { ListObjectsCommand, ListObjectsCommandInput, ListObjectsCommandOutput } from "../commands/ListObjectsCommand"; diff --git a/clients/client-backupstorage/src/protocols/Aws_restJson1.ts b/clients/client-backupstorage/src/protocols/Aws_restJson1.ts index 489d6164ccd8..2f59ca07e640 100644 --- a/clients/client-backupstorage/src/protocols/Aws_restJson1.ts +++ b/clients/client-backupstorage/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,13 +13,13 @@ import { strictParseLong as __strictParseLong, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "../commands/DeleteObjectCommand"; import { GetChunkCommandInput, GetChunkCommandOutput } from "../commands/GetChunkCommand"; diff --git a/clients/client-backupstorage/src/runtimeConfig.browser.ts b/clients/client-backupstorage/src/runtimeConfig.browser.ts index ae4a0e93c3a8..60d805897324 100644 --- a/clients/client-backupstorage/src/runtimeConfig.browser.ts +++ b/clients/client-backupstorage/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupStorageClientConfig } from "./BackupStorageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-backupstorage/src/runtimeConfig.shared.ts b/clients/client-backupstorage/src/runtimeConfig.shared.ts index b180de10a14d..78f0639d7d75 100644 --- a/clients/client-backupstorage/src/runtimeConfig.shared.ts +++ b/clients/client-backupstorage/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BackupStorageClientConfig } from "./BackupStorageClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-backupstorage/src/runtimeConfig.ts b/clients/client-backupstorage/src/runtimeConfig.ts index 21ab5f472e44..68c8c80530a9 100644 --- a/clients/client-backupstorage/src/runtimeConfig.ts +++ b/clients/client-backupstorage/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BackupStorageClientConfig } from "./BackupStorageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 03c710a36692..dc65694b6382 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-batch/src/Batch.ts b/clients/client-batch/src/Batch.ts index b9be5af5f9a6..81096d0decfc 100644 --- a/clients/client-batch/src/Batch.ts +++ b/clients/client-batch/src/Batch.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchClient, BatchClientConfig } from "./BatchClient"; import { CancelJobCommand, CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; diff --git a/clients/client-batch/src/BatchClient.ts b/clients/client-batch/src/BatchClient.ts index a5dc7f111f74..684c2ecd581d 100644 --- a/clients/client-batch/src/BatchClient.ts +++ b/clients/client-batch/src/BatchClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-batch/src/commands/CancelJobCommand.ts b/clients/client-batch/src/commands/CancelJobCommand.ts index 5b866899dad6..d5ea94cce520 100644 --- a/clients/client-batch/src/commands/CancelJobCommand.ts +++ b/clients/client-batch/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts index e60dbd9fab26..ecb220c0fb52 100644 --- a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/CreateJobQueueCommand.ts b/clients/client-batch/src/commands/CreateJobQueueCommand.ts index 02fe5b93fd97..8b21ba6bd01f 100644 --- a/clients/client-batch/src/commands/CreateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/CreateJobQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts index 01a76ecc2acc..112a8eb836a3 100644 --- a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts index 5cb40267e7fa..9a8ca177a6f7 100644 --- a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts index 4b06eacd3403..2e5218a073ad 100644 --- a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts +++ b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts index ae6eb25fb8b4..4ebcb2f0ca3a 100644 --- a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts index 643d66a77393..fb04dbbc0962 100644 --- a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts index a698da16a111..d49acae1651c 100644 --- a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts +++ b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts index b19dbfbfc89e..9e712ec79806 100644 --- a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts index 13ca6a6bbb27..dfa79782786d 100644 --- a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DescribeJobsCommand.ts b/clients/client-batch/src/commands/DescribeJobsCommand.ts index f5f2d1d9ae18..dc97679420af 100644 --- a/clients/client-batch/src/commands/DescribeJobsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts index 35f5121d0cd7..8b4748c478b0 100644 --- a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/ListJobsCommand.ts b/clients/client-batch/src/commands/ListJobsCommand.ts index 79e35dd28195..c0c6b182d171 100644 --- a/clients/client-batch/src/commands/ListJobsCommand.ts +++ b/clients/client-batch/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts index 12722cc67886..0eb7f9663a86 100644 --- a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts index 12a7a4d8b0ca..384baa38db00 100644 --- a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts index 2150857bb66b..14d0c4afa31a 100644 --- a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/SubmitJobCommand.ts b/clients/client-batch/src/commands/SubmitJobCommand.ts index 0e30786c8d68..8f6b1f2e72a4 100644 --- a/clients/client-batch/src/commands/SubmitJobCommand.ts +++ b/clients/client-batch/src/commands/SubmitJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/TagResourceCommand.ts b/clients/client-batch/src/commands/TagResourceCommand.ts index c993de39294c..ebf66e5169a9 100644 --- a/clients/client-batch/src/commands/TagResourceCommand.ts +++ b/clients/client-batch/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/TerminateJobCommand.ts b/clients/client-batch/src/commands/TerminateJobCommand.ts index 262055f310a0..0e926b689271 100644 --- a/clients/client-batch/src/commands/TerminateJobCommand.ts +++ b/clients/client-batch/src/commands/TerminateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/UntagResourceCommand.ts b/clients/client-batch/src/commands/UntagResourceCommand.ts index 1d229961d3ee..a396d4950250 100644 --- a/clients/client-batch/src/commands/UntagResourceCommand.ts +++ b/clients/client-batch/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts index 7d68c050fd60..d967883a7faa 100644 --- a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts index 15ad24d629ff..be0499f76074 100644 --- a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts index 5d49b6c3f9a4..191309c44eab 100644 --- a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient"; import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0"; diff --git a/clients/client-batch/src/endpoint/EndpointParameters.ts b/clients/client-batch/src/endpoint/EndpointParameters.ts index a4138e958e74..3152663f3069 100644 --- a/clients/client-batch/src/endpoint/EndpointParameters.ts +++ b/clients/client-batch/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-batch/src/endpoint/endpointResolver.ts b/clients/client-batch/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-batch/src/endpoint/endpointResolver.ts +++ b/clients/client-batch/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-batch/src/endpoint/ruleset.ts b/clients/client-batch/src/endpoint/ruleset.ts index 2b0c630d4cb7..f46bff05ac0a 100644 --- a/clients/client-batch/src/endpoint/ruleset.ts +++ b/clients/client-batch/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-batch/src/models/BatchServiceException.ts b/clients/client-batch/src/models/BatchServiceException.ts index 24cfc8ae678c..ab842b4876ff 100644 --- a/clients/client-batch/src/models/BatchServiceException.ts +++ b/clients/client-batch/src/models/BatchServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-batch/src/models/models_0.ts b/clients/client-batch/src/models/models_0.ts index b20590ad9365..a9d45da05b35 100644 --- a/clients/client-batch/src/models/models_0.ts +++ b/clients/client-batch/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { BatchServiceException as __BaseException } from "./BatchServiceException"; diff --git a/clients/client-batch/src/pagination/DescribeComputeEnvironmentsPaginator.ts b/clients/client-batch/src/pagination/DescribeComputeEnvironmentsPaginator.ts index 05f8fac00a0c..c90ea2ac7da7 100644 --- a/clients/client-batch/src/pagination/DescribeComputeEnvironmentsPaginator.ts +++ b/clients/client-batch/src/pagination/DescribeComputeEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchClient } from "../BatchClient"; import { diff --git a/clients/client-batch/src/pagination/DescribeJobDefinitionsPaginator.ts b/clients/client-batch/src/pagination/DescribeJobDefinitionsPaginator.ts index 99f91c4c50d1..b75254d99d37 100644 --- a/clients/client-batch/src/pagination/DescribeJobDefinitionsPaginator.ts +++ b/clients/client-batch/src/pagination/DescribeJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchClient } from "../BatchClient"; import { diff --git a/clients/client-batch/src/pagination/DescribeJobQueuesPaginator.ts b/clients/client-batch/src/pagination/DescribeJobQueuesPaginator.ts index 15bc6e1bc144..23a1c641914d 100644 --- a/clients/client-batch/src/pagination/DescribeJobQueuesPaginator.ts +++ b/clients/client-batch/src/pagination/DescribeJobQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchClient } from "../BatchClient"; import { diff --git a/clients/client-batch/src/pagination/Interfaces.ts b/clients/client-batch/src/pagination/Interfaces.ts index 5334fa358ce6..9f3db6f341e8 100644 --- a/clients/client-batch/src/pagination/Interfaces.ts +++ b/clients/client-batch/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BatchClient } from "../BatchClient"; diff --git a/clients/client-batch/src/pagination/ListJobsPaginator.ts b/clients/client-batch/src/pagination/ListJobsPaginator.ts index bf4feda1ef1e..e1e5dec3ed7c 100644 --- a/clients/client-batch/src/pagination/ListJobsPaginator.ts +++ b/clients/client-batch/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchClient } from "../BatchClient"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; diff --git a/clients/client-batch/src/pagination/ListSchedulingPoliciesPaginator.ts b/clients/client-batch/src/pagination/ListSchedulingPoliciesPaginator.ts index 560c7c48a520..bac5af913d56 100644 --- a/clients/client-batch/src/pagination/ListSchedulingPoliciesPaginator.ts +++ b/clients/client-batch/src/pagination/ListSchedulingPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchClient } from "../BatchClient"; import { diff --git a/clients/client-batch/src/protocols/Aws_restJson1.ts b/clients/client-batch/src/protocols/Aws_restJson1.ts index db661974627d..522acad049b7 100644 --- a/clients/client-batch/src/protocols/Aws_restJson1.ts +++ b/clients/client-batch/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand"; import { diff --git a/clients/client-batch/src/runtimeConfig.browser.ts b/clients/client-batch/src/runtimeConfig.browser.ts index da4c685138f3..f0651468f27b 100644 --- a/clients/client-batch/src/runtimeConfig.browser.ts +++ b/clients/client-batch/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BatchClientConfig } from "./BatchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-batch/src/runtimeConfig.shared.ts b/clients/client-batch/src/runtimeConfig.shared.ts index 0adff697a2ca..417deec3d2ea 100644 --- a/clients/client-batch/src/runtimeConfig.shared.ts +++ b/clients/client-batch/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BatchClientConfig } from "./BatchClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-batch/src/runtimeConfig.ts b/clients/client-batch/src/runtimeConfig.ts index aad5e24e505a..17c0acc35ed7 100644 --- a/clients/client-batch/src/runtimeConfig.ts +++ b/clients/client-batch/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BatchClientConfig } from "./BatchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-billingconductor/package.json b/clients/client-billingconductor/package.json index ab14aab7a084..7615ac859332 100644 --- a/clients/client-billingconductor/package.json +++ b/clients/client-billingconductor/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-billingconductor/src/Billingconductor.ts b/clients/client-billingconductor/src/Billingconductor.ts index 8ddd46518446..1d2b0550be23 100644 --- a/clients/client-billingconductor/src/Billingconductor.ts +++ b/clients/client-billingconductor/src/Billingconductor.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BillingconductorClient, BillingconductorClientConfig } from "./BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/BillingconductorClient.ts b/clients/client-billingconductor/src/BillingconductorClient.ts index fb15d2a4de0b..021dd809e5e8 100644 --- a/clients/client-billingconductor/src/BillingconductorClient.ts +++ b/clients/client-billingconductor/src/BillingconductorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand"; @@ -222,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -331,7 +329,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts index ada73f743df4..33e55867ceda 100644 --- a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts index bf054ef999bb..c61cd68c1f6e 100644 --- a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts index a3e7e720bfaa..a3586b9b9632 100644 --- a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts index 96a4d318b3a0..00f775cd64b4 100644 --- a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts index 9e75426feb1e..a306582a43a8 100644 --- a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts index 73f49e8b3f45..1578adb58cd0 100644 --- a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts index 3c92883abf53..25e6613db2e9 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts index 75567133e31f..bc13440d7ab8 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts index 356cc1de6f49..baa6a8eb6d1e 100644 --- a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts index 91fb270bd6a2..6d87cf359ea7 100644 --- a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts index 8b4c34b76b46..e0d3330916e3 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts index fafe64b9a048..9656ae5693cf 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts index 4213b4decda0..8f72e4c94554 100644 --- a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts index 51b61f6ad4aa..ee1c09bdd4ff 100644 --- a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts index 5a77b2163b72..ec10330a8126 100644 --- a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts index 76a3c1159c40..0bd407e188db 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts index cf14e4f85e48..3caefa00da50 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts index 2d096509e26c..ac7d1b9fb490 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts index 455082144093..f2e3cb14dd54 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts index bcacb5d369c4..91676576d91e 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts index 68a8b6f329fe..42da3346ac7d 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts index b36f938b32bf..8c6a3c500cc2 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts index 687ac2798162..e0af2441c6f0 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts index 9305aeafec72..6f0fe59fafba 100644 --- a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts index 4c82b0f36e5d..bff0d2089ec5 100644 --- a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/TagResourceCommand.ts b/clients/client-billingconductor/src/commands/TagResourceCommand.ts index 41166f5d815c..5c605c63f154 100644 --- a/clients/client-billingconductor/src/commands/TagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts index 113927ff4c8e..396f584027bb 100644 --- a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts index b8725701df36..e5938453b5c8 100644 --- a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts index a8f9a1a5fdcf..22a8d99da18a 100644 --- a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts index 01d21be37040..3c6b1d988aa4 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts index 04b29225148a..907a5669c943 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/endpoint/EndpointParameters.ts b/clients/client-billingconductor/src/endpoint/EndpointParameters.ts index d7116ba75643..5821a4b05312 100644 --- a/clients/client-billingconductor/src/endpoint/EndpointParameters.ts +++ b/clients/client-billingconductor/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-billingconductor/src/endpoint/endpointResolver.ts b/clients/client-billingconductor/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-billingconductor/src/endpoint/endpointResolver.ts +++ b/clients/client-billingconductor/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-billingconductor/src/endpoint/ruleset.ts b/clients/client-billingconductor/src/endpoint/ruleset.ts index febab424a488..70e99888fda1 100644 --- a/clients/client-billingconductor/src/endpoint/ruleset.ts +++ b/clients/client-billingconductor/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-billingconductor/src/models/BillingconductorServiceException.ts b/clients/client-billingconductor/src/models/BillingconductorServiceException.ts index c7d58c15be5e..5bb8891ebf29 100644 --- a/clients/client-billingconductor/src/models/BillingconductorServiceException.ts +++ b/clients/client-billingconductor/src/models/BillingconductorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-billingconductor/src/models/models_0.ts b/clients/client-billingconductor/src/models/models_0.ts index f5cf1074e1ac..6fb22eb60a38 100644 --- a/clients/client-billingconductor/src/models/models_0.ts +++ b/clients/client-billingconductor/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException"; diff --git a/clients/client-billingconductor/src/pagination/Interfaces.ts b/clients/client-billingconductor/src/pagination/Interfaces.ts index 8380e3e9e5d7..851b8d9e0b92 100644 --- a/clients/client-billingconductor/src/pagination/Interfaces.ts +++ b/clients/client-billingconductor/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; diff --git a/clients/client-billingconductor/src/pagination/ListAccountAssociationsPaginator.ts b/clients/client-billingconductor/src/pagination/ListAccountAssociationsPaginator.ts index dd9bbf23795d..e6292ca6d913 100644 --- a/clients/client-billingconductor/src/pagination/ListAccountAssociationsPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListAccountAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListBillingGroupCostReportsPaginator.ts b/clients/client-billingconductor/src/pagination/ListBillingGroupCostReportsPaginator.ts index be1f71948e21..4af575a91540 100644 --- a/clients/client-billingconductor/src/pagination/ListBillingGroupCostReportsPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListBillingGroupCostReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListBillingGroupsPaginator.ts b/clients/client-billingconductor/src/pagination/ListBillingGroupsPaginator.ts index 1f39e5fc5947..25d485f62cc0 100644 --- a/clients/client-billingconductor/src/pagination/ListBillingGroupsPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListBillingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListCustomLineItemVersionsPaginator.ts b/clients/client-billingconductor/src/pagination/ListCustomLineItemVersionsPaginator.ts index 262497744f46..8f667aaeb190 100644 --- a/clients/client-billingconductor/src/pagination/ListCustomLineItemVersionsPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListCustomLineItemVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListCustomLineItemsPaginator.ts b/clients/client-billingconductor/src/pagination/ListCustomLineItemsPaginator.ts index 2cd01e7d2df3..ec811271cec4 100644 --- a/clients/client-billingconductor/src/pagination/ListCustomLineItemsPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListCustomLineItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.ts b/clients/client-billingconductor/src/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.ts index dbdcbb1dc71f..29a949160048 100644 --- a/clients/client-billingconductor/src/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListPricingPlansPaginator.ts b/clients/client-billingconductor/src/pagination/ListPricingPlansPaginator.ts index e2fcd040bc2b..c1698dc140b4 100644 --- a/clients/client-billingconductor/src/pagination/ListPricingPlansPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListPricingPlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.ts b/clients/client-billingconductor/src/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.ts index aa3b2d59cc73..cb363809739f 100644 --- a/clients/client-billingconductor/src/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListPricingRulesPaginator.ts b/clients/client-billingconductor/src/pagination/ListPricingRulesPaginator.ts index eac5ea2b6f45..e54d806b8963 100644 --- a/clients/client-billingconductor/src/pagination/ListPricingRulesPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListPricingRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/pagination/ListResourcesAssociatedToCustomLineItemPaginator.ts b/clients/client-billingconductor/src/pagination/ListResourcesAssociatedToCustomLineItemPaginator.ts index 0ec1e0472a74..cb61e24e10eb 100644 --- a/clients/client-billingconductor/src/pagination/ListResourcesAssociatedToCustomLineItemPaginator.ts +++ b/clients/client-billingconductor/src/pagination/ListResourcesAssociatedToCustomLineItemPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BillingconductorClient } from "../BillingconductorClient"; import { diff --git a/clients/client-billingconductor/src/protocols/Aws_restJson1.ts b/clients/client-billingconductor/src/protocols/Aws_restJson1.ts index 45b5a09f5e13..bbb5a841a879 100644 --- a/clients/client-billingconductor/src/protocols/Aws_restJson1.ts +++ b/clients/client-billingconductor/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "../commands/AssociateAccountsCommand"; diff --git a/clients/client-billingconductor/src/runtimeConfig.browser.ts b/clients/client-billingconductor/src/runtimeConfig.browser.ts index 2aaa3a8b26ec..1f4705f9a008 100644 --- a/clients/client-billingconductor/src/runtimeConfig.browser.ts +++ b/clients/client-billingconductor/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BillingconductorClientConfig } from "./BillingconductorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-billingconductor/src/runtimeConfig.shared.ts b/clients/client-billingconductor/src/runtimeConfig.shared.ts index 376c057ac0e9..96836d80fed3 100644 --- a/clients/client-billingconductor/src/runtimeConfig.shared.ts +++ b/clients/client-billingconductor/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BillingconductorClientConfig } from "./BillingconductorClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-billingconductor/src/runtimeConfig.ts b/clients/client-billingconductor/src/runtimeConfig.ts index 7947411efce5..c1043feaf420 100644 --- a/clients/client-billingconductor/src/runtimeConfig.ts +++ b/clients/client-billingconductor/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BillingconductorClientConfig } from "./BillingconductorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index 6ab8f591905d..5d03e3c5080f 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-braket/src/Braket.ts b/clients/client-braket/src/Braket.ts index b2d7a332c58f..71613042b428 100644 --- a/clients/client-braket/src/Braket.ts +++ b/clients/client-braket/src/Braket.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BraketClient, BraketClientConfig } from "./BraketClient"; import { CancelJobCommand, CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; diff --git a/clients/client-braket/src/BraketClient.ts b/clients/client-braket/src/BraketClient.ts index b4b1c259b329..26aaa43036ec 100644 --- a/clients/client-braket/src/BraketClient.ts +++ b/clients/client-braket/src/BraketClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-braket/src/commands/CancelJobCommand.ts b/clients/client-braket/src/commands/CancelJobCommand.ts index 4b4f199fe878..0dadb1394ade 100644 --- a/clients/client-braket/src/commands/CancelJobCommand.ts +++ b/clients/client-braket/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts index 2d5e5cf01e46..ac06885f1a29 100644 --- a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { CancelQuantumTaskRequest, CancelQuantumTaskResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/CreateJobCommand.ts b/clients/client-braket/src/commands/CreateJobCommand.ts index 292cc6588c92..dd8e9d8a87a1 100644 --- a/clients/client-braket/src/commands/CreateJobCommand.ts +++ b/clients/client-braket/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts index db5545ff7c62..3cce9960e0c7 100644 --- a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { CreateQuantumTaskRequest, CreateQuantumTaskResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/GetDeviceCommand.ts b/clients/client-braket/src/commands/GetDeviceCommand.ts index a1d3fa127761..eae270af41da 100644 --- a/clients/client-braket/src/commands/GetDeviceCommand.ts +++ b/clients/client-braket/src/commands/GetDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/GetJobCommand.ts b/clients/client-braket/src/commands/GetJobCommand.ts index 38a7b2ed9969..f631a620c1fa 100644 --- a/clients/client-braket/src/commands/GetJobCommand.ts +++ b/clients/client-braket/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { GetJobRequest, GetJobResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts index 916faea46202..43017f4f9de5 100644 --- a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { GetQuantumTaskRequest, GetQuantumTaskResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts index 6c724ba6f108..1ef2ed4cd3c2 100644 --- a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/SearchDevicesCommand.ts b/clients/client-braket/src/commands/SearchDevicesCommand.ts index 6213fc0ffae2..3022eef5bee7 100644 --- a/clients/client-braket/src/commands/SearchDevicesCommand.ts +++ b/clients/client-braket/src/commands/SearchDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/SearchJobsCommand.ts b/clients/client-braket/src/commands/SearchJobsCommand.ts index 68da8b2f75ec..41ef0bcc112d 100644 --- a/clients/client-braket/src/commands/SearchJobsCommand.ts +++ b/clients/client-braket/src/commands/SearchJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { SearchJobsRequest, SearchJobsResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts index 1c6053cd4eb6..d73c6a7e91f4 100644 --- a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts +++ b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { SearchQuantumTasksRequest, SearchQuantumTasksResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/TagResourceCommand.ts b/clients/client-braket/src/commands/TagResourceCommand.ts index 0a572c949340..ec7add01c13f 100644 --- a/clients/client-braket/src/commands/TagResourceCommand.ts +++ b/clients/client-braket/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/commands/UntagResourceCommand.ts b/clients/client-braket/src/commands/UntagResourceCommand.ts index 1a390291e21d..d2eb067a42dc 100644 --- a/clients/client-braket/src/commands/UntagResourceCommand.ts +++ b/clients/client-braket/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-braket/src/endpoint/EndpointParameters.ts b/clients/client-braket/src/endpoint/EndpointParameters.ts index b5d31d621b87..17a14d04e49a 100644 --- a/clients/client-braket/src/endpoint/EndpointParameters.ts +++ b/clients/client-braket/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-braket/src/endpoint/endpointResolver.ts b/clients/client-braket/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-braket/src/endpoint/endpointResolver.ts +++ b/clients/client-braket/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-braket/src/endpoint/ruleset.ts b/clients/client-braket/src/endpoint/ruleset.ts index fb9c5bc0e118..22edc2d49219 100644 --- a/clients/client-braket/src/endpoint/ruleset.ts +++ b/clients/client-braket/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-braket/src/models/BraketServiceException.ts b/clients/client-braket/src/models/BraketServiceException.ts index 14226aff6db1..ae5cc3790196 100644 --- a/clients/client-braket/src/models/BraketServiceException.ts +++ b/clients/client-braket/src/models/BraketServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-braket/src/models/models_0.ts b/clients/client-braket/src/models/models_0.ts index f5e0466cf770..56149031564e 100644 --- a/clients/client-braket/src/models/models_0.ts +++ b/clients/client-braket/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BraketServiceException as __BaseException } from "./BraketServiceException"; diff --git a/clients/client-braket/src/pagination/Interfaces.ts b/clients/client-braket/src/pagination/Interfaces.ts index e11f2e46da27..655f62eb0768 100644 --- a/clients/client-braket/src/pagination/Interfaces.ts +++ b/clients/client-braket/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BraketClient } from "../BraketClient"; diff --git a/clients/client-braket/src/pagination/SearchDevicesPaginator.ts b/clients/client-braket/src/pagination/SearchDevicesPaginator.ts index a3b5ea7ee5bd..138695b4564a 100644 --- a/clients/client-braket/src/pagination/SearchDevicesPaginator.ts +++ b/clients/client-braket/src/pagination/SearchDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BraketClient } from "../BraketClient"; import { diff --git a/clients/client-braket/src/pagination/SearchJobsPaginator.ts b/clients/client-braket/src/pagination/SearchJobsPaginator.ts index 412712bbcbf3..92d47ce8edfc 100644 --- a/clients/client-braket/src/pagination/SearchJobsPaginator.ts +++ b/clients/client-braket/src/pagination/SearchJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BraketClient } from "../BraketClient"; import { SearchJobsCommand, SearchJobsCommandInput, SearchJobsCommandOutput } from "../commands/SearchJobsCommand"; diff --git a/clients/client-braket/src/pagination/SearchQuantumTasksPaginator.ts b/clients/client-braket/src/pagination/SearchQuantumTasksPaginator.ts index d4e31c0fb03f..7ae5e9657fc0 100644 --- a/clients/client-braket/src/pagination/SearchQuantumTasksPaginator.ts +++ b/clients/client-braket/src/pagination/SearchQuantumTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BraketClient } from "../BraketClient"; import { diff --git a/clients/client-braket/src/protocols/Aws_restJson1.ts b/clients/client-braket/src/protocols/Aws_restJson1.ts index 03fee49cbab7..dd2ab40a7443 100644 --- a/clients/client-braket/src/protocols/Aws_restJson1.ts +++ b/clients/client-braket/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand"; diff --git a/clients/client-braket/src/runtimeConfig.browser.ts b/clients/client-braket/src/runtimeConfig.browser.ts index fd04a53cee1b..2c5e6f647623 100644 --- a/clients/client-braket/src/runtimeConfig.browser.ts +++ b/clients/client-braket/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BraketClientConfig } from "./BraketClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-braket/src/runtimeConfig.shared.ts b/clients/client-braket/src/runtimeConfig.shared.ts index 46cfb347b2d7..e110383e641b 100644 --- a/clients/client-braket/src/runtimeConfig.shared.ts +++ b/clients/client-braket/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BraketClientConfig } from "./BraketClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-braket/src/runtimeConfig.ts b/clients/client-braket/src/runtimeConfig.ts index ee23954ae423..bf19aa4361de 100644 --- a/clients/client-braket/src/runtimeConfig.ts +++ b/clients/client-braket/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BraketClientConfig } from "./BraketClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index 881e39fc3be8..c3097a300dda 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-budgets/src/Budgets.ts b/clients/client-budgets/src/Budgets.ts index 3ffae364bf32..acf6b13dfeaa 100644 --- a/clients/client-budgets/src/Budgets.ts +++ b/clients/client-budgets/src/Budgets.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BudgetsClient, BudgetsClientConfig } from "./BudgetsClient"; import { diff --git a/clients/client-budgets/src/BudgetsClient.ts b/clients/client-budgets/src/BudgetsClient.ts index 82db4b87e53e..3f9224a6d6fb 100644 --- a/clients/client-budgets/src/BudgetsClient.ts +++ b/clients/client-budgets/src/BudgetsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput } from "./commands/CreateBudgetActionCommand"; @@ -177,7 +175,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -286,7 +284,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts index e9e50c1fb867..3dd6dced3e7a 100644 --- a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/CreateBudgetCommand.ts b/clients/client-budgets/src/commands/CreateBudgetCommand.ts index a867b22b8c15..55626f968633 100644 --- a/clients/client-budgets/src/commands/CreateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { CreateBudgetRequest, CreateBudgetRequestFilterSensitiveLog, CreateBudgetResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/CreateNotificationCommand.ts b/clients/client-budgets/src/commands/CreateNotificationCommand.ts index 00ea4eb4f663..779a4dfb9ad8 100644 --- a/clients/client-budgets/src/commands/CreateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/CreateNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts index a0c8cff88c3c..f0558a4adffa 100644 --- a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts index 2fd37410f118..96e5a685de77 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts index c96efebc81ff..131cbe47978d 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts index 14a9c59caade..0259d7fa4edf 100644 --- a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts index bd4421467139..38756b4e24ed 100644 --- a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts index eb40184fa8a4..344da4b1d3bb 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts index d137e7f26664..b0cd68518e5a 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts index 754bd99d6c75..c63e3effb1ba 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts index 1abcb5eae1c0..1eae9e2c6a7d 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts index 122a37287b3c..a398a5556b8d 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts index 863362aa7aae..03ac5569c526 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts index 6c249f2fc7f5..dcb18b7caed1 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts index 7faebbf24681..08acb8538f07 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts index 533409c5268d..e43f6c23074d 100644 --- a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts index 509b4a969f33..c663a9950d59 100644 --- a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts index ba3a54cf9d19..af07c9071cce 100644 --- a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts index 889abac2933b..145df074ee15 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts index e7ec06862f18..bfe89d2a9ed9 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts index 86bea15f3500..c462935776a9 100644 --- a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0"; diff --git a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts index f82d3080212e..d1550c95af94 100644 --- a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/endpoint/EndpointParameters.ts b/clients/client-budgets/src/endpoint/EndpointParameters.ts index ecfd7f1b2d23..8a61097f3847 100644 --- a/clients/client-budgets/src/endpoint/EndpointParameters.ts +++ b/clients/client-budgets/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-budgets/src/endpoint/endpointResolver.ts b/clients/client-budgets/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-budgets/src/endpoint/endpointResolver.ts +++ b/clients/client-budgets/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-budgets/src/endpoint/ruleset.ts b/clients/client-budgets/src/endpoint/ruleset.ts index c90d225b9e7e..9ab3b85da698 100644 --- a/clients/client-budgets/src/endpoint/ruleset.ts +++ b/clients/client-budgets/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-budgets/src/models/BudgetsServiceException.ts b/clients/client-budgets/src/models/BudgetsServiceException.ts index 360913cffb6a..38bae8af23e5 100644 --- a/clients/client-budgets/src/models/BudgetsServiceException.ts +++ b/clients/client-budgets/src/models/BudgetsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-budgets/src/models/models_0.ts b/clients/client-budgets/src/models/models_0.ts index bf48459aec79..c02a0d3c8a97 100644 --- a/clients/client-budgets/src/models/models_0.ts +++ b/clients/client-budgets/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException"; diff --git a/clients/client-budgets/src/pagination/DescribeBudgetActionHistoriesPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetActionHistoriesPaginator.ts index 59f9a602c221..a5cff306ec4c 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetActionHistoriesPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetActionHistoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeBudgetActionsForAccountPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetActionsForAccountPaginator.ts index 38582a5abd03..e56e47cbd7fc 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetActionsForAccountPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetActionsForAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeBudgetActionsForBudgetPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetActionsForBudgetPaginator.ts index bdacedd5b357..1c21bb8f9a81 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetActionsForBudgetPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetActionsForBudgetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeBudgetNotificationsForAccountPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetNotificationsForAccountPaginator.ts index 1f29050a06b3..77f4f3af5af6 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetNotificationsForAccountPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetNotificationsForAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeBudgetPerformanceHistoryPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetPerformanceHistoryPaginator.ts index 010eef605363..f95d6cb69e75 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetPerformanceHistoryPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetPerformanceHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeBudgetsPaginator.ts b/clients/client-budgets/src/pagination/DescribeBudgetsPaginator.ts index bfc93db390fc..931ec1565617 100644 --- a/clients/client-budgets/src/pagination/DescribeBudgetsPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeBudgetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeNotificationsForBudgetPaginator.ts b/clients/client-budgets/src/pagination/DescribeNotificationsForBudgetPaginator.ts index 0e1e97dec378..312bf0c7839c 100644 --- a/clients/client-budgets/src/pagination/DescribeNotificationsForBudgetPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeNotificationsForBudgetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/DescribeSubscribersForNotificationPaginator.ts b/clients/client-budgets/src/pagination/DescribeSubscribersForNotificationPaginator.ts index 2eb187717b7e..f21726cabfef 100644 --- a/clients/client-budgets/src/pagination/DescribeSubscribersForNotificationPaginator.ts +++ b/clients/client-budgets/src/pagination/DescribeSubscribersForNotificationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; import { diff --git a/clients/client-budgets/src/pagination/Interfaces.ts b/clients/client-budgets/src/pagination/Interfaces.ts index 4da4f5aae7e7..e044e010cfd1 100644 --- a/clients/client-budgets/src/pagination/Interfaces.ts +++ b/clients/client-budgets/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { BudgetsClient } from "../BudgetsClient"; diff --git a/clients/client-budgets/src/protocols/Aws_json1_1.ts b/clients/client-budgets/src/protocols/Aws_json1_1.ts index f655e548e570..b34800e33085 100644 --- a/clients/client-budgets/src/protocols/Aws_json1_1.ts +++ b/clients/client-budgets/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput } from "../commands/CreateBudgetActionCommand"; import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "../commands/CreateBudgetCommand"; diff --git a/clients/client-budgets/src/runtimeConfig.browser.ts b/clients/client-budgets/src/runtimeConfig.browser.ts index 4210e2511859..0a35ed148e1a 100644 --- a/clients/client-budgets/src/runtimeConfig.browser.ts +++ b/clients/client-budgets/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BudgetsClientConfig } from "./BudgetsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-budgets/src/runtimeConfig.shared.ts b/clients/client-budgets/src/runtimeConfig.shared.ts index 0a15889b5471..6a30cd38cfb5 100644 --- a/clients/client-budgets/src/runtimeConfig.shared.ts +++ b/clients/client-budgets/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { BudgetsClientConfig } from "./BudgetsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-budgets/src/runtimeConfig.ts b/clients/client-budgets/src/runtimeConfig.ts index 58aefd198357..92e1f68a9be1 100644 --- a/clients/client-budgets/src/runtimeConfig.ts +++ b/clients/client-budgets/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { BudgetsClientConfig } from "./BudgetsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json index 98aae5e80885..05fb2ed6ba3b 100644 --- a/clients/client-chime-sdk-identity/package.json +++ b/clients/client-chime-sdk-identity/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-chime-sdk-identity/src/ChimeSDKIdentity.ts b/clients/client-chime-sdk-identity/src/ChimeSDKIdentity.ts index e13a4a4e21e8..73a3c3447960 100644 --- a/clients/client-chime-sdk-identity/src/ChimeSDKIdentity.ts +++ b/clients/client-chime-sdk-identity/src/ChimeSDKIdentity.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeSDKIdentityClient, ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts index 38c3f0e91736..44eb52f1042c 100644 --- a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts +++ b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -243,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -352,7 +350,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts index 4a5d7b61173f..3bb8e80d0929 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts index 112678db81d4..3b20e83143d1 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts index 1d2b3af20a18..9106c06c86dc 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts index c37ef3c11a91..3a26ffae7b41 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts index 17d2ace473cb..a3bb60c14b63 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { DeleteAppInstanceAdminRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts index 917cf414a0c4..3045bd0c2985 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { DeleteAppInstanceBotRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts index b784681b8b03..8f7460aef74b 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { DeleteAppInstanceRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts index 6a0c0c64946e..d27c0917c8ae 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { DeleteAppInstanceUserRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts index 24b90d2fa9f1..fb9bdbf51b95 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { DeregisterAppInstanceUserEndpointRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts index 57f6e45ee3b7..9f347b9bec63 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts index 631196d7c400..ebdcf6a4d659 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts index 95f62a9aded9..e973dac479dd 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts index 98355e365e92..5f471be56b99 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts index b92aedda0b6d..774beb5db49b 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 244651d85523..e82b51c21959 100644 --- a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts index fe5670ef63d6..3dd964b7885d 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts index f9bcb9e16dce..6c72c9066b77 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts index 83cfd64585af..c040e57dd94f 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts index a08eced742f1..cad64789089b 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts index 4483cd28d072..1a4dd9a407fd 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts index 5a7dd9241b46..ce8bf3c65728 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts index e144f61a6944..76f48b53439b 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts index ce76256a0573..9620df210879 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts index 1fc74f8cae64..71f06bcbc7fc 100644 --- a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts index 0392ac27ae62..03a54d2c4dea 100644 --- a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts index a26d4efb1034..6595e6052bbb 100644 --- a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts index 90443d034f72..ee697f024f44 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts index a2ec7fc3070a..30a1f2c315ca 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts index f9f6caa8154e..ab037a5e2c19 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts index 6db8d18981e1..58fab0bfa78a 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/endpoint/EndpointParameters.ts b/clients/client-chime-sdk-identity/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime-sdk-identity/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime-sdk-identity/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime-sdk-identity/src/endpoint/endpointResolver.ts b/clients/client-chime-sdk-identity/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime-sdk-identity/src/endpoint/endpointResolver.ts +++ b/clients/client-chime-sdk-identity/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime-sdk-identity/src/endpoint/ruleset.ts b/clients/client-chime-sdk-identity/src/endpoint/ruleset.ts index 73063012057e..4d9d04b70b95 100644 --- a/clients/client-chime-sdk-identity/src/endpoint/ruleset.ts +++ b/clients/client-chime-sdk-identity/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts b/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts index d3b16f43ef70..de8010417656 100644 --- a/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts +++ b/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime-sdk-identity/src/models/models_0.ts b/clients/client-chime-sdk-identity/src/models/models_0.ts index 98ced82c8c21..17fdbed332cb 100644 --- a/clients/client-chime-sdk-identity/src/models/models_0.ts +++ b/clients/client-chime-sdk-identity/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException"; diff --git a/clients/client-chime-sdk-identity/src/pagination/Interfaces.ts b/clients/client-chime-sdk-identity/src/pagination/Interfaces.ts index aa9aeb89ea7b..959caf15aa90 100644 --- a/clients/client-chime-sdk-identity/src/pagination/Interfaces.ts +++ b/clients/client-chime-sdk-identity/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; diff --git a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceAdminsPaginator.ts b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceAdminsPaginator.ts index d209ac9ee904..dbeb5815f9ba 100644 --- a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceAdminsPaginator.ts +++ b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceAdminsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceBotsPaginator.ts b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceBotsPaginator.ts index 4fd33468dd81..ecb22f56bc52 100644 --- a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceBotsPaginator.ts +++ b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUserEndpointsPaginator.ts b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUserEndpointsPaginator.ts index eb0883ff2949..019d31521ca7 100644 --- a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUserEndpointsPaginator.ts +++ b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUserEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUsersPaginator.ts b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUsersPaginator.ts index 5db09f0c65fb..61b9b1bc3beb 100644 --- a/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUsersPaginator.ts +++ b/clients/client-chime-sdk-identity/src/pagination/ListAppInstanceUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/pagination/ListAppInstancesPaginator.ts b/clients/client-chime-sdk-identity/src/pagination/ListAppInstancesPaginator.ts index 3fd0bd6951d4..21b7acc607aa 100644 --- a/clients/client-chime-sdk-identity/src/pagination/ListAppInstancesPaginator.ts +++ b/clients/client-chime-sdk-identity/src/pagination/ListAppInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient"; import { diff --git a/clients/client-chime-sdk-identity/src/protocols/Aws_restJson1.ts b/clients/client-chime-sdk-identity/src/protocols/Aws_restJson1.ts index c27af36c0125..1f7d3d3a89bb 100644 --- a/clients/client-chime-sdk-identity/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime-sdk-identity/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-chime-sdk-identity/src/runtimeConfig.browser.ts b/clients/client-chime-sdk-identity/src/runtimeConfig.browser.ts index cc6bcb6b296f..5f2f88b2214c 100644 --- a/clients/client-chime-sdk-identity/src/runtimeConfig.browser.ts +++ b/clients/client-chime-sdk-identity/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime-sdk-identity/src/runtimeConfig.shared.ts b/clients/client-chime-sdk-identity/src/runtimeConfig.shared.ts index 145cd03d4af8..7d92e4ec1a5e 100644 --- a/clients/client-chime-sdk-identity/src/runtimeConfig.shared.ts +++ b/clients/client-chime-sdk-identity/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime-sdk-identity/src/runtimeConfig.ts b/clients/client-chime-sdk-identity/src/runtimeConfig.ts index 138beb4d8040..6a973145e371 100644 --- a/clients/client-chime-sdk-identity/src/runtimeConfig.ts +++ b/clients/client-chime-sdk-identity/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime-sdk-media-pipelines/package.json b/clients/client-chime-sdk-media-pipelines/package.json index ead11c27dd7b..639dcc0984e2 100644 --- a/clients/client-chime-sdk-media-pipelines/package.json +++ b/clients/client-chime-sdk-media-pipelines/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelines.ts b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelines.ts index bee9e290c999..ee59a5485a8f 100644 --- a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelines.ts +++ b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelines.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeSDKMediaPipelinesClient, ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient"; import { diff --git a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts index 62fcdc47f94e..7631fcb59e19 100644 --- a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts +++ b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -183,7 +181,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -292,7 +290,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts index 109b0ed7c8e9..1f1f2fe31047 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts index 563eb339d7a4..035a0b358fa9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts index c4308449e651..9b63091de599 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts index dfac2d858f46..a0926f3f2a19 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts index 817153cc8ca2..385cdd151d1a 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts index 48dbfaaecf3a..44bbaf078875 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts index 737056df5f72..e228ccfe7c8d 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts index 816b9a53507a..f8c4c7c98fb9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts index 5b050ec74991..f33f6663e668 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts index 35aa68689abb..b7f71f346372 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts index 1b5558d5d810..653002754e6f 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts index 8233ad2ee7a1..14a1e8364000 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts index d2b8ce6bf87f..f1d44eab85c0 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts index 76ac2a282d20..365de0fe6615 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts index 6a9f41723099..377705aa5f63 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts index 6269fddc21fe..e1f872bb05f8 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts index 2bc36048194e..ed0e5d8cccd2 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts index 94eef3f4a547..12f91eb420fa 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts index 15fa06852ad1..3eb8206f4522 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMediaPipelinesClientResolvedConfig, diff --git a/clients/client-chime-sdk-media-pipelines/src/endpoint/EndpointParameters.ts b/clients/client-chime-sdk-media-pipelines/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime-sdk-media-pipelines/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime-sdk-media-pipelines/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime-sdk-media-pipelines/src/endpoint/endpointResolver.ts b/clients/client-chime-sdk-media-pipelines/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime-sdk-media-pipelines/src/endpoint/endpointResolver.ts +++ b/clients/client-chime-sdk-media-pipelines/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime-sdk-media-pipelines/src/endpoint/ruleset.ts b/clients/client-chime-sdk-media-pipelines/src/endpoint/ruleset.ts index dbb2e863ca14..77b1fbf63596 100644 --- a/clients/client-chime-sdk-media-pipelines/src/endpoint/ruleset.ts +++ b/clients/client-chime-sdk-media-pipelines/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts b/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts index 7e89419b746b..fa217bf6d9a6 100644 --- a/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts +++ b/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime-sdk-media-pipelines/src/models/models_0.ts b/clients/client-chime-sdk-media-pipelines/src/models/models_0.ts index 723e4d638f4a..dfb646bd7838 100644 --- a/clients/client-chime-sdk-media-pipelines/src/models/models_0.ts +++ b/clients/client-chime-sdk-media-pipelines/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException"; diff --git a/clients/client-chime-sdk-media-pipelines/src/pagination/Interfaces.ts b/clients/client-chime-sdk-media-pipelines/src/pagination/Interfaces.ts index f1e5dfd81849..824b9587054d 100644 --- a/clients/client-chime-sdk-media-pipelines/src/pagination/Interfaces.ts +++ b/clients/client-chime-sdk-media-pipelines/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient"; diff --git a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaCapturePipelinesPaginator.ts b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaCapturePipelinesPaginator.ts index 32b0dff117bc..30dd7667f71c 100644 --- a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaCapturePipelinesPaginator.ts +++ b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaCapturePipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient"; import { diff --git a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaInsightsPipelineConfigurationsPaginator.ts b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaInsightsPipelineConfigurationsPaginator.ts index d0b0a5f0825e..9ad9555dec72 100644 --- a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaInsightsPipelineConfigurationsPaginator.ts +++ b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaInsightsPipelineConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient"; import { diff --git a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaPipelinesPaginator.ts b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaPipelinesPaginator.ts index 9e1baefb2e17..349fd56c5af6 100644 --- a/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaPipelinesPaginator.ts +++ b/clients/client-chime-sdk-media-pipelines/src/pagination/ListMediaPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMediaPipelinesClient } from "../ChimeSDKMediaPipelinesClient"; import { diff --git a/clients/client-chime-sdk-media-pipelines/src/protocols/Aws_restJson1.ts b/clients/client-chime-sdk-media-pipelines/src/protocols/Aws_restJson1.ts index 84a43459833f..28f040daf75b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime-sdk-media-pipelines/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.browser.ts b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.browser.ts index 428883df5a89..7a9f8452d3a5 100644 --- a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.browser.ts +++ b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.shared.ts b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.shared.ts index 33ba751cc952..181efb313fc9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.shared.ts +++ b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.ts b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.ts index f7648751383c..8b15b5a9d7ac 100644 --- a/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.ts +++ b/clients/client-chime-sdk-media-pipelines/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime-sdk-meetings/package.json b/clients/client-chime-sdk-meetings/package.json index 8c2b38bb5471..775e8fd3a12e 100644 --- a/clients/client-chime-sdk-meetings/package.json +++ b/clients/client-chime-sdk-meetings/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetings.ts b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetings.ts index 22f54c13ccfa..bc23c2988839 100644 --- a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetings.ts +++ b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetings.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeSDKMeetingsClient, ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts index 32805bf2c670..6b0d415582e9 100644 --- a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts +++ b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts index cfd624744880..f467ef3fda54 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts index 54405b36ee3f..de2c00c4c2f0 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts index eee1bda58f9f..e7c5451c3dba 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts index 2c3b184d51d5..7cfa1012fbcf 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts index be6fcb879915..7c8f5f79e15a 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts index 207f5a97d203..dc7fecf58293 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { DeleteAttendeeRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts index dbaab520ce85..d7190811830a 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { DeleteMeetingRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts index 8523616bbecf..d2c83a4e07be 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { GetAttendeeRequest, GetAttendeeResponse, GetAttendeeResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts index b6d3ed96b3b1..d5258b6b1e55 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { GetMeetingRequest, GetMeetingResponse, GetMeetingResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts index d91859f845e5..59264bd7667c 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts index 014af7a682e4..1d1e76ebe173 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts index 59e794bf713f..6bfa6b1a6f53 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { StartMeetingTranscriptionRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts index aebd8975c3f5..b1448beb877f 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { StopMeetingTranscriptionRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts index d73486ca7f60..5b1193107108 100644 --- a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts index 613f2039ad86..ac8d15c7238a 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts index 1d6a5b25ef1d..de8a29114698 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/endpoint/EndpointParameters.ts b/clients/client-chime-sdk-meetings/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime-sdk-meetings/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime-sdk-meetings/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime-sdk-meetings/src/endpoint/endpointResolver.ts b/clients/client-chime-sdk-meetings/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime-sdk-meetings/src/endpoint/endpointResolver.ts +++ b/clients/client-chime-sdk-meetings/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime-sdk-meetings/src/endpoint/ruleset.ts b/clients/client-chime-sdk-meetings/src/endpoint/ruleset.ts index 5b6ea7fde785..d9f41b9650df 100644 --- a/clients/client-chime-sdk-meetings/src/endpoint/ruleset.ts +++ b/clients/client-chime-sdk-meetings/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts b/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts index bb29e2f47ea8..bcb0e5d3e084 100644 --- a/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts +++ b/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime-sdk-meetings/src/models/models_0.ts b/clients/client-chime-sdk-meetings/src/models/models_0.ts index 350d57d4fc0a..e4a87b036e84 100644 --- a/clients/client-chime-sdk-meetings/src/models/models_0.ts +++ b/clients/client-chime-sdk-meetings/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException"; diff --git a/clients/client-chime-sdk-meetings/src/pagination/Interfaces.ts b/clients/client-chime-sdk-meetings/src/pagination/Interfaces.ts index 8a30c6c73e4d..2a11544a7d1d 100644 --- a/clients/client-chime-sdk-meetings/src/pagination/Interfaces.ts +++ b/clients/client-chime-sdk-meetings/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient"; diff --git a/clients/client-chime-sdk-meetings/src/pagination/ListAttendeesPaginator.ts b/clients/client-chime-sdk-meetings/src/pagination/ListAttendeesPaginator.ts index 7e7551643a8d..1a3e36ed0092 100644 --- a/clients/client-chime-sdk-meetings/src/pagination/ListAttendeesPaginator.ts +++ b/clients/client-chime-sdk-meetings/src/pagination/ListAttendeesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient"; import { diff --git a/clients/client-chime-sdk-meetings/src/protocols/Aws_restJson1.ts b/clients/client-chime-sdk-meetings/src/protocols/Aws_restJson1.ts index 559e6cf120d7..627c4764c606 100644 --- a/clients/client-chime-sdk-meetings/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime-sdk-meetings/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-chime-sdk-meetings/src/runtimeConfig.browser.ts b/clients/client-chime-sdk-meetings/src/runtimeConfig.browser.ts index e4ef87d701e3..2705b0de461a 100644 --- a/clients/client-chime-sdk-meetings/src/runtimeConfig.browser.ts +++ b/clients/client-chime-sdk-meetings/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime-sdk-meetings/src/runtimeConfig.shared.ts b/clients/client-chime-sdk-meetings/src/runtimeConfig.shared.ts index ce6c30d78476..706f5ee207d6 100644 --- a/clients/client-chime-sdk-meetings/src/runtimeConfig.shared.ts +++ b/clients/client-chime-sdk-meetings/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime-sdk-meetings/src/runtimeConfig.ts b/clients/client-chime-sdk-meetings/src/runtimeConfig.ts index 981f5de7162f..a524ae411d8f 100644 --- a/clients/client-chime-sdk-meetings/src/runtimeConfig.ts +++ b/clients/client-chime-sdk-meetings/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json index ee7949df737c..9bc5b326b24e 100644 --- a/clients/client-chime-sdk-messaging/package.json +++ b/clients/client-chime-sdk-messaging/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-chime-sdk-messaging/src/ChimeSDKMessaging.ts b/clients/client-chime-sdk-messaging/src/ChimeSDKMessaging.ts index 38132c893191..e09a761a8028 100644 --- a/clients/client-chime-sdk-messaging/src/ChimeSDKMessaging.ts +++ b/clients/client-chime-sdk-messaging/src/ChimeSDKMessaging.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeSDKMessagingClient, ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts index 4c5bc9d20587..90e703974160 100644 --- a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts +++ b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -330,7 +328,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -439,7 +437,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts index 1637bb06293b..6866211ed6cd 100644 --- a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts index ba492e41d636..f23f86d5f2a3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts index bfffa27fe6fb..295621396562 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts index fa8b01f32de8..d04ce6c4df4e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts index 403c2cbdb49b..d2ba2274576c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts index 5e8c67f0b14b..341c4cd3e4ef 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts index 4e943173486d..3b61634fe707 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts index f9e4bac4fce5..f4e6456e9970 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts index 1f2b5553cf3d..51e2f113e397 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts index 798319b8ce07..8667138f88c3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts index fd6eeb35b0f0..1c327b6f2b53 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts index 77aeeae2da01..ff60979e240b 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts index 840d3c3113a0..3333b80a59c9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts index 3f5b6f143323..40463474217f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts index ed02fc9971c6..e13c745a9304 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts index 77744ad05286..a038d4615d46 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts index aaf106d198b3..a72b2a386eca 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts index 97465c29664c..85f6afa33c36 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts index b50c783baaad..74646463fec1 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 5fa42ecf52b1..d67aa504e3ab 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 08f7150bfdcf..b4c2375d56ae 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts index a753698cc985..026f3fefc230 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts index 868349f8e41f..96422aa8f022 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts index 0fc10be8800a..0b378e895510 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts index ca9192f0b347..90df64549397 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts index c30fec17bf80..23193e8d923e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts index 3e5c9b27bd98..93ec0298f897 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts index c315eb555364..6f58a9eb649a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts index 1acd9a3c5827..29921d79ba5c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts index 590a846a4338..b39c651eec3a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts index bd221662a27f..6d08ac0bd46e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index f965e7a5816c..ff170578e925 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts index 00903e08f087..a30fd5783bff 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts index 3a5f527354c1..1238dbb4dd10 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts index fad72f410dc2..fcccb26feb29 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts index dc133fa30a47..0b17fa86175d 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 5322f3fe7a43..518abf9a61fc 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts index 88865ae6148f..c30292e36612 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts index c3b4d38afc4a..4d70001eb7a0 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts index 2736886ca25b..27eff8e40c6f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts index c834e3014c91..11c8192ec24d 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts index 21d1a7828dd0..d5525004b0b6 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts index 4d7f8668dbbf..bf75f2ee005e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts index 2fb0efe2b3bc..b5b3ddf5ac90 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts index e81764433130..dd9f4c7d9d65 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts index 3fe31912efac..15a58e600d33 100644 --- a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts index a6f5a35c5ee1..76d599c3cad8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts index 7eb22f807066..bd8477ff7f13 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts index e5e87701be83..d99af7e5553f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts index 098e5e2780fa..0c443f8cf4b3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts index 705a448b933a..8a7428250b55 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, diff --git a/clients/client-chime-sdk-messaging/src/endpoint/EndpointParameters.ts b/clients/client-chime-sdk-messaging/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime-sdk-messaging/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime-sdk-messaging/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime-sdk-messaging/src/endpoint/endpointResolver.ts b/clients/client-chime-sdk-messaging/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime-sdk-messaging/src/endpoint/endpointResolver.ts +++ b/clients/client-chime-sdk-messaging/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime-sdk-messaging/src/endpoint/ruleset.ts b/clients/client-chime-sdk-messaging/src/endpoint/ruleset.ts index 32aaee89208d..10fdd65ea546 100644 --- a/clients/client-chime-sdk-messaging/src/endpoint/ruleset.ts +++ b/clients/client-chime-sdk-messaging/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts b/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts index a3200aaccd8b..241da34a93aa 100644 --- a/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts +++ b/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime-sdk-messaging/src/models/models_0.ts b/clients/client-chime-sdk-messaging/src/models/models_0.ts index 2b98ee5c83b5..6c878c210402 100644 --- a/clients/client-chime-sdk-messaging/src/models/models_0.ts +++ b/clients/client-chime-sdk-messaging/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException"; diff --git a/clients/client-chime-sdk-messaging/src/pagination/Interfaces.ts b/clients/client-chime-sdk-messaging/src/pagination/Interfaces.ts index ad745fc8e52e..4deeecff030f 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/Interfaces.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelBansPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelBansPaginator.ts index cd8c1c67e9e3..2a773de8c50d 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelBansPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelBansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelFlowsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelFlowsPaginator.ts index 7eceeebfa8a0..e5e507e34b58 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelFlowsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelFlowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts index c353c9617697..d56fa3c36a74 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsPaginator.ts index c6b9f7e8f25c..b253cf110bb3 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMessagesPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMessagesPaginator.ts index 88f967112cb4..abe8f4c234a7 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelMessagesPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelMessagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelModeratorsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelModeratorsPaginator.ts index 251fd5407f1e..2c4ffbfce774 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelModeratorsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelModeratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsAssociatedWithChannelFlowPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsAssociatedWithChannelFlowPaginator.ts index 00ff86b3513a..9fc057f5ce3c 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsAssociatedWithChannelFlowPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsAssociatedWithChannelFlowPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts index b54b28c5d53a..664a1367a33b 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsPaginator.ts index cf4c0fc92514..43d723c21cfc 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/ListSubChannelsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/ListSubChannelsPaginator.ts index 2935540fa818..9bd85d8a14d4 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/ListSubChannelsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/ListSubChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/pagination/SearchChannelsPaginator.ts b/clients/client-chime-sdk-messaging/src/pagination/SearchChannelsPaginator.ts index 488163fb53e1..6725ad0c4130 100644 --- a/clients/client-chime-sdk-messaging/src/pagination/SearchChannelsPaginator.ts +++ b/clients/client-chime-sdk-messaging/src/pagination/SearchChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKMessagingClient } from "../ChimeSDKMessagingClient"; import { diff --git a/clients/client-chime-sdk-messaging/src/protocols/Aws_restJson1.ts b/clients/client-chime-sdk-messaging/src/protocols/Aws_restJson1.ts index 7d33687871ad..9c533b1aa192 100644 --- a/clients/client-chime-sdk-messaging/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime-sdk-messaging/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-chime-sdk-messaging/src/runtimeConfig.browser.ts b/clients/client-chime-sdk-messaging/src/runtimeConfig.browser.ts index c1308d3f100a..b7483c830735 100644 --- a/clients/client-chime-sdk-messaging/src/runtimeConfig.browser.ts +++ b/clients/client-chime-sdk-messaging/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime-sdk-messaging/src/runtimeConfig.shared.ts b/clients/client-chime-sdk-messaging/src/runtimeConfig.shared.ts index 10cfe0bfdfd1..308d4e7f3c8d 100644 --- a/clients/client-chime-sdk-messaging/src/runtimeConfig.shared.ts +++ b/clients/client-chime-sdk-messaging/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime-sdk-messaging/src/runtimeConfig.ts b/clients/client-chime-sdk-messaging/src/runtimeConfig.ts index 16f3d782f093..be018d33b7a7 100644 --- a/clients/client-chime-sdk-messaging/src/runtimeConfig.ts +++ b/clients/client-chime-sdk-messaging/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime-sdk-voice/package.json b/clients/client-chime-sdk-voice/package.json index 0a9864147633..335e4e84db3c 100644 --- a/clients/client-chime-sdk-voice/package.json +++ b/clients/client-chime-sdk-voice/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-chime-sdk-voice/src/ChimeSDKVoice.ts b/clients/client-chime-sdk-voice/src/ChimeSDKVoice.ts index 970e0c1fa6f2..303f670335d3 100644 --- a/clients/client-chime-sdk-voice/src/ChimeSDKVoice.ts +++ b/clients/client-chime-sdk-voice/src/ChimeSDKVoice.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeSDKVoiceClient, ChimeSDKVoiceClientConfig } from "./ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts index 0404ff0070b5..0bda7832e59e 100644 --- a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts +++ b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -567,7 +565,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -676,7 +674,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 37a13dc27ff4..c6a2b623b5b4 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index c970f85950bc..a1fdbe529cb9 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts index 09b9ab8df052..83037c977667 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts index 23ed34a53572..beea6f0c32be 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts index f6a3ba4c7790..9fe35beba11e 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts index 2b73c347d406..b98e59a0713d 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts index f68a15caca1e..65a456742a5c 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts index 4581e254803a..8a4cb0203b2f 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts index a0309d85a367..b37175ebb3ea 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts index 190e23f020e0..0bdd99a55d99 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts index 8a637da26ed8..d40f9bd037dc 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts index 326ec04c65c6..1c744e050759 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts index d4c520557bc1..118966f7a004 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts index 2c3d1804482b..979b05ad9416 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeletePhoneNumberRequest, DeletePhoneNumberRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts index 53f0e41b6041..f3a2d96e2d46 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteProxySessionRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts index b8972e8e7e96..a25484379ef0 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteSipMediaApplicationRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts index 04ffb9499c1f..0d2a326752a3 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteSipRuleRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts index 188996a7949d..1ace40c6f871 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index b3601f6c854c..ab52a5dee333 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts index 8ba6d2c065a3..b008455c2c4e 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorGroupRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts index 32ad30185cb8..cf4c9157d6af 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts index 0df2262830b8..ca516f86eb46 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorProxyRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 5c6d62690e15..5f4617671e66 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorStreamingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts index bb2d3b649e5e..650feb7554b2 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceConnectorTerminationRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index f3fba7f145e0..00a200176618 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts index 224fc23541bf..344add6434d3 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceProfileRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts index c0e525597a6a..2236825e959e 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { DeleteVoiceProfileDomainRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index 26490e8bca1c..e965bece9fa7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 69251920526b..b0fb54fd12cf 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts index 09c47cc17f79..8e26cde84181 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetGlobalSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts index da53219efa32..8c3c65a08bd6 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts index 83e1c6b16202..e1b61b39348f 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts index f37986123bce..6ba22e01feb1 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetPhoneNumberSettingsResponse, GetPhoneNumberSettingsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts index c17573235fa6..665dd9871e22 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts index b0c39b8bcf93..cddb3fb35311 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts index 78df3bf14d94..0a850a800ac5 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index 1231246c5402..7366cb827bc9 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts index 4f06b1f671c7..b22b00d6a11e 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts index a2935146fe6b..6a0ab22bd606 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts index 87063229a978..2ad87bc8511b 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 861a4975aba8..8e2792325ab9 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts index 05b7c8cfe91b..de811f785b88 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 9d1092c637a2..3946c63eb6a1 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts index 823eb5c47c2a..65576df4dec2 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetVoiceConnectorOriginationRequest, GetVoiceConnectorOriginationResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts index 98b0855b8757..4557bf88ede3 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index d1272942539a..f29944dc0dde 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts index 5c01cb3a63a9..a8982e052a01 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index 5dfde950b2f7..3fbee8563c84 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts index f23db2fb3dbb..ba8b08bc8355 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts index ab1aa66defce..7b7c758d4d1d 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts index a14285ea0007..389c28670f36 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { GetVoiceToneAnalysisTaskRequest, GetVoiceToneAnalysisTaskResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts index 27b67ff7ced0..9a1332de0879 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { ListAvailableVoiceConnectorRegionsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts index dc3a6a493505..e9269066b4fe 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts index 11c23c354ecc..f0a1ff312ebc 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts index 02ea6543b6ee..f5d7cba22d36 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts index da127c13ec20..ce007c6e6af1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts index 06ac255b8641..5aabbde0a7b6 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index d89e72873172..575c5eed0e19 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts index 3f691832b672..d6e31f71e9c1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts index 239eb84e4aa4..d53dacc3b6c9 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index e2ab2977791f..085b0b454327 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts index 5bf31ab849aa..efcd32869b6c 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts index 86cefe585280..4f1701da578c 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts index 899c6ab903ba..f129ac0a4166 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts index 691af03330ef..47dfed491f9e 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 3b238696f6d7..dc324e111cda 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index d4990ace0f8f..1cd6af02fa49 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 53729af652b9..e2fb3f9e6890 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts index 95f247f8790e..2b9fe2813627 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { PutVoiceConnectorOriginationRequest, PutVoiceConnectorOriginationResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts index 5e7434c2d9be..8fcf40f838f9 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index a4ed0d8ed047..9b56685ad841 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts index ea515dc8dd9d..4aa7007423f5 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index da1aa6973856..ac923a923174 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts index 2542e6e51c1a..714497816fce 100644 --- a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts index 3d8e4e377ec5..bce2ec68bba6 100644 --- a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts index afef062bd094..fc56f65474fc 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts index daa38ee25987..7c2dd210888f 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { StartVoiceToneAnalysisTaskRequest, StartVoiceToneAnalysisTaskResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts index a0f63027831b..f1ada1f8bbf9 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { StopSpeakerSearchTaskRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts index 7c8e0b90ff54..dfe98fbf0ba1 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { StopVoiceToneAnalysisTaskRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts index 2ac09132487b..698097ec9525 100644 --- a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts index 7e93d654e09f..34b3e50d5b3a 100644 --- a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts index d1da53f9454e..5339c831622c 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { UpdateGlobalSettingsRequest } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts index cb9bdc4fb087..a1607af12971 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts index 576f96bcbfba..ce53e6b3b821 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts index 28873af3c57b..992c7d15af65 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts index ab54b712ea1d..e7ca96d408f1 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts index 4dffd60663e5..eb82425999b8 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts index 836555b466b0..ae21a9b25313 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts index 06ffee6fb577..0ae81a8c6bdd 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts index 633108a39cac..a1edda515f04 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_0"; diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts index de93f1c1f4aa..57c40c37e218 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts index 403c96fc5a6c..7bf51aebcdd4 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts index 33a01d2ce008..6978fd45c21d 100644 --- a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/endpoint/EndpointParameters.ts b/clients/client-chime-sdk-voice/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime-sdk-voice/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime-sdk-voice/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime-sdk-voice/src/endpoint/endpointResolver.ts b/clients/client-chime-sdk-voice/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime-sdk-voice/src/endpoint/endpointResolver.ts +++ b/clients/client-chime-sdk-voice/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime-sdk-voice/src/endpoint/ruleset.ts b/clients/client-chime-sdk-voice/src/endpoint/ruleset.ts index ca524a7bda90..da2946404a06 100644 --- a/clients/client-chime-sdk-voice/src/endpoint/ruleset.ts +++ b/clients/client-chime-sdk-voice/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts b/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts index 5e5fe5e9d839..917c1ee7c489 100644 --- a/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts +++ b/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime-sdk-voice/src/models/models_0.ts b/clients/client-chime-sdk-voice/src/models/models_0.ts index c183b00c3831..8e2ea328df8d 100644 --- a/clients/client-chime-sdk-voice/src/models/models_0.ts +++ b/clients/client-chime-sdk-voice/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeSDKVoiceServiceException as __BaseException } from "./ChimeSDKVoiceServiceException"; diff --git a/clients/client-chime-sdk-voice/src/pagination/Interfaces.ts b/clients/client-chime-sdk-voice/src/pagination/Interfaces.ts index 0532b8706287..80171802c665 100644 --- a/clients/client-chime-sdk-voice/src/pagination/Interfaces.ts +++ b/clients/client-chime-sdk-voice/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; diff --git a/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumberOrdersPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumberOrdersPaginator.ts index cc893c643dfd..73423c4bd424 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumberOrdersPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumberOrdersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumbersPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumbersPaginator.ts index f55e124f9ca5..5da1f61f158b 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumbersPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListPhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListProxySessionsPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListProxySessionsPaginator.ts index b67e416ad0fd..0868fe4e966c 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListProxySessionsPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListProxySessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListSipMediaApplicationsPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListSipMediaApplicationsPaginator.ts index fe20e5396f09..5f160b2775b1 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListSipMediaApplicationsPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListSipMediaApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListSipRulesPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListSipRulesPaginator.ts index 92e05d44f79a..cf353ba9862b 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListSipRulesPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListSipRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorGroupsPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorGroupsPaginator.ts index 6e2468f2a80d..253d3a49a4d2 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorGroupsPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorsPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorsPaginator.ts index 3de3bc197817..9e3b45932226 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorsPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListVoiceConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfileDomainsPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfileDomainsPaginator.ts index a12a9cca139a..a573bdb4d750 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfileDomainsPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfileDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfilesPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfilesPaginator.ts index 292283b15755..afd3bfafbc44 100644 --- a/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfilesPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/ListVoiceProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/pagination/SearchAvailablePhoneNumbersPaginator.ts b/clients/client-chime-sdk-voice/src/pagination/SearchAvailablePhoneNumbersPaginator.ts index 29b169468904..8fad377125d3 100644 --- a/clients/client-chime-sdk-voice/src/pagination/SearchAvailablePhoneNumbersPaginator.ts +++ b/clients/client-chime-sdk-voice/src/pagination/SearchAvailablePhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeSDKVoiceClient } from "../ChimeSDKVoiceClient"; import { diff --git a/clients/client-chime-sdk-voice/src/protocols/Aws_restJson1.ts b/clients/client-chime-sdk-voice/src/protocols/Aws_restJson1.ts index 22957b267f91..4406a295467a 100644 --- a/clients/client-chime-sdk-voice/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime-sdk-voice/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, diff --git a/clients/client-chime-sdk-voice/src/runtimeConfig.browser.ts b/clients/client-chime-sdk-voice/src/runtimeConfig.browser.ts index 5bd8230d46cb..1d6aa832f4a7 100644 --- a/clients/client-chime-sdk-voice/src/runtimeConfig.browser.ts +++ b/clients/client-chime-sdk-voice/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKVoiceClientConfig } from "./ChimeSDKVoiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime-sdk-voice/src/runtimeConfig.shared.ts b/clients/client-chime-sdk-voice/src/runtimeConfig.shared.ts index 6ba9a3f3c46c..a0974377a4df 100644 --- a/clients/client-chime-sdk-voice/src/runtimeConfig.shared.ts +++ b/clients/client-chime-sdk-voice/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeSDKVoiceClientConfig } from "./ChimeSDKVoiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime-sdk-voice/src/runtimeConfig.ts b/clients/client-chime-sdk-voice/src/runtimeConfig.ts index 07c646613f34..51c73e98b0db 100644 --- a/clients/client-chime-sdk-voice/src/runtimeConfig.ts +++ b/clients/client-chime-sdk-voice/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeSDKVoiceClientConfig } from "./ChimeSDKVoiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index acdb8abc3bb6..fbde20596ec1 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-chime/src/Chime.ts b/clients/client-chime/src/Chime.ts index fc85bde9a376..5238c98d4156 100644 --- a/clients/client-chime/src/Chime.ts +++ b/clients/client-chime/src/Chime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ChimeClient, ChimeClientConfig } from "./ChimeClient"; import { diff --git a/clients/client-chime/src/ChimeClient.ts b/clients/client-chime/src/ChimeClient.ts index 8d01df98190e..0fe20f4ee130 100644 --- a/clients/client-chime/src/ChimeClient.ts +++ b/clients/client-chime/src/ChimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -999,7 +997,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -1108,7 +1106,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts index 811c5165e7d2..c400e902846d 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 2bfb8a94bfd9..d3afcf6e8c3c 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index a46c48265e6b..961c348b8b8e 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts index b6493e648cea..1144dd7df5bd 100644 --- a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +++ b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index bcb764d8cd1e..6b34058f7c5e 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index 1766d90c1864..ebc41b895ed7 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts index 19313304de59..497a0b918161 100644 --- a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { BatchCreateRoomMembershipRequest, BatchCreateRoomMembershipResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts index 39109cb03834..4a58b9cf567e 100644 --- a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts index 619ba6ab657d..e34106cbaa1f 100644 --- a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { BatchSuspendUserRequest, BatchSuspendUserResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts index 2a738f15ed3f..d5ca8c579e04 100644 --- a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts index ebca2026fed6..a89621d1a041 100644 --- a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts index 547091b67751..f9746e0ff690 100644 --- a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateAccountCommand.ts b/clients/client-chime/src/commands/CreateAccountCommand.ts index b7b41f66b6f9..89f56d3f9dd3 100644 --- a/clients/client-chime/src/commands/CreateAccountCommand.ts +++ b/clients/client-chime/src/commands/CreateAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index 2749f897f52f..89218480af34 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index 7e0a1c4ebad6..03b75b087456 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index 60f6c1ff6c6e..99bad3fce296 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index d0188f350d9e..9264481d0067 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateBotCommand.ts b/clients/client-chime/src/commands/CreateBotCommand.ts index bdacc334f232..ba6aba276986 100644 --- a/clients/client-chime/src/commands/CreateBotCommand.ts +++ b/clients/client-chime/src/commands/CreateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts index fedcb877b714..4f6f3bd37c58 100644 --- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts index 84daa0056ac9..ac9dc442b24f 100644 --- a/clients/client-chime/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts index a5186d599bb0..1b659f36a6c6 100644 --- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index 6bded173d0a9..19a639e4a378 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts index 33334bb0b0b7..e64ad8a6d590 100644 --- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index f819558f7b1e..30df7c76c313 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts index 1a766e8d88ed..406d1ec67a35 100644 --- a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts index be28e195923a..582f92315bde 100644 --- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts index ba952d899218..5e3ecfb64b0b 100644 --- a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts index 056a9ee5207c..0005d03de10b 100644 --- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateRoomCommand.ts b/clients/client-chime/src/commands/CreateRoomCommand.ts index 243bcc44073b..f35bb1c3affd 100644 --- a/clients/client-chime/src/commands/CreateRoomCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts index ae874a367c10..0941937905c7 100644 --- a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index e552aa8428ed..158bcfd4f1a9 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index 33fafd2a6aa4..6ea32f4a609b 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index c025346f7567..d4ff723ab348 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/CreateUserCommand.ts b/clients/client-chime/src/commands/CreateUserCommand.ts index 19af6d2fd0d9..fab6df5bd916 100644 --- a/clients/client-chime/src/commands/CreateUserCommand.ts +++ b/clients/client-chime/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index 75f0533b4ad6..fc326046e525 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts index aa2761a59421..916cdb7bb616 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAccountCommand.ts b/clients/client-chime/src/commands/DeleteAccountCommand.ts index 9f9ea8a01490..58b1679e397f 100644 --- a/clients/client-chime/src/commands/DeleteAccountCommand.ts +++ b/clients/client-chime/src/commands/DeleteAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAccountRequest, DeleteAccountResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts index e53803779848..6a52f2005157 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAppInstanceAdminRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index f4c4e08731f7..abd615304b46 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAppInstanceRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 107fbd086041..978956f767f3 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAppInstanceStreamingConfigurationsRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index f8c34b0d3326..dcf3e4aa7b1c 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAppInstanceUserRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index 2d455f04442f..dffd64435da4 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteAttendeeRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts index 1a6a5041905d..f5e88c493e37 100644 --- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteChannelBanRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 19ae19b2af02..27123a3374e0 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteChannelRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index 2eab07504cb2..db90fdf3b82d 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteChannelMembershipRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index 3b2a27eea5c6..886696ac832f 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteChannelMessageRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts index 62b6253d2621..4b55b0575f49 100644 --- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteChannelModeratorRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts index 99b8f926ca82..b807bc797427 100644 --- a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteEventsConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index 0135175eaf3c..23386d36159c 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteMediaCapturePipelineRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index a5c9de0f32df..88c0257a2148 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteMeetingRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts index 9f9ac5dca977..533eb323891c 100644 --- a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeletePhoneNumberRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts index d946e63309eb..5a9b85b1de28 100644 --- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteProxySessionRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteRoomCommand.ts b/clients/client-chime/src/commands/DeleteRoomCommand.ts index a69cfae1b1e5..8cba18cc9a2c 100644 --- a/clients/client-chime/src/commands/DeleteRoomCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteRoomRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts index 9802c5d48727..76b6686fd760 100644 --- a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteRoomMembershipRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index 74f9263a2928..89edfb6f3820 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteSipMediaApplicationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index c38b9ed640f8..344e9be88b50 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteSipRuleRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index a50c09ef445c..6a72f250ffae 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index d2d6f6bc892c..8d615638e116 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorEmergencyCallingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 9e18d0e2dafa..b9b7e922849e 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorGroupRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts index d3e3e55ba336..0f428968e5d9 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorOriginationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index 5ce1b8149792..345e93dcdfed 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorProxyRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 58ae7d387701..b904d7112f8f 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorStreamingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index ebbd13e6215a..78a135410e0d 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DeleteVoiceConnectorTerminationRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index f0f1754aa2d0..b774a4ec3420 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index ed31e5c4a5ad..100ba1bd4e80 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index dabab030f1d6..b7ce87b1edc0 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index fc98cbec365e..ee29b7bb7289 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index b9bf1eca66cb..486f0ac83947 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index 4afb6e7b1fce..688166f56ca8 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index 264b8345e140..b3110a4ea1a5 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index e1bfc2905e06..941a125edb33 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 33f79e41e3ea..e4b9812e3597 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index 5d1aad5f00e1..747b987d2450 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts index f190a9f06d10..6d38182e0fd6 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { DisassociatePhoneNumberFromUserRequest, DisassociatePhoneNumberFromUserResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index fd32b9b62a33..ee3d56a77308 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 2a01fcc0b0f1..f7ab71adc569 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts index 985e285e6443..c5918880c3ec 100644 --- a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +++ b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetAccountCommand.ts b/clients/client-chime/src/commands/GetAccountCommand.ts index 32b268a85bd1..8eb8290faac5 100644 --- a/clients/client-chime/src/commands/GetAccountCommand.ts +++ b/clients/client-chime/src/commands/GetAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetAccountRequest, GetAccountResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts index d3c53c4fb142..99f1035bdf31 100644 --- a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 4f78cf99c867..e7ff94a50714 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index c4b7be053725..8bb414bc1cd5 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index edbf2a2e6d4e..ff447cc1ac01 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetAttendeeRequest, GetAttendeeResponse, GetAttendeeResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetBotCommand.ts b/clients/client-chime/src/commands/GetBotCommand.ts index 9653b88e7129..1e6b81ded278 100644 --- a/clients/client-chime/src/commands/GetBotCommand.ts +++ b/clients/client-chime/src/commands/GetBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetBotRequest, GetBotResponse, GetBotResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts index 9c9961cb4501..9b5310657ad6 100644 --- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts index 0c48b9cdd378..56ae7f8ef2ef 100644 --- a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts index 614b8f1052c3..32523022431e 100644 --- a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetGlobalSettingsResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index c30ffb05c202..a34a089ba58c 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index 98427be6e927..d447a26b8d5f 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetMeetingRequest, GetMeetingResponse, GetMeetingResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts index 82c3b72597d8..517e804ecab3 100644 --- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts index cf5f78abfbc4..c3fc9c8bd2c6 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts index 473c1372d03d..59a9085f1316 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts index be6cfeda2c65..d0de6437df27 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetPhoneNumberSettingsResponse, GetPhoneNumberSettingsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index 6e3c7995ede9..c4598b281a2d 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts index d929ea336adb..b70ea737fe46 100644 --- a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetRetentionSettingsRequest } from "../models/models_0"; diff --git a/clients/client-chime/src/commands/GetRoomCommand.ts b/clients/client-chime/src/commands/GetRoomCommand.ts index f4ad6b4e86d1..eb5ebd5d7a58 100644 --- a/clients/client-chime/src/commands/GetRoomCommand.ts +++ b/clients/client-chime/src/commands/GetRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetRoomRequest, GetRoomResponse, GetRoomResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index d8dce287dda4..541ebc8e5d60 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index b6ebec96d2c8..b69b34be3829 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index 094e1a6e35e1..8fe7f9330b4a 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetUserCommand.ts b/clients/client-chime/src/commands/GetUserCommand.ts index ce497defbcb3..d137987d578b 100644 --- a/clients/client-chime/src/commands/GetUserCommand.ts +++ b/clients/client-chime/src/commands/GetUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetUserRequest, GetUserResponse, GetUserResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetUserSettingsCommand.ts b/clients/client-chime/src/commands/GetUserSettingsCommand.ts index 9c031865dc2c..72cae606bb2f 100644 --- a/clients/client-chime/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index d08773f5be4d..e9184de992fb 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 6c5337dc7087..bd88a6ba0aaf 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index ff331e60b2d1..0c06b65c9efc 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 0ab298868499..9a4ed8fc8af9 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index a738def0e3dd..be7ce74466e9 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { GetVoiceConnectorOriginationRequest, GetVoiceConnectorOriginationResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index 8bfbe976c87e..e0439b185018 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index c21f10e311b5..c1869734b4c4 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts index c9cb8b982119..b123f525ce77 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index ad460e15631a..0ff15e260590 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/InviteUsersCommand.ts b/clients/client-chime/src/commands/InviteUsersCommand.ts index e6263c3f84bf..a9f32dd432c0 100644 --- a/clients/client-chime/src/commands/InviteUsersCommand.ts +++ b/clients/client-chime/src/commands/InviteUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListAccountsCommand.ts b/clients/client-chime/src/commands/ListAccountsCommand.ts index 2a8fc1a356d5..4a14590a49f9 100644 --- a/clients/client-chime/src/commands/ListAccountsCommand.ts +++ b/clients/client-chime/src/commands/ListAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListAccountsRequest, ListAccountsRequestFilterSensitiveLog, ListAccountsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts index bd952a85e6d0..ae130ac9f14d 100644 --- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index b17997ecf932..52d6aefa8f34 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts index 0a75fb0513a6..45d76955a701 100644 --- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index 13dd72d95c9e..da44fb5f97ab 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index 0d0af69a2e62..17bfb9d7251e 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListBotsCommand.ts b/clients/client-chime/src/commands/ListBotsCommand.ts index 1f41c646ffee..67e90ffd5220 100644 --- a/clients/client-chime/src/commands/ListBotsCommand.ts +++ b/clients/client-chime/src/commands/ListBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListBotsRequest, ListBotsResponse, ListBotsResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts index ac9bd174c2b8..9430ba7e5e87 100644 --- a/clients/client-chime/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index 5ecfbe93e2c9..17514a7de67e 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index d4f40d29ae4d..93316b0f539d 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index aefc181c12f8..892fbc48acd4 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts index cea98803a727..d6847533a207 100644 --- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index 9a6367184833..37856915b694 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 73044b3a3539..9cfb0d8471af 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index c914592b86c5..2516413e767a 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index 4dbd5d12fa5b..6a10e6e518bf 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index 1692538bf0bc..3775b4155f11 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListMeetingsRequest, ListMeetingsResponse, ListMeetingsResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts index 00f0770d7b06..5868411b0476 100644 --- a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts index a31d480dff68..21ae09dc73ac 100644 --- a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index 749f794a9d65..797ddd5df28e 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts index 8e91521cfdd9..9b0094cef714 100644 --- a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListRoomsCommand.ts b/clients/client-chime/src/commands/ListRoomsCommand.ts index 91b5758e10d6..aad0ace8261d 100644 --- a/clients/client-chime/src/commands/ListRoomsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListRoomsRequest, ListRoomsResponse, ListRoomsResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index 3a2de9892ead..f4b115ebb43f 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index b9121863cf2d..b59192601fb1 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index 7d85b26e21c9..25d856dfc8d6 100644 --- a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index f034f8b0c37b..528b0b29742a 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListUsersCommand.ts b/clients/client-chime/src/commands/ListUsersCommand.ts index 0bfd0160ced7..9c5a59c6e4b4 100644 --- a/clients/client-chime/src/commands/ListUsersCommand.ts +++ b/clients/client-chime/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index 2a6ec0e16175..39daae9433db 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index bbc834393cee..d46ba138ea27 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index b67451dd34c9..8c211faa804f 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/LogoutUserCommand.ts b/clients/client-chime/src/commands/LogoutUserCommand.ts index 3c42a36d9677..d6edd268b5b8 100644 --- a/clients/client-chime/src/commands/LogoutUserCommand.ts +++ b/clients/client-chime/src/commands/LogoutUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { LogoutUserRequest, LogoutUserResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index d40a64d4a203..ee49b4e7d2b9 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index 0caeea9456ed..3a416ae61915 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts index ca4c92166510..c9feb4205700 100644 --- a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts index 68462c087809..fda26366b08e 100644 --- a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 1344b216c0c3..f7424ec06113 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 9049ef7f7624..9ca76fb22c99 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 8cf359955530..2cd99827829d 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index 0d1e07638cf7..7d541fcc3016 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { PutVoiceConnectorOriginationRequest, PutVoiceConnectorOriginationResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index d2da661caa19..8bdf9c925687 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index f6b72e5bc9b2..1451686d7b63 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts index c3645921f2c6..c69b4c89b5a9 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index f1d34ee76517..c183e5f3799e 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index a4b9317b92dc..7044555e6f05 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts index bab28fbd47d6..e1dbac28979c 100644 --- a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts index a8a5b94f604f..8942bee172c8 100644 --- a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts index 243f3dd7fc05..60b75404a8e6 100644 --- a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts +++ b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts index 8ae0aa77b096..6ab12d0fe51a 100644 --- a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts +++ b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts index 76c8a97242d3..27746b888937 100644 --- a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts index 5aa86a64075c..45addc688624 100644 --- a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index 3bf1eb9dfcb0..b0be25f5a0b6 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index ed178ef4b16c..5dba62069168 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { StartMeetingTranscriptionRequest, StartMeetingTranscriptionResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts index 6ce04a4ae3ef..b456699a3ac1 100644 --- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { StopMeetingTranscriptionRequest, StopMeetingTranscriptionResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index 615f2a05e87c..65df5fd55f9a 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { TagAttendeeRequest, TagAttendeeRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index 5157ee3d9acf..8ca92e78ef51 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { TagMeetingRequest, TagMeetingRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index 25e491a6ab3c..bb0832969289 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index b25c428619da..aeb70459e170 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UntagAttendeeRequest, UntagAttendeeRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index 867a82140197..c6aac839e86f 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UntagMeetingRequest, UntagMeetingRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index a88415a522c5..898632c72138 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateAccountCommand.ts b/clients/client-chime/src/commands/UpdateAccountCommand.ts index ecaef430c98c..879ef6752e91 100644 --- a/clients/client-chime/src/commands/UpdateAccountCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateAccountRequest, UpdateAccountResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts index cb7a8411b507..68c19a7be32b 100644 --- a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index eb5ed9ea5fed..0b0318f6fb45 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index c008a4489339..77f515988d1c 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateBotCommand.ts b/clients/client-chime/src/commands/UpdateBotCommand.ts index 952c0eddd777..89879e09bc87 100644 --- a/clients/client-chime/src/commands/UpdateBotCommand.ts +++ b/clients/client-chime/src/commands/UpdateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateBotRequest, UpdateBotResponse, UpdateBotResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index a4320774b35a..3404e31f29e2 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts index a34cfd62931f..7d398b0c70cc 100644 --- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index a6e43b44a357..d5156870c959 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts index cc516c5376e8..4640fa8b0195 100644 --- a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateGlobalSettingsRequest } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts index 088bbff212de..94441fff0cc9 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts index dcc9cda6bb84..8a41402fe5f3 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index dd8466a35ad9..06de79b3b8d9 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateRoomCommand.ts b/clients/client-chime/src/commands/UpdateRoomCommand.ts index 4e2a49b2b4c2..10510bda00b2 100644 --- a/clients/client-chime/src/commands/UpdateRoomCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts index 7ed21414b403..34a66cf98743 100644 --- a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index 136361ec2872..0b2926d81a12 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index e90b0871e128..788b7eaaabf5 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index cb3c015df7a0..1cb3b84a25eb 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateUserCommand.ts b/clients/client-chime/src/commands/UpdateUserCommand.ts index 9283b488db19..d4a86b5dca1c 100644 --- a/clients/client-chime/src/commands/UpdateUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts index 74fbbc52c095..0ebbaeac6e4a 100644 --- a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateUserSettingsRequest } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index 72e37460289a..10de244e0ba0 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 7ba39f7f545e..a1beac10c8e0 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_1"; diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index e163aa7ca733..189d1b162e21 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/endpoint/EndpointParameters.ts b/clients/client-chime/src/endpoint/EndpointParameters.ts index d159b8f1de8f..d5aaa3362ab0 100644 --- a/clients/client-chime/src/endpoint/EndpointParameters.ts +++ b/clients/client-chime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-chime/src/endpoint/endpointResolver.ts b/clients/client-chime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-chime/src/endpoint/endpointResolver.ts +++ b/clients/client-chime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-chime/src/endpoint/ruleset.ts b/clients/client-chime/src/endpoint/ruleset.ts index b52cf5f24ac7..b268215edbef 100644 --- a/clients/client-chime/src/endpoint/ruleset.ts +++ b/clients/client-chime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-chime/src/models/ChimeServiceException.ts b/clients/client-chime/src/models/ChimeServiceException.ts index db1f1941fa52..4a62a5000e2d 100644 --- a/clients/client-chime/src/models/ChimeServiceException.ts +++ b/clients/client-chime/src/models/ChimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-chime/src/models/models_0.ts b/clients/client-chime/src/models/models_0.ts index d6cb10b7b1d8..5af7f4abf282 100644 --- a/clients/client-chime/src/models/models_0.ts +++ b/clients/client-chime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ChimeServiceException as __BaseException } from "./ChimeServiceException"; diff --git a/clients/client-chime/src/models/models_1.ts b/clients/client-chime/src/models/models_1.ts index 1765fa224ce9..767fbc1a9ac8 100644 --- a/clients/client-chime/src/models/models_1.ts +++ b/clients/client-chime/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { Account, diff --git a/clients/client-chime/src/pagination/Interfaces.ts b/clients/client-chime/src/pagination/Interfaces.ts index aeda38575a5d..26417556b319 100644 --- a/clients/client-chime/src/pagination/Interfaces.ts +++ b/clients/client-chime/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; diff --git a/clients/client-chime/src/pagination/ListAccountsPaginator.ts b/clients/client-chime/src/pagination/ListAccountsPaginator.ts index c2b7be0c03d4..bf9fee7b0363 100644 --- a/clients/client-chime/src/pagination/ListAccountsPaginator.ts +++ b/clients/client-chime/src/pagination/ListAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListAppInstanceAdminsPaginator.ts b/clients/client-chime/src/pagination/ListAppInstanceAdminsPaginator.ts index 69ff588f9991..813143706536 100644 --- a/clients/client-chime/src/pagination/ListAppInstanceAdminsPaginator.ts +++ b/clients/client-chime/src/pagination/ListAppInstanceAdminsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListAppInstanceUsersPaginator.ts b/clients/client-chime/src/pagination/ListAppInstanceUsersPaginator.ts index 6fcf1a08edb0..cf9b13f7c0b3 100644 --- a/clients/client-chime/src/pagination/ListAppInstanceUsersPaginator.ts +++ b/clients/client-chime/src/pagination/ListAppInstanceUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListAppInstancesPaginator.ts b/clients/client-chime/src/pagination/ListAppInstancesPaginator.ts index 6df5ab450f3d..993169cb5671 100644 --- a/clients/client-chime/src/pagination/ListAppInstancesPaginator.ts +++ b/clients/client-chime/src/pagination/ListAppInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListAttendeesPaginator.ts b/clients/client-chime/src/pagination/ListAttendeesPaginator.ts index 5a71935c26b9..f187b9f1bbac 100644 --- a/clients/client-chime/src/pagination/ListAttendeesPaginator.ts +++ b/clients/client-chime/src/pagination/ListAttendeesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListBotsPaginator.ts b/clients/client-chime/src/pagination/ListBotsPaginator.ts index b7144104a557..3c8c0fc90e89 100644 --- a/clients/client-chime/src/pagination/ListBotsPaginator.ts +++ b/clients/client-chime/src/pagination/ListBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { ListBotsCommand, ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand"; diff --git a/clients/client-chime/src/pagination/ListChannelBansPaginator.ts b/clients/client-chime/src/pagination/ListChannelBansPaginator.ts index 123259465d67..d51c5ec59e49 100644 --- a/clients/client-chime/src/pagination/ListChannelBansPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelBansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts b/clients/client-chime/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts index bd051386958e..46de9974108f 100644 --- a/clients/client-chime/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelMembershipsPaginator.ts b/clients/client-chime/src/pagination/ListChannelMembershipsPaginator.ts index cb253d11c56f..2d7c935fe8b7 100644 --- a/clients/client-chime/src/pagination/ListChannelMembershipsPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelMessagesPaginator.ts b/clients/client-chime/src/pagination/ListChannelMessagesPaginator.ts index 6170b4271ba1..f3cc0943d9e8 100644 --- a/clients/client-chime/src/pagination/ListChannelMessagesPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelMessagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelModeratorsPaginator.ts b/clients/client-chime/src/pagination/ListChannelModeratorsPaginator.ts index 58722d3b5667..ff5be22a7366 100644 --- a/clients/client-chime/src/pagination/ListChannelModeratorsPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelModeratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts b/clients/client-chime/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts index 0c986a7185ae..0ccbb1054b14 100644 --- a/clients/client-chime/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListChannelsPaginator.ts b/clients/client-chime/src/pagination/ListChannelsPaginator.ts index 615fdce3aa14..bbf5ed2bdf89 100644 --- a/clients/client-chime/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-chime/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListMediaCapturePipelinesPaginator.ts b/clients/client-chime/src/pagination/ListMediaCapturePipelinesPaginator.ts index 6437e047ef8e..a677a370a25f 100644 --- a/clients/client-chime/src/pagination/ListMediaCapturePipelinesPaginator.ts +++ b/clients/client-chime/src/pagination/ListMediaCapturePipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListMeetingsPaginator.ts b/clients/client-chime/src/pagination/ListMeetingsPaginator.ts index 730817e7b53b..d309cb0155ec 100644 --- a/clients/client-chime/src/pagination/ListMeetingsPaginator.ts +++ b/clients/client-chime/src/pagination/ListMeetingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListPhoneNumberOrdersPaginator.ts b/clients/client-chime/src/pagination/ListPhoneNumberOrdersPaginator.ts index a4fba22c850f..de4de01b5800 100644 --- a/clients/client-chime/src/pagination/ListPhoneNumberOrdersPaginator.ts +++ b/clients/client-chime/src/pagination/ListPhoneNumberOrdersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListPhoneNumbersPaginator.ts b/clients/client-chime/src/pagination/ListPhoneNumbersPaginator.ts index c3a13e2aa021..3456b13f46bf 100644 --- a/clients/client-chime/src/pagination/ListPhoneNumbersPaginator.ts +++ b/clients/client-chime/src/pagination/ListPhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListProxySessionsPaginator.ts b/clients/client-chime/src/pagination/ListProxySessionsPaginator.ts index 36ea97aaac9b..5ca8d63fc00a 100644 --- a/clients/client-chime/src/pagination/ListProxySessionsPaginator.ts +++ b/clients/client-chime/src/pagination/ListProxySessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListRoomMembershipsPaginator.ts b/clients/client-chime/src/pagination/ListRoomMembershipsPaginator.ts index 66014debbff1..b57ec14635f5 100644 --- a/clients/client-chime/src/pagination/ListRoomMembershipsPaginator.ts +++ b/clients/client-chime/src/pagination/ListRoomMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListRoomsPaginator.ts b/clients/client-chime/src/pagination/ListRoomsPaginator.ts index e409b51d0146..040df49c7710 100644 --- a/clients/client-chime/src/pagination/ListRoomsPaginator.ts +++ b/clients/client-chime/src/pagination/ListRoomsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { ListRoomsCommand, ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand"; diff --git a/clients/client-chime/src/pagination/ListSipMediaApplicationsPaginator.ts b/clients/client-chime/src/pagination/ListSipMediaApplicationsPaginator.ts index 32fccb6d9b31..90ae34bb1701 100644 --- a/clients/client-chime/src/pagination/ListSipMediaApplicationsPaginator.ts +++ b/clients/client-chime/src/pagination/ListSipMediaApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListSipRulesPaginator.ts b/clients/client-chime/src/pagination/ListSipRulesPaginator.ts index 607f1d173e94..76fe131e18b1 100644 --- a/clients/client-chime/src/pagination/ListSipRulesPaginator.ts +++ b/clients/client-chime/src/pagination/ListSipRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListUsersPaginator.ts b/clients/client-chime/src/pagination/ListUsersPaginator.ts index 9af8978c301a..812af1fbc04d 100644 --- a/clients/client-chime/src/pagination/ListUsersPaginator.ts +++ b/clients/client-chime/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; diff --git a/clients/client-chime/src/pagination/ListVoiceConnectorGroupsPaginator.ts b/clients/client-chime/src/pagination/ListVoiceConnectorGroupsPaginator.ts index e762a5c663d0..3753206c46c6 100644 --- a/clients/client-chime/src/pagination/ListVoiceConnectorGroupsPaginator.ts +++ b/clients/client-chime/src/pagination/ListVoiceConnectorGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/ListVoiceConnectorsPaginator.ts b/clients/client-chime/src/pagination/ListVoiceConnectorsPaginator.ts index 4bc95512349f..f3a924941a17 100644 --- a/clients/client-chime/src/pagination/ListVoiceConnectorsPaginator.ts +++ b/clients/client-chime/src/pagination/ListVoiceConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/pagination/SearchAvailablePhoneNumbersPaginator.ts b/clients/client-chime/src/pagination/SearchAvailablePhoneNumbersPaginator.ts index d0de965ae12c..1f6f7a7e58e2 100644 --- a/clients/client-chime/src/pagination/SearchAvailablePhoneNumbersPaginator.ts +++ b/clients/client-chime/src/pagination/SearchAvailablePhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ChimeClient } from "../ChimeClient"; import { diff --git a/clients/client-chime/src/protocols/Aws_restJson1.ts b/clients/client-chime/src/protocols/Aws_restJson1.ts index 7bfa0f81ad53..716325e22d62 100644 --- a/clients/client-chime/src/protocols/Aws_restJson1.ts +++ b/clients/client-chime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,14 +21,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-chime/src/runtimeConfig.browser.ts b/clients/client-chime/src/runtimeConfig.browser.ts index 0ce4f44ed235..6a065922ed0b 100644 --- a/clients/client-chime/src/runtimeConfig.browser.ts +++ b/clients/client-chime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeClientConfig } from "./ChimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-chime/src/runtimeConfig.shared.ts b/clients/client-chime/src/runtimeConfig.shared.ts index f572ca34d5e0..6d4ba251e2eb 100644 --- a/clients/client-chime/src/runtimeConfig.shared.ts +++ b/clients/client-chime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ChimeClientConfig } from "./ChimeClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-chime/src/runtimeConfig.ts b/clients/client-chime/src/runtimeConfig.ts index c7676a30f24b..9f3515227948 100644 --- a/clients/client-chime/src/runtimeConfig.ts +++ b/clients/client-chime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ChimeClientConfig } from "./ChimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cleanrooms/package.json b/clients/client-cleanrooms/package.json index e7f07bcae87d..3b9a3669943c 100644 --- a/clients/client-cleanrooms/package.json +++ b/clients/client-cleanrooms/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cleanrooms/src/CleanRooms.ts b/clients/client-cleanrooms/src/CleanRooms.ts index fe461bbce1de..39ce49894776 100644 --- a/clients/client-cleanrooms/src/CleanRooms.ts +++ b/clients/client-cleanrooms/src/CleanRooms.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CleanRoomsClient, CleanRoomsClientConfig } from "./CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/CleanRoomsClient.ts b/clients/client-cleanrooms/src/CleanRoomsClient.ts index 3bbcc4fc1287..f3aee902fc4e 100644 --- a/clients/client-cleanrooms/src/CleanRoomsClient.ts +++ b/clients/client-cleanrooms/src/CleanRoomsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand"; @@ -255,7 +253,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -364,7 +362,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts index 5c87de92ed0d..6e9a14f5260b 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { BatchGetSchemaInput, BatchGetSchemaOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts index 967f7ee95568..392823306ca0 100644 --- a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { CreateCollaborationInput, CreateCollaborationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts index e0d2f1e5bdbd..3576cc90e925 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { CreateConfiguredTableAnalysisRuleInput, CreateConfiguredTableAnalysisRuleOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts index 555ec6ebf3b1..40effd6347ee 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { CreateConfiguredTableAssociationInput, CreateConfiguredTableAssociationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts index 4666f72e595f..96aa12f1c80f 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { CreateConfiguredTableInput, CreateConfiguredTableOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts index 6b7e1d7c6b15..40e773b74cf5 100644 --- a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts index 37c9918f3f83..b1aa76ba9068 100644 --- a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteCollaborationInput, DeleteCollaborationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts index 5c328930b92b..aa84f12ece75 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteConfiguredTableAnalysisRuleInput, DeleteConfiguredTableAnalysisRuleOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts index 234751423639..766f1a1677f6 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteConfiguredTableAssociationInput, DeleteConfiguredTableAssociationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts index ea71f6d76bd6..32636f84e60f 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteConfiguredTableInput, DeleteConfiguredTableOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts index c66937fc0da5..cc8e8ebf2815 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts index ede3de692ed0..51fd5bb28851 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts index 8d09822cb5c5..b4a20a20317c 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts index 735336b2b5f0..b29761c46a59 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts index c64ba15761b9..89eabe9379c1 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts index e56aaed45ef0..7fa09092bb56 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts index 3bffae86badd..0db64c213c90 100644 --- a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetMembershipInput, GetMembershipOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts index 5c271e5780ae..e6f55ce8cd10 100644 --- a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts index 5d6234b1a419..79740a41c2e6 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetSchemaAnalysisRuleInput, GetSchemaAnalysisRuleOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts index 5e36f4dc4080..3cbbe171f24b 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { GetSchemaInput, GetSchemaOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts index bd7c8df89840..cfa0b92d9fb7 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListCollaborationsInput, ListCollaborationsOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts index 8ddad1cea4f2..4c269f294eaf 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListConfiguredTableAssociationsInput, ListConfiguredTableAssociationsOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts index f2bfd836e410..c62f60c89d9c 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListConfiguredTablesInput, ListConfiguredTablesOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts index 00fdbfb6b891..59fba32be86b 100644 --- a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListMembersInput, ListMembersOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts index 7e1ddf315dc2..0c2cbc924a2d 100644 --- a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListMembershipsInput, ListMembershipsOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts index a5f883b6c95c..92d15bd23628 100644 --- a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListProtectedQueriesInput, ListProtectedQueriesOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts index 76ff421b05ab..5f489a60329c 100644 --- a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListSchemasInput, ListSchemasOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts index 290c09148ab7..ae31ad84260a 100644 --- a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts index bf5c56c82a97..b55a85c9695f 100644 --- a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts index 6034c4a3053c..e866051633d1 100644 --- a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts index 07587e945776..0a74a3d74ee8 100644 --- a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts index 385978bb5baa..c41b9a4f5deb 100644 --- a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts index dc90eaad0422..f749e0170d5d 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UpdateConfiguredTableAnalysisRuleInput, UpdateConfiguredTableAnalysisRuleOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts index 256944787fe0..90daa7828c3d 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UpdateConfiguredTableAssociationInput, UpdateConfiguredTableAssociationOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts index 8938d8b205eb..c2f41a3471e4 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts index b6c4c208b8b2..9834f9632164 100644 --- a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0"; diff --git a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts index 79bf3fa8585e..766709c4fd09 100644 --- a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/endpoint/EndpointParameters.ts b/clients/client-cleanrooms/src/endpoint/EndpointParameters.ts index f93cfcb8bd20..524ec6e1f38d 100644 --- a/clients/client-cleanrooms/src/endpoint/EndpointParameters.ts +++ b/clients/client-cleanrooms/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cleanrooms/src/endpoint/endpointResolver.ts b/clients/client-cleanrooms/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cleanrooms/src/endpoint/endpointResolver.ts +++ b/clients/client-cleanrooms/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cleanrooms/src/endpoint/ruleset.ts b/clients/client-cleanrooms/src/endpoint/ruleset.ts index 22c31912fc1e..c5e1fc1d5ec1 100644 --- a/clients/client-cleanrooms/src/endpoint/ruleset.ts +++ b/clients/client-cleanrooms/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts b/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts index 65e37c444c7b..e8cef39c6546 100644 --- a/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts +++ b/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cleanrooms/src/models/models_0.ts b/clients/client-cleanrooms/src/models/models_0.ts index 9bd90789b281..896a402e1b81 100644 --- a/clients/client-cleanrooms/src/models/models_0.ts +++ b/clients/client-cleanrooms/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException"; diff --git a/clients/client-cleanrooms/src/pagination/Interfaces.ts b/clients/client-cleanrooms/src/pagination/Interfaces.ts index 6c50f29581da..21f968a6cf1e 100644 --- a/clients/client-cleanrooms/src/pagination/Interfaces.ts +++ b/clients/client-cleanrooms/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; diff --git a/clients/client-cleanrooms/src/pagination/ListCollaborationsPaginator.ts b/clients/client-cleanrooms/src/pagination/ListCollaborationsPaginator.ts index 1f093b889789..d4195747adba 100644 --- a/clients/client-cleanrooms/src/pagination/ListCollaborationsPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListCollaborationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/pagination/ListConfiguredTableAssociationsPaginator.ts b/clients/client-cleanrooms/src/pagination/ListConfiguredTableAssociationsPaginator.ts index a5516e76b723..8965c7f4ee12 100644 --- a/clients/client-cleanrooms/src/pagination/ListConfiguredTableAssociationsPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListConfiguredTableAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/pagination/ListConfiguredTablesPaginator.ts b/clients/client-cleanrooms/src/pagination/ListConfiguredTablesPaginator.ts index d16a2269b89e..a867a7ff7096 100644 --- a/clients/client-cleanrooms/src/pagination/ListConfiguredTablesPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListConfiguredTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/pagination/ListMembersPaginator.ts b/clients/client-cleanrooms/src/pagination/ListMembersPaginator.ts index 4e5579576746..21811aedaf81 100644 --- a/clients/client-cleanrooms/src/pagination/ListMembersPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; diff --git a/clients/client-cleanrooms/src/pagination/ListMembershipsPaginator.ts b/clients/client-cleanrooms/src/pagination/ListMembershipsPaginator.ts index 1325a8517512..56f1c77b7fef 100644 --- a/clients/client-cleanrooms/src/pagination/ListMembershipsPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/pagination/ListProtectedQueriesPaginator.ts b/clients/client-cleanrooms/src/pagination/ListProtectedQueriesPaginator.ts index af5bde44198d..d19aa1077c6f 100644 --- a/clients/client-cleanrooms/src/pagination/ListProtectedQueriesPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListProtectedQueriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { diff --git a/clients/client-cleanrooms/src/pagination/ListSchemasPaginator.ts b/clients/client-cleanrooms/src/pagination/ListSchemasPaginator.ts index dcd75a6cfb46..ee7f9b81cba1 100644 --- a/clients/client-cleanrooms/src/pagination/ListSchemasPaginator.ts +++ b/clients/client-cleanrooms/src/pagination/ListSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CleanRoomsClient } from "../CleanRoomsClient"; import { ListSchemasCommand, ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand"; diff --git a/clients/client-cleanrooms/src/protocols/Aws_restJson1.ts b/clients/client-cleanrooms/src/protocols/Aws_restJson1.ts index 0dddf6f27c4a..36db7e2d54ff 100644 --- a/clients/client-cleanrooms/src/protocols/Aws_restJson1.ts +++ b/clients/client-cleanrooms/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "../commands/BatchGetSchemaCommand"; import { diff --git a/clients/client-cleanrooms/src/runtimeConfig.browser.ts b/clients/client-cleanrooms/src/runtimeConfig.browser.ts index ffddc97988dc..7e8e07e7bb1e 100644 --- a/clients/client-cleanrooms/src/runtimeConfig.browser.ts +++ b/clients/client-cleanrooms/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CleanRoomsClientConfig } from "./CleanRoomsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cleanrooms/src/runtimeConfig.shared.ts b/clients/client-cleanrooms/src/runtimeConfig.shared.ts index aa56c7973578..ddda52f40304 100644 --- a/clients/client-cleanrooms/src/runtimeConfig.shared.ts +++ b/clients/client-cleanrooms/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CleanRoomsClientConfig } from "./CleanRoomsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cleanrooms/src/runtimeConfig.ts b/clients/client-cleanrooms/src/runtimeConfig.ts index bf7c6d02b6c8..7569d37b056d 100644 --- a/clients/client-cleanrooms/src/runtimeConfig.ts +++ b/clients/client-cleanrooms/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CleanRoomsClientConfig } from "./CleanRoomsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 4812494e4f2f..88d2a85826fb 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloud9/src/Cloud9.ts b/clients/client-cloud9/src/Cloud9.ts index e8746e339167..c987f9f6d472 100644 --- a/clients/client-cloud9/src/Cloud9.ts +++ b/clients/client-cloud9/src/Cloud9.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { Cloud9Client, Cloud9ClientConfig } from "./Cloud9Client"; import { diff --git a/clients/client-cloud9/src/Cloud9Client.ts b/clients/client-cloud9/src/Cloud9Client.ts index 1580bfb47c43..f7fcb3942ba8 100644 --- a/clients/client-cloud9/src/Cloud9Client.ts +++ b/clients/client-cloud9/src/Cloud9Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -144,7 +142,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -253,7 +251,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts index 5dccb63abec2..0e7c77f61901 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts index 6fcc82d7b413..470ab53e9215 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { CreateEnvironmentMembershipRequest, CreateEnvironmentMembershipResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts index 79c04756dd5f..69a613ad9508 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts index eec8729e4f93..43f4e7730784 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { DeleteEnvironmentMembershipRequest, DeleteEnvironmentMembershipResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts index 329193916635..9f5e65e4342e 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { DescribeEnvironmentMembershipsRequest, DescribeEnvironmentMembershipsResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts index 916f486887d5..3bd599b3b5c8 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts index 12467935063d..1ed4784a72a0 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts index f9084366c6b1..ce0c14f68566 100644 --- a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { ListEnvironmentsRequest, ListEnvironmentsResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts index 7a4722e8c9d8..131730295777 100644 --- a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/commands/TagResourceCommand.ts b/clients/client-cloud9/src/commands/TagResourceCommand.ts index b043e4a9bc24..34b58213f349 100644 --- a/clients/client-cloud9/src/commands/TagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloud9/src/commands/UntagResourceCommand.ts b/clients/client-cloud9/src/commands/UntagResourceCommand.ts index 289e555171de..95b29a33717c 100644 --- a/clients/client-cloud9/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts index d5df0019640b..b7d9d02a2cec 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts index 849e854a73e1..fc456f3956e6 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client"; import { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult } from "../models/models_0"; diff --git a/clients/client-cloud9/src/endpoint/EndpointParameters.ts b/clients/client-cloud9/src/endpoint/EndpointParameters.ts index 7cf8f9aa16ad..7ef4ac8780f2 100644 --- a/clients/client-cloud9/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloud9/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloud9/src/endpoint/endpointResolver.ts b/clients/client-cloud9/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloud9/src/endpoint/endpointResolver.ts +++ b/clients/client-cloud9/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloud9/src/endpoint/ruleset.ts b/clients/client-cloud9/src/endpoint/ruleset.ts index e00fa497ccd8..43fe9101e397 100644 --- a/clients/client-cloud9/src/endpoint/ruleset.ts +++ b/clients/client-cloud9/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloud9/src/models/Cloud9ServiceException.ts b/clients/client-cloud9/src/models/Cloud9ServiceException.ts index 1a8f3db4a874..cfa4cb33d892 100644 --- a/clients/client-cloud9/src/models/Cloud9ServiceException.ts +++ b/clients/client-cloud9/src/models/Cloud9ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloud9/src/models/models_0.ts b/clients/client-cloud9/src/models/models_0.ts index 01d82e464994..f83f1a705952 100644 --- a/clients/client-cloud9/src/models/models_0.ts +++ b/clients/client-cloud9/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Cloud9ServiceException as __BaseException } from "./Cloud9ServiceException"; diff --git a/clients/client-cloud9/src/pagination/DescribeEnvironmentMembershipsPaginator.ts b/clients/client-cloud9/src/pagination/DescribeEnvironmentMembershipsPaginator.ts index 2d458d239d09..bafbd073a00c 100644 --- a/clients/client-cloud9/src/pagination/DescribeEnvironmentMembershipsPaginator.ts +++ b/clients/client-cloud9/src/pagination/DescribeEnvironmentMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { Cloud9Client } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/pagination/Interfaces.ts b/clients/client-cloud9/src/pagination/Interfaces.ts index f5ef438fa021..e9b6349babbb 100644 --- a/clients/client-cloud9/src/pagination/Interfaces.ts +++ b/clients/client-cloud9/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Cloud9Client } from "../Cloud9Client"; diff --git a/clients/client-cloud9/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-cloud9/src/pagination/ListEnvironmentsPaginator.ts index f54bd5fb03c5..7666ea34e468 100644 --- a/clients/client-cloud9/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-cloud9/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { Cloud9Client } from "../Cloud9Client"; import { diff --git a/clients/client-cloud9/src/protocols/Aws_json1_1.ts b/clients/client-cloud9/src/protocols/Aws_json1_1.ts index 141560709094..617ae3c88aad 100644 --- a/clients/client-cloud9/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloud9/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentEC2CommandInput, diff --git a/clients/client-cloud9/src/runtimeConfig.browser.ts b/clients/client-cloud9/src/runtimeConfig.browser.ts index 02e11a5aeaed..847fc63032da 100644 --- a/clients/client-cloud9/src/runtimeConfig.browser.ts +++ b/clients/client-cloud9/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Cloud9ClientConfig } from "./Cloud9Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloud9/src/runtimeConfig.shared.ts b/clients/client-cloud9/src/runtimeConfig.shared.ts index 0b4096e3f74f..a42f403de193 100644 --- a/clients/client-cloud9/src/runtimeConfig.shared.ts +++ b/clients/client-cloud9/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { Cloud9ClientConfig } from "./Cloud9Client"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloud9/src/runtimeConfig.ts b/clients/client-cloud9/src/runtimeConfig.ts index 464b8cc24b30..fa1c97b282b6 100644 --- a/clients/client-cloud9/src/runtimeConfig.ts +++ b/clients/client-cloud9/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Cloud9ClientConfig } from "./Cloud9Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudcontrol/package.json b/clients/client-cloudcontrol/package.json index ae90ef6cb81b..d6791c0ad068 100644 --- a/clients/client-cloudcontrol/package.json +++ b/clients/client-cloudcontrol/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-cloudcontrol/src/CloudControl.ts b/clients/client-cloudcontrol/src/CloudControl.ts index 9deba757edc7..cfe131c96edf 100644 --- a/clients/client-cloudcontrol/src/CloudControl.ts +++ b/clients/client-cloudcontrol/src/CloudControl.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudControlClient, CloudControlClientConfig } from "./CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/CloudControlClient.ts b/clients/client-cloudcontrol/src/CloudControlClient.ts index ef00c245d0b8..456d0ed7c568 100644 --- a/clients/client-cloudcontrol/src/CloudControlClient.ts +++ b/clients/client-cloudcontrol/src/CloudControlClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts index 18130bb25971..13fae6f9d68a 100644 --- a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts index 2f42c7056dc8..63973cc89ffd 100644 --- a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts index be0313bcccda..96b302bf9614 100644 --- a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { DeleteResourceInput, DeleteResourceOutput, DeleteResourceOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts index f2978d4fb851..5eb36d1aa36b 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { GetResourceInput, GetResourceOutput, GetResourceOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts index 6c4743a9981a..4f98224ee821 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts index c7d9d1da14a3..003edc952222 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts index 4596abd4d25d..b68259f6619b 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts index 4b7c3cb71a9e..ffaf9278c7eb 100644 --- a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/endpoint/EndpointParameters.ts b/clients/client-cloudcontrol/src/endpoint/EndpointParameters.ts index ca0fdef50eb1..c2597a7bff07 100644 --- a/clients/client-cloudcontrol/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudcontrol/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudcontrol/src/endpoint/endpointResolver.ts b/clients/client-cloudcontrol/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudcontrol/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudcontrol/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudcontrol/src/endpoint/ruleset.ts b/clients/client-cloudcontrol/src/endpoint/ruleset.ts index f1a43971784e..b11caa2eb5f7 100644 --- a/clients/client-cloudcontrol/src/endpoint/ruleset.ts +++ b/clients/client-cloudcontrol/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts b/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts index 73b3b23b668a..d5f1ef03b981 100644 --- a/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts +++ b/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudcontrol/src/models/models_0.ts b/clients/client-cloudcontrol/src/models/models_0.ts index eee7fce211d8..90caf34cba24 100644 --- a/clients/client-cloudcontrol/src/models/models_0.ts +++ b/clients/client-cloudcontrol/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException"; diff --git a/clients/client-cloudcontrol/src/pagination/Interfaces.ts b/clients/client-cloudcontrol/src/pagination/Interfaces.ts index c26a3016418f..01de911c5d19 100644 --- a/clients/client-cloudcontrol/src/pagination/Interfaces.ts +++ b/clients/client-cloudcontrol/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudControlClient } from "../CloudControlClient"; diff --git a/clients/client-cloudcontrol/src/pagination/ListResourceRequestsPaginator.ts b/clients/client-cloudcontrol/src/pagination/ListResourceRequestsPaginator.ts index 6e634cae86b2..50510715cfb2 100644 --- a/clients/client-cloudcontrol/src/pagination/ListResourceRequestsPaginator.ts +++ b/clients/client-cloudcontrol/src/pagination/ListResourceRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudControlClient } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/pagination/ListResourcesPaginator.ts b/clients/client-cloudcontrol/src/pagination/ListResourcesPaginator.ts index 244ba16c99ee..1b8d06cb9bf3 100644 --- a/clients/client-cloudcontrol/src/pagination/ListResourcesPaginator.ts +++ b/clients/client-cloudcontrol/src/pagination/ListResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudControlClient } from "../CloudControlClient"; import { diff --git a/clients/client-cloudcontrol/src/protocols/Aws_json1_0.ts b/clients/client-cloudcontrol/src/protocols/Aws_json1_0.ts index ce9f045b2d23..afe1ee9c270a 100644 --- a/clients/client-cloudcontrol/src/protocols/Aws_json1_0.ts +++ b/clients/client-cloudcontrol/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-cloudcontrol/src/runtimeConfig.browser.ts b/clients/client-cloudcontrol/src/runtimeConfig.browser.ts index b7cad3f61349..23e8719cfd28 100644 --- a/clients/client-cloudcontrol/src/runtimeConfig.browser.ts +++ b/clients/client-cloudcontrol/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudControlClientConfig } from "./CloudControlClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudcontrol/src/runtimeConfig.shared.ts b/clients/client-cloudcontrol/src/runtimeConfig.shared.ts index 16dd04f04a56..3dd46e434b10 100644 --- a/clients/client-cloudcontrol/src/runtimeConfig.shared.ts +++ b/clients/client-cloudcontrol/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudControlClientConfig } from "./CloudControlClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudcontrol/src/runtimeConfig.ts b/clients/client-cloudcontrol/src/runtimeConfig.ts index f4dbc2048584..b810a73a4bab 100644 --- a/clients/client-cloudcontrol/src/runtimeConfig.ts +++ b/clients/client-cloudcontrol/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudControlClientConfig } from "./CloudControlClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudcontrol/src/waiters/waitForResourceRequestSuccess.ts b/clients/client-cloudcontrol/src/waiters/waitForResourceRequestSuccess.ts index 1f2193349467..cc3899cd4070 100644 --- a/clients/client-cloudcontrol/src/waiters/waitForResourceRequestSuccess.ts +++ b/clients/client-cloudcontrol/src/waiters/waitForResourceRequestSuccess.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudControlClient } from "../CloudControlClient"; import { diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index 8f6f71d57bf2..2f588cb0a332 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-clouddirectory/src/CloudDirectory.ts b/clients/client-clouddirectory/src/CloudDirectory.ts index 2cb4ccca7438..eec2823066e0 100644 --- a/clients/client-clouddirectory/src/CloudDirectory.ts +++ b/clients/client-clouddirectory/src/CloudDirectory.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudDirectoryClient, CloudDirectoryClientConfig } from "./CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/CloudDirectoryClient.ts b/clients/client-clouddirectory/src/CloudDirectoryClient.ts index 2cc00cc37e0c..eb0390352570 100644 --- a/clients/client-clouddirectory/src/CloudDirectoryClient.ts +++ b/clients/client-clouddirectory/src/CloudDirectoryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand"; @@ -357,7 +355,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -466,7 +464,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts index a3b80ee23c4c..d15339997d98 100644 --- a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts index 454084ae84f6..eba5fb9fdf52 100644 --- a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts index 677febfaeaa8..ebaf4d6fe6c3 100644 --- a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts index 5e17aa607c6d..65e9843b02cc 100644 --- a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts index 9ca825f9663a..cacb3795eb4d 100644 --- a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts index 76aed3aee273..fc27fb35a3e8 100644 --- a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts index 36cef083b0f7..262978527e30 100644 --- a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { BatchReadRequest, BatchReadResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts index 5d7af6e07775..f506fdf1dda7 100644 --- a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts index 52a205b09f65..ad5e95cf3e76 100644 --- a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts index 9541b6979fb3..24f86c8297a5 100644 --- a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts index 804a1202c0aa..479dbcf2dc5e 100644 --- a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts index 025a6a0573b5..205ed8e69a41 100644 --- a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts index 3cb401163713..30a5a3c76cdb 100644 --- a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts index f8c4cb197dc8..db7a17b3201b 100644 --- a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts index 84193d8db183..2b720a2e73b0 100644 --- a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts index c6eb2a89c7a1..cf577ef99176 100644 --- a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts index b2fce40e2d3c..f4546d9b16e9 100644 --- a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts index ddd43eb7e586..43c5c41f72c3 100644 --- a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts index 87284d920c9b..70f1be0cd045 100644 --- a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts index 7006ee3a2f2d..ad452a1da1d7 100644 --- a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts index e32e8304d3e5..659209571ca5 100644 --- a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts index 98409d6213c1..3b448a3ed94e 100644 --- a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts index 20ae889e0e86..0ffa677171d5 100644 --- a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DetachTypedLinkRequest } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts index 5c945071d092..b07c79484e6f 100644 --- a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts index 2d789d26cdde..e7894f7f8830 100644 --- a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts index e7be7214cfc3..5d9b3c101194 100644 --- a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts index f002103532ce..35449852a120 100644 --- a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts index fa8fc03425d6..b7ec673d3e84 100644 --- a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetFacetRequest, GetFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts index 3ec9ca3df5cb..64e863ed2753 100644 --- a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts index 690eb29b90b5..8e182ae8ac34 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts index f449db4f4ef1..bbe301dbf5f0 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts index ea040053dc20..a40a525a3552 100644 --- a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts index cad92fb79d0a..da671959178f 100644 --- a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { GetTypedLinkFacetInformationRequest, GetTypedLinkFacetInformationResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts index 0bf583fb1c56..429eda90b98f 100644 --- a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts index a4acba7b31ab..4e7698646618 100644 --- a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts index c47bb0093213..6ddb3de21f4d 100644 --- a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts index 53b872d5eb53..2343030ec9ee 100644 --- a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts index 48d90808fcf1..2f583501018e 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts index 2c81006b2d64..d6b19de1406d 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts index 5e8c40967524..a3660eec359a 100644 --- a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts index d441924c0ef9..edec5d43f682 100644 --- a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListIndexRequest, ListIndexResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts index ce2396b6cee9..33f2e29e7cfe 100644 --- a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts index f332bc20363a..4009a2f441c1 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts index aab06c482c73..6b1a346af3ed 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts index e06e094b8f21..d75692d551b1 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts index 5b7ba4a16c97..6e2bb12892e7 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts index 47dc3ef31ba9..54abe9bbdbe2 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts index e0cd3c2a6dab..eb80d1d06814 100644 --- a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts index ebe9fa1ec3e7..4804af8226f4 100644 --- a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts index e02c61ce31b2..a1d3c69db696 100644 --- a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts index 08fd88e5b00c..e5c08739738c 100644 --- a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts index 36943f106b90..fcd5761ebfd0 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts index f13bcf0a71bf..b07e8b6c031b 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts index d746cc4a2e83..0ace73cf7943 100644 --- a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts index 2f1a1f85837c..83cf8ce4708e 100644 --- a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts index 3a0c93f2d405..cb18fa1e6928 100644 --- a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts index c15c12e1faf4..b36dd77bac3a 100644 --- a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts index df48f7f163e6..e9797d414d75 100644 --- a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts index f3f363625e1a..41817b42e55c 100644 --- a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts index 86929c1295e6..2a5254dc1f91 100644 --- a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts index e2d3c2a75c93..d70b32601bae 100644 --- a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts index 27a46b9ca0df..55e69706785e 100644 --- a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts index 38141be5a5eb..1eaa1e8413f5 100644 --- a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts index b065a41110ec..caf5dba95f64 100644 --- a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts index 5178fa46918b..92622163c5ba 100644 --- a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts index 56139eac85cb..5ff0a7aa6ebd 100644 --- a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient"; import { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0"; diff --git a/clients/client-clouddirectory/src/endpoint/EndpointParameters.ts b/clients/client-clouddirectory/src/endpoint/EndpointParameters.ts index 885badd3e85a..e27d1ab475d1 100644 --- a/clients/client-clouddirectory/src/endpoint/EndpointParameters.ts +++ b/clients/client-clouddirectory/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-clouddirectory/src/endpoint/endpointResolver.ts b/clients/client-clouddirectory/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-clouddirectory/src/endpoint/endpointResolver.ts +++ b/clients/client-clouddirectory/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-clouddirectory/src/endpoint/ruleset.ts b/clients/client-clouddirectory/src/endpoint/ruleset.ts index bb42d1d5c4b6..8e7d2c649216 100644 --- a/clients/client-clouddirectory/src/endpoint/ruleset.ts +++ b/clients/client-clouddirectory/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts b/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts index de94e355064a..b0c6a05852c9 100644 --- a/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts +++ b/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-clouddirectory/src/models/models_0.ts b/clients/client-clouddirectory/src/models/models_0.ts index 210b45cd059c..99d61adfce52 100644 --- a/clients/client-clouddirectory/src/models/models_0.ts +++ b/clients/client-clouddirectory/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException"; diff --git a/clients/client-clouddirectory/src/pagination/Interfaces.ts b/clients/client-clouddirectory/src/pagination/Interfaces.ts index c0d8fcb9c0b7..ce74f724fbaf 100644 --- a/clients/client-clouddirectory/src/pagination/Interfaces.ts +++ b/clients/client-clouddirectory/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; diff --git a/clients/client-clouddirectory/src/pagination/ListAppliedSchemaArnsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListAppliedSchemaArnsPaginator.ts index 179a417a8164..d69553fccf02 100644 --- a/clients/client-clouddirectory/src/pagination/ListAppliedSchemaArnsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListAppliedSchemaArnsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListAttachedIndicesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListAttachedIndicesPaginator.ts index 35d79f9c1473..0fb8b06f3dd7 100644 --- a/clients/client-clouddirectory/src/pagination/ListAttachedIndicesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListAttachedIndicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListDevelopmentSchemaArnsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListDevelopmentSchemaArnsPaginator.ts index bf83de316634..91e942b0a263 100644 --- a/clients/client-clouddirectory/src/pagination/ListDevelopmentSchemaArnsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListDevelopmentSchemaArnsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListDirectoriesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListDirectoriesPaginator.ts index 83591e067074..3e6e34527041 100644 --- a/clients/client-clouddirectory/src/pagination/ListDirectoriesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListDirectoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListFacetAttributesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListFacetAttributesPaginator.ts index 29c6dc74664d..2fc1477199a7 100644 --- a/clients/client-clouddirectory/src/pagination/ListFacetAttributesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListFacetAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListFacetNamesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListFacetNamesPaginator.ts index fc7f579d403c..21bdd3809836 100644 --- a/clients/client-clouddirectory/src/pagination/ListFacetNamesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListFacetNamesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListIndexPaginator.ts b/clients/client-clouddirectory/src/pagination/ListIndexPaginator.ts index 42eaea84ed24..a1d0f2e44df0 100644 --- a/clients/client-clouddirectory/src/pagination/ListIndexPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListIndexPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { ListIndexCommand, ListIndexCommandInput, ListIndexCommandOutput } from "../commands/ListIndexCommand"; diff --git a/clients/client-clouddirectory/src/pagination/ListManagedSchemaArnsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListManagedSchemaArnsPaginator.ts index 7081f9ea8895..52c0d0d0f51a 100644 --- a/clients/client-clouddirectory/src/pagination/ListManagedSchemaArnsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListManagedSchemaArnsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListObjectAttributesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListObjectAttributesPaginator.ts index 5a238e818f3c..18693e29e466 100644 --- a/clients/client-clouddirectory/src/pagination/ListObjectAttributesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListObjectAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListObjectChildrenPaginator.ts b/clients/client-clouddirectory/src/pagination/ListObjectChildrenPaginator.ts index 529cddfc3df8..204ef21d603a 100644 --- a/clients/client-clouddirectory/src/pagination/ListObjectChildrenPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListObjectChildrenPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListObjectParentPathsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListObjectParentPathsPaginator.ts index 9c41d0d9cc0e..081e5be2b170 100644 --- a/clients/client-clouddirectory/src/pagination/ListObjectParentPathsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListObjectParentPathsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListObjectParentsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListObjectParentsPaginator.ts index e73d3682101f..d59a216566e5 100644 --- a/clients/client-clouddirectory/src/pagination/ListObjectParentsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListObjectParentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListObjectPoliciesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListObjectPoliciesPaginator.ts index 63a53d620e27..e002ecd6ba65 100644 --- a/clients/client-clouddirectory/src/pagination/ListObjectPoliciesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListObjectPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListPolicyAttachmentsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListPolicyAttachmentsPaginator.ts index 482b61d78143..819d619afb32 100644 --- a/clients/client-clouddirectory/src/pagination/ListPolicyAttachmentsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListPolicyAttachmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListPublishedSchemaArnsPaginator.ts b/clients/client-clouddirectory/src/pagination/ListPublishedSchemaArnsPaginator.ts index 932131054abe..aec44c4aa80c 100644 --- a/clients/client-clouddirectory/src/pagination/ListPublishedSchemaArnsPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListPublishedSchemaArnsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-clouddirectory/src/pagination/ListTagsForResourcePaginator.ts index 7acd0f1923e1..e3cf48e1c1be 100644 --- a/clients/client-clouddirectory/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetAttributesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetAttributesPaginator.ts index 059a30d5cc90..fcf68a3ba0a6 100644 --- a/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetAttributesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetNamesPaginator.ts b/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetNamesPaginator.ts index 9b9fcfe2b27c..5b3469211d2d 100644 --- a/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetNamesPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/ListTypedLinkFacetNamesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/pagination/LookupPolicyPaginator.ts b/clients/client-clouddirectory/src/pagination/LookupPolicyPaginator.ts index e0ce2295ac3e..ac0bbe722d77 100644 --- a/clients/client-clouddirectory/src/pagination/LookupPolicyPaginator.ts +++ b/clients/client-clouddirectory/src/pagination/LookupPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudDirectoryClient } from "../CloudDirectoryClient"; import { diff --git a/clients/client-clouddirectory/src/protocols/Aws_restJson1.ts b/clients/client-clouddirectory/src/protocols/Aws_restJson1.ts index 1b3f9b78ac0e..81307a2b402e 100644 --- a/clients/client-clouddirectory/src/protocols/Aws_restJson1.ts +++ b/clients/client-clouddirectory/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "../commands/AddFacetToObjectCommand"; import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "../commands/ApplySchemaCommand"; diff --git a/clients/client-clouddirectory/src/runtimeConfig.browser.ts b/clients/client-clouddirectory/src/runtimeConfig.browser.ts index 32518923dd63..a2169cc4fbc9 100644 --- a/clients/client-clouddirectory/src/runtimeConfig.browser.ts +++ b/clients/client-clouddirectory/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudDirectoryClientConfig } from "./CloudDirectoryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-clouddirectory/src/runtimeConfig.shared.ts b/clients/client-clouddirectory/src/runtimeConfig.shared.ts index f3642e89bb8e..a7a61fa5eb1c 100644 --- a/clients/client-clouddirectory/src/runtimeConfig.shared.ts +++ b/clients/client-clouddirectory/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudDirectoryClientConfig } from "./CloudDirectoryClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-clouddirectory/src/runtimeConfig.ts b/clients/client-clouddirectory/src/runtimeConfig.ts index 41fac8a279d7..08f77aface7d 100644 --- a/clients/client-clouddirectory/src/runtimeConfig.ts +++ b/clients/client-clouddirectory/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudDirectoryClientConfig } from "./CloudDirectoryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index 995c88ea4477..eac0fb45f0b1 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-cloudformation/src/CloudFormation.ts b/clients/client-cloudformation/src/CloudFormation.ts index 3f62249e404b..b433fbecb008 100644 --- a/clients/client-cloudformation/src/CloudFormation.ts +++ b/clients/client-cloudformation/src/CloudFormation.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudFormationClient, CloudFormationClientConfig } from "./CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/CloudFormationClient.ts b/clients/client-cloudformation/src/CloudFormationClient.ts index c02b0b98932b..16e8a12b5198 100644 --- a/clients/client-cloudformation/src/CloudFormationClient.ts +++ b/clients/client-cloudformation/src/CloudFormationClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -378,7 +376,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -487,7 +485,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts index 65de3ac82fc7..efab3eb32491 100644 --- a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ActivateOrganizationsAccessInput, ActivateOrganizationsAccessOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts index a12266a72470..74af35d63306 100644 --- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ActivateTypeInput, ActivateTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts index 6df5ef037c52..2b2b105e1914 100644 --- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts +++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { BatchDescribeTypeConfigurationsInput, BatchDescribeTypeConfigurationsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts index 09a09843bf8c..8005837447a8 100644 --- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { CancelUpdateStackInput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts index f742af8a8258..d019e6b587ea 100644 --- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ContinueUpdateRollbackInput, ContinueUpdateRollbackOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts index ee3fca332456..cb33d419614e 100644 --- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { CreateChangeSetInput, CreateChangeSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts index 1bc8f81ad51d..ccfea229252b 100644 --- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { CreateStackInput, CreateStackOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts index e25f4ac31e7a..93501bd616d5 100644 --- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { CreateStackInstancesInput, CreateStackInstancesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts index 242ec03303cc..78669c0d37c6 100644 --- a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts index 9a087ac6fc2d..4dc3ff84b360 100644 --- a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeactivateOrganizationsAccessInput, DeactivateOrganizationsAccessOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts index d52b4d481bc2..1d9e70df3615 100644 --- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts index f3a7add071da..710c967d0ea1 100644 --- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeleteChangeSetInput, DeleteChangeSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts index 1aab79a749fc..4047bd28b646 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeleteStackInput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts index 320747e3892c..bfc1f67be36a 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts index 1cb816b73e59..7d7738f76005 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts index 5daad3d996ad..127c8acb704e 100644 --- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts index 24726e59c931..9cbda03c22d7 100644 --- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts index ecfdd5f610b2..471f3dc680fa 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeChangeSetInput, DescribeChangeSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts index d05bd021c119..fc99bbf8fa9c 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts index abe0e13bec4f..c2aef3602c17 100644 --- a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeOrganizationsAccessInput, DescribeOrganizationsAccessOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts index 8c66410436ae..e59a53d031ae 100644 --- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribePublisherInput, DescribePublisherOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts index a99905641314..263b4ecf94c4 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackDriftDetectionStatusInput, DescribeStackDriftDetectionStatusOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts index ddd0ee22e0d4..df1455e4f986 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackEventsInput, DescribeStackEventsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts index 79956950cea8..836604c125d4 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackInstanceInput, DescribeStackInstanceOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts index 99ec68394510..f5f6574affe9 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackResourceInput, DescribeStackResourceOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts index 0f6306c6567b..3d73f9fc8526 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackResourceDriftsInput, DescribeStackResourceDriftsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts index fc0ec0b4f2a3..fe0d28dbe000 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackResourcesInput, DescribeStackResourcesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts index 2a707bbfb219..bc4b18b48a9d 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackSetInput, DescribeStackSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts index 78b866dca21a..fe02c63f9787 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStackSetOperationInput, DescribeStackSetOperationOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts index f3fe95532168..534b781d6bba 100644 --- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts index 6cc10ec8c1a6..ab8767efd637 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts index bd48ae666594..87390c045833 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DescribeTypeRegistrationInput, DescribeTypeRegistrationOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts index 3cf43bdb8994..05955a8f343a 100644 --- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DetectStackDriftInput, DetectStackDriftOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts index 8c0762b0adee..3a505e31d4b7 100644 --- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DetectStackResourceDriftInput, DetectStackResourceDriftOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts index ef3c991f99d4..16a05851f620 100644 --- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { DetectStackSetDriftInput, DetectStackSetDriftOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts index b50d7551ebd1..6d19b129f1c2 100644 --- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { EstimateTemplateCostInput, EstimateTemplateCostOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts index 6497c9754ce1..ce3123f69b00 100644 --- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ExecuteChangeSetInput, ExecuteChangeSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts index a69552399263..10a75ef1d149 100644 --- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts index a1bcc0c4e6da..4d72c380bfa4 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { GetTemplateInput, GetTemplateOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts index 3f71f829a525..b6c401152d17 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { GetTemplateSummaryInput, GetTemplateSummaryOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts index 3b0d3fba2639..ce9a7f27d9dc 100644 --- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ImportStacksToStackSetInput, ImportStacksToStackSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts index 6564fdc06d3a..9531deb9c691 100644 --- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts index 99738759405b..592050b8a6af 100644 --- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListExportsInput, ListExportsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts index b7a45f59b8d6..01ef50a7bd04 100644 --- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListImportsInput, ListImportsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts index 69d63ce08184..5246cad47738 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStackInstancesInput, ListStackInstancesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts index b9e4bd2c5915..ccc6e981b173 100644 --- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts index 1dbf473155a7..581c15ea893d 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts index 615f86137812..8d4180e69b8d 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts index d44b071842a2..00ea374f92ff 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts index 06664e8886c6..4c3c5f42ef5a 100644 --- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListStacksInput, ListStacksOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts index 8923bc01b3e3..8ef46ca166e0 100644 --- a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts index 84c0144c4d82..4fdc2775ebab 100644 --- a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts index c7243d497667..9906be24c185 100644 --- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ListTypesInput, ListTypesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts index e6b7ab4f5e65..c76303c88a88 100644 --- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { PublishTypeInput, PublishTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts index 4490c6c6d754..cddf9dc5e0e0 100644 --- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts index 44198fe2267e..a27bb74121eb 100644 --- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts index 49e90e21c005..09110c8f639e 100644 --- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts index 1cfe9cc09134..a9c36b08dabd 100644 --- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts +++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { RollbackStackInput, RollbackStackOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts index 6a7faa56314c..75c0e6b32008 100644 --- a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { SetStackPolicyInput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts index 131683a8e8ac..f5c351294d58 100644 --- a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts index d603148bd568..1068efb73f1a 100644 --- a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts index 1c3b58a659c5..be9e691a1ddf 100644 --- a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { SignalResourceInput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts index 30e7c6adb524..3f5b3965df82 100644 --- a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/TestTypeCommand.ts b/clients/client-cloudformation/src/commands/TestTypeCommand.ts index f47517c2482b..c6353441645f 100644 --- a/clients/client-cloudformation/src/commands/TestTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/TestTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { TestTypeInput, TestTypeOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts index eb8e0b48b3b6..bc6b048cb4a9 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { UpdateStackInput, UpdateStackOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts index 9eeeae9e973c..21b5c57f7da0 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts index f3d915f9e031..63277412dc0f 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts index 553e047f0b65..e1e7ce3900b5 100644 --- a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts index 80a6f2e9e55e..40487666277a 100644 --- a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient"; import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0"; diff --git a/clients/client-cloudformation/src/endpoint/EndpointParameters.ts b/clients/client-cloudformation/src/endpoint/EndpointParameters.ts index 6d03eb7b0ea4..23a1852c7cec 100644 --- a/clients/client-cloudformation/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudformation/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudformation/src/endpoint/endpointResolver.ts b/clients/client-cloudformation/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudformation/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudformation/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudformation/src/endpoint/ruleset.ts b/clients/client-cloudformation/src/endpoint/ruleset.ts index bce4be4811e0..a7312a44b746 100644 --- a/clients/client-cloudformation/src/endpoint/ruleset.ts +++ b/clients/client-cloudformation/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudformation/src/models/CloudFormationServiceException.ts b/clients/client-cloudformation/src/models/CloudFormationServiceException.ts index a03b1df5e419..dcee256eaa1f 100644 --- a/clients/client-cloudformation/src/models/CloudFormationServiceException.ts +++ b/clients/client-cloudformation/src/models/CloudFormationServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudformation/src/models/models_0.ts b/clients/client-cloudformation/src/models/models_0.ts index 059ab26cb38f..c62836689e75 100644 --- a/clients/client-cloudformation/src/models/models_0.ts +++ b/clients/client-cloudformation/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException"; diff --git a/clients/client-cloudformation/src/pagination/DescribeAccountLimitsPaginator.ts b/clients/client-cloudformation/src/pagination/DescribeAccountLimitsPaginator.ts index b25f6068bec5..54d3e55de49f 100644 --- a/clients/client-cloudformation/src/pagination/DescribeAccountLimitsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/DescribeAccountLimitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/DescribeStackEventsPaginator.ts b/clients/client-cloudformation/src/pagination/DescribeStackEventsPaginator.ts index 2c1101da06d6..59d8e6127860 100644 --- a/clients/client-cloudformation/src/pagination/DescribeStackEventsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/DescribeStackEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/DescribeStackResourceDriftsPaginator.ts b/clients/client-cloudformation/src/pagination/DescribeStackResourceDriftsPaginator.ts index 48da4773d420..7ef919b16023 100644 --- a/clients/client-cloudformation/src/pagination/DescribeStackResourceDriftsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/DescribeStackResourceDriftsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/DescribeStacksPaginator.ts b/clients/client-cloudformation/src/pagination/DescribeStacksPaginator.ts index 853c9df9569c..01813dd6c58a 100644 --- a/clients/client-cloudformation/src/pagination/DescribeStacksPaginator.ts +++ b/clients/client-cloudformation/src/pagination/DescribeStacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/Interfaces.ts b/clients/client-cloudformation/src/pagination/Interfaces.ts index ac789a81a25d..e375bae84207 100644 --- a/clients/client-cloudformation/src/pagination/Interfaces.ts +++ b/clients/client-cloudformation/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; diff --git a/clients/client-cloudformation/src/pagination/ListChangeSetsPaginator.ts b/clients/client-cloudformation/src/pagination/ListChangeSetsPaginator.ts index 6265416e8222..5aaa0a3db210 100644 --- a/clients/client-cloudformation/src/pagination/ListChangeSetsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListChangeSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListExportsPaginator.ts b/clients/client-cloudformation/src/pagination/ListExportsPaginator.ts index 92f11d45e409..0092a1c56767 100644 --- a/clients/client-cloudformation/src/pagination/ListExportsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListExportsCommand, ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand"; diff --git a/clients/client-cloudformation/src/pagination/ListImportsPaginator.ts b/clients/client-cloudformation/src/pagination/ListImportsPaginator.ts index 98c43b331886..042f6e431bfb 100644 --- a/clients/client-cloudformation/src/pagination/ListImportsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListImportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand"; diff --git a/clients/client-cloudformation/src/pagination/ListStackInstancesPaginator.ts b/clients/client-cloudformation/src/pagination/ListStackInstancesPaginator.ts index c9bc8994596c..678a3d57ddba 100644 --- a/clients/client-cloudformation/src/pagination/ListStackInstancesPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStackInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListStackResourcesPaginator.ts b/clients/client-cloudformation/src/pagination/ListStackResourcesPaginator.ts index a3b57cc9dffe..68b5d8e39e51 100644 --- a/clients/client-cloudformation/src/pagination/ListStackResourcesPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStackResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListStackSetOperationResultsPaginator.ts b/clients/client-cloudformation/src/pagination/ListStackSetOperationResultsPaginator.ts index 9a51c86292b3..df71affa83e4 100644 --- a/clients/client-cloudformation/src/pagination/ListStackSetOperationResultsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStackSetOperationResultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListStackSetOperationsPaginator.ts b/clients/client-cloudformation/src/pagination/ListStackSetOperationsPaginator.ts index 50b4e1dedb60..0dc2e4c10ad4 100644 --- a/clients/client-cloudformation/src/pagination/ListStackSetOperationsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStackSetOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListStackSetsPaginator.ts b/clients/client-cloudformation/src/pagination/ListStackSetsPaginator.ts index 120e58de1af8..caef8c82fcf3 100644 --- a/clients/client-cloudformation/src/pagination/ListStackSetsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStackSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListStacksPaginator.ts b/clients/client-cloudformation/src/pagination/ListStacksPaginator.ts index b32d900927be..75dff354a5fe 100644 --- a/clients/client-cloudformation/src/pagination/ListStacksPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListStacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListStacksCommand, ListStacksCommandInput, ListStacksCommandOutput } from "../commands/ListStacksCommand"; diff --git a/clients/client-cloudformation/src/pagination/ListTypeRegistrationsPaginator.ts b/clients/client-cloudformation/src/pagination/ListTypeRegistrationsPaginator.ts index a23952afd911..792b8b9c6bb5 100644 --- a/clients/client-cloudformation/src/pagination/ListTypeRegistrationsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListTypeRegistrationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListTypeVersionsPaginator.ts b/clients/client-cloudformation/src/pagination/ListTypeVersionsPaginator.ts index 0a0f467d56d0..8eea27d9250a 100644 --- a/clients/client-cloudformation/src/pagination/ListTypeVersionsPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListTypeVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudformation/src/pagination/ListTypesPaginator.ts b/clients/client-cloudformation/src/pagination/ListTypesPaginator.ts index c644193e9b77..7a7a301f86fc 100644 --- a/clients/client-cloudformation/src/pagination/ListTypesPaginator.ts +++ b/clients/client-cloudformation/src/pagination/ListTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFormationClient } from "../CloudFormationClient"; import { ListTypesCommand, ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand"; diff --git a/clients/client-cloudformation/src/protocols/Aws_query.ts b/clients/client-cloudformation/src/protocols/Aws_query.ts index 75b34560f82c..f761b1d73828 100644 --- a/clients/client-cloudformation/src/protocols/Aws_query.ts +++ b/clients/client-cloudformation/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -11,10 +12,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/clients/client-cloudformation/src/runtimeConfig.browser.ts b/clients/client-cloudformation/src/runtimeConfig.browser.ts index 2a5f0193a3cf..491c6d760bc4 100644 --- a/clients/client-cloudformation/src/runtimeConfig.browser.ts +++ b/clients/client-cloudformation/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudFormationClientConfig } from "./CloudFormationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudformation/src/runtimeConfig.shared.ts b/clients/client-cloudformation/src/runtimeConfig.shared.ts index 74b0ef0a0ffe..02425ce94fc8 100644 --- a/clients/client-cloudformation/src/runtimeConfig.shared.ts +++ b/clients/client-cloudformation/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudFormationClientConfig } from "./CloudFormationClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudformation/src/runtimeConfig.ts b/clients/client-cloudformation/src/runtimeConfig.ts index 6033c3605401..3ec7eabf47c5 100644 --- a/clients/client-cloudformation/src/runtimeConfig.ts +++ b/clients/client-cloudformation/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudFormationClientConfig } from "./CloudFormationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudformation/src/waiters/waitForChangeSetCreateComplete.ts b/clients/client-cloudformation/src/waiters/waitForChangeSetCreateComplete.ts index 4fa5f84626dc..4066e1ba37c4 100644 --- a/clients/client-cloudformation/src/waiters/waitForChangeSetCreateComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForChangeSetCreateComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeChangeSetCommand, DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackCreateComplete.ts b/clients/client-cloudformation/src/waiters/waitForStackCreateComplete.ts index c8494a2aee53..c5c75033ee05 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackCreateComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackCreateComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackDeleteComplete.ts b/clients/client-cloudformation/src/waiters/waitForStackDeleteComplete.ts index bc14b62d54f6..bdf81a6bc960 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackDeleteComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackDeleteComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackExists.ts b/clients/client-cloudformation/src/waiters/waitForStackExists.ts index 4b6d4654ae39..0490b9268434 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackExists.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackImportComplete.ts b/clients/client-cloudformation/src/waiters/waitForStackImportComplete.ts index d3cab13ea569..60b106537df4 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackImportComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackImportComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackRollbackComplete.ts b/clients/client-cloudformation/src/waiters/waitForStackRollbackComplete.ts index 948489e3b43a..26ba90dfa450 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackRollbackComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackRollbackComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForStackUpdateComplete.ts b/clients/client-cloudformation/src/waiters/waitForStackUpdateComplete.ts index 7c91bb5f3049..d4291fa0880a 100644 --- a/clients/client-cloudformation/src/waiters/waitForStackUpdateComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForStackUpdateComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand"; diff --git a/clients/client-cloudformation/src/waiters/waitForTypeRegistrationComplete.ts b/clients/client-cloudformation/src/waiters/waitForTypeRegistrationComplete.ts index f6d0d8c16769..f4b1ca7bddd7 100644 --- a/clients/client-cloudformation/src/waiters/waitForTypeRegistrationComplete.ts +++ b/clients/client-cloudformation/src/waiters/waitForTypeRegistrationComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFormationClient } from "../CloudFormationClient"; import { diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index b8481489cadc..23dfd49ac8ec 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -22,46 +22,47 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", "@aws-sdk/xml-builder": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudfront/src/CloudFront.ts b/clients/client-cloudfront/src/CloudFront.ts index e635875b992e..f63037d7e7d6 100644 --- a/clients/client-cloudfront/src/CloudFront.ts +++ b/clients/client-cloudfront/src/CloudFront.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudFrontClient, CloudFrontClientConfig } from "./CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/CloudFrontClient.ts b/clients/client-cloudfront/src/CloudFrontClient.ts index ec0c19cb9653..960a64991496 100644 --- a/clients/client-cloudfront/src/CloudFrontClient.ts +++ b/clients/client-cloudfront/src/CloudFrontClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand"; @@ -606,7 +604,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -715,7 +713,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts index cf2f02e2e525..a647d144654c 100644 --- a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts +++ b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { AssociateAliasRequest } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts index 09aa0f636026..8d49c563004e 100644 --- a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts index d478a9ef325b..3a3d68665dda 100644 --- a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateCachePolicyRequest, CreateCachePolicyResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts index 72bb108586e0..3531c8c73795 100644 --- a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts index 0e71a8490a91..1f8711734e69 100644 --- a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateContinuousDeploymentPolicyRequest, CreateContinuousDeploymentPolicyResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts index fdceedb5ba4b..cbe172eb5898 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts index 5fa91a9f8761..46b296ae96ef 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts index bbca01574940..9afa67cb9070 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts index 6d7770aaba8b..36f7ec9e7df2 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts index 8393a7f5aae4..d0ff12e279a1 100644 --- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts index 6895df917745..2e3692606d2c 100644 --- a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateInvalidationRequest, CreateInvalidationResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts index 1c04d6ec5cce..c48bcd89b4a9 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateKeyGroupRequest, CreateKeyGroupResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts index fa265fe50b27..851b719ab943 100644 --- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateMonitoringSubscriptionRequest, CreateMonitoringSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts index a42b99a37e98..4066aea72fd6 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateOriginAccessControlRequest, CreateOriginAccessControlResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts index 9449c73798e5..3a2a66509635 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateOriginRequestPolicyRequest, CreateOriginRequestPolicyResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts index 528d05564ded..a1d90dd5542d 100644 --- a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreatePublicKeyRequest, CreatePublicKeyResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts index 7b84468542ce..f36909bac453 100644 --- a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateRealtimeLogConfigRequest, CreateRealtimeLogConfigResult } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts index 956408bc97ad..e99e77d23325 100644 --- a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateResponseHeadersPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts index 65d2e80ec9c4..fe94838199a1 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { CreateStreamingDistributionRequest, CreateStreamingDistributionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts index ea9c79f1110b..87dd634bc662 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts index a823a91c4d97..c7b8cc1f4958 100644 --- a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteCachePolicyRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts index f8db21c9d61c..b526ab62dcbe 100644 --- a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteCloudFrontOriginAccessIdentityRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts index 4b4408883d60..52bbe773ade7 100644 --- a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteContinuousDeploymentPolicyRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts index 94cdd63399c1..467475517c04 100644 --- a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteDistributionRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts index 0c62c136a5e3..ddd1b561d274 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteFieldLevelEncryptionConfigRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts index aa3c10a41db5..49ad773ea960 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteFieldLevelEncryptionProfileRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts index 8fb82d3ca6c7..2b76fbbd61fc 100644 --- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteFunctionRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts index 0a1a7857bc32..0fe3994c7c54 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteKeyGroupRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts index c0ca178421dd..08e9585c3d04 100644 --- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteMonitoringSubscriptionRequest, DeleteMonitoringSubscriptionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts index b3066b24bcf2..a205377b4afb 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteOriginAccessControlRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts index f5e66d536e71..b1c8c064af54 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteOriginRequestPolicyRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts index ccb1065e7872..2efc03ed2880 100644 --- a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeletePublicKeyRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts index b945630653e5..1e78661c7884 100644 --- a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteRealtimeLogConfigRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts index bdcb01fee1e2..f016dc870fae 100644 --- a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteResponseHeadersPolicyRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts index 33b85207c792..771e775bf24a 100644 --- a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DeleteStreamingDistributionRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts index 477cc3d44ef9..2a17610e5bd4 100644 --- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts index e0c7b26711da..9d9b85474c56 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts index 0019259f2d0b..a4ffb27e2f8c 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts index c862d73a4848..dcdfba16a7d0 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts index c08eaa278d5e..d8bac91d8ca7 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts index 398f8d2a48b2..4dc37bb81aba 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetContinuousDeploymentPolicyRequest, GetContinuousDeploymentPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts index e3271ebb5d32..e2d0f21aec82 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts index 87a4e8bc44ba..debdd3d43a44 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts index a0f2967871d2..dd80e464e0c7 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts index f8351d294ea9..28afb8fbb7d2 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts index e3e82bdb3c46..6f7137a6b06a 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts index a0e422f76004..4f58930c744b 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts index 7b2a018eb9fa..887dc5a07ca2 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index 118f6bf93e38..2c4ddba212c0 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetFunctionRequest, GetFunctionResult, GetFunctionResultFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts index 8d8d2c6cacd4..4b08d27af8d0 100644 --- a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetInvalidationRequest, GetInvalidationResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts index a8ef9556fd47..89fd55933715 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetKeyGroupRequest, GetKeyGroupResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts index 8ab1989681d5..c9ef2ad9abb8 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetKeyGroupConfigRequest, GetKeyGroupConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts index 3265b86eeb4a..f07801268629 100644 --- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetMonitoringSubscriptionRequest, GetMonitoringSubscriptionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts index 7b3c515c473e..f51cb772ab01 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetOriginAccessControlRequest, GetOriginAccessControlResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts index 29e3d062f737..0564c2da2063 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetOriginAccessControlConfigRequest, GetOriginAccessControlConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts index ded8fed4ccaf..f0ec902bfe6b 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetOriginRequestPolicyRequest, GetOriginRequestPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts index 93c55e195fc0..53975dec3be2 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetOriginRequestPolicyConfigRequest, GetOriginRequestPolicyConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts index c395a3f6ae60..1b972239c586 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetPublicKeyRequest, GetPublicKeyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts index 0bde3fd44557..6d236b7ccf34 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetPublicKeyConfigRequest, GetPublicKeyConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts index 3bba7be1046e..4c5dfe459d6c 100644 --- a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts index 63a345062abb..2a70e924b926 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetResponseHeadersPolicyRequest, GetResponseHeadersPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts index b5a136059b4f..9729d17d89b9 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetResponseHeadersPolicyConfigRequest, GetResponseHeadersPolicyConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts index da22e6cc7268..bf46cefc788c 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetStreamingDistributionRequest, GetStreamingDistributionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts index 3869689724b7..d0ceee10a7a1 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts index ae0c0a5fcc5d..2053d240ad99 100644 --- a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListCachePoliciesRequest, ListCachePoliciesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts index b785730972f5..52faa683bdce 100644 --- a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts index 48d70af33cde..cbc08064e762 100644 --- a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListConflictingAliasesRequest, ListConflictingAliasesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts index ca25b8a4867d..bf0491a68469 100644 --- a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListContinuousDeploymentPoliciesRequest, ListContinuousDeploymentPoliciesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts index cdd127ee835f..c9122eb3b415 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListDistributionsByCachePolicyIdRequest, ListDistributionsByCachePolicyIdResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts index 22d99f09c163..4fe330fec6f5 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListDistributionsByKeyGroupRequest, ListDistributionsByKeyGroupResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts index 67126eea1cad..c0a210185d06 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts index a6090c760433..c6fb22448d57 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts index 78ec3640e987..a3a2cd236977 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts index 433047663211..be82f45c57af 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts index 9311eeca9e40..ec93440c2650 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts index fa9d91626737..e1ff803236c6 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts index 72ddfc2d6405..2139423e78e9 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts index 82399c44f428..eb44a4efc581 100644 --- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts index 1d39c834fe0c..e71ee078eac7 100644 --- a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListInvalidationsRequest, ListInvalidationsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts index c90022e523a0..da2de6785a12 100644 --- a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts index ff20f400d101..f3b47ee132ac 100644 --- a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListOriginAccessControlsRequest, ListOriginAccessControlsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts index 8fcd07894eaf..dd7a3ee2762e 100644 --- a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListOriginRequestPoliciesRequest, ListOriginRequestPoliciesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts index 910b183f4eb4..b68fa60bb393 100644 --- a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListPublicKeysRequest, ListPublicKeysResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts index 03118ce3fe8a..934fa40e6ace 100644 --- a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListRealtimeLogConfigsRequest, ListRealtimeLogConfigsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts index f2421aa0aa92..37000b7ed279 100644 --- a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListResponseHeadersPoliciesRequest, ListResponseHeadersPoliciesResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts index cd069cd00be1..dbcfe623ac85 100644 --- a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListStreamingDistributionsRequest, ListStreamingDistributionsResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts index c1b6bcde9cb6..5388f996b403 100644 --- a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts index 071b830ef9b8..5dbb58c87e11 100644 --- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { PublishFunctionRequest, PublishFunctionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/TagResourceCommand.ts b/clients/client-cloudfront/src/commands/TagResourceCommand.ts index e629c41736c4..3333f16616b1 100644 --- a/clients/client-cloudfront/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { TagResourceRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts index ef6ede689ad5..ce937ead1265 100644 --- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts index 593a18e82e64..ce86c3ede617 100644 --- a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UntagResourceRequest } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts index 0aa6874f8574..0eece89a9cdc 100644 --- a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateCachePolicyRequest, UpdateCachePolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts index 3e373e356242..805733b40703 100644 --- a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts index 9189f756a7b4..4507cc0f5d57 100644 --- a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateContinuousDeploymentPolicyRequest, UpdateContinuousDeploymentPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts index 8471e4f570a2..3d75674fbea6 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts index c7d7a86559d1..089223de4f12 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts index 784922a488d3..f4aa73ef4003 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts index c37f2ac49389..b2c4e10ad3da 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts index 80a0467a7564..7cce8ce3202b 100644 --- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts index 2fc28785870f..dd4ef471a200 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts index 45e6d3811574..9a1dd4568bb0 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateOriginAccessControlRequest, UpdateOriginAccessControlResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts index db2dc49aca09..72028d369d07 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts index 5c633d249b30..b08102cf8de0 100644 --- a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdatePublicKeyRequest, UpdatePublicKeyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts index f3e681f08761..8fbd5844ce8a 100644 --- a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateRealtimeLogConfigRequest, UpdateRealtimeLogConfigResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts index f9a345e21a42..a4b13eb4c610 100644 --- a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateResponseHeadersPolicyRequest, UpdateResponseHeadersPolicyResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts index 75e581c1f2c4..60a54374a1ed 100644 --- a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient"; import { UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult } from "../models/models_1"; diff --git a/clients/client-cloudfront/src/endpoint/EndpointParameters.ts b/clients/client-cloudfront/src/endpoint/EndpointParameters.ts index 31b86b7abdb0..64950ebac1d2 100644 --- a/clients/client-cloudfront/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudfront/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudfront/src/endpoint/endpointResolver.ts b/clients/client-cloudfront/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudfront/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudfront/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudfront/src/endpoint/ruleset.ts b/clients/client-cloudfront/src/endpoint/ruleset.ts index ba5faf6ea333..bf1fbee1c30a 100644 --- a/clients/client-cloudfront/src/endpoint/ruleset.ts +++ b/clients/client-cloudfront/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudfront/src/models/CloudFrontServiceException.ts b/clients/client-cloudfront/src/models/CloudFrontServiceException.ts index 74e28a502f42..a82f18778462 100644 --- a/clients/client-cloudfront/src/models/CloudFrontServiceException.ts +++ b/clients/client-cloudfront/src/models/CloudFrontServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudfront/src/models/models_0.ts b/clients/client-cloudfront/src/models/models_0.ts index 735d8b6923da..910acafce05c 100644 --- a/clients/client-cloudfront/src/models/models_0.ts +++ b/clients/client-cloudfront/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException"; diff --git a/clients/client-cloudfront/src/models/models_1.ts b/clients/client-cloudfront/src/models/models_1.ts index 9a5040f160e2..9539abf2c51e 100644 --- a/clients/client-cloudfront/src/models/models_1.ts +++ b/clients/client-cloudfront/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException"; import { diff --git a/clients/client-cloudfront/src/pagination/Interfaces.ts b/clients/client-cloudfront/src/pagination/Interfaces.ts index 9d836df46db0..ada12ec7287a 100644 --- a/clients/client-cloudfront/src/pagination/Interfaces.ts +++ b/clients/client-cloudfront/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudFrontClient } from "../CloudFrontClient"; diff --git a/clients/client-cloudfront/src/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts b/clients/client-cloudfront/src/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts index 6f931b784333..062d8f5b6b1e 100644 --- a/clients/client-cloudfront/src/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +++ b/clients/client-cloudfront/src/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFrontClient } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/pagination/ListDistributionsPaginator.ts b/clients/client-cloudfront/src/pagination/ListDistributionsPaginator.ts index 08da59b0c32e..91439b224bbf 100644 --- a/clients/client-cloudfront/src/pagination/ListDistributionsPaginator.ts +++ b/clients/client-cloudfront/src/pagination/ListDistributionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFrontClient } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/pagination/ListInvalidationsPaginator.ts b/clients/client-cloudfront/src/pagination/ListInvalidationsPaginator.ts index 93d1f5173b9b..ff775bb94601 100644 --- a/clients/client-cloudfront/src/pagination/ListInvalidationsPaginator.ts +++ b/clients/client-cloudfront/src/pagination/ListInvalidationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFrontClient } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/pagination/ListStreamingDistributionsPaginator.ts b/clients/client-cloudfront/src/pagination/ListStreamingDistributionsPaginator.ts index 88b67684502a..7bb7b85638ca 100644 --- a/clients/client-cloudfront/src/pagination/ListStreamingDistributionsPaginator.ts +++ b/clients/client-cloudfront/src/pagination/ListStreamingDistributionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudFrontClient } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudfront/src/protocols/Aws_restXml.ts b/clients/client-cloudfront/src/protocols/Aws_restXml.ts index 9fb91f6f1229..1b9a65660ba6 100644 --- a/clients/client-cloudfront/src/protocols/Aws_restXml.ts +++ b/clients/client-cloudfront/src/protocols/Aws_restXml.ts @@ -1,4 +1,6 @@ // smithy-typescript generated code +import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -16,11 +18,12 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "../commands/AssociateAliasCommand"; diff --git a/clients/client-cloudfront/src/runtimeConfig.browser.ts b/clients/client-cloudfront/src/runtimeConfig.browser.ts index 35a884232f6e..0e48f1895e18 100644 --- a/clients/client-cloudfront/src/runtimeConfig.browser.ts +++ b/clients/client-cloudfront/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudFrontClientConfig } from "./CloudFrontClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudfront/src/runtimeConfig.shared.ts b/clients/client-cloudfront/src/runtimeConfig.shared.ts index eb06e0b9549a..b371285b64a0 100644 --- a/clients/client-cloudfront/src/runtimeConfig.shared.ts +++ b/clients/client-cloudfront/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudFrontClientConfig } from "./CloudFrontClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudfront/src/runtimeConfig.ts b/clients/client-cloudfront/src/runtimeConfig.ts index 76aedc42352e..a01b38074884 100644 --- a/clients/client-cloudfront/src/runtimeConfig.ts +++ b/clients/client-cloudfront/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudFrontClientConfig } from "./CloudFrontClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudfront/src/waiters/waitForDistributionDeployed.ts b/clients/client-cloudfront/src/waiters/waitForDistributionDeployed.ts index 73ba32e197f7..4ab97e102822 100644 --- a/clients/client-cloudfront/src/waiters/waitForDistributionDeployed.ts +++ b/clients/client-cloudfront/src/waiters/waitForDistributionDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFrontClient } from "../CloudFrontClient"; import { GetDistributionCommand, GetDistributionCommandInput } from "../commands/GetDistributionCommand"; diff --git a/clients/client-cloudfront/src/waiters/waitForInvalidationCompleted.ts b/clients/client-cloudfront/src/waiters/waitForInvalidationCompleted.ts index 105cad50c25d..7febce31ef44 100644 --- a/clients/client-cloudfront/src/waiters/waitForInvalidationCompleted.ts +++ b/clients/client-cloudfront/src/waiters/waitForInvalidationCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFrontClient } from "../CloudFrontClient"; import { GetInvalidationCommand, GetInvalidationCommandInput } from "../commands/GetInvalidationCommand"; diff --git a/clients/client-cloudfront/src/waiters/waitForStreamingDistributionDeployed.ts b/clients/client-cloudfront/src/waiters/waitForStreamingDistributionDeployed.ts index 6da63469deff..6c0b0a0db41c 100644 --- a/clients/client-cloudfront/src/waiters/waitForStreamingDistributionDeployed.ts +++ b/clients/client-cloudfront/src/waiters/waitForStreamingDistributionDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudFrontClient } from "../CloudFrontClient"; import { diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index 52f18955ed9e..9698d2d2b8c0 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudhsm-v2/src/CloudHSMV2.ts b/clients/client-cloudhsm-v2/src/CloudHSMV2.ts index 07f749f6ac01..892ca531b827 100644 --- a/clients/client-cloudhsm-v2/src/CloudHSMV2.ts +++ b/clients/client-cloudhsm-v2/src/CloudHSMV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudHSMV2Client, CloudHSMV2ClientConfig } from "./CloudHSMV2Client"; import { diff --git a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts index 215300c16896..816d2e6a1ea3 100644 --- a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts +++ b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput } from "./commands/CopyBackupToRegionCommand"; @@ -129,7 +127,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -238,7 +236,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts index 4e0706c21e3a..2076a348c2d2 100644 --- a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { CopyBackupToRegionRequest, CopyBackupToRegionResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts index bb38c6db891d..9a773ae464cd 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts index a89b45542a26..60ebc13ce918 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts index 45a2f22ea771..b582c12017e4 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts index 8aec8428f6cd..4a5fe5423763 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts index 369e8642408c..d86ae85613f9 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts index 66110ec46154..b70856556a79 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts index 54b358fcc843..12acfdaf3467 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts index 4a5da0e50201..e5dda9dfb0cc 100644 --- a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { InitializeClusterRequest, InitializeClusterResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts index 2ee884a34fe1..5723df9e57f5 100644 --- a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts index 1a0610339454..cd0b64df9cfa 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { ModifyBackupAttributesRequest, ModifyBackupAttributesResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts index c91fe90fd87a..e03bc1b8d4c7 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { ModifyClusterRequest, ModifyClusterResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts index 8de098794fb0..b41e3d162318 100644 --- a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { RestoreBackupRequest, RestoreBackupResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts index d1f5600b20bc..8df4074bf842 100644 --- a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts index 9a5250599f59..8a8e34d0970a 100644 --- a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm-v2/src/endpoint/EndpointParameters.ts b/clients/client-cloudhsm-v2/src/endpoint/EndpointParameters.ts index a5bd4ce3807f..e0e1b62ff8b1 100644 --- a/clients/client-cloudhsm-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudhsm-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudhsm-v2/src/endpoint/endpointResolver.ts b/clients/client-cloudhsm-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudhsm-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudhsm-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudhsm-v2/src/endpoint/ruleset.ts b/clients/client-cloudhsm-v2/src/endpoint/ruleset.ts index 31c803377c36..b7d4a42ab5c0 100644 --- a/clients/client-cloudhsm-v2/src/endpoint/ruleset.ts +++ b/clients/client-cloudhsm-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts b/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts index effaa362a450..357050cca66a 100644 --- a/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts +++ b/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudhsm-v2/src/models/models_0.ts b/clients/client-cloudhsm-v2/src/models/models_0.ts index 7a969bb020b9..98a909f659d8 100644 --- a/clients/client-cloudhsm-v2/src/models/models_0.ts +++ b/clients/client-cloudhsm-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudHSMV2ServiceException as __BaseException } from "./CloudHSMV2ServiceException"; diff --git a/clients/client-cloudhsm-v2/src/pagination/DescribeBackupsPaginator.ts b/clients/client-cloudhsm-v2/src/pagination/DescribeBackupsPaginator.ts index 0c6862c0ffcd..b3b9b3c87d33 100644 --- a/clients/client-cloudhsm-v2/src/pagination/DescribeBackupsPaginator.ts +++ b/clients/client-cloudhsm-v2/src/pagination/DescribeBackupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudHSMV2Client } from "../CloudHSMV2Client"; import { diff --git a/clients/client-cloudhsm-v2/src/pagination/DescribeClustersPaginator.ts b/clients/client-cloudhsm-v2/src/pagination/DescribeClustersPaginator.ts index b0afbe70ee2f..46863e489435 100644 --- a/clients/client-cloudhsm-v2/src/pagination/DescribeClustersPaginator.ts +++ b/clients/client-cloudhsm-v2/src/pagination/DescribeClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudHSMV2Client } from "../CloudHSMV2Client"; import { diff --git a/clients/client-cloudhsm-v2/src/pagination/Interfaces.ts b/clients/client-cloudhsm-v2/src/pagination/Interfaces.ts index 9779c79bc645..5175b152a9cf 100644 --- a/clients/client-cloudhsm-v2/src/pagination/Interfaces.ts +++ b/clients/client-cloudhsm-v2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudHSMV2Client } from "../CloudHSMV2Client"; diff --git a/clients/client-cloudhsm-v2/src/pagination/ListTagsPaginator.ts b/clients/client-cloudhsm-v2/src/pagination/ListTagsPaginator.ts index f95d5a12ca1e..bf860ecbfd09 100644 --- a/clients/client-cloudhsm-v2/src/pagination/ListTagsPaginator.ts +++ b/clients/client-cloudhsm-v2/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudHSMV2Client } from "../CloudHSMV2Client"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; diff --git a/clients/client-cloudhsm-v2/src/protocols/Aws_json1_1.ts b/clients/client-cloudhsm-v2/src/protocols/Aws_json1_1.ts index e315024caa00..97fd8db93971 100644 --- a/clients/client-cloudhsm-v2/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloudhsm-v2/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput } from "../commands/CopyBackupToRegionCommand"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand"; diff --git a/clients/client-cloudhsm-v2/src/runtimeConfig.browser.ts b/clients/client-cloudhsm-v2/src/runtimeConfig.browser.ts index 8ef5f40bf002..3411ed4b91d3 100644 --- a/clients/client-cloudhsm-v2/src/runtimeConfig.browser.ts +++ b/clients/client-cloudhsm-v2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudhsm-v2/src/runtimeConfig.shared.ts b/clients/client-cloudhsm-v2/src/runtimeConfig.shared.ts index aa0395240114..cc6b109152a6 100644 --- a/clients/client-cloudhsm-v2/src/runtimeConfig.shared.ts +++ b/clients/client-cloudhsm-v2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudhsm-v2/src/runtimeConfig.ts b/clients/client-cloudhsm-v2/src/runtimeConfig.ts index 90c4c8402b6c..ac16107692c8 100644 --- a/clients/client-cloudhsm-v2/src/runtimeConfig.ts +++ b/clients/client-cloudhsm-v2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudHSMV2ClientConfig } from "./CloudHSMV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index 6f2707c57a7d..f146ba06aeb7 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudhsm/src/CloudHSM.ts b/clients/client-cloudhsm/src/CloudHSM.ts index 318f9c058347..85a5b040e81c 100644 --- a/clients/client-cloudhsm/src/CloudHSM.ts +++ b/clients/client-cloudhsm/src/CloudHSM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudHSMClient, CloudHSMClientConfig } from "./CloudHSMClient"; import { diff --git a/clients/client-cloudhsm/src/CloudHSMClient.ts b/clients/client-cloudhsm/src/CloudHSMClient.ts index 64e00c4921ac..54cc1d03faf0 100644 --- a/clients/client-cloudhsm/src/CloudHSMClient.ts +++ b/clients/client-cloudhsm/src/CloudHSMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand"; @@ -147,7 +145,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -256,7 +254,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts index ddf9c065d064..362dd4a4929c 100644 --- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts index 49c94ac1700f..649d9ca96e9d 100644 --- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts index 18ab61a12fdf..fa0eb5d42635 100644 --- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts index 089e1a5bbd92..d26b07c13b1a 100644 --- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts index 96aee11469bb..554896b26a83 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts index 6ec8b939ea0c..1635bff457a0 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts index 3cb9d9a750c2..9cf2b6575a7b 100644 --- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts index ebf6c4261229..4b04482b75a6 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts index 7cc9ca101b1a..28c75843aa0f 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts index 6193f57369fa..c14f4f420210 100644 --- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts index 33671a8f868c..e77f215ea244 100644 --- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { GetConfigRequest, GetConfigResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts index d0bb74e53b2c..1c5efa328cd7 100644 --- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts index fda4a4723cbb..b70df9ff97e8 100644 --- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts index b625fc078a85..a996b554db6d 100644 --- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts index 311dbdb2962d..be50e13f2361 100644 --- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts index c6ca18fb9f0c..678498ad100a 100644 --- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts index 27bee1d8a20b..e3f6f274f3db 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts index 0f8b5512e4e0..fd464249f24d 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts index 2febf42c0a79..e2b814463505 100644 --- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts index c3fe4557a58a..05afa43b13e3 100644 --- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient"; import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudhsm/src/endpoint/EndpointParameters.ts b/clients/client-cloudhsm/src/endpoint/EndpointParameters.ts index a5bd4ce3807f..e0e1b62ff8b1 100644 --- a/clients/client-cloudhsm/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudhsm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudhsm/src/endpoint/endpointResolver.ts b/clients/client-cloudhsm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudhsm/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudhsm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudhsm/src/endpoint/ruleset.ts b/clients/client-cloudhsm/src/endpoint/ruleset.ts index a0666c060256..027de98abfef 100644 --- a/clients/client-cloudhsm/src/endpoint/ruleset.ts +++ b/clients/client-cloudhsm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts b/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts index 091fe5506fcc..c604a00ea4ed 100644 --- a/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts +++ b/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudhsm/src/models/models_0.ts b/clients/client-cloudhsm/src/models/models_0.ts index 0704688b8439..9bc289222b61 100644 --- a/clients/client-cloudhsm/src/models/models_0.ts +++ b/clients/client-cloudhsm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException"; diff --git a/clients/client-cloudhsm/src/protocols/Aws_json1_1.ts b/clients/client-cloudhsm/src/protocols/Aws_json1_1.ts index f8a3bc170bc1..2939b0f0d731 100644 --- a/clients/client-cloudhsm/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloudhsm/src/protocols/Aws_json1_1.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand"; import { CreateHapgCommandInput, CreateHapgCommandOutput } from "../commands/CreateHapgCommand"; diff --git a/clients/client-cloudhsm/src/runtimeConfig.browser.ts b/clients/client-cloudhsm/src/runtimeConfig.browser.ts index 7922fd958275..642919f3dbee 100644 --- a/clients/client-cloudhsm/src/runtimeConfig.browser.ts +++ b/clients/client-cloudhsm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudHSMClientConfig } from "./CloudHSMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudhsm/src/runtimeConfig.shared.ts b/clients/client-cloudhsm/src/runtimeConfig.shared.ts index 8cd7d3966648..616788202a22 100644 --- a/clients/client-cloudhsm/src/runtimeConfig.shared.ts +++ b/clients/client-cloudhsm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudHSMClientConfig } from "./CloudHSMClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudhsm/src/runtimeConfig.ts b/clients/client-cloudhsm/src/runtimeConfig.ts index 611c57fc257f..f838a641aff8 100644 --- a/clients/client-cloudhsm/src/runtimeConfig.ts +++ b/clients/client-cloudhsm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudHSMClientConfig } from "./CloudHSMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index cc792e1d7252..6fe91836f211 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudsearch-domain/src/CloudSearchDomain.ts b/clients/client-cloudsearch-domain/src/CloudSearchDomain.ts index b587d65ce295..a0d8f5740804 100644 --- a/clients/client-cloudsearch-domain/src/CloudSearchDomain.ts +++ b/clients/client-cloudsearch-domain/src/CloudSearchDomain.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudSearchDomainClient, CloudSearchDomainClientConfig } from "./CloudSearchDomainClient"; import { SearchCommand, SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand"; diff --git a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts index 4cb7ac86c19b..a9fd7b13fb49 100644 --- a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts +++ b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand"; @@ -84,7 +82,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -193,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts index 846842ff77d0..6f2c6dcf1611 100644 --- a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchDomainClientResolvedConfig, diff --git a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts index 23a4c45db8e3..6c4580ac4c73 100644 --- a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchDomainClientResolvedConfig, diff --git a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts index efab49634000..e2ea3ddba656 100644 --- a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchDomainClientResolvedConfig, diff --git a/clients/client-cloudsearch-domain/src/endpoint/EndpointParameters.ts b/clients/client-cloudsearch-domain/src/endpoint/EndpointParameters.ts index c660b6ee8e91..83715721e74a 100644 --- a/clients/client-cloudsearch-domain/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudsearch-domain/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudsearch-domain/src/endpoint/endpointResolver.ts b/clients/client-cloudsearch-domain/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudsearch-domain/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudsearch-domain/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudsearch-domain/src/endpoint/ruleset.ts b/clients/client-cloudsearch-domain/src/endpoint/ruleset.ts index 7177e7bd9b9a..3253cc5e5bc9 100644 --- a/clients/client-cloudsearch-domain/src/endpoint/ruleset.ts +++ b/clients/client-cloudsearch-domain/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts b/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts index ef365de0e8c2..d3cef4c5330c 100644 --- a/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts +++ b/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudsearch-domain/src/models/models_0.ts b/clients/client-cloudsearch-domain/src/models/models_0.ts index 223c2c4e39e7..53a21be7361c 100644 --- a/clients/client-cloudsearch-domain/src/models/models_0.ts +++ b/clients/client-cloudsearch-domain/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { CloudSearchDomainServiceException as __BaseException } from "./CloudSearchDomainServiceException"; diff --git a/clients/client-cloudsearch-domain/src/protocols/Aws_restJson1.ts b/clients/client-cloudsearch-domain/src/protocols/Aws_restJson1.ts index 5d7f2b5a2d17..72ab6be61106 100644 --- a/clients/client-cloudsearch-domain/src/protocols/Aws_restJson1.ts +++ b/clients/client-cloudsearch-domain/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand"; import { SuggestCommandInput, SuggestCommandOutput } from "../commands/SuggestCommand"; diff --git a/clients/client-cloudsearch-domain/src/runtimeConfig.browser.ts b/clients/client-cloudsearch-domain/src/runtimeConfig.browser.ts index d42562b27f86..2a0f25079acd 100644 --- a/clients/client-cloudsearch-domain/src/runtimeConfig.browser.ts +++ b/clients/client-cloudsearch-domain/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudsearch-domain/src/runtimeConfig.shared.ts b/clients/client-cloudsearch-domain/src/runtimeConfig.shared.ts index 9fc8285f0515..3c37538b60c8 100644 --- a/clients/client-cloudsearch-domain/src/runtimeConfig.shared.ts +++ b/clients/client-cloudsearch-domain/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudsearch-domain/src/runtimeConfig.ts b/clients/client-cloudsearch-domain/src/runtimeConfig.ts index cd1606028650..7a360f7cb066 100644 --- a/clients/client-cloudsearch-domain/src/runtimeConfig.ts +++ b/clients/client-cloudsearch-domain/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudSearchDomainClientConfig } from "./CloudSearchDomainClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index eb9981e5efff..033ca49291e3 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudsearch/src/CloudSearch.ts b/clients/client-cloudsearch/src/CloudSearch.ts index c27f5b0e1cc1..c67492770b96 100644 --- a/clients/client-cloudsearch/src/CloudSearch.ts +++ b/clients/client-cloudsearch/src/CloudSearch.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudSearchClient, CloudSearchClientConfig } from "./CloudSearchClient"; import { diff --git a/clients/client-cloudsearch/src/CloudSearchClient.ts b/clients/client-cloudsearch/src/CloudSearchClient.ts index 2102a1756ffc..d0301c21d93a 100644 --- a/clients/client-cloudsearch/src/CloudSearchClient.ts +++ b/clients/client-cloudsearch/src/CloudSearchClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand"; @@ -198,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -307,7 +305,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts index 1cd4c912450c..40664a7868c5 100644 --- a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts index 82c891905f4a..7a2614dc0388 100644 --- a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts index 641f156dd643..86dced41dd13 100644 --- a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts index 49af160dcd24..dded220df460 100644 --- a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts index 73ca3b53825f..27791fbfd13d 100644 --- a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts index f2a5b4938a02..9c64a308b66f 100644 --- a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts index 671b0540e16b..816d6642e686 100644 --- a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts index cbc0ccf26330..a0c8c608fd24 100644 --- a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts index 3cd162e76fa9..031d83e7f2ff 100644 --- a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts index 33024a3a76b4..b2a9ad033d50 100644 --- a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts index 2cfd459e6b92..ec51fa357b40 100644 --- a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts index 27be7e9b61f9..0eb38f50d2b2 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts index 67fb4b00f733..4284bc6b335e 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts index aea3d256a883..35c48989f059 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts index e493821d5d1d..90ffcd71d881 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts index ab6e9178b5b9..1340a5105fdb 100644 --- a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts index 948a13bedad0..e20c81b2b071 100644 --- a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts index 2a8d2d0e8b0b..339c38c0f54b 100644 --- a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts index d86d1d48d653..0c15c8833f0a 100644 --- a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts index d41cb8158888..3985f89ab901 100644 --- a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts index e168dfa5deb0..c59281722bf7 100644 --- a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts +++ b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts index 14ed8bd9db1b..109111b786cf 100644 --- a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { ListDomainNamesResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts index 6be961cced0f..44c92e55ec60 100644 --- a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts index 38846aa8fcfc..79f2be105c73 100644 --- a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts index 9998b80ed001..5e8f9e8ff080 100644 --- a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts index 06d21cbeb02b..0019bc1092a4 100644 --- a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient"; import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-cloudsearch/src/endpoint/EndpointParameters.ts b/clients/client-cloudsearch/src/endpoint/EndpointParameters.ts index c660b6ee8e91..83715721e74a 100644 --- a/clients/client-cloudsearch/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudsearch/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudsearch/src/endpoint/endpointResolver.ts b/clients/client-cloudsearch/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudsearch/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudsearch/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudsearch/src/endpoint/ruleset.ts b/clients/client-cloudsearch/src/endpoint/ruleset.ts index df06775a104d..78b2164610fd 100644 --- a/clients/client-cloudsearch/src/endpoint/ruleset.ts +++ b/clients/client-cloudsearch/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts b/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts index 3d85b7a063ec..884f45df682e 100644 --- a/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts +++ b/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudsearch/src/models/models_0.ts b/clients/client-cloudsearch/src/models/models_0.ts index b66eb1fb1d8d..10f0cb953c15 100644 --- a/clients/client-cloudsearch/src/models/models_0.ts +++ b/clients/client-cloudsearch/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudSearchServiceException as __BaseException } from "./CloudSearchServiceException"; diff --git a/clients/client-cloudsearch/src/protocols/Aws_query.ts b/clients/client-cloudsearch/src/protocols/Aws_query.ts index 1898f07084f8..a6fc23b09ac5 100644 --- a/clients/client-cloudsearch/src/protocols/Aws_query.ts +++ b/clients/client-cloudsearch/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -14,10 +15,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "../commands/BuildSuggestersCommand"; diff --git a/clients/client-cloudsearch/src/runtimeConfig.browser.ts b/clients/client-cloudsearch/src/runtimeConfig.browser.ts index 8e03031a6461..90100a1d32fa 100644 --- a/clients/client-cloudsearch/src/runtimeConfig.browser.ts +++ b/clients/client-cloudsearch/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudSearchClientConfig } from "./CloudSearchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudsearch/src/runtimeConfig.shared.ts b/clients/client-cloudsearch/src/runtimeConfig.shared.ts index 4ef1be64f07e..a36929c4d945 100644 --- a/clients/client-cloudsearch/src/runtimeConfig.shared.ts +++ b/clients/client-cloudsearch/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudSearchClientConfig } from "./CloudSearchClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudsearch/src/runtimeConfig.ts b/clients/client-cloudsearch/src/runtimeConfig.ts index d76de8047ae2..48fbe2e437d5 100644 --- a/clients/client-cloudsearch/src/runtimeConfig.ts +++ b/clients/client-cloudsearch/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudSearchClientConfig } from "./CloudSearchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudtrail-data/package.json b/clients/client-cloudtrail-data/package.json index 7a3774c298a9..03c703a9641d 100644 --- a/clients/client-cloudtrail-data/package.json +++ b/clients/client-cloudtrail-data/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudtrail-data/src/CloudTrailData.ts b/clients/client-cloudtrail-data/src/CloudTrailData.ts index f6fd9812531a..4eb92af35555 100644 --- a/clients/client-cloudtrail-data/src/CloudTrailData.ts +++ b/clients/client-cloudtrail-data/src/CloudTrailData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudTrailDataClient, CloudTrailDataClientConfig } from "./CloudTrailDataClient"; import { diff --git a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts index 9ade682a7a1e..f1bb45387232 100644 --- a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts +++ b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { PutAuditEventsCommandInput, PutAuditEventsCommandOutput } from "./commands/PutAuditEventsCommand"; @@ -82,7 +80,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -191,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts index 1b7911df53a1..13bf2a00e141 100644 --- a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts +++ b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailDataClient"; import { PutAuditEventsRequest, PutAuditEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail-data/src/endpoint/EndpointParameters.ts b/clients/client-cloudtrail-data/src/endpoint/EndpointParameters.ts index 99a2058d8aaf..d072ba77a712 100644 --- a/clients/client-cloudtrail-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudtrail-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudtrail-data/src/endpoint/endpointResolver.ts b/clients/client-cloudtrail-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudtrail-data/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudtrail-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudtrail-data/src/endpoint/ruleset.ts b/clients/client-cloudtrail-data/src/endpoint/ruleset.ts index 4a2fbfc37bff..1bb5f73a5ff1 100644 --- a/clients/client-cloudtrail-data/src/endpoint/ruleset.ts +++ b/clients/client-cloudtrail-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts b/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts index 314b73c879b9..4b6b7fe9db85 100644 --- a/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts +++ b/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudtrail-data/src/models/models_0.ts b/clients/client-cloudtrail-data/src/models/models_0.ts index 44c07419ec88..9d98d15f535b 100644 --- a/clients/client-cloudtrail-data/src/models/models_0.ts +++ b/clients/client-cloudtrail-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudTrailDataServiceException as __BaseException } from "./CloudTrailDataServiceException"; diff --git a/clients/client-cloudtrail-data/src/protocols/Aws_restJson1.ts b/clients/client-cloudtrail-data/src/protocols/Aws_restJson1.ts index ab4c31ae161d..1db53dd52e09 100644 --- a/clients/client-cloudtrail-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-cloudtrail-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAuditEventsCommandInput, PutAuditEventsCommandOutput } from "../commands/PutAuditEventsCommand"; import { CloudTrailDataServiceException as __BaseException } from "../models/CloudTrailDataServiceException"; diff --git a/clients/client-cloudtrail-data/src/runtimeConfig.browser.ts b/clients/client-cloudtrail-data/src/runtimeConfig.browser.ts index a5afd7a9236a..6aa3647aab04 100644 --- a/clients/client-cloudtrail-data/src/runtimeConfig.browser.ts +++ b/clients/client-cloudtrail-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudTrailDataClientConfig } from "./CloudTrailDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudtrail-data/src/runtimeConfig.shared.ts b/clients/client-cloudtrail-data/src/runtimeConfig.shared.ts index 517c9c6f3fe6..50ee308c96ef 100644 --- a/clients/client-cloudtrail-data/src/runtimeConfig.shared.ts +++ b/clients/client-cloudtrail-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudTrailDataClientConfig } from "./CloudTrailDataClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudtrail-data/src/runtimeConfig.ts b/clients/client-cloudtrail-data/src/runtimeConfig.ts index bd95b20795b5..cb1147533558 100644 --- a/clients/client-cloudtrail-data/src/runtimeConfig.ts +++ b/clients/client-cloudtrail-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudTrailDataClientConfig } from "./CloudTrailDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index cbcdbdf8d9fe..0fd0d97e533e 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudtrail/src/CloudTrail.ts b/clients/client-cloudtrail/src/CloudTrail.ts index 801bf66d08ca..6655739544e5 100644 --- a/clients/client-cloudtrail/src/CloudTrail.ts +++ b/clients/client-cloudtrail/src/CloudTrail.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudTrailClient, CloudTrailClientConfig } from "./CloudTrailClient"; import { AddTagsCommand, AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; diff --git a/clients/client-cloudtrail/src/CloudTrailClient.ts b/clients/client-cloudtrail/src/CloudTrailClient.ts index ebd38b24a732..ddc90f50bc94 100644 --- a/clients/client-cloudtrail/src/CloudTrailClient.ts +++ b/clients/client-cloudtrail/src/CloudTrailClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; @@ -255,7 +253,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -364,7 +362,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts index 18a7e0126088..79989dde7629 100644 --- a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { AddTagsRequest, AddTagsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts index e03ef60bc3fc..37e4af7d6822 100644 --- a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts index 8b6c47e3bfe0..4d4b93a90b5c 100644 --- a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts index 3fe474e761e7..64926d3b0b1f 100644 --- a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { CreateEventDataStoreRequest, CreateEventDataStoreResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts index a71a7b3f1a13..fbd8ceeae61c 100644 --- a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts index 927f357927dd..92c251776805 100644 --- a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts index ed0139642e23..89517a5a2b0d 100644 --- a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DeleteEventDataStoreRequest, DeleteEventDataStoreResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts index 9eb6b4de1326..c0752bd645b5 100644 --- a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts index efc515cea6c5..22420c748508 100644 --- a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts index 890395cc5c1d..9f8488db40d8 100644 --- a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts index 950f452af798..3924ab8d7884 100644 --- a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts index 144d48be644d..8d59411204de 100644 --- a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts index ac61b602c0de..40cfe99c27ba 100644 --- a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts index cb997d6c98b4..83b3aac0f3f2 100644 --- a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts index bb73f3c5d15d..35add0b68db0 100644 --- a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetImportCommand.ts b/clients/client-cloudtrail/src/commands/GetImportCommand.ts index 156fb733d768..00885c1f2cf9 100644 --- a/clients/client-cloudtrail/src/commands/GetImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetImportRequest, GetImportResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts index ee92d563595c..6adf34d7b3d9 100644 --- a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts index 7d2cae5ff8fd..4fa54aff1463 100644 --- a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts index c50b6f5eba0d..14839acc6ec7 100644 --- a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts index 92e3571020af..ecfaea3b87d9 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetTrailRequest, GetTrailResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts index 180c206c6220..3712abbaf596 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts index 81bedf398e9e..74da58201551 100644 --- a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts index 80bdfa6ffb3a..58b27257798e 100644 --- a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts index f308a52c25d0..fa5f1e0fac24 100644 --- a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts index e48d29c3fb79..b180aba5934f 100644 --- a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListImportsRequest, ListImportsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts index 9977072ba0c2..d1c7d085da1c 100644 --- a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts index db328d97420b..06537453f263 100644 --- a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts index 715e4650ba33..3ade8f404b5c 100644 --- a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts index 1ed8bba3f004..a6172fc8f1b2 100644 --- a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts index 3e87e959bafd..6ba7d09eeccc 100644 --- a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts +++ b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts index dccfb767515a..df4497fb7e48 100644 --- a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts index 221d02be636d..8dd28b0ea32a 100644 --- a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts index 8cf6a64a7f04..617bc3d792ae 100644 --- a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts index e744562e5239..ed073e8a4f6e 100644 --- a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts index 60750104ee2c..310d991152fa 100644 --- a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts index 9e001bb11cdb..a5a1d5c03699 100644 --- a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts index 6f30796a7f58..54acbf735ecc 100644 --- a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StartEventDataStoreIngestionRequest, StartEventDataStoreIngestionResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StartImportCommand.ts b/clients/client-cloudtrail/src/commands/StartImportCommand.ts index dc57ee967f7e..01a674a79f49 100644 --- a/clients/client-cloudtrail/src/commands/StartImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StartImportRequest, StartImportResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts index 219b8cee6703..df27bff52286 100644 --- a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts index 55912bd8874f..c548c1e7ea2a 100644 --- a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StartQueryRequest, StartQueryResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts index 95d77046e879..baeca3ae264a 100644 --- a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StopEventDataStoreIngestionRequest, StopEventDataStoreIngestionResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StopImportCommand.ts b/clients/client-cloudtrail/src/commands/StopImportCommand.ts index d817de77277b..bed3c9f57597 100644 --- a/clients/client-cloudtrail/src/commands/StopImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StopImportRequest, StopImportResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts index 4ce6cf5e33c4..534f69024467 100644 --- a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts index 0a7b2f1f07d1..988356ce1ea0 100644 --- a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts index 0e2cd96005f0..0b0afe55642f 100644 --- a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts index 707bc1158bf4..2d18f235a83b 100644 --- a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient"; import { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0"; diff --git a/clients/client-cloudtrail/src/endpoint/EndpointParameters.ts b/clients/client-cloudtrail/src/endpoint/EndpointParameters.ts index 5d1cb68d9cfe..80ee91e9caed 100644 --- a/clients/client-cloudtrail/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudtrail/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudtrail/src/endpoint/endpointResolver.ts b/clients/client-cloudtrail/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudtrail/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudtrail/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudtrail/src/endpoint/ruleset.ts b/clients/client-cloudtrail/src/endpoint/ruleset.ts index 94d7c09fb4b7..6c34160acb1d 100644 --- a/clients/client-cloudtrail/src/endpoint/ruleset.ts +++ b/clients/client-cloudtrail/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts b/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts index 02853f53368f..a577ddfab986 100644 --- a/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts +++ b/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudtrail/src/models/models_0.ts b/clients/client-cloudtrail/src/models/models_0.ts index 77688db8141e..aa175d461bfc 100644 --- a/clients/client-cloudtrail/src/models/models_0.ts +++ b/clients/client-cloudtrail/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException"; diff --git a/clients/client-cloudtrail/src/pagination/GetQueryResultsPaginator.ts b/clients/client-cloudtrail/src/pagination/GetQueryResultsPaginator.ts index 148c66f504ac..092a00b65ae8 100644 --- a/clients/client-cloudtrail/src/pagination/GetQueryResultsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/GetQueryResultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/pagination/Interfaces.ts b/clients/client-cloudtrail/src/pagination/Interfaces.ts index 659bf2bf7270..6ff1e06c19b1 100644 --- a/clients/client-cloudtrail/src/pagination/Interfaces.ts +++ b/clients/client-cloudtrail/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; diff --git a/clients/client-cloudtrail/src/pagination/ListChannelsPaginator.ts b/clients/client-cloudtrail/src/pagination/ListChannelsPaginator.ts index 54f3d643a0d7..e2bbc75d6e4e 100644 --- a/clients/client-cloudtrail/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/pagination/ListEventDataStoresPaginator.ts b/clients/client-cloudtrail/src/pagination/ListEventDataStoresPaginator.ts index caa68d84a4c5..61dd994d5102 100644 --- a/clients/client-cloudtrail/src/pagination/ListEventDataStoresPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListEventDataStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/pagination/ListImportFailuresPaginator.ts b/clients/client-cloudtrail/src/pagination/ListImportFailuresPaginator.ts index f557cad1fc1b..20fa92eec416 100644 --- a/clients/client-cloudtrail/src/pagination/ListImportFailuresPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListImportFailuresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/pagination/ListImportsPaginator.ts b/clients/client-cloudtrail/src/pagination/ListImportsPaginator.ts index 2ffeee05dc8b..ab97b20b793a 100644 --- a/clients/client-cloudtrail/src/pagination/ListImportsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListImportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand"; diff --git a/clients/client-cloudtrail/src/pagination/ListPublicKeysPaginator.ts b/clients/client-cloudtrail/src/pagination/ListPublicKeysPaginator.ts index b8dac461f3b0..cbf14c700b2b 100644 --- a/clients/client-cloudtrail/src/pagination/ListPublicKeysPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListPublicKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/pagination/ListQueriesPaginator.ts b/clients/client-cloudtrail/src/pagination/ListQueriesPaginator.ts index ffc1c3c4f36d..42d34d5c6399 100644 --- a/clients/client-cloudtrail/src/pagination/ListQueriesPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListQueriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { ListQueriesCommand, ListQueriesCommandInput, ListQueriesCommandOutput } from "../commands/ListQueriesCommand"; diff --git a/clients/client-cloudtrail/src/pagination/ListTagsPaginator.ts b/clients/client-cloudtrail/src/pagination/ListTagsPaginator.ts index 6ea1f4940a2d..a621ca1f8638 100644 --- a/clients/client-cloudtrail/src/pagination/ListTagsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; diff --git a/clients/client-cloudtrail/src/pagination/ListTrailsPaginator.ts b/clients/client-cloudtrail/src/pagination/ListTrailsPaginator.ts index 4cf267ab99f1..3f7b50f9cb23 100644 --- a/clients/client-cloudtrail/src/pagination/ListTrailsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/ListTrailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { ListTrailsCommand, ListTrailsCommandInput, ListTrailsCommandOutput } from "../commands/ListTrailsCommand"; diff --git a/clients/client-cloudtrail/src/pagination/LookupEventsPaginator.ts b/clients/client-cloudtrail/src/pagination/LookupEventsPaginator.ts index 07e22960d7ff..5a2e037718a3 100644 --- a/clients/client-cloudtrail/src/pagination/LookupEventsPaginator.ts +++ b/clients/client-cloudtrail/src/pagination/LookupEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudTrailClient } from "../CloudTrailClient"; import { diff --git a/clients/client-cloudtrail/src/protocols/Aws_json1_1.ts b/clients/client-cloudtrail/src/protocols/Aws_json1_1.ts index b80df41f0241..69278dadd1c0 100644 --- a/clients/client-cloudtrail/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloudtrail/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand"; import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand"; diff --git a/clients/client-cloudtrail/src/runtimeConfig.browser.ts b/clients/client-cloudtrail/src/runtimeConfig.browser.ts index 728c33a5ad09..53a70f05d3a6 100644 --- a/clients/client-cloudtrail/src/runtimeConfig.browser.ts +++ b/clients/client-cloudtrail/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudTrailClientConfig } from "./CloudTrailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudtrail/src/runtimeConfig.shared.ts b/clients/client-cloudtrail/src/runtimeConfig.shared.ts index 6a2b065baaad..a6182e2c8253 100644 --- a/clients/client-cloudtrail/src/runtimeConfig.shared.ts +++ b/clients/client-cloudtrail/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudTrailClientConfig } from "./CloudTrailClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudtrail/src/runtimeConfig.ts b/clients/client-cloudtrail/src/runtimeConfig.ts index f110609ab207..79f0c8b133ac 100644 --- a/clients/client-cloudtrail/src/runtimeConfig.ts +++ b/clients/client-cloudtrail/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudTrailClientConfig } from "./CloudTrailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index 3704105d1163..cf20954fb2ff 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudwatch-events/src/CloudWatchEvents.ts b/clients/client-cloudwatch-events/src/CloudWatchEvents.ts index 66da168d670d..91dde2c546e0 100644 --- a/clients/client-cloudwatch-events/src/CloudWatchEvents.ts +++ b/clients/client-cloudwatch-events/src/CloudWatchEvents.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudWatchEventsClient, CloudWatchEventsClientConfig } from "./CloudWatchEventsClient"; import { diff --git a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts index 65a3beb9df18..547f8269181d 100644 --- a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts +++ b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -282,7 +280,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -391,7 +389,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts index 44ddf62182d9..c3fd4840acc4 100644 --- a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ActivateEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts index 3e07b552d84c..c47c5f6ffd11 100644 --- a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts index b0faab4e7a04..196c3d2b37c0 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts index 524f604533b2..8d1fc58dae58 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts index 20507f727a91..35302bf73ce2 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts index c915c3326830..24fb83c82327 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts index 927211d37c4a..04d00f517749 100644 --- a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts index c561db919fdf..a40af712f0b5 100644 --- a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeactivateEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts index 69212859e5da..921157149c8b 100644 --- a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts index f1e02e9dea37..6dc722d57b8b 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts index f2c9d44b4e60..ec69e190239c 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts index e23b37165697..c0497c213727 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts index eae9610f99e8..6918213b1ce4 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeleteEventBusRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts index 99dcde44d594..f836004adee1 100644 --- a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeletePartnerEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts index 3e9a22d35437..17d7cfa41d15 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DeleteRuleRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts index 5f677f846a6c..11a3ea93c36d 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts index a5763f6aca1f..449bb4d00584 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts index f3ecbb19267d..8bf802b68f41 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts index e9b6024519c4..bde60a69fb2b 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts index fcdb06ffd962..3b0d1bfa4091 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts index 1dacd9623819..0cd92c5e4b5a 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts index 307e28fbe219..9eaa7dbe72a6 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts index 2f19328c1e59..3bd82dd04148 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts index 3d606ba442d9..f674d82e353f 100644 --- a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { DisableRuleRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts index d7201094f08e..69a1de229770 100644 --- a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { EnableRuleRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts index e74f5a355fed..c8d59059ae6f 100644 --- a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts index 7037a7357ae7..0b1c56347a5a 100644 --- a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts index 5e63e700179c..b544e9b52438 100644 --- a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts index 28323b680385..a46d6aa473f8 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts index 48b285298101..c2b1d98a3adc 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts index 60f61e0de611..8753a72f9770 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts index 3826c2195f41..dde8c64f4726 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts index b2e49fd6aaa2..2775037fb1d6 100644 --- a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts index 883589da2e47..aeab9f9a435e 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts index 7ecfae7bb4a3..2c7f5d128fc2 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts index db40820559cd..f29ee8d9d746 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts index 2bdd317f44e2..3aadd9db8df6 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts index 1ad3db3b8a3b..fed1697133ca 100644 --- a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { PutEventsRequest, PutEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts index 871f41901613..6f2cebd78962 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts index 02fe176e6989..d93e91a97e62 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { PutPermissionRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts index 9b8e8d7f67bb..04e32659176a 100644 --- a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { PutRuleRequest, PutRuleResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts index fdf3263b93f4..c45760272480 100644 --- a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts index 7a9839d291f5..3cf31a2ee019 100644 --- a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { RemovePermissionRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts index 55d4d64b7fe6..9a87788a0aaf 100644 --- a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts index af3fbe4ea036..4ec9348ebbc4 100644 --- a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { StartReplayRequest, StartReplayResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts index 427ab0067c1f..a971ecf6fcfe 100644 --- a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts index 79fd921ac0e5..4fc43a18ea3d 100644 --- a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts index 188ae42e1d9e..69a6c2f927c5 100644 --- a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts index 83ae8a5788b9..5b43b171cd77 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts index 2b2d3c12c009..05e552890abc 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts index 3cb44ae643c0..543d2fad5f69 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient"; import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-events/src/endpoint/EndpointParameters.ts b/clients/client-cloudwatch-events/src/endpoint/EndpointParameters.ts index 0232afdc2e90..6d6a580ea2f7 100644 --- a/clients/client-cloudwatch-events/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudwatch-events/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudwatch-events/src/endpoint/endpointResolver.ts b/clients/client-cloudwatch-events/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudwatch-events/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudwatch-events/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudwatch-events/src/endpoint/ruleset.ts b/clients/client-cloudwatch-events/src/endpoint/ruleset.ts index 20a4b918d6a0..b8520b997e49 100644 --- a/clients/client-cloudwatch-events/src/endpoint/ruleset.ts +++ b/clients/client-cloudwatch-events/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts b/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts index 02de1acf1c6b..25f83e707e8c 100644 --- a/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts +++ b/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudwatch-events/src/models/models_0.ts b/clients/client-cloudwatch-events/src/models/models_0.ts index 1172e31ebef8..4b48f681ef21 100644 --- a/clients/client-cloudwatch-events/src/models/models_0.ts +++ b/clients/client-cloudwatch-events/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudWatchEventsServiceException as __BaseException } from "./CloudWatchEventsServiceException"; diff --git a/clients/client-cloudwatch-events/src/protocols/Aws_json1_1.ts b/clients/client-cloudwatch-events/src/protocols/Aws_json1_1.ts index 5f4f8de381e4..391987de6b7a 100644 --- a/clients/client-cloudwatch-events/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloudwatch-events/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateEventSourceCommandInput, diff --git a/clients/client-cloudwatch-events/src/runtimeConfig.browser.ts b/clients/client-cloudwatch-events/src/runtimeConfig.browser.ts index 1491ba070bee..611b516ce527 100644 --- a/clients/client-cloudwatch-events/src/runtimeConfig.browser.ts +++ b/clients/client-cloudwatch-events/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudwatch-events/src/runtimeConfig.shared.ts b/clients/client-cloudwatch-events/src/runtimeConfig.shared.ts index 84de32746126..adc5c20d9d7f 100644 --- a/clients/client-cloudwatch-events/src/runtimeConfig.shared.ts +++ b/clients/client-cloudwatch-events/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudwatch-events/src/runtimeConfig.ts b/clients/client-cloudwatch-events/src/runtimeConfig.ts index b99c9284c0df..379636089791 100644 --- a/clients/client-cloudwatch-events/src/runtimeConfig.ts +++ b/clients/client-cloudwatch-events/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index 6ef1a25818f2..06450c00b0bc 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudwatch-logs/src/CloudWatchLogs.ts b/clients/client-cloudwatch-logs/src/CloudWatchLogs.ts index 869801ee7ba3..e1f0f2893deb 100644 --- a/clients/client-cloudwatch-logs/src/CloudWatchLogs.ts +++ b/clients/client-cloudwatch-logs/src/CloudWatchLogs.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudWatchLogsClient, CloudWatchLogsClientConfig } from "./CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts index 7bb2d317734b..d8de7a7dd8bd 100644 --- a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts +++ b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateKmsKeyCommandInput, AssociateKmsKeyCommandOutput } from "./commands/AssociateKmsKeyCommand"; @@ -288,7 +286,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -397,7 +395,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts index 785cb2c3a3e8..043aeb9bd801 100644 --- a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { AssociateKmsKeyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts index 584244e53753..4c86e01cab3d 100644 --- a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { CancelExportTaskRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts index 744b932c1f77..edc86b70e0a2 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { CreateExportTaskRequest, CreateExportTaskResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts index 44da855340d0..de59198c5d8f 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { CreateLogGroupRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts index 15122d5144ca..779e7e016bf5 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { CreateLogStreamRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts index f538e9b6fc64..d3be1f3732f5 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteAccountPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts index 1686c0349dfa..31cf6bbe9803 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteDataProtectionPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts index 41deb40e46a7..90b6bbe18944 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteDestinationRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts index cf4c5ea7e6c5..3d08b2cd05bd 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteLogGroupRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts index 2fd37d250689..dee0aaf0a2d4 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteLogStreamRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts index 07a9d3e005e2..3364a9ac82af 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteMetricFilterRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts index a242682e880d..3081f1f9350a 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteQueryDefinitionRequest, DeleteQueryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts index 4642f3b5d92b..4caa778e048c 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteResourcePolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts index d943c2cd7199..24bb96dedbff 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteRetentionPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts index 63cd89cad737..adfcb24b67c3 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DeleteSubscriptionFilterRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts index 0ed11d113321..b97b6aa949df 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeAccountPoliciesRequest, DescribeAccountPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts index b3679bb08a50..cdf21d2b9d12 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeDestinationsRequest, DescribeDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts index 97e31f2ae00e..59dfc53d27b8 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts index af9852d85bc7..442e39a8a472 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeLogGroupsRequest, DescribeLogGroupsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts index e66e7ac4667c..b5b9da645e4d 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeLogStreamsRequest, DescribeLogStreamsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts index 37aee1c49963..8a198323b943 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeMetricFiltersRequest, DescribeMetricFiltersResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts index d7ab723ab5a3..b0a19d92b78e 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeQueriesRequest, DescribeQueriesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts index f93799553378..86d3408c0225 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeQueryDefinitionsRequest, DescribeQueryDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts index d065898119ec..3410385da17d 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeResourcePoliciesRequest, DescribeResourcePoliciesResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts index b10d05eda7a5..c371a33a2f40 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DescribeSubscriptionFiltersRequest, DescribeSubscriptionFiltersResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts index cd56cfecb8a1..3e0f6ba14c0b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { DisassociateKmsKeyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts index 316e98a7bf6f..a679647fc258 100644 --- a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { FilterLogEventsRequest, FilterLogEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts index 2c1613851233..9e31a0dae356 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { GetDataProtectionPolicyRequest, GetDataProtectionPolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts index 92634eafd348..cd143ce7198c 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { GetLogEventsRequest, GetLogEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts index b7ce0e21f263..1aa0562f1c65 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { GetLogGroupFieldsRequest, GetLogGroupFieldsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts index 86d3204e5ed7..98d55cf9539e 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { GetLogRecordRequest, GetLogRecordResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts index 91d7f8f9435a..2cc59d97e529 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts index bc8bf8608846..494899903985 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts index db1e5b69e1e3..f330af2d5e06 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { ListTagsLogGroupRequest, ListTagsLogGroupResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts index a81b40b9255e..4310ec075292 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutAccountPolicyRequest, PutAccountPolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts index f955a82056c0..2b6f4d30e732 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutDataProtectionPolicyRequest, PutDataProtectionPolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts index 2223efc2822c..1aca6d752a08 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutDestinationRequest, PutDestinationResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts index d1ac6952bafe..ca3f75608153 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutDestinationPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts index 335e8c1a4da1..65f8aeebb832 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutLogEventsRequest, PutLogEventsResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts index e5e6e97f6e31..a6bb4a53b431 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutMetricFilterRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts index f38e84ae53a8..cd7482326b96 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutQueryDefinitionRequest, PutQueryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts index f4ce5ab52d83..af9c7b7af570 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts index 701621b4ddd9..1b9d5c68ab97 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutRetentionPolicyRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts index c2e3fd78b5e0..d9caf9ac613b 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { PutSubscriptionFilterRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts index 327ac70f17b1..035a3104899e 100644 --- a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { StartQueryRequest, StartQueryResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts index 669c473cc412..537a53ef9311 100644 --- a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { StopQueryRequest, StopQueryResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts index 9ae462dc240d..99ca9fdbda2d 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { TagLogGroupRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts index b31a23b2e945..11c59db06070 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts index b673564ffd02..9a154d9ebbe6 100644 --- a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { TestMetricFilterRequest, TestMetricFilterResponse } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts index c893c47f9d98..1ecac82bde9f 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { UntagLogGroupRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts index 4d6d6c5f45b5..27d901aae79c 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-cloudwatch-logs/src/endpoint/EndpointParameters.ts b/clients/client-cloudwatch-logs/src/endpoint/EndpointParameters.ts index c7172f10c3da..5c4d89248ea4 100644 --- a/clients/client-cloudwatch-logs/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudwatch-logs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudwatch-logs/src/endpoint/endpointResolver.ts b/clients/client-cloudwatch-logs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudwatch-logs/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudwatch-logs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudwatch-logs/src/endpoint/ruleset.ts b/clients/client-cloudwatch-logs/src/endpoint/ruleset.ts index 94960ef09e01..d4f2dcbce512 100644 --- a/clients/client-cloudwatch-logs/src/endpoint/ruleset.ts +++ b/clients/client-cloudwatch-logs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts b/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts index f749f6cf7842..81bbae71c034 100644 --- a/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts +++ b/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudwatch-logs/src/models/models_0.ts b/clients/client-cloudwatch-logs/src/models/models_0.ts index f5b13ad3f879..8174754b0ef9 100644 --- a/clients/client-cloudwatch-logs/src/models/models_0.ts +++ b/clients/client-cloudwatch-logs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudWatchLogsServiceException as __BaseException } from "./CloudWatchLogsServiceException"; diff --git a/clients/client-cloudwatch-logs/src/pagination/DescribeDestinationsPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/DescribeDestinationsPaginator.ts index a007269375b7..93c34969729e 100644 --- a/clients/client-cloudwatch-logs/src/pagination/DescribeDestinationsPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/DescribeDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/DescribeLogGroupsPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/DescribeLogGroupsPaginator.ts index ca83adfd3445..1407bd165c48 100644 --- a/clients/client-cloudwatch-logs/src/pagination/DescribeLogGroupsPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/DescribeLogGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/DescribeLogStreamsPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/DescribeLogStreamsPaginator.ts index 3e0a06cda82f..b6c0f5b8c593 100644 --- a/clients/client-cloudwatch-logs/src/pagination/DescribeLogStreamsPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/DescribeLogStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/DescribeMetricFiltersPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/DescribeMetricFiltersPaginator.ts index 23b6a16f8c09..b428cec08078 100644 --- a/clients/client-cloudwatch-logs/src/pagination/DescribeMetricFiltersPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/DescribeMetricFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/DescribeSubscriptionFiltersPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/DescribeSubscriptionFiltersPaginator.ts index 50a14abed547..52cb7d786fb0 100644 --- a/clients/client-cloudwatch-logs/src/pagination/DescribeSubscriptionFiltersPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/DescribeSubscriptionFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/FilterLogEventsPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/FilterLogEventsPaginator.ts index b2a66731970c..ccef057d8557 100644 --- a/clients/client-cloudwatch-logs/src/pagination/FilterLogEventsPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/FilterLogEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/GetLogEventsPaginator.ts b/clients/client-cloudwatch-logs/src/pagination/GetLogEventsPaginator.ts index c859e53071b2..308530977fa0 100644 --- a/clients/client-cloudwatch-logs/src/pagination/GetLogEventsPaginator.ts +++ b/clients/client-cloudwatch-logs/src/pagination/GetLogEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { diff --git a/clients/client-cloudwatch-logs/src/pagination/Interfaces.ts b/clients/client-cloudwatch-logs/src/pagination/Interfaces.ts index 2fc35ad5d210..f8a328bd02bf 100644 --- a/clients/client-cloudwatch-logs/src/pagination/Interfaces.ts +++ b/clients/client-cloudwatch-logs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; diff --git a/clients/client-cloudwatch-logs/src/protocols/Aws_json1_1.ts b/clients/client-cloudwatch-logs/src/protocols/Aws_json1_1.ts index 7b92cbeb6084..ede56dc1dfaa 100644 --- a/clients/client-cloudwatch-logs/src/protocols/Aws_json1_1.ts +++ b/clients/client-cloudwatch-logs/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateKmsKeyCommandInput, AssociateKmsKeyCommandOutput } from "../commands/AssociateKmsKeyCommand"; import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "../commands/CancelExportTaskCommand"; diff --git a/clients/client-cloudwatch-logs/src/runtimeConfig.browser.ts b/clients/client-cloudwatch-logs/src/runtimeConfig.browser.ts index 3bbbbee93042..e3f20abf70ef 100644 --- a/clients/client-cloudwatch-logs/src/runtimeConfig.browser.ts +++ b/clients/client-cloudwatch-logs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchLogsClientConfig } from "./CloudWatchLogsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudwatch-logs/src/runtimeConfig.shared.ts b/clients/client-cloudwatch-logs/src/runtimeConfig.shared.ts index cc3205d2c65a..ffbf13e0f301 100644 --- a/clients/client-cloudwatch-logs/src/runtimeConfig.shared.ts +++ b/clients/client-cloudwatch-logs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudWatchLogsClientConfig } from "./CloudWatchLogsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudwatch-logs/src/runtimeConfig.ts b/clients/client-cloudwatch-logs/src/runtimeConfig.ts index 2cbe2cd1df2d..e480f33ee732 100644 --- a/clients/client-cloudwatch-logs/src/runtimeConfig.ts +++ b/clients/client-cloudwatch-logs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchLogsClientConfig } from "./CloudWatchLogsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 461879041e3f..8335ae5288e3 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cloudwatch/src/CloudWatch.ts b/clients/client-cloudwatch/src/CloudWatch.ts index c4c5e6070432..2453a7482d38 100644 --- a/clients/client-cloudwatch/src/CloudWatch.ts +++ b/clients/client-cloudwatch/src/CloudWatch.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloudWatchClient, CloudWatchClientConfig } from "./CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/CloudWatchClient.ts b/clients/client-cloudwatch/src/CloudWatchClient.ts index 94b13957789e..7cf80126325a 100644 --- a/clients/client-cloudwatch/src/CloudWatchClient.ts +++ b/clients/client-cloudwatch/src/CloudWatchClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "./commands/DeleteAlarmsCommand"; @@ -234,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -343,7 +341,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts index 0428bda6ec38..884729e2c2f0 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DeleteAlarmsInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts index 7ddbf7c22641..ce66f927f571 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts index a98a59c3ae10..b5cf014a6e1c 100644 --- a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts index 07397a3de3ee..a29d81336e7b 100644 --- a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts index 255bf32b13d6..f0dc64fea179 100644 --- a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts index 24842b0ef099..f807a621e1a4 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts index 3e66e20efdb1..266a6232cf83 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts index 1f1eeb85860c..e3cb71463fb9 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts index 56557c381839..3777a537777a 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts index 7bcc5a0c53e5..d55ca2f9ad13 100644 --- a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts index 06ba88727ea8..892586c49abb 100644 --- a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DisableAlarmActionsInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts index 8a574098913e..191d941c7a6e 100644 --- a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts index 20335a1a7ac4..b0f87e034307 100644 --- a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { EnableAlarmActionsInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts index f2110bbc9d06..6e04ccfe9b1f 100644 --- a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts index 5091cc14bf5c..ca797cee854d 100644 --- a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetDashboardInput, GetDashboardOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts index 390ec11051e2..a3e7bd988855 100644 --- a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts index 69d4eeed75fb..23980ec773ae 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts index db49d20b1bb1..23c1c7fabfe2 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts index 51436c988a96..3c3636c4360e 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts index c656fa14374f..dc13a216e987 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts index ac90e03ef2bd..964c9c5924a6 100644 --- a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts index e40aef4647ab..a6a207d0955a 100644 --- a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts index 1dc86fe59c9e..35447de232ff 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts index babc30cd0e4f..31c6d59e0ed9 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { ListMetricsInput, ListMetricsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts index 0788e2a32942..b43be9c3c2ac 100644 --- a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts index 9cb4c69aad4f..622e3afb4a2f 100644 --- a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts index 8cbaeec3feae..09fc44fa6397 100644 --- a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutCompositeAlarmInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts index fc83feededd0..a779e8151fe0 100644 --- a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutDashboardInput, PutDashboardOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts index 71d0f321ba87..b92bba1f7064 100644 --- a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts index 73b7ea2345cb..4f04c2dc9ae0 100644 --- a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts index aa5efc2fdca0..d53518d482b7 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutMetricAlarmInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts index 008460abd4a0..765e3b84fedd 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutMetricDataInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts index cb1de942684c..400975a0976c 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts index d66ad0d019e5..0591d5e85c28 100644 --- a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts +++ b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { SetAlarmStateInput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts index 9718d6fca0a0..e23941102c92 100644 --- a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts index 85b82ae20b03..6c2c3271d37b 100644 --- a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts index 1bb335721b8b..5db1864d8212 100644 --- a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts index 35bbd5df41c3..cdfb6ea3c4ef 100644 --- a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-cloudwatch/src/endpoint/EndpointParameters.ts b/clients/client-cloudwatch/src/endpoint/EndpointParameters.ts index 977bd9b2508c..7a4e139f568d 100644 --- a/clients/client-cloudwatch/src/endpoint/EndpointParameters.ts +++ b/clients/client-cloudwatch/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cloudwatch/src/endpoint/endpointResolver.ts b/clients/client-cloudwatch/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cloudwatch/src/endpoint/endpointResolver.ts +++ b/clients/client-cloudwatch/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cloudwatch/src/endpoint/ruleset.ts b/clients/client-cloudwatch/src/endpoint/ruleset.ts index ec168cc3a182..033cc345e836 100644 --- a/clients/client-cloudwatch/src/endpoint/ruleset.ts +++ b/clients/client-cloudwatch/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts b/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts index 6f88bff458eb..4a7408e85681 100644 --- a/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts +++ b/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cloudwatch/src/models/models_0.ts b/clients/client-cloudwatch/src/models/models_0.ts index 2b6f57e8b910..c5dbccaffe96 100644 --- a/clients/client-cloudwatch/src/models/models_0.ts +++ b/clients/client-cloudwatch/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException"; diff --git a/clients/client-cloudwatch/src/pagination/DescribeAlarmHistoryPaginator.ts b/clients/client-cloudwatch/src/pagination/DescribeAlarmHistoryPaginator.ts index 9dd8190391c9..718b115165a0 100644 --- a/clients/client-cloudwatch/src/pagination/DescribeAlarmHistoryPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/DescribeAlarmHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/DescribeAlarmsPaginator.ts b/clients/client-cloudwatch/src/pagination/DescribeAlarmsPaginator.ts index b618eefd7b9c..c72f90aec7d4 100644 --- a/clients/client-cloudwatch/src/pagination/DescribeAlarmsPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/DescribeAlarmsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/DescribeAnomalyDetectorsPaginator.ts b/clients/client-cloudwatch/src/pagination/DescribeAnomalyDetectorsPaginator.ts index 3fb89728b228..0fc71cb2beef 100644 --- a/clients/client-cloudwatch/src/pagination/DescribeAnomalyDetectorsPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/DescribeAnomalyDetectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/DescribeInsightRulesPaginator.ts b/clients/client-cloudwatch/src/pagination/DescribeInsightRulesPaginator.ts index 53928b4ddbc3..b46f04d011ba 100644 --- a/clients/client-cloudwatch/src/pagination/DescribeInsightRulesPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/DescribeInsightRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/GetMetricDataPaginator.ts b/clients/client-cloudwatch/src/pagination/GetMetricDataPaginator.ts index 6a7fe36d01a7..8234cf12bef4 100644 --- a/clients/client-cloudwatch/src/pagination/GetMetricDataPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/GetMetricDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/Interfaces.ts b/clients/client-cloudwatch/src/pagination/Interfaces.ts index 1944b467ee92..47ae4733c405 100644 --- a/clients/client-cloudwatch/src/pagination/Interfaces.ts +++ b/clients/client-cloudwatch/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; diff --git a/clients/client-cloudwatch/src/pagination/ListDashboardsPaginator.ts b/clients/client-cloudwatch/src/pagination/ListDashboardsPaginator.ts index d181353d855e..092fe9421b57 100644 --- a/clients/client-cloudwatch/src/pagination/ListDashboardsPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/ListDashboardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/ListManagedInsightRulesPaginator.ts b/clients/client-cloudwatch/src/pagination/ListManagedInsightRulesPaginator.ts index e2b4dd0d96c8..543ec1d11139 100644 --- a/clients/client-cloudwatch/src/pagination/ListManagedInsightRulesPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/ListManagedInsightRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/ListMetricStreamsPaginator.ts b/clients/client-cloudwatch/src/pagination/ListMetricStreamsPaginator.ts index 6d36463f75b6..f43f7df14c3a 100644 --- a/clients/client-cloudwatch/src/pagination/ListMetricStreamsPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/ListMetricStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { diff --git a/clients/client-cloudwatch/src/pagination/ListMetricsPaginator.ts b/clients/client-cloudwatch/src/pagination/ListMetricsPaginator.ts index eb2bd67130a2..931c878335d8 100644 --- a/clients/client-cloudwatch/src/pagination/ListMetricsPaginator.ts +++ b/clients/client-cloudwatch/src/pagination/ListMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CloudWatchClient } from "../CloudWatchClient"; import { ListMetricsCommand, ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand"; diff --git a/clients/client-cloudwatch/src/protocols/Aws_query.ts b/clients/client-cloudwatch/src/protocols/Aws_query.ts index ab184ba0eacf..823f12fe9fe4 100644 --- a/clients/client-cloudwatch/src/protocols/Aws_query.ts +++ b/clients/client-cloudwatch/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -14,10 +15,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "../commands/DeleteAlarmsCommand"; diff --git a/clients/client-cloudwatch/src/runtimeConfig.browser.ts b/clients/client-cloudwatch/src/runtimeConfig.browser.ts index 1426a37c105b..902151a74e91 100644 --- a/clients/client-cloudwatch/src/runtimeConfig.browser.ts +++ b/clients/client-cloudwatch/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchClientConfig } from "./CloudWatchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cloudwatch/src/runtimeConfig.shared.ts b/clients/client-cloudwatch/src/runtimeConfig.shared.ts index 0a9e17d834f9..22c3441430a3 100644 --- a/clients/client-cloudwatch/src/runtimeConfig.shared.ts +++ b/clients/client-cloudwatch/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CloudWatchClientConfig } from "./CloudWatchClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cloudwatch/src/runtimeConfig.ts b/clients/client-cloudwatch/src/runtimeConfig.ts index 0062ec911066..3afd7dfb5ddd 100644 --- a/clients/client-cloudwatch/src/runtimeConfig.ts +++ b/clients/client-cloudwatch/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CloudWatchClientConfig } from "./CloudWatchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cloudwatch/src/waiters/waitForAlarmExists.ts b/clients/client-cloudwatch/src/waiters/waitForAlarmExists.ts index f18b80005d59..c58d51e83c1f 100644 --- a/clients/client-cloudwatch/src/waiters/waitForAlarmExists.ts +++ b/clients/client-cloudwatch/src/waiters/waitForAlarmExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudWatchClient } from "../CloudWatchClient"; import { DescribeAlarmsCommand, DescribeAlarmsCommandInput } from "../commands/DescribeAlarmsCommand"; diff --git a/clients/client-cloudwatch/src/waiters/waitForCompositeAlarmExists.ts b/clients/client-cloudwatch/src/waiters/waitForCompositeAlarmExists.ts index 64e52b019d4e..014491990a2b 100644 --- a/clients/client-cloudwatch/src/waiters/waitForCompositeAlarmExists.ts +++ b/clients/client-cloudwatch/src/waiters/waitForCompositeAlarmExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CloudWatchClient } from "../CloudWatchClient"; import { DescribeAlarmsCommand, DescribeAlarmsCommandInput } from "../commands/DescribeAlarmsCommand"; diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 00163b8afb9a..f69866a47907 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codeartifact/src/Codeartifact.ts b/clients/client-codeartifact/src/Codeartifact.ts index 618affeda7b4..48434de1a8ba 100644 --- a/clients/client-codeartifact/src/Codeartifact.ts +++ b/clients/client-codeartifact/src/Codeartifact.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeartifactClient, CodeartifactClientConfig } from "./CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/CodeartifactClient.ts b/clients/client-codeartifact/src/CodeartifactClient.ts index b2d8ebfbb517..f0fc5266cd51 100644 --- a/clients/client-codeartifact/src/CodeartifactClient.ts +++ b/clients/client-codeartifact/src/CodeartifactClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -268,7 +266,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -377,7 +375,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts index 24f248080713..655f740835a8 100644 --- a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { AssociateExternalConnectionRequest, AssociateExternalConnectionResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts index f4f5040614d6..28902d6b2be9 100644 --- a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { CopyPackageVersionsRequest, CopyPackageVersionsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts index be6cef9bd5ec..26338555ce6a 100644 --- a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { CreateDomainRequest, CreateDomainResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts index 7ce99ac8e3bb..9e01f5542a11 100644 --- a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { CreateRepositoryRequest, CreateRepositoryResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts index 015e82ad9eaf..9ce417960cf4 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts index 854644e80130..af19a59db0cc 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeleteDomainPermissionsPolicyRequest, DeleteDomainPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts index e47bf676cbd8..8bceeb7e55ca 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeletePackageRequest, DeletePackageResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts index a4a1bc99ab04..85e8eafe0cc7 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeletePackageVersionsRequest, DeletePackageVersionsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts index 344f2d7556eb..97c6cf54d0cc 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeleteRepositoryRequest, DeleteRepositoryResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts index eba70a4fb40c..ea3df7f1b78b 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DeleteRepositoryPermissionsPolicyRequest, DeleteRepositoryPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts index c7f1504f62ef..86f196329aa4 100644 --- a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DescribeDomainRequest, DescribeDomainResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts index 9f1aaf010195..74c26911365e 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DescribePackageRequest, DescribePackageResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts index 976edfe04fcc..f55fe7f75830 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DescribePackageVersionRequest, DescribePackageVersionResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts index 59b97300692b..55f1b4d6097e 100644 --- a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DescribeRepositoryRequest, DescribeRepositoryResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts index 862f8d105405..6249cc2a820e 100644 --- a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DisassociateExternalConnectionRequest, DisassociateExternalConnectionResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts index c719360df364..10c6011c2396 100644 --- a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { DisposePackageVersionsRequest, DisposePackageVersionsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts index fdbdb02a472f..464673a19597 100644 --- a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { GetAuthorizationTokenRequest, GetAuthorizationTokenResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts index b3a08234c937..bb6804e3fa61 100644 --- a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { GetDomainPermissionsPolicyRequest, GetDomainPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts index add20f153d50..4386006f0846 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts index a385f2b7334d..b3debdc9526c 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { GetPackageVersionReadmeRequest, GetPackageVersionReadmeResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts index 0f37d9ad0147..a44730c90880 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { GetRepositoryEndpointRequest, GetRepositoryEndpointResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts index 876c101dfaaa..68028efd341c 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { GetRepositoryPermissionsPolicyRequest, GetRepositoryPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts index b3d950158cf4..1f03f3860e6f 100644 --- a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListDomainsRequest, ListDomainsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts index 14f19eef2528..87a494fa6e50 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListPackageVersionAssetsRequest, ListPackageVersionAssetsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts index 9182dfd40a64..cbb39d72d888 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListPackageVersionDependenciesRequest, ListPackageVersionDependenciesResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts index f1fc2bdbbd3b..54a2c3fbd338 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListPackageVersionsRequest, ListPackageVersionsResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts index 38e53adc428e..ef517f4d85ec 100644 --- a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListPackagesRequest, ListPackagesResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts index 29bf42e490b2..6f7397c3848d 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListRepositoriesRequest, ListRepositoriesResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts index 6ad818c473b2..8aba7bbea636 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListRepositoriesInDomainRequest, ListRepositoriesInDomainResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts index d6025651fa8d..0bc48dd89f28 100644 --- a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts index 138c387e369f..92e1b87a3808 100644 --- a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts index 8f7c47084b6d..f7dd944d7cd0 100644 --- a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { PutDomainPermissionsPolicyRequest, PutDomainPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts index f9e4dd5b20c1..2029de01bba8 100644 --- a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts +++ b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { PutPackageOriginConfigurationRequest, PutPackageOriginConfigurationResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts index 329c3c766755..51f6d4f0e7f9 100644 --- a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { PutRepositoryPermissionsPolicyRequest, PutRepositoryPermissionsPolicyResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/TagResourceCommand.ts b/clients/client-codeartifact/src/commands/TagResourceCommand.ts index 1db1484a98fd..3e18be7d8c21 100644 --- a/clients/client-codeartifact/src/commands/TagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts index e69924f869ea..0fd0a65f7f13 100644 --- a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts index 10c59a047142..7467f5ca01f5 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { UpdatePackageVersionsStatusRequest, UpdatePackageVersionsStatusResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts index 37ee25711686..10deb9be7918 100644 --- a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient"; import { UpdateRepositoryRequest, UpdateRepositoryResult } from "../models/models_0"; diff --git a/clients/client-codeartifact/src/endpoint/EndpointParameters.ts b/clients/client-codeartifact/src/endpoint/EndpointParameters.ts index 023410b70db1..f0a365ef3584 100644 --- a/clients/client-codeartifact/src/endpoint/EndpointParameters.ts +++ b/clients/client-codeartifact/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codeartifact/src/endpoint/endpointResolver.ts b/clients/client-codeartifact/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codeartifact/src/endpoint/endpointResolver.ts +++ b/clients/client-codeartifact/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codeartifact/src/endpoint/ruleset.ts b/clients/client-codeartifact/src/endpoint/ruleset.ts index e15afa454b88..d85021cbd8cd 100644 --- a/clients/client-codeartifact/src/endpoint/ruleset.ts +++ b/clients/client-codeartifact/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codeartifact/src/models/CodeartifactServiceException.ts b/clients/client-codeartifact/src/models/CodeartifactServiceException.ts index 8af0fad45636..b0774349b2fe 100644 --- a/clients/client-codeartifact/src/models/CodeartifactServiceException.ts +++ b/clients/client-codeartifact/src/models/CodeartifactServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codeartifact/src/models/models_0.ts b/clients/client-codeartifact/src/models/models_0.ts index f118f38127ac..be0dea0f005f 100644 --- a/clients/client-codeartifact/src/models/models_0.ts +++ b/clients/client-codeartifact/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { CodeartifactServiceException as __BaseException } from "./CodeartifactServiceException"; diff --git a/clients/client-codeartifact/src/pagination/Interfaces.ts b/clients/client-codeartifact/src/pagination/Interfaces.ts index cc18e697e3d1..24d915789f4b 100644 --- a/clients/client-codeartifact/src/pagination/Interfaces.ts +++ b/clients/client-codeartifact/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; diff --git a/clients/client-codeartifact/src/pagination/ListDomainsPaginator.ts b/clients/client-codeartifact/src/pagination/ListDomainsPaginator.ts index aa8953f614cd..945610a1e542 100644 --- a/clients/client-codeartifact/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; diff --git a/clients/client-codeartifact/src/pagination/ListPackageVersionAssetsPaginator.ts b/clients/client-codeartifact/src/pagination/ListPackageVersionAssetsPaginator.ts index f1d4fb1d8303..dbcce945e97c 100644 --- a/clients/client-codeartifact/src/pagination/ListPackageVersionAssetsPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListPackageVersionAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/pagination/ListPackageVersionsPaginator.ts b/clients/client-codeartifact/src/pagination/ListPackageVersionsPaginator.ts index 47a0fb2f7ff2..67d1108b73d5 100644 --- a/clients/client-codeartifact/src/pagination/ListPackageVersionsPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListPackageVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/pagination/ListPackagesPaginator.ts b/clients/client-codeartifact/src/pagination/ListPackagesPaginator.ts index 45f887fae9d1..4f7cda0e05e7 100644 --- a/clients/client-codeartifact/src/pagination/ListPackagesPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/pagination/ListRepositoriesInDomainPaginator.ts b/clients/client-codeartifact/src/pagination/ListRepositoriesInDomainPaginator.ts index 14ad73b77013..eb81782c11d4 100644 --- a/clients/client-codeartifact/src/pagination/ListRepositoriesInDomainPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListRepositoriesInDomainPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/pagination/ListRepositoriesPaginator.ts b/clients/client-codeartifact/src/pagination/ListRepositoriesPaginator.ts index 2d2fe36ae242..e29ed24b97f0 100644 --- a/clients/client-codeartifact/src/pagination/ListRepositoriesPaginator.ts +++ b/clients/client-codeartifact/src/pagination/ListRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeartifactClient } from "../CodeartifactClient"; import { diff --git a/clients/client-codeartifact/src/protocols/Aws_restJson1.ts b/clients/client-codeartifact/src/protocols/Aws_restJson1.ts index cf033e91cb64..b5d4ef3cc251 100644 --- a/clients/client-codeartifact/src/protocols/Aws_restJson1.ts +++ b/clients/client-codeartifact/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,13 +16,13 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateExternalConnectionCommandInput, diff --git a/clients/client-codeartifact/src/runtimeConfig.browser.ts b/clients/client-codeartifact/src/runtimeConfig.browser.ts index 85cc3394e79a..22ee9157d3c2 100644 --- a/clients/client-codeartifact/src/runtimeConfig.browser.ts +++ b/clients/client-codeartifact/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeartifactClientConfig } from "./CodeartifactClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codeartifact/src/runtimeConfig.shared.ts b/clients/client-codeartifact/src/runtimeConfig.shared.ts index 218a4262eb6b..8e12ff82b5fc 100644 --- a/clients/client-codeartifact/src/runtimeConfig.shared.ts +++ b/clients/client-codeartifact/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeartifactClientConfig } from "./CodeartifactClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codeartifact/src/runtimeConfig.ts b/clients/client-codeartifact/src/runtimeConfig.ts index 424cf7795c70..86cc17bb3fc4 100644 --- a/clients/client-codeartifact/src/runtimeConfig.ts +++ b/clients/client-codeartifact/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeartifactClientConfig } from "./CodeartifactClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index ecce72d9eec9..3e62ddf201d7 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codebuild/src/CodeBuild.ts b/clients/client-codebuild/src/CodeBuild.ts index 371a836ac468..16a3bb19a951 100644 --- a/clients/client-codebuild/src/CodeBuild.ts +++ b/clients/client-codebuild/src/CodeBuild.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeBuildClient, CodeBuildClientConfig } from "./CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/CodeBuildClient.ts b/clients/client-codebuild/src/CodeBuildClient.ts index 257986a7ed1a..c48fa9dfffba 100644 --- a/clients/client-codebuild/src/CodeBuildClient.ts +++ b/clients/client-codebuild/src/CodeBuildClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "./commands/BatchDeleteBuildsCommand"; @@ -261,7 +259,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -370,7 +368,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts index dcbb94758755..825f3c813a58 100644 --- a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts index 036434672cbc..b075922537cf 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts index 0f77c9cd64d0..b1a437f0efbd 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts index 0e34a7dd2bfa..5f7bd8f0610f 100644 --- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts index bf99e38b9147..8bf79b34b120 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts index 08977f88e550..b717dffecf95 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts index 077d3e453b80..4532f56a2ae8 100644 --- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { CreateProjectInput, CreateProjectOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts index 45f95110cf57..70ad0ff36e6a 100644 --- a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts index 3a9e8db56225..fb380d717a69 100644 --- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts index 4906b11ed960..0c1b8f272f0a 100644 --- a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts index fc8897a3772f..038dacd2925c 100644 --- a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteReportCommand.ts b/clients/client-codebuild/src/commands/DeleteReportCommand.ts index 66b0b5ba3bfc..8fee8194e254 100644 --- a/clients/client-codebuild/src/commands/DeleteReportCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteReportInput, DeleteReportOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts index 97c66d286f59..9c05760b2810 100644 --- a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts index 8b0c36a81afe..81bd4a25286a 100644 --- a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts index 81db5b598510..8d91b955874f 100644 --- a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts index 832ee337499d..1405d582e151 100644 --- a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts index 25abbe41c81b..bc1c7e8c0f2b 100644 --- a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts index af7f44dc2d8e..a3152648c1d4 100644 --- a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts index 383979e4e942..7c44b4f90d12 100644 --- a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts +++ b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts index 10cffbceaab2..674258a833e6 100644 --- a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts index aa45128a0cb9..c4e794c34654 100644 --- a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts index 8670a8898f9a..f3944add17a0 100644 --- a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts +++ b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts index edd7e40d2c6c..26409fc6d1b1 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts index 93b90717bb2d..793c92040818 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListBuildsCommand.ts b/clients/client-codebuild/src/commands/ListBuildsCommand.ts index 4aaf84c32a14..8757844f504d 100644 --- a/clients/client-codebuild/src/commands/ListBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListBuildsInput, ListBuildsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts index 27e2ed589809..690497853148 100644 --- a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListBuildsForProjectInput, ListBuildsForProjectOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts index c27d8ee5eb92..36aa306a6ead 100644 --- a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts +++ b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListCuratedEnvironmentImagesInput, ListCuratedEnvironmentImagesOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListProjectsCommand.ts b/clients/client-codebuild/src/commands/ListProjectsCommand.ts index 630ff610dbec..97e891bc008a 100644 --- a/clients/client-codebuild/src/commands/ListProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListProjectsInput, ListProjectsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts index fbff6e4252e6..7d78cea2eca3 100644 --- a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListReportsCommand.ts b/clients/client-codebuild/src/commands/ListReportsCommand.ts index 27ebaf6113f6..8f21b86f2784 100644 --- a/clients/client-codebuild/src/commands/ListReportsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListReportsInput, ListReportsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts index b8b50d4003d5..be1e1d89b8dd 100644 --- a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListReportsForReportGroupInput, ListReportsForReportGroupOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts index e0ee6c25e0ea..e8c2b339c9f0 100644 --- a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts index 3dcbbe679081..5a8af49898d1 100644 --- a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts index cbbebda12362..8e7b29cddd25 100644 --- a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts index 1922eeaaad59..9bb9c6e18dc5 100644 --- a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts index b33210d13d92..bb3ce99d11a7 100644 --- a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/RetryBuildCommand.ts b/clients/client-codebuild/src/commands/RetryBuildCommand.ts index 1843846f6634..27a9fe3f3e47 100644 --- a/clients/client-codebuild/src/commands/RetryBuildCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { RetryBuildInput, RetryBuildOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts index 4348980d4b93..39be45316133 100644 --- a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/StartBuildCommand.ts b/clients/client-codebuild/src/commands/StartBuildCommand.ts index 8388367b8758..68b13e3d5b33 100644 --- a/clients/client-codebuild/src/commands/StartBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { StartBuildInput, StartBuildOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts index 357e0f15377f..56b8ed20f715 100644 --- a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/StopBuildCommand.ts b/clients/client-codebuild/src/commands/StopBuildCommand.ts index fc3eaf2f725c..1dd948e46851 100644 --- a/clients/client-codebuild/src/commands/StopBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { StopBuildInput, StopBuildOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts index 715071d592b3..ecf7035515c9 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts index 04921b03cec8..d08d448cf580 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts index a4bfebda22f6..3a82f0bfbd2a 100644 --- a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts index 6b639e8fa7f5..ec3d72b90db9 100644 --- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient"; import { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0"; diff --git a/clients/client-codebuild/src/endpoint/EndpointParameters.ts b/clients/client-codebuild/src/endpoint/EndpointParameters.ts index 9c5e17061837..0f1baf37ce7e 100644 --- a/clients/client-codebuild/src/endpoint/EndpointParameters.ts +++ b/clients/client-codebuild/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codebuild/src/endpoint/endpointResolver.ts b/clients/client-codebuild/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codebuild/src/endpoint/endpointResolver.ts +++ b/clients/client-codebuild/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codebuild/src/endpoint/ruleset.ts b/clients/client-codebuild/src/endpoint/ruleset.ts index 16b6dea64bbc..6fa8894824cd 100644 --- a/clients/client-codebuild/src/endpoint/ruleset.ts +++ b/clients/client-codebuild/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codebuild/src/models/CodeBuildServiceException.ts b/clients/client-codebuild/src/models/CodeBuildServiceException.ts index ca2dc9a1ceb2..5780239ef8a4 100644 --- a/clients/client-codebuild/src/models/CodeBuildServiceException.ts +++ b/clients/client-codebuild/src/models/CodeBuildServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codebuild/src/models/models_0.ts b/clients/client-codebuild/src/models/models_0.ts index fd39a8e0546c..ff3d10072e54 100644 --- a/clients/client-codebuild/src/models/models_0.ts +++ b/clients/client-codebuild/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException"; diff --git a/clients/client-codebuild/src/pagination/DescribeCodeCoveragesPaginator.ts b/clients/client-codebuild/src/pagination/DescribeCodeCoveragesPaginator.ts index 3e92ba86924e..4300e484c7cc 100644 --- a/clients/client-codebuild/src/pagination/DescribeCodeCoveragesPaginator.ts +++ b/clients/client-codebuild/src/pagination/DescribeCodeCoveragesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/DescribeTestCasesPaginator.ts b/clients/client-codebuild/src/pagination/DescribeTestCasesPaginator.ts index 1290eefb9a16..56d9aae2d26c 100644 --- a/clients/client-codebuild/src/pagination/DescribeTestCasesPaginator.ts +++ b/clients/client-codebuild/src/pagination/DescribeTestCasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/Interfaces.ts b/clients/client-codebuild/src/pagination/Interfaces.ts index b23b47678e2a..4977e0bb8830 100644 --- a/clients/client-codebuild/src/pagination/Interfaces.ts +++ b/clients/client-codebuild/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; diff --git a/clients/client-codebuild/src/pagination/ListBuildBatchesForProjectPaginator.ts b/clients/client-codebuild/src/pagination/ListBuildBatchesForProjectPaginator.ts index f80c6dc32408..ec821ae2c63d 100644 --- a/clients/client-codebuild/src/pagination/ListBuildBatchesForProjectPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListBuildBatchesForProjectPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListBuildBatchesPaginator.ts b/clients/client-codebuild/src/pagination/ListBuildBatchesPaginator.ts index d5cc8de1dc02..8085d59dfd71 100644 --- a/clients/client-codebuild/src/pagination/ListBuildBatchesPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListBuildBatchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListBuildsForProjectPaginator.ts b/clients/client-codebuild/src/pagination/ListBuildsForProjectPaginator.ts index 50c0f73efc18..a0fe9b76568d 100644 --- a/clients/client-codebuild/src/pagination/ListBuildsForProjectPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListBuildsForProjectPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListBuildsPaginator.ts b/clients/client-codebuild/src/pagination/ListBuildsPaginator.ts index 1b9726a2f761..93cfb8d2a8d9 100644 --- a/clients/client-codebuild/src/pagination/ListBuildsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListBuildsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { ListBuildsCommand, ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand"; diff --git a/clients/client-codebuild/src/pagination/ListProjectsPaginator.ts b/clients/client-codebuild/src/pagination/ListProjectsPaginator.ts index 3bbc1e996fd6..8f7b40d96098 100644 --- a/clients/client-codebuild/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListReportGroupsPaginator.ts b/clients/client-codebuild/src/pagination/ListReportGroupsPaginator.ts index 4c2b4e84a0b8..6c416553cdaf 100644 --- a/clients/client-codebuild/src/pagination/ListReportGroupsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListReportGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListReportsForReportGroupPaginator.ts b/clients/client-codebuild/src/pagination/ListReportsForReportGroupPaginator.ts index dc102d6e291f..25529217ea1f 100644 --- a/clients/client-codebuild/src/pagination/ListReportsForReportGroupPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListReportsForReportGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListReportsPaginator.ts b/clients/client-codebuild/src/pagination/ListReportsPaginator.ts index f54c3bf41c91..883ef241d1cd 100644 --- a/clients/client-codebuild/src/pagination/ListReportsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { ListReportsCommand, ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand"; diff --git a/clients/client-codebuild/src/pagination/ListSharedProjectsPaginator.ts b/clients/client-codebuild/src/pagination/ListSharedProjectsPaginator.ts index 38c73702cfa1..369b7c86f090 100644 --- a/clients/client-codebuild/src/pagination/ListSharedProjectsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListSharedProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/pagination/ListSharedReportGroupsPaginator.ts b/clients/client-codebuild/src/pagination/ListSharedReportGroupsPaginator.ts index 86f9b73c60e5..584720654c33 100644 --- a/clients/client-codebuild/src/pagination/ListSharedReportGroupsPaginator.ts +++ b/clients/client-codebuild/src/pagination/ListSharedReportGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeBuildClient } from "../CodeBuildClient"; import { diff --git a/clients/client-codebuild/src/protocols/Aws_json1_1.ts b/clients/client-codebuild/src/protocols/Aws_json1_1.ts index f1ab60bb4ae2..879b4aae81d8 100644 --- a/clients/client-codebuild/src/protocols/Aws_json1_1.ts +++ b/clients/client-codebuild/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "../commands/BatchDeleteBuildsCommand"; import { diff --git a/clients/client-codebuild/src/runtimeConfig.browser.ts b/clients/client-codebuild/src/runtimeConfig.browser.ts index 0e2bb586351d..a6512381759e 100644 --- a/clients/client-codebuild/src/runtimeConfig.browser.ts +++ b/clients/client-codebuild/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeBuildClientConfig } from "./CodeBuildClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codebuild/src/runtimeConfig.shared.ts b/clients/client-codebuild/src/runtimeConfig.shared.ts index fc183e69b2a9..9ccaee6aa95f 100644 --- a/clients/client-codebuild/src/runtimeConfig.shared.ts +++ b/clients/client-codebuild/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeBuildClientConfig } from "./CodeBuildClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codebuild/src/runtimeConfig.ts b/clients/client-codebuild/src/runtimeConfig.ts index 5cdc96f660d7..29902dbb80e1 100644 --- a/clients/client-codebuild/src/runtimeConfig.ts +++ b/clients/client-codebuild/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeBuildClientConfig } from "./CodeBuildClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codecatalyst/package.json b/clients/client-codecatalyst/package.json index 5d871c7bcf11..c5a91db9837b 100644 --- a/clients/client-codecatalyst/package.json +++ b/clients/client-codecatalyst/package.json @@ -21,41 +21,42 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-token": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codecatalyst/src/CodeCatalyst.ts b/clients/client-codecatalyst/src/CodeCatalyst.ts index 9c6160afae75..82e3310ba849 100644 --- a/clients/client-codecatalyst/src/CodeCatalyst.ts +++ b/clients/client-codecatalyst/src/CodeCatalyst.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeCatalystClient, CodeCatalystClientConfig } from "./CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/CodeCatalystClient.ts b/clients/client-codecatalyst/src/CodeCatalystClient.ts index 25a87de9b440..62801e54ae1f 100644 --- a/clients/client-codecatalyst/src/CodeCatalystClient.ts +++ b/clients/client-codecatalyst/src/CodeCatalystClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getTokenPlugin, resolveTokenConfig, TokenInputConfig, TokenResolvedConfig } from "@aws-sdk/middleware-token"; import { getUserAgentPlugin, @@ -18,31 +14,33 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "./commands/CreateAccessTokenCommand"; @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -287,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts index a2e4af5da961..45ae3590bdf4 100644 --- a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts index 8568b9724944..486339f3ad6d 100644 --- a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts index 2b448df7c29a..a78a300ca6b0 100644 --- a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts index 31007cd0ca0b..b1ed5c91611d 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { CreateSourceRepositoryBranchRequest, CreateSourceRepositoryBranchResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts index 428e81285210..ce5f30816ee4 100644 --- a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts index 181130478aa4..d2614a1b3fb6 100644 --- a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts index 5fbd090ee6cf..661851da763f 100644 --- a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts index 495a9c2a27fd..bef5b8faa5f4 100644 --- a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetProjectRequest, GetProjectResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts index a8f134533016..bb9e1861837b 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetSourceRepositoryCloneUrlsRequest, GetSourceRepositoryCloneUrlsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts index a462185689a5..96ec72ce3db0 100644 --- a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts index 316f46cb049c..fe9b40857973 100644 --- a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts index 9cb01486ba81..6be68781a653 100644 --- a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts index b7e8849c8167..2cc76dafe805 100644 --- a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts index 2495884618dc..493318fad4dc 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListDevEnvironmentSessionsRequest, ListDevEnvironmentSessionsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts index 6566646cc41e..3c086a68dba1 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListDevEnvironmentsRequest, ListDevEnvironmentsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts index 4d23ac4cbe94..f62fcf53d5be 100644 --- a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListEventLogsRequest, ListEventLogsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts index f6dcbaa51b79..ae9698f6856d 100644 --- a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts index 26bc07d703d1..01d2fb36881b 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListSourceRepositoriesRequest, ListSourceRepositoriesResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts index e1a1a494bbed..b001bee4788c 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListSourceRepositoryBranchesRequest, ListSourceRepositoryBranchesResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts index 87264362cc75..17b1242dab9b 100644 --- a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { ListSpacesRequest, ListSpacesResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts index ad814c6d1db0..8fa7ef4276af 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { StartDevEnvironmentRequest, StartDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts index 81a0ff612748..9e7e28811d9c 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts index f7b2835b4ee5..a8aa99730b17 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { StopDevEnvironmentRequest, StopDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts index be9986f93036..1dd1668cf4cf 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { StopDevEnvironmentSessionRequest, StopDevEnvironmentSessionResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts index 46fa79088543..498242caaa23 100644 --- a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { UpdateDevEnvironmentRequest, UpdateDevEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts index 18755eba1268..d3b30d39d44f 100644 --- a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCatalystClient"; import { VerifySessionResponse } from "../models/models_0"; diff --git a/clients/client-codecatalyst/src/endpoint/EndpointParameters.ts b/clients/client-codecatalyst/src/endpoint/EndpointParameters.ts index fcd4cac320e2..08c32b3c43e5 100644 --- a/clients/client-codecatalyst/src/endpoint/EndpointParameters.ts +++ b/clients/client-codecatalyst/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { useFipsEndpoint?: boolean | Provider; diff --git a/clients/client-codecatalyst/src/endpoint/endpointResolver.ts b/clients/client-codecatalyst/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codecatalyst/src/endpoint/endpointResolver.ts +++ b/clients/client-codecatalyst/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codecatalyst/src/endpoint/ruleset.ts b/clients/client-codecatalyst/src/endpoint/ruleset.ts index d47b672c04c9..d29366cc90ba 100644 --- a/clients/client-codecatalyst/src/endpoint/ruleset.ts +++ b/clients/client-codecatalyst/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts b/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts index 1955418991bc..c3cb4605c6d9 100644 --- a/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts +++ b/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codecatalyst/src/models/models_0.ts b/clients/client-codecatalyst/src/models/models_0.ts index cc5fcc5e3e7f..cdf46d183fdd 100644 --- a/clients/client-codecatalyst/src/models/models_0.ts +++ b/clients/client-codecatalyst/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException"; diff --git a/clients/client-codecatalyst/src/pagination/Interfaces.ts b/clients/client-codecatalyst/src/pagination/Interfaces.ts index 11a0b257e403..5882216d882c 100644 --- a/clients/client-codecatalyst/src/pagination/Interfaces.ts +++ b/clients/client-codecatalyst/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; diff --git a/clients/client-codecatalyst/src/pagination/ListAccessTokensPaginator.ts b/clients/client-codecatalyst/src/pagination/ListAccessTokensPaginator.ts index 2fefad043a0e..5c80b77e24d2 100644 --- a/clients/client-codecatalyst/src/pagination/ListAccessTokensPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListAccessTokensPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListDevEnvironmentSessionsPaginator.ts b/clients/client-codecatalyst/src/pagination/ListDevEnvironmentSessionsPaginator.ts index da7ddb8de066..c2bf2ebc24e8 100644 --- a/clients/client-codecatalyst/src/pagination/ListDevEnvironmentSessionsPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListDevEnvironmentSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListDevEnvironmentsPaginator.ts b/clients/client-codecatalyst/src/pagination/ListDevEnvironmentsPaginator.ts index 87e63101513b..b4704844e147 100644 --- a/clients/client-codecatalyst/src/pagination/ListDevEnvironmentsPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListDevEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListEventLogsPaginator.ts b/clients/client-codecatalyst/src/pagination/ListEventLogsPaginator.ts index c80d87701a40..937ebf4aa30a 100644 --- a/clients/client-codecatalyst/src/pagination/ListEventLogsPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListEventLogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListProjectsPaginator.ts b/clients/client-codecatalyst/src/pagination/ListProjectsPaginator.ts index d39111b7e5c9..7fc531327051 100644 --- a/clients/client-codecatalyst/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListSourceRepositoriesPaginator.ts b/clients/client-codecatalyst/src/pagination/ListSourceRepositoriesPaginator.ts index 870d78a57bdc..0e76159fc988 100644 --- a/clients/client-codecatalyst/src/pagination/ListSourceRepositoriesPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListSourceRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListSourceRepositoryBranchesPaginator.ts b/clients/client-codecatalyst/src/pagination/ListSourceRepositoryBranchesPaginator.ts index af0df5f03627..76e93d9ebe47 100644 --- a/clients/client-codecatalyst/src/pagination/ListSourceRepositoryBranchesPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListSourceRepositoryBranchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { diff --git a/clients/client-codecatalyst/src/pagination/ListSpacesPaginator.ts b/clients/client-codecatalyst/src/pagination/ListSpacesPaginator.ts index fa019ea30b76..6d903eca7f78 100644 --- a/clients/client-codecatalyst/src/pagination/ListSpacesPaginator.ts +++ b/clients/client-codecatalyst/src/pagination/ListSpacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCatalystClient } from "../CodeCatalystClient"; import { ListSpacesCommand, ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand"; diff --git a/clients/client-codecatalyst/src/protocols/Aws_restJson1.ts b/clients/client-codecatalyst/src/protocols/Aws_restJson1.ts index a775da6b431f..af4721eb32ea 100644 --- a/clients/client-codecatalyst/src/protocols/Aws_restJson1.ts +++ b/clients/client-codecatalyst/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "../commands/CreateAccessTokenCommand"; import { diff --git a/clients/client-codecatalyst/src/runtimeConfig.browser.ts b/clients/client-codecatalyst/src/runtimeConfig.browser.ts index bdc8376ce520..27d40ffd6d3d 100644 --- a/clients/client-codecatalyst/src/runtimeConfig.browser.ts +++ b/clients/client-codecatalyst/src/runtimeConfig.browser.ts @@ -3,15 +3,15 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeCatalystClientConfig } from "./CodeCatalystClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codecatalyst/src/runtimeConfig.shared.ts b/clients/client-codecatalyst/src/runtimeConfig.shared.ts index 60961379054c..d1ebb28a7de7 100644 --- a/clients/client-codecatalyst/src/runtimeConfig.shared.ts +++ b/clients/client-codecatalyst/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeCatalystClientConfig } from "./CodeCatalystClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codecatalyst/src/runtimeConfig.ts b/clients/client-codecatalyst/src/runtimeConfig.ts index 7105905f64f4..e20ec751993d 100644 --- a/clients/client-codecatalyst/src/runtimeConfig.ts +++ b/clients/client-codecatalyst/src/runtimeConfig.ts @@ -2,22 +2,22 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeCatalystClientConfig } from "./CodeCatalystClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index 8f791860048c..421302dddfd8 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codecommit/src/CodeCommit.ts b/clients/client-codecommit/src/CodeCommit.ts index d9c8062e94a8..9301bd7ddcd8 100644 --- a/clients/client-codecommit/src/CodeCommit.ts +++ b/clients/client-codecommit/src/CodeCommit.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeCommitClient, CodeCommitClientConfig } from "./CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/CodeCommitClient.ts b/clients/client-codecommit/src/CodeCommitClient.ts index d5b46cb87687..c71c6727184c 100644 --- a/clients/client-codecommit/src/CodeCommitClient.ts +++ b/clients/client-codecommit/src/CodeCommitClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -456,7 +454,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -565,7 +563,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts index 2b03d41e9ee2..913c3f3956cb 100644 --- a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts index fb1d7870890d..de6e6757ce02 100644 --- a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts index 0adc9dc3fdc4..27405eb71e4f 100644 --- a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { BatchDescribeMergeConflictsInput, BatchDescribeMergeConflictsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts index 9770adb58938..4dd7961c931b 100644 --- a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts index f13ee00ea044..c9d7489d1567 100644 --- a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { BatchGetCommitsInput, BatchGetCommitsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts index 91e1342ffaab..5e46366a4489 100644 --- a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { BatchGetRepositoriesInput, BatchGetRepositoriesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts index 2e05b57151f8..25d45ac28ca0 100644 --- a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreateApprovalRuleTemplateInput, CreateApprovalRuleTemplateOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreateBranchCommand.ts b/clients/client-codecommit/src/commands/CreateBranchCommand.ts index 0e510fc31948..6a7587a0460f 100644 --- a/clients/client-codecommit/src/commands/CreateBranchCommand.ts +++ b/clients/client-codecommit/src/commands/CreateBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreateBranchInput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreateCommitCommand.ts b/clients/client-codecommit/src/commands/CreateCommitCommand.ts index 0e50f5838377..434a35a17352 100644 --- a/clients/client-codecommit/src/commands/CreateCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreateCommitInput, CreateCommitOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts index 2a7ea65b8562..5aef3b228bcb 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreatePullRequestApprovalRuleInput, CreatePullRequestApprovalRuleOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts index dc5aef181df5..aeba836ad97a 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreatePullRequestInput, CreatePullRequestOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts index aa670746e657..97e45250b4db 100644 --- a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts index cf8350ac042c..4eff3e401bea 100644 --- a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { CreateUnreferencedMergeCommitInput, CreateUnreferencedMergeCommitOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts index d069b13b4050..bb27297ced37 100644 --- a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeleteApprovalRuleTemplateInput, DeleteApprovalRuleTemplateOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts index 2a5d5be60753..73be59f2cd60 100644 --- a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts index 5f44009c77b0..02b742b81b10 100644 --- a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeleteCommentContentInput, DeleteCommentContentOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeleteFileCommand.ts b/clients/client-codecommit/src/commands/DeleteFileCommand.ts index 11da827dbe9f..4a8547f1f394 100644 --- a/clients/client-codecommit/src/commands/DeleteFileCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteFileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeleteFileInput, DeleteFileOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts index a3b191aa2e8f..fbab8eb1ca50 100644 --- a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeletePullRequestApprovalRuleInput, DeletePullRequestApprovalRuleOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts index 26150c3cd8c0..12ab363fb1cf 100644 --- a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts index b515c3f4958e..39ef09693316 100644 --- a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DescribeMergeConflictsInput, DescribeMergeConflictsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts index 59ff60e209af..53d39adc75ff 100644 --- a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DescribePullRequestEventsInput, DescribePullRequestEventsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts index a9098af21b36..e4341b45fb09 100644 --- a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { DisassociateApprovalRuleTemplateFromRepositoryInput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts index 92a43b5a5128..60d707943f3f 100644 --- a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { EvaluatePullRequestApprovalRulesInput, EvaluatePullRequestApprovalRulesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts index b9859316a9b9..d1c7d381c497 100644 --- a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetApprovalRuleTemplateInput, GetApprovalRuleTemplateOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetBlobCommand.ts b/clients/client-codecommit/src/commands/GetBlobCommand.ts index 06e55758dc4a..d177f45b1724 100644 --- a/clients/client-codecommit/src/commands/GetBlobCommand.ts +++ b/clients/client-codecommit/src/commands/GetBlobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetBlobInput, GetBlobOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetBranchCommand.ts b/clients/client-codecommit/src/commands/GetBranchCommand.ts index dcf24aa209b8..cb039724c90b 100644 --- a/clients/client-codecommit/src/commands/GetBranchCommand.ts +++ b/clients/client-codecommit/src/commands/GetBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetBranchInput, GetBranchOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetCommentCommand.ts b/clients/client-codecommit/src/commands/GetCommentCommand.ts index bbc2d2587c90..3f6b5b11e297 100644 --- a/clients/client-codecommit/src/commands/GetCommentCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetCommentInput, GetCommentOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts index 4bf962b5cd25..ee4c360319fd 100644 --- a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetCommentReactionsInput, GetCommentReactionsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts index e95ba6e3365e..87beafe1cfcc 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetCommentsForComparedCommitInput, GetCommentsForComparedCommitOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts index 4386b4d4cae2..f284f340c338 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetCommentsForPullRequestInput, GetCommentsForPullRequestOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommitCommand.ts index ab3685fd81bb..1202a4a16832 100644 --- a/clients/client-codecommit/src/commands/GetCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetCommitInput, GetCommitOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts index 9568b83c8960..bd78a713d80d 100644 --- a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts +++ b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetFileCommand.ts b/clients/client-codecommit/src/commands/GetFileCommand.ts index 1eb875f9c93e..d203ca30504b 100644 --- a/clients/client-codecommit/src/commands/GetFileCommand.ts +++ b/clients/client-codecommit/src/commands/GetFileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetFileInput, GetFileOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetFolderCommand.ts b/clients/client-codecommit/src/commands/GetFolderCommand.ts index da8ccb847da7..bb2249e9af29 100644 --- a/clients/client-codecommit/src/commands/GetFolderCommand.ts +++ b/clients/client-codecommit/src/commands/GetFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetFolderInput, GetFolderOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts index c9668c7072bf..b89cfef767ac 100644 --- a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts index 689a34557d3b..2854493a53e7 100644 --- a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts index 0f4cd37c9e0f..f996606133b6 100644 --- a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts index 2f0433b3e19b..83454483fcb9 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetPullRequestApprovalStatesInput, GetPullRequestApprovalStatesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts index 8ce4d3f11532..5482ab2f7903 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts index 34be1bbca829..1844756ffd94 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts index ecc796428571..9ac35e28f83f 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts index 061ec133af5e..b73bef99b098 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts index 4bca478ee7a8..a39ddb2c6e47 100644 --- a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts +++ b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts index 52b53bc20d6e..f480b9c9bb29 100644 --- a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/ListBranchesCommand.ts b/clients/client-codecommit/src/commands/ListBranchesCommand.ts index 8642b136b5e1..3df239d352a6 100644 --- a/clients/client-codecommit/src/commands/ListBranchesCommand.ts +++ b/clients/client-codecommit/src/commands/ListBranchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { ListBranchesInput, ListBranchesOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts index abf857681e9e..8a4b0009186a 100644 --- a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts +++ b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { ListPullRequestsInput, ListPullRequestsOutput } from "../models/models_0"; diff --git a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts index 5a609c17942f..c94861952435 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts index c769d58fbe96..50326a5183fc 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts index 48afe408d1d8..d30f6298e435 100644 --- a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts index 9aa6e392f30e..934383ba8424 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergeBranchesByFastForwardInput, MergeBranchesByFastForwardOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts index 5fcb4ed25c7e..d6a6cafe9840 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts index 1002de881e58..de16badbb9df 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts index 08f04810f3fe..4d880185e5c2 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergePullRequestByFastForwardInput, MergePullRequestByFastForwardOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts index aaac3eeb5aec..a49356cc5171 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts index f31036b1ad12..7524565a9469 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { MergePullRequestByThreeWayInput, MergePullRequestByThreeWayOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts index ce9d745dc166..674e1d895b92 100644 --- a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { OverridePullRequestApprovalRulesInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts index aa6d5a3d3504..f9a515c9f32e 100644 --- a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PostCommentForComparedCommitInput, PostCommentForComparedCommitOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts index 880034f90cf1..dea14fc74c9a 100644 --- a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts index f84be81d1943..1522f7f937d2 100644 --- a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts index 345bfd78bddc..f6377712073e 100644 --- a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts +++ b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PutCommentReactionInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PutFileCommand.ts b/clients/client-codecommit/src/commands/PutFileCommand.ts index 7291ca68fc7c..e8a203a30459 100644 --- a/clients/client-codecommit/src/commands/PutFileCommand.ts +++ b/clients/client-codecommit/src/commands/PutFileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PutFileInput, PutFileOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts index cf49d8897eb5..a5ddba7cd780 100644 --- a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/TagResourceCommand.ts b/clients/client-codecommit/src/commands/TagResourceCommand.ts index 31e015aacdcc..c94243bc7c40 100644 --- a/clients/client-codecommit/src/commands/TagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { TagResourceInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts index a549af93d5dc..dc310276d9b5 100644 --- a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UntagResourceCommand.ts b/clients/client-codecommit/src/commands/UntagResourceCommand.ts index 0000db46f8da..1e7b9cfe71af 100644 --- a/clients/client-codecommit/src/commands/UntagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UntagResourceInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts index 7569eb1b2101..750f5101a2e7 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts index 75fd6ed3e62a..bf226caeb173 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts index 8c76ee59bbf8..a35615deda5f 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts index 2da743d4bd8f..11a42ad3e32b 100644 --- a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts index 9a571047eb75..0b08b1110058 100644 --- a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateDefaultBranchInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts index 19cfebd65741..50e48dd06bcf 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts index 94f320ea8fe0..765bf0bddc27 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdatePullRequestApprovalStateInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts index 588a029e2ce1..b38e38ad1613 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdatePullRequestDescriptionInput, UpdatePullRequestDescriptionOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts index 23494fa3915c..e81e69ca6a3a 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts index ef7ff4530a41..21cb9ff7b061 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts index e4530df61769..8a32c3b61fd9 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateRepositoryDescriptionInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts index a860db9b8e4b..b2c6a7b4700b 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient"; import { UpdateRepositoryNameInput } from "../models/models_1"; diff --git a/clients/client-codecommit/src/endpoint/EndpointParameters.ts b/clients/client-codecommit/src/endpoint/EndpointParameters.ts index 6952c2af1a7c..202840c288e3 100644 --- a/clients/client-codecommit/src/endpoint/EndpointParameters.ts +++ b/clients/client-codecommit/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codecommit/src/endpoint/endpointResolver.ts b/clients/client-codecommit/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codecommit/src/endpoint/endpointResolver.ts +++ b/clients/client-codecommit/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codecommit/src/endpoint/ruleset.ts b/clients/client-codecommit/src/endpoint/ruleset.ts index d10eebe1a2a7..b7e7c3b2d9f9 100644 --- a/clients/client-codecommit/src/endpoint/ruleset.ts +++ b/clients/client-codecommit/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codecommit/src/models/CodeCommitServiceException.ts b/clients/client-codecommit/src/models/CodeCommitServiceException.ts index 30868aa91eb9..2dab4b8f6d6b 100644 --- a/clients/client-codecommit/src/models/CodeCommitServiceException.ts +++ b/clients/client-codecommit/src/models/CodeCommitServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codecommit/src/models/models_0.ts b/clients/client-codecommit/src/models/models_0.ts index 75b5cacefdaa..98b061ed2074 100644 --- a/clients/client-codecommit/src/models/models_0.ts +++ b/clients/client-codecommit/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException"; diff --git a/clients/client-codecommit/src/models/models_1.ts b/clients/client-codecommit/src/models/models_1.ts index f11b0d3bc45e..19d02c7144c8 100644 --- a/clients/client-codecommit/src/models/models_1.ts +++ b/clients/client-codecommit/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException"; import { diff --git a/clients/client-codecommit/src/pagination/DescribeMergeConflictsPaginator.ts b/clients/client-codecommit/src/pagination/DescribeMergeConflictsPaginator.ts index 55cb18165298..bb039f19228d 100644 --- a/clients/client-codecommit/src/pagination/DescribeMergeConflictsPaginator.ts +++ b/clients/client-codecommit/src/pagination/DescribeMergeConflictsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/DescribePullRequestEventsPaginator.ts b/clients/client-codecommit/src/pagination/DescribePullRequestEventsPaginator.ts index d9aa6163f448..d9d753384627 100644 --- a/clients/client-codecommit/src/pagination/DescribePullRequestEventsPaginator.ts +++ b/clients/client-codecommit/src/pagination/DescribePullRequestEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/GetCommentReactionsPaginator.ts b/clients/client-codecommit/src/pagination/GetCommentReactionsPaginator.ts index eb4ed9612908..750427dd29e9 100644 --- a/clients/client-codecommit/src/pagination/GetCommentReactionsPaginator.ts +++ b/clients/client-codecommit/src/pagination/GetCommentReactionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/GetCommentsForComparedCommitPaginator.ts b/clients/client-codecommit/src/pagination/GetCommentsForComparedCommitPaginator.ts index 265c232e19ee..f7f137e82fc3 100644 --- a/clients/client-codecommit/src/pagination/GetCommentsForComparedCommitPaginator.ts +++ b/clients/client-codecommit/src/pagination/GetCommentsForComparedCommitPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/GetCommentsForPullRequestPaginator.ts b/clients/client-codecommit/src/pagination/GetCommentsForPullRequestPaginator.ts index 83d442b80340..bddfc1463480 100644 --- a/clients/client-codecommit/src/pagination/GetCommentsForPullRequestPaginator.ts +++ b/clients/client-codecommit/src/pagination/GetCommentsForPullRequestPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/GetDifferencesPaginator.ts b/clients/client-codecommit/src/pagination/GetDifferencesPaginator.ts index dc19dc02edc3..fb6b07043e4c 100644 --- a/clients/client-codecommit/src/pagination/GetDifferencesPaginator.ts +++ b/clients/client-codecommit/src/pagination/GetDifferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/GetMergeConflictsPaginator.ts b/clients/client-codecommit/src/pagination/GetMergeConflictsPaginator.ts index 70a66a9a2977..a001dfc97648 100644 --- a/clients/client-codecommit/src/pagination/GetMergeConflictsPaginator.ts +++ b/clients/client-codecommit/src/pagination/GetMergeConflictsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/Interfaces.ts b/clients/client-codecommit/src/pagination/Interfaces.ts index b0a1b948162e..9e7811812fa7 100644 --- a/clients/client-codecommit/src/pagination/Interfaces.ts +++ b/clients/client-codecommit/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; diff --git a/clients/client-codecommit/src/pagination/ListApprovalRuleTemplatesPaginator.ts b/clients/client-codecommit/src/pagination/ListApprovalRuleTemplatesPaginator.ts index b212deb1049b..0f2481d2c627 100644 --- a/clients/client-codecommit/src/pagination/ListApprovalRuleTemplatesPaginator.ts +++ b/clients/client-codecommit/src/pagination/ListApprovalRuleTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.ts b/clients/client-codecommit/src/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.ts index 4b6bb89a8b1f..430d8bc2f1f7 100644 --- a/clients/client-codecommit/src/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.ts +++ b/clients/client-codecommit/src/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/ListBranchesPaginator.ts b/clients/client-codecommit/src/pagination/ListBranchesPaginator.ts index 787ea03a22bc..1aad0efd82e6 100644 --- a/clients/client-codecommit/src/pagination/ListBranchesPaginator.ts +++ b/clients/client-codecommit/src/pagination/ListBranchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/ListPullRequestsPaginator.ts b/clients/client-codecommit/src/pagination/ListPullRequestsPaginator.ts index 48c30144c3fd..2f30c0fbe92c 100644 --- a/clients/client-codecommit/src/pagination/ListPullRequestsPaginator.ts +++ b/clients/client-codecommit/src/pagination/ListPullRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.ts b/clients/client-codecommit/src/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.ts index 5199b1fddd63..a269759dfad5 100644 --- a/clients/client-codecommit/src/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.ts +++ b/clients/client-codecommit/src/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/pagination/ListRepositoriesPaginator.ts b/clients/client-codecommit/src/pagination/ListRepositoriesPaginator.ts index 7b4dbbf55598..8a4232d8479d 100644 --- a/clients/client-codecommit/src/pagination/ListRepositoriesPaginator.ts +++ b/clients/client-codecommit/src/pagination/ListRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeCommitClient } from "../CodeCommitClient"; import { diff --git a/clients/client-codecommit/src/protocols/Aws_json1_1.ts b/clients/client-codecommit/src/protocols/Aws_json1_1.ts index 67b4ff865a75..fe3889155eb3 100644 --- a/clients/client-codecommit/src/protocols/Aws_json1_1.ts +++ b/clients/client-codecommit/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-codecommit/src/runtimeConfig.browser.ts b/clients/client-codecommit/src/runtimeConfig.browser.ts index ffda734b4d8b..753d0b13c177 100644 --- a/clients/client-codecommit/src/runtimeConfig.browser.ts +++ b/clients/client-codecommit/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeCommitClientConfig } from "./CodeCommitClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codecommit/src/runtimeConfig.shared.ts b/clients/client-codecommit/src/runtimeConfig.shared.ts index eb3e0158ddd7..e2ca55b86a80 100644 --- a/clients/client-codecommit/src/runtimeConfig.shared.ts +++ b/clients/client-codecommit/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeCommitClientConfig } from "./CodeCommitClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codecommit/src/runtimeConfig.ts b/clients/client-codecommit/src/runtimeConfig.ts index b75d8bf37395..06e7b10e3632 100644 --- a/clients/client-codecommit/src/runtimeConfig.ts +++ b/clients/client-codecommit/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeCommitClientConfig } from "./CodeCommitClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index 34fea29c6337..f4475642ea30 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codedeploy/src/CodeDeploy.ts b/clients/client-codedeploy/src/CodeDeploy.ts index 5338fb6faa1c..b9619848a556 100644 --- a/clients/client-codedeploy/src/CodeDeploy.ts +++ b/clients/client-codedeploy/src/CodeDeploy.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeDeployClient, CodeDeployClientConfig } from "./CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/CodeDeployClient.ts b/clients/client-codedeploy/src/CodeDeployClient.ts index 161d967c0ae4..5b6c9a8dfc8a 100644 --- a/clients/client-codedeploy/src/CodeDeployClient.ts +++ b/clients/client-codedeploy/src/CodeDeployClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -324,7 +322,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -433,7 +431,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts index aa78bb3d49f4..16c1bc5a3afb 100644 --- a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { AddTagsToOnPremisesInstancesInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts index 765213184a31..d714099361e6 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts index 3742b35b7836..41b447a093d1 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts index 130588204f36..1c30bfd10709 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts index 2e3b7d16de05..4ef9cd991f6a 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts index 8de617f1d23a..18eb5ef69f4a 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts index fc35dbff321c..51e1873916ee 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts index b7e7d896d5db..baf337425559 100644 --- a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts index 246ba7db39b8..60052b5767b7 100644 --- a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ContinueDeploymentInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts index f8d6aec35868..7cdcfc6c6cbe 100644 --- a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts index c45dee2fbc3b..8674e8c1a8fa 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts index f59acfd4411b..4b30c3ea1c98 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts index 031b851509ad..56fb9b7fb4e5 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts index 4d5ab445dc4a..3a01bb40d063 100644 --- a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeleteApplicationInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts index 761c55de2016..18c5caeee4ff 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeleteDeploymentConfigInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts index f098b1cabd0b..f9140affbab4 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts index eb4540dc3cfd..cf0753a2a0dc 100644 --- a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts index f7d75cdeeaaf..28851ccaf4c7 100644 --- a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts index 9393adce3b6c..a8b42ce1af1a 100644 --- a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { DeregisterOnPremisesInstanceInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts index feb27444c202..faddcca5983d 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetApplicationInput, GetApplicationOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts index a882ee3c4ead..705fde060df2 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts index bc01d250597d..3ac4ab500374 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts index a5b1f2d7ef43..6a6cd902e629 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts index 06c3c6a1ca75..02244252d9b3 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts index 63711c562b2d..f78140911a76 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts index ce83c3ebd22b..8ae67e82f2a4 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts index b6ee403349db..7ba0ad3e5d0b 100644 --- a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts index 28c6665b5991..37d78e67ba22 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts index 4bc70fbe9210..5bdb36484c1f 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts index ffb4ca605f16..42c66e0c4e77 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts index 4863c3a97472..0fa2cf914f90 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index 681f1a94ea90..f5472a355868 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts index 1cb777c2712c..9905dc26d35c 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts index e118cb62228b..bfbb676939b9 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts index a5a137a7fad2..6dba19b24786 100644 --- a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts index aeb9939932dc..69aeeff97f46 100644 --- a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts index 40fd0dc13f89..4d6d5b10f085 100644 --- a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts index 164d7b8b848c..591b2a8308d6 100644 --- a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts +++ b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts index 48218c368d11..0f22a9b811e0 100644 --- a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { RegisterApplicationRevisionInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts index 2eaae178ac7a..3547a82f43d6 100644 --- a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { RegisterOnPremisesInstanceInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts index 1a357d42f1ff..ef5fce53553d 100644 --- a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts index c5efc56467f0..6fd8ca32071f 100644 --- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts index 5f133ecde4ac..8eb277568d3a 100644 --- a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/TagResourceCommand.ts b/clients/client-codedeploy/src/commands/TagResourceCommand.ts index 7079f463cd11..c1920bdb4321 100644 --- a/clients/client-codedeploy/src/commands/TagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts index 128609a3d0a0..3c7103490d89 100644 --- a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts index e9eb0d100cc2..a338fe626bdd 100644 --- a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { UpdateApplicationInput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts index 62e67d64566d..e06fcde2840a 100644 --- a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient"; import { UpdateDeploymentGroupInput, UpdateDeploymentGroupOutput } from "../models/models_0"; diff --git a/clients/client-codedeploy/src/endpoint/EndpointParameters.ts b/clients/client-codedeploy/src/endpoint/EndpointParameters.ts index a325f37726dd..f0e8de8f5fc5 100644 --- a/clients/client-codedeploy/src/endpoint/EndpointParameters.ts +++ b/clients/client-codedeploy/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codedeploy/src/endpoint/endpointResolver.ts b/clients/client-codedeploy/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codedeploy/src/endpoint/endpointResolver.ts +++ b/clients/client-codedeploy/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codedeploy/src/endpoint/ruleset.ts b/clients/client-codedeploy/src/endpoint/ruleset.ts index c74b0cb311e4..7f9c48cda2d1 100644 --- a/clients/client-codedeploy/src/endpoint/ruleset.ts +++ b/clients/client-codedeploy/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codedeploy/src/models/CodeDeployServiceException.ts b/clients/client-codedeploy/src/models/CodeDeployServiceException.ts index 7baf8a950f04..bd8ed571aa81 100644 --- a/clients/client-codedeploy/src/models/CodeDeployServiceException.ts +++ b/clients/client-codedeploy/src/models/CodeDeployServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codedeploy/src/models/models_0.ts b/clients/client-codedeploy/src/models/models_0.ts index fb175dc112bf..b739a78180c1 100644 --- a/clients/client-codedeploy/src/models/models_0.ts +++ b/clients/client-codedeploy/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException"; diff --git a/clients/client-codedeploy/src/pagination/Interfaces.ts b/clients/client-codedeploy/src/pagination/Interfaces.ts index 8453f0c0a302..6026acb045e9 100644 --- a/clients/client-codedeploy/src/pagination/Interfaces.ts +++ b/clients/client-codedeploy/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; diff --git a/clients/client-codedeploy/src/pagination/ListApplicationRevisionsPaginator.ts b/clients/client-codedeploy/src/pagination/ListApplicationRevisionsPaginator.ts index c6d9660ae581..13c1de09b660 100644 --- a/clients/client-codedeploy/src/pagination/ListApplicationRevisionsPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListApplicationRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/pagination/ListApplicationsPaginator.ts b/clients/client-codedeploy/src/pagination/ListApplicationsPaginator.ts index 54fb4e1884bb..7faa723e1264 100644 --- a/clients/client-codedeploy/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/pagination/ListDeploymentConfigsPaginator.ts b/clients/client-codedeploy/src/pagination/ListDeploymentConfigsPaginator.ts index ee41ed4ee511..abcaef545ebc 100644 --- a/clients/client-codedeploy/src/pagination/ListDeploymentConfigsPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListDeploymentConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/pagination/ListDeploymentGroupsPaginator.ts b/clients/client-codedeploy/src/pagination/ListDeploymentGroupsPaginator.ts index e852ed5288c9..95857384b418 100644 --- a/clients/client-codedeploy/src/pagination/ListDeploymentGroupsPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListDeploymentGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/pagination/ListDeploymentInstancesPaginator.ts b/clients/client-codedeploy/src/pagination/ListDeploymentInstancesPaginator.ts index f24fbf84bc51..5f50c8f44932 100644 --- a/clients/client-codedeploy/src/pagination/ListDeploymentInstancesPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListDeploymentInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/pagination/ListDeploymentsPaginator.ts b/clients/client-codedeploy/src/pagination/ListDeploymentsPaginator.ts index 9c9b3ab1222d..2f9aaf4cf0f1 100644 --- a/clients/client-codedeploy/src/pagination/ListDeploymentsPaginator.ts +++ b/clients/client-codedeploy/src/pagination/ListDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeDeployClient } from "../CodeDeployClient"; import { diff --git a/clients/client-codedeploy/src/protocols/Aws_json1_1.ts b/clients/client-codedeploy/src/protocols/Aws_json1_1.ts index d41de96a94e9..272fb689f031 100644 --- a/clients/client-codedeploy/src/protocols/Aws_json1_1.ts +++ b/clients/client-codedeploy/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToOnPremisesInstancesCommandInput, diff --git a/clients/client-codedeploy/src/runtimeConfig.browser.ts b/clients/client-codedeploy/src/runtimeConfig.browser.ts index 73a862208fdc..2c1801f0c234 100644 --- a/clients/client-codedeploy/src/runtimeConfig.browser.ts +++ b/clients/client-codedeploy/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeDeployClientConfig } from "./CodeDeployClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codedeploy/src/runtimeConfig.shared.ts b/clients/client-codedeploy/src/runtimeConfig.shared.ts index d8330a0f8a28..40e85dff9a90 100644 --- a/clients/client-codedeploy/src/runtimeConfig.shared.ts +++ b/clients/client-codedeploy/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeDeployClientConfig } from "./CodeDeployClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codedeploy/src/runtimeConfig.ts b/clients/client-codedeploy/src/runtimeConfig.ts index a42b8e3f5292..b8e03d88c9a7 100644 --- a/clients/client-codedeploy/src/runtimeConfig.ts +++ b/clients/client-codedeploy/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeDeployClientConfig } from "./CodeDeployClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codedeploy/src/waiters/waitForDeploymentSuccessful.ts b/clients/client-codedeploy/src/waiters/waitForDeploymentSuccessful.ts index 430902f78618..f8f969da3326 100644 --- a/clients/client-codedeploy/src/waiters/waitForDeploymentSuccessful.ts +++ b/clients/client-codedeploy/src/waiters/waitForDeploymentSuccessful.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CodeDeployClient } from "../CodeDeployClient"; import { GetDeploymentCommand, GetDeploymentCommandInput } from "../commands/GetDeploymentCommand"; diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index 2be9de4351fa..1aaefe5a1c6c 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codeguru-reviewer/src/CodeGuruReviewer.ts b/clients/client-codeguru-reviewer/src/CodeGuruReviewer.ts index 856b8e4a9ec7..5078d2e0ee6a 100644 --- a/clients/client-codeguru-reviewer/src/CodeGuruReviewer.ts +++ b/clients/client-codeguru-reviewer/src/CodeGuruReviewer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeGuruReviewerClient, CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts index ab414d10c1f4..a8d668ef2d33 100644 --- a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts +++ b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts index 3f2407b3e423..50815e6d695c 100644 --- a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { AssociateRepositoryRequest, AssociateRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts index 041fc83d140a..0f6c078e38d8 100644 --- a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { CreateCodeReviewRequest, CreateCodeReviewResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts index b00ed01bf9fa..09c24fca16eb 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { DescribeCodeReviewRequest, DescribeCodeReviewResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts index 984da3d2cd4d..7b2eb32a8da7 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { DescribeRecommendationFeedbackRequest, DescribeRecommendationFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts index 656c705d598f..54619bc9a9fb 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { DescribeRepositoryAssociationRequest, DescribeRepositoryAssociationResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts index fb7c7278dfdb..2e67769382ad 100644 --- a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { DisassociateRepositoryRequest, DisassociateRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts index 653de3245a95..cedc484ad61f 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { ListCodeReviewsRequest, ListCodeReviewsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts index da9e02a82a48..9ad2adc44a29 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { ListRecommendationFeedbackRequest, ListRecommendationFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts index aabf491a92fb..e50734fc249d 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts index 521c132066ea..95ad0a09c7d9 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { ListRepositoryAssociationsRequest, ListRepositoryAssociationsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts index a0728711f81d..4261cb1b92dd 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts index a8bb668da53d..08544a9a6f6f 100644 --- a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { PutRecommendationFeedbackRequest, PutRecommendationFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts index 531098daa3df..e6a826daf5bc 100644 --- a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts index e1480608781b..91d97d2b9868 100644 --- a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruReviewerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-reviewer/src/endpoint/EndpointParameters.ts b/clients/client-codeguru-reviewer/src/endpoint/EndpointParameters.ts index 008b98ea7e64..8fb8696aa90a 100644 --- a/clients/client-codeguru-reviewer/src/endpoint/EndpointParameters.ts +++ b/clients/client-codeguru-reviewer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codeguru-reviewer/src/endpoint/endpointResolver.ts b/clients/client-codeguru-reviewer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codeguru-reviewer/src/endpoint/endpointResolver.ts +++ b/clients/client-codeguru-reviewer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codeguru-reviewer/src/endpoint/ruleset.ts b/clients/client-codeguru-reviewer/src/endpoint/ruleset.ts index cfe7da27e295..e6c16c908d41 100644 --- a/clients/client-codeguru-reviewer/src/endpoint/ruleset.ts +++ b/clients/client-codeguru-reviewer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts b/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts index 4e5b10fd0e38..daa1b80a87c1 100644 --- a/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts +++ b/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codeguru-reviewer/src/models/models_0.ts b/clients/client-codeguru-reviewer/src/models/models_0.ts index 7a8e6265a62e..3544be729550 100644 --- a/clients/client-codeguru-reviewer/src/models/models_0.ts +++ b/clients/client-codeguru-reviewer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeGuruReviewerServiceException as __BaseException } from "./CodeGuruReviewerServiceException"; diff --git a/clients/client-codeguru-reviewer/src/pagination/Interfaces.ts b/clients/client-codeguru-reviewer/src/pagination/Interfaces.ts index 1abdbcee18a5..65739e0a90e7 100644 --- a/clients/client-codeguru-reviewer/src/pagination/Interfaces.ts +++ b/clients/client-codeguru-reviewer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; diff --git a/clients/client-codeguru-reviewer/src/pagination/ListCodeReviewsPaginator.ts b/clients/client-codeguru-reviewer/src/pagination/ListCodeReviewsPaginator.ts index b20f6de46612..6f29ddce7a35 100644 --- a/clients/client-codeguru-reviewer/src/pagination/ListCodeReviewsPaginator.ts +++ b/clients/client-codeguru-reviewer/src/pagination/ListCodeReviewsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-reviewer/src/pagination/ListRecommendationFeedbackPaginator.ts b/clients/client-codeguru-reviewer/src/pagination/ListRecommendationFeedbackPaginator.ts index 623aa7aa4713..a8adcc8c03de 100644 --- a/clients/client-codeguru-reviewer/src/pagination/ListRecommendationFeedbackPaginator.ts +++ b/clients/client-codeguru-reviewer/src/pagination/ListRecommendationFeedbackPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-reviewer/src/pagination/ListRecommendationsPaginator.ts b/clients/client-codeguru-reviewer/src/pagination/ListRecommendationsPaginator.ts index d5476b013bbd..4a1d867726c6 100644 --- a/clients/client-codeguru-reviewer/src/pagination/ListRecommendationsPaginator.ts +++ b/clients/client-codeguru-reviewer/src/pagination/ListRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-reviewer/src/pagination/ListRepositoryAssociationsPaginator.ts b/clients/client-codeguru-reviewer/src/pagination/ListRepositoryAssociationsPaginator.ts index dc8fc6dc44fb..9e2e749b8c6e 100644 --- a/clients/client-codeguru-reviewer/src/pagination/ListRepositoryAssociationsPaginator.ts +++ b/clients/client-codeguru-reviewer/src/pagination/ListRepositoryAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-reviewer/src/protocols/Aws_restJson1.ts b/clients/client-codeguru-reviewer/src/protocols/Aws_restJson1.ts index 15bdcf372d42..88377bf7f68f 100644 --- a/clients/client-codeguru-reviewer/src/protocols/Aws_restJson1.ts +++ b/clients/client-codeguru-reviewer/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-codeguru-reviewer/src/runtimeConfig.browser.ts b/clients/client-codeguru-reviewer/src/runtimeConfig.browser.ts index 7f639df13b72..1806ceb4f6bf 100644 --- a/clients/client-codeguru-reviewer/src/runtimeConfig.browser.ts +++ b/clients/client-codeguru-reviewer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codeguru-reviewer/src/runtimeConfig.shared.ts b/clients/client-codeguru-reviewer/src/runtimeConfig.shared.ts index f8932da4a40d..7580103d7714 100644 --- a/clients/client-codeguru-reviewer/src/runtimeConfig.shared.ts +++ b/clients/client-codeguru-reviewer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codeguru-reviewer/src/runtimeConfig.ts b/clients/client-codeguru-reviewer/src/runtimeConfig.ts index 4bfd60f6687b..0bd1e53134a4 100644 --- a/clients/client-codeguru-reviewer/src/runtimeConfig.ts +++ b/clients/client-codeguru-reviewer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codeguru-reviewer/src/waiters/waitForCodeReviewCompleted.ts b/clients/client-codeguru-reviewer/src/waiters/waitForCodeReviewCompleted.ts index 3d6dc345eeee..5afa43bb803e 100644 --- a/clients/client-codeguru-reviewer/src/waiters/waitForCodeReviewCompleted.ts +++ b/clients/client-codeguru-reviewer/src/waiters/waitForCodeReviewCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { DescribeCodeReviewCommand, DescribeCodeReviewCommandInput } from "../commands/DescribeCodeReviewCommand"; diff --git a/clients/client-codeguru-reviewer/src/waiters/waitForRepositoryAssociationSucceeded.ts b/clients/client-codeguru-reviewer/src/waiters/waitForRepositoryAssociationSucceeded.ts index 216b1594733e..b5129e71256e 100644 --- a/clients/client-codeguru-reviewer/src/waiters/waitForRepositoryAssociationSucceeded.ts +++ b/clients/client-codeguru-reviewer/src/waiters/waitForRepositoryAssociationSucceeded.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient"; import { diff --git a/clients/client-codeguru-security/package.json b/clients/client-codeguru-security/package.json index 2a72b4c74d1f..52b5578a197e 100644 --- a/clients/client-codeguru-security/package.json +++ b/clients/client-codeguru-security/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codeguru-security/src/CodeGuruSecurity.ts b/clients/client-codeguru-security/src/CodeGuruSecurity.ts index 15d47296a8c7..4b4cb201f2ba 100644 --- a/clients/client-codeguru-security/src/CodeGuruSecurity.ts +++ b/clients/client-codeguru-security/src/CodeGuruSecurity.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeGuruSecurityClient, CodeGuruSecurityClientConfig } from "./CodeGuruSecurityClient"; import { diff --git a/clients/client-codeguru-security/src/CodeGuruSecurityClient.ts b/clients/client-codeguru-security/src/CodeGuruSecurityClient.ts index fea2a6983bc7..dae952bda895 100644 --- a/clients/client-codeguru-security/src/CodeGuruSecurityClient.ts +++ b/clients/client-codeguru-security/src/CodeGuruSecurityClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput } from "./commands/BatchGetFindingsCommand"; @@ -132,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -241,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts index cb17c6e2a7c5..44b8a3bf3344 100644 --- a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { BatchGetFindingsRequest, BatchGetFindingsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts index fb91923bfe34..966e907919fe 100644 --- a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { CreateScanRequest, CreateScanResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts index cea0a8c92005..a9dd93a04d00 100644 --- a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { diff --git a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts index f05b486f567b..a9428ef64179 100644 --- a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { GetAccountConfigurationRequest, GetAccountConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts index b3f9dc838346..2a1a0bac672c 100644 --- a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts index faa16da909fd..11eba7e66bc9 100644 --- a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { GetMetricsSummaryRequest, GetMetricsSummaryResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/GetScanCommand.ts b/clients/client-codeguru-security/src/commands/GetScanCommand.ts index 8d0521358d1c..1835beb293f4 100644 --- a/clients/client-codeguru-security/src/commands/GetScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { GetScanRequest, GetScanResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts index d8bbf4bc24f5..c8d3ac5441b9 100644 --- a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { ListFindingsMetricsRequest, ListFindingsMetricsResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/ListScansCommand.ts b/clients/client-codeguru-security/src/commands/ListScansCommand.ts index 38733b002e96..33e3bfaa3162 100644 --- a/clients/client-codeguru-security/src/commands/ListScansCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListScansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { ListScansRequest, ListScansResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts index fc33cc186ee6..1ad42f68a83c 100644 --- a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts index 8082745e3d78..2d15d2f509b8 100644 --- a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts index 3ee1efcb51f3..a8c4e2485990 100644 --- a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts index 8e2df96a16b1..7b17759393a7 100644 --- a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruSecurityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruSecurityClient"; import { UpdateAccountConfigurationRequest, UpdateAccountConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-codeguru-security/src/endpoint/EndpointParameters.ts b/clients/client-codeguru-security/src/endpoint/EndpointParameters.ts index b4f44f17f07a..25945f0a3fe2 100644 --- a/clients/client-codeguru-security/src/endpoint/EndpointParameters.ts +++ b/clients/client-codeguru-security/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codeguru-security/src/endpoint/endpointResolver.ts b/clients/client-codeguru-security/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codeguru-security/src/endpoint/endpointResolver.ts +++ b/clients/client-codeguru-security/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codeguru-security/src/endpoint/ruleset.ts b/clients/client-codeguru-security/src/endpoint/ruleset.ts index cca55a236161..2cc5271a01bb 100644 --- a/clients/client-codeguru-security/src/endpoint/ruleset.ts +++ b/clients/client-codeguru-security/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codeguru-security/src/models/CodeGuruSecurityServiceException.ts b/clients/client-codeguru-security/src/models/CodeGuruSecurityServiceException.ts index ddafaa0c08f0..f6ac84a96c52 100644 --- a/clients/client-codeguru-security/src/models/CodeGuruSecurityServiceException.ts +++ b/clients/client-codeguru-security/src/models/CodeGuruSecurityServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codeguru-security/src/models/models_0.ts b/clients/client-codeguru-security/src/models/models_0.ts index 5e68ff358db0..23b67fd447a0 100644 --- a/clients/client-codeguru-security/src/models/models_0.ts +++ b/clients/client-codeguru-security/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodeGuruSecurityServiceException as __BaseException } from "./CodeGuruSecurityServiceException"; diff --git a/clients/client-codeguru-security/src/pagination/GetFindingsPaginator.ts b/clients/client-codeguru-security/src/pagination/GetFindingsPaginator.ts index 3f77f715664c..780a5a15e337 100644 --- a/clients/client-codeguru-security/src/pagination/GetFindingsPaginator.ts +++ b/clients/client-codeguru-security/src/pagination/GetFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruSecurityClient } from "../CodeGuruSecurityClient"; import { GetFindingsCommand, GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand"; diff --git a/clients/client-codeguru-security/src/pagination/Interfaces.ts b/clients/client-codeguru-security/src/pagination/Interfaces.ts index 5dbaa9ca0790..e3ee4ea453fa 100644 --- a/clients/client-codeguru-security/src/pagination/Interfaces.ts +++ b/clients/client-codeguru-security/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeGuruSecurityClient } from "../CodeGuruSecurityClient"; diff --git a/clients/client-codeguru-security/src/pagination/ListFindingsMetricsPaginator.ts b/clients/client-codeguru-security/src/pagination/ListFindingsMetricsPaginator.ts index fc5db86af98d..e1a785904b19 100644 --- a/clients/client-codeguru-security/src/pagination/ListFindingsMetricsPaginator.ts +++ b/clients/client-codeguru-security/src/pagination/ListFindingsMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruSecurityClient } from "../CodeGuruSecurityClient"; import { diff --git a/clients/client-codeguru-security/src/pagination/ListScansPaginator.ts b/clients/client-codeguru-security/src/pagination/ListScansPaginator.ts index fe6860447267..34357a722a3e 100644 --- a/clients/client-codeguru-security/src/pagination/ListScansPaginator.ts +++ b/clients/client-codeguru-security/src/pagination/ListScansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruSecurityClient } from "../CodeGuruSecurityClient"; import { ListScansCommand, ListScansCommandInput, ListScansCommandOutput } from "../commands/ListScansCommand"; diff --git a/clients/client-codeguru-security/src/protocols/Aws_restJson1.ts b/clients/client-codeguru-security/src/protocols/Aws_restJson1.ts index 364a448ed849..f6f25d8366e1 100644 --- a/clients/client-codeguru-security/src/protocols/Aws_restJson1.ts +++ b/clients/client-codeguru-security/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput } from "../commands/BatchGetFindingsCommand"; diff --git a/clients/client-codeguru-security/src/runtimeConfig.browser.ts b/clients/client-codeguru-security/src/runtimeConfig.browser.ts index 721ca43a978f..c2b5bddaa59b 100644 --- a/clients/client-codeguru-security/src/runtimeConfig.browser.ts +++ b/clients/client-codeguru-security/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruSecurityClientConfig } from "./CodeGuruSecurityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codeguru-security/src/runtimeConfig.shared.ts b/clients/client-codeguru-security/src/runtimeConfig.shared.ts index 78f44470457c..76d6a137b3f6 100644 --- a/clients/client-codeguru-security/src/runtimeConfig.shared.ts +++ b/clients/client-codeguru-security/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeGuruSecurityClientConfig } from "./CodeGuruSecurityClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codeguru-security/src/runtimeConfig.ts b/clients/client-codeguru-security/src/runtimeConfig.ts index 5b85c6a39d0a..dc52a9a601c5 100644 --- a/clients/client-codeguru-security/src/runtimeConfig.ts +++ b/clients/client-codeguru-security/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruSecurityClientConfig } from "./CodeGuruSecurityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index 77da499a0d00..abbb05ee8744 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codeguruprofiler/src/CodeGuruProfiler.ts b/clients/client-codeguruprofiler/src/CodeGuruProfiler.ts index 76cb2d0cdefe..6c602421320a 100644 --- a/clients/client-codeguruprofiler/src/CodeGuruProfiler.ts +++ b/clients/client-codeguruprofiler/src/CodeGuruProfiler.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeGuruProfilerClient, CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient"; import { diff --git a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts index dee018933656..af7ad353b2a0 100644 --- a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts +++ b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -186,7 +184,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -295,7 +293,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts index 0cf13b5f605b..70deab7da12b 100644 --- a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts index 7e4fb7183ff1..d41e2deed487 100644 --- a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts index 00b67bef469d..e03978eb9554 100644 --- a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts index 2296146baa86..3b5cd28ca247 100644 --- a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts index 59bc001278b5..101a4e47ef38 100644 --- a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts index aa0a2cd36586..18b6338294b7 100644 --- a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts index 2c2897f5a0e6..c0d17b3032d9 100644 --- a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { GetFindingsReportAccountSummaryRequest, GetFindingsReportAccountSummaryResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts index 9829db7473db..9855e3fce9ad 100644 --- a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts index 57f5bdd79a6a..814ab1c40c5b 100644 --- a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts index 926c54e4db80..9b8bf27329e4 100644 --- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { GetProfileRequest, GetProfileResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts index 74db22895737..002ba10ac9f8 100644 --- a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts index 3f5a3826f35a..f5270523c72f 100644 --- a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts index 16bd2b414707..a0fdb5816d50 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts index f1a8a7a3ce22..c70629a8e2cb 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts index 8497be6aa927..93b3fae559cf 100644 --- a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts index c9aef367a5c3..dd40ee09892d 100644 --- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts index d03976dfa4b2..5de96a6930ac 100644 --- a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts index 60f40ca4d569..ef21f042c737 100644 --- a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts index e5f1318ed5a7..c788f2ff577e 100644 --- a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts index e220370ae776..1a99500fec92 100644 --- a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts index 54cc52a95f49..662e2f9e127b 100644 --- a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts index f81683c7b3b2..864a4db3f32d 100644 --- a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts index 76ca8aef9bff..6b4c8bf8da70 100644 --- a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient"; import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0"; diff --git a/clients/client-codeguruprofiler/src/endpoint/EndpointParameters.ts b/clients/client-codeguruprofiler/src/endpoint/EndpointParameters.ts index c551048c65cb..6c33bef91a6e 100644 --- a/clients/client-codeguruprofiler/src/endpoint/EndpointParameters.ts +++ b/clients/client-codeguruprofiler/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codeguruprofiler/src/endpoint/endpointResolver.ts b/clients/client-codeguruprofiler/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codeguruprofiler/src/endpoint/endpointResolver.ts +++ b/clients/client-codeguruprofiler/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codeguruprofiler/src/endpoint/ruleset.ts b/clients/client-codeguruprofiler/src/endpoint/ruleset.ts index 8decb9b43a98..6ad8fefc7a8c 100644 --- a/clients/client-codeguruprofiler/src/endpoint/ruleset.ts +++ b/clients/client-codeguruprofiler/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts b/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts index 6544254d9790..e776838624cf 100644 --- a/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts +++ b/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codeguruprofiler/src/models/models_0.ts b/clients/client-codeguruprofiler/src/models/models_0.ts index 56535e1e1b4b..85579a6b8b9a 100644 --- a/clients/client-codeguruprofiler/src/models/models_0.ts +++ b/clients/client-codeguruprofiler/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeGuruProfilerServiceException as __BaseException } from "./CodeGuruProfilerServiceException"; diff --git a/clients/client-codeguruprofiler/src/pagination/GetFindingsReportAccountSummaryPaginator.ts b/clients/client-codeguruprofiler/src/pagination/GetFindingsReportAccountSummaryPaginator.ts index 6283c84f2915..3dc9ca1464c9 100644 --- a/clients/client-codeguruprofiler/src/pagination/GetFindingsReportAccountSummaryPaginator.ts +++ b/clients/client-codeguruprofiler/src/pagination/GetFindingsReportAccountSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient"; import { diff --git a/clients/client-codeguruprofiler/src/pagination/Interfaces.ts b/clients/client-codeguruprofiler/src/pagination/Interfaces.ts index 08ec6783cdf5..b94cb9ee6d2f 100644 --- a/clients/client-codeguruprofiler/src/pagination/Interfaces.ts +++ b/clients/client-codeguruprofiler/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient"; diff --git a/clients/client-codeguruprofiler/src/pagination/ListFindingsReportsPaginator.ts b/clients/client-codeguruprofiler/src/pagination/ListFindingsReportsPaginator.ts index c969f2cfff69..6b74b30dabe1 100644 --- a/clients/client-codeguruprofiler/src/pagination/ListFindingsReportsPaginator.ts +++ b/clients/client-codeguruprofiler/src/pagination/ListFindingsReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient"; import { diff --git a/clients/client-codeguruprofiler/src/pagination/ListProfileTimesPaginator.ts b/clients/client-codeguruprofiler/src/pagination/ListProfileTimesPaginator.ts index cb0c608ea61e..a1fdb7d682b9 100644 --- a/clients/client-codeguruprofiler/src/pagination/ListProfileTimesPaginator.ts +++ b/clients/client-codeguruprofiler/src/pagination/ListProfileTimesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient"; import { diff --git a/clients/client-codeguruprofiler/src/pagination/ListProfilingGroupsPaginator.ts b/clients/client-codeguruprofiler/src/pagination/ListProfilingGroupsPaginator.ts index 2172792fc4a0..0e4c6e02178d 100644 --- a/clients/client-codeguruprofiler/src/pagination/ListProfilingGroupsPaginator.ts +++ b/clients/client-codeguruprofiler/src/pagination/ListProfilingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeGuruProfilerClient } from "../CodeGuruProfilerClient"; import { diff --git a/clients/client-codeguruprofiler/src/protocols/Aws_restJson1.ts b/clients/client-codeguruprofiler/src/protocols/Aws_restJson1.ts index 93ccf91918c5..5f7c057a0da8 100644 --- a/clients/client-codeguruprofiler/src/protocols/Aws_restJson1.ts +++ b/clients/client-codeguruprofiler/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-codeguruprofiler/src/runtimeConfig.browser.ts b/clients/client-codeguruprofiler/src/runtimeConfig.browser.ts index c49609b7efa9..a26838ff7efe 100644 --- a/clients/client-codeguruprofiler/src/runtimeConfig.browser.ts +++ b/clients/client-codeguruprofiler/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codeguruprofiler/src/runtimeConfig.shared.ts b/clients/client-codeguruprofiler/src/runtimeConfig.shared.ts index 06c8dcb5f5cb..530885b15929 100644 --- a/clients/client-codeguruprofiler/src/runtimeConfig.shared.ts +++ b/clients/client-codeguruprofiler/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codeguruprofiler/src/runtimeConfig.ts b/clients/client-codeguruprofiler/src/runtimeConfig.ts index fb5933c443d6..497818bf3359 100644 --- a/clients/client-codeguruprofiler/src/runtimeConfig.ts +++ b/clients/client-codeguruprofiler/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index dbc7b3505580..72175bd8a06a 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codepipeline/src/CodePipeline.ts b/clients/client-codepipeline/src/CodePipeline.ts index aed22f29909c..e1c356160099 100644 --- a/clients/client-codepipeline/src/CodePipeline.ts +++ b/clients/client-codepipeline/src/CodePipeline.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodePipelineClient, CodePipelineClientConfig } from "./CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/CodePipelineClient.ts b/clients/client-codepipeline/src/CodePipelineClient.ts index 2f63f2f1278c..05363f35eab4 100644 --- a/clients/client-codepipeline/src/CodePipelineClient.ts +++ b/clients/client-codepipeline/src/CodePipelineClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand"; @@ -258,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -367,7 +365,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts index b780a07c3e96..294171324f23 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts index f8d5a10eb48d..b1683ee54c97 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts index 3d1351935670..b726de19ec15 100644 --- a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts index 796651e73bc4..5326cd699b85 100644 --- a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts index 9f3f8379caea..bd10ff2a207a 100644 --- a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { DeleteCustomActionTypeInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts index f96638c54d50..a183f26f4ca7 100644 --- a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { DeletePipelineInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts index 1b03fbb67187..9df2e9df95e3 100644 --- a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts index e813d7531024..0c64f7404c41 100644 --- a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts index f932690eba10..86e9422be265 100644 --- a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { DisableStageTransitionInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts index c80214be746e..d73ae20a7ad9 100644 --- a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { EnableStageTransitionInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts index cfa786868aa7..28855d86bfe7 100644 --- a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts index a8f0521b567f..860f5b6e6741 100644 --- a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { GetJobDetailsInput, GetJobDetailsOutput, GetJobDetailsOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts index 1b4f4a73b792..1f169267a85b 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { GetPipelineInput, GetPipelineOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts index 372b122ead0b..3375b263b6ec 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts index 9e64dff4b416..0db7b3640c11 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts index ab9664d5dc27..67564870d2b8 100644 --- a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts index 043216880cd3..482217745427 100644 --- a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts index c6f4ed64bca3..54ae13087c08 100644 --- a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts index f447ee7de3ed..bbac1e51c34a 100644 --- a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts index 2679e44dfb69..806771f62216 100644 --- a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts index 5a13bea8663a..3edff57b1836 100644 --- a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts index c9803797ca3b..f792d746d5e8 100644 --- a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts +++ b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts index c6adf416fc36..df97fc2fefbf 100644 --- a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PollForJobsInput, PollForJobsOutput, PollForJobsOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts index 9728f1139491..3fb568f88bfd 100644 --- a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts index 3dc8224191d0..d9f195868ce9 100644 --- a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts +++ b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts index 56f4b6ffd6ea..8c69f9381ef0 100644 --- a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts index 1a7deec39191..fa0fa4838fcd 100644 --- a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutJobFailureResultInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts index fd3b3b3bbac2..2e8144754019 100644 --- a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutJobSuccessResultInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts index a958ef36636d..c97fcfd28430 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutThirdPartyJobFailureResultInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts index 0b9dbbe45d51..8d7737f26888 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutThirdPartyJobSuccessResultInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts index 057adebf2d99..6b00b3a3190d 100644 --- a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { PutWebhookInput, PutWebhookOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts index 4f3c2c43f0c4..890754ba58a5 100644 --- a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts index 008def251c0f..57481805b2a8 100644 --- a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts index d46696845460..6f0d05dcb217 100644 --- a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts index be0277baad9e..c3d1da48c1dd 100644 --- a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/TagResourceCommand.ts b/clients/client-codepipeline/src/commands/TagResourceCommand.ts index 53cf0b6db5a6..91ec1f058f4d 100644 --- a/clients/client-codepipeline/src/commands/TagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts index b43059a41b41..171ffa6d487e 100644 --- a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts index 5f054f8c1ccc..71106ff224f9 100644 --- a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { UpdateActionTypeInput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts index 8632f79db305..a8146b4c1b35 100644 --- a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient"; import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0"; diff --git a/clients/client-codepipeline/src/endpoint/EndpointParameters.ts b/clients/client-codepipeline/src/endpoint/EndpointParameters.ts index c49cd4647005..e6e0f18a8fc0 100644 --- a/clients/client-codepipeline/src/endpoint/EndpointParameters.ts +++ b/clients/client-codepipeline/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codepipeline/src/endpoint/endpointResolver.ts b/clients/client-codepipeline/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codepipeline/src/endpoint/endpointResolver.ts +++ b/clients/client-codepipeline/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codepipeline/src/endpoint/ruleset.ts b/clients/client-codepipeline/src/endpoint/ruleset.ts index 42543c580729..c98637b2ff9d 100644 --- a/clients/client-codepipeline/src/endpoint/ruleset.ts +++ b/clients/client-codepipeline/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codepipeline/src/models/CodePipelineServiceException.ts b/clients/client-codepipeline/src/models/CodePipelineServiceException.ts index 3ebf73615b3f..6d98aba4bb66 100644 --- a/clients/client-codepipeline/src/models/CodePipelineServiceException.ts +++ b/clients/client-codepipeline/src/models/CodePipelineServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codepipeline/src/models/models_0.ts b/clients/client-codepipeline/src/models/models_0.ts index a2ac6c7a8349..b7de2e37f982 100644 --- a/clients/client-codepipeline/src/models/models_0.ts +++ b/clients/client-codepipeline/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException"; diff --git a/clients/client-codepipeline/src/pagination/Interfaces.ts b/clients/client-codepipeline/src/pagination/Interfaces.ts index 7d655e0962ef..77611be46ae4 100644 --- a/clients/client-codepipeline/src/pagination/Interfaces.ts +++ b/clients/client-codepipeline/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; diff --git a/clients/client-codepipeline/src/pagination/ListActionExecutionsPaginator.ts b/clients/client-codepipeline/src/pagination/ListActionExecutionsPaginator.ts index 55a6e75f6bbf..45853063c3cb 100644 --- a/clients/client-codepipeline/src/pagination/ListActionExecutionsPaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListActionExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/pagination/ListActionTypesPaginator.ts b/clients/client-codepipeline/src/pagination/ListActionTypesPaginator.ts index fc7f63722bf1..4de5cc3135f1 100644 --- a/clients/client-codepipeline/src/pagination/ListActionTypesPaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListActionTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/pagination/ListPipelineExecutionsPaginator.ts b/clients/client-codepipeline/src/pagination/ListPipelineExecutionsPaginator.ts index 8b5abace83c0..751d02036889 100644 --- a/clients/client-codepipeline/src/pagination/ListPipelineExecutionsPaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListPipelineExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/pagination/ListPipelinesPaginator.ts b/clients/client-codepipeline/src/pagination/ListPipelinesPaginator.ts index 1ce2165ba18a..bcdf6585d7cf 100644 --- a/clients/client-codepipeline/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-codepipeline/src/pagination/ListTagsForResourcePaginator.ts index 5f5a3aecb41f..a5ca99f114c1 100644 --- a/clients/client-codepipeline/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/pagination/ListWebhooksPaginator.ts b/clients/client-codepipeline/src/pagination/ListWebhooksPaginator.ts index f37f1eec46bf..5128519c2609 100644 --- a/clients/client-codepipeline/src/pagination/ListWebhooksPaginator.ts +++ b/clients/client-codepipeline/src/pagination/ListWebhooksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodePipelineClient } from "../CodePipelineClient"; import { diff --git a/clients/client-codepipeline/src/protocols/Aws_json1_1.ts b/clients/client-codepipeline/src/protocols/Aws_json1_1.ts index 0defba08f9cd..3e0cb998bde4 100644 --- a/clients/client-codepipeline/src/protocols/Aws_json1_1.ts +++ b/clients/client-codepipeline/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "../commands/AcknowledgeJobCommand"; diff --git a/clients/client-codepipeline/src/runtimeConfig.browser.ts b/clients/client-codepipeline/src/runtimeConfig.browser.ts index 068a2037fb28..bc34101222df 100644 --- a/clients/client-codepipeline/src/runtimeConfig.browser.ts +++ b/clients/client-codepipeline/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodePipelineClientConfig } from "./CodePipelineClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codepipeline/src/runtimeConfig.shared.ts b/clients/client-codepipeline/src/runtimeConfig.shared.ts index e0fedd2ca94c..8f6c05c68942 100644 --- a/clients/client-codepipeline/src/runtimeConfig.shared.ts +++ b/clients/client-codepipeline/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodePipelineClientConfig } from "./CodePipelineClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codepipeline/src/runtimeConfig.ts b/clients/client-codepipeline/src/runtimeConfig.ts index 48e455a7b0a6..1659fa376dd3 100644 --- a/clients/client-codepipeline/src/runtimeConfig.ts +++ b/clients/client-codepipeline/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodePipelineClientConfig } from "./CodePipelineClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index fdb96a1c4cb5..c86f8f84efe1 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codestar-connections/src/CodeStarConnections.ts b/clients/client-codestar-connections/src/CodeStarConnections.ts index 23692e55e2b7..38beff104405 100644 --- a/clients/client-codestar-connections/src/CodeStarConnections.ts +++ b/clients/client-codestar-connections/src/CodeStarConnections.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeStarConnectionsClient, CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient"; import { diff --git a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts index 97ed8ef03c28..8355d1e6fc05 100644 --- a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts +++ b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand"; @@ -120,7 +118,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -229,7 +227,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts index cb1253b2bbeb..dc68f486ef93 100644 --- a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts index 15fc03910eec..56935a8a2673 100644 --- a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts index 5e9388675854..d25dd778b853 100644 --- a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts index ddff46ae853e..6dfb3d696b1d 100644 --- a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts index 95479b031511..67551dfd9d29 100644 --- a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/GetHostCommand.ts b/clients/client-codestar-connections/src/commands/GetHostCommand.ts index c4623332d1c0..94b4e7bdfa56 100644 --- a/clients/client-codestar-connections/src/commands/GetHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetHostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts index 9434e8349c72..ec6afbe7ce6c 100644 --- a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts index d8aecc67982d..80af5eff851f 100644 --- a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts index 177a8e84475d..10f9d57410b2 100644 --- a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts index 30db6a3b27ed..16e393336e5c 100644 --- a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts index aad2b008ded6..d175306a5467 100644 --- a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts index a19db9f7feda..c28a938b9c1c 100644 --- a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarConnectionsClientResolvedConfig, diff --git a/clients/client-codestar-connections/src/endpoint/EndpointParameters.ts b/clients/client-codestar-connections/src/endpoint/EndpointParameters.ts index 541f8d92c03e..25d5dc599118 100644 --- a/clients/client-codestar-connections/src/endpoint/EndpointParameters.ts +++ b/clients/client-codestar-connections/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codestar-connections/src/endpoint/endpointResolver.ts b/clients/client-codestar-connections/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codestar-connections/src/endpoint/endpointResolver.ts +++ b/clients/client-codestar-connections/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codestar-connections/src/endpoint/ruleset.ts b/clients/client-codestar-connections/src/endpoint/ruleset.ts index bad9306ca473..ec1f201c0ab4 100644 --- a/clients/client-codestar-connections/src/endpoint/ruleset.ts +++ b/clients/client-codestar-connections/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts b/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts index 307391f660b4..2b9bfcfc9170 100644 --- a/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts +++ b/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codestar-connections/src/models/models_0.ts b/clients/client-codestar-connections/src/models/models_0.ts index 8858a66ed1ec..1c58a62255fd 100644 --- a/clients/client-codestar-connections/src/models/models_0.ts +++ b/clients/client-codestar-connections/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeStarConnectionsServiceException as __BaseException } from "./CodeStarConnectionsServiceException"; diff --git a/clients/client-codestar-connections/src/pagination/Interfaces.ts b/clients/client-codestar-connections/src/pagination/Interfaces.ts index f8d3e1aedea6..1dbcb3a04224 100644 --- a/clients/client-codestar-connections/src/pagination/Interfaces.ts +++ b/clients/client-codestar-connections/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodeStarConnectionsClient } from "../CodeStarConnectionsClient"; diff --git a/clients/client-codestar-connections/src/pagination/ListConnectionsPaginator.ts b/clients/client-codestar-connections/src/pagination/ListConnectionsPaginator.ts index b51862f4280b..386a9a385c5a 100644 --- a/clients/client-codestar-connections/src/pagination/ListConnectionsPaginator.ts +++ b/clients/client-codestar-connections/src/pagination/ListConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeStarConnectionsClient } from "../CodeStarConnectionsClient"; import { diff --git a/clients/client-codestar-connections/src/pagination/ListHostsPaginator.ts b/clients/client-codestar-connections/src/pagination/ListHostsPaginator.ts index 95337325b6c2..dcc7a1bb6f17 100644 --- a/clients/client-codestar-connections/src/pagination/ListHostsPaginator.ts +++ b/clients/client-codestar-connections/src/pagination/ListHostsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodeStarConnectionsClient } from "../CodeStarConnectionsClient"; import { ListHostsCommand, ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand"; diff --git a/clients/client-codestar-connections/src/protocols/Aws_json1_0.ts b/clients/client-codestar-connections/src/protocols/Aws_json1_0.ts index 2e0aea1410cb..35be1c4a49f8 100644 --- a/clients/client-codestar-connections/src/protocols/Aws_json1_0.ts +++ b/clients/client-codestar-connections/src/protocols/Aws_json1_0.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand"; import { CreateHostCommandInput, CreateHostCommandOutput } from "../commands/CreateHostCommand"; diff --git a/clients/client-codestar-connections/src/runtimeConfig.browser.ts b/clients/client-codestar-connections/src/runtimeConfig.browser.ts index e6d450d7de20..3ce780a874b3 100644 --- a/clients/client-codestar-connections/src/runtimeConfig.browser.ts +++ b/clients/client-codestar-connections/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codestar-connections/src/runtimeConfig.shared.ts b/clients/client-codestar-connections/src/runtimeConfig.shared.ts index f0076166f967..2f489a55a3a4 100644 --- a/clients/client-codestar-connections/src/runtimeConfig.shared.ts +++ b/clients/client-codestar-connections/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codestar-connections/src/runtimeConfig.ts b/clients/client-codestar-connections/src/runtimeConfig.ts index c2a66bf802b9..fada8d3cef77 100644 --- a/clients/client-codestar-connections/src/runtimeConfig.ts +++ b/clients/client-codestar-connections/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index e746d05c56ab..02d3c3dbae7e 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-codestar-notifications/src/CodestarNotifications.ts b/clients/client-codestar-notifications/src/CodestarNotifications.ts index 27ec6c2d3ea3..a7b9b670b128 100644 --- a/clients/client-codestar-notifications/src/CodestarNotifications.ts +++ b/clients/client-codestar-notifications/src/CodestarNotifications.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodestarNotificationsClient, CodestarNotificationsClientConfig } from "./CodestarNotificationsClient"; import { diff --git a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts index abd5f6cf108d..3081d2bcb41c 100644 --- a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts +++ b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts index 943d69aa6491..0266f18ede27 100644 --- a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts index e99dc09f6059..83ba5a122b58 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts index db34d8592692..dcbc3d273de2 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts index f0e423d3e37e..427f05abe152 100644 --- a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts index a452762cf279..51f448872502 100644 --- a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts index a9e1658a4dc6..8c7759c29e5d 100644 --- a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts index 0ad3eab07487..eeed98e53537 100644 --- a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts index 106ea439002c..d8a2c24bd828 100644 --- a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts index 8d52bab81f26..286ba4c2d9e2 100644 --- a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts index f523df34208d..0d5f09e2f271 100644 --- a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts index 19e03f9e7b1b..795c970028e3 100644 --- a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts index f9e47d447f7a..3741c7c18da2 100644 --- a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts index bad73cd391f5..298574114119 100644 --- a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodestarNotificationsClientResolvedConfig, diff --git a/clients/client-codestar-notifications/src/endpoint/EndpointParameters.ts b/clients/client-codestar-notifications/src/endpoint/EndpointParameters.ts index d62a84a70d10..1a10c1290b2b 100644 --- a/clients/client-codestar-notifications/src/endpoint/EndpointParameters.ts +++ b/clients/client-codestar-notifications/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codestar-notifications/src/endpoint/endpointResolver.ts b/clients/client-codestar-notifications/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codestar-notifications/src/endpoint/endpointResolver.ts +++ b/clients/client-codestar-notifications/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codestar-notifications/src/endpoint/ruleset.ts b/clients/client-codestar-notifications/src/endpoint/ruleset.ts index 56e54c75857b..a4bf38727d85 100644 --- a/clients/client-codestar-notifications/src/endpoint/ruleset.ts +++ b/clients/client-codestar-notifications/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts b/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts index 4480499c01a4..acb3a3454276 100644 --- a/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts +++ b/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codestar-notifications/src/models/models_0.ts b/clients/client-codestar-notifications/src/models/models_0.ts index 61007048ee58..13b06d461e9b 100644 --- a/clients/client-codestar-notifications/src/models/models_0.ts +++ b/clients/client-codestar-notifications/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException"; diff --git a/clients/client-codestar-notifications/src/pagination/Interfaces.ts b/clients/client-codestar-notifications/src/pagination/Interfaces.ts index c1cf53aedc8c..5dd648fab709 100644 --- a/clients/client-codestar-notifications/src/pagination/Interfaces.ts +++ b/clients/client-codestar-notifications/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CodestarNotificationsClient } from "../CodestarNotificationsClient"; diff --git a/clients/client-codestar-notifications/src/pagination/ListEventTypesPaginator.ts b/clients/client-codestar-notifications/src/pagination/ListEventTypesPaginator.ts index 7358e8a2ce3f..9ac28d8804d1 100644 --- a/clients/client-codestar-notifications/src/pagination/ListEventTypesPaginator.ts +++ b/clients/client-codestar-notifications/src/pagination/ListEventTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodestarNotificationsClient } from "../CodestarNotificationsClient"; import { diff --git a/clients/client-codestar-notifications/src/pagination/ListNotificationRulesPaginator.ts b/clients/client-codestar-notifications/src/pagination/ListNotificationRulesPaginator.ts index 79d8ce723773..b76dd187dd6b 100644 --- a/clients/client-codestar-notifications/src/pagination/ListNotificationRulesPaginator.ts +++ b/clients/client-codestar-notifications/src/pagination/ListNotificationRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodestarNotificationsClient } from "../CodestarNotificationsClient"; import { diff --git a/clients/client-codestar-notifications/src/pagination/ListTargetsPaginator.ts b/clients/client-codestar-notifications/src/pagination/ListTargetsPaginator.ts index f15ec813bf0e..3d4cae18d329 100644 --- a/clients/client-codestar-notifications/src/pagination/ListTargetsPaginator.ts +++ b/clients/client-codestar-notifications/src/pagination/ListTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CodestarNotificationsClient } from "../CodestarNotificationsClient"; import { ListTargetsCommand, ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand"; diff --git a/clients/client-codestar-notifications/src/protocols/Aws_restJson1.ts b/clients/client-codestar-notifications/src/protocols/Aws_restJson1.ts index 887139cc0eda..9574689359c8 100644 --- a/clients/client-codestar-notifications/src/protocols/Aws_restJson1.ts +++ b/clients/client-codestar-notifications/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-codestar-notifications/src/runtimeConfig.browser.ts b/clients/client-codestar-notifications/src/runtimeConfig.browser.ts index cba791f90492..895137adb12c 100644 --- a/clients/client-codestar-notifications/src/runtimeConfig.browser.ts +++ b/clients/client-codestar-notifications/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codestar-notifications/src/runtimeConfig.shared.ts b/clients/client-codestar-notifications/src/runtimeConfig.shared.ts index ad5466d94745..f0ba268e030d 100644 --- a/clients/client-codestar-notifications/src/runtimeConfig.shared.ts +++ b/clients/client-codestar-notifications/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codestar-notifications/src/runtimeConfig.ts b/clients/client-codestar-notifications/src/runtimeConfig.ts index 327b5f1b7358..40f094523391 100644 --- a/clients/client-codestar-notifications/src/runtimeConfig.ts +++ b/clients/client-codestar-notifications/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-codestar/package.json b/clients/client-codestar/package.json index 82a8de3c84b0..5f91ec6d9d91 100644 --- a/clients/client-codestar/package.json +++ b/clients/client-codestar/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-codestar/src/CodeStar.ts b/clients/client-codestar/src/CodeStar.ts index 1a97e89564d2..c52d7e055efa 100644 --- a/clients/client-codestar/src/CodeStar.ts +++ b/clients/client-codestar/src/CodeStar.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CodeStarClient, CodeStarClientConfig } from "./CodeStarClient"; import { diff --git a/clients/client-codestar/src/CodeStarClient.ts b/clients/client-codestar/src/CodeStarClient.ts index e357e577b451..e0bd762f50f9 100644 --- a/clients/client-codestar/src/CodeStarClient.ts +++ b/clients/client-codestar/src/CodeStarClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -144,7 +142,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -253,7 +251,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts index 5a9187e068da..18868a878d0e 100644 --- a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { AssociateTeamMemberRequest, AssociateTeamMemberResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/CreateProjectCommand.ts b/clients/client-codestar/src/commands/CreateProjectCommand.ts index 5220f8ac763a..6c108cfc9706 100644 --- a/clients/client-codestar/src/commands/CreateProjectCommand.ts +++ b/clients/client-codestar/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { CreateProjectRequest, CreateProjectRequestFilterSensitiveLog, CreateProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts index 91486b5d8018..caabee7a7579 100644 --- a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { diff --git a/clients/client-codestar/src/commands/DeleteProjectCommand.ts b/clients/client-codestar/src/commands/DeleteProjectCommand.ts index d07d73f11709..80d25caa6d4b 100644 --- a/clients/client-codestar/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codestar/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts index 990b1916d1fa..0e568ebf45bd 100644 --- a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { DeleteUserProfileRequest, DeleteUserProfileResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/DescribeProjectCommand.ts b/clients/client-codestar/src/commands/DescribeProjectCommand.ts index 9af734bdb691..76b04f4514c6 100644 --- a/clients/client-codestar/src/commands/DescribeProjectCommand.ts +++ b/clients/client-codestar/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { diff --git a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts index 8772d68099b0..fe7b197983d1 100644 --- a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { diff --git a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts index 40720c3daba2..5e428afaf154 100644 --- a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { DisassociateTeamMemberRequest, DisassociateTeamMemberResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/ListProjectsCommand.ts b/clients/client-codestar/src/commands/ListProjectsCommand.ts index 76bee9f2c0ad..5b72bfbf9864 100644 --- a/clients/client-codestar/src/commands/ListProjectsCommand.ts +++ b/clients/client-codestar/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/ListResourcesCommand.ts b/clients/client-codestar/src/commands/ListResourcesCommand.ts index d20aa7388e50..5f797363c0e3 100644 --- a/clients/client-codestar/src/commands/ListResourcesCommand.ts +++ b/clients/client-codestar/src/commands/ListResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { ListResourcesRequest, ListResourcesResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts index 81cb41a656d3..f2a853cab4b9 100644 --- a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts +++ b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { ListTagsForProjectRequest, ListTagsForProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts index 2d2e6ff2c914..df6f30560c81 100644 --- a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts +++ b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { ListTeamMembersRequest, ListTeamMembersResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts index c353161ed62d..e192f3b6518e 100644 --- a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { diff --git a/clients/client-codestar/src/commands/TagProjectCommand.ts b/clients/client-codestar/src/commands/TagProjectCommand.ts index 7076f9c2167c..4bb114e7bbb4 100644 --- a/clients/client-codestar/src/commands/TagProjectCommand.ts +++ b/clients/client-codestar/src/commands/TagProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { TagProjectRequest, TagProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/UntagProjectCommand.ts b/clients/client-codestar/src/commands/UntagProjectCommand.ts index 53bcc954549e..aa0b9cfb27b3 100644 --- a/clients/client-codestar/src/commands/UntagProjectCommand.ts +++ b/clients/client-codestar/src/commands/UntagProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { UntagProjectRequest, UntagProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/UpdateProjectCommand.ts b/clients/client-codestar/src/commands/UpdateProjectCommand.ts index 5c5530cd7b25..da0c77fec7d8 100644 --- a/clients/client-codestar/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codestar/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { UpdateProjectRequest, UpdateProjectRequestFilterSensitiveLog, UpdateProjectResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts index af90794954d1..5c9c3cd98aca 100644 --- a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { UpdateTeamMemberRequest, UpdateTeamMemberResult } from "../models/models_0"; diff --git a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts index d0a68146d6c3..ab8010bf1ae4 100644 --- a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarClient"; import { diff --git a/clients/client-codestar/src/endpoint/EndpointParameters.ts b/clients/client-codestar/src/endpoint/EndpointParameters.ts index e711dd70428b..97c4cd5d7f26 100644 --- a/clients/client-codestar/src/endpoint/EndpointParameters.ts +++ b/clients/client-codestar/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-codestar/src/endpoint/endpointResolver.ts b/clients/client-codestar/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-codestar/src/endpoint/endpointResolver.ts +++ b/clients/client-codestar/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-codestar/src/endpoint/ruleset.ts b/clients/client-codestar/src/endpoint/ruleset.ts index 0fb26b733c02..1d314f68bacb 100644 --- a/clients/client-codestar/src/endpoint/ruleset.ts +++ b/clients/client-codestar/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-codestar/src/models/CodeStarServiceException.ts b/clients/client-codestar/src/models/CodeStarServiceException.ts index 704ed50df5fc..117c0335cba7 100644 --- a/clients/client-codestar/src/models/CodeStarServiceException.ts +++ b/clients/client-codestar/src/models/CodeStarServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-codestar/src/models/models_0.ts b/clients/client-codestar/src/models/models_0.ts index a69791cc8456..8eb3d79cd30c 100644 --- a/clients/client-codestar/src/models/models_0.ts +++ b/clients/client-codestar/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CodeStarServiceException as __BaseException } from "./CodeStarServiceException"; diff --git a/clients/client-codestar/src/protocols/Aws_json1_1.ts b/clients/client-codestar/src/protocols/Aws_json1_1.ts index 715cd49110f0..23d9ec2736df 100644 --- a/clients/client-codestar/src/protocols/Aws_json1_1.ts +++ b/clients/client-codestar/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTeamMemberCommandInput, diff --git a/clients/client-codestar/src/runtimeConfig.browser.ts b/clients/client-codestar/src/runtimeConfig.browser.ts index d0f49f1a5733..44570f5deac0 100644 --- a/clients/client-codestar/src/runtimeConfig.browser.ts +++ b/clients/client-codestar/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeStarClientConfig } from "./CodeStarClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-codestar/src/runtimeConfig.shared.ts b/clients/client-codestar/src/runtimeConfig.shared.ts index 6306a612b8be..e3e5221219b3 100644 --- a/clients/client-codestar/src/runtimeConfig.shared.ts +++ b/clients/client-codestar/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CodeStarClientConfig } from "./CodeStarClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-codestar/src/runtimeConfig.ts b/clients/client-codestar/src/runtimeConfig.ts index 83bfd178f440..1598a33dc32d 100644 --- a/clients/client-codestar/src/runtimeConfig.ts +++ b/clients/client-codestar/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CodeStarClientConfig } from "./CodeStarClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 0835323ccfad..719e8124c2d7 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cognito-identity-provider/src/CognitoIdentityProvider.ts b/clients/client-cognito-identity-provider/src/CognitoIdentityProvider.ts index 37d6ad792376..1bf59482b052 100644 --- a/clients/client-cognito-identity-provider/src/CognitoIdentityProvider.ts +++ b/clients/client-cognito-identity-provider/src/CognitoIdentityProvider.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CognitoIdentityProviderClient, CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts index 3d4f7c96db61..e3670f5b0389 100644 --- a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts +++ b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, resolveAwsAuthConfig } from "@aws-sdk/middleware-signing"; import { getUserAgentPlugin, @@ -18,32 +14,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -547,7 +545,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -656,7 +654,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts index 4bfca5b24c7d..84774c7ea2f4 100644 --- a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts index 31458ecae457..2f2a0cf2702c 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts index 0c91b5f2e7d4..f086617e9e87 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts index ac75b2187ca3..2be8f637cb01 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts index b3381b4c80fe..105b4d1344b3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts index cd8764b96fc7..5dd2669e1970 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts index db47dabd9ae3..0cd34d211517 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts index 704a016d6ce0..5ffe82eda325 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts index 663801410a60..521ca651ef42 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts index 0cd5b071326c..f73fc9edcd1a 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts index af0c3865df8b..1b611f13ad2b 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts index 5a13a61a4c6a..eb9ffcf5bbb0 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts index 941f924399f4..4f7908617635 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts index 5a0f5f84e58f..d47f15bbbd5b 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts index 9bde45f71830..98a8d4f4e56a 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts index 737209b396c5..df4995e08adb 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts index 4173d42b4339..7e300ce096fa 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts index 55d0fee6841f..e61a0a93e1d9 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts index 15603d6af78e..3bb1c43fc944 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts index 14d65bcef7d4..b4c06542c484 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts index 172140c1e68a..0d8627cedfc9 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts index 3f6738fb35c6..00c9ad7c9b5f 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts index 0841cfd56cfc..5f2704cdda1d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts index 1407a935006c..a16c0f2b7c10 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts index 124d965e029c..ecc8633885a8 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts index edbd0da606f0..3e678d631d91 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts index 955910e47736..23b44274ded4 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts index 7aeac1cdc8b5..148e80cdafa7 100644 --- a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts index 8b9d8862bfa9..3a5786db0670 100644 --- a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts index a906dbcc98b7..0d345c53a202 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts index 64eda67be1c5..5058eef39f09 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts index d5b981381ab4..65e9ae04ef94 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts index 4db886e1ddcb..f066814c7251 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts index bb77ebda5626..5b89f985076c 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts index 504fd844e04a..fb0bdcbd0470 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts index 094326acf255..6e5a08ec7459 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts index eef7d7f56fd6..c0fbb656cc10 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts index 22cbb91ffd15..26f220ccd745 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts index 2ad2c9f16580..6045b6cb7208 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts index 23e2c4deef6b..3f80f06aa621 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts index 782479b91b9a..2b5719f4fef1 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts index a46ef1728fc2..afc2a9fe8dfe 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts index e6cff509ca38..6a601cfe5fa0 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts index efd2f60c8a45..ce71e2844a89 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts index fad835c7190c..53e31860e683 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts index 9bf92481baf0..840c522b9f5d 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts index 3fb56f3eec51..c3a972b1d57c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts index 1e0701128149..0bd8eb673c28 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts index d9d2748bbb25..766b3950df7f 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts index 1a35567ee26a..69984ff79aa6 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts index 047471717575..102c23256d84 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts index 60e328031a6f..d0bfff68a624 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts index dcde7cc331d4..7aba560ab469 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts index 0515e2b61bd3..a845d810ca36 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts index ccb43e39f8e0..dbfe4dca7412 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts index 36251eb61e25..99208cd7366e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts index 120c0ab9e06a..84f91fcdbdc3 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts index 076dfbeb823e..2b46d7f948bd 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts index 2484dabcd3cd..11be25c5632c 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts index 31f13b8466a0..9831c364b3a8 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts index c9f03341a8da..0010ce098a00 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts index 5191c9f8a5e6..c77a8ecbdb5c 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts index d327e0d4fa48..77d39bf137f5 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts index 79f0add970c3..430fbf099f5b 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts index 73c8fbb4bcd5..fcce3fb84b2b 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts index e99a8cc86619..c04963b72608 100644 --- a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts index ffcd214a28e1..4a7ec7927b15 100644 --- a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts index b7717d22a213..dabf9a88cfc9 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts index 3a0f45cc7ad7..8e50b86f655e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts index aea28d31ac21..110ed4cedff2 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts index 7f7df8fe839f..c85bc3af19a0 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts index b2412cdff1c1..b98d301aa528 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts index e8558dfa096f..36dfe4189bac 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts index b1c8f643d084..4433687fc7e1 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts index 8971a7d071f9..c0d878f1fd45 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts index 9cfb0ed1e1c2..dfbea3344948 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts index 26639c008f46..40830300a839 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts index d4a333be7ed3..48fb78302fd3 100644 --- a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts index 92e41d34dc08..83688f6d3dcc 100644 --- a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts index c6f5922e2567..7c30a5c3e651 100644 --- a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts index 482fb6b4bcb6..13e3c07692c1 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts index f98ecd8b887e..fac5de8b2389 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts index 283b7a60a45f..caf2ee25ad8e 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts index ea0ea67e081d..b1566acba7fe 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts index 230cbb5b8ba9..4fc4fcc21620 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts index ec2ca1012c05..ea4a310d878f 100644 --- a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts index 6760cf2f1646..7aa9503df498 100644 --- a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts index 6a0d17e968da..49a739a21c57 100644 --- a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts index 34488dc93495..69fae08567ea 100644 --- a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts index 6b5773f1cdef..42da0370d4b4 100644 --- a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts index 0f2bc34a680e..ecb1b5894fea 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts index 888c3dac5e9d..bf65e8da991f 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts index 11c051502542..f72c6ec4094f 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts index 6e865677556f..6b20f80bb8f4 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts index 4b070c82da9b..c8b404edabb8 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts index 1db28184971d..2cfbc86e771d 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts index c2e48fdcb629..4eab3261109a 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts index 7a79c5550417..da8c2b70154f 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts index 50b19277e712..c4d85abd3aca 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts index 7a0c6a9aea38..c83b2e3c6fe3 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts index 0ed65183c05d..bc42a81f4e0e 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, diff --git a/clients/client-cognito-identity-provider/src/endpoint/EndpointParameters.ts b/clients/client-cognito-identity-provider/src/endpoint/EndpointParameters.ts index d6a36cff0808..3774bb5ce00b 100644 --- a/clients/client-cognito-identity-provider/src/endpoint/EndpointParameters.ts +++ b/clients/client-cognito-identity-provider/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cognito-identity-provider/src/endpoint/endpointResolver.ts b/clients/client-cognito-identity-provider/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cognito-identity-provider/src/endpoint/endpointResolver.ts +++ b/clients/client-cognito-identity-provider/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cognito-identity-provider/src/endpoint/ruleset.ts b/clients/client-cognito-identity-provider/src/endpoint/ruleset.ts index 0f8df9b35478..0c9dc42af1f4 100644 --- a/clients/client-cognito-identity-provider/src/endpoint/ruleset.ts +++ b/clients/client-cognito-identity-provider/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts b/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts index cbf4c19cde67..0b666a862c2a 100644 --- a/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts +++ b/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cognito-identity-provider/src/models/models_0.ts b/clients/client-cognito-identity-provider/src/models/models_0.ts index 80328a92a170..68251e25f571 100644 --- a/clients/client-cognito-identity-provider/src/models/models_0.ts +++ b/clients/client-cognito-identity-provider/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CognitoIdentityProviderServiceException as __BaseException } from "./CognitoIdentityProviderServiceException"; diff --git a/clients/client-cognito-identity-provider/src/models/models_1.ts b/clients/client-cognito-identity-provider/src/models/models_1.ts index e52de19797e8..00023de21652 100644 --- a/clients/client-cognito-identity-provider/src/models/models_1.ts +++ b/clients/client-cognito-identity-provider/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { CognitoIdentityProviderServiceException as __BaseException } from "./CognitoIdentityProviderServiceException"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/AdminListGroupsForUserPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/AdminListGroupsForUserPaginator.ts index de67403f69a6..af7b33e06008 100644 --- a/clients/client-cognito-identity-provider/src/pagination/AdminListGroupsForUserPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/AdminListGroupsForUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/AdminListUserAuthEventsPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/AdminListUserAuthEventsPaginator.ts index f9e9eb1065a5..31b64b697422 100644 --- a/clients/client-cognito-identity-provider/src/pagination/AdminListUserAuthEventsPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/AdminListUserAuthEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/Interfaces.ts b/clients/client-cognito-identity-provider/src/pagination/Interfaces.ts index 7c5501377222..4246216543c7 100644 --- a/clients/client-cognito-identity-provider/src/pagination/Interfaces.ts +++ b/clients/client-cognito-identity-provider/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; diff --git a/clients/client-cognito-identity-provider/src/pagination/ListGroupsPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListGroupsPaginator.ts index afbb13c6a209..0e66630ff821 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; diff --git a/clients/client-cognito-identity-provider/src/pagination/ListIdentityProvidersPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListIdentityProvidersPaginator.ts index 202dcd1a536c..0bdc87071824 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListIdentityProvidersPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListIdentityProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/ListResourceServersPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListResourceServersPaginator.ts index a7478ea42b42..0b84ae416b32 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListResourceServersPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListResourceServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/ListUserPoolClientsPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListUserPoolClientsPaginator.ts index 00faabe9c8af..74a7a7d3bef7 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListUserPoolClientsPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListUserPoolClientsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/ListUserPoolsPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListUserPoolsPaginator.ts index 87763def8c22..b08b494acda0 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListUserPoolsPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListUserPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/ListUsersInGroupPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListUsersInGroupPaginator.ts index 383c2682e38b..6f5d71793dec 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListUsersInGroupPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListUsersInGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { diff --git a/clients/client-cognito-identity-provider/src/pagination/ListUsersPaginator.ts b/clients/client-cognito-identity-provider/src/pagination/ListUsersPaginator.ts index 76cb557ff757..e2151fb7985a 100644 --- a/clients/client-cognito-identity-provider/src/pagination/ListUsersPaginator.ts +++ b/clients/client-cognito-identity-provider/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; diff --git a/clients/client-cognito-identity-provider/src/protocols/Aws_json1_1.ts b/clients/client-cognito-identity-provider/src/protocols/Aws_json1_1.ts index f485cb085335..ded721fd4aa1 100644 --- a/clients/client-cognito-identity-provider/src/protocols/Aws_json1_1.ts +++ b/clients/client-cognito-identity-provider/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddCustomAttributesCommandInput, diff --git a/clients/client-cognito-identity-provider/src/runtimeConfig.browser.ts b/clients/client-cognito-identity-provider/src/runtimeConfig.browser.ts index 88ed621fd534..31c8236e1121 100644 --- a/clients/client-cognito-identity-provider/src/runtimeConfig.browser.ts +++ b/clients/client-cognito-identity-provider/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cognito-identity-provider/src/runtimeConfig.shared.ts b/clients/client-cognito-identity-provider/src/runtimeConfig.shared.ts index 101dd72347d4..8b5497243310 100644 --- a/clients/client-cognito-identity-provider/src/runtimeConfig.shared.ts +++ b/clients/client-cognito-identity-provider/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cognito-identity-provider/src/runtimeConfig.ts b/clients/client-cognito-identity-provider/src/runtimeConfig.ts index 58cf3cc94ea8..8862052d29d7 100644 --- a/clients/client-cognito-identity-provider/src/runtimeConfig.ts +++ b/clients/client-cognito-identity-provider/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index d77a0085480a..44084e57bda0 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -23,43 +23,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/client-iam": "*", "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", diff --git a/clients/client-cognito-identity/src/CognitoIdentity.ts b/clients/client-cognito-identity/src/CognitoIdentity.ts index c5dc44042f9f..19f5b0357a0b 100644 --- a/clients/client-cognito-identity/src/CognitoIdentity.ts +++ b/clients/client-cognito-identity/src/CognitoIdentity.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CognitoIdentityClient, CognitoIdentityClientConfig } from "./CognitoIdentityClient"; import { diff --git a/clients/client-cognito-identity/src/CognitoIdentityClient.ts b/clients/client-cognito-identity/src/CognitoIdentityClient.ts index 05ff6f6387b3..67958d1f2985 100644 --- a/clients/client-cognito-identity/src/CognitoIdentityClient.ts +++ b/clients/client-cognito-identity/src/CognitoIdentityClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, resolveAwsAuthConfig } from "@aws-sdk/middleware-signing"; import { getUserAgentPlugin, @@ -18,32 +14,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand"; @@ -178,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -287,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts index ea4879dadd44..fbd3e92f6e54 100644 --- a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts index 8831cac67f78..421769fbefb7 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { DeleteIdentitiesInput, DeleteIdentitiesResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts index f332ecd758ae..2499796d429c 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { DeleteIdentityPoolInput } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts index 184da1ef887a..1efdad8e72bf 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { DescribeIdentityInput, IdentityDescription } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts index 586c618ead72..a5478e8e3036 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts index 48c3eef0fa2e..9617b3dfda91 100644 --- a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { GetCredentialsForIdentityInput, GetCredentialsForIdentityResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/GetIdCommand.ts b/clients/client-cognito-identity/src/commands/GetIdCommand.ts index c5b5d93677a7..cb40889f5eb8 100644 --- a/clients/client-cognito-identity/src/commands/GetIdCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { GetIdInput, GetIdResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts index 80cb9e5535e1..38d506623367 100644 --- a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts index 9f5675c1f2ad..17ed51f36786 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts index 648636cf7ef3..a35044930310 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { diff --git a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts index c90fe66a7713..ed0fb4340561 100644 --- a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { GetPrincipalTagAttributeMapInput, GetPrincipalTagAttributeMapResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts index 006df5142d7a..988c316f0083 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts index 34deb50e7cf1..5221e7c199ae 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts index 04d5a0e67c13..a8ec6704a4b5 100644 --- a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts index a7d303dd6402..426dba9793dc 100644 --- a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts index fae8f84d81fc..fcfc6799fcd9 100644 --- a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts index 1af0068054dd..43b3d8857fff 100644 --- a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { SetIdentityPoolRolesInput } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts index 48d874b29c1d..3abead8b38a8 100644 --- a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts index 2d005a6697fe..cdf7ae6d0639 100644 --- a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { TagResourceInput, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts index 3d4ef00671c1..2fd3a1d8ebcc 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { UnlinkDeveloperIdentityInput } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts index 3f178516af7f..506a1d9b5db6 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { UnlinkIdentityInput } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts index 5376dc1fadf5..bc4dccaeb8af 100644 --- a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { UntagResourceInput, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts index 48486d624597..8290bb7cd00a 100644 --- a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; import { IdentityPool } from "../models/models_0"; diff --git a/clients/client-cognito-identity/src/endpoint/EndpointParameters.ts b/clients/client-cognito-identity/src/endpoint/EndpointParameters.ts index 2be515c81740..c167a9d0fd92 100644 --- a/clients/client-cognito-identity/src/endpoint/EndpointParameters.ts +++ b/clients/client-cognito-identity/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cognito-identity/src/endpoint/endpointResolver.ts b/clients/client-cognito-identity/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cognito-identity/src/endpoint/endpointResolver.ts +++ b/clients/client-cognito-identity/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cognito-identity/src/endpoint/ruleset.ts b/clients/client-cognito-identity/src/endpoint/ruleset.ts index 4981576d8ac5..8839e6078da3 100644 --- a/clients/client-cognito-identity/src/endpoint/ruleset.ts +++ b/clients/client-cognito-identity/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts b/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts index 45143d75bd17..1544f2d0638e 100644 --- a/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts +++ b/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cognito-identity/src/models/models_0.ts b/clients/client-cognito-identity/src/models/models_0.ts index a5d29e6f7e3e..1a49892c9468 100644 --- a/clients/client-cognito-identity/src/models/models_0.ts +++ b/clients/client-cognito-identity/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException"; diff --git a/clients/client-cognito-identity/src/pagination/Interfaces.ts b/clients/client-cognito-identity/src/pagination/Interfaces.ts index 0c8afef40f22..d9016a59fe35 100644 --- a/clients/client-cognito-identity/src/pagination/Interfaces.ts +++ b/clients/client-cognito-identity/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CognitoIdentityClient } from "../CognitoIdentityClient"; diff --git a/clients/client-cognito-identity/src/pagination/ListIdentityPoolsPaginator.ts b/clients/client-cognito-identity/src/pagination/ListIdentityPoolsPaginator.ts index ec6886e45b0f..2c58fd9d6862 100644 --- a/clients/client-cognito-identity/src/pagination/ListIdentityPoolsPaginator.ts +++ b/clients/client-cognito-identity/src/pagination/ListIdentityPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { CognitoIdentityClient } from "../CognitoIdentityClient"; import { diff --git a/clients/client-cognito-identity/src/protocols/Aws_json1_1.ts b/clients/client-cognito-identity/src/protocols/Aws_json1_1.ts index ae55fefc8ee8..ab468dd8dec0 100644 --- a/clients/client-cognito-identity/src/protocols/Aws_json1_1.ts +++ b/clients/client-cognito-identity/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "../commands/CreateIdentityPoolCommand"; import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "../commands/DeleteIdentitiesCommand"; diff --git a/clients/client-cognito-identity/src/runtimeConfig.browser.ts b/clients/client-cognito-identity/src/runtimeConfig.browser.ts index 5d9d2b10bc0e..bb478e4db777 100644 --- a/clients/client-cognito-identity/src/runtimeConfig.browser.ts +++ b/clients/client-cognito-identity/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cognito-identity/src/runtimeConfig.shared.ts b/clients/client-cognito-identity/src/runtimeConfig.shared.ts index 3b12c39c7be9..c76764f42b26 100644 --- a/clients/client-cognito-identity/src/runtimeConfig.shared.ts +++ b/clients/client-cognito-identity/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cognito-identity/src/runtimeConfig.ts b/clients/client-cognito-identity/src/runtimeConfig.ts index 7aadd5dd37fa..b6171e1eda7d 100644 --- a/clients/client-cognito-identity/src/runtimeConfig.ts +++ b/clients/client-cognito-identity/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index e0085048b3c6..8eeb965d4326 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cognito-sync/src/CognitoSync.ts b/clients/client-cognito-sync/src/CognitoSync.ts index 3da4ec2107ff..de886a38b4f3 100644 --- a/clients/client-cognito-sync/src/CognitoSync.ts +++ b/clients/client-cognito-sync/src/CognitoSync.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CognitoSyncClient, CognitoSyncClientConfig } from "./CognitoSyncClient"; import { BulkPublishCommand, BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand"; diff --git a/clients/client-cognito-sync/src/CognitoSyncClient.ts b/clients/client-cognito-sync/src/CognitoSyncClient.ts index af9b5b3072da..0ba425768b7d 100644 --- a/clients/client-cognito-sync/src/CognitoSyncClient.ts +++ b/clients/client-cognito-sync/src/CognitoSyncClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand"; @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts index 24b48b599237..e5ab7003aea7 100644 --- a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts +++ b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { BulkPublishRequest, BulkPublishResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts index 0cf5635d00a6..14b1a78ca3e6 100644 --- a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts index 91cdeee0c6a7..28c5557add2a 100644 --- a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts index ef6342fc7d74..d96891b60043 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts index 2ab3733a9770..5625a820b54d 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts index f4f6bd42b39e..8a8004d5db53 100644 --- a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts index 678b1e64bde8..ce23ed4e1b9d 100644 --- a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts index 5f0e07d43dfe..a13fe49fc4b2 100644 --- a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts index f3676b71cde8..df4ac5c84082 100644 --- a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts index 391f61ab9a82..f8a3fb2fce4e 100644 --- a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts index 900ce38abc59..8c8d47d4b4af 100644 --- a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts index 7899a96f50e2..e976672d3c34 100644 --- a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts +++ b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts index 0d277aab0058..e99fedf38aa3 100644 --- a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { SetCognitoEventsRequest } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts index f6443b6922aa..9f11e319150d 100644 --- a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts index 0fbf5dc7850c..5763fa333886 100644 --- a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts index a6f6ececefb8..7be4faf4f0fc 100644 --- a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts index 5da2103d9384..6de99d9ca711 100644 --- a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient"; import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0"; diff --git a/clients/client-cognito-sync/src/endpoint/EndpointParameters.ts b/clients/client-cognito-sync/src/endpoint/EndpointParameters.ts index 913fd9937ebf..6f10ee9fad81 100644 --- a/clients/client-cognito-sync/src/endpoint/EndpointParameters.ts +++ b/clients/client-cognito-sync/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cognito-sync/src/endpoint/endpointResolver.ts b/clients/client-cognito-sync/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cognito-sync/src/endpoint/endpointResolver.ts +++ b/clients/client-cognito-sync/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cognito-sync/src/endpoint/ruleset.ts b/clients/client-cognito-sync/src/endpoint/ruleset.ts index ebe16e7c9f9b..e7bd0c4bbb1a 100644 --- a/clients/client-cognito-sync/src/endpoint/ruleset.ts +++ b/clients/client-cognito-sync/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts b/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts index 94b25fe595bb..6926d48d133c 100644 --- a/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts +++ b/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cognito-sync/src/models/models_0.ts b/clients/client-cognito-sync/src/models/models_0.ts index 58ec970a2705..e9a73a65ba4f 100644 --- a/clients/client-cognito-sync/src/models/models_0.ts +++ b/clients/client-cognito-sync/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncServiceException"; diff --git a/clients/client-cognito-sync/src/protocols/Aws_restJson1.ts b/clients/client-cognito-sync/src/protocols/Aws_restJson1.ts index 21cde33c1100..f7e8ec3dd614 100644 --- a/clients/client-cognito-sync/src/protocols/Aws_restJson1.ts +++ b/clients/client-cognito-sync/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BulkPublishCommandInput, BulkPublishCommandOutput } from "../commands/BulkPublishCommand"; import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand"; diff --git a/clients/client-cognito-sync/src/runtimeConfig.browser.ts b/clients/client-cognito-sync/src/runtimeConfig.browser.ts index 95a0274f8e22..f43d12faf9f9 100644 --- a/clients/client-cognito-sync/src/runtimeConfig.browser.ts +++ b/clients/client-cognito-sync/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoSyncClientConfig } from "./CognitoSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cognito-sync/src/runtimeConfig.shared.ts b/clients/client-cognito-sync/src/runtimeConfig.shared.ts index 58015b1be4b9..45beb08dbd32 100644 --- a/clients/client-cognito-sync/src/runtimeConfig.shared.ts +++ b/clients/client-cognito-sync/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CognitoSyncClientConfig } from "./CognitoSyncClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cognito-sync/src/runtimeConfig.ts b/clients/client-cognito-sync/src/runtimeConfig.ts index eac1b1dab5e8..15008a865dc8 100644 --- a/clients/client-cognito-sync/src/runtimeConfig.ts +++ b/clients/client-cognito-sync/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CognitoSyncClientConfig } from "./CognitoSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index ec96a1caf3cd..5a477d46d41f 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-comprehend/src/Comprehend.ts b/clients/client-comprehend/src/Comprehend.ts index ffb54ab8994e..6b4334bf67c7 100644 --- a/clients/client-comprehend/src/Comprehend.ts +++ b/clients/client-comprehend/src/Comprehend.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchDetectDominantLanguageCommand, diff --git a/clients/client-comprehend/src/ComprehendClient.ts b/clients/client-comprehend/src/ComprehendClient.ts index a21280618891..5ff1e79ca799 100644 --- a/clients/client-comprehend/src/ComprehendClient.ts +++ b/clients/client-comprehend/src/ComprehendClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -513,7 +511,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -622,7 +620,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts index 9d51f58b7d5e..c03834ab0df8 100644 --- a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts index 953d4687fd3d..f196b4c4e341 100644 --- a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts index 26617f0c20bb..4a18477663c5 100644 --- a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts index f9034335ac59..f701bb8c1990 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts index 6e346eba0664..aef716d2ac94 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts index 99068b539946..f7b40d66ce21 100644 --- a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts index 216e3cde9289..6eeb2a578fad 100644 --- a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts +++ b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts index 27ff4ad53b27..d598a33d18b0 100644 --- a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts index c334e3ecc7ed..663ae6ae0b90 100644 --- a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts index 4a2079337264..c08758f51242 100644 --- a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { CreateDocumentClassifierRequest, CreateDocumentClassifierResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts index 4f96f87066c1..cc66b17633bf 100644 --- a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts index 36653eca9c79..f06d76ba60df 100644 --- a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts index 1c587f99534e..5db5219b98ed 100644 --- a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts index 7bae157d82f0..56179829ffd3 100644 --- a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DeleteDocumentClassifierRequest, DeleteDocumentClassifierResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts index 26cfd05e35eb..b705f779d316 100644 --- a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts index 13747e71099f..ec5862870493 100644 --- a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts index 220b358ebbfd..886bf1cd2b37 100644 --- a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts index e99243619bfb..4d3a4964c0f6 100644 --- a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts index 67e598ad28ff..c7922bc938b1 100644 --- a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts index 11158182928c..bcb2d9d816ff 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts index e399eb8ba77c..b067fa327be8 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts index c191347c4795..0f2d9a52217a 100644 --- a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts index 9739d30ef391..38fec6a1e330 100644 --- a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts index a7fcf6e460d4..4df74a7fd09b 100644 --- a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts index e1d89d184f51..56831c487af1 100644 --- a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts index 722f047aa09a..7496a1cb4470 100644 --- a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeEventsDetectionJobRequest, DescribeEventsDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts index 8d7fa6d00a8a..40ad68b8994b 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeFlywheelRequest, DescribeFlywheelResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts index 5e2748e54230..4d9b70ed36c7 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeFlywheelIterationRequest, DescribeFlywheelIterationResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts index ee401b62d25e..3335a5b8c59a 100644 --- a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts index 19d9edb52ed8..033aa00b3dc1 100644 --- a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribePiiEntitiesDetectionJobRequest, DescribePiiEntitiesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts index b7236ed499b4..e5758bdd9b34 100644 --- a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts index 3678395bf310..09b20c7b69cc 100644 --- a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts index a262c6499d6f..63d5b12a0ec0 100644 --- a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts index af81f411a942..abed7f6ce31b 100644 --- a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts index f2a086d032d2..0695b448adf9 100644 --- a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts index 88a02985f28d..af82fb7957b0 100644 --- a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts index ded1f2275715..54cf9c1b8400 100644 --- a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts index 34ad9f1071d8..84c76cbff6f7 100644 --- a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { DetectPiiEntitiesRequest, DetectPiiEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts index acf96c07ce11..1812477ba8cc 100644 --- a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts index 484107761726..46fca5d87858 100644 --- a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts index f4ccd1ab751f..2662abdff5b4 100644 --- a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ImportModelCommand.ts b/clients/client-comprehend/src/commands/ImportModelCommand.ts index dc7e3dd4af95..7596402588cb 100644 --- a/clients/client-comprehend/src/commands/ImportModelCommand.ts +++ b/clients/client-comprehend/src/commands/ImportModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ImportModelRequest, ImportModelResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts index 6ff712dd18a5..da6202a244cb 100644 --- a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts index 5ddcfb904f2c..e7c59c398198 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts index 334ba7a29c3a..8e26e676dba8 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListDocumentClassifierSummariesRequest, ListDocumentClassifierSummariesResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts index b52f6f76d260..9f3994170462 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts index 157b3e876e44..16b60d93951a 100644 --- a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts index fc5170303529..ba671d1b3b7b 100644 --- a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts index 3c6eb084d940..1a3d63b53966 100644 --- a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts index 0a4f4143e34b..25a381b5d1d3 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListEntityRecognizerSummariesRequest, ListEntityRecognizerSummariesResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts index 0904b874a0d6..235d665e17ed 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts index 9596d5b440c8..467d8e64c21a 100644 --- a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListEventsDetectionJobsRequest, ListEventsDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts index 6b94cde04f16..c94b83c8bad3 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListFlywheelIterationHistoryRequest, ListFlywheelIterationHistoryResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts index b9b153180f8b..77d9c3e0bda2 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListFlywheelsRequest, ListFlywheelsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts index 90b45dde255e..34347d6d2c6f 100644 --- a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts index 9b0b1576f02a..5071f006e32b 100644 --- a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListPiiEntitiesDetectionJobsRequest, ListPiiEntitiesDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts index 0a66267a23bb..d2a0c887b90a 100644 --- a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts index 764add003ecf..32bfe2b6e017 100644 --- a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts index 05943567c943..9486daee1c88 100644 --- a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts index 912674eb233f..bcb87a18faaf 100644 --- a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts index a59586c0faac..ef43f0298020 100644 --- a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts index 11da66b8450d..c38918db0ee9 100644 --- a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartDocumentClassificationJobRequest, StartDocumentClassificationJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts index 19723dab4eb1..9c7b1076d056 100644 --- a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts index 2cc579e04abd..1a7f2660f073 100644 --- a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts index e598f35bc387..27cd7aa4cc54 100644 --- a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartEventsDetectionJobRequest, StartEventsDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts index b53a6b053a3f..8ebe261712cf 100644 --- a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartFlywheelIterationRequest, StartFlywheelIterationResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts index 8cfd8e926826..6f6e1ab0ef85 100644 --- a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts index c44d29069d29..d5caa936205d 100644 --- a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartPiiEntitiesDetectionJobRequest, StartPiiEntitiesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts index 3bbc0f06d6e9..ad849bfd2ef8 100644 --- a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartSentimentDetectionJobRequest, StartSentimentDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts index cc54a8847e60..4e4d6ede7c18 100644 --- a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts index 48a39f3b5ae7..4e1c4199aa04 100644 --- a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StartTopicsDetectionJobRequest, StartTopicsDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts index 1911bb6ac76f..572a2e8b0f56 100644 --- a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts index 4c6d0c95884e..a2f5818e5af1 100644 --- a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts index f80162f7b022..877df6144302 100644 --- a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopEventsDetectionJobRequest, StopEventsDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts index 721c661b1f9e..1ee02748ea61 100644 --- a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResponse } from "../models/models_0"; diff --git a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts index 614bb985b866..f88783453d68 100644 --- a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopPiiEntitiesDetectionJobRequest, StopPiiEntitiesDetectionJobResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts index 00961acd50fd..33fb497c0924 100644 --- a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopSentimentDetectionJobRequest, StopSentimentDetectionJobResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts index 9824d547fd86..476fe67f49a2 100644 --- a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { diff --git a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts index 0d49248ea941..20b297137d16 100644 --- a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts index 38f724deed46..6cb4fe6f8c14 100644 --- a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/TagResourceCommand.ts b/clients/client-comprehend/src/commands/TagResourceCommand.ts index 11ad115d374e..f37e000c6b4e 100644 --- a/clients/client-comprehend/src/commands/TagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/UntagResourceCommand.ts b/clients/client-comprehend/src/commands/UntagResourceCommand.ts index 3a9063c33f16..5abc3192cf79 100644 --- a/clients/client-comprehend/src/commands/UntagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts index 56037b0c56a8..134ad344be7c 100644 --- a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts index df2bc002fe5b..e84ff84bcd51 100644 --- a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient"; import { UpdateFlywheelRequest, UpdateFlywheelResponse } from "../models/models_1"; diff --git a/clients/client-comprehend/src/endpoint/EndpointParameters.ts b/clients/client-comprehend/src/endpoint/EndpointParameters.ts index e906e94d2fcc..656bea87bf0e 100644 --- a/clients/client-comprehend/src/endpoint/EndpointParameters.ts +++ b/clients/client-comprehend/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-comprehend/src/endpoint/endpointResolver.ts b/clients/client-comprehend/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-comprehend/src/endpoint/endpointResolver.ts +++ b/clients/client-comprehend/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-comprehend/src/endpoint/ruleset.ts b/clients/client-comprehend/src/endpoint/ruleset.ts index 1b2b2e33d6f1..b2cf91fe6a5a 100644 --- a/clients/client-comprehend/src/endpoint/ruleset.ts +++ b/clients/client-comprehend/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-comprehend/src/models/ComprehendServiceException.ts b/clients/client-comprehend/src/models/ComprehendServiceException.ts index 6d0f92d40f0d..94cc647a7788 100644 --- a/clients/client-comprehend/src/models/ComprehendServiceException.ts +++ b/clients/client-comprehend/src/models/ComprehendServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-comprehend/src/models/models_0.ts b/clients/client-comprehend/src/models/models_0.ts index b9fe2ad66202..6cf28219a0bf 100644 --- a/clients/client-comprehend/src/models/models_0.ts +++ b/clients/client-comprehend/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException"; diff --git a/clients/client-comprehend/src/models/models_1.ts b/clients/client-comprehend/src/models/models_1.ts index 4cb7c4b2e3ce..ce216721dbc6 100644 --- a/clients/client-comprehend/src/models/models_1.ts +++ b/clients/client-comprehend/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ComprehendServiceException as __BaseException } from "./ComprehendServiceException"; import { FlywheelProperties, JobStatus, Tag, VpcConfig } from "./models_0"; diff --git a/clients/client-comprehend/src/pagination/Interfaces.ts b/clients/client-comprehend/src/pagination/Interfaces.ts index 31e89133d9e7..767acef2f544 100644 --- a/clients/client-comprehend/src/pagination/Interfaces.ts +++ b/clients/client-comprehend/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ComprehendClient } from "../ComprehendClient"; diff --git a/clients/client-comprehend/src/pagination/ListDatasetsPaginator.ts b/clients/client-comprehend/src/pagination/ListDatasetsPaginator.ts index 84f03c169eb8..a372fc921c9a 100644 --- a/clients/client-comprehend/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-comprehend/src/pagination/ListDocumentClassificationJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListDocumentClassificationJobsPaginator.ts index 1cfc3e371969..d58ec1e2efee 100644 --- a/clients/client-comprehend/src/pagination/ListDocumentClassificationJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListDocumentClassificationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDocumentClassificationJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListDocumentClassifierSummariesPaginator.ts b/clients/client-comprehend/src/pagination/ListDocumentClassifierSummariesPaginator.ts index dfa580aa5367..dbe0460c5745 100644 --- a/clients/client-comprehend/src/pagination/ListDocumentClassifierSummariesPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListDocumentClassifierSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDocumentClassifierSummariesCommand, diff --git a/clients/client-comprehend/src/pagination/ListDocumentClassifiersPaginator.ts b/clients/client-comprehend/src/pagination/ListDocumentClassifiersPaginator.ts index 2a39ecc9791b..57ae23704ea6 100644 --- a/clients/client-comprehend/src/pagination/ListDocumentClassifiersPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListDocumentClassifiersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDocumentClassifiersCommand, diff --git a/clients/client-comprehend/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts index 472af85c3ffa..8ff5538ec80a 100644 --- a/clients/client-comprehend/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDominantLanguageDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListEndpointsPaginator.ts b/clients/client-comprehend/src/pagination/ListEndpointsPaginator.ts index 0ea9e31704f1..9736b7f7a6dc 100644 --- a/clients/client-comprehend/src/pagination/ListEndpointsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointsCommand, diff --git a/clients/client-comprehend/src/pagination/ListEntitiesDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListEntitiesDetectionJobsPaginator.ts index d33159fdef1b..c6ae8a510196 100644 --- a/clients/client-comprehend/src/pagination/ListEntitiesDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListEntitiesDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntitiesDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListEntityRecognizerSummariesPaginator.ts b/clients/client-comprehend/src/pagination/ListEntityRecognizerSummariesPaginator.ts index b4f47d26adcb..3861762eed98 100644 --- a/clients/client-comprehend/src/pagination/ListEntityRecognizerSummariesPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListEntityRecognizerSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntityRecognizerSummariesCommand, diff --git a/clients/client-comprehend/src/pagination/ListEntityRecognizersPaginator.ts b/clients/client-comprehend/src/pagination/ListEntityRecognizersPaginator.ts index 739c643109ff..bc36cb71f72e 100644 --- a/clients/client-comprehend/src/pagination/ListEntityRecognizersPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListEntityRecognizersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntityRecognizersCommand, diff --git a/clients/client-comprehend/src/pagination/ListEventsDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListEventsDetectionJobsPaginator.ts index 2bb9b1dbbb8e..578ce5780c9a 100644 --- a/clients/client-comprehend/src/pagination/ListEventsDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListEventsDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventsDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListFlywheelIterationHistoryPaginator.ts b/clients/client-comprehend/src/pagination/ListFlywheelIterationHistoryPaginator.ts index 85b61cd2fa29..bc404c5b898b 100644 --- a/clients/client-comprehend/src/pagination/ListFlywheelIterationHistoryPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListFlywheelIterationHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFlywheelIterationHistoryCommand, diff --git a/clients/client-comprehend/src/pagination/ListFlywheelsPaginator.ts b/clients/client-comprehend/src/pagination/ListFlywheelsPaginator.ts index 272b51d0faca..47b12c8b2d9a 100644 --- a/clients/client-comprehend/src/pagination/ListFlywheelsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListFlywheelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFlywheelsCommand, diff --git a/clients/client-comprehend/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts index d0feb6ab8d95..b3e9ff883bbb 100644 --- a/clients/client-comprehend/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeyPhrasesDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListPiiEntitiesDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListPiiEntitiesDetectionJobsPaginator.ts index 3ab691c27d2d..7167f156c6fb 100644 --- a/clients/client-comprehend/src/pagination/ListPiiEntitiesDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListPiiEntitiesDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPiiEntitiesDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListSentimentDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListSentimentDetectionJobsPaginator.ts index 9077f1b8c946..1558a48dbc57 100644 --- a/clients/client-comprehend/src/pagination/ListSentimentDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListSentimentDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSentimentDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListTargetedSentimentDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListTargetedSentimentDetectionJobsPaginator.ts index b8901a170ff0..fc499823a85c 100644 --- a/clients/client-comprehend/src/pagination/ListTargetedSentimentDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListTargetedSentimentDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetedSentimentDetectionJobsCommand, diff --git a/clients/client-comprehend/src/pagination/ListTopicsDetectionJobsPaginator.ts b/clients/client-comprehend/src/pagination/ListTopicsDetectionJobsPaginator.ts index 54caa211cfff..032f853978b0 100644 --- a/clients/client-comprehend/src/pagination/ListTopicsDetectionJobsPaginator.ts +++ b/clients/client-comprehend/src/pagination/ListTopicsDetectionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTopicsDetectionJobsCommand, diff --git a/clients/client-comprehend/src/protocols/Aws_json1_1.ts b/clients/client-comprehend/src/protocols/Aws_json1_1.ts index 7b933b84a32f..ee720fcd8fdc 100644 --- a/clients/client-comprehend/src/protocols/Aws_json1_1.ts +++ b/clients/client-comprehend/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-comprehend/src/runtimeConfig.browser.ts b/clients/client-comprehend/src/runtimeConfig.browser.ts index 20e84f9c2877..7ccec2b075a9 100644 --- a/clients/client-comprehend/src/runtimeConfig.browser.ts +++ b/clients/client-comprehend/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComprehendClientConfig } from "./ComprehendClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-comprehend/src/runtimeConfig.shared.ts b/clients/client-comprehend/src/runtimeConfig.shared.ts index 8deebe5104db..9bd1455b878c 100644 --- a/clients/client-comprehend/src/runtimeConfig.shared.ts +++ b/clients/client-comprehend/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ComprehendClientConfig } from "./ComprehendClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-comprehend/src/runtimeConfig.ts b/clients/client-comprehend/src/runtimeConfig.ts index 3e7150e0a187..28fc5193e3ae 100644 --- a/clients/client-comprehend/src/runtimeConfig.ts +++ b/clients/client-comprehend/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComprehendClientConfig } from "./ComprehendClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index 42a1d836d172..7e1729b44014 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-comprehendmedical/src/ComprehendMedical.ts b/clients/client-comprehendmedical/src/ComprehendMedical.ts index 8a929b240a4f..e450a8ad17b1 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedical.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedical.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeEntitiesDetectionV2JobCommand, diff --git a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts index c141af596c01..a020d02c491d 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -219,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -328,7 +326,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts index d030ce620d25..7ebcde274cc2 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts index 312ed62f8b87..b8ef45522c76 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts index 17e2e2897107..398e19fc4499 100644 --- a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts index 7843ae152961..5458318ad55e 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts index 615dd2f75901..f59ee82f053f 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index 07a93fa0f228..6389d3895642 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts index 12f6ebe3fd2b..53b5d9ee79f2 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts index 1bc9e07a8feb..20d9b555ef2b 100644 --- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts index b8e541b7e63d..92a7e78913dc 100644 --- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts index d60f46c701ae..d31cd21198a8 100644 --- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts index ae528f5a69c4..c00b9d546277 100644 --- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts index 64d8ba5efe22..4f1e4698cd22 100644 --- a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts index 05285bccb831..00fe3a5e083d 100644 --- a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts index 6397a749b4a5..ea1a58db032e 100644 --- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts index 3da98efa7bc8..0d9015bc5476 100644 --- a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts index 52708483e05a..c1d0ffabc31f 100644 --- a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts index 7a86c6f5152a..0b894532d2c2 100644 --- a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts index c6bcfa489768..f1deb7253f6d 100644 --- a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts index 8def067c3cc8..2da198843fbd 100644 --- a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts index b35f66308a34..3b96d954bdce 100644 --- a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts index 176d0991686c..d7c6aadbe8b9 100644 --- a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts index e497dfc829a0..b6d8cb955383 100644 --- a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts index 2966442cd571..39b3cf165a4c 100644 --- a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts index 563da11bfc2b..aeec197be775 100644 --- a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts index 5207b6e45eef..f0e3749704d8 100644 --- a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts index 8d8d717088d4..5318cf99b08b 100644 --- a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComprehendMedicalClientResolvedConfig, diff --git a/clients/client-comprehendmedical/src/endpoint/EndpointParameters.ts b/clients/client-comprehendmedical/src/endpoint/EndpointParameters.ts index 7f583f8f5644..55c00d784039 100644 --- a/clients/client-comprehendmedical/src/endpoint/EndpointParameters.ts +++ b/clients/client-comprehendmedical/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-comprehendmedical/src/endpoint/endpointResolver.ts b/clients/client-comprehendmedical/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-comprehendmedical/src/endpoint/endpointResolver.ts +++ b/clients/client-comprehendmedical/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-comprehendmedical/src/endpoint/ruleset.ts b/clients/client-comprehendmedical/src/endpoint/ruleset.ts index e8fd9083ba81..44af2049e1ee 100644 --- a/clients/client-comprehendmedical/src/endpoint/ruleset.ts +++ b/clients/client-comprehendmedical/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts b/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts index c995fabc2a1e..411cf9ecc915 100644 --- a/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts +++ b/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-comprehendmedical/src/models/models_0.ts b/clients/client-comprehendmedical/src/models/models_0.ts index 986d362cf86d..c27b3c987ab7 100644 --- a/clients/client-comprehendmedical/src/models/models_0.ts +++ b/clients/client-comprehendmedical/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ComprehendMedicalServiceException as __BaseException } from "./ComprehendMedicalServiceException"; diff --git a/clients/client-comprehendmedical/src/protocols/Aws_json1_1.ts b/clients/client-comprehendmedical/src/protocols/Aws_json1_1.ts index 3f20f033ec10..ad087db40f0e 100644 --- a/clients/client-comprehendmedical/src/protocols/Aws_json1_1.ts +++ b/clients/client-comprehendmedical/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-comprehendmedical/src/runtimeConfig.browser.ts b/clients/client-comprehendmedical/src/runtimeConfig.browser.ts index 86053c61cb8b..9f85a0261b7f 100644 --- a/clients/client-comprehendmedical/src/runtimeConfig.browser.ts +++ b/clients/client-comprehendmedical/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-comprehendmedical/src/runtimeConfig.shared.ts b/clients/client-comprehendmedical/src/runtimeConfig.shared.ts index 40c0f7908004..eb4f0a65fec6 100644 --- a/clients/client-comprehendmedical/src/runtimeConfig.shared.ts +++ b/clients/client-comprehendmedical/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-comprehendmedical/src/runtimeConfig.ts b/clients/client-comprehendmedical/src/runtimeConfig.ts index a3ba30a75ce7..0b74d569de9b 100644 --- a/clients/client-comprehendmedical/src/runtimeConfig.ts +++ b/clients/client-comprehendmedical/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index b567c471c0d8..c5d7a18db39d 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-compute-optimizer/src/ComputeOptimizer.ts b/clients/client-compute-optimizer/src/ComputeOptimizer.ts index 66f543381ba5..681e0b1a01b4 100644 --- a/clients/client-compute-optimizer/src/ComputeOptimizer.ts +++ b/clients/client-compute-optimizer/src/ComputeOptimizer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteRecommendationPreferencesCommand, diff --git a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts index 664baaa23311..2b72ca79a308 100644 --- a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts +++ b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -207,7 +205,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -316,7 +314,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts index 9c3aa483525b..1cd87808c5d0 100644 --- a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { DeleteRecommendationPreferencesRequest, DeleteRecommendationPreferencesResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts index 343109fce310..cd6d2cd209a8 100644 --- a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { DescribeRecommendationExportJobsRequest, DescribeRecommendationExportJobsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts index 63b73e4e3392..47ea5ec8b2ad 100644 --- a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts index dd2a1bf5e687..9ca8edee0fd3 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { ExportEBSVolumeRecommendationsRequest, ExportEBSVolumeRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts index f1b79d79a39a..8b93648895cb 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { ExportEC2InstanceRecommendationsRequest, ExportEC2InstanceRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts index 56486b1578fb..485e94e627d9 100644 --- a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { ExportECSServiceRecommendationsRequest, ExportECSServiceRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts index 644ab4b20b06..112b70bc5d3f 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts index a138661ca3ae..db005fef1b79 100644 --- a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts index de6a33612122..60e9a7d844c6 100644 --- a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts index 7d44f4783959..6a0ffa52f95a 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetEC2InstanceRecommendationsRequest, GetEC2InstanceRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts index 8dd44208a44e..7affd3767ef0 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts index 7c4639259557..93c77ab9f493 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts index a98d10254168..889c69fa0388 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetECSServiceRecommendationsRequest, GetECSServiceRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts index 35fc78edb460..adcec94efe8f 100644 --- a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts index efae9ae45a56..13e7b59f3ba6 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetEnrollmentStatusRequest, GetEnrollmentStatusResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts index 5a2a108ed710..27261a048747 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { diff --git a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts index 4d6db43e400d..53c0ddea54e8 100644 --- a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetLambdaFunctionRecommendationsRequest, GetLambdaFunctionRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts index cf102c9a3bb2..7e030f33302b 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetRecommendationPreferencesRequest, GetRecommendationPreferencesResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts index b220d390ea81..a38d0303443b 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { GetRecommendationSummariesRequest, GetRecommendationSummariesResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts index 86be538ea5b8..342212cbcd25 100644 --- a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { PutRecommendationPreferencesRequest, PutRecommendationPreferencesResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts index d28343dfbea8..5b1faafbed25 100644 --- a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient"; import { UpdateEnrollmentStatusRequest, UpdateEnrollmentStatusResponse } from "../models/models_0"; diff --git a/clients/client-compute-optimizer/src/endpoint/EndpointParameters.ts b/clients/client-compute-optimizer/src/endpoint/EndpointParameters.ts index 0fbab7d513c9..f8149aee6f14 100644 --- a/clients/client-compute-optimizer/src/endpoint/EndpointParameters.ts +++ b/clients/client-compute-optimizer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-compute-optimizer/src/endpoint/endpointResolver.ts b/clients/client-compute-optimizer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-compute-optimizer/src/endpoint/endpointResolver.ts +++ b/clients/client-compute-optimizer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-compute-optimizer/src/endpoint/ruleset.ts b/clients/client-compute-optimizer/src/endpoint/ruleset.ts index 5c2611474c2f..81833e0f9e7d 100644 --- a/clients/client-compute-optimizer/src/endpoint/ruleset.ts +++ b/clients/client-compute-optimizer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts b/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts index b9d2e1703219..05de7198f4c8 100644 --- a/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts +++ b/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-compute-optimizer/src/models/models_0.ts b/clients/client-compute-optimizer/src/models/models_0.ts index e01c81546dc0..2deca818a111 100644 --- a/clients/client-compute-optimizer/src/models/models_0.ts +++ b/clients/client-compute-optimizer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ComputeOptimizerServiceException as __BaseException } from "./ComputeOptimizerServiceException"; diff --git a/clients/client-compute-optimizer/src/pagination/DescribeRecommendationExportJobsPaginator.ts b/clients/client-compute-optimizer/src/pagination/DescribeRecommendationExportJobsPaginator.ts index 5305567c13be..8d79075ae419 100644 --- a/clients/client-compute-optimizer/src/pagination/DescribeRecommendationExportJobsPaginator.ts +++ b/clients/client-compute-optimizer/src/pagination/DescribeRecommendationExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRecommendationExportJobsCommand, diff --git a/clients/client-compute-optimizer/src/pagination/GetEnrollmentStatusesForOrganizationPaginator.ts b/clients/client-compute-optimizer/src/pagination/GetEnrollmentStatusesForOrganizationPaginator.ts index 5cb6fe09b902..0cad82ac6cc9 100644 --- a/clients/client-compute-optimizer/src/pagination/GetEnrollmentStatusesForOrganizationPaginator.ts +++ b/clients/client-compute-optimizer/src/pagination/GetEnrollmentStatusesForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetEnrollmentStatusesForOrganizationCommand, diff --git a/clients/client-compute-optimizer/src/pagination/GetLambdaFunctionRecommendationsPaginator.ts b/clients/client-compute-optimizer/src/pagination/GetLambdaFunctionRecommendationsPaginator.ts index 863b51f19c51..31c9c595a39f 100644 --- a/clients/client-compute-optimizer/src/pagination/GetLambdaFunctionRecommendationsPaginator.ts +++ b/clients/client-compute-optimizer/src/pagination/GetLambdaFunctionRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLambdaFunctionRecommendationsCommand, diff --git a/clients/client-compute-optimizer/src/pagination/GetRecommendationPreferencesPaginator.ts b/clients/client-compute-optimizer/src/pagination/GetRecommendationPreferencesPaginator.ts index 9341b22d65b4..22dfa97d9b42 100644 --- a/clients/client-compute-optimizer/src/pagination/GetRecommendationPreferencesPaginator.ts +++ b/clients/client-compute-optimizer/src/pagination/GetRecommendationPreferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetRecommendationPreferencesCommand, diff --git a/clients/client-compute-optimizer/src/pagination/GetRecommendationSummariesPaginator.ts b/clients/client-compute-optimizer/src/pagination/GetRecommendationSummariesPaginator.ts index 11a1cf9ff468..03e1ede09bde 100644 --- a/clients/client-compute-optimizer/src/pagination/GetRecommendationSummariesPaginator.ts +++ b/clients/client-compute-optimizer/src/pagination/GetRecommendationSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetRecommendationSummariesCommand, diff --git a/clients/client-compute-optimizer/src/pagination/Interfaces.ts b/clients/client-compute-optimizer/src/pagination/Interfaces.ts index 2daeea3c8521..6cc0e2645fb1 100644 --- a/clients/client-compute-optimizer/src/pagination/Interfaces.ts +++ b/clients/client-compute-optimizer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ComputeOptimizerClient } from "../ComputeOptimizerClient"; diff --git a/clients/client-compute-optimizer/src/protocols/Aws_json1_0.ts b/clients/client-compute-optimizer/src/protocols/Aws_json1_0.ts index 52ddf446e86a..65ebeaf7b474 100644 --- a/clients/client-compute-optimizer/src/protocols/Aws_json1_0.ts +++ b/clients/client-compute-optimizer/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecommendationPreferencesCommandInput, diff --git a/clients/client-compute-optimizer/src/runtimeConfig.browser.ts b/clients/client-compute-optimizer/src/runtimeConfig.browser.ts index 310dca918bac..4ca3465f8708 100644 --- a/clients/client-compute-optimizer/src/runtimeConfig.browser.ts +++ b/clients/client-compute-optimizer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComputeOptimizerClientConfig } from "./ComputeOptimizerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-compute-optimizer/src/runtimeConfig.shared.ts b/clients/client-compute-optimizer/src/runtimeConfig.shared.ts index 6ba3e36bb71c..507f40fbd878 100644 --- a/clients/client-compute-optimizer/src/runtimeConfig.shared.ts +++ b/clients/client-compute-optimizer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ComputeOptimizerClientConfig } from "./ComputeOptimizerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-compute-optimizer/src/runtimeConfig.ts b/clients/client-compute-optimizer/src/runtimeConfig.ts index 97116921b83e..6643dd34e639 100644 --- a/clients/client-compute-optimizer/src/runtimeConfig.ts +++ b/clients/client-compute-optimizer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ComputeOptimizerClientConfig } from "./ComputeOptimizerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 2b5a8ce3a56e..db99bb52d40c 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-config-service/src/ConfigService.ts b/clients/client-config-service/src/ConfigService.ts index 154ad6a94803..7a3de97dd2f8 100644 --- a/clients/client-config-service/src/ConfigService.ts +++ b/clients/client-config-service/src/ConfigService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetAggregateResourceConfigCommand, diff --git a/clients/client-config-service/src/ConfigServiceClient.ts b/clients/client-config-service/src/ConfigServiceClient.ts index a4441d2a3457..12e49903004d 100644 --- a/clients/client-config-service/src/ConfigServiceClient.ts +++ b/clients/client-config-service/src/ConfigServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -597,7 +595,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -706,7 +704,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts index cd08e20baab8..e742d8763d0d 100644 --- a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { BatchGetAggregateResourceConfigRequest, BatchGetAggregateResourceConfigResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts index 306c29e8aa5d..68d464761d63 100644 --- a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { BatchGetResourceConfigRequest, BatchGetResourceConfigResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts index 89c2c6ada3ea..a43d4d684379 100644 --- a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteAggregationAuthorizationRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts index 1ebd4ef3a905..f98c35df1bf8 100644 --- a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteConfigRuleRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts index 9078f6ca9e87..3006ed639128 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteConfigurationAggregatorRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts index 737d6865c402..2b3bd46c4a99 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteConfigurationRecorderRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts index f0d39d5372c6..b7cca226638c 100644 --- a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteConformancePackRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts index 1b5b375d3e9d..15655aa0fc6d 100644 --- a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteDeliveryChannelRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts index 4f8ab1dd3788..de4a7b4b90f0 100644 --- a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteEvaluationResultsRequest, DeleteEvaluationResultsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts index f550c6a6157e..d707e699e598 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteOrganizationConfigRuleRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts index a008b46ba795..274a37deded9 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteOrganizationConformancePackRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts index 0e4f32a1e5d6..3239eabdb35d 100644 --- a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts +++ b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeletePendingAggregationRequestRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts index a72110c9400f..0770409b89b2 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteRemediationConfigurationRequest, DeleteRemediationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts index 4da4aae9a4dd..8f0949dd3795 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteRemediationExceptionsRequest, DeleteRemediationExceptionsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts index d8a03179dbd2..053a64f91f7b 100644 --- a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteResourceConfigRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts index efe313d25f19..7388628779f2 100644 --- a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteRetentionConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts index 0b481a8da6e0..832b3a32d050 100644 --- a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeleteStoredQueryRequest, DeleteStoredQueryResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts index 83aa8c705d07..375be2c582ca 100644 --- a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts +++ b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DeliverConfigSnapshotRequest, DeliverConfigSnapshotResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts index 35e52c06066b..a086f3b67b2a 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts index c10a398afb57..bad99a0c3a98 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts index 6ab255e45533..b995260a6488 100644 --- a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts index 4902f572b9c6..9653300c5ee6 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeComplianceByConfigRuleRequest, DescribeComplianceByConfigRuleResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts index cf252c7e9b1b..edafbcbe36e7 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeComplianceByResourceRequest, DescribeComplianceByResourceResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts index 926933a2a10a..c0db73841fa0 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts index dc1452e7ed76..407440b5bfcd 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeConfigRulesRequest, DescribeConfigRulesResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts index 22b37ed824d0..67a81fa7d002 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts index caa5b096270b..36340014a1b9 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeConfigurationAggregatorsRequest, DescribeConfigurationAggregatorsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts index d755c77b22bc..693ddeeeed39 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts index 538b17e0c359..8092cc83991f 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts index 794540734fb0..23fde8b3b332 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts index 6c9c8c4f7612..40f695238d42 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeConformancePackStatusRequest, DescribeConformancePackStatusResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts index 7c2d0704f12f..d87680e912e1 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeConformancePacksRequest, DescribeConformancePacksResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts index 82a38dd2e3c1..a78d64ce2d13 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts index 325995dcab94..99bdea2be649 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeDeliveryChannelsRequest, DescribeDeliveryChannelsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts index ecc7fed0ba47..5960d2c8a960 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts index e63720e3cb94..77f0bd7d32fa 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeOrganizationConfigRulesRequest, DescribeOrganizationConfigRulesResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts index 3be2912aff96..535b47ef157e 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts index 4b81a921b519..6cd58c0d7e7f 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts index 16f875623e69..9cd54fc4c850 100644 --- a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts +++ b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts index c2adc1cb6abe..ad22d048506f 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts index b914a25b4186..e2280d67c8f8 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeRemediationExceptionsRequest, DescribeRemediationExceptionsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts index 72e28eb4f314..e24b6c044567 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts index c13992604b7e..4f18ef16946c 100644 --- a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { DescribeRetentionConfigurationsRequest, DescribeRetentionConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts index 127b49c4d0b0..67ee42128bf1 100644 --- a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts index 16e2fb723b91..7916731165fd 100644 --- a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts index aeb69db50f20..da9d630e2e4e 100644 --- a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts index 7372c283a45e..9abe5d70357d 100644 --- a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts index b719b0a9c151..2b433b256b34 100644 --- a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetAggregateResourceConfigRequest, GetAggregateResourceConfigResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts index 232015845777..827d371f9b19 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetComplianceDetailsByConfigRuleRequest, GetComplianceDetailsByConfigRuleResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts index c9d5c41c709e..d00e805df1a4 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetComplianceDetailsByResourceRequest, GetComplianceDetailsByResourceResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts index c1be0565b683..03c5debb05c5 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetComplianceSummaryByConfigRuleResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts index 9ff6eec2e07e..bc5d11a762a3 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts index 2e175697ea49..01a12f3314fc 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts index 518cd882ce8b..79fa689f077e 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts index be338fbdf473..25370058ede3 100644 --- a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetCustomRulePolicyRequest, GetCustomRulePolicyResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts index f20088a960d3..a28c1e61e221 100644 --- a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetDiscoveredResourceCountsRequest, GetDiscoveredResourceCountsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts index 3bee8d89fa80..5276f4d05468 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts index 1c8c05b31761..5ead477168b6 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts index 6d6f33bcc9bf..fa09569d7efa 100644 --- a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetOrganizationCustomRulePolicyRequest, GetOrganizationCustomRulePolicyResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts index 0fb2047ae812..33067ff64d7b 100644 --- a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetResourceConfigHistoryRequest, GetResourceConfigHistoryResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts index 1d1192d3ffc8..96c8b6db41a8 100644 --- a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetResourceEvaluationSummaryRequest, GetResourceEvaluationSummaryResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts index 472a94728867..b246e7f75a19 100644 --- a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { GetStoredQueryRequest, GetStoredQueryResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts index 38fa61daae94..f56ea59b0612 100644 --- a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { ListAggregateDiscoveredResourcesRequest, ListAggregateDiscoveredResourcesResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts index 828b245a662c..c11d4c1c0fb4 100644 --- a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts +++ b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { diff --git a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts index 1f40f2d0ffe4..766b7b06e6af 100644 --- a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts index 75fccad51536..e44e394d1d44 100644 --- a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { ListResourceEvaluationsRequest, ListResourceEvaluationsResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts index 744b01a695ae..e8165b288ebc 100644 --- a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts +++ b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { ListStoredQueriesRequest, ListStoredQueriesResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts index 1ea1d6386f39..77b499ec103f 100644 --- a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts index b9444e437ef6..e4d8f58567d1 100644 --- a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutAggregationAuthorizationRequest, PutAggregationAuthorizationResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts index ec54fdf755aa..6eaacccc2d29 100644 --- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutConfigRuleRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts index 88fdb5bdb8ad..0f1c62acccec 100644 --- a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutConfigurationAggregatorRequest, PutConfigurationAggregatorResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts index e47166302156..2a71415f1adc 100644 --- a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutConfigurationRecorderRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutConformancePackCommand.ts b/clients/client-config-service/src/commands/PutConformancePackCommand.ts index 5b964fd84989..e1162221edb6 100644 --- a/clients/client-config-service/src/commands/PutConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutConformancePackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutConformancePackRequest, PutConformancePackResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts index 8fb970c9a14b..fde59413371a 100644 --- a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutDeliveryChannelRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts index 4b7dceaba594..3a4f14e753fa 100644 --- a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutEvaluationsRequest, PutEvaluationsResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts index 6d1e8d2a0dc3..20b195b8a254 100644 --- a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutExternalEvaluationRequest, PutExternalEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts index 5d6dfc5afdf7..76aa8755dcc2 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutOrganizationConfigRuleRequest, PutOrganizationConfigRuleResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts index 99c9820d36b9..95e269f7c8eb 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutOrganizationConformancePackRequest, PutOrganizationConformancePackResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts index 9a34a381dd27..854cb696a9b6 100644 --- a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutRemediationConfigurationsRequest, PutRemediationConfigurationsResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts index 71765de5f438..ab19aac2edff 100644 --- a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutRemediationExceptionsRequest, PutRemediationExceptionsResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts index faceb07a0316..55b562f34faf 100644 --- a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutResourceConfigRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts index 14637bdbd253..b7b66adb1290 100644 --- a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutRetentionConfigurationRequest, PutRetentionConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts index 8527f9cdac1e..d28d3610064f 100644 --- a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { PutStoredQueryRequest, PutStoredQueryResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts index 36f41b038640..46b56baa7caa 100644 --- a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { SelectAggregateResourceConfigRequest, SelectAggregateResourceConfigResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts index a5de16946384..f74aab45d98b 100644 --- a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { SelectResourceConfigRequest, SelectResourceConfigResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts index 7f0360c551b0..59223ed83102 100644 --- a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { StartConfigRulesEvaluationRequest, StartConfigRulesEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts index 21141d128779..ca2bce857d95 100644 --- a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { StartConfigurationRecorderRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts index f2e167981acb..b60054d87766 100644 --- a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts +++ b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { StartRemediationExecutionRequest, StartRemediationExecutionResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts index 201439b456fd..f875724957ff 100644 --- a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { StartResourceEvaluationRequest, StartResourceEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts index a297d79f33be..a7bcf55be157 100644 --- a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { StopConfigurationRecorderRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/TagResourceCommand.ts b/clients/client-config-service/src/commands/TagResourceCommand.ts index 1a054bd83c93..be699456875f 100644 --- a/clients/client-config-service/src/commands/TagResourceCommand.ts +++ b/clients/client-config-service/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { TagResourceRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/commands/UntagResourceCommand.ts b/clients/client-config-service/src/commands/UntagResourceCommand.ts index d5572cbb92aa..bccda8fb16ab 100644 --- a/clients/client-config-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-config-service/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient"; import { UntagResourceRequest } from "../models/models_1"; diff --git a/clients/client-config-service/src/endpoint/EndpointParameters.ts b/clients/client-config-service/src/endpoint/EndpointParameters.ts index fa849718b401..51873fa317c4 100644 --- a/clients/client-config-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-config-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-config-service/src/endpoint/endpointResolver.ts b/clients/client-config-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-config-service/src/endpoint/endpointResolver.ts +++ b/clients/client-config-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-config-service/src/endpoint/ruleset.ts b/clients/client-config-service/src/endpoint/ruleset.ts index 9a7193af5f23..6117f0511b4b 100644 --- a/clients/client-config-service/src/endpoint/ruleset.ts +++ b/clients/client-config-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-config-service/src/models/ConfigServiceServiceException.ts b/clients/client-config-service/src/models/ConfigServiceServiceException.ts index 2715ebc545da..f950a2b39732 100644 --- a/clients/client-config-service/src/models/ConfigServiceServiceException.ts +++ b/clients/client-config-service/src/models/ConfigServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-config-service/src/models/models_0.ts b/clients/client-config-service/src/models/models_0.ts index 2b5a0a1e993a..e7187e06fcf8 100644 --- a/clients/client-config-service/src/models/models_0.ts +++ b/clients/client-config-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException"; diff --git a/clients/client-config-service/src/models/models_1.ts b/clients/client-config-service/src/models/models_1.ts index def6cf226af3..4bb56691911e 100644 --- a/clients/client-config-service/src/models/models_1.ts +++ b/clients/client-config-service/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException"; import { diff --git a/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConfigRulesPaginator.ts b/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConfigRulesPaginator.ts index 67263d3d3dfd..0685a7861f27 100644 --- a/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConfigRulesPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConfigRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAggregateComplianceByConfigRulesCommand, diff --git a/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConformancePacksPaginator.ts b/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConformancePacksPaginator.ts index cab73e1c2808..d2405d0d8bd6 100644 --- a/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConformancePacksPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeAggregateComplianceByConformancePacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAggregateComplianceByConformancePacksCommand, diff --git a/clients/client-config-service/src/pagination/DescribeAggregationAuthorizationsPaginator.ts b/clients/client-config-service/src/pagination/DescribeAggregationAuthorizationsPaginator.ts index 478448ffccf0..2facfe5a4f2b 100644 --- a/clients/client-config-service/src/pagination/DescribeAggregationAuthorizationsPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeAggregationAuthorizationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAggregationAuthorizationsCommand, diff --git a/clients/client-config-service/src/pagination/DescribeComplianceByConfigRulePaginator.ts b/clients/client-config-service/src/pagination/DescribeComplianceByConfigRulePaginator.ts index 804e7d3a7804..d9c85e57ee71 100644 --- a/clients/client-config-service/src/pagination/DescribeComplianceByConfigRulePaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeComplianceByConfigRulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeComplianceByConfigRuleCommand, diff --git a/clients/client-config-service/src/pagination/DescribeComplianceByResourcePaginator.ts b/clients/client-config-service/src/pagination/DescribeComplianceByResourcePaginator.ts index 098b013e0a42..79d219b39358 100644 --- a/clients/client-config-service/src/pagination/DescribeComplianceByResourcePaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeComplianceByResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeComplianceByResourceCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConfigRuleEvaluationStatusPaginator.ts b/clients/client-config-service/src/pagination/DescribeConfigRuleEvaluationStatusPaginator.ts index 96b4b2c81034..cbc6a532d360 100644 --- a/clients/client-config-service/src/pagination/DescribeConfigRuleEvaluationStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConfigRuleEvaluationStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConfigRuleEvaluationStatusCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConfigRulesPaginator.ts b/clients/client-config-service/src/pagination/DescribeConfigRulesPaginator.ts index a647ea83e87e..7bb1edd837c1 100644 --- a/clients/client-config-service/src/pagination/DescribeConfigRulesPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConfigRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConfigRulesCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.ts b/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.ts index 37b0ee78d16d..5ab4e12cdf9d 100644 --- a/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorSourcesStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConfigurationAggregatorSourcesStatusCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorsPaginator.ts b/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorsPaginator.ts index 1fc075cc559a..9ca892b495e5 100644 --- a/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorsPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConfigurationAggregatorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConfigurationAggregatorsCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConformancePackCompliancePaginator.ts b/clients/client-config-service/src/pagination/DescribeConformancePackCompliancePaginator.ts index e7796554ac5c..c2c0a403a71e 100644 --- a/clients/client-config-service/src/pagination/DescribeConformancePackCompliancePaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConformancePackCompliancePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConformancePackComplianceCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConformancePackStatusPaginator.ts b/clients/client-config-service/src/pagination/DescribeConformancePackStatusPaginator.ts index 44ba94b12daf..97c4a81ef291 100644 --- a/clients/client-config-service/src/pagination/DescribeConformancePackStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConformancePackStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConformancePackStatusCommand, diff --git a/clients/client-config-service/src/pagination/DescribeConformancePacksPaginator.ts b/clients/client-config-service/src/pagination/DescribeConformancePacksPaginator.ts index 6a2ea6863ece..e26aafc2c72b 100644 --- a/clients/client-config-service/src/pagination/DescribeConformancePacksPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeConformancePacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConformancePacksCommand, diff --git a/clients/client-config-service/src/pagination/DescribeOrganizationConfigRuleStatusesPaginator.ts b/clients/client-config-service/src/pagination/DescribeOrganizationConfigRuleStatusesPaginator.ts index 92fd40b11801..961f9bbf59ab 100644 --- a/clients/client-config-service/src/pagination/DescribeOrganizationConfigRuleStatusesPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeOrganizationConfigRuleStatusesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationConfigRuleStatusesCommand, diff --git a/clients/client-config-service/src/pagination/DescribeOrganizationConfigRulesPaginator.ts b/clients/client-config-service/src/pagination/DescribeOrganizationConfigRulesPaginator.ts index b31019ed05cd..4d292920ffaa 100644 --- a/clients/client-config-service/src/pagination/DescribeOrganizationConfigRulesPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeOrganizationConfigRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationConfigRulesCommand, diff --git a/clients/client-config-service/src/pagination/DescribeOrganizationConformancePackStatusesPaginator.ts b/clients/client-config-service/src/pagination/DescribeOrganizationConformancePackStatusesPaginator.ts index 0f7e92ee5eca..e3f71b2d0f74 100644 --- a/clients/client-config-service/src/pagination/DescribeOrganizationConformancePackStatusesPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeOrganizationConformancePackStatusesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationConformancePackStatusesCommand, diff --git a/clients/client-config-service/src/pagination/DescribeOrganizationConformancePacksPaginator.ts b/clients/client-config-service/src/pagination/DescribeOrganizationConformancePacksPaginator.ts index a9983249e269..fb957fead196 100644 --- a/clients/client-config-service/src/pagination/DescribeOrganizationConformancePacksPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeOrganizationConformancePacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationConformancePacksCommand, diff --git a/clients/client-config-service/src/pagination/DescribePendingAggregationRequestsPaginator.ts b/clients/client-config-service/src/pagination/DescribePendingAggregationRequestsPaginator.ts index f22f32d87469..416d3aaa99a4 100644 --- a/clients/client-config-service/src/pagination/DescribePendingAggregationRequestsPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribePendingAggregationRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePendingAggregationRequestsCommand, diff --git a/clients/client-config-service/src/pagination/DescribeRemediationExceptionsPaginator.ts b/clients/client-config-service/src/pagination/DescribeRemediationExceptionsPaginator.ts index 5e954108e44b..bdf5b1d0259a 100644 --- a/clients/client-config-service/src/pagination/DescribeRemediationExceptionsPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeRemediationExceptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRemediationExceptionsCommand, diff --git a/clients/client-config-service/src/pagination/DescribeRemediationExecutionStatusPaginator.ts b/clients/client-config-service/src/pagination/DescribeRemediationExecutionStatusPaginator.ts index 38f057b858a8..5335d151f529 100644 --- a/clients/client-config-service/src/pagination/DescribeRemediationExecutionStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeRemediationExecutionStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRemediationExecutionStatusCommand, diff --git a/clients/client-config-service/src/pagination/DescribeRetentionConfigurationsPaginator.ts b/clients/client-config-service/src/pagination/DescribeRetentionConfigurationsPaginator.ts index a4d1bd6738a5..89e839def99d 100644 --- a/clients/client-config-service/src/pagination/DescribeRetentionConfigurationsPaginator.ts +++ b/clients/client-config-service/src/pagination/DescribeRetentionConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRetentionConfigurationsCommand, diff --git a/clients/client-config-service/src/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.ts b/clients/client-config-service/src/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.ts index 63c9619cd285..2dca27291474 100644 --- a/clients/client-config-service/src/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.ts +++ b/clients/client-config-service/src/pagination/GetAggregateComplianceDetailsByConfigRulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAggregateComplianceDetailsByConfigRuleCommand, diff --git a/clients/client-config-service/src/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.ts b/clients/client-config-service/src/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.ts index de5c2df21a66..ef5ed38431e6 100644 --- a/clients/client-config-service/src/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.ts +++ b/clients/client-config-service/src/pagination/GetAggregateConfigRuleComplianceSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAggregateConfigRuleComplianceSummaryCommand, diff --git a/clients/client-config-service/src/pagination/GetAggregateConformancePackComplianceSummaryPaginator.ts b/clients/client-config-service/src/pagination/GetAggregateConformancePackComplianceSummaryPaginator.ts index c563062b583f..840642971fdd 100644 --- a/clients/client-config-service/src/pagination/GetAggregateConformancePackComplianceSummaryPaginator.ts +++ b/clients/client-config-service/src/pagination/GetAggregateConformancePackComplianceSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAggregateConformancePackComplianceSummaryCommand, diff --git a/clients/client-config-service/src/pagination/GetAggregateDiscoveredResourceCountsPaginator.ts b/clients/client-config-service/src/pagination/GetAggregateDiscoveredResourceCountsPaginator.ts index c93002a6926d..36560d0ee23b 100644 --- a/clients/client-config-service/src/pagination/GetAggregateDiscoveredResourceCountsPaginator.ts +++ b/clients/client-config-service/src/pagination/GetAggregateDiscoveredResourceCountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAggregateDiscoveredResourceCountsCommand, diff --git a/clients/client-config-service/src/pagination/GetComplianceDetailsByConfigRulePaginator.ts b/clients/client-config-service/src/pagination/GetComplianceDetailsByConfigRulePaginator.ts index a7ce85ea6830..167ff13e78e8 100644 --- a/clients/client-config-service/src/pagination/GetComplianceDetailsByConfigRulePaginator.ts +++ b/clients/client-config-service/src/pagination/GetComplianceDetailsByConfigRulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetComplianceDetailsByConfigRuleCommand, diff --git a/clients/client-config-service/src/pagination/GetComplianceDetailsByResourcePaginator.ts b/clients/client-config-service/src/pagination/GetComplianceDetailsByResourcePaginator.ts index c96ba505cd77..5492136ec002 100644 --- a/clients/client-config-service/src/pagination/GetComplianceDetailsByResourcePaginator.ts +++ b/clients/client-config-service/src/pagination/GetComplianceDetailsByResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetComplianceDetailsByResourceCommand, diff --git a/clients/client-config-service/src/pagination/GetConformancePackComplianceDetailsPaginator.ts b/clients/client-config-service/src/pagination/GetConformancePackComplianceDetailsPaginator.ts index 8c0823d6c8cd..a0547295ea81 100644 --- a/clients/client-config-service/src/pagination/GetConformancePackComplianceDetailsPaginator.ts +++ b/clients/client-config-service/src/pagination/GetConformancePackComplianceDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConformancePackComplianceDetailsCommand, diff --git a/clients/client-config-service/src/pagination/GetConformancePackComplianceSummaryPaginator.ts b/clients/client-config-service/src/pagination/GetConformancePackComplianceSummaryPaginator.ts index f0ec121ac851..23b3023cd03d 100644 --- a/clients/client-config-service/src/pagination/GetConformancePackComplianceSummaryPaginator.ts +++ b/clients/client-config-service/src/pagination/GetConformancePackComplianceSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConformancePackComplianceSummaryCommand, diff --git a/clients/client-config-service/src/pagination/GetDiscoveredResourceCountsPaginator.ts b/clients/client-config-service/src/pagination/GetDiscoveredResourceCountsPaginator.ts index a252e0b225bc..a25b7e199436 100644 --- a/clients/client-config-service/src/pagination/GetDiscoveredResourceCountsPaginator.ts +++ b/clients/client-config-service/src/pagination/GetDiscoveredResourceCountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDiscoveredResourceCountsCommand, diff --git a/clients/client-config-service/src/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.ts b/clients/client-config-service/src/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.ts index 03caa552f772..8c179a126b66 100644 --- a/clients/client-config-service/src/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/GetOrganizationConfigRuleDetailedStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOrganizationConfigRuleDetailedStatusCommand, diff --git a/clients/client-config-service/src/pagination/GetOrganizationConformancePackDetailedStatusPaginator.ts b/clients/client-config-service/src/pagination/GetOrganizationConformancePackDetailedStatusPaginator.ts index 2ee323bc5447..dad4a9540870 100644 --- a/clients/client-config-service/src/pagination/GetOrganizationConformancePackDetailedStatusPaginator.ts +++ b/clients/client-config-service/src/pagination/GetOrganizationConformancePackDetailedStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOrganizationConformancePackDetailedStatusCommand, diff --git a/clients/client-config-service/src/pagination/GetResourceConfigHistoryPaginator.ts b/clients/client-config-service/src/pagination/GetResourceConfigHistoryPaginator.ts index c53ea95d2a1b..86cb11ba5c03 100644 --- a/clients/client-config-service/src/pagination/GetResourceConfigHistoryPaginator.ts +++ b/clients/client-config-service/src/pagination/GetResourceConfigHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceConfigHistoryCommand, diff --git a/clients/client-config-service/src/pagination/Interfaces.ts b/clients/client-config-service/src/pagination/Interfaces.ts index 800e45c41f20..8e0dc3b7e17f 100644 --- a/clients/client-config-service/src/pagination/Interfaces.ts +++ b/clients/client-config-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConfigServiceClient } from "../ConfigServiceClient"; diff --git a/clients/client-config-service/src/pagination/ListAggregateDiscoveredResourcesPaginator.ts b/clients/client-config-service/src/pagination/ListAggregateDiscoveredResourcesPaginator.ts index 61b21e869e51..7c362b8ad5ad 100644 --- a/clients/client-config-service/src/pagination/ListAggregateDiscoveredResourcesPaginator.ts +++ b/clients/client-config-service/src/pagination/ListAggregateDiscoveredResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAggregateDiscoveredResourcesCommand, diff --git a/clients/client-config-service/src/pagination/ListConformancePackComplianceScoresPaginator.ts b/clients/client-config-service/src/pagination/ListConformancePackComplianceScoresPaginator.ts index b029a0a39c7d..650feb3c0b4c 100644 --- a/clients/client-config-service/src/pagination/ListConformancePackComplianceScoresPaginator.ts +++ b/clients/client-config-service/src/pagination/ListConformancePackComplianceScoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConformancePackComplianceScoresCommand, diff --git a/clients/client-config-service/src/pagination/ListDiscoveredResourcesPaginator.ts b/clients/client-config-service/src/pagination/ListDiscoveredResourcesPaginator.ts index f50e733026df..1dcbb99c0ce5 100644 --- a/clients/client-config-service/src/pagination/ListDiscoveredResourcesPaginator.ts +++ b/clients/client-config-service/src/pagination/ListDiscoveredResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDiscoveredResourcesCommand, diff --git a/clients/client-config-service/src/pagination/ListResourceEvaluationsPaginator.ts b/clients/client-config-service/src/pagination/ListResourceEvaluationsPaginator.ts index adb607251941..da689e574f44 100644 --- a/clients/client-config-service/src/pagination/ListResourceEvaluationsPaginator.ts +++ b/clients/client-config-service/src/pagination/ListResourceEvaluationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceEvaluationsCommand, diff --git a/clients/client-config-service/src/pagination/ListStoredQueriesPaginator.ts b/clients/client-config-service/src/pagination/ListStoredQueriesPaginator.ts index cf07c72f2eb7..4babf9c089c0 100644 --- a/clients/client-config-service/src/pagination/ListStoredQueriesPaginator.ts +++ b/clients/client-config-service/src/pagination/ListStoredQueriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStoredQueriesCommand, diff --git a/clients/client-config-service/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-config-service/src/pagination/ListTagsForResourcePaginator.ts index e2c9eda33993..9656a67d6151 100644 --- a/clients/client-config-service/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-config-service/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-config-service/src/pagination/SelectAggregateResourceConfigPaginator.ts b/clients/client-config-service/src/pagination/SelectAggregateResourceConfigPaginator.ts index 4e917e88613e..a7e65ab63a87 100644 --- a/clients/client-config-service/src/pagination/SelectAggregateResourceConfigPaginator.ts +++ b/clients/client-config-service/src/pagination/SelectAggregateResourceConfigPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SelectAggregateResourceConfigCommand, diff --git a/clients/client-config-service/src/pagination/SelectResourceConfigPaginator.ts b/clients/client-config-service/src/pagination/SelectResourceConfigPaginator.ts index aa642fb4c993..b20677b3d1ec 100644 --- a/clients/client-config-service/src/pagination/SelectResourceConfigPaginator.ts +++ b/clients/client-config-service/src/pagination/SelectResourceConfigPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SelectResourceConfigCommand, diff --git a/clients/client-config-service/src/protocols/Aws_json1_1.ts b/clients/client-config-service/src/protocols/Aws_json1_1.ts index 1b4db40dd285..8e1749420cb9 100644 --- a/clients/client-config-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-config-service/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetAggregateResourceConfigCommandInput, diff --git a/clients/client-config-service/src/runtimeConfig.browser.ts b/clients/client-config-service/src/runtimeConfig.browser.ts index cd103b5d022c..ec34b91dc717 100644 --- a/clients/client-config-service/src/runtimeConfig.browser.ts +++ b/clients/client-config-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConfigServiceClientConfig } from "./ConfigServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-config-service/src/runtimeConfig.shared.ts b/clients/client-config-service/src/runtimeConfig.shared.ts index ddc774597c8b..93703f5662c6 100644 --- a/clients/client-config-service/src/runtimeConfig.shared.ts +++ b/clients/client-config-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConfigServiceClientConfig } from "./ConfigServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-config-service/src/runtimeConfig.ts b/clients/client-config-service/src/runtimeConfig.ts index f92923656195..00c643742148 100644 --- a/clients/client-config-service/src/runtimeConfig.ts +++ b/clients/client-config-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConfigServiceClientConfig } from "./ConfigServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index f816b848bbc0..4c554637fecc 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-connect-contact-lens/src/ConnectContactLens.ts b/clients/client-connect-contact-lens/src/ConnectContactLens.ts index ec5de648a073..bfa7702e249c 100644 --- a/clients/client-connect-contact-lens/src/ConnectContactLens.ts +++ b/clients/client-connect-contact-lens/src/ConnectContactLens.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ListRealtimeContactAnalysisSegmentsCommand, diff --git a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts index e4470aadf066..a60f5fb14ec6 100644 --- a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts +++ b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -85,7 +83,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -194,7 +192,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts index 982a9de1489e..d548587d87bf 100644 --- a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts +++ b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectContactLensClientResolvedConfig, diff --git a/clients/client-connect-contact-lens/src/endpoint/EndpointParameters.ts b/clients/client-connect-contact-lens/src/endpoint/EndpointParameters.ts index 3cb96ee7b77c..7fb6bb05b0ca 100644 --- a/clients/client-connect-contact-lens/src/endpoint/EndpointParameters.ts +++ b/clients/client-connect-contact-lens/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-connect-contact-lens/src/endpoint/endpointResolver.ts b/clients/client-connect-contact-lens/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-connect-contact-lens/src/endpoint/endpointResolver.ts +++ b/clients/client-connect-contact-lens/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-connect-contact-lens/src/endpoint/ruleset.ts b/clients/client-connect-contact-lens/src/endpoint/ruleset.ts index 99e4897b1b47..0f9b76cf6083 100644 --- a/clients/client-connect-contact-lens/src/endpoint/ruleset.ts +++ b/clients/client-connect-contact-lens/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts b/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts index bbe3370206a8..cd72226ebc7d 100644 --- a/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts +++ b/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-connect-contact-lens/src/models/models_0.ts b/clients/client-connect-contact-lens/src/models/models_0.ts index 80a6d491e49b..f078a4bf9268 100644 --- a/clients/client-connect-contact-lens/src/models/models_0.ts +++ b/clients/client-connect-contact-lens/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ConnectContactLensServiceException as __BaseException } from "./ConnectContactLensServiceException"; diff --git a/clients/client-connect-contact-lens/src/pagination/Interfaces.ts b/clients/client-connect-contact-lens/src/pagination/Interfaces.ts index 3827f28b0ca9..e688af0e29ff 100644 --- a/clients/client-connect-contact-lens/src/pagination/Interfaces.ts +++ b/clients/client-connect-contact-lens/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConnectContactLensClient } from "../ConnectContactLensClient"; diff --git a/clients/client-connect-contact-lens/src/pagination/ListRealtimeContactAnalysisSegmentsPaginator.ts b/clients/client-connect-contact-lens/src/pagination/ListRealtimeContactAnalysisSegmentsPaginator.ts index bd47b441dd94..1589d66f5de5 100644 --- a/clients/client-connect-contact-lens/src/pagination/ListRealtimeContactAnalysisSegmentsPaginator.ts +++ b/clients/client-connect-contact-lens/src/pagination/ListRealtimeContactAnalysisSegmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRealtimeContactAnalysisSegmentsCommand, diff --git a/clients/client-connect-contact-lens/src/protocols/Aws_restJson1.ts b/clients/client-connect-contact-lens/src/protocols/Aws_restJson1.ts index fd7231d300af..b9b6e0967b34 100644 --- a/clients/client-connect-contact-lens/src/protocols/Aws_restJson1.ts +++ b/clients/client-connect-contact-lens/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRealtimeContactAnalysisSegmentsCommandInput, diff --git a/clients/client-connect-contact-lens/src/runtimeConfig.browser.ts b/clients/client-connect-contact-lens/src/runtimeConfig.browser.ts index 6c6741557734..545e1d4c82d5 100644 --- a/clients/client-connect-contact-lens/src/runtimeConfig.browser.ts +++ b/clients/client-connect-contact-lens/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectContactLensClientConfig } from "./ConnectContactLensClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-connect-contact-lens/src/runtimeConfig.shared.ts b/clients/client-connect-contact-lens/src/runtimeConfig.shared.ts index 5f1a045c73d4..6bc80977f9a5 100644 --- a/clients/client-connect-contact-lens/src/runtimeConfig.shared.ts +++ b/clients/client-connect-contact-lens/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConnectContactLensClientConfig } from "./ConnectContactLensClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-connect-contact-lens/src/runtimeConfig.ts b/clients/client-connect-contact-lens/src/runtimeConfig.ts index 92b6533c1d81..ef8ed4cdf4c4 100644 --- a/clients/client-connect-contact-lens/src/runtimeConfig.ts +++ b/clients/client-connect-contact-lens/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectContactLensClientConfig } from "./ConnectContactLensClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 264c9098ed02..88edc620c180 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-connect/src/Connect.ts b/clients/client-connect/src/Connect.ts index c1fbfec1304a..59d4b14b1121 100644 --- a/clients/client-connect/src/Connect.ts +++ b/clients/client-connect/src/Connect.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivateEvaluationFormCommand, diff --git a/clients/client-connect/src/ConnectClient.ts b/clients/client-connect/src/ConnectClient.ts index 6bf19ffc4ac7..ed19d819362b 100644 --- a/clients/client-connect/src/ConnectClient.ts +++ b/clients/client-connect/src/ConnectClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -1011,7 +1009,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -1120,7 +1118,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts index d7c7ac083b58..64a09055bb4d 100644 --- a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ActivateEvaluationFormRequest, ActivateEvaluationFormResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts index 4c4aa63a3a21..48da664c4335 100644 --- a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateApprovedOriginRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateBotCommand.ts b/clients/client-connect/src/commands/AssociateBotCommand.ts index 5b54c415c72b..635e89c2f941 100644 --- a/clients/client-connect/src/commands/AssociateBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateBotRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts index 678b3ab4ca66..16448686ce04 100644 --- a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts +++ b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateDefaultVocabularyRequest, AssociateDefaultVocabularyResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts index e768af855dbc..b7b5307b7484 100644 --- a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateInstanceStorageConfigRequest, AssociateInstanceStorageConfigResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts index 65809e161ff5..660a244846d3 100644 --- a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateLambdaFunctionRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateLexBotCommand.ts b/clients/client-connect/src/commands/AssociateLexBotCommand.ts index 17b752eff8c2..2001a563c698 100644 --- a/clients/client-connect/src/commands/AssociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateLexBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateLexBotRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts index 77e7349bc497..8bfce22ed8e5 100644 --- a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociatePhoneNumberContactFlowRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts index 6cf921d5a93b..35d6aced1158 100644 --- a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateQueueQuickConnectsRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts index e9294662cc26..7fd6cbd5693d 100644 --- a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateRoutingProfileQueuesRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts index 2d8c33ec8e11..c72f4064dc15 100644 --- a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { AssociateSecurityKeyRequest, AssociateSecurityKeyResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts index 9768deff9eb6..5bae5b336ec8 100644 --- a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ClaimPhoneNumberRequest, ClaimPhoneNumberResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts index bafe7bdb7e0d..4f2533cc7a26 100644 --- a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateAgentStatusRequest, CreateAgentStatusResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateContactFlowCommand.ts b/clients/client-connect/src/commands/CreateContactFlowCommand.ts index 9887bfadb030..7e2100b8110a 100644 --- a/clients/client-connect/src/commands/CreateContactFlowCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateContactFlowRequest, CreateContactFlowResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts index 955718ebeb16..33c9d92195ba 100644 --- a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts index 107193650c0d..6396c4ac9878 100644 --- a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateEvaluationFormResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts index 755dfa8aaf1a..5a4a2fdaa8c0 100644 --- a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateHoursOfOperationRequest, CreateHoursOfOperationResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateInstanceCommand.ts b/clients/client-connect/src/commands/CreateInstanceCommand.ts index 3eccaa6060ca..1c5a5b0cc2f4 100644 --- a/clients/client-connect/src/commands/CreateInstanceCommand.ts +++ b/clients/client-connect/src/commands/CreateInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { diff --git a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts index 76aa9b3db49f..1fd71e984b0b 100644 --- a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateIntegrationAssociationRequest, CreateIntegrationAssociationResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateParticipantCommand.ts b/clients/client-connect/src/commands/CreateParticipantCommand.ts index f2f3f303b7bb..cda94a026b99 100644 --- a/clients/client-connect/src/commands/CreateParticipantCommand.ts +++ b/clients/client-connect/src/commands/CreateParticipantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateParticipantRequest, CreateParticipantResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreatePromptCommand.ts b/clients/client-connect/src/commands/CreatePromptCommand.ts index e6e32a7962a3..6ccc015947f3 100644 --- a/clients/client-connect/src/commands/CreatePromptCommand.ts +++ b/clients/client-connect/src/commands/CreatePromptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreatePromptRequest, CreatePromptResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateQueueCommand.ts b/clients/client-connect/src/commands/CreateQueueCommand.ts index fc928655daff..387c5b5d3b7d 100644 --- a/clients/client-connect/src/commands/CreateQueueCommand.ts +++ b/clients/client-connect/src/commands/CreateQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateQueueRequest, CreateQueueResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts index 3e61f15ea872..ae1bae743595 100644 --- a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateQuickConnectRequest, CreateQuickConnectResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts index 0532ae00794a..4f814afcc90a 100644 --- a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateRoutingProfileRequest, CreateRoutingProfileResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateRuleCommand.ts b/clients/client-connect/src/commands/CreateRuleCommand.ts index 3a47e9b7f6c9..e06998ec0a73 100644 --- a/clients/client-connect/src/commands/CreateRuleCommand.ts +++ b/clients/client-connect/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts index b3ab837e3272..017731e3f0ef 100644 --- a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateSecurityProfileRequest, CreateSecurityProfileResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts index f62fa8e23074..b148740150b8 100644 --- a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateTaskTemplateRequest, CreateTaskTemplateResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts index 0e693eba1086..360481b8af4b 100644 --- a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateTrafficDistributionGroupRequest, CreateTrafficDistributionGroupResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateUseCaseCommand.ts b/clients/client-connect/src/commands/CreateUseCaseCommand.ts index 650461120f4e..41be1cc9f25a 100644 --- a/clients/client-connect/src/commands/CreateUseCaseCommand.ts +++ b/clients/client-connect/src/commands/CreateUseCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateUserCommand.ts b/clients/client-connect/src/commands/CreateUserCommand.ts index 7a3a47adb9eb..ab7b1df3f058 100644 --- a/clients/client-connect/src/commands/CreateUserCommand.ts +++ b/clients/client-connect/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts index 9a11227119d7..d64155bd37cd 100644 --- a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateUserHierarchyGroupRequest, CreateUserHierarchyGroupResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/CreateVocabularyCommand.ts b/clients/client-connect/src/commands/CreateVocabularyCommand.ts index 2e4d67b10cc8..7831d0a2b2b9 100644 --- a/clients/client-connect/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-connect/src/commands/CreateVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts index 496fbff10553..1792ca4d6225 100644 --- a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeactivateEvaluationFormRequest, DeactivateEvaluationFormResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts index c6ba0a2fe35a..62bbf9ae6735 100644 --- a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteContactEvaluationRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts index a1af467f3b0e..495798be0881 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteContactFlowRequest, DeleteContactFlowResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts index 3ea7b2eccdca..b6965e8ce994 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteContactFlowModuleRequest, DeleteContactFlowModuleResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts index 68309f61e654..79845ce492e1 100644 --- a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteEvaluationFormRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts index 8bc5ca44dab3..4a732bc082f3 100644 --- a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteHoursOfOperationRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteInstanceCommand.ts b/clients/client-connect/src/commands/DeleteInstanceCommand.ts index 89fa150c781a..6268943f6151 100644 --- a/clients/client-connect/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-connect/src/commands/DeleteInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteInstanceRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts index aada938d3df4..36e3eb1d0f85 100644 --- a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteIntegrationAssociationRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeletePromptCommand.ts b/clients/client-connect/src/commands/DeletePromptCommand.ts index 61e88135a4c8..ca5265bc067a 100644 --- a/clients/client-connect/src/commands/DeletePromptCommand.ts +++ b/clients/client-connect/src/commands/DeletePromptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeletePromptRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts index f0d69dd9e27d..8f187621fd21 100644 --- a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteQuickConnectRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteRuleCommand.ts b/clients/client-connect/src/commands/DeleteRuleCommand.ts index 1ce893201dd8..233c214a25fd 100644 --- a/clients/client-connect/src/commands/DeleteRuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteRuleRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts index 1af465b928e2..1118421aabc4 100644 --- a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteSecurityProfileRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts index ebc60fc9dc1f..1a68ff1b841a 100644 --- a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteTaskTemplateRequest, DeleteTaskTemplateResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts index 39efa738d312..74ccdb78e9f2 100644 --- a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteTrafficDistributionGroupRequest, DeleteTrafficDistributionGroupResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts index 15b96f8b9831..816856d909e3 100644 --- a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts +++ b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteUseCaseRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteUserCommand.ts b/clients/client-connect/src/commands/DeleteUserCommand.ts index 7cbc20f810b8..9bcd5743a94a 100644 --- a/clients/client-connect/src/commands/DeleteUserCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteUserRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts index 2b8eb1a58491..2bafba682ea0 100644 --- a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteUserHierarchyGroupRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts index 770c4f9eb9b0..7df90baa73c3 100644 --- a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts index 1a1666972011..0c57d4364b73 100644 --- a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeAgentStatusRequest, DescribeAgentStatusResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeContactCommand.ts b/clients/client-connect/src/commands/DescribeContactCommand.ts index 9eea70bf8e66..9c2c4305fa04 100644 --- a/clients/client-connect/src/commands/DescribeContactCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts index 0c327f2a4f88..0caf5606ce53 100644 --- a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeContactEvaluationRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts index d97cbc4215f9..dfd73f870fc7 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeContactFlowRequest, DescribeContactFlowResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts index 5bc1851b66f6..ca1c24a52eb0 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts index 3cb321682931..49bed1b291b1 100644 --- a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeEvaluationFormRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts index cb7d68902e36..ecdde862fc9a 100644 --- a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeHoursOfOperationRequest, DescribeHoursOfOperationResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts index fb1b337e2ab6..d77e4d7045aa 100644 --- a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeInstanceAttributeRequest, DescribeInstanceAttributeResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeInstanceCommand.ts b/clients/client-connect/src/commands/DescribeInstanceCommand.ts index 995d83f27401..4b215540a061 100644 --- a/clients/client-connect/src/commands/DescribeInstanceCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { diff --git a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts index f19d918119c9..781bbfa04753 100644 --- a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeInstanceStorageConfigRequest, DescribeInstanceStorageConfigResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts index c0402e86f052..3bf7a986fe3e 100644 --- a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribePhoneNumberRequest, DescribePhoneNumberResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribePromptCommand.ts b/clients/client-connect/src/commands/DescribePromptCommand.ts index c921eaec809b..d56404b1eb7e 100644 --- a/clients/client-connect/src/commands/DescribePromptCommand.ts +++ b/clients/client-connect/src/commands/DescribePromptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribePromptRequest, DescribePromptResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeQueueCommand.ts b/clients/client-connect/src/commands/DescribeQueueCommand.ts index 7e789b86d52b..280419c9726c 100644 --- a/clients/client-connect/src/commands/DescribeQueueCommand.ts +++ b/clients/client-connect/src/commands/DescribeQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeQueueRequest, DescribeQueueResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts index ea485d9fea98..55d6ec93a3d2 100644 --- a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeQuickConnectRequest, DescribeQuickConnectResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts index 198f5176aba5..6fbf39c8a275 100644 --- a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeRoutingProfileRequest, DescribeRoutingProfileResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeRuleCommand.ts b/clients/client-connect/src/commands/DescribeRuleCommand.ts index b0a09b33ca78..d48599c09949 100644 --- a/clients/client-connect/src/commands/DescribeRuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts index d5be7c39219b..b9febf899033 100644 --- a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts index 6c880a719695..eca356c1c8ba 100644 --- a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeTrafficDistributionGroupRequest, DescribeTrafficDistributionGroupResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeUserCommand.ts b/clients/client-connect/src/commands/DescribeUserCommand.ts index c4f6a355a947..30690d41bbf7 100644 --- a/clients/client-connect/src/commands/DescribeUserCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts index 4e00f5498353..10f4a79bca3d 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeUserHierarchyGroupRequest, DescribeUserHierarchyGroupResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts index d9284d35ace9..2fa47c5c1da5 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeUserHierarchyStructureRequest, DescribeUserHierarchyStructureResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts index 8d65a0a792c6..f5535096df1c 100644 --- a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DescribeVocabularyRequest, DescribeVocabularyResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts index c373c1190dbc..c41089f5635d 100644 --- a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateApprovedOriginRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateBotCommand.ts b/clients/client-connect/src/commands/DisassociateBotCommand.ts index a0137a07abd3..c9f55bfb0f67 100644 --- a/clients/client-connect/src/commands/DisassociateBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateBotRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts index 70207607abd7..76d639c9cd7a 100644 --- a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateInstanceStorageConfigRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts index 9801b164b482..515af4b469b2 100644 --- a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateLambdaFunctionRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts index f8e18617fc2a..53c1a268ee6d 100644 --- a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateLexBotRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts index 80e7d422e215..2bcbf6fabb02 100644 --- a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociatePhoneNumberContactFlowRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts index 1aaa7716514e..d692c123d7e1 100644 --- a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateQueueQuickConnectsRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts index 48b7eaf97555..27f33f1d4fbb 100644 --- a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateRoutingProfileQueuesRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts index 25858f9780cf..55fbd1d1cf53 100644 --- a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DisassociateSecurityKeyRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/DismissUserContactCommand.ts b/clients/client-connect/src/commands/DismissUserContactCommand.ts index f26300e48f2c..68fc0daaebdf 100644 --- a/clients/client-connect/src/commands/DismissUserContactCommand.ts +++ b/clients/client-connect/src/commands/DismissUserContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { DismissUserContactRequest, DismissUserContactResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/GetContactAttributesCommand.ts b/clients/client-connect/src/commands/GetContactAttributesCommand.ts index 9cfce00ed60a..59b5adc411a9 100644 --- a/clients/client-connect/src/commands/GetContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/GetContactAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetContactAttributesRequest, GetContactAttributesResponse } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts index 2c66714b357e..5bf961ace41a 100644 --- a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetCurrentMetricDataRequest } from "../models/models_0"; diff --git a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts index 80ec2ee6738e..e8340881b3fb 100644 --- a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/GetFederationTokenCommand.ts b/clients/client-connect/src/commands/GetFederationTokenCommand.ts index 0c504c7bcc2b..f5d35db17646 100644 --- a/clients/client-connect/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-connect/src/commands/GetFederationTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { diff --git a/clients/client-connect/src/commands/GetMetricDataCommand.ts b/clients/client-connect/src/commands/GetMetricDataCommand.ts index 26fa6e7015ab..f374a75bd000 100644 --- a/clients/client-connect/src/commands/GetMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetMetricDataRequest, GetMetricDataResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts index 390a7078b547..346191cb68c2 100644 --- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts +++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetMetricDataV2Request, GetMetricDataV2Response } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/GetPromptFileCommand.ts b/clients/client-connect/src/commands/GetPromptFileCommand.ts index 0cc94e5be573..076b1ce93d1c 100644 --- a/clients/client-connect/src/commands/GetPromptFileCommand.ts +++ b/clients/client-connect/src/commands/GetPromptFileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetPromptFileRequest, GetPromptFileResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts index 6b334122ceb0..b4f88b15998e 100644 --- a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetTaskTemplateRequest, GetTaskTemplateResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts index b978ae4e6159..75ce1443fcb1 100644 --- a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { GetTrafficDistributionRequest, GetTrafficDistributionResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts index 3b7dbd49a31b..8516d107e094 100644 --- a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts +++ b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListAgentStatusRequest, ListAgentStatusResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts index 5b9247a31759..b23b49b6fc1e 100644 --- a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts +++ b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListApprovedOriginsRequest, ListApprovedOriginsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListBotsCommand.ts b/clients/client-connect/src/commands/ListBotsCommand.ts index e770b0bc29b3..e88406bea13f 100644 --- a/clients/client-connect/src/commands/ListBotsCommand.ts +++ b/clients/client-connect/src/commands/ListBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListBotsRequest, ListBotsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts index e0c024340078..d54462efcf87 100644 --- a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts +++ b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListContactEvaluationsRequest, ListContactEvaluationsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts index 917e4c9be731..888b2e795a02 100644 --- a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListContactFlowsCommand.ts b/clients/client-connect/src/commands/ListContactFlowsCommand.ts index 37be1513cbef..ca2afb34116c 100644 --- a/clients/client-connect/src/commands/ListContactFlowsCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListContactReferencesCommand.ts b/clients/client-connect/src/commands/ListContactReferencesCommand.ts index a67f7c119631..d15861da3d6c 100644 --- a/clients/client-connect/src/commands/ListContactReferencesCommand.ts +++ b/clients/client-connect/src/commands/ListContactReferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts index 2e3571e462a2..6a30f48d0e6b 100644 --- a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListDefaultVocabulariesRequest, ListDefaultVocabulariesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts index b530b038eaaf..4d5751706294 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListEvaluationFormVersionsRequest, ListEvaluationFormVersionsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts index 1afa4ca78eeb..a6a033eb3d30 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListEvaluationFormsRequest, ListEvaluationFormsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts index 9e88d990d6c7..51cdad181647 100644 --- a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListHoursOfOperationsRequest, ListHoursOfOperationsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts index 95b1a597d5bc..10a6c0ee08d8 100644 --- a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListInstanceAttributesRequest, ListInstanceAttributesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts index 058747633003..f18314adc193 100644 --- a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListInstanceStorageConfigsRequest, ListInstanceStorageConfigsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListInstancesCommand.ts b/clients/client-connect/src/commands/ListInstancesCommand.ts index e6e5d10ce80e..60efeca6b73a 100644 --- a/clients/client-connect/src/commands/ListInstancesCommand.ts +++ b/clients/client-connect/src/commands/ListInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { diff --git a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts index cf0c50f4a3c8..a593b269d814 100644 --- a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListIntegrationAssociationsRequest, ListIntegrationAssociationsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts index e28b30ba50f9..42e41f45126f 100644 --- a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts +++ b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListLambdaFunctionsRequest, ListLambdaFunctionsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListLexBotsCommand.ts b/clients/client-connect/src/commands/ListLexBotsCommand.ts index 3735db56942a..bb5ca2c7710f 100644 --- a/clients/client-connect/src/commands/ListLexBotsCommand.ts +++ b/clients/client-connect/src/commands/ListLexBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListLexBotsRequest, ListLexBotsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts index 31ecbdaa00f3..38f60828dfd2 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts index a93da77c2763..d7bd00680c11 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListPhoneNumbersV2Request, ListPhoneNumbersV2Response } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListPromptsCommand.ts b/clients/client-connect/src/commands/ListPromptsCommand.ts index 2a89b60e32eb..62166aa6204b 100644 --- a/clients/client-connect/src/commands/ListPromptsCommand.ts +++ b/clients/client-connect/src/commands/ListPromptsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListPromptsRequest, ListPromptsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts index a9fd8764d0eb..7ae24692bef5 100644 --- a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListQueueQuickConnectsRequest, ListQueueQuickConnectsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListQueuesCommand.ts b/clients/client-connect/src/commands/ListQueuesCommand.ts index ef54298beb86..433093010146 100644 --- a/clients/client-connect/src/commands/ListQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListQueuesRequest, ListQueuesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts index dc6e221ac301..0b1a9b396f60 100644 --- a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts index c7068d6d3835..13f6db866afe 100644 --- a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListRoutingProfileQueuesRequest, ListRoutingProfileQueuesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts index c15a19e91ff0..1756746a8ee1 100644 --- a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListRoutingProfilesRequest, ListRoutingProfilesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListRulesCommand.ts b/clients/client-connect/src/commands/ListRulesCommand.ts index 9399ecc31cd2..fdc4baa42869 100644 --- a/clients/client-connect/src/commands/ListRulesCommand.ts +++ b/clients/client-connect/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListRulesRequest, ListRulesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts index 55025abcad13..fadc8dd98159 100644 --- a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListSecurityKeysRequest, ListSecurityKeysResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts index 0ac55823706a..8990ef246440 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListSecurityProfilePermissionsRequest, ListSecurityProfilePermissionsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts index b05fd519e8c8..978db9a183fb 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts index 462d6d2e814c..11a7dfe6a759 100644 --- a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts index 2e8e4ebc7f03..ac222a56f272 100644 --- a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts +++ b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListTaskTemplatesRequest, ListTaskTemplatesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts index 880e8db0ea23..9ce0cd325983 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListTrafficDistributionGroupsRequest, ListTrafficDistributionGroupsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListUseCasesCommand.ts b/clients/client-connect/src/commands/ListUseCasesCommand.ts index 615174c4308d..6d8bc1ea61df 100644 --- a/clients/client-connect/src/commands/ListUseCasesCommand.ts +++ b/clients/client-connect/src/commands/ListUseCasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListUseCasesRequest, ListUseCasesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts index edfda0af458a..02981d812036 100644 --- a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListUserHierarchyGroupsRequest, ListUserHierarchyGroupsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ListUsersCommand.ts b/clients/client-connect/src/commands/ListUsersCommand.ts index d2540f54df72..cff92b91b933 100644 --- a/clients/client-connect/src/commands/ListUsersCommand.ts +++ b/clients/client-connect/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ListUsersRequest, ListUsersResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/MonitorContactCommand.ts b/clients/client-connect/src/commands/MonitorContactCommand.ts index d02c50e9e3a6..477916043797 100644 --- a/clients/client-connect/src/commands/MonitorContactCommand.ts +++ b/clients/client-connect/src/commands/MonitorContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { MonitorContactRequest, MonitorContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/PutUserStatusCommand.ts b/clients/client-connect/src/commands/PutUserStatusCommand.ts index 3743ebe9c62d..634d719a3e46 100644 --- a/clients/client-connect/src/commands/PutUserStatusCommand.ts +++ b/clients/client-connect/src/commands/PutUserStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { PutUserStatusRequest, PutUserStatusResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts index 5470084f894a..342d21fff2fe 100644 --- a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ReleasePhoneNumberRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts index 19105e349d6b..7e4b4c68e13d 100644 --- a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts +++ b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { diff --git a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts index db664cac6142..6f06d162b85c 100644 --- a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { ResumeContactRecordingRequest, ResumeContactRecordingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts index 5c6fb6b5365b..2913f3cc1937 100644 --- a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts index 778f0de57f5b..df041990f16a 100644 --- a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchHoursOfOperationsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchPromptsCommand.ts b/clients/client-connect/src/commands/SearchPromptsCommand.ts index d180d3193955..c7b53cf57284 100644 --- a/clients/client-connect/src/commands/SearchPromptsCommand.ts +++ b/clients/client-connect/src/commands/SearchPromptsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchPromptsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchQueuesCommand.ts b/clients/client-connect/src/commands/SearchQueuesCommand.ts index b36a501e88ab..685f1087c9dc 100644 --- a/clients/client-connect/src/commands/SearchQueuesCommand.ts +++ b/clients/client-connect/src/commands/SearchQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchQueuesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts index 44f3bd9dda5d..530b8f35b5cb 100644 --- a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchQuickConnectsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts index e9417975b701..40a4b92b847b 100644 --- a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts +++ b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchResourceTagsRequest, SearchResourceTagsResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts index 9fedd310efdf..4d1bddceca2b 100644 --- a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchRoutingProfilesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts index 74a9ecd36ba4..1acd2f8f9fe9 100644 --- a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchSecurityProfilesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchUsersCommand.ts b/clients/client-connect/src/commands/SearchUsersCommand.ts index 9bb62c7583ae..4b6a1c00522d 100644 --- a/clients/client-connect/src/commands/SearchUsersCommand.ts +++ b/clients/client-connect/src/commands/SearchUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchUsersResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts index d0acf8bca68c..def213fb3240 100644 --- a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SearchVocabulariesRequest, SearchVocabulariesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartChatContactCommand.ts b/clients/client-connect/src/commands/StartChatContactCommand.ts index 3915f6dcb684..828037a9f38f 100644 --- a/clients/client-connect/src/commands/StartChatContactCommand.ts +++ b/clients/client-connect/src/commands/StartChatContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartChatContactRequest, StartChatContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts index bcb217d15860..c111c0c2e77e 100644 --- a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartContactEvaluationRequest, StartContactEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartContactRecordingCommand.ts b/clients/client-connect/src/commands/StartContactRecordingCommand.ts index 332286ad7f9f..436bb5a1b60c 100644 --- a/clients/client-connect/src/commands/StartContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StartContactRecordingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartContactRecordingRequest, StartContactRecordingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartContactStreamingCommand.ts b/clients/client-connect/src/commands/StartContactStreamingCommand.ts index 3f17ab3b7153..c78cc07bd8c2 100644 --- a/clients/client-connect/src/commands/StartContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StartContactStreamingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartContactStreamingRequest, StartContactStreamingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts index 6d7600691605..ee2abd1446de 100644 --- a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts +++ b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StartTaskContactCommand.ts b/clients/client-connect/src/commands/StartTaskContactCommand.ts index 517a7927049f..5a09a517c2e0 100644 --- a/clients/client-connect/src/commands/StartTaskContactCommand.ts +++ b/clients/client-connect/src/commands/StartTaskContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StartTaskContactRequest, StartTaskContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StopContactCommand.ts b/clients/client-connect/src/commands/StopContactCommand.ts index 26f8347a02ab..c409d0d8042a 100644 --- a/clients/client-connect/src/commands/StopContactCommand.ts +++ b/clients/client-connect/src/commands/StopContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StopContactRequest, StopContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StopContactRecordingCommand.ts b/clients/client-connect/src/commands/StopContactRecordingCommand.ts index a1e6ab89132d..01f4ad9bd1bd 100644 --- a/clients/client-connect/src/commands/StopContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StopContactRecordingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/StopContactStreamingCommand.ts b/clients/client-connect/src/commands/StopContactStreamingCommand.ts index 7e66a22066e5..bc9a58ee99f7 100644 --- a/clients/client-connect/src/commands/StopContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StopContactStreamingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts index 0d6ad4dd6f3a..8cd35f8df21d 100644 --- a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts index 50a95da94bf8..71cfd1747e39 100644 --- a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/TagResourceCommand.ts b/clients/client-connect/src/commands/TagResourceCommand.ts index c9d0b12b9e3b..44ea74e51740 100644 --- a/clients/client-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-connect/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { TagResourceRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/TransferContactCommand.ts b/clients/client-connect/src/commands/TransferContactCommand.ts index ae62fe9cec6f..48d3471ec2d7 100644 --- a/clients/client-connect/src/commands/TransferContactCommand.ts +++ b/clients/client-connect/src/commands/TransferContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { TransferContactRequest, TransferContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UntagResourceCommand.ts b/clients/client-connect/src/commands/UntagResourceCommand.ts index 4ed8eec272dc..5201a2759abd 100644 --- a/clients/client-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-connect/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UntagResourceRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts index 326800254b31..0295fc05ae0d 100644 --- a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateAgentStatusRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts index d2c2472c7352..f443ad9b5da3 100644 --- a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactCommand.ts b/clients/client-connect/src/commands/UpdateContactCommand.ts index c30051232b84..4f3d880b9fde 100644 --- a/clients/client-connect/src/commands/UpdateContactCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactRequest, UpdateContactResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts index d0b653ce040f..8d19c5c6ba7e 100644 --- a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactEvaluationRequest, UpdateContactEvaluationResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts index 721eac12fd72..ceeff5838b6e 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactFlowContentRequest, UpdateContactFlowContentResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts index ce26043ca1b5..d4d8fae057aa 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactFlowMetadataRequest, UpdateContactFlowMetadataResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts index 2a84304191cc..d331bd3be6fd 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactFlowModuleContentRequest, UpdateContactFlowModuleContentResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts index 7ae8ca06771d..15f6dcb3761a 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactFlowModuleMetadataRequest, UpdateContactFlowModuleMetadataResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts index 465e85bef41d..ddaa279e7a5f 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactFlowNameRequest, UpdateContactFlowNameResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts index 0c09c1d98402..daa828dea1f0 100644 --- a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts index cebce6b32a5c..c40166ec1788 100644 --- a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateEvaluationFormResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts index 1d4f28b41f68..7b45b06118ac 100644 --- a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateHoursOfOperationRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts index 92c7dd456a44..c2fa0a73e0dc 100644 --- a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateInstanceAttributeRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts index ee6cc5db646b..2773c144b0d0 100644 --- a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateInstanceStorageConfigRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts index 6db04b960f9a..032e7a219508 100644 --- a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateParticipantRoleConfigRequest, UpdateParticipantRoleConfigResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts index 51fe9f0d5583..596250e17104 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdatePromptCommand.ts b/clients/client-connect/src/commands/UpdatePromptCommand.ts index 2174e3ccee98..4ec87d7e361c 100644 --- a/clients/client-connect/src/commands/UpdatePromptCommand.ts +++ b/clients/client-connect/src/commands/UpdatePromptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdatePromptRequest, UpdatePromptResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts index 4bf6b71f2e61..d36c0c83b45b 100644 --- a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQueueHoursOfOperationRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts index d28a71d9550e..c13716d5d8a8 100644 --- a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQueueMaxContactsRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts index 0e6c834c37c9..c76021c488c7 100644 --- a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQueueNameRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts index ca5fca354d7e..94a4ffe86e9c 100644 --- a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQueueOutboundCallerConfigRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts index 1b38966e0a07..c7e6421bf453 100644 --- a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQueueStatusRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts index acb3cd461f57..85ed5351b896 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQuickConnectConfigRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts index 07097062cd29..6d11d556f6bb 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateQuickConnectNameRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts index de99eb176408..a63a65f9a3c0 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts index 1ad65b81ff53..d930c525e1f7 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts index f736b369a018..83b1835cd279 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateRoutingProfileNameRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts index c23985f2e587..c7464bded232 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateRoutingProfileQueuesRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateRuleCommand.ts b/clients/client-connect/src/commands/UpdateRuleCommand.ts index 96cbc0a31c6e..620868a4858d 100644 --- a/clients/client-connect/src/commands/UpdateRuleCommand.ts +++ b/clients/client-connect/src/commands/UpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateRuleRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts index ef18380dca76..42234b193573 100644 --- a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateSecurityProfileRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts index 8bda18dc63ac..261dc58b61f3 100644 --- a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateTaskTemplateRequest, UpdateTaskTemplateResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts index e64ff2fac9dc..2daf181b2670 100644 --- a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateTrafficDistributionRequest, UpdateTrafficDistributionResponse } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts index 02ee312f5822..5cf5edd48421 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserHierarchyRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts index 0284de83a281..cc83adb4d449 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserHierarchyGroupNameRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts index 4e5bef6cdbf8..4c0eb217cf96 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserHierarchyStructureRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts index a4147a1a0e39..2b50377e461e 100644 --- a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserIdentityInfoRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts index 84c23819f175..b3d6d67d7f51 100644 --- a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserPhoneConfigRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts index b77d89870968..500440a9c717 100644 --- a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserRoutingProfileRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts index cbc2fbabd903..d123fd45026c 100644 --- a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient"; import { UpdateUserSecurityProfilesRequest } from "../models/models_1"; diff --git a/clients/client-connect/src/endpoint/EndpointParameters.ts b/clients/client-connect/src/endpoint/EndpointParameters.ts index 3cb96ee7b77c..7fb6bb05b0ca 100644 --- a/clients/client-connect/src/endpoint/EndpointParameters.ts +++ b/clients/client-connect/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-connect/src/endpoint/endpointResolver.ts b/clients/client-connect/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-connect/src/endpoint/endpointResolver.ts +++ b/clients/client-connect/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-connect/src/endpoint/ruleset.ts b/clients/client-connect/src/endpoint/ruleset.ts index 94cc3886a9e3..1806cc66a874 100644 --- a/clients/client-connect/src/endpoint/ruleset.ts +++ b/clients/client-connect/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-connect/src/models/ConnectServiceException.ts b/clients/client-connect/src/models/ConnectServiceException.ts index 0098370cb584..888b8d8574a1 100644 --- a/clients/client-connect/src/models/ConnectServiceException.ts +++ b/clients/client-connect/src/models/ConnectServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-connect/src/models/models_0.ts b/clients/client-connect/src/models/models_0.ts index ff5264db9af9..d98caeb70a49 100644 --- a/clients/client-connect/src/models/models_0.ts +++ b/clients/client-connect/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ConnectServiceException as __BaseException } from "./ConnectServiceException"; diff --git a/clients/client-connect/src/models/models_1.ts b/clients/client-connect/src/models/models_1.ts index f3ab1a152c25..83b3de38cadb 100644 --- a/clients/client-connect/src/models/models_1.ts +++ b/clients/client-connect/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ConnectServiceException as __BaseException } from "./ConnectServiceException"; import { diff --git a/clients/client-connect/src/pagination/GetCurrentMetricDataPaginator.ts b/clients/client-connect/src/pagination/GetCurrentMetricDataPaginator.ts index 10db0e53bf82..f69f968cb37c 100644 --- a/clients/client-connect/src/pagination/GetCurrentMetricDataPaginator.ts +++ b/clients/client-connect/src/pagination/GetCurrentMetricDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCurrentMetricDataCommand, diff --git a/clients/client-connect/src/pagination/GetCurrentUserDataPaginator.ts b/clients/client-connect/src/pagination/GetCurrentUserDataPaginator.ts index dbe463eb2eb7..b022495fe4e4 100644 --- a/clients/client-connect/src/pagination/GetCurrentUserDataPaginator.ts +++ b/clients/client-connect/src/pagination/GetCurrentUserDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCurrentUserDataCommand, diff --git a/clients/client-connect/src/pagination/GetMetricDataPaginator.ts b/clients/client-connect/src/pagination/GetMetricDataPaginator.ts index 48217193df4a..4fe49f3a626c 100644 --- a/clients/client-connect/src/pagination/GetMetricDataPaginator.ts +++ b/clients/client-connect/src/pagination/GetMetricDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetMetricDataCommand, diff --git a/clients/client-connect/src/pagination/GetMetricDataV2Paginator.ts b/clients/client-connect/src/pagination/GetMetricDataV2Paginator.ts index cc9cc0e37c16..040e1a486c7e 100644 --- a/clients/client-connect/src/pagination/GetMetricDataV2Paginator.ts +++ b/clients/client-connect/src/pagination/GetMetricDataV2Paginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetMetricDataV2Command, diff --git a/clients/client-connect/src/pagination/Interfaces.ts b/clients/client-connect/src/pagination/Interfaces.ts index 457d1130f12a..ab478a6cda01 100644 --- a/clients/client-connect/src/pagination/Interfaces.ts +++ b/clients/client-connect/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListAgentStatusesPaginator.ts b/clients/client-connect/src/pagination/ListAgentStatusesPaginator.ts index 5c323208af2c..5fd2b7c1fa4b 100644 --- a/clients/client-connect/src/pagination/ListAgentStatusesPaginator.ts +++ b/clients/client-connect/src/pagination/ListAgentStatusesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAgentStatusesCommand, diff --git a/clients/client-connect/src/pagination/ListApprovedOriginsPaginator.ts b/clients/client-connect/src/pagination/ListApprovedOriginsPaginator.ts index 79d39b5c032a..d801fad203da 100644 --- a/clients/client-connect/src/pagination/ListApprovedOriginsPaginator.ts +++ b/clients/client-connect/src/pagination/ListApprovedOriginsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApprovedOriginsCommand, diff --git a/clients/client-connect/src/pagination/ListBotsPaginator.ts b/clients/client-connect/src/pagination/ListBotsPaginator.ts index b581b088e0c8..c207330a9450 100644 --- a/clients/client-connect/src/pagination/ListBotsPaginator.ts +++ b/clients/client-connect/src/pagination/ListBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotsCommand, ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListContactEvaluationsPaginator.ts b/clients/client-connect/src/pagination/ListContactEvaluationsPaginator.ts index 0571167aec2c..f940c1c3bfe2 100644 --- a/clients/client-connect/src/pagination/ListContactEvaluationsPaginator.ts +++ b/clients/client-connect/src/pagination/ListContactEvaluationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactEvaluationsCommand, diff --git a/clients/client-connect/src/pagination/ListContactFlowModulesPaginator.ts b/clients/client-connect/src/pagination/ListContactFlowModulesPaginator.ts index 09d6c7fd9735..57972495c1ac 100644 --- a/clients/client-connect/src/pagination/ListContactFlowModulesPaginator.ts +++ b/clients/client-connect/src/pagination/ListContactFlowModulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactFlowModulesCommand, diff --git a/clients/client-connect/src/pagination/ListContactFlowsPaginator.ts b/clients/client-connect/src/pagination/ListContactFlowsPaginator.ts index ec1c4f8aa701..18d4183e93b0 100644 --- a/clients/client-connect/src/pagination/ListContactFlowsPaginator.ts +++ b/clients/client-connect/src/pagination/ListContactFlowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactFlowsCommand, diff --git a/clients/client-connect/src/pagination/ListContactReferencesPaginator.ts b/clients/client-connect/src/pagination/ListContactReferencesPaginator.ts index dcbfa9bbbc6f..01a72115fd76 100644 --- a/clients/client-connect/src/pagination/ListContactReferencesPaginator.ts +++ b/clients/client-connect/src/pagination/ListContactReferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactReferencesCommand, diff --git a/clients/client-connect/src/pagination/ListDefaultVocabulariesPaginator.ts b/clients/client-connect/src/pagination/ListDefaultVocabulariesPaginator.ts index df5a4f887073..4974d45e130a 100644 --- a/clients/client-connect/src/pagination/ListDefaultVocabulariesPaginator.ts +++ b/clients/client-connect/src/pagination/ListDefaultVocabulariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDefaultVocabulariesCommand, diff --git a/clients/client-connect/src/pagination/ListEvaluationFormVersionsPaginator.ts b/clients/client-connect/src/pagination/ListEvaluationFormVersionsPaginator.ts index 540e66e004bc..127c3e28a672 100644 --- a/clients/client-connect/src/pagination/ListEvaluationFormVersionsPaginator.ts +++ b/clients/client-connect/src/pagination/ListEvaluationFormVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEvaluationFormVersionsCommand, diff --git a/clients/client-connect/src/pagination/ListEvaluationFormsPaginator.ts b/clients/client-connect/src/pagination/ListEvaluationFormsPaginator.ts index 1dc87b3772f5..371245660b64 100644 --- a/clients/client-connect/src/pagination/ListEvaluationFormsPaginator.ts +++ b/clients/client-connect/src/pagination/ListEvaluationFormsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEvaluationFormsCommand, diff --git a/clients/client-connect/src/pagination/ListHoursOfOperationsPaginator.ts b/clients/client-connect/src/pagination/ListHoursOfOperationsPaginator.ts index 2c379e0d45bb..65043f2bb1ad 100644 --- a/clients/client-connect/src/pagination/ListHoursOfOperationsPaginator.ts +++ b/clients/client-connect/src/pagination/ListHoursOfOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHoursOfOperationsCommand, diff --git a/clients/client-connect/src/pagination/ListInstanceAttributesPaginator.ts b/clients/client-connect/src/pagination/ListInstanceAttributesPaginator.ts index 8801b62feab5..3c56b0dd085c 100644 --- a/clients/client-connect/src/pagination/ListInstanceAttributesPaginator.ts +++ b/clients/client-connect/src/pagination/ListInstanceAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceAttributesCommand, diff --git a/clients/client-connect/src/pagination/ListInstanceStorageConfigsPaginator.ts b/clients/client-connect/src/pagination/ListInstanceStorageConfigsPaginator.ts index e8b621ea1789..57a17fc5f533 100644 --- a/clients/client-connect/src/pagination/ListInstanceStorageConfigsPaginator.ts +++ b/clients/client-connect/src/pagination/ListInstanceStorageConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceStorageConfigsCommand, diff --git a/clients/client-connect/src/pagination/ListInstancesPaginator.ts b/clients/client-connect/src/pagination/ListInstancesPaginator.ts index 624035c0ad1a..82b710d2af22 100644 --- a/clients/client-connect/src/pagination/ListInstancesPaginator.ts +++ b/clients/client-connect/src/pagination/ListInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstancesCommand, diff --git a/clients/client-connect/src/pagination/ListIntegrationAssociationsPaginator.ts b/clients/client-connect/src/pagination/ListIntegrationAssociationsPaginator.ts index 331cd244f246..7de58675e97b 100644 --- a/clients/client-connect/src/pagination/ListIntegrationAssociationsPaginator.ts +++ b/clients/client-connect/src/pagination/ListIntegrationAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIntegrationAssociationsCommand, diff --git a/clients/client-connect/src/pagination/ListLambdaFunctionsPaginator.ts b/clients/client-connect/src/pagination/ListLambdaFunctionsPaginator.ts index a06a1763cacb..2607b5ba24aa 100644 --- a/clients/client-connect/src/pagination/ListLambdaFunctionsPaginator.ts +++ b/clients/client-connect/src/pagination/ListLambdaFunctionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLambdaFunctionsCommand, diff --git a/clients/client-connect/src/pagination/ListLexBotsPaginator.ts b/clients/client-connect/src/pagination/ListLexBotsPaginator.ts index b71df83a4b35..f68a15789a1c 100644 --- a/clients/client-connect/src/pagination/ListLexBotsPaginator.ts +++ b/clients/client-connect/src/pagination/ListLexBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLexBotsCommand, ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListPhoneNumbersPaginator.ts b/clients/client-connect/src/pagination/ListPhoneNumbersPaginator.ts index d8ae19249d3e..f6f3bf15b963 100644 --- a/clients/client-connect/src/pagination/ListPhoneNumbersPaginator.ts +++ b/clients/client-connect/src/pagination/ListPhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPhoneNumbersCommand, diff --git a/clients/client-connect/src/pagination/ListPhoneNumbersV2Paginator.ts b/clients/client-connect/src/pagination/ListPhoneNumbersV2Paginator.ts index 037b9fe2ec07..8623d8a60660 100644 --- a/clients/client-connect/src/pagination/ListPhoneNumbersV2Paginator.ts +++ b/clients/client-connect/src/pagination/ListPhoneNumbersV2Paginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPhoneNumbersV2Command, diff --git a/clients/client-connect/src/pagination/ListPromptsPaginator.ts b/clients/client-connect/src/pagination/ListPromptsPaginator.ts index 2f2cc9a95daa..e6398ddf5078 100644 --- a/clients/client-connect/src/pagination/ListPromptsPaginator.ts +++ b/clients/client-connect/src/pagination/ListPromptsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPromptsCommand, ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListQueueQuickConnectsPaginator.ts b/clients/client-connect/src/pagination/ListQueueQuickConnectsPaginator.ts index 5f64f7c86907..b5e8f5a9bff4 100644 --- a/clients/client-connect/src/pagination/ListQueueQuickConnectsPaginator.ts +++ b/clients/client-connect/src/pagination/ListQueueQuickConnectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueueQuickConnectsCommand, diff --git a/clients/client-connect/src/pagination/ListQueuesPaginator.ts b/clients/client-connect/src/pagination/ListQueuesPaginator.ts index 56c97f32f5f1..573144daab4e 100644 --- a/clients/client-connect/src/pagination/ListQueuesPaginator.ts +++ b/clients/client-connect/src/pagination/ListQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueuesCommand, ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListQuickConnectsPaginator.ts b/clients/client-connect/src/pagination/ListQuickConnectsPaginator.ts index 00f2361b82b6..ba2bb0605cec 100644 --- a/clients/client-connect/src/pagination/ListQuickConnectsPaginator.ts +++ b/clients/client-connect/src/pagination/ListQuickConnectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQuickConnectsCommand, diff --git a/clients/client-connect/src/pagination/ListRoutingProfileQueuesPaginator.ts b/clients/client-connect/src/pagination/ListRoutingProfileQueuesPaginator.ts index 6f52a6dc4a55..9f184a398c34 100644 --- a/clients/client-connect/src/pagination/ListRoutingProfileQueuesPaginator.ts +++ b/clients/client-connect/src/pagination/ListRoutingProfileQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoutingProfileQueuesCommand, diff --git a/clients/client-connect/src/pagination/ListRoutingProfilesPaginator.ts b/clients/client-connect/src/pagination/ListRoutingProfilesPaginator.ts index b634cb908f65..70efbac3c235 100644 --- a/clients/client-connect/src/pagination/ListRoutingProfilesPaginator.ts +++ b/clients/client-connect/src/pagination/ListRoutingProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoutingProfilesCommand, diff --git a/clients/client-connect/src/pagination/ListRulesPaginator.ts b/clients/client-connect/src/pagination/ListRulesPaginator.ts index 55fa63d144ec..84db2c9865e0 100644 --- a/clients/client-connect/src/pagination/ListRulesPaginator.ts +++ b/clients/client-connect/src/pagination/ListRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesCommand, ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/ListSecurityKeysPaginator.ts b/clients/client-connect/src/pagination/ListSecurityKeysPaginator.ts index 030d2b6e6e85..ffd9da3d603b 100644 --- a/clients/client-connect/src/pagination/ListSecurityKeysPaginator.ts +++ b/clients/client-connect/src/pagination/ListSecurityKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityKeysCommand, diff --git a/clients/client-connect/src/pagination/ListSecurityProfilePermissionsPaginator.ts b/clients/client-connect/src/pagination/ListSecurityProfilePermissionsPaginator.ts index ba3a4f1b4eac..281bef354793 100644 --- a/clients/client-connect/src/pagination/ListSecurityProfilePermissionsPaginator.ts +++ b/clients/client-connect/src/pagination/ListSecurityProfilePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityProfilePermissionsCommand, diff --git a/clients/client-connect/src/pagination/ListSecurityProfilesPaginator.ts b/clients/client-connect/src/pagination/ListSecurityProfilesPaginator.ts index 610f2fadc602..5069a425a0d7 100644 --- a/clients/client-connect/src/pagination/ListSecurityProfilesPaginator.ts +++ b/clients/client-connect/src/pagination/ListSecurityProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityProfilesCommand, diff --git a/clients/client-connect/src/pagination/ListTaskTemplatesPaginator.ts b/clients/client-connect/src/pagination/ListTaskTemplatesPaginator.ts index f9ca75971913..07654f6b911e 100644 --- a/clients/client-connect/src/pagination/ListTaskTemplatesPaginator.ts +++ b/clients/client-connect/src/pagination/ListTaskTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTaskTemplatesCommand, diff --git a/clients/client-connect/src/pagination/ListTrafficDistributionGroupsPaginator.ts b/clients/client-connect/src/pagination/ListTrafficDistributionGroupsPaginator.ts index 5d761173ce48..b0a1d479112e 100644 --- a/clients/client-connect/src/pagination/ListTrafficDistributionGroupsPaginator.ts +++ b/clients/client-connect/src/pagination/ListTrafficDistributionGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrafficDistributionGroupsCommand, diff --git a/clients/client-connect/src/pagination/ListUseCasesPaginator.ts b/clients/client-connect/src/pagination/ListUseCasesPaginator.ts index 99a497da2ee3..7137aa65c2cf 100644 --- a/clients/client-connect/src/pagination/ListUseCasesPaginator.ts +++ b/clients/client-connect/src/pagination/ListUseCasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUseCasesCommand, diff --git a/clients/client-connect/src/pagination/ListUserHierarchyGroupsPaginator.ts b/clients/client-connect/src/pagination/ListUserHierarchyGroupsPaginator.ts index a64f49e5741f..4d4a009fa9ba 100644 --- a/clients/client-connect/src/pagination/ListUserHierarchyGroupsPaginator.ts +++ b/clients/client-connect/src/pagination/ListUserHierarchyGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserHierarchyGroupsCommand, diff --git a/clients/client-connect/src/pagination/ListUsersPaginator.ts b/clients/client-connect/src/pagination/ListUsersPaginator.ts index ce2d0b280ebc..50900677c3bf 100644 --- a/clients/client-connect/src/pagination/ListUsersPaginator.ts +++ b/clients/client-connect/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/SearchAvailablePhoneNumbersPaginator.ts b/clients/client-connect/src/pagination/SearchAvailablePhoneNumbersPaginator.ts index ea047f52c7d6..e7483c06b9ea 100644 --- a/clients/client-connect/src/pagination/SearchAvailablePhoneNumbersPaginator.ts +++ b/clients/client-connect/src/pagination/SearchAvailablePhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchAvailablePhoneNumbersCommand, diff --git a/clients/client-connect/src/pagination/SearchHoursOfOperationsPaginator.ts b/clients/client-connect/src/pagination/SearchHoursOfOperationsPaginator.ts index d49b539a2a80..3b8c83caf267 100644 --- a/clients/client-connect/src/pagination/SearchHoursOfOperationsPaginator.ts +++ b/clients/client-connect/src/pagination/SearchHoursOfOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchHoursOfOperationsCommand, diff --git a/clients/client-connect/src/pagination/SearchPromptsPaginator.ts b/clients/client-connect/src/pagination/SearchPromptsPaginator.ts index 2522090692c5..56ba55381502 100644 --- a/clients/client-connect/src/pagination/SearchPromptsPaginator.ts +++ b/clients/client-connect/src/pagination/SearchPromptsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchPromptsCommand, diff --git a/clients/client-connect/src/pagination/SearchQueuesPaginator.ts b/clients/client-connect/src/pagination/SearchQueuesPaginator.ts index 50ee486b0a29..d741ae894540 100644 --- a/clients/client-connect/src/pagination/SearchQueuesPaginator.ts +++ b/clients/client-connect/src/pagination/SearchQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchQueuesCommand, diff --git a/clients/client-connect/src/pagination/SearchQuickConnectsPaginator.ts b/clients/client-connect/src/pagination/SearchQuickConnectsPaginator.ts index a7a78416922f..29b57de5d8c2 100644 --- a/clients/client-connect/src/pagination/SearchQuickConnectsPaginator.ts +++ b/clients/client-connect/src/pagination/SearchQuickConnectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchQuickConnectsCommand, diff --git a/clients/client-connect/src/pagination/SearchResourceTagsPaginator.ts b/clients/client-connect/src/pagination/SearchResourceTagsPaginator.ts index f83d207a7788..24998f0c5f13 100644 --- a/clients/client-connect/src/pagination/SearchResourceTagsPaginator.ts +++ b/clients/client-connect/src/pagination/SearchResourceTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchResourceTagsCommand, diff --git a/clients/client-connect/src/pagination/SearchRoutingProfilesPaginator.ts b/clients/client-connect/src/pagination/SearchRoutingProfilesPaginator.ts index 74361f3d2c7c..0360881be717 100644 --- a/clients/client-connect/src/pagination/SearchRoutingProfilesPaginator.ts +++ b/clients/client-connect/src/pagination/SearchRoutingProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchRoutingProfilesCommand, diff --git a/clients/client-connect/src/pagination/SearchSecurityProfilesPaginator.ts b/clients/client-connect/src/pagination/SearchSecurityProfilesPaginator.ts index ce843f5c13f9..05eea5fbee72 100644 --- a/clients/client-connect/src/pagination/SearchSecurityProfilesPaginator.ts +++ b/clients/client-connect/src/pagination/SearchSecurityProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchSecurityProfilesCommand, diff --git a/clients/client-connect/src/pagination/SearchUsersPaginator.ts b/clients/client-connect/src/pagination/SearchUsersPaginator.ts index 39f7e47c91a9..119c4d9167e6 100644 --- a/clients/client-connect/src/pagination/SearchUsersPaginator.ts +++ b/clients/client-connect/src/pagination/SearchUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchUsersCommand, SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand"; import { ConnectClient } from "../ConnectClient"; diff --git a/clients/client-connect/src/pagination/SearchVocabulariesPaginator.ts b/clients/client-connect/src/pagination/SearchVocabulariesPaginator.ts index a657512ca1b6..e15a05e4674f 100644 --- a/clients/client-connect/src/pagination/SearchVocabulariesPaginator.ts +++ b/clients/client-connect/src/pagination/SearchVocabulariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchVocabulariesCommand, diff --git a/clients/client-connect/src/protocols/Aws_restJson1.ts b/clients/client-connect/src/protocols/Aws_restJson1.ts index 8aa85ab14ab7..8be60efccda8 100644 --- a/clients/client-connect/src/protocols/Aws_restJson1.ts +++ b/clients/client-connect/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-connect/src/runtimeConfig.browser.ts b/clients/client-connect/src/runtimeConfig.browser.ts index 5f865e1fccd5..fd4f7359d4f5 100644 --- a/clients/client-connect/src/runtimeConfig.browser.ts +++ b/clients/client-connect/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectClientConfig } from "./ConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-connect/src/runtimeConfig.shared.ts b/clients/client-connect/src/runtimeConfig.shared.ts index 05042e64cfcd..908af37f3e3d 100644 --- a/clients/client-connect/src/runtimeConfig.shared.ts +++ b/clients/client-connect/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConnectClientConfig } from "./ConnectClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-connect/src/runtimeConfig.ts b/clients/client-connect/src/runtimeConfig.ts index 0873d4168010..dee215239acc 100644 --- a/clients/client-connect/src/runtimeConfig.ts +++ b/clients/client-connect/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectClientConfig } from "./ConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-connectcampaigns/package.json b/clients/client-connectcampaigns/package.json index a9c60bf49891..ac7112c00fcd 100644 --- a/clients/client-connectcampaigns/package.json +++ b/clients/client-connectcampaigns/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-connectcampaigns/src/ConnectCampaigns.ts b/clients/client-connectcampaigns/src/ConnectCampaigns.ts index 3e7e2eda5e26..a5f0ca511cd5 100644 --- a/clients/client-connectcampaigns/src/ConnectCampaigns.ts +++ b/clients/client-connectcampaigns/src/ConnectCampaigns.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateCampaignCommand, diff --git a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts index 1424d5ffc345..7e370ead3489 100644 --- a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts +++ b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand"; @@ -177,7 +175,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -286,7 +284,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts index b8a7896862fb..138a2ba62ae5 100644 --- a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts index b5c851939978..35b2563f33c3 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { DeleteCampaignRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts index 630840a59265..dc8ac93864ed 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { DeleteConnectInstanceConfigRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts index 2a1bf1233f15..cb98fce63b88 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { DeleteInstanceOnboardingJobRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts index d4576f62b154..72afbf104456 100644 --- a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts index acad424e7e08..a2ae0901e030 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts index beef45d69423..a2e91cd83bac 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts index 6704e59594cf..ef3db062af50 100644 --- a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts index b58b497fa15b..1b5a865ce135 100644 --- a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts index d1d2ca3b6d5a..f99de849bff2 100644 --- a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts index 7926258bd98d..b635448754ab 100644 --- a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts index b23c0f82791c..42beee64199f 100644 --- a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { PauseCampaignRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts index 0efd620aa047..f890b3636674 100644 --- a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { diff --git a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts index 6d94321a6cc5..cf2ff251e643 100644 --- a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { ResumeCampaignRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts index d7e89f738a2e..2f36d3276697 100644 --- a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { StartCampaignRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts index d1204b20d6d4..fb510079f12f 100644 --- a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts index f1141a9efe72..77edf283689f 100644 --- a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { StopCampaignRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts index 6f52becf0de5..018682c0baa7 100644 --- a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts index a3d95c435013..bbb5e0118e66 100644 --- a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts index 82daaf24218d..7a3ae12c5bc6 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { UpdateCampaignDialerConfigRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts index 573dcbd3573f..7ea705994ff0 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { UpdateCampaignNameRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts index e48ef0d9af41..dbe9e9391873 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsClient"; import { UpdateCampaignOutboundCallConfigRequest } from "../models/models_0"; diff --git a/clients/client-connectcampaigns/src/endpoint/EndpointParameters.ts b/clients/client-connectcampaigns/src/endpoint/EndpointParameters.ts index 1e5be2bf4937..1d40db0f199b 100644 --- a/clients/client-connectcampaigns/src/endpoint/EndpointParameters.ts +++ b/clients/client-connectcampaigns/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-connectcampaigns/src/endpoint/endpointResolver.ts b/clients/client-connectcampaigns/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-connectcampaigns/src/endpoint/endpointResolver.ts +++ b/clients/client-connectcampaigns/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-connectcampaigns/src/endpoint/ruleset.ts b/clients/client-connectcampaigns/src/endpoint/ruleset.ts index 54201deb27b3..daa89c674a00 100644 --- a/clients/client-connectcampaigns/src/endpoint/ruleset.ts +++ b/clients/client-connectcampaigns/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts b/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts index 1e189d05a01a..4b9d0118360a 100644 --- a/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts +++ b/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-connectcampaigns/src/models/models_0.ts b/clients/client-connectcampaigns/src/models/models_0.ts index 4d0ccaa10555..252e95562fb0 100644 --- a/clients/client-connectcampaigns/src/models/models_0.ts +++ b/clients/client-connectcampaigns/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ConnectCampaignsServiceException as __BaseException } from "./ConnectCampaignsServiceException"; diff --git a/clients/client-connectcampaigns/src/pagination/Interfaces.ts b/clients/client-connectcampaigns/src/pagination/Interfaces.ts index 6c51e45f03b1..8229aa8ce819 100644 --- a/clients/client-connectcampaigns/src/pagination/Interfaces.ts +++ b/clients/client-connectcampaigns/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConnectCampaignsClient } from "../ConnectCampaignsClient"; diff --git a/clients/client-connectcampaigns/src/pagination/ListCampaignsPaginator.ts b/clients/client-connectcampaigns/src/pagination/ListCampaignsPaginator.ts index 826379c79f0f..cd541bb7cfb8 100644 --- a/clients/client-connectcampaigns/src/pagination/ListCampaignsPaginator.ts +++ b/clients/client-connectcampaigns/src/pagination/ListCampaignsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCampaignsCommand, diff --git a/clients/client-connectcampaigns/src/protocols/Aws_restJson1.ts b/clients/client-connectcampaigns/src/protocols/Aws_restJson1.ts index 009b1938e56e..1e4893444de2 100644 --- a/clients/client-connectcampaigns/src/protocols/Aws_restJson1.ts +++ b/clients/client-connectcampaigns/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand"; import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand"; diff --git a/clients/client-connectcampaigns/src/runtimeConfig.browser.ts b/clients/client-connectcampaigns/src/runtimeConfig.browser.ts index f6c2544250ce..74d40135fb3a 100644 --- a/clients/client-connectcampaigns/src/runtimeConfig.browser.ts +++ b/clients/client-connectcampaigns/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-connectcampaigns/src/runtimeConfig.shared.ts b/clients/client-connectcampaigns/src/runtimeConfig.shared.ts index a84fec09fdb2..d0dd2b326ae5 100644 --- a/clients/client-connectcampaigns/src/runtimeConfig.shared.ts +++ b/clients/client-connectcampaigns/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-connectcampaigns/src/runtimeConfig.ts b/clients/client-connectcampaigns/src/runtimeConfig.ts index 5541dde801bd..b340941bfc13 100644 --- a/clients/client-connectcampaigns/src/runtimeConfig.ts +++ b/clients/client-connectcampaigns/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectCampaignsClientConfig } from "./ConnectCampaignsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-connectcases/package.json b/clients/client-connectcases/package.json index 0a02a27c4adb..b0005a95bf5a 100644 --- a/clients/client-connectcases/package.json +++ b/clients/client-connectcases/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-connectcases/src/ConnectCases.ts b/clients/client-connectcases/src/ConnectCases.ts index 97bccbaa5012..e3a508589a58 100644 --- a/clients/client-connectcases/src/ConnectCases.ts +++ b/clients/client-connectcases/src/ConnectCases.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetFieldCommand, diff --git a/clients/client-connectcases/src/ConnectCasesClient.ts b/clients/client-connectcases/src/ConnectCasesClient.ts index 0fe1f819c9f9..16a425f1a848 100644 --- a/clients/client-connectcases/src/ConnectCasesClient.ts +++ b/clients/client-connectcases/src/ConnectCasesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetFieldCommandInput, BatchGetFieldCommandOutput } from "./commands/BatchGetFieldCommand"; @@ -186,7 +184,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -295,7 +293,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts index 2632049527ad..bf648e978b8e 100644 --- a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts +++ b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts index 371292e8da71..b3a4083eff80 100644 --- a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { BatchPutFieldOptionsRequest, BatchPutFieldOptionsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateCaseCommand.ts b/clients/client-connectcases/src/commands/CreateCaseCommand.ts index 5ad293fa380d..9ffd7ce64001 100644 --- a/clients/client-connectcases/src/commands/CreateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/CreateCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateDomainCommand.ts b/clients/client-connectcases/src/commands/CreateDomainCommand.ts index 35c14389b4c4..cbf8a1363b96 100644 --- a/clients/client-connectcases/src/commands/CreateDomainCommand.ts +++ b/clients/client-connectcases/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateFieldCommand.ts b/clients/client-connectcases/src/commands/CreateFieldCommand.ts index 2ef132549f12..2fd95658ab6c 100644 --- a/clients/client-connectcases/src/commands/CreateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/CreateFieldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts index 9320db582a16..270cd8565ddc 100644 --- a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts index eced41e390bf..ea92e70a4052 100644 --- a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts +++ b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateRelatedItemRequest, CreateRelatedItemResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts index 7c75644f344c..708ee0bb3f9b 100644 --- a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts index 8a8645672858..0be85b35eec7 100644 --- a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/GetCaseCommand.ts b/clients/client-connectcases/src/commands/GetCaseCommand.ts index b3b06d98d46d..5bf38c9b2b8f 100644 --- a/clients/client-connectcases/src/commands/GetCaseCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { GetCaseRequest, GetCaseResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts index cd0937ae86fa..3d1c1da75783 100644 --- a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { GetCaseEventConfigurationRequest, GetCaseEventConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/GetDomainCommand.ts b/clients/client-connectcases/src/commands/GetDomainCommand.ts index da9839368430..dacc9e4a3583 100644 --- a/clients/client-connectcases/src/commands/GetDomainCommand.ts +++ b/clients/client-connectcases/src/commands/GetDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { GetDomainRequest, GetDomainResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/GetLayoutCommand.ts b/clients/client-connectcases/src/commands/GetLayoutCommand.ts index b9d56c2f5964..05ef4c321ce1 100644 --- a/clients/client-connectcases/src/commands/GetLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/GetLayoutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { GetLayoutRequest, GetLayoutResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/GetTemplateCommand.ts b/clients/client-connectcases/src/commands/GetTemplateCommand.ts index 23547a6a7494..c27d867c84f7 100644 --- a/clients/client-connectcases/src/commands/GetTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/GetTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts index 9175eca140e2..870fa50003a7 100644 --- a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts +++ b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListCasesForContactRequest, ListCasesForContactResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListDomainsCommand.ts b/clients/client-connectcases/src/commands/ListDomainsCommand.ts index d91c83171322..5c572c6da109 100644 --- a/clients/client-connectcases/src/commands/ListDomainsCommand.ts +++ b/clients/client-connectcases/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts index d7ac9400a669..d6e0d2179625 100644 --- a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListFieldOptionsRequest, ListFieldOptionsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListFieldsCommand.ts b/clients/client-connectcases/src/commands/ListFieldsCommand.ts index 55c473ca79bf..534b62132da3 100644 --- a/clients/client-connectcases/src/commands/ListFieldsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListFieldsRequest, ListFieldsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts index ee5c92a6a936..f19f9457a68e 100644 --- a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts +++ b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListLayoutsRequest, ListLayoutsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts index 2a96e8562a2b..ead113a9807f 100644 --- a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts index 71c1bef882d7..4089d74b5e5b 100644 --- a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts +++ b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts index 9df194ee1c84..250c375f7142 100644 --- a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { PutCaseEventConfigurationRequest, PutCaseEventConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/SearchCasesCommand.ts b/clients/client-connectcases/src/commands/SearchCasesCommand.ts index 1f0af67a279a..5fd37dcf9a2c 100644 --- a/clients/client-connectcases/src/commands/SearchCasesCommand.ts +++ b/clients/client-connectcases/src/commands/SearchCasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { SearchCasesRequest, SearchCasesResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts index b87e88d36fbc..d9159b4d49d7 100644 --- a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts +++ b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { SearchRelatedItemsRequest, SearchRelatedItemsResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/TagResourceCommand.ts b/clients/client-connectcases/src/commands/TagResourceCommand.ts index d092fdd753c2..820cb4330f30 100644 --- a/clients/client-connectcases/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/UntagResourceCommand.ts b/clients/client-connectcases/src/commands/UntagResourceCommand.ts index 4893fe7e4995..dbc3f31fe407 100644 --- a/clients/client-connectcases/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts index 80ad550c83d8..646b39968215 100644 --- a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts index 2730f273ed44..0a23bbc7cb74 100644 --- a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { UpdateFieldRequest, UpdateFieldResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts index a125191623b6..0367bcb82ec3 100644 --- a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { UpdateLayoutRequest, UpdateLayoutResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts index 6fac01f29517..ad51e708e3b3 100644 --- a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient"; import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0"; diff --git a/clients/client-connectcases/src/endpoint/EndpointParameters.ts b/clients/client-connectcases/src/endpoint/EndpointParameters.ts index 9a974822c07e..102a33e59c7a 100644 --- a/clients/client-connectcases/src/endpoint/EndpointParameters.ts +++ b/clients/client-connectcases/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-connectcases/src/endpoint/endpointResolver.ts b/clients/client-connectcases/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-connectcases/src/endpoint/endpointResolver.ts +++ b/clients/client-connectcases/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-connectcases/src/endpoint/ruleset.ts b/clients/client-connectcases/src/endpoint/ruleset.ts index b9a4b5eea064..fe01aa3eac7a 100644 --- a/clients/client-connectcases/src/endpoint/ruleset.ts +++ b/clients/client-connectcases/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-connectcases/src/models/ConnectCasesServiceException.ts b/clients/client-connectcases/src/models/ConnectCasesServiceException.ts index 3f80eb96fea3..ac93919e44bd 100644 --- a/clients/client-connectcases/src/models/ConnectCasesServiceException.ts +++ b/clients/client-connectcases/src/models/ConnectCasesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-connectcases/src/models/models_0.ts b/clients/client-connectcases/src/models/models_0.ts index 3462ca52b8cb..2bf20bbcfcae 100644 --- a/clients/client-connectcases/src/models/models_0.ts +++ b/clients/client-connectcases/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ConnectCasesServiceException as __BaseException } from "./ConnectCasesServiceException"; diff --git a/clients/client-connectcases/src/pagination/GetCasePaginator.ts b/clients/client-connectcases/src/pagination/GetCasePaginator.ts index 0315b984d1ea..697e5509d68a 100644 --- a/clients/client-connectcases/src/pagination/GetCasePaginator.ts +++ b/clients/client-connectcases/src/pagination/GetCasePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCaseCommand, GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/Interfaces.ts b/clients/client-connectcases/src/pagination/Interfaces.ts index aa19f808a9bc..53e524a68260 100644 --- a/clients/client-connectcases/src/pagination/Interfaces.ts +++ b/clients/client-connectcases/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/ListCasesForContactPaginator.ts b/clients/client-connectcases/src/pagination/ListCasesForContactPaginator.ts index 746adfe37c74..b059a5d785a6 100644 --- a/clients/client-connectcases/src/pagination/ListCasesForContactPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListCasesForContactPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCasesForContactCommand, diff --git a/clients/client-connectcases/src/pagination/ListDomainsPaginator.ts b/clients/client-connectcases/src/pagination/ListDomainsPaginator.ts index 163ad907ac63..79e64fdaa1b4 100644 --- a/clients/client-connectcases/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/ListFieldOptionsPaginator.ts b/clients/client-connectcases/src/pagination/ListFieldOptionsPaginator.ts index c4ffe6c5c88a..0aca5326b894 100644 --- a/clients/client-connectcases/src/pagination/ListFieldOptionsPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListFieldOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFieldOptionsCommand, diff --git a/clients/client-connectcases/src/pagination/ListFieldsPaginator.ts b/clients/client-connectcases/src/pagination/ListFieldsPaginator.ts index 2dc96e065585..1da105239aab 100644 --- a/clients/client-connectcases/src/pagination/ListFieldsPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListFieldsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFieldsCommand, ListFieldsCommandInput, ListFieldsCommandOutput } from "../commands/ListFieldsCommand"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/ListLayoutsPaginator.ts b/clients/client-connectcases/src/pagination/ListLayoutsPaginator.ts index 81f569e69480..dbd19315d783 100644 --- a/clients/client-connectcases/src/pagination/ListLayoutsPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListLayoutsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLayoutsCommand, ListLayoutsCommandInput, ListLayoutsCommandOutput } from "../commands/ListLayoutsCommand"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/ListTemplatesPaginator.ts b/clients/client-connectcases/src/pagination/ListTemplatesPaginator.ts index 244b0a9729d8..17752b307854 100644 --- a/clients/client-connectcases/src/pagination/ListTemplatesPaginator.ts +++ b/clients/client-connectcases/src/pagination/ListTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplatesCommand, diff --git a/clients/client-connectcases/src/pagination/SearchCasesPaginator.ts b/clients/client-connectcases/src/pagination/SearchCasesPaginator.ts index 3de9629f2a38..66607ac6fb1b 100644 --- a/clients/client-connectcases/src/pagination/SearchCasesPaginator.ts +++ b/clients/client-connectcases/src/pagination/SearchCasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchCasesCommand, SearchCasesCommandInput, SearchCasesCommandOutput } from "../commands/SearchCasesCommand"; import { ConnectCasesClient } from "../ConnectCasesClient"; diff --git a/clients/client-connectcases/src/pagination/SearchRelatedItemsPaginator.ts b/clients/client-connectcases/src/pagination/SearchRelatedItemsPaginator.ts index 6a721e84d0d7..af55b9f0443b 100644 --- a/clients/client-connectcases/src/pagination/SearchRelatedItemsPaginator.ts +++ b/clients/client-connectcases/src/pagination/SearchRelatedItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchRelatedItemsCommand, diff --git a/clients/client-connectcases/src/protocols/Aws_restJson1.ts b/clients/client-connectcases/src/protocols/Aws_restJson1.ts index fad4913f4955..d8a66c95235a 100644 --- a/clients/client-connectcases/src/protocols/Aws_restJson1.ts +++ b/clients/client-connectcases/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchGetFieldCommandInput, BatchGetFieldCommandOutput } from "../commands/BatchGetFieldCommand"; diff --git a/clients/client-connectcases/src/runtimeConfig.browser.ts b/clients/client-connectcases/src/runtimeConfig.browser.ts index 255f81e64960..e0285b4b4ef2 100644 --- a/clients/client-connectcases/src/runtimeConfig.browser.ts +++ b/clients/client-connectcases/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectCasesClientConfig } from "./ConnectCasesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-connectcases/src/runtimeConfig.shared.ts b/clients/client-connectcases/src/runtimeConfig.shared.ts index 4d60f656d93f..90df6e682ad3 100644 --- a/clients/client-connectcases/src/runtimeConfig.shared.ts +++ b/clients/client-connectcases/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConnectCasesClientConfig } from "./ConnectCasesClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-connectcases/src/runtimeConfig.ts b/clients/client-connectcases/src/runtimeConfig.ts index 7a4582a189e2..15902848f216 100644 --- a/clients/client-connectcases/src/runtimeConfig.ts +++ b/clients/client-connectcases/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectCasesClientConfig } from "./ConnectCasesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 2715360c861e..8f5cd6d031d4 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-connectparticipant/src/ConnectParticipant.ts b/clients/client-connectparticipant/src/ConnectParticipant.ts index dd315402ed28..31fd41ae04ef 100644 --- a/clients/client-connectparticipant/src/ConnectParticipant.ts +++ b/clients/client-connectparticipant/src/ConnectParticipant.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CompleteAttachmentUploadCommand, diff --git a/clients/client-connectparticipant/src/ConnectParticipantClient.ts b/clients/client-connectparticipant/src/ConnectParticipantClient.ts index 85a317d63a74..60faf0484c95 100644 --- a/clients/client-connectparticipant/src/ConnectParticipantClient.ts +++ b/clients/client-connectparticipant/src/ConnectParticipantClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,13 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { - getOmitRetryHeadersPlugin, - getRetryPlugin, - resolveRetryConfig, - RetryInputConfig, - RetryResolvedConfig, -} from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -29,32 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { + getOmitRetryHeadersPlugin, + getRetryPlugin, + resolveRetryConfig, + RetryInputConfig, + RetryResolvedConfig, +} from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts index db619cf3f8e4..f4b1d8d80cba 100644 --- a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts index 2ce59cc3ac4f..c9317a2d9027 100644 --- a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts +++ b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts index 67e0fa0d0d40..81e8bc248ed4 100644 --- a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts index ae8ff8829e11..568b98db3b44 100644 --- a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts index 9c1eead5cd2e..996751485118 100644 --- a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/SendEventCommand.ts b/clients/client-connectparticipant/src/commands/SendEventCommand.ts index f2dae4a4f729..a3dbc28497d7 100644 --- a/clients/client-connectparticipant/src/commands/SendEventCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts index 74a08a69e6b9..5a86228fcdf9 100644 --- a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts index 42f4987c3e32..d81a3c9f4bea 100644 --- a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConnectParticipantClientResolvedConfig, diff --git a/clients/client-connectparticipant/src/endpoint/EndpointParameters.ts b/clients/client-connectparticipant/src/endpoint/EndpointParameters.ts index 9641c4b8cf8c..1ad52c5d6853 100644 --- a/clients/client-connectparticipant/src/endpoint/EndpointParameters.ts +++ b/clients/client-connectparticipant/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-connectparticipant/src/endpoint/endpointResolver.ts b/clients/client-connectparticipant/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-connectparticipant/src/endpoint/endpointResolver.ts +++ b/clients/client-connectparticipant/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-connectparticipant/src/endpoint/ruleset.ts b/clients/client-connectparticipant/src/endpoint/ruleset.ts index 9ccc7a828231..5bd7899df619 100644 --- a/clients/client-connectparticipant/src/endpoint/ruleset.ts +++ b/clients/client-connectparticipant/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts b/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts index 92f381630914..355ee12c764e 100644 --- a/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts +++ b/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-connectparticipant/src/models/models_0.ts b/clients/client-connectparticipant/src/models/models_0.ts index bb5d4ea6a3fe..11f23876f849 100644 --- a/clients/client-connectparticipant/src/models/models_0.ts +++ b/clients/client-connectparticipant/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException"; diff --git a/clients/client-connectparticipant/src/pagination/GetTranscriptPaginator.ts b/clients/client-connectparticipant/src/pagination/GetTranscriptPaginator.ts index 276f499519dc..3d3b0050847d 100644 --- a/clients/client-connectparticipant/src/pagination/GetTranscriptPaginator.ts +++ b/clients/client-connectparticipant/src/pagination/GetTranscriptPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTranscriptCommand, diff --git a/clients/client-connectparticipant/src/pagination/Interfaces.ts b/clients/client-connectparticipant/src/pagination/Interfaces.ts index 29540fc9639d..2e2cae9c3327 100644 --- a/clients/client-connectparticipant/src/pagination/Interfaces.ts +++ b/clients/client-connectparticipant/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ConnectParticipantClient } from "../ConnectParticipantClient"; diff --git a/clients/client-connectparticipant/src/protocols/Aws_restJson1.ts b/clients/client-connectparticipant/src/protocols/Aws_restJson1.ts index e7efa5545c09..a55672fa5745 100644 --- a/clients/client-connectparticipant/src/protocols/Aws_restJson1.ts +++ b/clients/client-connectparticipant/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-connectparticipant/src/runtimeConfig.browser.ts b/clients/client-connectparticipant/src/runtimeConfig.browser.ts index 4f311bd4970b..389e32c89380 100644 --- a/clients/client-connectparticipant/src/runtimeConfig.browser.ts +++ b/clients/client-connectparticipant/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectParticipantClientConfig } from "./ConnectParticipantClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-connectparticipant/src/runtimeConfig.shared.ts b/clients/client-connectparticipant/src/runtimeConfig.shared.ts index cae9bdb53360..40a390e70415 100644 --- a/clients/client-connectparticipant/src/runtimeConfig.shared.ts +++ b/clients/client-connectparticipant/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConnectParticipantClientConfig } from "./ConnectParticipantClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-connectparticipant/src/runtimeConfig.ts b/clients/client-connectparticipant/src/runtimeConfig.ts index b31d76cc0bd8..c6a124d0cbe6 100644 --- a/clients/client-connectparticipant/src/runtimeConfig.ts +++ b/clients/client-connectparticipant/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ConnectParticipantClientConfig } from "./ConnectParticipantClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-controltower/package.json b/clients/client-controltower/package.json index 95709469602f..73b6a34503a3 100644 --- a/clients/client-controltower/package.json +++ b/clients/client-controltower/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-controltower/src/ControlTower.ts b/clients/client-controltower/src/ControlTower.ts index d9104ff21448..0db36eb45702 100644 --- a/clients/client-controltower/src/ControlTower.ts +++ b/clients/client-controltower/src/ControlTower.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DisableControlCommand, diff --git a/clients/client-controltower/src/ControlTowerClient.ts b/clients/client-controltower/src/ControlTowerClient.ts index 1a93be98eeb9..ecb2ea08d842 100644 --- a/clients/client-controltower/src/ControlTowerClient.ts +++ b/clients/client-controltower/src/ControlTowerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DisableControlCommandInput, DisableControlCommandOutput } from "./commands/DisableControlCommand"; @@ -99,7 +97,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -208,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-controltower/src/commands/DisableControlCommand.ts b/clients/client-controltower/src/commands/DisableControlCommand.ts index f70028eb2180..2687a188c620 100644 --- a/clients/client-controltower/src/commands/DisableControlCommand.ts +++ b/clients/client-controltower/src/commands/DisableControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient"; import { DisableControlInput, DisableControlOutput } from "../models/models_0"; diff --git a/clients/client-controltower/src/commands/EnableControlCommand.ts b/clients/client-controltower/src/commands/EnableControlCommand.ts index 94ba51d54734..df167813d99a 100644 --- a/clients/client-controltower/src/commands/EnableControlCommand.ts +++ b/clients/client-controltower/src/commands/EnableControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient"; import { EnableControlInput, EnableControlOutput } from "../models/models_0"; diff --git a/clients/client-controltower/src/commands/GetControlOperationCommand.ts b/clients/client-controltower/src/commands/GetControlOperationCommand.ts index c31dc0e24faa..2a795536e226 100644 --- a/clients/client-controltower/src/commands/GetControlOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetControlOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient"; import { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0"; diff --git a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts index d693b3550acc..0fb65a44aed5 100644 --- a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts +++ b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient"; import { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/models_0"; diff --git a/clients/client-controltower/src/endpoint/EndpointParameters.ts b/clients/client-controltower/src/endpoint/EndpointParameters.ts index 3f3c12a317b1..da28159433ef 100644 --- a/clients/client-controltower/src/endpoint/EndpointParameters.ts +++ b/clients/client-controltower/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-controltower/src/endpoint/endpointResolver.ts b/clients/client-controltower/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-controltower/src/endpoint/endpointResolver.ts +++ b/clients/client-controltower/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-controltower/src/endpoint/ruleset.ts b/clients/client-controltower/src/endpoint/ruleset.ts index e5c408e9aa2f..29a51b64c3f8 100644 --- a/clients/client-controltower/src/endpoint/ruleset.ts +++ b/clients/client-controltower/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-controltower/src/models/ControlTowerServiceException.ts b/clients/client-controltower/src/models/ControlTowerServiceException.ts index d8803a71a368..be2e9eaa5847 100644 --- a/clients/client-controltower/src/models/ControlTowerServiceException.ts +++ b/clients/client-controltower/src/models/ControlTowerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-controltower/src/models/models_0.ts b/clients/client-controltower/src/models/models_0.ts index df5297f085ed..f546dd5f18ec 100644 --- a/clients/client-controltower/src/models/models_0.ts +++ b/clients/client-controltower/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ControlTowerServiceException as __BaseException } from "./ControlTowerServiceException"; diff --git a/clients/client-controltower/src/pagination/Interfaces.ts b/clients/client-controltower/src/pagination/Interfaces.ts index b8f8d57cac37..18c0b9f01ec7 100644 --- a/clients/client-controltower/src/pagination/Interfaces.ts +++ b/clients/client-controltower/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ControlTowerClient } from "../ControlTowerClient"; diff --git a/clients/client-controltower/src/pagination/ListEnabledControlsPaginator.ts b/clients/client-controltower/src/pagination/ListEnabledControlsPaginator.ts index 5f7de65c6cf9..638159f4e289 100644 --- a/clients/client-controltower/src/pagination/ListEnabledControlsPaginator.ts +++ b/clients/client-controltower/src/pagination/ListEnabledControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnabledControlsCommand, diff --git a/clients/client-controltower/src/protocols/Aws_restJson1.ts b/clients/client-controltower/src/protocols/Aws_restJson1.ts index 7ee1a579283d..8db83b4162a3 100644 --- a/clients/client-controltower/src/protocols/Aws_restJson1.ts +++ b/clients/client-controltower/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableControlCommandInput, DisableControlCommandOutput } from "../commands/DisableControlCommand"; import { EnableControlCommandInput, EnableControlCommandOutput } from "../commands/EnableControlCommand"; diff --git a/clients/client-controltower/src/runtimeConfig.browser.ts b/clients/client-controltower/src/runtimeConfig.browser.ts index 94963b586983..be646b667c17 100644 --- a/clients/client-controltower/src/runtimeConfig.browser.ts +++ b/clients/client-controltower/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ControlTowerClientConfig } from "./ControlTowerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-controltower/src/runtimeConfig.shared.ts b/clients/client-controltower/src/runtimeConfig.shared.ts index 091a7c3eba1c..4a7b937a83a8 100644 --- a/clients/client-controltower/src/runtimeConfig.shared.ts +++ b/clients/client-controltower/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ControlTowerClientConfig } from "./ControlTowerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-controltower/src/runtimeConfig.ts b/clients/client-controltower/src/runtimeConfig.ts index 7bcd6bfa59fe..459b7fb22c60 100644 --- a/clients/client-controltower/src/runtimeConfig.ts +++ b/clients/client-controltower/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ControlTowerClientConfig } from "./ControlTowerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index 62c60e8637a4..9cf55b759866 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportService.ts b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportService.ts index e8cc559cfa40..52cdc75e20d6 100644 --- a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportService.ts +++ b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteReportDefinitionCommand, diff --git a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts index afb2f6e54d70..a35fb11aaa51 100644 --- a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts +++ b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -105,7 +103,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -214,7 +212,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts index febd522d023f..0632badef60d 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostAndUsageReportServiceClientResolvedConfig, diff --git a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts index fa9e9f223be0..5827908ee4d3 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostAndUsageReportServiceClientResolvedConfig, diff --git a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts index 10eea5091d8b..1975b63ec98f 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostAndUsageReportServiceClientResolvedConfig, diff --git a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts index 8965e8691135..7879101499c4 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostAndUsageReportServiceClientResolvedConfig, diff --git a/clients/client-cost-and-usage-report-service/src/endpoint/EndpointParameters.ts b/clients/client-cost-and-usage-report-service/src/endpoint/EndpointParameters.ts index 665995c65bf8..f41a49725fe4 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cost-and-usage-report-service/src/endpoint/endpointResolver.ts b/clients/client-cost-and-usage-report-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoint/endpointResolver.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cost-and-usage-report-service/src/endpoint/ruleset.ts b/clients/client-cost-and-usage-report-service/src/endpoint/ruleset.ts index 6bb44d3ed276..fb6baa9c50ab 100644 --- a/clients/client-cost-and-usage-report-service/src/endpoint/ruleset.ts +++ b/clients/client-cost-and-usage-report-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts b/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts index b46dda36d797..fa673c89ae08 100644 --- a/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts +++ b/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cost-and-usage-report-service/src/models/models_0.ts b/clients/client-cost-and-usage-report-service/src/models/models_0.ts index 305d3a775f8a..4e2637cdf312 100644 --- a/clients/client-cost-and-usage-report-service/src/models/models_0.ts +++ b/clients/client-cost-and-usage-report-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CostAndUsageReportServiceServiceException as __BaseException } from "./CostAndUsageReportServiceServiceException"; diff --git a/clients/client-cost-and-usage-report-service/src/pagination/DescribeReportDefinitionsPaginator.ts b/clients/client-cost-and-usage-report-service/src/pagination/DescribeReportDefinitionsPaginator.ts index 713bf81a3650..f0638af48918 100644 --- a/clients/client-cost-and-usage-report-service/src/pagination/DescribeReportDefinitionsPaginator.ts +++ b/clients/client-cost-and-usage-report-service/src/pagination/DescribeReportDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReportDefinitionsCommand, diff --git a/clients/client-cost-and-usage-report-service/src/pagination/Interfaces.ts b/clients/client-cost-and-usage-report-service/src/pagination/Interfaces.ts index fb2de7307969..f0f6eaf4f566 100644 --- a/clients/client-cost-and-usage-report-service/src/pagination/Interfaces.ts +++ b/clients/client-cost-and-usage-report-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CostAndUsageReportServiceClient } from "../CostAndUsageReportServiceClient"; diff --git a/clients/client-cost-and-usage-report-service/src/protocols/Aws_json1_1.ts b/clients/client-cost-and-usage-report-service/src/protocols/Aws_json1_1.ts index 67b15bbbeeed..3e95a89905ce 100644 --- a/clients/client-cost-and-usage-report-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-cost-and-usage-report-service/src/protocols/Aws_json1_1.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReportDefinitionCommandInput, diff --git a/clients/client-cost-and-usage-report-service/src/runtimeConfig.browser.ts b/clients/client-cost-and-usage-report-service/src/runtimeConfig.browser.ts index ed0375137889..e29c142ba655 100644 --- a/clients/client-cost-and-usage-report-service/src/runtimeConfig.browser.ts +++ b/clients/client-cost-and-usage-report-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CostAndUsageReportServiceClientConfig } from "./CostAndUsageReportServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cost-and-usage-report-service/src/runtimeConfig.shared.ts b/clients/client-cost-and-usage-report-service/src/runtimeConfig.shared.ts index 64e591d5c8e5..3f70ee6d8376 100644 --- a/clients/client-cost-and-usage-report-service/src/runtimeConfig.shared.ts +++ b/clients/client-cost-and-usage-report-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CostAndUsageReportServiceClientConfig } from "./CostAndUsageReportServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cost-and-usage-report-service/src/runtimeConfig.ts b/clients/client-cost-and-usage-report-service/src/runtimeConfig.ts index 2d4bdcb2887d..7fffc53a9be8 100644 --- a/clients/client-cost-and-usage-report-service/src/runtimeConfig.ts +++ b/clients/client-cost-and-usage-report-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CostAndUsageReportServiceClientConfig } from "./CostAndUsageReportServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index ae773509cae3..f2faac9399dd 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-cost-explorer/src/CostExplorer.ts b/clients/client-cost-explorer/src/CostExplorer.ts index b68964911642..3a05b1d6a940 100644 --- a/clients/client-cost-explorer/src/CostExplorer.ts +++ b/clients/client-cost-explorer/src/CostExplorer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAnomalyMonitorCommand, diff --git a/clients/client-cost-explorer/src/CostExplorerClient.ts b/clients/client-cost-explorer/src/CostExplorerClient.ts index e30ff922825f..10d76d673437 100644 --- a/clients/client-cost-explorer/src/CostExplorerClient.ts +++ b/clients/client-cost-explorer/src/CostExplorerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -273,7 +271,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -382,7 +380,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts index 486a2a219c28..d026e06444f0 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts index ec481eddd239..a73a5205b513 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts index 8c20e7af22b3..a96bfaf58b10 100644 --- a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts index e505958e8587..29f156a314ac 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts index e1eefb6e92fd..93aeef703328 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts index 5ca1447ebc46..803b3fd19233 100644 --- a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts index 256ac90b27b3..cb9f9ac114c7 100644 --- a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts index 2efdfabcedfc..ff59228bede1 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts index a7f9c5454192..9bc5fe397d3e 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts index 70635cd0f8e3..1ab0a7428a2e 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts index 9d9cbc16ff5d..6d070b7e82e2 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts index ccda7e6e5b4b..11fcb6b6aab7 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts index 076cf6aa2e13..2db6400617eb 100644 --- a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts index 96ce83e05232..5cdf7e85ab08 100644 --- a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts index 9947b10d9378..a4ac7ecdcc63 100644 --- a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts index 27b5d0ff4463..220a5b667fcd 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts index 1e4110187fff..7c675c422c66 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { diff --git a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts index ee785c4acb8e..4cb6d525c08a 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts index 976e6e5a5433..5448969117e2 100644 --- a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetRightsizingRecommendationRequest, GetRightsizingRecommendationResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts index 4e35b0e5d66e..229248b90707 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts index da95bd01169d..516df7570e01 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts index cd98b8fca61f..a8c4782478fe 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts index 4a85f9ffbfa8..d1e83dfa029f 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { diff --git a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts index a0a9ecba4fed..bfae2d1666d1 100644 --- a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetTagsRequest, GetTagsResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts index 9ecd9945159d..9bd42cd59aa1 100644 --- a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts index 62c2ef56d0fc..70962fd8092d 100644 --- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts index eab02f23fc68..7c37110f3b72 100644 --- a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts index 41d602e94e95..5c238f2b88bf 100644 --- a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { diff --git a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts index 0de9684b30b5..cb68839cd39c 100644 --- a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts index 9c007bfcbb9c..2ea4c16110b0 100644 --- a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts +++ b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts index 56acbf30c2ca..597b94c98df0 100644 --- a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { diff --git a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts index 193788acd51b..2bb9a8ebbb19 100644 --- a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts index e2e2af1df7fe..8d2370901817 100644 --- a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts index 6a0da1e40a9c..412b7799f040 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts index ea1ba964722f..23f2b3785040 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts index 115c70c4c421..1ed9e69d21b9 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { UpdateCostAllocationTagsStatusRequest, UpdateCostAllocationTagsStatusResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts index 8a2c4e5b89c6..74b73af15254 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient"; import { UpdateCostCategoryDefinitionRequest, UpdateCostCategoryDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-cost-explorer/src/endpoint/EndpointParameters.ts b/clients/client-cost-explorer/src/endpoint/EndpointParameters.ts index c6b5f9007a8d..b79badda2e74 100644 --- a/clients/client-cost-explorer/src/endpoint/EndpointParameters.ts +++ b/clients/client-cost-explorer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-cost-explorer/src/endpoint/endpointResolver.ts b/clients/client-cost-explorer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-cost-explorer/src/endpoint/endpointResolver.ts +++ b/clients/client-cost-explorer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-cost-explorer/src/endpoint/ruleset.ts b/clients/client-cost-explorer/src/endpoint/ruleset.ts index fc4dcb3e0d4f..d47392b29107 100644 --- a/clients/client-cost-explorer/src/endpoint/ruleset.ts +++ b/clients/client-cost-explorer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts b/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts index 4b0c63bf02bb..3af356498c55 100644 --- a/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts +++ b/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-cost-explorer/src/models/models_0.ts b/clients/client-cost-explorer/src/models/models_0.ts index e742a50f3028..14d81bdcb765 100644 --- a/clients/client-cost-explorer/src/models/models_0.ts +++ b/clients/client-cost-explorer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CostExplorerServiceException as __BaseException } from "./CostExplorerServiceException"; diff --git a/clients/client-cost-explorer/src/pagination/GetSavingsPlansCoveragePaginator.ts b/clients/client-cost-explorer/src/pagination/GetSavingsPlansCoveragePaginator.ts index 816b0199334b..85d649f7ec8e 100644 --- a/clients/client-cost-explorer/src/pagination/GetSavingsPlansCoveragePaginator.ts +++ b/clients/client-cost-explorer/src/pagination/GetSavingsPlansCoveragePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSavingsPlansCoverageCommand, diff --git a/clients/client-cost-explorer/src/pagination/GetSavingsPlansUtilizationDetailsPaginator.ts b/clients/client-cost-explorer/src/pagination/GetSavingsPlansUtilizationDetailsPaginator.ts index 32ae1f8638f6..d46ab892b3e8 100644 --- a/clients/client-cost-explorer/src/pagination/GetSavingsPlansUtilizationDetailsPaginator.ts +++ b/clients/client-cost-explorer/src/pagination/GetSavingsPlansUtilizationDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSavingsPlansUtilizationDetailsCommand, diff --git a/clients/client-cost-explorer/src/pagination/Interfaces.ts b/clients/client-cost-explorer/src/pagination/Interfaces.ts index a658e3b72868..6cc4190785e3 100644 --- a/clients/client-cost-explorer/src/pagination/Interfaces.ts +++ b/clients/client-cost-explorer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CostExplorerClient } from "../CostExplorerClient"; diff --git a/clients/client-cost-explorer/src/pagination/ListCostAllocationTagsPaginator.ts b/clients/client-cost-explorer/src/pagination/ListCostAllocationTagsPaginator.ts index 2aefb6886c60..2f634880a9d2 100644 --- a/clients/client-cost-explorer/src/pagination/ListCostAllocationTagsPaginator.ts +++ b/clients/client-cost-explorer/src/pagination/ListCostAllocationTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCostAllocationTagsCommand, diff --git a/clients/client-cost-explorer/src/pagination/ListCostCategoryDefinitionsPaginator.ts b/clients/client-cost-explorer/src/pagination/ListCostCategoryDefinitionsPaginator.ts index 440862f032a8..92700e911648 100644 --- a/clients/client-cost-explorer/src/pagination/ListCostCategoryDefinitionsPaginator.ts +++ b/clients/client-cost-explorer/src/pagination/ListCostCategoryDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCostCategoryDefinitionsCommand, diff --git a/clients/client-cost-explorer/src/protocols/Aws_json1_1.ts b/clients/client-cost-explorer/src/protocols/Aws_json1_1.ts index 94b7301c70af..9f023a93c298 100644 --- a/clients/client-cost-explorer/src/protocols/Aws_json1_1.ts +++ b/clients/client-cost-explorer/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAnomalyMonitorCommandInput, diff --git a/clients/client-cost-explorer/src/runtimeConfig.browser.ts b/clients/client-cost-explorer/src/runtimeConfig.browser.ts index bc0243526ba9..8d253fdc60b5 100644 --- a/clients/client-cost-explorer/src/runtimeConfig.browser.ts +++ b/clients/client-cost-explorer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CostExplorerClientConfig } from "./CostExplorerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-cost-explorer/src/runtimeConfig.shared.ts b/clients/client-cost-explorer/src/runtimeConfig.shared.ts index 84cd7e2caeff..86ba9aa429d9 100644 --- a/clients/client-cost-explorer/src/runtimeConfig.shared.ts +++ b/clients/client-cost-explorer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CostExplorerClientConfig } from "./CostExplorerClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-cost-explorer/src/runtimeConfig.ts b/clients/client-cost-explorer/src/runtimeConfig.ts index e9962abeca00..85ee624a1d7c 100644 --- a/clients/client-cost-explorer/src/runtimeConfig.ts +++ b/clients/client-cost-explorer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CostExplorerClientConfig } from "./CostExplorerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index 4f23f22cf66f..6923bb9a1e41 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-customer-profiles/src/CustomerProfiles.ts b/clients/client-customer-profiles/src/CustomerProfiles.ts index c0a9341732f9..da2d0ee9c475 100644 --- a/clients/client-customer-profiles/src/CustomerProfiles.ts +++ b/clients/client-customer-profiles/src/CustomerProfiles.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddProfileKeyCommand, diff --git a/clients/client-customer-profiles/src/CustomerProfilesClient.ts b/clients/client-customer-profiles/src/CustomerProfilesClient.ts index b8c399c865d7..289cef1916e1 100644 --- a/clients/client-customer-profiles/src/CustomerProfilesClient.ts +++ b/clients/client-customer-profiles/src/CustomerProfilesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand"; @@ -288,7 +286,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -397,7 +395,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts index b1df1e624969..d52c14d53622 100644 --- a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { AddProfileKeyRequest, AddProfileKeyResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts index 4f1ad0b00e2c..eaf811a6d311 100644 --- a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { diff --git a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts index 00cc88469dca..2c342802a23b 100644 --- a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts index 739f87164d13..b09a6ecdfda1 100644 --- a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { CreateEventStreamRequest, CreateEventStreamResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts index 3836d2c9e099..b8c9f73c20fa 100644 --- a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts index ae78ed41a91a..02660304f947 100644 --- a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts index 27ba8baeac50..db64ab8c0ed3 100644 --- a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { diff --git a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts index 90e611d71226..a1dbde6d2d98 100644 --- a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts index a53f20fd0389..fbeff0e56b66 100644 --- a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts index f224941094a1..08891756661a 100644 --- a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteIntegrationRequest, DeleteIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts index 6ec103a42540..5893fb32b5af 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts index 95742e466911..350e11346049 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteProfileKeyRequest, DeleteProfileKeyResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts index 8d4ee5d47a63..deecdfc270da 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteProfileObjectRequest, DeleteProfileObjectResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts index d7686cc9d2ed..f9b0f2156666 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts index df5d11a7d90c..6e864ac7625f 100644 --- a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts index 029a25897f24..07f4158fed4b 100644 --- a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts index a01141979d5f..d8a3926cd8a2 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetCalculatedAttributeDefinitionRequest, GetCalculatedAttributeDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts index ccf78105e1f8..085f50d4ac66 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetCalculatedAttributeForProfileRequest, GetCalculatedAttributeForProfileResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts index 46b4519276d3..906120a35324 100644 --- a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetDomainRequest, GetDomainResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts index 3b2ee3c7784c..ab7e5a4d8800 100644 --- a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetEventStreamRequest, GetEventStreamResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts index a63d1678aee7..54df4497c964 100644 --- a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetIdentityResolutionJobRequest, GetIdentityResolutionJobResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts index abc2511cee5c..64da21ffcfd3 100644 --- a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetIntegrationRequest, GetIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts index c241c6345058..55c275d6df02 100644 --- a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetMatchesRequest, GetMatchesResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts index 7df670aad173..ab854bb9eb8b 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetProfileObjectTypeRequest, GetProfileObjectTypeResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts index 404b174c4a58..4d2457be8dfe 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetProfileObjectTypeTemplateRequest, GetProfileObjectTypeTemplateResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts index 74ed491df5b5..58d9755edaaf 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts index ba375eeb15a0..fcb32e9c9832 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { GetWorkflowStepsRequest, GetWorkflowStepsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts index c661f2b740d6..71fcfaa9dfe9 100644 --- a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListAccountIntegrationsRequest, ListAccountIntegrationsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts index 8595386544b4..15249b11f3b8 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts index 5df193fe6f9e..93f344edd0a3 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { diff --git a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts index b4e9046e168c..d1c1303bbd71 100644 --- a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts index cf29da782f8f..98f5a750f93f 100644 --- a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListEventStreamsRequest, ListEventStreamsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts index 1313487e4bc8..e88b8493eda1 100644 --- a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListIdentityResolutionJobsRequest, ListIdentityResolutionJobsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts index f45843d14d18..a66c37a7e575 100644 --- a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListIntegrationsRequest, ListIntegrationsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts index c61d47eae181..bbaf5196dd1e 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListProfileObjectTypeTemplatesRequest, ListProfileObjectTypeTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts index eeb5085f2514..c8e3a7c829f7 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListProfileObjectTypesRequest, ListProfileObjectTypesResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts index d8e04f1044e9..19f7c0dbbeb1 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListProfileObjectsRequest, ListProfileObjectsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts index acb2d42f8fb2..b364bea75cb4 100644 --- a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts index 69865446b79c..122a7219c805 100644 --- a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts index bbdf4cc50648..da3433340d2f 100644 --- a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { MergeProfilesRequest, MergeProfilesResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts index fbd681509700..a13782bafbb2 100644 --- a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { PutIntegrationRequest, PutIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts index 29a916727ba6..d05819fd5b09 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { PutProfileObjectRequest, PutProfileObjectResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts index f084e0a907cf..33874f69b99c 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { PutProfileObjectTypeRequest, PutProfileObjectTypeResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts index 590fe3f7580a..fe5a2439f443 100644 --- a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts index 55ef05636828..a5df7c5ecea4 100644 --- a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts index e0726d33a193..8f6477c6b372 100644 --- a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts index a82ba950f0f9..5ab5c6d8fa28 100644 --- a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { diff --git a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts index 731062aebc7f..361ea7eedf46 100644 --- a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts index eb91e3cccde5..e2a6c402de41 100644 --- a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient"; import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"; diff --git a/clients/client-customer-profiles/src/endpoint/EndpointParameters.ts b/clients/client-customer-profiles/src/endpoint/EndpointParameters.ts index b0ae73312278..4e327782786c 100644 --- a/clients/client-customer-profiles/src/endpoint/EndpointParameters.ts +++ b/clients/client-customer-profiles/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-customer-profiles/src/endpoint/endpointResolver.ts b/clients/client-customer-profiles/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-customer-profiles/src/endpoint/endpointResolver.ts +++ b/clients/client-customer-profiles/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-customer-profiles/src/endpoint/ruleset.ts b/clients/client-customer-profiles/src/endpoint/ruleset.ts index ac822c7e0ffa..7951a54d4b80 100644 --- a/clients/client-customer-profiles/src/endpoint/ruleset.ts +++ b/clients/client-customer-profiles/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts b/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts index 43066bf5a674..fef41a8f4489 100644 --- a/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts +++ b/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-customer-profiles/src/models/models_0.ts b/clients/client-customer-profiles/src/models/models_0.ts index cd63118041a1..1486aa4fea3e 100644 --- a/clients/client-customer-profiles/src/models/models_0.ts +++ b/clients/client-customer-profiles/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException"; diff --git a/clients/client-customer-profiles/src/pagination/Interfaces.ts b/clients/client-customer-profiles/src/pagination/Interfaces.ts index b8e47996674e..1665bc806138 100644 --- a/clients/client-customer-profiles/src/pagination/Interfaces.ts +++ b/clients/client-customer-profiles/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { CustomerProfilesClient } from "../CustomerProfilesClient"; diff --git a/clients/client-customer-profiles/src/pagination/ListEventStreamsPaginator.ts b/clients/client-customer-profiles/src/pagination/ListEventStreamsPaginator.ts index a8aa03c30023..a6a35b9c580c 100644 --- a/clients/client-customer-profiles/src/pagination/ListEventStreamsPaginator.ts +++ b/clients/client-customer-profiles/src/pagination/ListEventStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventStreamsCommand, diff --git a/clients/client-customer-profiles/src/protocols/Aws_restJson1.ts b/clients/client-customer-profiles/src/protocols/Aws_restJson1.ts index d05773886a14..2feef8a69809 100644 --- a/clients/client-customer-profiles/src/protocols/Aws_restJson1.ts +++ b/clients/client-customer-profiles/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,10 +19,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "../commands/AddProfileKeyCommand"; import { diff --git a/clients/client-customer-profiles/src/runtimeConfig.browser.ts b/clients/client-customer-profiles/src/runtimeConfig.browser.ts index ac918018fd53..2d62e66f3665 100644 --- a/clients/client-customer-profiles/src/runtimeConfig.browser.ts +++ b/clients/client-customer-profiles/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CustomerProfilesClientConfig } from "./CustomerProfilesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-customer-profiles/src/runtimeConfig.shared.ts b/clients/client-customer-profiles/src/runtimeConfig.shared.ts index 8da8fea1f2a0..78795a8db687 100644 --- a/clients/client-customer-profiles/src/runtimeConfig.shared.ts +++ b/clients/client-customer-profiles/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { CustomerProfilesClientConfig } from "./CustomerProfilesClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-customer-profiles/src/runtimeConfig.ts b/clients/client-customer-profiles/src/runtimeConfig.ts index 02b8d56ecacc..9694f9e58dcc 100644 --- a/clients/client-customer-profiles/src/runtimeConfig.ts +++ b/clients/client-customer-profiles/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { CustomerProfilesClientConfig } from "./CustomerProfilesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index e927fb5c3ccd..9417609dd89f 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-data-pipeline/src/DataPipeline.ts b/clients/client-data-pipeline/src/DataPipeline.ts index c962fc361222..457dbb59c66a 100644 --- a/clients/client-data-pipeline/src/DataPipeline.ts +++ b/clients/client-data-pipeline/src/DataPipeline.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivatePipelineCommand, diff --git a/clients/client-data-pipeline/src/DataPipelineClient.ts b/clients/client-data-pipeline/src/DataPipelineClient.ts index 5980aeefb0ff..6fb32d04c284 100644 --- a/clients/client-data-pipeline/src/DataPipelineClient.ts +++ b/clients/client-data-pipeline/src/DataPipelineClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand"; @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts index 1c838e9e6cbf..3e8c8023c64a 100644 --- a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts index e05f6ca5ff8a..d7a2004439b0 100644 --- a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { AddTagsInput, AddTagsOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts index e7dfb1e50adb..f6f5d5b74bb2 100644 --- a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts index ca3c61cc28fc..6801af35defb 100644 --- a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts index 6efe7cdfdc9c..53fed76e15fa 100644 --- a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { DeletePipelineInput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts index c104056268a2..d7548c2db47c 100644 --- a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts index e856cec6a4c9..dd8aa5f986f2 100644 --- a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts index 602a9ade03c7..acb054c7ef45 100644 --- a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts +++ b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts index 41450cdcf539..a73b67afc31f 100644 --- a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts index a71d52589e40..2d30707fc8a0 100644 --- a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts index 8a95414d74d9..48f010a30b5b 100644 --- a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts +++ b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { PollForTaskInput, PollForTaskOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts index b8ab0771864d..5622a1996960 100644 --- a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts index 0ea199f981c3..7ede0a12fb22 100644 --- a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts index 00fdbcf1aee3..980411519ca9 100644 --- a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts index 16f6c0630281..4947f70c9283 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts index b1b9390b0be9..4b1d16778d48 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts index 61c50c7d70be..0fe6a773074f 100644 --- a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { SetStatusInput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts index 8549cc66ef80..5fe11f5683c3 100644 --- a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts index da57358ccb41..b16d00d5b59a 100644 --- a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient"; import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0"; diff --git a/clients/client-data-pipeline/src/endpoint/EndpointParameters.ts b/clients/client-data-pipeline/src/endpoint/EndpointParameters.ts index a6b59f238242..8a6c7ba964e3 100644 --- a/clients/client-data-pipeline/src/endpoint/EndpointParameters.ts +++ b/clients/client-data-pipeline/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-data-pipeline/src/endpoint/endpointResolver.ts b/clients/client-data-pipeline/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-data-pipeline/src/endpoint/endpointResolver.ts +++ b/clients/client-data-pipeline/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-data-pipeline/src/endpoint/ruleset.ts b/clients/client-data-pipeline/src/endpoint/ruleset.ts index 78ae846616b5..52d7d14fc4f8 100644 --- a/clients/client-data-pipeline/src/endpoint/ruleset.ts +++ b/clients/client-data-pipeline/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts b/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts index 8d8cdcb30f1c..f83f1d532d3e 100644 --- a/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts +++ b/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-data-pipeline/src/models/models_0.ts b/clients/client-data-pipeline/src/models/models_0.ts index 6c4906e7e324..c4cd6d29f51e 100644 --- a/clients/client-data-pipeline/src/models/models_0.ts +++ b/clients/client-data-pipeline/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException"; diff --git a/clients/client-data-pipeline/src/pagination/DescribeObjectsPaginator.ts b/clients/client-data-pipeline/src/pagination/DescribeObjectsPaginator.ts index 5a34f9b09079..86c4d090ff75 100644 --- a/clients/client-data-pipeline/src/pagination/DescribeObjectsPaginator.ts +++ b/clients/client-data-pipeline/src/pagination/DescribeObjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeObjectsCommand, diff --git a/clients/client-data-pipeline/src/pagination/Interfaces.ts b/clients/client-data-pipeline/src/pagination/Interfaces.ts index ecf70d2e7f08..2b082465b440 100644 --- a/clients/client-data-pipeline/src/pagination/Interfaces.ts +++ b/clients/client-data-pipeline/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DataPipelineClient } from "../DataPipelineClient"; diff --git a/clients/client-data-pipeline/src/pagination/ListPipelinesPaginator.ts b/clients/client-data-pipeline/src/pagination/ListPipelinesPaginator.ts index 78c5130ef68c..98c60f8f56fc 100644 --- a/clients/client-data-pipeline/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-data-pipeline/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelinesCommand, diff --git a/clients/client-data-pipeline/src/pagination/QueryObjectsPaginator.ts b/clients/client-data-pipeline/src/pagination/QueryObjectsPaginator.ts index bdba825c7cd4..5e3f8a32de5e 100644 --- a/clients/client-data-pipeline/src/pagination/QueryObjectsPaginator.ts +++ b/clients/client-data-pipeline/src/pagination/QueryObjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryObjectsCommand, diff --git a/clients/client-data-pipeline/src/protocols/Aws_json1_1.ts b/clients/client-data-pipeline/src/protocols/Aws_json1_1.ts index 78dded70133f..f32706e873db 100644 --- a/clients/client-data-pipeline/src/protocols/Aws_json1_1.ts +++ b/clients/client-data-pipeline/src/protocols/Aws_json1_1.ts @@ -1,14 +1,18 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "../commands/ActivatePipelineCommand"; import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand"; diff --git a/clients/client-data-pipeline/src/runtimeConfig.browser.ts b/clients/client-data-pipeline/src/runtimeConfig.browser.ts index e9522cb916b6..fceface79811 100644 --- a/clients/client-data-pipeline/src/runtimeConfig.browser.ts +++ b/clients/client-data-pipeline/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataPipelineClientConfig } from "./DataPipelineClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-data-pipeline/src/runtimeConfig.shared.ts b/clients/client-data-pipeline/src/runtimeConfig.shared.ts index c81960452855..767fa44324de 100644 --- a/clients/client-data-pipeline/src/runtimeConfig.shared.ts +++ b/clients/client-data-pipeline/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DataPipelineClientConfig } from "./DataPipelineClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-data-pipeline/src/runtimeConfig.ts b/clients/client-data-pipeline/src/runtimeConfig.ts index 317618de811c..dcc574499863 100644 --- a/clients/client-data-pipeline/src/runtimeConfig.ts +++ b/clients/client-data-pipeline/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataPipelineClientConfig } from "./DataPipelineClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index 5c752443a765..baca9fbb875e 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-database-migration-service/src/DatabaseMigrationService.ts b/clients/client-database-migration-service/src/DatabaseMigrationService.ts index 6a47c606659c..7ea2bb5eaa92 100644 --- a/clients/client-database-migration-service/src/DatabaseMigrationService.ts +++ b/clients/client-database-migration-service/src/DatabaseMigrationService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsToResourceCommand, diff --git a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts index 3621797550fd..fbb31ea9658d 100644 --- a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts +++ b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand"; @@ -456,7 +454,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -565,7 +563,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts index ccde801aaeca..fd1720c7cfce 100644 --- a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts index ba6e89303a10..83ea6837ed27 100644 --- a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts index 2ce9cb691026..2d3a88b124ef 100644 --- a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts index f1fa4e9fca8b..0903c0e1bf15 100644 --- a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts index a8f7106fb782..32d0dc905f9d 100644 --- a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts index d6705e8a08ba..fd4a639044b8 100644 --- a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts index e1cd36ce8cf5..69eddda226c0 100644 --- a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts index 31e214bc4d9d..4472dfe55e22 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts index 8086c7e52ae6..b31ee63bdf48 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts index fb38a982d738..c6788e403efc 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts index 7012cfd4c49e..992c1b286f05 100644 --- a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts index 90e8ace5c81a..fe5c56c292e1 100644 --- a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts index 439e8cd4a2e1..0eebf75e220b 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts index 6f881f31359a..7c33ae6567f9 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts index aa25d0eda7ce..b6f2b14550e9 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts index 1f7754d3cb38..736d227a72c4 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts index 4b90bc1ac268..59b05821666e 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts index 9fe57c1e0d29..57c24cbb6560 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts index 20db57f37425..bd86b5d02932 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts index d60281f2c19b..aba7809968c0 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts index fd6c4ce9b973..68f4cf75b1a2 100644 --- a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts index 909fbcebe735..179b110dbac2 100644 --- a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts index 563d0d1599d6..6875396183ef 100644 --- a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts index 4f3cc8100e99..ba11e170fdb2 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts index 554a8cb7637c..bb0b5ae0e2e8 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts index a7d463c09c8a..431517a1a595 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts index cbb2e3479af9..4984aabfb1e9 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts index 707f89b7e80b..a9442cb81f57 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts index 8f822b29566d..1b049486bf5b 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts index 34ceca1b2233..c37e33bfe150 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts index 391d5c0c6ce7..90b196e35302 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts index 83199181a2f4..2f4fc042eea3 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts index acdd4c6c7e93..68d8604a15ef 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts index a2964bb4e5ab..7fb20fa8d97e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts index 37727349ca55..7e249a364a4e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts index 3794e952df9d..f3896892884e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts index d44538026b74..d4a9fe592f96 100644 --- a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts index c84c427af762..b6faa2113347 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts index 663e7c77c3f9..9b7dc778fda8 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts index 6e2226d6acd0..d46fde4e0f38 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts index 9a4da6a170de..df8d4b02d961 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts index 3b0b286dc27c..2205bfab6f0c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts index 9661ba5f8b50..009c0235d80b 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts index 8a5dc630a2b5..8e322bf9b7ba 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts index 0f7de14a4f82..74a3468aa458 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts index b48f960f02eb..e98577efa10a 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts index fd83020d00c2..4448acae4a94 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts index d3e3f03484bc..90724bac0c69 100644 --- a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts index 03d36295efc7..0ead864641d0 100644 --- a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts index 21acf07a97e1..dd4b64b7c794 100644 --- a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts index 5825618127b6..9e3161b5158d 100644 --- a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts index 0435aa520273..a2283f62677c 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts index c06bbb6813d2..0c515d20cef2 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts index b0c673cf2de9..de8979674583 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts index 4e8d3eaa23ad..917b455b959f 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts index 625cdf2da30f..0a046a2bfb2b 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts index 29a1c9bf250d..45cf2d4f84fc 100644 --- a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts index e0802dc8b315..b3d86ddd7eac 100644 --- a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts index 6fbf945ebd22..470115535c04 100644 --- a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts index db93c01172e3..2bb1779ab998 100644 --- a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts index 8cd89fafc734..cc09c96f0462 100644 --- a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts index dde3e37cec1a..5cca290800dd 100644 --- a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts index c7cb9e983543..4c289c417dd0 100644 --- a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts index 178bdbccddbc..442bf1b7117b 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts index 10f98a542b5b..f924fa7efdb7 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts index 2cd5a4089823..9044a14f9b53 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts index 48d26ea62f08..6227ec2e5a8f 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts index a589f020a5dc..8e16a8af8d32 100644 --- a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts index efcc92622eea..b5ce5654183a 100644 --- a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts +++ b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, diff --git a/clients/client-database-migration-service/src/endpoint/EndpointParameters.ts b/clients/client-database-migration-service/src/endpoint/EndpointParameters.ts index 0c5704557917..499bd98d7f12 100644 --- a/clients/client-database-migration-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-database-migration-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-database-migration-service/src/endpoint/endpointResolver.ts b/clients/client-database-migration-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-database-migration-service/src/endpoint/endpointResolver.ts +++ b/clients/client-database-migration-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-database-migration-service/src/endpoint/ruleset.ts b/clients/client-database-migration-service/src/endpoint/ruleset.ts index 2af5abd52da8..3b4022caf487 100644 --- a/clients/client-database-migration-service/src/endpoint/ruleset.ts +++ b/clients/client-database-migration-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts b/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts index 2b45d5247469..618e174c2005 100644 --- a/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts +++ b/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-database-migration-service/src/models/models_0.ts b/clients/client-database-migration-service/src/models/models_0.ts index 56c1f01a4424..42cc6e0c17bf 100644 --- a/clients/client-database-migration-service/src/models/models_0.ts +++ b/clients/client-database-migration-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException"; diff --git a/clients/client-database-migration-service/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts index 67fad3ecc5fc..10a7ea34f585 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeApplicableIndividualAssessmentsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeCertificatesPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeCertificatesPaginator.ts index 504e0ab405ff..90f20a960c47 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeCertificatesPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCertificatesCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeConnectionsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeConnectionsPaginator.ts index 1c3c4ae0984f..699a62d269f4 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeConnectionsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConnectionsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeEndpointSettingsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeEndpointSettingsPaginator.ts index 2fae13254a8b..889e9e1b9968 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeEndpointSettingsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeEndpointSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointSettingsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeEndpointTypesPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeEndpointTypesPaginator.ts index c6b818b8638f..65d7b800bd98 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeEndpointTypesPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeEndpointTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointTypesCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeEndpointsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeEndpointsPaginator.ts index 6acf03d1cbd7..be4fbc02e603 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeEndpointsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeEventSubscriptionsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeEventSubscriptionsPaginator.ts index e1648995e7b1..6d56bcac1df3 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeEventSubscriptionsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventSubscriptionsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeEventsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeEventsPaginator.ts index cc54111cd5b4..3acf55aa4ddd 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorCollectorsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorCollectorsPaginator.ts index 1cf3740f715c..6d02b98c2eba 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorCollectorsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorCollectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAdvisorCollectorsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorDatabasesPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorDatabasesPaginator.ts index 23b292181e84..fe21bd68f527 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorDatabasesPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAdvisorDatabasesCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.ts index f63de2d4aeb1..168930ad3b47 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAdvisorLsaAnalysisCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.ts index b98b7f6fc5d5..fec0c69f9c04 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAdvisorSchemaObjectSummaryCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemasPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemasPaginator.ts index fe2b35723398..45c42edb8e8b 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemasPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeFleetAdvisorSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAdvisorSchemasCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts index b64f605e60dc..ebac6bf0823f 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrderableReplicationInstancesCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribePendingMaintenanceActionsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribePendingMaintenanceActionsPaginator.ts index 05292cf56379..eaa51249ab83 100644 --- a/clients/client-database-migration-service/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribePendingMaintenanceActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePendingMaintenanceActionsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeRecommendationLimitationsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeRecommendationLimitationsPaginator.ts index 3825e16ea1a9..98ba879a08a3 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeRecommendationLimitationsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeRecommendationLimitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRecommendationLimitationsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeRecommendationsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeRecommendationsPaginator.ts index 582663afd0f3..b56319d26faf 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeRecommendationsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRecommendationsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts index 8d23e83601ab..0c2957d9e7e6 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationInstanceTaskLogsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationInstancesPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationInstancesPaginator.ts index 55050eb16d46..3dc4ff5b3cfe 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationInstancesPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationInstancesCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts index a68ccf9e48f1..173f0abacd63 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationSubnetGroupsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts index 79e818524fa4..97c627e09193 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationTaskAssessmentResultsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts index 6029361ebb4c..4883998a3a3f 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationTaskAssessmentRunsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts index c7c24c9d4c20..fd1272870200 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationTaskIndividualAssessmentsCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeReplicationTasksPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeReplicationTasksPaginator.ts index 21d5ebf24a74..90206bcad908 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeReplicationTasksPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeReplicationTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationTasksCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeSchemasPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeSchemasPaginator.ts index b144ebdb0e79..44f39a8b9f05 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeSchemasPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSchemasCommand, diff --git a/clients/client-database-migration-service/src/pagination/DescribeTableStatisticsPaginator.ts b/clients/client-database-migration-service/src/pagination/DescribeTableStatisticsPaginator.ts index 56992d74f0f6..5d7465a365ed 100644 --- a/clients/client-database-migration-service/src/pagination/DescribeTableStatisticsPaginator.ts +++ b/clients/client-database-migration-service/src/pagination/DescribeTableStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTableStatisticsCommand, diff --git a/clients/client-database-migration-service/src/pagination/Interfaces.ts b/clients/client-database-migration-service/src/pagination/Interfaces.ts index ef443463933f..4ddfbb3c6058 100644 --- a/clients/client-database-migration-service/src/pagination/Interfaces.ts +++ b/clients/client-database-migration-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient"; diff --git a/clients/client-database-migration-service/src/protocols/Aws_json1_1.ts b/clients/client-database-migration-service/src/protocols/Aws_json1_1.ts index 0772b0f6b130..ba941e60ab6f 100644 --- a/clients/client-database-migration-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-database-migration-service/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand"; import { diff --git a/clients/client-database-migration-service/src/runtimeConfig.browser.ts b/clients/client-database-migration-service/src/runtimeConfig.browser.ts index 7937275d4ffd..97b822618902 100644 --- a/clients/client-database-migration-service/src/runtimeConfig.browser.ts +++ b/clients/client-database-migration-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-database-migration-service/src/runtimeConfig.shared.ts b/clients/client-database-migration-service/src/runtimeConfig.shared.ts index fb9d54e6899f..7c2c54cbc3bc 100644 --- a/clients/client-database-migration-service/src/runtimeConfig.shared.ts +++ b/clients/client-database-migration-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-database-migration-service/src/runtimeConfig.ts b/clients/client-database-migration-service/src/runtimeConfig.ts index 94df2a683736..91236c2cbe6d 100644 --- a/clients/client-database-migration-service/src/runtimeConfig.ts +++ b/clients/client-database-migration-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-database-migration-service/src/waiters/waitForEndpointDeleted.ts b/clients/client-database-migration-service/src/waiters/waitForEndpointDeleted.ts index b49d4379197e..2e0f28314f9e 100644 --- a/clients/client-database-migration-service/src/waiters/waitForEndpointDeleted.ts +++ b/clients/client-database-migration-service/src/waiters/waitForEndpointDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEndpointsCommand, DescribeEndpointsCommandInput } from "../commands/DescribeEndpointsCommand"; import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient"; diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceAvailable.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceAvailable.ts index a2c6211d4b2f..a738937f7372 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceAvailable.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationInstancesCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceDeleted.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceDeleted.ts index 6546c98b073c..9e94c62c9d6c 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceDeleted.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationInstanceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationInstancesCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskDeleted.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskDeleted.ts index e7bcc971719f..1e46265f8f36 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskDeleted.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationTasksCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskReady.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskReady.ts index f1948e1ceba1..ef1b606d18fb 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskReady.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationTasksCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskRunning.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskRunning.ts index ac4dc7561dfe..e232cc099260 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskRunning.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationTasksCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskStopped.ts b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskStopped.ts index 5beb2f3fb1c1..f9539ce8d6cf 100644 --- a/clients/client-database-migration-service/src/waiters/waitForReplicationTaskStopped.ts +++ b/clients/client-database-migration-service/src/waiters/waitForReplicationTaskStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationTasksCommand, diff --git a/clients/client-database-migration-service/src/waiters/waitForTestConnectionSucceeds.ts b/clients/client-database-migration-service/src/waiters/waitForTestConnectionSucceeds.ts index 927ed562f7d6..e46c8ee62cf2 100644 --- a/clients/client-database-migration-service/src/waiters/waitForTestConnectionSucceeds.ts +++ b/clients/client-database-migration-service/src/waiters/waitForTestConnectionSucceeds.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeConnectionsCommand, DescribeConnectionsCommandInput } from "../commands/DescribeConnectionsCommand"; import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient"; diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index 7348e5bd824f..0aa4bbbcab7d 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-databrew/src/DataBrew.ts b/clients/client-databrew/src/DataBrew.ts index 70625301c932..1b8970643ea2 100644 --- a/clients/client-databrew/src/DataBrew.ts +++ b/clients/client-databrew/src/DataBrew.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchDeleteRecipeVersionCommand, diff --git a/clients/client-databrew/src/DataBrewClient.ts b/clients/client-databrew/src/DataBrewClient.ts index 3ff90b31062b..680d3866134c 100644 --- a/clients/client-databrew/src/DataBrewClient.ts +++ b/clients/client-databrew/src/DataBrewClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,13 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { - getOmitRetryHeadersPlugin, - getRetryPlugin, - resolveRetryConfig, - RetryInputConfig, - RetryResolvedConfig, -} from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -29,32 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { + getOmitRetryHeadersPlugin, + getRetryPlugin, + resolveRetryConfig, + RetryInputConfig, + RetryResolvedConfig, +} from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -234,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -343,7 +341,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts index 556900a6555a..43fba25a4a65 100644 --- a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { BatchDeleteRecipeVersionRequest, BatchDeleteRecipeVersionResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateDatasetCommand.ts b/clients/client-databrew/src/commands/CreateDatasetCommand.ts index 6bd8b27df4fd..8b1b33c6c56c 100644 --- a/clients/client-databrew/src/commands/CreateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts index 3d9b43aa99fd..caaff4889fc5 100644 --- a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateProfileJobRequest, CreateProfileJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateProjectCommand.ts b/clients/client-databrew/src/commands/CreateProjectCommand.ts index c677d325ccea..370dbb6ba77f 100644 --- a/clients/client-databrew/src/commands/CreateProjectCommand.ts +++ b/clients/client-databrew/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateRecipeCommand.ts b/clients/client-databrew/src/commands/CreateRecipeCommand.ts index 844972b8be2f..1fbcc7a6e9fa 100644 --- a/clients/client-databrew/src/commands/CreateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateRecipeRequest, CreateRecipeResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts index c61a9e2297bb..7ae9e80bcfca 100644 --- a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateRecipeJobRequest, CreateRecipeJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateRulesetCommand.ts b/clients/client-databrew/src/commands/CreateRulesetCommand.ts index bc35a56c5efd..a11afdd38940 100644 --- a/clients/client-databrew/src/commands/CreateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/CreateRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateRulesetRequest, CreateRulesetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/CreateScheduleCommand.ts b/clients/client-databrew/src/commands/CreateScheduleCommand.ts index 8882c6343d37..34c84e5a543c 100644 --- a/clients/client-databrew/src/commands/CreateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/CreateScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { CreateScheduleRequest, CreateScheduleResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts index 5776e20866ca..e515ceb16eba 100644 --- a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteJobCommand.ts b/clients/client-databrew/src/commands/DeleteJobCommand.ts index a5741c48a4b0..2f7757150841 100644 --- a/clients/client-databrew/src/commands/DeleteJobCommand.ts +++ b/clients/client-databrew/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteProjectCommand.ts b/clients/client-databrew/src/commands/DeleteProjectCommand.ts index b99d2ef42d85..92b332dbe22b 100644 --- a/clients/client-databrew/src/commands/DeleteProjectCommand.ts +++ b/clients/client-databrew/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts index e13ef69ec670..3ae69bd9c299 100644 --- a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteRecipeVersionRequest, DeleteRecipeVersionResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts index ee37522c17a3..f14fc609c8cd 100644 --- a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteRulesetRequest, DeleteRulesetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts index 9c1f4a9f634e..635d3eb6382f 100644 --- a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts index f23e18f194c1..dc781ac038c0 100644 --- a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeJobCommand.ts b/clients/client-databrew/src/commands/DescribeJobCommand.ts index 477d3f240ebe..adffae967895 100644 --- a/clients/client-databrew/src/commands/DescribeJobCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeJobRequest, DescribeJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts index f832c4ca8130..407e4b5ac492 100644 --- a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeProjectCommand.ts b/clients/client-databrew/src/commands/DescribeProjectCommand.ts index cac3807117ae..077fa2411222 100644 --- a/clients/client-databrew/src/commands/DescribeProjectCommand.ts +++ b/clients/client-databrew/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts index 65310f572fe3..8a562718c10b 100644 --- a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts index 8f052d5f6eb6..8e4b03f4fe8c 100644 --- a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeRulesetRequest, DescribeRulesetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts index f85974b59d74..e3be44b3b954 100644 --- a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListDatasetsCommand.ts b/clients/client-databrew/src/commands/ListDatasetsCommand.ts index 55f32481a306..f576967bba77 100644 --- a/clients/client-databrew/src/commands/ListDatasetsCommand.ts +++ b/clients/client-databrew/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListJobRunsCommand.ts b/clients/client-databrew/src/commands/ListJobRunsCommand.ts index 5a8523023240..95d3a4d70ad2 100644 --- a/clients/client-databrew/src/commands/ListJobRunsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListJobsCommand.ts b/clients/client-databrew/src/commands/ListJobsCommand.ts index 99f8a1f182a8..75cdf386f004 100644 --- a/clients/client-databrew/src/commands/ListJobsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListProjectsCommand.ts b/clients/client-databrew/src/commands/ListProjectsCommand.ts index 8fa54036da7b..1402fde66fc6 100644 --- a/clients/client-databrew/src/commands/ListProjectsCommand.ts +++ b/clients/client-databrew/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts index d95c149ecf83..3a4692591814 100644 --- a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListRecipesCommand.ts b/clients/client-databrew/src/commands/ListRecipesCommand.ts index b7075236d57b..7266ae5f6565 100644 --- a/clients/client-databrew/src/commands/ListRecipesCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListRulesetsCommand.ts b/clients/client-databrew/src/commands/ListRulesetsCommand.ts index 41da5365ea8d..8ef6a272ce96 100644 --- a/clients/client-databrew/src/commands/ListRulesetsCommand.ts +++ b/clients/client-databrew/src/commands/ListRulesetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListSchedulesCommand.ts b/clients/client-databrew/src/commands/ListSchedulesCommand.ts index 0bbb24bbfce4..533bd7c7c42a 100644 --- a/clients/client-databrew/src/commands/ListSchedulesCommand.ts +++ b/clients/client-databrew/src/commands/ListSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts index deec2f26946c..de9a67cbd158 100644 --- a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/PublishRecipeCommand.ts b/clients/client-databrew/src/commands/PublishRecipeCommand.ts index 2a67b2bbd90d..e3313fc8a66b 100644 --- a/clients/client-databrew/src/commands/PublishRecipeCommand.ts +++ b/clients/client-databrew/src/commands/PublishRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts index b02e6d92c102..9dca2f2a5abf 100644 --- a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts +++ b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { diff --git a/clients/client-databrew/src/commands/StartJobRunCommand.ts b/clients/client-databrew/src/commands/StartJobRunCommand.ts index 6097b0a14024..8d9e472a5ec5 100644 --- a/clients/client-databrew/src/commands/StartJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StartJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts index 4f341fcafca5..1328a36dc8b9 100644 --- a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts +++ b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { diff --git a/clients/client-databrew/src/commands/StopJobRunCommand.ts b/clients/client-databrew/src/commands/StopJobRunCommand.ts index 1271f7346efc..4440797aa551 100644 --- a/clients/client-databrew/src/commands/StopJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StopJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/TagResourceCommand.ts b/clients/client-databrew/src/commands/TagResourceCommand.ts index 8d0ff6298742..a9ccf8f0a492 100644 --- a/clients/client-databrew/src/commands/TagResourceCommand.ts +++ b/clients/client-databrew/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UntagResourceCommand.ts b/clients/client-databrew/src/commands/UntagResourceCommand.ts index cc77fb129281..b38177fa65b9 100644 --- a/clients/client-databrew/src/commands/UntagResourceCommand.ts +++ b/clients/client-databrew/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts index b9139b77dbf9..b0ee474aee3b 100644 --- a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts index e434cbf25624..c5fb752dfa47 100644 --- a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateProjectCommand.ts b/clients/client-databrew/src/commands/UpdateProjectCommand.ts index 1c7d19809ea3..c58a24cae6d5 100644 --- a/clients/client-databrew/src/commands/UpdateProjectCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts index 65bc77a67f60..6377987537c7 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts index 4d8c11a1485a..f3631392d112 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateRecipeJobRequest, UpdateRecipeJobResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts index 9687e1f0b63c..685d8f34e27d 100644 --- a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateRulesetRequest, UpdateRulesetResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts index f430ac94e255..e8bde777ef69 100644 --- a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient"; import { UpdateScheduleRequest, UpdateScheduleResponse } from "../models/models_0"; diff --git a/clients/client-databrew/src/endpoint/EndpointParameters.ts b/clients/client-databrew/src/endpoint/EndpointParameters.ts index 96d9a0157616..75bb5b5fb2f1 100644 --- a/clients/client-databrew/src/endpoint/EndpointParameters.ts +++ b/clients/client-databrew/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-databrew/src/endpoint/endpointResolver.ts b/clients/client-databrew/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-databrew/src/endpoint/endpointResolver.ts +++ b/clients/client-databrew/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-databrew/src/endpoint/ruleset.ts b/clients/client-databrew/src/endpoint/ruleset.ts index 1a33acb61933..5d6fa92c3d53 100644 --- a/clients/client-databrew/src/endpoint/ruleset.ts +++ b/clients/client-databrew/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-databrew/src/models/DataBrewServiceException.ts b/clients/client-databrew/src/models/DataBrewServiceException.ts index b61ba47015ad..6c2e63b837ab 100644 --- a/clients/client-databrew/src/models/DataBrewServiceException.ts +++ b/clients/client-databrew/src/models/DataBrewServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-databrew/src/models/models_0.ts b/clients/client-databrew/src/models/models_0.ts index 157277ea5dae..a707f896b815 100644 --- a/clients/client-databrew/src/models/models_0.ts +++ b/clients/client-databrew/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DataBrewServiceException as __BaseException } from "./DataBrewServiceException"; diff --git a/clients/client-databrew/src/pagination/Interfaces.ts b/clients/client-databrew/src/pagination/Interfaces.ts index a4590793f161..4f927776998c 100644 --- a/clients/client-databrew/src/pagination/Interfaces.ts +++ b/clients/client-databrew/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DataBrewClient } from "../DataBrewClient"; diff --git a/clients/client-databrew/src/pagination/ListDatasetsPaginator.ts b/clients/client-databrew/src/pagination/ListDatasetsPaginator.ts index fda9a784d52e..f8e4b92eb491 100644 --- a/clients/client-databrew/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-databrew/src/pagination/ListJobRunsPaginator.ts b/clients/client-databrew/src/pagination/ListJobRunsPaginator.ts index 25c65ce49f41..e5bae45c99f8 100644 --- a/clients/client-databrew/src/pagination/ListJobRunsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListJobRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobRunsCommand, ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand"; import { DataBrewClient } from "../DataBrewClient"; diff --git a/clients/client-databrew/src/pagination/ListJobsPaginator.ts b/clients/client-databrew/src/pagination/ListJobsPaginator.ts index 6e2c2326f519..7608600f3dd2 100644 --- a/clients/client-databrew/src/pagination/ListJobsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { DataBrewClient } from "../DataBrewClient"; diff --git a/clients/client-databrew/src/pagination/ListProjectsPaginator.ts b/clients/client-databrew/src/pagination/ListProjectsPaginator.ts index 8398b9ff634d..a0c0ac2d775a 100644 --- a/clients/client-databrew/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-databrew/src/pagination/ListRecipeVersionsPaginator.ts b/clients/client-databrew/src/pagination/ListRecipeVersionsPaginator.ts index 83963db2fece..9990ca18f70b 100644 --- a/clients/client-databrew/src/pagination/ListRecipeVersionsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListRecipeVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecipeVersionsCommand, diff --git a/clients/client-databrew/src/pagination/ListRecipesPaginator.ts b/clients/client-databrew/src/pagination/ListRecipesPaginator.ts index a885686598de..2d724a994965 100644 --- a/clients/client-databrew/src/pagination/ListRecipesPaginator.ts +++ b/clients/client-databrew/src/pagination/ListRecipesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecipesCommand, ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand"; import { DataBrewClient } from "../DataBrewClient"; diff --git a/clients/client-databrew/src/pagination/ListRulesetsPaginator.ts b/clients/client-databrew/src/pagination/ListRulesetsPaginator.ts index 60e26afa942f..fc758ec1e1cd 100644 --- a/clients/client-databrew/src/pagination/ListRulesetsPaginator.ts +++ b/clients/client-databrew/src/pagination/ListRulesetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesetsCommand, diff --git a/clients/client-databrew/src/pagination/ListSchedulesPaginator.ts b/clients/client-databrew/src/pagination/ListSchedulesPaginator.ts index 9064c05bf65a..35a74604131b 100644 --- a/clients/client-databrew/src/pagination/ListSchedulesPaginator.ts +++ b/clients/client-databrew/src/pagination/ListSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchedulesCommand, diff --git a/clients/client-databrew/src/protocols/Aws_restJson1.ts b/clients/client-databrew/src/protocols/Aws_restJson1.ts index f3df20a66589..130c7e43414d 100644 --- a/clients/client-databrew/src/protocols/Aws_restJson1.ts +++ b/clients/client-databrew/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteRecipeVersionCommandInput, diff --git a/clients/client-databrew/src/runtimeConfig.browser.ts b/clients/client-databrew/src/runtimeConfig.browser.ts index 43def13d99e2..187c137c3d3f 100644 --- a/clients/client-databrew/src/runtimeConfig.browser.ts +++ b/clients/client-databrew/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataBrewClientConfig } from "./DataBrewClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-databrew/src/runtimeConfig.shared.ts b/clients/client-databrew/src/runtimeConfig.shared.ts index 1e868165cb98..4b02ea7e3331 100644 --- a/clients/client-databrew/src/runtimeConfig.shared.ts +++ b/clients/client-databrew/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DataBrewClientConfig } from "./DataBrewClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-databrew/src/runtimeConfig.ts b/clients/client-databrew/src/runtimeConfig.ts index a246c353cc35..1b5ddc4930ac 100644 --- a/clients/client-databrew/src/runtimeConfig.ts +++ b/clients/client-databrew/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataBrewClientConfig } from "./DataBrewClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index 0b88b295ebaf..cd1c7a504f0f 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-dataexchange/src/DataExchange.ts b/clients/client-dataexchange/src/DataExchange.ts index e039e00c888a..9997478423a0 100644 --- a/clients/client-dataexchange/src/DataExchange.ts +++ b/clients/client-dataexchange/src/DataExchange.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelJobCommand, CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; import { diff --git a/clients/client-dataexchange/src/DataExchangeClient.ts b/clients/client-dataexchange/src/DataExchangeClient.ts index 1eff937fa79d..e1d62f5fa028 100644 --- a/clients/client-dataexchange/src/DataExchangeClient.ts +++ b/clients/client-dataexchange/src/DataExchangeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; @@ -174,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-dataexchange/src/commands/CancelJobCommand.ts b/clients/client-dataexchange/src/commands/CancelJobCommand.ts index 3fd1dd82bade..fe29baabce7b 100644 --- a/clients/client-dataexchange/src/commands/CancelJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { CancelJobRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts index 4cbb6d4dc185..22860e46a86f 100644 --- a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts index e6716699edfc..7d034398a210 100644 --- a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/CreateJobCommand.ts b/clients/client-dataexchange/src/commands/CreateJobCommand.ts index 953fe23a9b21..e462fbabf650 100644 --- a/clients/client-dataexchange/src/commands/CreateJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts index ed4207e303da..51784828b2dc 100644 --- a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts index 3a43ecb2e9ad..bed3d1b25703 100644 --- a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { DeleteAssetRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts index 20c9a3f42d78..b5547afbe103 100644 --- a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { DeleteDataSetRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts index 27a698852b4d..482220bef0fd 100644 --- a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { DeleteEventActionRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts index dd817ce62f37..19280bd0ac20 100644 --- a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { DeleteRevisionRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/GetAssetCommand.ts b/clients/client-dataexchange/src/commands/GetAssetCommand.ts index bef717b4eba9..7eec51cf15bf 100644 --- a/clients/client-dataexchange/src/commands/GetAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { GetAssetRequest, GetAssetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts index 4ee4ef43fa7d..7444ae28698c 100644 --- a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts index 0c2f9860e489..16eb7a609e7e 100644 --- a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { GetEventActionRequest, GetEventActionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/GetJobCommand.ts b/clients/client-dataexchange/src/commands/GetJobCommand.ts index 1cf640a640a4..5578784cc8e2 100644 --- a/clients/client-dataexchange/src/commands/GetJobCommand.ts +++ b/clients/client-dataexchange/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { GetJobRequest, GetJobResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts index 8d265989aefd..a0143e48ac7d 100644 --- a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { GetRevisionRequest, GetRevisionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts index 8acc8dd45b04..a2cbc9b3df1d 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListDataSetRevisionsRequest, ListDataSetRevisionsResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts index bad73a9a2bbe..3b3534eccd08 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts index fa0331ff7237..043b566781d4 100644 --- a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListJobsCommand.ts b/clients/client-dataexchange/src/commands/ListJobsCommand.ts index 543b915b3805..b140fe7758f0 100644 --- a/clients/client-dataexchange/src/commands/ListJobsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts index 273fc2bd6716..a7ba16dbf477 100644 --- a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts index 8d47bca655ff..1a9df1ea49ee 100644 --- a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts index 2c7dae7d5216..963613b3e540 100644 --- a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts index f12739e43016..279e68938043 100644 --- a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/StartJobCommand.ts b/clients/client-dataexchange/src/commands/StartJobCommand.ts index 22a59ca34083..beaf61176b81 100644 --- a/clients/client-dataexchange/src/commands/StartJobCommand.ts +++ b/clients/client-dataexchange/src/commands/StartJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { StartJobRequest, StartJobResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/TagResourceCommand.ts b/clients/client-dataexchange/src/commands/TagResourceCommand.ts index 0ae0e9f2da60..067765818adc 100644 --- a/clients/client-dataexchange/src/commands/TagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts index 49d18517cc5d..418f3fb1880c 100644 --- a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts index 8c7023c8d333..4b56ae57b2a2 100644 --- a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts index b67575d4fa7b..9b0a1e719150 100644 --- a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts index 3aae55c90690..cc8e470cbd87 100644 --- a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts index 7b85109f7bda..b944b64a31f9 100644 --- a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient"; import { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0"; diff --git a/clients/client-dataexchange/src/endpoint/EndpointParameters.ts b/clients/client-dataexchange/src/endpoint/EndpointParameters.ts index c2389d0071a6..6e4905ffd880 100644 --- a/clients/client-dataexchange/src/endpoint/EndpointParameters.ts +++ b/clients/client-dataexchange/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-dataexchange/src/endpoint/endpointResolver.ts b/clients/client-dataexchange/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-dataexchange/src/endpoint/endpointResolver.ts +++ b/clients/client-dataexchange/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-dataexchange/src/endpoint/ruleset.ts b/clients/client-dataexchange/src/endpoint/ruleset.ts index c7a3be56b14f..efce31cf739b 100644 --- a/clients/client-dataexchange/src/endpoint/ruleset.ts +++ b/clients/client-dataexchange/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-dataexchange/src/models/DataExchangeServiceException.ts b/clients/client-dataexchange/src/models/DataExchangeServiceException.ts index c65ba86f4f4a..05820bca7651 100644 --- a/clients/client-dataexchange/src/models/DataExchangeServiceException.ts +++ b/clients/client-dataexchange/src/models/DataExchangeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-dataexchange/src/models/models_0.ts b/clients/client-dataexchange/src/models/models_0.ts index 448acea7528b..95258a79024c 100644 --- a/clients/client-dataexchange/src/models/models_0.ts +++ b/clients/client-dataexchange/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DataExchangeServiceException as __BaseException } from "./DataExchangeServiceException"; diff --git a/clients/client-dataexchange/src/pagination/Interfaces.ts b/clients/client-dataexchange/src/pagination/Interfaces.ts index b6044e315023..6d6a379c10f1 100644 --- a/clients/client-dataexchange/src/pagination/Interfaces.ts +++ b/clients/client-dataexchange/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DataExchangeClient } from "../DataExchangeClient"; diff --git a/clients/client-dataexchange/src/pagination/ListDataSetRevisionsPaginator.ts b/clients/client-dataexchange/src/pagination/ListDataSetRevisionsPaginator.ts index 18d4e7c4bfeb..8ac539348c67 100644 --- a/clients/client-dataexchange/src/pagination/ListDataSetRevisionsPaginator.ts +++ b/clients/client-dataexchange/src/pagination/ListDataSetRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSetRevisionsCommand, diff --git a/clients/client-dataexchange/src/pagination/ListDataSetsPaginator.ts b/clients/client-dataexchange/src/pagination/ListDataSetsPaginator.ts index f994a9ccae83..18ee53973b62 100644 --- a/clients/client-dataexchange/src/pagination/ListDataSetsPaginator.ts +++ b/clients/client-dataexchange/src/pagination/ListDataSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSetsCommand, diff --git a/clients/client-dataexchange/src/pagination/ListEventActionsPaginator.ts b/clients/client-dataexchange/src/pagination/ListEventActionsPaginator.ts index a78795d4d9ad..1befced915f8 100644 --- a/clients/client-dataexchange/src/pagination/ListEventActionsPaginator.ts +++ b/clients/client-dataexchange/src/pagination/ListEventActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventActionsCommand, diff --git a/clients/client-dataexchange/src/pagination/ListJobsPaginator.ts b/clients/client-dataexchange/src/pagination/ListJobsPaginator.ts index b5e9add6f812..067b5f51e893 100644 --- a/clients/client-dataexchange/src/pagination/ListJobsPaginator.ts +++ b/clients/client-dataexchange/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { DataExchangeClient } from "../DataExchangeClient"; diff --git a/clients/client-dataexchange/src/pagination/ListRevisionAssetsPaginator.ts b/clients/client-dataexchange/src/pagination/ListRevisionAssetsPaginator.ts index 6cb56ad41112..d4f2f8e4619f 100644 --- a/clients/client-dataexchange/src/pagination/ListRevisionAssetsPaginator.ts +++ b/clients/client-dataexchange/src/pagination/ListRevisionAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRevisionAssetsCommand, diff --git a/clients/client-dataexchange/src/protocols/Aws_restJson1.ts b/clients/client-dataexchange/src/protocols/Aws_restJson1.ts index 86125d5bc42e..591e22a0dd98 100644 --- a/clients/client-dataexchange/src/protocols/Aws_restJson1.ts +++ b/clients/client-dataexchange/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,14 +20,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand"; import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand"; diff --git a/clients/client-dataexchange/src/runtimeConfig.browser.ts b/clients/client-dataexchange/src/runtimeConfig.browser.ts index 1b64885166fa..4fc53c1c8b9e 100644 --- a/clients/client-dataexchange/src/runtimeConfig.browser.ts +++ b/clients/client-dataexchange/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataExchangeClientConfig } from "./DataExchangeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-dataexchange/src/runtimeConfig.shared.ts b/clients/client-dataexchange/src/runtimeConfig.shared.ts index ed00b33cef6e..b50dea6baef1 100644 --- a/clients/client-dataexchange/src/runtimeConfig.shared.ts +++ b/clients/client-dataexchange/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DataExchangeClientConfig } from "./DataExchangeClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-dataexchange/src/runtimeConfig.ts b/clients/client-dataexchange/src/runtimeConfig.ts index 7ee57bcc89d0..6f0cc02f703a 100644 --- a/clients/client-dataexchange/src/runtimeConfig.ts +++ b/clients/client-dataexchange/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataExchangeClientConfig } from "./DataExchangeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index 005e23a3ebf2..06abcfc75b3a 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-datasync/src/DataSync.ts b/clients/client-datasync/src/DataSync.ts index 29972e6c3d26..49c04bce51b6 100644 --- a/clients/client-datasync/src/DataSync.ts +++ b/clients/client-datasync/src/DataSync.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddStorageSystemCommand, diff --git a/clients/client-datasync/src/DataSyncClient.ts b/clients/client-datasync/src/DataSyncClient.ts index ea754656f1da..aff837f0ac92 100644 --- a/clients/client-datasync/src/DataSyncClient.ts +++ b/clients/client-datasync/src/DataSyncClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "./commands/AddStorageSystemCommand"; @@ -330,7 +328,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -439,7 +437,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts index 4fced3e8292b..8ddabb0ebc6c 100644 --- a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts index c39ea3d6efd0..add648ab3376 100644 --- a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateAgentCommand.ts b/clients/client-datasync/src/commands/CreateAgentCommand.ts index a9edb2beeb19..673ce9d66602 100644 --- a/clients/client-datasync/src/commands/CreateAgentCommand.ts +++ b/clients/client-datasync/src/commands/CreateAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts index e4e77e868e13..d6db5e9770fe 100644 --- a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts index 88c17c6900c9..5f67bc094d50 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts index 661158fe04a4..953fb53b49f6 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts index 397179275214..27ec7d11ef3f 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts index 40018e523d78..76428fcf06f8 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts index f05bd7feb669..7e43121a264f 100644 --- a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts index d6812c06992c..bd8930878a5a 100644 --- a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts index e6731b886fd6..a235f6be9f73 100644 --- a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CreateLocationS3Command.ts b/clients/client-datasync/src/commands/CreateLocationS3Command.ts index 0a72951f6c0d..c1c6f67647c9 100644 --- a/clients/client-datasync/src/commands/CreateLocationS3Command.ts +++ b/clients/client-datasync/src/commands/CreateLocationS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts index 2aaab6eb43ee..ee892ec21560 100644 --- a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/CreateTaskCommand.ts b/clients/client-datasync/src/commands/CreateTaskCommand.ts index 96db6a6db40b..f90559e2a6c1 100644 --- a/clients/client-datasync/src/commands/CreateTaskCommand.ts +++ b/clients/client-datasync/src/commands/CreateTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DeleteAgentCommand.ts b/clients/client-datasync/src/commands/DeleteAgentCommand.ts index 7359febf0848..72116eecc13b 100644 --- a/clients/client-datasync/src/commands/DeleteAgentCommand.ts +++ b/clients/client-datasync/src/commands/DeleteAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DeleteLocationCommand.ts b/clients/client-datasync/src/commands/DeleteLocationCommand.ts index 7f6f8fb8d005..643e7d047d31 100644 --- a/clients/client-datasync/src/commands/DeleteLocationCommand.ts +++ b/clients/client-datasync/src/commands/DeleteLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DeleteTaskCommand.ts b/clients/client-datasync/src/commands/DeleteTaskCommand.ts index 6b6e2bfe050d..d590acc06a2a 100644 --- a/clients/client-datasync/src/commands/DeleteTaskCommand.ts +++ b/clients/client-datasync/src/commands/DeleteTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeAgentCommand.ts b/clients/client-datasync/src/commands/DescribeAgentCommand.ts index 3fa701bfc908..5c3f07577e28 100644 --- a/clients/client-datasync/src/commands/DescribeAgentCommand.ts +++ b/clients/client-datasync/src/commands/DescribeAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts index 39fb94d0d888..fdfa8f3013e7 100644 --- a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeDiscoveryJobRequest, DescribeDiscoveryJobResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts index 91b6f3c3b4c3..3afbd746e38f 100644 --- a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts index 829add7a9b2e..5c2eab0fc0a4 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts index 6994aa546ccf..3da3e9a3a170 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts index 9705fc7c51d2..5ebf0b7934f4 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts index d1d23bdb91b0..a86925c90714 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts index 761444d1261b..0945afbae23a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts index 0c2be25c965b..c9fdb73fa660 100644 --- a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts index 6b2c26507caa..db05828b857a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationObjectStorageRequest, DescribeLocationObjectStorageResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts index 1a2a18bf47e3..0f95606d6482 100644 --- a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts +++ b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts index 5b2cae8ed587..65892ed44822 100644 --- a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts index b66d5aa10da1..9d8e61534434 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeStorageSystemRequest, DescribeStorageSystemResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts index 149483f6a666..911deb426c8a 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts index 80b40c76cfa0..320f5d73982c 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeStorageSystemResourcesRequest, DescribeStorageSystemResourcesResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeTaskCommand.ts b/clients/client-datasync/src/commands/DescribeTaskCommand.ts index e779b2a6f0db..670aadbe0d0c 100644 --- a/clients/client-datasync/src/commands/DescribeTaskCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts index 12b32b0149b6..91ef6923213c 100644 --- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts index de5ea898ee02..c48691bf647e 100644 --- a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts +++ b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { GenerateRecommendationsRequest, GenerateRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListAgentsCommand.ts b/clients/client-datasync/src/commands/ListAgentsCommand.ts index 6b74be16d930..c420199293e5 100644 --- a/clients/client-datasync/src/commands/ListAgentsCommand.ts +++ b/clients/client-datasync/src/commands/ListAgentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts index 9d99695058d0..de5c78aa06e6 100644 --- a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts +++ b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListDiscoveryJobsRequest, ListDiscoveryJobsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListLocationsCommand.ts b/clients/client-datasync/src/commands/ListLocationsCommand.ts index 271f197b2ad7..9cd98f674027 100644 --- a/clients/client-datasync/src/commands/ListLocationsCommand.ts +++ b/clients/client-datasync/src/commands/ListLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts index 8e5b46a01ca8..9720d507e467 100644 --- a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts +++ b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListStorageSystemsRequest, ListStorageSystemsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts index f3f86a976899..9cb97889b6f1 100644 --- a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts index c06bf10a5406..7d093bad22be 100644 --- a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts +++ b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/ListTasksCommand.ts b/clients/client-datasync/src/commands/ListTasksCommand.ts index 410ee7144428..c4ed306ea067 100644 --- a/clients/client-datasync/src/commands/ListTasksCommand.ts +++ b/clients/client-datasync/src/commands/ListTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { ListTasksRequest, ListTasksResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts index 442718b5fd11..50cea1fdacdc 100644 --- a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { RemoveStorageSystemRequest, RemoveStorageSystemResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts index ec92d0ffebf4..3fd249cead3f 100644 --- a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { StartDiscoveryJobRequest, StartDiscoveryJobResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts index 4f0064f03cd9..485257d09334 100644 --- a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts index 6cd6997f6d44..a0bada13a552 100644 --- a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { StopDiscoveryJobRequest, StopDiscoveryJobResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/TagResourceCommand.ts b/clients/client-datasync/src/commands/TagResourceCommand.ts index 91cd1534ab1b..715d6171f4a7 100644 --- a/clients/client-datasync/src/commands/TagResourceCommand.ts +++ b/clients/client-datasync/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UntagResourceCommand.ts b/clients/client-datasync/src/commands/UntagResourceCommand.ts index 19c74e2612e7..80b647fbefc5 100644 --- a/clients/client-datasync/src/commands/UntagResourceCommand.ts +++ b/clients/client-datasync/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateAgentCommand.ts b/clients/client-datasync/src/commands/UpdateAgentCommand.ts index cb99a670570e..f1137bb55224 100644 --- a/clients/client-datasync/src/commands/UpdateAgentCommand.ts +++ b/clients/client-datasync/src/commands/UpdateAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts index a776d5ba9f80..236ac0f24a42 100644 --- a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateDiscoveryJobRequest, UpdateDiscoveryJobResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts index dd44765bbac2..c1342def9762 100644 --- a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts index cb777d3dad6c..dca4b240fe33 100644 --- a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts index d1f4f0be0277..b946fabd84e6 100644 --- a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts index 9e74689d2d42..771248f3dc19 100644 --- a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts index 2bd4f1cb87d8..6b2c9f408222 100644 --- a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { diff --git a/clients/client-datasync/src/commands/UpdateTaskCommand.ts b/clients/client-datasync/src/commands/UpdateTaskCommand.ts index 5015659f0aa0..b8ac23490ef8 100644 --- a/clients/client-datasync/src/commands/UpdateTaskCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts index 98cae25917f8..6a524e4a86b4 100644 --- a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient"; import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0"; diff --git a/clients/client-datasync/src/endpoint/EndpointParameters.ts b/clients/client-datasync/src/endpoint/EndpointParameters.ts index 6e03b5710074..fa3a57e595f9 100644 --- a/clients/client-datasync/src/endpoint/EndpointParameters.ts +++ b/clients/client-datasync/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-datasync/src/endpoint/endpointResolver.ts b/clients/client-datasync/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-datasync/src/endpoint/endpointResolver.ts +++ b/clients/client-datasync/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-datasync/src/endpoint/ruleset.ts b/clients/client-datasync/src/endpoint/ruleset.ts index c871961b7021..5d0155739834 100644 --- a/clients/client-datasync/src/endpoint/ruleset.ts +++ b/clients/client-datasync/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-datasync/src/models/DataSyncServiceException.ts b/clients/client-datasync/src/models/DataSyncServiceException.ts index e525503a8015..4ca4ca05e16f 100644 --- a/clients/client-datasync/src/models/DataSyncServiceException.ts +++ b/clients/client-datasync/src/models/DataSyncServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-datasync/src/models/models_0.ts b/clients/client-datasync/src/models/models_0.ts index 7464c354e2c4..be80c50e0155 100644 --- a/clients/client-datasync/src/models/models_0.ts +++ b/clients/client-datasync/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException"; diff --git a/clients/client-datasync/src/pagination/DescribeStorageSystemResourceMetricsPaginator.ts b/clients/client-datasync/src/pagination/DescribeStorageSystemResourceMetricsPaginator.ts index 7c11d9700d88..921ce57ca543 100644 --- a/clients/client-datasync/src/pagination/DescribeStorageSystemResourceMetricsPaginator.ts +++ b/clients/client-datasync/src/pagination/DescribeStorageSystemResourceMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStorageSystemResourceMetricsCommand, diff --git a/clients/client-datasync/src/pagination/DescribeStorageSystemResourcesPaginator.ts b/clients/client-datasync/src/pagination/DescribeStorageSystemResourcesPaginator.ts index 4e1d66fde94f..430ff8fdc6cb 100644 --- a/clients/client-datasync/src/pagination/DescribeStorageSystemResourcesPaginator.ts +++ b/clients/client-datasync/src/pagination/DescribeStorageSystemResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStorageSystemResourcesCommand, diff --git a/clients/client-datasync/src/pagination/Interfaces.ts b/clients/client-datasync/src/pagination/Interfaces.ts index 06e17d8f035b..22ef7bac5a53 100644 --- a/clients/client-datasync/src/pagination/Interfaces.ts +++ b/clients/client-datasync/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DataSyncClient } from "../DataSyncClient"; diff --git a/clients/client-datasync/src/pagination/ListAgentsPaginator.ts b/clients/client-datasync/src/pagination/ListAgentsPaginator.ts index 5a55ee17fa8f..d6b904ebf9c1 100644 --- a/clients/client-datasync/src/pagination/ListAgentsPaginator.ts +++ b/clients/client-datasync/src/pagination/ListAgentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAgentsCommand, ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand"; import { DataSyncClient } from "../DataSyncClient"; diff --git a/clients/client-datasync/src/pagination/ListDiscoveryJobsPaginator.ts b/clients/client-datasync/src/pagination/ListDiscoveryJobsPaginator.ts index 289a7f09335d..f7a1c6ef2b70 100644 --- a/clients/client-datasync/src/pagination/ListDiscoveryJobsPaginator.ts +++ b/clients/client-datasync/src/pagination/ListDiscoveryJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDiscoveryJobsCommand, diff --git a/clients/client-datasync/src/pagination/ListLocationsPaginator.ts b/clients/client-datasync/src/pagination/ListLocationsPaginator.ts index db19ca8b9672..87d36e26b05e 100644 --- a/clients/client-datasync/src/pagination/ListLocationsPaginator.ts +++ b/clients/client-datasync/src/pagination/ListLocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLocationsCommand, diff --git a/clients/client-datasync/src/pagination/ListStorageSystemsPaginator.ts b/clients/client-datasync/src/pagination/ListStorageSystemsPaginator.ts index f7752e47331f..0d1f7c6327d7 100644 --- a/clients/client-datasync/src/pagination/ListStorageSystemsPaginator.ts +++ b/clients/client-datasync/src/pagination/ListStorageSystemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStorageSystemsCommand, diff --git a/clients/client-datasync/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-datasync/src/pagination/ListTagsForResourcePaginator.ts index ad57620e0cd9..b3937501fa20 100644 --- a/clients/client-datasync/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-datasync/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-datasync/src/pagination/ListTaskExecutionsPaginator.ts b/clients/client-datasync/src/pagination/ListTaskExecutionsPaginator.ts index 9ea925942dff..b1650d132bb0 100644 --- a/clients/client-datasync/src/pagination/ListTaskExecutionsPaginator.ts +++ b/clients/client-datasync/src/pagination/ListTaskExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTaskExecutionsCommand, diff --git a/clients/client-datasync/src/pagination/ListTasksPaginator.ts b/clients/client-datasync/src/pagination/ListTasksPaginator.ts index 91ac97b852ff..3c40d9d74437 100644 --- a/clients/client-datasync/src/pagination/ListTasksPaginator.ts +++ b/clients/client-datasync/src/pagination/ListTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTasksCommand, ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand"; import { DataSyncClient } from "../DataSyncClient"; diff --git a/clients/client-datasync/src/protocols/Aws_json1_1.ts b/clients/client-datasync/src/protocols/Aws_json1_1.ts index 15211b43dbd6..a4a3e8d5613d 100644 --- a/clients/client-datasync/src/protocols/Aws_json1_1.ts +++ b/clients/client-datasync/src/protocols/Aws_json1_1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,14 +18,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "../commands/AddStorageSystemCommand"; diff --git a/clients/client-datasync/src/runtimeConfig.browser.ts b/clients/client-datasync/src/runtimeConfig.browser.ts index db765bee2e3e..4552e1be8d2f 100644 --- a/clients/client-datasync/src/runtimeConfig.browser.ts +++ b/clients/client-datasync/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataSyncClientConfig } from "./DataSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-datasync/src/runtimeConfig.shared.ts b/clients/client-datasync/src/runtimeConfig.shared.ts index 6696e08df996..49f340eb47eb 100644 --- a/clients/client-datasync/src/runtimeConfig.shared.ts +++ b/clients/client-datasync/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DataSyncClientConfig } from "./DataSyncClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-datasync/src/runtimeConfig.ts b/clients/client-datasync/src/runtimeConfig.ts index 3a7d84237a48..7ecf777c73e9 100644 --- a/clients/client-datasync/src/runtimeConfig.ts +++ b/clients/client-datasync/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DataSyncClientConfig } from "./DataSyncClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index 56391c84c1c8..af7551593a65 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-dax/src/DAX.ts b/clients/client-dax/src/DAX.ts index ca7587de9af7..7f7aaafcaff6 100644 --- a/clients/client-dax/src/DAX.ts +++ b/clients/client-dax/src/DAX.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateClusterCommand, diff --git a/clients/client-dax/src/DAXClient.ts b/clients/client-dax/src/DAXClient.ts index bdd29098a3e8..f415e2a14a03 100644 --- a/clients/client-dax/src/DAXClient.ts +++ b/clients/client-dax/src/DAXClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand"; @@ -168,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -277,7 +275,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-dax/src/commands/CreateClusterCommand.ts b/clients/client-dax/src/commands/CreateClusterCommand.ts index 79089d3b7280..d37952f47d94 100644 --- a/clients/client-dax/src/commands/CreateClusterCommand.ts +++ b/clients/client-dax/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts index 50cffd22e3c0..4ce54d114268 100644 --- a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts index 717aad4c960e..8179c4619253 100644 --- a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts index 431d679d0e1b..4b971dcebcc0 100644 --- a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DeleteClusterCommand.ts b/clients/client-dax/src/commands/DeleteClusterCommand.ts index 87e0026ef45e..a9add68a5558 100644 --- a/clients/client-dax/src/commands/DeleteClusterCommand.ts +++ b/clients/client-dax/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts index 66b87a8e2c6b..5d7ff2939eb4 100644 --- a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts index 983e6ac21a08..85e0cf1c772b 100644 --- a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeClustersCommand.ts b/clients/client-dax/src/commands/DescribeClustersCommand.ts index f078f787535e..3ece01b9995e 100644 --- a/clients/client-dax/src/commands/DescribeClustersCommand.ts +++ b/clients/client-dax/src/commands/DescribeClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts index 75d190457622..05190f431661 100644 --- a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeEventsCommand.ts b/clients/client-dax/src/commands/DescribeEventsCommand.ts index 6a2e0671126d..d3fcfd1c184c 100644 --- a/clients/client-dax/src/commands/DescribeEventsCommand.ts +++ b/clients/client-dax/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts index 521fddb1ef86..9b4e35a83d50 100644 --- a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeParametersCommand.ts b/clients/client-dax/src/commands/DescribeParametersCommand.ts index c63b2c794aec..24fac19151ee 100644 --- a/clients/client-dax/src/commands/DescribeParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts index ccc946731c4f..17eda27c296e 100644 --- a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts index 4a698701e5a6..1a7a14ccffff 100644 --- a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/ListTagsCommand.ts b/clients/client-dax/src/commands/ListTagsCommand.ts index c155ccfba6c7..50cc2a1b7c12 100644 --- a/clients/client-dax/src/commands/ListTagsCommand.ts +++ b/clients/client-dax/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/RebootNodeCommand.ts b/clients/client-dax/src/commands/RebootNodeCommand.ts index bbbb82a22214..2496f73d1f9d 100644 --- a/clients/client-dax/src/commands/RebootNodeCommand.ts +++ b/clients/client-dax/src/commands/RebootNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/TagResourceCommand.ts b/clients/client-dax/src/commands/TagResourceCommand.ts index c4c55c01a498..66ea4feb8e3b 100644 --- a/clients/client-dax/src/commands/TagResourceCommand.ts +++ b/clients/client-dax/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/UntagResourceCommand.ts b/clients/client-dax/src/commands/UntagResourceCommand.ts index 7a22c2f90d61..99d7831d8e2b 100644 --- a/clients/client-dax/src/commands/UntagResourceCommand.ts +++ b/clients/client-dax/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/UpdateClusterCommand.ts b/clients/client-dax/src/commands/UpdateClusterCommand.ts index 17043f6a8f3a..cd2d11e95b57 100644 --- a/clients/client-dax/src/commands/UpdateClusterCommand.ts +++ b/clients/client-dax/src/commands/UpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts index 4862e9180f76..fe04a5b07fde 100644 --- a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts index 486b9cfc7f13..76e1dd61195d 100644 --- a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient"; import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-dax/src/endpoint/EndpointParameters.ts b/clients/client-dax/src/endpoint/EndpointParameters.ts index 4bf628eaa61d..4170b6c0c459 100644 --- a/clients/client-dax/src/endpoint/EndpointParameters.ts +++ b/clients/client-dax/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-dax/src/endpoint/endpointResolver.ts b/clients/client-dax/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-dax/src/endpoint/endpointResolver.ts +++ b/clients/client-dax/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-dax/src/endpoint/ruleset.ts b/clients/client-dax/src/endpoint/ruleset.ts index 1791ac42f562..69a6e4699618 100644 --- a/clients/client-dax/src/endpoint/ruleset.ts +++ b/clients/client-dax/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-dax/src/models/DAXServiceException.ts b/clients/client-dax/src/models/DAXServiceException.ts index ef7849f88cf7..bfc2de9a1289 100644 --- a/clients/client-dax/src/models/DAXServiceException.ts +++ b/clients/client-dax/src/models/DAXServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-dax/src/models/models_0.ts b/clients/client-dax/src/models/models_0.ts index 2c5634df5665..31224d22c8fe 100644 --- a/clients/client-dax/src/models/models_0.ts +++ b/clients/client-dax/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DAXServiceException as __BaseException } from "./DAXServiceException"; diff --git a/clients/client-dax/src/protocols/Aws_json1_1.ts b/clients/client-dax/src/protocols/Aws_json1_1.ts index 6f0d428951bb..b3a658ef0513 100644 --- a/clients/client-dax/src/protocols/Aws_json1_1.ts +++ b/clients/client-dax/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand"; import { diff --git a/clients/client-dax/src/runtimeConfig.browser.ts b/clients/client-dax/src/runtimeConfig.browser.ts index c114e88bbdcd..8ff5a4d2b6f2 100644 --- a/clients/client-dax/src/runtimeConfig.browser.ts +++ b/clients/client-dax/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DAXClientConfig } from "./DAXClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-dax/src/runtimeConfig.shared.ts b/clients/client-dax/src/runtimeConfig.shared.ts index a6ccf0e4e1f3..365ca04c2891 100644 --- a/clients/client-dax/src/runtimeConfig.shared.ts +++ b/clients/client-dax/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DAXClientConfig } from "./DAXClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-dax/src/runtimeConfig.ts b/clients/client-dax/src/runtimeConfig.ts index 5c0fb04067f9..eca819a0db6b 100644 --- a/clients/client-dax/src/runtimeConfig.ts +++ b/clients/client-dax/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DAXClientConfig } from "./DAXClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index 35e26e44db5c..fc9fef739fb5 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-detective/src/Detective.ts b/clients/client-detective/src/Detective.ts index 0a08a5d768ae..197e2aeb1bcc 100644 --- a/clients/client-detective/src/Detective.ts +++ b/clients/client-detective/src/Detective.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptInvitationCommand, diff --git a/clients/client-detective/src/DetectiveClient.ts b/clients/client-detective/src/DetectiveClient.ts index 61289918bdc4..8341bbf940f2 100644 --- a/clients/client-detective/src/DetectiveClient.ts +++ b/clients/client-detective/src/DetectiveClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand"; @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-detective/src/commands/AcceptInvitationCommand.ts b/clients/client-detective/src/commands/AcceptInvitationCommand.ts index 81d3fbe51564..240f9181aeea 100644 --- a/clients/client-detective/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-detective/src/commands/AcceptInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { AcceptInvitationRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts index 5903fa0dac55..08a3ecf32893 100644 --- a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts index d9b1b3d3a77a..41e90030b7ca 100644 --- a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/CreateGraphCommand.ts b/clients/client-detective/src/commands/CreateGraphCommand.ts index 8a70740b3e3c..86fa3f199998 100644 --- a/clients/client-detective/src/commands/CreateGraphCommand.ts +++ b/clients/client-detective/src/commands/CreateGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/CreateMembersCommand.ts b/clients/client-detective/src/commands/CreateMembersCommand.ts index ba60adddad76..80239a5e73c8 100644 --- a/clients/client-detective/src/commands/CreateMembersCommand.ts +++ b/clients/client-detective/src/commands/CreateMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/DeleteGraphCommand.ts b/clients/client-detective/src/commands/DeleteGraphCommand.ts index 55e5db1b13f4..3e35f0d32137 100644 --- a/clients/client-detective/src/commands/DeleteGraphCommand.ts +++ b/clients/client-detective/src/commands/DeleteGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { DeleteGraphRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/DeleteMembersCommand.ts b/clients/client-detective/src/commands/DeleteMembersCommand.ts index 6abb8f5bd517..bb6192bcb7d4 100644 --- a/clients/client-detective/src/commands/DeleteMembersCommand.ts +++ b/clients/client-detective/src/commands/DeleteMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts index 3140cb4c9774..0ef05f94e058 100644 --- a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { diff --git a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts index a91caa37bf3d..7a7592d92b1e 100644 --- a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { diff --git a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts index ae7366fdf0ea..3fe1937f3d2a 100644 --- a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts +++ b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { DisassociateMembershipRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts index a9a40560cb85..c5b6480a8aaa 100644 --- a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { EnableOrganizationAdminAccountRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/GetMembersCommand.ts b/clients/client-detective/src/commands/GetMembersCommand.ts index c006064d9fea..a49aedb859b1 100644 --- a/clients/client-detective/src/commands/GetMembersCommand.ts +++ b/clients/client-detective/src/commands/GetMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { GetMembersRequest, GetMembersResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts index aea93915232a..1d1fc84f8a2a 100644 --- a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListGraphsCommand.ts b/clients/client-detective/src/commands/ListGraphsCommand.ts index 54626d050914..d609a7362846 100644 --- a/clients/client-detective/src/commands/ListGraphsCommand.ts +++ b/clients/client-detective/src/commands/ListGraphsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListInvitationsCommand.ts b/clients/client-detective/src/commands/ListInvitationsCommand.ts index 82c9efa9a7f7..459bb5c41809 100644 --- a/clients/client-detective/src/commands/ListInvitationsCommand.ts +++ b/clients/client-detective/src/commands/ListInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListMembersCommand.ts b/clients/client-detective/src/commands/ListMembersCommand.ts index b1287ed122f8..7e733b8f674d 100644 --- a/clients/client-detective/src/commands/ListMembersCommand.ts +++ b/clients/client-detective/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts index 62158f2143a4..3316d9d12e50 100644 --- a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts index 843d43a2b313..ebd4d10c72a4 100644 --- a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/RejectInvitationCommand.ts b/clients/client-detective/src/commands/RejectInvitationCommand.ts index a748deb74bc0..743c8fd74a6a 100644 --- a/clients/client-detective/src/commands/RejectInvitationCommand.ts +++ b/clients/client-detective/src/commands/RejectInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { RejectInvitationRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts index 1de71482ef2d..2599ec7b9325 100644 --- a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts +++ b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { StartMonitoringMemberRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/TagResourceCommand.ts b/clients/client-detective/src/commands/TagResourceCommand.ts index 2c190aa07f3d..425b0c3ec513 100644 --- a/clients/client-detective/src/commands/TagResourceCommand.ts +++ b/clients/client-detective/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/UntagResourceCommand.ts b/clients/client-detective/src/commands/UntagResourceCommand.ts index aaf666ffa633..3cb46e78fae6 100644 --- a/clients/client-detective/src/commands/UntagResourceCommand.ts +++ b/clients/client-detective/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts index 66c22ff238b6..fe07c48c834f 100644 --- a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { UpdateDatasourcePackagesRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts index be610c150554..41d4ca6794a0 100644 --- a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient"; import { UpdateOrganizationConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-detective/src/endpoint/EndpointParameters.ts b/clients/client-detective/src/endpoint/EndpointParameters.ts index 28de2cbf5a45..ee2ed22b09a4 100644 --- a/clients/client-detective/src/endpoint/EndpointParameters.ts +++ b/clients/client-detective/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-detective/src/endpoint/endpointResolver.ts b/clients/client-detective/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-detective/src/endpoint/endpointResolver.ts +++ b/clients/client-detective/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-detective/src/endpoint/ruleset.ts b/clients/client-detective/src/endpoint/ruleset.ts index 919310d15a53..fc9235520a05 100644 --- a/clients/client-detective/src/endpoint/ruleset.ts +++ b/clients/client-detective/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-detective/src/models/DetectiveServiceException.ts b/clients/client-detective/src/models/DetectiveServiceException.ts index 98ee0654d4d3..b78409a472e5 100644 --- a/clients/client-detective/src/models/DetectiveServiceException.ts +++ b/clients/client-detective/src/models/DetectiveServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-detective/src/models/models_0.ts b/clients/client-detective/src/models/models_0.ts index e5dc9accc9d0..e8f309fc622a 100644 --- a/clients/client-detective/src/models/models_0.ts +++ b/clients/client-detective/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DetectiveServiceException as __BaseException } from "./DetectiveServiceException"; diff --git a/clients/client-detective/src/pagination/Interfaces.ts b/clients/client-detective/src/pagination/Interfaces.ts index a7b055610a9a..efc33e84ca55 100644 --- a/clients/client-detective/src/pagination/Interfaces.ts +++ b/clients/client-detective/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DetectiveClient } from "../DetectiveClient"; diff --git a/clients/client-detective/src/pagination/ListDatasourcePackagesPaginator.ts b/clients/client-detective/src/pagination/ListDatasourcePackagesPaginator.ts index 53e065ee1dd8..e0edd7225554 100644 --- a/clients/client-detective/src/pagination/ListDatasourcePackagesPaginator.ts +++ b/clients/client-detective/src/pagination/ListDatasourcePackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasourcePackagesCommand, diff --git a/clients/client-detective/src/pagination/ListGraphsPaginator.ts b/clients/client-detective/src/pagination/ListGraphsPaginator.ts index 4a63eeb6a3e0..ed38e6b6c8c1 100644 --- a/clients/client-detective/src/pagination/ListGraphsPaginator.ts +++ b/clients/client-detective/src/pagination/ListGraphsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGraphsCommand, ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand"; import { DetectiveClient } from "../DetectiveClient"; diff --git a/clients/client-detective/src/pagination/ListInvitationsPaginator.ts b/clients/client-detective/src/pagination/ListInvitationsPaginator.ts index f214c6f23788..6a9230d8be08 100644 --- a/clients/client-detective/src/pagination/ListInvitationsPaginator.ts +++ b/clients/client-detective/src/pagination/ListInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInvitationsCommand, diff --git a/clients/client-detective/src/pagination/ListMembersPaginator.ts b/clients/client-detective/src/pagination/ListMembersPaginator.ts index c3b25676bbec..5fd06d44aff7 100644 --- a/clients/client-detective/src/pagination/ListMembersPaginator.ts +++ b/clients/client-detective/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { DetectiveClient } from "../DetectiveClient"; diff --git a/clients/client-detective/src/pagination/ListOrganizationAdminAccountsPaginator.ts b/clients/client-detective/src/pagination/ListOrganizationAdminAccountsPaginator.ts index 24c7bcf0feba..313bd4b9e808 100644 --- a/clients/client-detective/src/pagination/ListOrganizationAdminAccountsPaginator.ts +++ b/clients/client-detective/src/pagination/ListOrganizationAdminAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationAdminAccountsCommand, diff --git a/clients/client-detective/src/protocols/Aws_restJson1.ts b/clients/client-detective/src/protocols/Aws_restJson1.ts index faa6cceba929..cf2b417fbd44 100644 --- a/clients/client-detective/src/protocols/Aws_restJson1.ts +++ b/clients/client-detective/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand"; import { diff --git a/clients/client-detective/src/runtimeConfig.browser.ts b/clients/client-detective/src/runtimeConfig.browser.ts index 18e02d541f1d..49f0d637f1c5 100644 --- a/clients/client-detective/src/runtimeConfig.browser.ts +++ b/clients/client-detective/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DetectiveClientConfig } from "./DetectiveClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-detective/src/runtimeConfig.shared.ts b/clients/client-detective/src/runtimeConfig.shared.ts index 5f05afee1cfd..43407f8c9ac5 100644 --- a/clients/client-detective/src/runtimeConfig.shared.ts +++ b/clients/client-detective/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DetectiveClientConfig } from "./DetectiveClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-detective/src/runtimeConfig.ts b/clients/client-detective/src/runtimeConfig.ts index 043eb59a0089..15f268e408da 100644 --- a/clients/client-detective/src/runtimeConfig.ts +++ b/clients/client-detective/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DetectiveClientConfig } from "./DetectiveClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index 512a4cb614aa..059f6fe7bc23 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-device-farm/src/DeviceFarm.ts b/clients/client-device-farm/src/DeviceFarm.ts index d0d921e3d3a5..188eec4d8f8c 100644 --- a/clients/client-device-farm/src/DeviceFarm.ts +++ b/clients/client-device-farm/src/DeviceFarm.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDevicePoolCommand, diff --git a/clients/client-device-farm/src/DeviceFarmClient.ts b/clients/client-device-farm/src/DeviceFarmClient.ts index 586f2f3a1939..cce93af48c2c 100644 --- a/clients/client-device-farm/src/DeviceFarmClient.ts +++ b/clients/client-device-farm/src/DeviceFarmClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand"; @@ -408,7 +406,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -517,7 +515,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts index eeae845eb430..f19747c9d40f 100644 --- a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts index 3f5801561817..089d7287e413 100644 --- a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts index ec520243eefc..34a47849d41d 100644 --- a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateProjectCommand.ts b/clients/client-device-farm/src/commands/CreateProjectCommand.ts index 99e3797a7eed..058b1e27a27f 100644 --- a/clients/client-device-farm/src/commands/CreateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateProjectRequest, CreateProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts index 3c309f778465..3e4a9e9027a6 100644 --- a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts index 7cadeaeaaaa8..c702df065b99 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts index 7bc8edea52f6..0b77d4d5cf54 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { diff --git a/clients/client-device-farm/src/commands/CreateUploadCommand.ts b/clients/client-device-farm/src/commands/CreateUploadCommand.ts index ce44ea97d485..8d93871e2579 100644 --- a/clients/client-device-farm/src/commands/CreateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/CreateUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateUploadRequest, CreateUploadResult, CreateUploadResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts index 15556ab61690..b489cd17329e 100644 --- a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts index b38ec9f38410..3a15ce6d86bb 100644 --- a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts index a79ec1e8712a..f8ce6c603433 100644 --- a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts index 6e16d8e3c40c..3d3a18d04930 100644 --- a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteNetworkProfileRequest, DeleteNetworkProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts index d611543153cb..2facac06afde 100644 --- a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts index dfec58b1f546..223e623f314d 100644 --- a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteRemoteAccessSessionRequest, DeleteRemoteAccessSessionResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteRunCommand.ts b/clients/client-device-farm/src/commands/DeleteRunCommand.ts index 119026b017c8..b173351fabf7 100644 --- a/clients/client-device-farm/src/commands/DeleteRunCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteRunRequest, DeleteRunResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts index e3a1a3bf183a..d534cb07ac8d 100644 --- a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteTestGridProjectRequest, DeleteTestGridProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts index d610c9c2811a..2a6704666870 100644 --- a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteUploadRequest, DeleteUploadResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts index 68491d98b82a..cbaf8bacc5a5 100644 --- a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { DeleteVPCEConfigurationRequest, DeleteVPCEConfigurationResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts index 57c113f1681b..74a18afc72de 100644 --- a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetAccountSettingsRequest, GetAccountSettingsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetDeviceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceCommand.ts index c66f7c78e5f3..028b2917ef54 100644 --- a/clients/client-device-farm/src/commands/GetDeviceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetDeviceRequest, GetDeviceResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts index cae9b505b92a..7dee891929aa 100644 --- a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetDeviceInstanceRequest, GetDeviceInstanceResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts index 1bc27d81e497..adc8681e8644 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts index c8d96d73885c..63e4612995fe 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts index 89493a72b7ee..dbe533ea97a7 100644 --- a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetInstanceProfileRequest, GetInstanceProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetJobCommand.ts b/clients/client-device-farm/src/commands/GetJobCommand.ts index 0e01dccc2d39..2389ee725ac9 100644 --- a/clients/client-device-farm/src/commands/GetJobCommand.ts +++ b/clients/client-device-farm/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetJobRequest, GetJobResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts index 3f8c3ad304e3..999ad9258f2d 100644 --- a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts index e06dd359c46b..ddfffe51a41c 100644 --- a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts +++ b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetProjectCommand.ts b/clients/client-device-farm/src/commands/GetProjectCommand.ts index 72af013cf2e0..df118e4dfe6d 100644 --- a/clients/client-device-farm/src/commands/GetProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetProjectRequest, GetProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts index 873a18493412..537b740d65c1 100644 --- a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetRunCommand.ts b/clients/client-device-farm/src/commands/GetRunCommand.ts index dbea379598c1..70b1ec528ba6 100644 --- a/clients/client-device-farm/src/commands/GetRunCommand.ts +++ b/clients/client-device-farm/src/commands/GetRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetRunRequest, GetRunResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetSuiteCommand.ts b/clients/client-device-farm/src/commands/GetSuiteCommand.ts index 125236ed9cd1..89a4c5d2b5f4 100644 --- a/clients/client-device-farm/src/commands/GetSuiteCommand.ts +++ b/clients/client-device-farm/src/commands/GetSuiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetSuiteRequest, GetSuiteResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetTestCommand.ts b/clients/client-device-farm/src/commands/GetTestCommand.ts index a532a3307e3d..f0ceb428e41b 100644 --- a/clients/client-device-farm/src/commands/GetTestCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetTestRequest, GetTestResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts index 9bf90689a43a..3fd15ccb4e47 100644 --- a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts index 89ef12128f96..69ed8d26c4b5 100644 --- a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetUploadCommand.ts b/clients/client-device-farm/src/commands/GetUploadCommand.ts index 855999f71f8e..f9f28bbde3a4 100644 --- a/clients/client-device-farm/src/commands/GetUploadCommand.ts +++ b/clients/client-device-farm/src/commands/GetUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetUploadRequest, GetUploadResult, GetUploadResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts index ec6be47c29a2..fca6bb028ed3 100644 --- a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts index 0e37060430e4..624e518407fa 100644 --- a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { diff --git a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts index b4ddb9886518..e7da820f8238 100644 --- a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts index 59913442096d..5d179245833d 100644 --- a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts index 6e91e573bfd7..708fd61691b1 100644 --- a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListDevicesCommand.ts b/clients/client-device-farm/src/commands/ListDevicesCommand.ts index 19e94882d824..c3758b96ab7a 100644 --- a/clients/client-device-farm/src/commands/ListDevicesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListDevicesRequest, ListDevicesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts index 32ba88dcdd36..4dd37b7532c0 100644 --- a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListJobsCommand.ts b/clients/client-device-farm/src/commands/ListJobsCommand.ts index b8814b8f36ef..bb286f378500 100644 --- a/clients/client-device-farm/src/commands/ListJobsCommand.ts +++ b/clients/client-device-farm/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListJobsRequest, ListJobsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts index e396fc171428..7434b90f01b7 100644 --- a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts index 0ccefe1822b6..6292b2816cc7 100644 --- a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts index e6169bc6aa09..87362c07bb13 100644 --- a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListOfferingTransactionsRequest, ListOfferingTransactionsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts index 8caddae5a6c8..6a09c5afe277 100644 --- a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListProjectsCommand.ts b/clients/client-device-farm/src/commands/ListProjectsCommand.ts index a27b07124124..ab967fbf6b71 100644 --- a/clients/client-device-farm/src/commands/ListProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts index ce95426f004b..aad42f79026a 100644 --- a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListRemoteAccessSessionsRequest, ListRemoteAccessSessionsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListRunsCommand.ts b/clients/client-device-farm/src/commands/ListRunsCommand.ts index 12d629b25cee..3b5b3dea0739 100644 --- a/clients/client-device-farm/src/commands/ListRunsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListRunsRequest, ListRunsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListSamplesCommand.ts b/clients/client-device-farm/src/commands/ListSamplesCommand.ts index e96cb3622dbb..c7d2204bcfd3 100644 --- a/clients/client-device-farm/src/commands/ListSamplesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSamplesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListSamplesRequest, ListSamplesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListSuitesCommand.ts b/clients/client-device-farm/src/commands/ListSuitesCommand.ts index 98310bb118ae..1d2e3ca6c1c9 100644 --- a/clients/client-device-farm/src/commands/ListSuitesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSuitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListSuitesRequest, ListSuitesResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts index 9d4c80aa1a06..3bc36c741cff 100644 --- a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts index 7c25821ee109..2534dbfc4cad 100644 --- a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts index 2c72beee5f7f..eb09dc208045 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListTestGridSessionActionsRequest, ListTestGridSessionActionsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts index 562ac5cb49f4..1dee400e0c8f 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts index 55d9c3d9a219..07e0c1226ccc 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListTestsCommand.ts b/clients/client-device-farm/src/commands/ListTestsCommand.ts index 26a1f234ce06..ecdf51ebf7a3 100644 --- a/clients/client-device-farm/src/commands/ListTestsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListTestsRequest, ListTestsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts index 8639458a1ddd..c43691beb0de 100644 --- a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListUploadsCommand.ts b/clients/client-device-farm/src/commands/ListUploadsCommand.ts index c66528d18f25..017e33b027fc 100644 --- a/clients/client-device-farm/src/commands/ListUploadsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUploadsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListUploadsRequest, ListUploadsResult, ListUploadsResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts index c1b5d537d530..f1f639163bfe 100644 --- a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts +++ b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts index 210009c9b832..13961957602e 100644 --- a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts index caebc1ba1be3..af7b226e9385 100644 --- a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts index 36f683b327a4..42142427277d 100644 --- a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts +++ b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/StopJobCommand.ts b/clients/client-device-farm/src/commands/StopJobCommand.ts index 2b6a02eb9a75..c39b4428205c 100644 --- a/clients/client-device-farm/src/commands/StopJobCommand.ts +++ b/clients/client-device-farm/src/commands/StopJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { StopJobRequest, StopJobResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts index 71bbfd863ba1..e6ccf8ce47d0 100644 --- a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/StopRunCommand.ts b/clients/client-device-farm/src/commands/StopRunCommand.ts index cce2bc508dd2..8d364d43df17 100644 --- a/clients/client-device-farm/src/commands/StopRunCommand.ts +++ b/clients/client-device-farm/src/commands/StopRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { StopRunRequest, StopRunResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/TagResourceCommand.ts b/clients/client-device-farm/src/commands/TagResourceCommand.ts index 0b0eb00896b0..f5181775988c 100644 --- a/clients/client-device-farm/src/commands/TagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UntagResourceCommand.ts b/clients/client-device-farm/src/commands/UntagResourceCommand.ts index 90fece1023f2..7d496b7e1c6a 100644 --- a/clients/client-device-farm/src/commands/UntagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts index b9046c8006af..c82530439d73 100644 --- a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts index e6454b8ed420..f5eebfb7d81f 100644 --- a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts index d39260672363..ce56c74b927f 100644 --- a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts index 8592ad543add..7467aaee101b 100644 --- a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts index 7437bf1dad7b..4b642df76515 100644 --- a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts index 075b22c65327..968420c24db7 100644 --- a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts index e13653bd1d9a..32cd839627ca 100644 --- a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateUploadRequest, UpdateUploadResult, UpdateUploadResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts index 8defa2b521cb..2629a56ef79f 100644 --- a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient"; import { UpdateVPCEConfigurationRequest, UpdateVPCEConfigurationResult } from "../models/models_0"; diff --git a/clients/client-device-farm/src/endpoint/EndpointParameters.ts b/clients/client-device-farm/src/endpoint/EndpointParameters.ts index 511490fc2ba7..30a73e3c9708 100644 --- a/clients/client-device-farm/src/endpoint/EndpointParameters.ts +++ b/clients/client-device-farm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-device-farm/src/endpoint/endpointResolver.ts b/clients/client-device-farm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-device-farm/src/endpoint/endpointResolver.ts +++ b/clients/client-device-farm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-device-farm/src/endpoint/ruleset.ts b/clients/client-device-farm/src/endpoint/ruleset.ts index 3a3ab36dfa3b..70c46c91381d 100644 --- a/clients/client-device-farm/src/endpoint/ruleset.ts +++ b/clients/client-device-farm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-device-farm/src/models/DeviceFarmServiceException.ts b/clients/client-device-farm/src/models/DeviceFarmServiceException.ts index a89dfa373a57..803623777b53 100644 --- a/clients/client-device-farm/src/models/DeviceFarmServiceException.ts +++ b/clients/client-device-farm/src/models/DeviceFarmServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-device-farm/src/models/models_0.ts b/clients/client-device-farm/src/models/models_0.ts index e5efc2be4ab9..16da4c5f5add 100644 --- a/clients/client-device-farm/src/models/models_0.ts +++ b/clients/client-device-farm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException"; diff --git a/clients/client-device-farm/src/pagination/GetOfferingStatusPaginator.ts b/clients/client-device-farm/src/pagination/GetOfferingStatusPaginator.ts index 922b6b75cfe5..754a36525367 100644 --- a/clients/client-device-farm/src/pagination/GetOfferingStatusPaginator.ts +++ b/clients/client-device-farm/src/pagination/GetOfferingStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOfferingStatusCommand, diff --git a/clients/client-device-farm/src/pagination/Interfaces.ts b/clients/client-device-farm/src/pagination/Interfaces.ts index 1f619f9fea29..16515b4df4e3 100644 --- a/clients/client-device-farm/src/pagination/Interfaces.ts +++ b/clients/client-device-farm/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListArtifactsPaginator.ts b/clients/client-device-farm/src/pagination/ListArtifactsPaginator.ts index 950d83d8ed24..8128938844b8 100644 --- a/clients/client-device-farm/src/pagination/ListArtifactsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListArtifactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListArtifactsCommand, diff --git a/clients/client-device-farm/src/pagination/ListDevicePoolsPaginator.ts b/clients/client-device-farm/src/pagination/ListDevicePoolsPaginator.ts index 51af374ef7f9..adc1f9028686 100644 --- a/clients/client-device-farm/src/pagination/ListDevicePoolsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListDevicePoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicePoolsCommand, diff --git a/clients/client-device-farm/src/pagination/ListDevicesPaginator.ts b/clients/client-device-farm/src/pagination/ListDevicesPaginator.ts index bd331dc17123..85497a4a8de9 100644 --- a/clients/client-device-farm/src/pagination/ListDevicesPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListJobsPaginator.ts b/clients/client-device-farm/src/pagination/ListJobsPaginator.ts index ad684c9da651..099f1ece9899 100644 --- a/clients/client-device-farm/src/pagination/ListJobsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListOfferingTransactionsPaginator.ts b/clients/client-device-farm/src/pagination/ListOfferingTransactionsPaginator.ts index e01cf3f79f69..4c9419f32da5 100644 --- a/clients/client-device-farm/src/pagination/ListOfferingTransactionsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListOfferingTransactionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOfferingTransactionsCommand, diff --git a/clients/client-device-farm/src/pagination/ListOfferingsPaginator.ts b/clients/client-device-farm/src/pagination/ListOfferingsPaginator.ts index 7b60ffe4196c..2ba0f6b3b50d 100644 --- a/clients/client-device-farm/src/pagination/ListOfferingsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOfferingsCommand, diff --git a/clients/client-device-farm/src/pagination/ListProjectsPaginator.ts b/clients/client-device-farm/src/pagination/ListProjectsPaginator.ts index f550eba7561e..bf2f4b5e2bda 100644 --- a/clients/client-device-farm/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-device-farm/src/pagination/ListRunsPaginator.ts b/clients/client-device-farm/src/pagination/ListRunsPaginator.ts index a2d486122195..87019237c5b0 100644 --- a/clients/client-device-farm/src/pagination/ListRunsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRunsCommand, ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListSamplesPaginator.ts b/clients/client-device-farm/src/pagination/ListSamplesPaginator.ts index 2e11c5028670..1a9adc7a63ab 100644 --- a/clients/client-device-farm/src/pagination/ListSamplesPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListSamplesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSamplesCommand, ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListSuitesPaginator.ts b/clients/client-device-farm/src/pagination/ListSuitesPaginator.ts index 707a5bd99358..6d7be4e8d2e8 100644 --- a/clients/client-device-farm/src/pagination/ListSuitesPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListSuitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSuitesCommand, ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListTestGridProjectsPaginator.ts b/clients/client-device-farm/src/pagination/ListTestGridProjectsPaginator.ts index 5ddec0f149d9..1fa8cd8dea15 100644 --- a/clients/client-device-farm/src/pagination/ListTestGridProjectsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListTestGridProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestGridProjectsCommand, diff --git a/clients/client-device-farm/src/pagination/ListTestGridSessionActionsPaginator.ts b/clients/client-device-farm/src/pagination/ListTestGridSessionActionsPaginator.ts index cd080268d4ae..0ca8b2d2e2ba 100644 --- a/clients/client-device-farm/src/pagination/ListTestGridSessionActionsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListTestGridSessionActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestGridSessionActionsCommand, diff --git a/clients/client-device-farm/src/pagination/ListTestGridSessionArtifactsPaginator.ts b/clients/client-device-farm/src/pagination/ListTestGridSessionArtifactsPaginator.ts index 8e666247370e..124a7f563af9 100644 --- a/clients/client-device-farm/src/pagination/ListTestGridSessionArtifactsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListTestGridSessionArtifactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestGridSessionArtifactsCommand, diff --git a/clients/client-device-farm/src/pagination/ListTestGridSessionsPaginator.ts b/clients/client-device-farm/src/pagination/ListTestGridSessionsPaginator.ts index a31008bc7fff..ea55734a9e24 100644 --- a/clients/client-device-farm/src/pagination/ListTestGridSessionsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListTestGridSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestGridSessionsCommand, diff --git a/clients/client-device-farm/src/pagination/ListTestsPaginator.ts b/clients/client-device-farm/src/pagination/ListTestsPaginator.ts index 78b53e9916dc..981b8df97606 100644 --- a/clients/client-device-farm/src/pagination/ListTestsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListTestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestsCommand, ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/pagination/ListUniqueProblemsPaginator.ts b/clients/client-device-farm/src/pagination/ListUniqueProblemsPaginator.ts index bccbf5ed165a..76432999e876 100644 --- a/clients/client-device-farm/src/pagination/ListUniqueProblemsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListUniqueProblemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUniqueProblemsCommand, diff --git a/clients/client-device-farm/src/pagination/ListUploadsPaginator.ts b/clients/client-device-farm/src/pagination/ListUploadsPaginator.ts index 58e77c6bd4ca..375c95da395c 100644 --- a/clients/client-device-farm/src/pagination/ListUploadsPaginator.ts +++ b/clients/client-device-farm/src/pagination/ListUploadsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUploadsCommand, ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand"; import { DeviceFarmClient } from "../DeviceFarmClient"; diff --git a/clients/client-device-farm/src/protocols/Aws_json1_1.ts b/clients/client-device-farm/src/protocols/Aws_json1_1.ts index 8a2b622a9d4b..c95685fbd901 100644 --- a/clients/client-device-farm/src/protocols/Aws_json1_1.ts +++ b/clients/client-device-farm/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "../commands/CreateDevicePoolCommand"; import { diff --git a/clients/client-device-farm/src/runtimeConfig.browser.ts b/clients/client-device-farm/src/runtimeConfig.browser.ts index c22b6333756f..ee3428c7691e 100644 --- a/clients/client-device-farm/src/runtimeConfig.browser.ts +++ b/clients/client-device-farm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DeviceFarmClientConfig } from "./DeviceFarmClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-device-farm/src/runtimeConfig.shared.ts b/clients/client-device-farm/src/runtimeConfig.shared.ts index 17f2224ded23..77277b007255 100644 --- a/clients/client-device-farm/src/runtimeConfig.shared.ts +++ b/clients/client-device-farm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DeviceFarmClientConfig } from "./DeviceFarmClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-device-farm/src/runtimeConfig.ts b/clients/client-device-farm/src/runtimeConfig.ts index 8ab6f168a914..7ab4730e827e 100644 --- a/clients/client-device-farm/src/runtimeConfig.ts +++ b/clients/client-device-farm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DeviceFarmClientConfig } from "./DeviceFarmClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index b9929a355f87..e497f2ed5ae9 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-devops-guru/src/DevOpsGuru.ts b/clients/client-devops-guru/src/DevOpsGuru.ts index 27d7cd1170ea..583998aa21c9 100644 --- a/clients/client-devops-guru/src/DevOpsGuru.ts +++ b/clients/client-devops-guru/src/DevOpsGuru.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddNotificationChannelCommand, diff --git a/clients/client-devops-guru/src/DevOpsGuruClient.ts b/clients/client-devops-guru/src/DevOpsGuruClient.ts index b05ad07fb6a4..37b7db2bebeb 100644 --- a/clients/client-devops-guru/src/DevOpsGuruClient.ts +++ b/clients/client-devops-guru/src/DevOpsGuruClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -240,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts index 34de39b2675d..d49837229faa 100644 --- a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts index 0a4ff37af236..f4f16672d951 100644 --- a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts index 51713ffef646..437ff3a56a35 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts index e84e89c8ed19..469e53502e9c 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts index f36f6bc00696..e98bae0551f2 100644 --- a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts index 2d4d0fda8696..968fc0f9c7bb 100644 --- a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts index b429de029952..d8688761d322 100644 --- a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts index faceeda1bca5..ebea515639d7 100644 --- a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts index c0e8a0a84907..d8f27ff6c50a 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts index 6d03041b971f..4b6130fdad88 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeOrganizationOverviewRequest, DescribeOrganizationOverviewResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts index 09da6a4aeccd..3cfe00e5ff88 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { diff --git a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts index 97d620a670b1..1c6dfbe2e68a 100644 --- a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeResourceCollectionHealthRequest, DescribeResourceCollectionHealthResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts index 0a6b94faad96..7ffc6f6f2f21 100644 --- a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { DescribeServiceIntegrationRequest, DescribeServiceIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts index 21f5dde1389e..25dad2c25268 100644 --- a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { GetCostEstimationRequest, GetCostEstimationResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts index dc8b5a661a3d..680bfc27d0a1 100644 --- a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { GetResourceCollectionRequest, GetResourceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts index 7ebc94151146..3ff3afc03e02 100644 --- a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListAnomaliesForInsightRequest, ListAnomaliesForInsightResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts index 8d9efd0a940a..2dae04c7ff28 100644 --- a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListEventsCommand.ts b/clients/client-devops-guru/src/commands/ListEventsCommand.ts index 8221f96a8161..0ddfff94c1f2 100644 --- a/clients/client-devops-guru/src/commands/ListEventsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListEventsRequest, ListEventsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts index d6d500363a07..c3bb1314e6a8 100644 --- a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts index b208f9ea33ab..0f78cc804911 100644 --- a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts +++ b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts index 0f7896c197f7..bb7db2070d39 100644 --- a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListNotificationChannelsRequest, ListNotificationChannelsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts index 252db2ad3006..bf5ec2ba0548 100644 --- a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts index 51023fd4c84d..806cca7f054a 100644 --- a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts index ed1c3f368fea..4b115ab9badf 100644 --- a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts index ef1fd6394277..46156fc46b6d 100644 --- a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts index 01cd8386a3df..9fc0980f9fd4 100644 --- a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts index ef5fb8a2a847..2a7a0993a48d 100644 --- a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts index 261c89efb8d0..86921be04e7d 100644 --- a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts index 1e4fecabf79a..33dd1dcd3fc5 100644 --- a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts index 124e1843e6e6..26094b27cef0 100644 --- a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts index 5c3b507a9a19..9032d5d960e5 100644 --- a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient"; import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0"; diff --git a/clients/client-devops-guru/src/endpoint/EndpointParameters.ts b/clients/client-devops-guru/src/endpoint/EndpointParameters.ts index 544867468600..d3d30aa22cd7 100644 --- a/clients/client-devops-guru/src/endpoint/EndpointParameters.ts +++ b/clients/client-devops-guru/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-devops-guru/src/endpoint/endpointResolver.ts b/clients/client-devops-guru/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-devops-guru/src/endpoint/endpointResolver.ts +++ b/clients/client-devops-guru/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-devops-guru/src/endpoint/ruleset.ts b/clients/client-devops-guru/src/endpoint/ruleset.ts index 4153f74e25be..ee9a2df9bcaf 100644 --- a/clients/client-devops-guru/src/endpoint/ruleset.ts +++ b/clients/client-devops-guru/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts b/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts index c3b7ac0bdabf..0a9d9f04e248 100644 --- a/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts +++ b/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-devops-guru/src/models/models_0.ts b/clients/client-devops-guru/src/models/models_0.ts index 60637c5fc49d..7b7852c6df97 100644 --- a/clients/client-devops-guru/src/models/models_0.ts +++ b/clients/client-devops-guru/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException"; diff --git a/clients/client-devops-guru/src/pagination/DescribeOrganizationResourceCollectionHealthPaginator.ts b/clients/client-devops-guru/src/pagination/DescribeOrganizationResourceCollectionHealthPaginator.ts index 91fcaa0e1e62..a2492ae5989e 100644 --- a/clients/client-devops-guru/src/pagination/DescribeOrganizationResourceCollectionHealthPaginator.ts +++ b/clients/client-devops-guru/src/pagination/DescribeOrganizationResourceCollectionHealthPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationResourceCollectionHealthCommand, diff --git a/clients/client-devops-guru/src/pagination/DescribeResourceCollectionHealthPaginator.ts b/clients/client-devops-guru/src/pagination/DescribeResourceCollectionHealthPaginator.ts index de6772f35516..e993f358cc9c 100644 --- a/clients/client-devops-guru/src/pagination/DescribeResourceCollectionHealthPaginator.ts +++ b/clients/client-devops-guru/src/pagination/DescribeResourceCollectionHealthPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeResourceCollectionHealthCommand, diff --git a/clients/client-devops-guru/src/pagination/GetCostEstimationPaginator.ts b/clients/client-devops-guru/src/pagination/GetCostEstimationPaginator.ts index 96b8a5d6f361..bded0eb27d45 100644 --- a/clients/client-devops-guru/src/pagination/GetCostEstimationPaginator.ts +++ b/clients/client-devops-guru/src/pagination/GetCostEstimationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCostEstimationCommand, diff --git a/clients/client-devops-guru/src/pagination/GetResourceCollectionPaginator.ts b/clients/client-devops-guru/src/pagination/GetResourceCollectionPaginator.ts index a8b1de79f781..6508aa03cd5a 100644 --- a/clients/client-devops-guru/src/pagination/GetResourceCollectionPaginator.ts +++ b/clients/client-devops-guru/src/pagination/GetResourceCollectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceCollectionCommand, diff --git a/clients/client-devops-guru/src/pagination/Interfaces.ts b/clients/client-devops-guru/src/pagination/Interfaces.ts index 67cb0287b099..fe42ddce9a0d 100644 --- a/clients/client-devops-guru/src/pagination/Interfaces.ts +++ b/clients/client-devops-guru/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DevOpsGuruClient } from "../DevOpsGuruClient"; diff --git a/clients/client-devops-guru/src/pagination/ListAnomaliesForInsightPaginator.ts b/clients/client-devops-guru/src/pagination/ListAnomaliesForInsightPaginator.ts index f2edec287c4f..51e3212ca6ef 100644 --- a/clients/client-devops-guru/src/pagination/ListAnomaliesForInsightPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListAnomaliesForInsightPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomaliesForInsightCommand, diff --git a/clients/client-devops-guru/src/pagination/ListAnomalousLogGroupsPaginator.ts b/clients/client-devops-guru/src/pagination/ListAnomalousLogGroupsPaginator.ts index be856e2b535c..019bf621461a 100644 --- a/clients/client-devops-guru/src/pagination/ListAnomalousLogGroupsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListAnomalousLogGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomalousLogGroupsCommand, diff --git a/clients/client-devops-guru/src/pagination/ListEventsPaginator.ts b/clients/client-devops-guru/src/pagination/ListEventsPaginator.ts index 11836e629125..79ad621d0708 100644 --- a/clients/client-devops-guru/src/pagination/ListEventsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventsCommand, ListEventsCommandInput, ListEventsCommandOutput } from "../commands/ListEventsCommand"; import { DevOpsGuruClient } from "../DevOpsGuruClient"; diff --git a/clients/client-devops-guru/src/pagination/ListInsightsPaginator.ts b/clients/client-devops-guru/src/pagination/ListInsightsPaginator.ts index 329181508016..470e69c16281 100644 --- a/clients/client-devops-guru/src/pagination/ListInsightsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInsightsCommand, diff --git a/clients/client-devops-guru/src/pagination/ListMonitoredResourcesPaginator.ts b/clients/client-devops-guru/src/pagination/ListMonitoredResourcesPaginator.ts index 1c25e8d9ec0d..09ead9d76047 100644 --- a/clients/client-devops-guru/src/pagination/ListMonitoredResourcesPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListMonitoredResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitoredResourcesCommand, diff --git a/clients/client-devops-guru/src/pagination/ListNotificationChannelsPaginator.ts b/clients/client-devops-guru/src/pagination/ListNotificationChannelsPaginator.ts index b1a9667c1f92..28d0c796c715 100644 --- a/clients/client-devops-guru/src/pagination/ListNotificationChannelsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListNotificationChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNotificationChannelsCommand, diff --git a/clients/client-devops-guru/src/pagination/ListOrganizationInsightsPaginator.ts b/clients/client-devops-guru/src/pagination/ListOrganizationInsightsPaginator.ts index a5a8c327f035..fcec4bd3cb35 100644 --- a/clients/client-devops-guru/src/pagination/ListOrganizationInsightsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListOrganizationInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationInsightsCommand, diff --git a/clients/client-devops-guru/src/pagination/ListRecommendationsPaginator.ts b/clients/client-devops-guru/src/pagination/ListRecommendationsPaginator.ts index 163776ebcf70..c4184a827966 100644 --- a/clients/client-devops-guru/src/pagination/ListRecommendationsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/ListRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecommendationsCommand, diff --git a/clients/client-devops-guru/src/pagination/SearchInsightsPaginator.ts b/clients/client-devops-guru/src/pagination/SearchInsightsPaginator.ts index 3dc32a11bceb..aa9bfee49181 100644 --- a/clients/client-devops-guru/src/pagination/SearchInsightsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/SearchInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchInsightsCommand, diff --git a/clients/client-devops-guru/src/pagination/SearchOrganizationInsightsPaginator.ts b/clients/client-devops-guru/src/pagination/SearchOrganizationInsightsPaginator.ts index f05e9b9d473c..4a99c610f441 100644 --- a/clients/client-devops-guru/src/pagination/SearchOrganizationInsightsPaginator.ts +++ b/clients/client-devops-guru/src/pagination/SearchOrganizationInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchOrganizationInsightsCommand, diff --git a/clients/client-devops-guru/src/protocols/Aws_restJson1.ts b/clients/client-devops-guru/src/protocols/Aws_restJson1.ts index dcf990427027..9d9086afd3ba 100644 --- a/clients/client-devops-guru/src/protocols/Aws_restJson1.ts +++ b/clients/client-devops-guru/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-devops-guru/src/runtimeConfig.browser.ts b/clients/client-devops-guru/src/runtimeConfig.browser.ts index f3b3abe3d178..840cb605844b 100644 --- a/clients/client-devops-guru/src/runtimeConfig.browser.ts +++ b/clients/client-devops-guru/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DevOpsGuruClientConfig } from "./DevOpsGuruClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-devops-guru/src/runtimeConfig.shared.ts b/clients/client-devops-guru/src/runtimeConfig.shared.ts index b3c1d11839ab..0639d503f9f7 100644 --- a/clients/client-devops-guru/src/runtimeConfig.shared.ts +++ b/clients/client-devops-guru/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DevOpsGuruClientConfig } from "./DevOpsGuruClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-devops-guru/src/runtimeConfig.ts b/clients/client-devops-guru/src/runtimeConfig.ts index 6739dbe6fdc2..549c77719f43 100644 --- a/clients/client-devops-guru/src/runtimeConfig.ts +++ b/clients/client-devops-guru/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DevOpsGuruClientConfig } from "./DevOpsGuruClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index 7c368bb7fe24..f0cfa0bcbc18 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-direct-connect/src/DirectConnect.ts b/clients/client-direct-connect/src/DirectConnect.ts index 142698ffb9d4..610e74efb990 100644 --- a/clients/client-direct-connect/src/DirectConnect.ts +++ b/clients/client-direct-connect/src/DirectConnect.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptDirectConnectGatewayAssociationProposalCommand, diff --git a/clients/client-direct-connect/src/DirectConnectClient.ts b/clients/client-direct-connect/src/DirectConnectClient.ts index a0275d56b1f3..8af66b96d520 100644 --- a/clients/client-direct-connect/src/DirectConnectClient.ts +++ b/clients/client-direct-connect/src/DirectConnectClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -405,7 +403,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -514,7 +512,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts index 46e9069ba485..82dafb94e26a 100644 --- a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index 34b4c171ff39..5ee704cb0e9f 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AllocateConnectionOnInterconnectRequest, Connection } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts index c3dc62aadef1..0a5e5b6b84b3 100644 --- a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AllocateHostedConnectionRequest, Connection } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts index 1aed96c10208..95e33420b560 100644 --- a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AllocatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts index 7b8328b6167c..fdfa00640fed 100644 --- a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AllocatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts index d3d9947e21dd..ca9ba5cdf9e7 100644 --- a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AllocateTransitVirtualInterfaceRequest, AllocateTransitVirtualInterfaceResult } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts index 7f934a31c4f1..d47d00f3b82b 100644 --- a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AssociateConnectionWithLagRequest, Connection } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts index b1d01f98dda2..d34389a0d203 100644 --- a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AssociateHostedConnectionRequest, Connection } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts index af9028f7e474..f4f6900aac20 100644 --- a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts index 3363af941932..2938dd1f2c12 100644 --- a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts index ee69a2a9f811..9feedb34d1b7 100644 --- a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts index e5c0628191b8..da0efda8f8df 100644 --- a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts index c508b656010e..e48094b95c47 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts index e38a25012cf0..ef2a617cce4c 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts index e70e3754c3f3..ab2d8810e7f3 100644 --- a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts index 9d2c674d7970..38508452a1ac 100644 --- a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts index c8a477db3850..d4f8c334823d 100644 --- a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connection, CreateConnectionRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts index 425b56095393..1de0755babc4 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts index caecc75eee66..efcb9b44df21 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts index 214ffea4fa12..e3e595911ffe 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts index 5e5c0b14a8d6..8130c2207a0b 100644 --- a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreateInterconnectRequest, Interconnect } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts index af6edd400c3a..c3a45e101bef 100644 --- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreateLagRequest, Lag } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts index 7ebab16a08ff..4efa74e1a0d0 100644 --- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts index c30a77731b8a..d853016e638d 100644 --- a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts index f1bd0f2ca469..d40b8591c20d 100644 --- a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { CreateTransitVirtualInterfaceRequest, CreateTransitVirtualInterfaceResult } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts index 65b45fdf062d..051ff890d23a 100644 --- a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DeleteBGPPeerRequest, DeleteBGPPeerResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts index 0e970ce46770..8f3b5bf01c0b 100644 --- a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connection, DeleteConnectionRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts index 9d64ee3a3812..0bb2970cfb0d 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts index 7a7da0156929..a421e0863301 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts index a2accb956b48..368d72a9a9e7 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DeleteDirectConnectGatewayRequest, DeleteDirectConnectGatewayResult } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts index c5502483562a..d161f2b1de78 100644 --- a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DeleteInterconnectRequest, DeleteInterconnectResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts index 79e16c8c6b18..4aaf66b29dcf 100644 --- a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DeleteLagRequest, Lag } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts index f0d30f1a49dc..d0b62b0e7725 100644 --- a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DeleteVirtualInterfaceRequest, DeleteVirtualInterfaceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index 0e46e987aa94..47108dab1637 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeConnectionLoaRequest, DescribeConnectionLoaResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts index ec331ccab047..ac5b1b1595b1 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connections, DescribeConnectionsRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index f7c2153702ae..9aa86d27ca45 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connections, DescribeConnectionsOnInterconnectRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts index c4191a4bc7ae..e740c0cf91f6 100644 --- a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeCustomerMetadataResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts index 569923ba2173..da0a63687c72 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts index 167832ff4070..829790c6fce0 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts index d2d5902a8f1b..62e5493201a6 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts index 0392659d3599..29d2588a8037 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeDirectConnectGatewaysRequest, DescribeDirectConnectGatewaysResult } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts index 3388375d8b3a..deb4ea7d52c2 100644 --- a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connections, DescribeHostedConnectionsRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index cd17e55e325c..be9ef52ad959 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeInterconnectLoaRequest, DescribeInterconnectLoaResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts index a71182821113..c56f879bf43f 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeInterconnectsRequest, Interconnects } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts index fef2cb8ed4ad..078f2d4e3bb0 100644 --- a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeLagsRequest, Lags } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts index 538431e0798e..d9e7dcc836c2 100644 --- a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeLoaRequest, Loa } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts index 43cac4a294af..58353ec4cde1 100644 --- a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Locations } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts index 653a8f2afc19..3ccabad53c68 100644 --- a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts index fec321b4071b..1c64545ddeb4 100644 --- a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts index 755fe696eaec..163e3680770d 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { VirtualGateways } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts index 7602b50a66b1..44b8dff05ec1 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DescribeVirtualInterfacesRequest, VirtualInterfaces } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts index f601d4d7b8c9..ad68f2191e8b 100644 --- a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connection, DisassociateConnectionFromLagRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts index ce7b5fddd493..a24a2754766d 100644 --- a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { DisassociateMacSecKeyRequest, DisassociateMacSecKeyResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts index 60ee1f666820..42c825258393 100644 --- a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +++ b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { ListVirtualInterfaceTestHistoryRequest, ListVirtualInterfaceTestHistoryResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts index 431c553dc717..48a3f4ea3ecc 100644 --- a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { StartBgpFailoverTestRequest, StartBgpFailoverTestResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts index 8186cd22b43a..e42d61b221ee 100644 --- a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { StopBgpFailoverTestRequest, StopBgpFailoverTestResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/TagResourceCommand.ts b/clients/client-direct-connect/src/commands/TagResourceCommand.ts index fc51f03563e3..7b966aad62dc 100644 --- a/clients/client-direct-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts index e1096b0fa8a3..6c457189b6b6 100644 --- a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts index a84e726bb126..8bb2f46db465 100644 --- a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Connection, UpdateConnectionRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts index 82c352474a3f..210dd2d6c22e 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts index 1102c5309bea..93570b33d702 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts index 0e3e5642616b..2094c714c7aa 100644 --- a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { Lag, UpdateLagRequest } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts index 1fb8bc6b8b8c..32713ec1767c 100644 --- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient"; import { UpdateVirtualInterfaceAttributesRequest, VirtualInterface } from "../models/models_0"; diff --git a/clients/client-direct-connect/src/endpoint/EndpointParameters.ts b/clients/client-direct-connect/src/endpoint/EndpointParameters.ts index 1c267bb2efa7..405364606d37 100644 --- a/clients/client-direct-connect/src/endpoint/EndpointParameters.ts +++ b/clients/client-direct-connect/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-direct-connect/src/endpoint/endpointResolver.ts b/clients/client-direct-connect/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-direct-connect/src/endpoint/endpointResolver.ts +++ b/clients/client-direct-connect/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-direct-connect/src/endpoint/ruleset.ts b/clients/client-direct-connect/src/endpoint/ruleset.ts index 41d0c40ae7fd..a1bbba932011 100644 --- a/clients/client-direct-connect/src/endpoint/ruleset.ts +++ b/clients/client-direct-connect/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-direct-connect/src/models/DirectConnectServiceException.ts b/clients/client-direct-connect/src/models/DirectConnectServiceException.ts index 89fa7ba14321..0682044f9f2b 100644 --- a/clients/client-direct-connect/src/models/DirectConnectServiceException.ts +++ b/clients/client-direct-connect/src/models/DirectConnectServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-direct-connect/src/models/models_0.ts b/clients/client-direct-connect/src/models/models_0.ts index 62562aec4862..7d885df0c369 100644 --- a/clients/client-direct-connect/src/models/models_0.ts +++ b/clients/client-direct-connect/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DirectConnectServiceException as __BaseException } from "./DirectConnectServiceException"; diff --git a/clients/client-direct-connect/src/protocols/Aws_json1_1.ts b/clients/client-direct-connect/src/protocols/Aws_json1_1.ts index 8e8d64bc3131..faf486a729ab 100644 --- a/clients/client-direct-connect/src/protocols/Aws_json1_1.ts +++ b/clients/client-direct-connect/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptDirectConnectGatewayAssociationProposalCommandInput, diff --git a/clients/client-direct-connect/src/runtimeConfig.browser.ts b/clients/client-direct-connect/src/runtimeConfig.browser.ts index 92d95e0d92c9..8487d786979f 100644 --- a/clients/client-direct-connect/src/runtimeConfig.browser.ts +++ b/clients/client-direct-connect/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DirectConnectClientConfig } from "./DirectConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-direct-connect/src/runtimeConfig.shared.ts b/clients/client-direct-connect/src/runtimeConfig.shared.ts index 8185b624676d..fe8d8d31cc4d 100644 --- a/clients/client-direct-connect/src/runtimeConfig.shared.ts +++ b/clients/client-direct-connect/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DirectConnectClientConfig } from "./DirectConnectClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-direct-connect/src/runtimeConfig.ts b/clients/client-direct-connect/src/runtimeConfig.ts index bca151d3bb36..406b659ff56d 100644 --- a/clients/client-direct-connect/src/runtimeConfig.ts +++ b/clients/client-direct-connect/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DirectConnectClientConfig } from "./DirectConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index 409fbe4a22d3..b4774d0951d0 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-directory-service/src/DirectoryService.ts b/clients/client-directory-service/src/DirectoryService.ts index 933a62bdde01..49db5f63102b 100644 --- a/clients/client-directory-service/src/DirectoryService.ts +++ b/clients/client-directory-service/src/DirectoryService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptSharedDirectoryCommand, diff --git a/clients/client-directory-service/src/DirectoryServiceClient.ts b/clients/client-directory-service/src/DirectoryServiceClient.ts index 5e6331924ad3..c9f26f6a2829 100644 --- a/clients/client-directory-service/src/DirectoryServiceClient.ts +++ b/clients/client-directory-service/src/DirectoryServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -372,7 +370,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -481,7 +479,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts index dd15924f167e..d773a9da3f13 100644 --- a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts index 44fd628b53ee..110edb234852 100644 --- a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { AddIpRoutesRequest, AddIpRoutesResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/AddRegionCommand.ts b/clients/client-directory-service/src/commands/AddRegionCommand.ts index 06909893b7c4..1f2a0307dd4a 100644 --- a/clients/client-directory-service/src/commands/AddRegionCommand.ts +++ b/clients/client-directory-service/src/commands/AddRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { AddRegionRequest, AddRegionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts index eaa928b0633e..93756ad46813 100644 --- a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts index 60beac9cb797..e187a0677f30 100644 --- a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CancelSchemaExtensionRequest, CancelSchemaExtensionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts index 62ab1aaacd35..406b7995001c 100644 --- a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/CreateAliasCommand.ts b/clients/client-directory-service/src/commands/CreateAliasCommand.ts index 296b96b891fa..274ee4f32cf0 100644 --- a/clients/client-directory-service/src/commands/CreateAliasCommand.ts +++ b/clients/client-directory-service/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CreateAliasRequest, CreateAliasResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/CreateComputerCommand.ts b/clients/client-directory-service/src/commands/CreateComputerCommand.ts index 10cfd5e54d21..cb72c1043165 100644 --- a/clients/client-directory-service/src/commands/CreateComputerCommand.ts +++ b/clients/client-directory-service/src/commands/CreateComputerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts index 8b6267dff1ca..651eea069fcd 100644 --- a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CreateConditionalForwarderRequest, CreateConditionalForwarderResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts index 9e443fec614a..1e036b957486 100644 --- a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts index adaec6a027b9..1f2edfba7779 100644 --- a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CreateLogSubscriptionRequest, CreateLogSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts index 4c5173c52c5d..d9558d4e6dbb 100644 --- a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts +++ b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts index 7a186ec56565..6da36789f57e 100644 --- a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/CreateTrustCommand.ts b/clients/client-directory-service/src/commands/CreateTrustCommand.ts index 1d3670a43905..e9b7e8cfc72f 100644 --- a/clients/client-directory-service/src/commands/CreateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/CreateTrustCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { CreateTrustRequest, CreateTrustRequestFilterSensitiveLog, CreateTrustResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts index af1a96ec5ba0..491ffae0db4e 100644 --- a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeleteConditionalForwarderRequest, DeleteConditionalForwarderResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts index 8f430e0b3c08..7f51678f9ce4 100644 --- a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeleteDirectoryRequest, DeleteDirectoryResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts index 8df5c7d8e97c..cb9ac360ec71 100644 --- a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeleteLogSubscriptionRequest, DeleteLogSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts index 1e746c98e7d7..4458855c5be9 100644 --- a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeleteSnapshotRequest, DeleteSnapshotResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts index 9e4f48a9e838..00205d54c15b 100644 --- a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeleteTrustRequest, DeleteTrustResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts index 339fef87ce74..697e7b6ba5be 100644 --- a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeregisterCertificateRequest, DeregisterCertificateResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts index 62326c98e85d..9d74f164325c 100644 --- a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DeregisterEventTopicRequest, DeregisterEventTopicResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts index 7e489edad3da..3c74ed43415c 100644 --- a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeCertificateRequest, DescribeCertificateResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts index 3236b1b7b3f5..b275debf6089 100644 --- a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts index e84f938bcb5a..f3d6ac040a1c 100644 --- a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeConditionalForwardersRequest, DescribeConditionalForwardersResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts index 94a4a76c58bf..b092c87a7e98 100644 --- a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts index 4cea490ceb39..6a0a4eb6d22f 100644 --- a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeDomainControllersRequest, DescribeDomainControllersResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts index 1d4630fe12ca..17b995047d9a 100644 --- a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeEventTopicsRequest, DescribeEventTopicsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts index 2fff4cf1955f..34efeff711a9 100644 --- a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeLDAPSSettingsRequest, DescribeLDAPSSettingsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts index fe8f8a93b08a..9d49efd5b41e 100644 --- a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts index 622de3aea154..72f94525d09e 100644 --- a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeSettingsRequest, DescribeSettingsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts index 56957f697824..6cb4a95ba2a8 100644 --- a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts index 131d6c88b3bd..b26ade0fb146 100644 --- a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts index f68d5fe1ddea..5505e0142e15 100644 --- a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeTrustsRequest, DescribeTrustsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts index fa8df1a4d385..4fdcbb698080 100644 --- a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DescribeUpdateDirectoryRequest, DescribeUpdateDirectoryResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts index a76d48fe1e58..7f654a5b5012 100644 --- a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DisableClientAuthenticationRequest, DisableClientAuthenticationResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts index f243e65de75b..8155c9a4589c 100644 --- a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DisableLDAPSRequest, DisableLDAPSResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts index 217aa0c069c5..d459741205c9 100644 --- a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DisableRadiusRequest, DisableRadiusResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/DisableSsoCommand.ts b/clients/client-directory-service/src/commands/DisableSsoCommand.ts index fe5b7d5485be..cdb49b97dd16 100644 --- a/clients/client-directory-service/src/commands/DisableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/DisableSsoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { DisableSsoRequest, DisableSsoRequestFilterSensitiveLog, DisableSsoResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts index cb135ff285b6..5cf801e017c3 100644 --- a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { EnableClientAuthenticationRequest, EnableClientAuthenticationResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts index c3876e25afdc..b2c51343bfe8 100644 --- a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { EnableLDAPSRequest, EnableLDAPSResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts index f2e447b9730d..8aaf5ea072bf 100644 --- a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { EnableRadiusRequest, EnableRadiusRequestFilterSensitiveLog, EnableRadiusResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/EnableSsoCommand.ts b/clients/client-directory-service/src/commands/EnableSsoCommand.ts index 680e36abfade..702a85897b2b 100644 --- a/clients/client-directory-service/src/commands/EnableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/EnableSsoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { EnableSsoRequest, EnableSsoRequestFilterSensitiveLog, EnableSsoResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts index f823c7c8863b..1a466690b544 100644 --- a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { GetDirectoryLimitsRequest, GetDirectoryLimitsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts index 3049c5837603..13c8d706cff4 100644 --- a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { GetSnapshotLimitsRequest, GetSnapshotLimitsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts index 15d8d1e8a857..68ff51f09c20 100644 --- a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts +++ b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { ListCertificatesRequest, ListCertificatesResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts index cb437fff3241..fc54e9693e23 100644 --- a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { ListIpRoutesRequest, ListIpRoutesResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts index 4220a52015e4..2797c3075de3 100644 --- a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { ListLogSubscriptionsRequest, ListLogSubscriptionsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts index 25b0631683be..00167464d090 100644 --- a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { ListSchemaExtensionsRequest, ListSchemaExtensionsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts index 7a32726bb40b..90294123d1a1 100644 --- a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts index 8c09621116a3..92ee2e5216fc 100644 --- a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RegisterCertificateRequest, RegisterCertificateResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts index 82d7492967e1..b21e56d4f10d 100644 --- a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RegisterEventTopicRequest, RegisterEventTopicResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts index 1597475bfc0e..58ac9bd7ed61 100644 --- a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RejectSharedDirectoryRequest, RejectSharedDirectoryResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts index 9c379ec332a9..8adff6603eb9 100644 --- a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RemoveIpRoutesRequest, RemoveIpRoutesResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts index fcd6cdaa2b0a..d8d6f4338b4b 100644 --- a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts index 45c6727ba9bd..60a42ebb85fa 100644 --- a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts index 4a79ee14aa99..6004b1d1b3fc 100644 --- a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts index cf61183bbdb7..e35363d9a634 100644 --- a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts index 368543e2aa30..10f9516a3ee3 100644 --- a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { diff --git a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts index 4c746087957d..b31090d55870 100644 --- a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts index 2d91fc24c6ff..8d5dc4def4aa 100644 --- a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UnshareDirectoryRequest, UnshareDirectoryResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts index 0c3693ff1c3f..64ee454cfbe1 100644 --- a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateConditionalForwarderRequest, UpdateConditionalForwarderResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts index c8561b8b676a..d9042b517da9 100644 --- a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateDirectorySetupRequest, UpdateDirectorySetupResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts index 566dfbded94f..6ab7afc7dd93 100644 --- a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateNumberOfDomainControllersRequest, UpdateNumberOfDomainControllersResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts index c3faed2f541b..80efe2c1b8c7 100644 --- a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateRadiusRequest, UpdateRadiusRequestFilterSensitiveLog, UpdateRadiusResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts index 5b98ec53f423..6cae2da6d71d 100644 --- a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateSettingsRequest, UpdateSettingsResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts index 836d16495280..9526f9e208e5 100644 --- a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts index 24f7e48a1bc9..72b981b0de7b 100644 --- a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts +++ b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient"; import { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0"; diff --git a/clients/client-directory-service/src/endpoint/EndpointParameters.ts b/clients/client-directory-service/src/endpoint/EndpointParameters.ts index decd4ac0c488..292763ea384f 100644 --- a/clients/client-directory-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-directory-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-directory-service/src/endpoint/endpointResolver.ts b/clients/client-directory-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-directory-service/src/endpoint/endpointResolver.ts +++ b/clients/client-directory-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-directory-service/src/endpoint/ruleset.ts b/clients/client-directory-service/src/endpoint/ruleset.ts index 5d4c85fd53ba..d9323839fb19 100644 --- a/clients/client-directory-service/src/endpoint/ruleset.ts +++ b/clients/client-directory-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts b/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts index bb5de9fad042..730ab1e989a3 100644 --- a/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts +++ b/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-directory-service/src/models/models_0.ts b/clients/client-directory-service/src/models/models_0.ts index 030fbc0df1fb..03fe1eed0cb0 100644 --- a/clients/client-directory-service/src/models/models_0.ts +++ b/clients/client-directory-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException"; diff --git a/clients/client-directory-service/src/pagination/DescribeClientAuthenticationSettingsPaginator.ts b/clients/client-directory-service/src/pagination/DescribeClientAuthenticationSettingsPaginator.ts index 16e274b72e32..a21af4e80bd3 100644 --- a/clients/client-directory-service/src/pagination/DescribeClientAuthenticationSettingsPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeClientAuthenticationSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientAuthenticationSettingsCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeDirectoriesPaginator.ts b/clients/client-directory-service/src/pagination/DescribeDirectoriesPaginator.ts index 6978d76ef155..004682cc4e05 100644 --- a/clients/client-directory-service/src/pagination/DescribeDirectoriesPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeDirectoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDirectoriesCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeDomainControllersPaginator.ts b/clients/client-directory-service/src/pagination/DescribeDomainControllersPaginator.ts index e56d5c457489..befb008c7afc 100644 --- a/clients/client-directory-service/src/pagination/DescribeDomainControllersPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeDomainControllersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDomainControllersCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeLDAPSSettingsPaginator.ts b/clients/client-directory-service/src/pagination/DescribeLDAPSSettingsPaginator.ts index cdce99ac7273..ca5eeb005f27 100644 --- a/clients/client-directory-service/src/pagination/DescribeLDAPSSettingsPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeLDAPSSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLDAPSSettingsCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeRegionsPaginator.ts b/clients/client-directory-service/src/pagination/DescribeRegionsPaginator.ts index 3e427b6061dd..560f247dceb5 100644 --- a/clients/client-directory-service/src/pagination/DescribeRegionsPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeRegionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRegionsCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeSharedDirectoriesPaginator.ts b/clients/client-directory-service/src/pagination/DescribeSharedDirectoriesPaginator.ts index 032e5f82c773..4e9cebc1ed0b 100644 --- a/clients/client-directory-service/src/pagination/DescribeSharedDirectoriesPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeSharedDirectoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSharedDirectoriesCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeSnapshotsPaginator.ts b/clients/client-directory-service/src/pagination/DescribeSnapshotsPaginator.ts index ff225171384b..6ad83b3aeddd 100644 --- a/clients/client-directory-service/src/pagination/DescribeSnapshotsPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeTrustsPaginator.ts b/clients/client-directory-service/src/pagination/DescribeTrustsPaginator.ts index d674bc1e6acf..5dc24d39163e 100644 --- a/clients/client-directory-service/src/pagination/DescribeTrustsPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeTrustsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTrustsCommand, diff --git a/clients/client-directory-service/src/pagination/DescribeUpdateDirectoryPaginator.ts b/clients/client-directory-service/src/pagination/DescribeUpdateDirectoryPaginator.ts index 4eebcea81109..c157be8d4429 100644 --- a/clients/client-directory-service/src/pagination/DescribeUpdateDirectoryPaginator.ts +++ b/clients/client-directory-service/src/pagination/DescribeUpdateDirectoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUpdateDirectoryCommand, diff --git a/clients/client-directory-service/src/pagination/Interfaces.ts b/clients/client-directory-service/src/pagination/Interfaces.ts index e9bb8a900a73..a1d071f5ef27 100644 --- a/clients/client-directory-service/src/pagination/Interfaces.ts +++ b/clients/client-directory-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DirectoryServiceClient } from "../DirectoryServiceClient"; diff --git a/clients/client-directory-service/src/pagination/ListCertificatesPaginator.ts b/clients/client-directory-service/src/pagination/ListCertificatesPaginator.ts index 9213eb138436..85886af26824 100644 --- a/clients/client-directory-service/src/pagination/ListCertificatesPaginator.ts +++ b/clients/client-directory-service/src/pagination/ListCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCertificatesCommand, diff --git a/clients/client-directory-service/src/pagination/ListIpRoutesPaginator.ts b/clients/client-directory-service/src/pagination/ListIpRoutesPaginator.ts index e370e4def633..fa2dba7de159 100644 --- a/clients/client-directory-service/src/pagination/ListIpRoutesPaginator.ts +++ b/clients/client-directory-service/src/pagination/ListIpRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIpRoutesCommand, diff --git a/clients/client-directory-service/src/pagination/ListLogSubscriptionsPaginator.ts b/clients/client-directory-service/src/pagination/ListLogSubscriptionsPaginator.ts index 77cd1b81776e..77fa8b6e9706 100644 --- a/clients/client-directory-service/src/pagination/ListLogSubscriptionsPaginator.ts +++ b/clients/client-directory-service/src/pagination/ListLogSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLogSubscriptionsCommand, diff --git a/clients/client-directory-service/src/pagination/ListSchemaExtensionsPaginator.ts b/clients/client-directory-service/src/pagination/ListSchemaExtensionsPaginator.ts index 306aacf201a5..7e94de068500 100644 --- a/clients/client-directory-service/src/pagination/ListSchemaExtensionsPaginator.ts +++ b/clients/client-directory-service/src/pagination/ListSchemaExtensionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemaExtensionsCommand, diff --git a/clients/client-directory-service/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-directory-service/src/pagination/ListTagsForResourcePaginator.ts index 0a9b04d6ff26..88b34239bd85 100644 --- a/clients/client-directory-service/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-directory-service/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-directory-service/src/protocols/Aws_json1_1.ts b/clients/client-directory-service/src/protocols/Aws_json1_1.ts index bd3dbfcf830f..2abc39ba448e 100644 --- a/clients/client-directory-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-directory-service/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptSharedDirectoryCommandInput, diff --git a/clients/client-directory-service/src/runtimeConfig.browser.ts b/clients/client-directory-service/src/runtimeConfig.browser.ts index 6942cd9df99c..b6bc9fc73adf 100644 --- a/clients/client-directory-service/src/runtimeConfig.browser.ts +++ b/clients/client-directory-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DirectoryServiceClientConfig } from "./DirectoryServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-directory-service/src/runtimeConfig.shared.ts b/clients/client-directory-service/src/runtimeConfig.shared.ts index cc315b2e9b7b..0d3daa627221 100644 --- a/clients/client-directory-service/src/runtimeConfig.shared.ts +++ b/clients/client-directory-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DirectoryServiceClientConfig } from "./DirectoryServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-directory-service/src/runtimeConfig.ts b/clients/client-directory-service/src/runtimeConfig.ts index 9dbb452c270a..13611a71af05 100644 --- a/clients/client-directory-service/src/runtimeConfig.ts +++ b/clients/client-directory-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DirectoryServiceClientConfig } from "./DirectoryServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index 3209bbdf6952..bdd3bcdd64aa 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-dlm/src/DLM.ts b/clients/client-dlm/src/DLM.ts index 3b08b0b084ee..524bb10c94e1 100644 --- a/clients/client-dlm/src/DLM.ts +++ b/clients/client-dlm/src/DLM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateLifecyclePolicyCommand, diff --git a/clients/client-dlm/src/DLMClient.ts b/clients/client-dlm/src/DLMClient.ts index 350061987719..532a5552eee4 100644 --- a/clients/client-dlm/src/DLMClient.ts +++ b/clients/client-dlm/src/DLMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -120,7 +118,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -229,7 +227,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts index b1860c4a0a18..860002f52c6c 100644 --- a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { CreateLifecyclePolicyRequest, CreateLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts index 49a514fb4fa3..a164378a7f72 100644 --- a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts index d9f2aa7a5060..a3c0bed4b3ef 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { GetLifecyclePoliciesRequest, GetLifecyclePoliciesResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts index b678c32b636a..1f4e61ff0646 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts index 9ae33789f31c..4e976b733a8b 100644 --- a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/TagResourceCommand.ts b/clients/client-dlm/src/commands/TagResourceCommand.ts index 09ceeb53d91a..0c2745c7c92d 100644 --- a/clients/client-dlm/src/commands/TagResourceCommand.ts +++ b/clients/client-dlm/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/UntagResourceCommand.ts b/clients/client-dlm/src/commands/UntagResourceCommand.ts index 3663414ba300..54ac13e39983 100644 --- a/clients/client-dlm/src/commands/UntagResourceCommand.ts +++ b/clients/client-dlm/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts index 00aae1508005..cce41df1d492 100644 --- a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DLMClient"; import { UpdateLifecyclePolicyRequest, UpdateLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-dlm/src/endpoint/EndpointParameters.ts b/clients/client-dlm/src/endpoint/EndpointParameters.ts index 90bce711889b..f4bf63ff90b5 100644 --- a/clients/client-dlm/src/endpoint/EndpointParameters.ts +++ b/clients/client-dlm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-dlm/src/endpoint/endpointResolver.ts b/clients/client-dlm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-dlm/src/endpoint/endpointResolver.ts +++ b/clients/client-dlm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-dlm/src/endpoint/ruleset.ts b/clients/client-dlm/src/endpoint/ruleset.ts index 480362725f1d..bf0804f6d2cd 100644 --- a/clients/client-dlm/src/endpoint/ruleset.ts +++ b/clients/client-dlm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-dlm/src/models/DLMServiceException.ts b/clients/client-dlm/src/models/DLMServiceException.ts index 780e2072b8e1..4f9da6a447d8 100644 --- a/clients/client-dlm/src/models/DLMServiceException.ts +++ b/clients/client-dlm/src/models/DLMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-dlm/src/models/models_0.ts b/clients/client-dlm/src/models/models_0.ts index 099a4fcd6294..bf6f2ff38c14 100644 --- a/clients/client-dlm/src/models/models_0.ts +++ b/clients/client-dlm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DLMServiceException as __BaseException } from "./DLMServiceException"; diff --git a/clients/client-dlm/src/protocols/Aws_restJson1.ts b/clients/client-dlm/src/protocols/Aws_restJson1.ts index 249145c56d43..f1f3ce1225e3 100644 --- a/clients/client-dlm/src/protocols/Aws_restJson1.ts +++ b/clients/client-dlm/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLifecyclePolicyCommandInput, diff --git a/clients/client-dlm/src/runtimeConfig.browser.ts b/clients/client-dlm/src/runtimeConfig.browser.ts index 34b4aaa7369f..fd9b7ecd2d11 100644 --- a/clients/client-dlm/src/runtimeConfig.browser.ts +++ b/clients/client-dlm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DLMClientConfig } from "./DLMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-dlm/src/runtimeConfig.shared.ts b/clients/client-dlm/src/runtimeConfig.shared.ts index 968e16c5cf3d..38df357d607a 100644 --- a/clients/client-dlm/src/runtimeConfig.shared.ts +++ b/clients/client-dlm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DLMClientConfig } from "./DLMClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-dlm/src/runtimeConfig.ts b/clients/client-dlm/src/runtimeConfig.ts index 5bb8717df4f2..c206a2b312d3 100644 --- a/clients/client-dlm/src/runtimeConfig.ts +++ b/clients/client-dlm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DLMClientConfig } from "./DLMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-docdb-elastic/package.json b/clients/client-docdb-elastic/package.json index 013809df5440..e6e963447558 100644 --- a/clients/client-docdb-elastic/package.json +++ b/clients/client-docdb-elastic/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-docdb-elastic/src/DocDBElastic.ts b/clients/client-docdb-elastic/src/DocDBElastic.ts index 1b35e7d8db04..26c470d2579f 100644 --- a/clients/client-docdb-elastic/src/DocDBElastic.ts +++ b/clients/client-docdb-elastic/src/DocDBElastic.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateClusterCommand, diff --git a/clients/client-docdb-elastic/src/DocDBElasticClient.ts b/clients/client-docdb-elastic/src/DocDBElasticClient.ts index 773811521bed..01ee1743ae1f 100644 --- a/clients/client-docdb-elastic/src/DocDBElasticClient.ts +++ b/clients/client-docdb-elastic/src/DocDBElasticClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand"; @@ -135,7 +133,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -244,7 +242,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts index 5fbed5ca6445..d7bcfb8a514e 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { CreateClusterInput, CreateClusterInputFilterSensitiveLog, CreateClusterOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts index 082d840bfa3d..c06a9319b5b3 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { CreateClusterSnapshotInput, CreateClusterSnapshotOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts index f89190775d92..465f7085e292 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts index c3473af89cd6..baf309c6cc6a 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { DeleteClusterSnapshotInput, DeleteClusterSnapshotOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts index 70e74a10aefb..bce994ff14b7 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { GetClusterInput, GetClusterOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts index c6ddbb632251..50072a2b6a58 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { GetClusterSnapshotInput, GetClusterSnapshotOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts index b81196c26f56..c9cb0d6f9c0b 100644 --- a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { ListClusterSnapshotsInput, ListClusterSnapshotsOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts index 771a465f3526..6e3941085ec8 100644 --- a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { ListClustersInput, ListClustersOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts index e2791f43b6c4..59ded75caac8 100644 --- a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts index c46af1d3ac70..76f186212e17 100644 --- a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { RestoreClusterFromSnapshotInput, RestoreClusterFromSnapshotOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts index a3f1dd252714..66c3248f9638 100644 --- a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts index adbcf39d051e..449a93e4e897 100644 --- a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts index 945968182dfb..78e5499f4dc9 100644 --- a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBElasticClient"; import { UpdateClusterInput, UpdateClusterInputFilterSensitiveLog, UpdateClusterOutput } from "../models/models_0"; diff --git a/clients/client-docdb-elastic/src/endpoint/EndpointParameters.ts b/clients/client-docdb-elastic/src/endpoint/EndpointParameters.ts index 8524643e11ac..d73d7caafe30 100644 --- a/clients/client-docdb-elastic/src/endpoint/EndpointParameters.ts +++ b/clients/client-docdb-elastic/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-docdb-elastic/src/endpoint/endpointResolver.ts b/clients/client-docdb-elastic/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-docdb-elastic/src/endpoint/endpointResolver.ts +++ b/clients/client-docdb-elastic/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-docdb-elastic/src/endpoint/ruleset.ts b/clients/client-docdb-elastic/src/endpoint/ruleset.ts index a7d723dd9fcc..42bd05080141 100644 --- a/clients/client-docdb-elastic/src/endpoint/ruleset.ts +++ b/clients/client-docdb-elastic/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts b/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts index 74cb37d6130c..4e76d10b2f33 100644 --- a/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts +++ b/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-docdb-elastic/src/models/models_0.ts b/clients/client-docdb-elastic/src/models/models_0.ts index a181c166a441..73c030e04659 100644 --- a/clients/client-docdb-elastic/src/models/models_0.ts +++ b/clients/client-docdb-elastic/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DocDBElasticServiceException as __BaseException } from "./DocDBElasticServiceException"; diff --git a/clients/client-docdb-elastic/src/pagination/Interfaces.ts b/clients/client-docdb-elastic/src/pagination/Interfaces.ts index c2f35faeb6bc..ab0f923e2a49 100644 --- a/clients/client-docdb-elastic/src/pagination/Interfaces.ts +++ b/clients/client-docdb-elastic/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DocDBElasticClient } from "../DocDBElasticClient"; diff --git a/clients/client-docdb-elastic/src/pagination/ListClusterSnapshotsPaginator.ts b/clients/client-docdb-elastic/src/pagination/ListClusterSnapshotsPaginator.ts index 1a6f567d57c7..6dfe31fc7c86 100644 --- a/clients/client-docdb-elastic/src/pagination/ListClusterSnapshotsPaginator.ts +++ b/clients/client-docdb-elastic/src/pagination/ListClusterSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClusterSnapshotsCommand, diff --git a/clients/client-docdb-elastic/src/pagination/ListClustersPaginator.ts b/clients/client-docdb-elastic/src/pagination/ListClustersPaginator.ts index cbdc27fd2d08..469d5a078bfc 100644 --- a/clients/client-docdb-elastic/src/pagination/ListClustersPaginator.ts +++ b/clients/client-docdb-elastic/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-docdb-elastic/src/protocols/Aws_restJson1.ts b/clients/client-docdb-elastic/src/protocols/Aws_restJson1.ts index 9788bc248e4c..2310424b910b 100644 --- a/clients/client-docdb-elastic/src/protocols/Aws_restJson1.ts +++ b/clients/client-docdb-elastic/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand"; diff --git a/clients/client-docdb-elastic/src/runtimeConfig.browser.ts b/clients/client-docdb-elastic/src/runtimeConfig.browser.ts index bccea7efe6be..5fc8bef65a4d 100644 --- a/clients/client-docdb-elastic/src/runtimeConfig.browser.ts +++ b/clients/client-docdb-elastic/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DocDBElasticClientConfig } from "./DocDBElasticClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-docdb-elastic/src/runtimeConfig.shared.ts b/clients/client-docdb-elastic/src/runtimeConfig.shared.ts index 10e84f06c2ef..4c77c9406cfd 100644 --- a/clients/client-docdb-elastic/src/runtimeConfig.shared.ts +++ b/clients/client-docdb-elastic/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DocDBElasticClientConfig } from "./DocDBElasticClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-docdb-elastic/src/runtimeConfig.ts b/clients/client-docdb-elastic/src/runtimeConfig.ts index 5f01b1696a32..97505a74fac4 100644 --- a/clients/client-docdb-elastic/src/runtimeConfig.ts +++ b/clients/client-docdb-elastic/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DocDBElasticClientConfig } from "./DocDBElasticClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 40b9e6a782c1..18f743f0ca2f 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-rds": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-docdb/src/DocDB.ts b/clients/client-docdb/src/DocDB.ts index d3ca451ce26d..c441a93f31f9 100644 --- a/clients/client-docdb/src/DocDB.ts +++ b/clients/client-docdb/src/DocDB.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddSourceIdentifierToSubscriptionCommand, diff --git a/clients/client-docdb/src/DocDBClient.ts b/clients/client-docdb/src/DocDBClient.ts index ea290aba0372..6b27b436fae0 100644 --- a/clients/client-docdb/src/DocDBClient.ts +++ b/clients/client-docdb/src/DocDBClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -360,7 +358,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -469,7 +467,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index ef846c8b934c..8a75e65a9446 100644 --- a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts index 5f9ffc3ec097..08486daa30b9 100644 --- a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { AddTagsToResourceMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts index c1a36a2b3915..937b9837e49d 100644 --- a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts index fc711da0bf12..1700bc8e3c40 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts index 44a55a08a900..4611af091207 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts index e8ab026c3ab6..bf12bc8ce119 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts index f80bc5ed60a9..cd9743f25988 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts index b9e6e24e9d8f..ebd09aa85269 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts index a7d5f5f5eca0..fc0ffab1e4d7 100644 --- a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts index d88f522b55c8..53125694966a 100644 --- a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts index 385dc320a17c..7dd7d44d19cb 100644 --- a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts index 189768af16fa..73e36c28f9cc 100644 --- a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts index 5127c4dc4ee9..28867409ecec 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts index 5dae4e6d8d75..6bc9d42dd968 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteDBClusterParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts index 4bac0651d550..6fc99014c92b 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts index 22c2610bd7e8..e5c659a66548 100644 --- a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts index 281704f2b5f5..e93df9a6921c 100644 --- a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteDBSubnetGroupMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts index 1b91b9bb173e..d85c89d2087a 100644 --- a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts index 51de0745b475..6eb160c1b064 100644 --- a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts index 88800e7cf993..6d7b1383c003 100644 --- a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 5dd4559080c5..8e54d19678fd 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts index 8b65d1980f87..8829cf5818f7 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 922746378eae..0df014ecab93 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts index eb51f707fb3e..1b88495a9560 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts index 60372892f1d0..4d457e5c2f16 100644 --- a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts index 91b38e079708..ee3e0c411bc8 100644 --- a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts index 9875af29da67..a57f70caba0c 100644 --- a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts index 4cbb3d9c26c9..2f6d06225591 100644 --- a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index d71225c4e056..f3c8a5d7a431 100644 --- a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { diff --git a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts index e3ddf36fb2d9..241446d88d57 100644 --- a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts index 9916852efa76..ef26dd8cdf1b 100644 --- a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeEventsCommand.ts b/clients/client-docdb/src/commands/DescribeEventsCommand.ts index f3e1bb0981e5..e40393b58c5a 100644 --- a/clients/client-docdb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts index 2db5b2824aaa..6ebc999a1a2d 100644 --- a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 6054faf3c025..eae57ecdad59 100644 --- a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts index 0fdb0a525572..8f598d9e0223 100644 --- a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts index e4068f900c68..773be5824354 100644 --- a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts index f35d7e7144d3..41528380ecec 100644 --- a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts index 28401c74371e..07bb6228dfe3 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts index 38656b55c433..193bc34cb0f9 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 92dfcb4d33f4..1a7856bb2cee 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts index 19adc6e14370..693e246df6e5 100644 --- a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts index 8aa9fd544ab0..72ac2d762cf0 100644 --- a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts index 15d2643c52b7..29d86b8ca438 100644 --- a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts index 0594fb3211b1..c7f5198a1103 100644 --- a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts index c7960fc84142..b1b36b25bf67 100644 --- a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts index ea054e15a699..3fced481c2b7 100644 --- a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 6fad0147646c..6d06a94685df 100644 --- a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { diff --git a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts index 05f85586285a..65dabeda56ea 100644 --- a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { RemoveTagsFromResourceMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts index 179785eb9bb5..01c0c3eab2c1 100644 --- a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts index d6bae967c0ec..1f07d4bbe352 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts index b005ae41ca92..121c892fca1f 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/StartDBClusterCommand.ts b/clients/client-docdb/src/commands/StartDBClusterCommand.ts index 94d470846116..339504c2678f 100644 --- a/clients/client-docdb/src/commands/StartDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StartDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/commands/StopDBClusterCommand.ts b/clients/client-docdb/src/commands/StopDBClusterCommand.ts index 190b151b6459..4a8e6f59887d 100644 --- a/clients/client-docdb/src/commands/StopDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StopDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient"; import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0"; diff --git a/clients/client-docdb/src/endpoint/EndpointParameters.ts b/clients/client-docdb/src/endpoint/EndpointParameters.ts index 00961a06efd6..f2ab6786461d 100644 --- a/clients/client-docdb/src/endpoint/EndpointParameters.ts +++ b/clients/client-docdb/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-docdb/src/endpoint/endpointResolver.ts b/clients/client-docdb/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-docdb/src/endpoint/endpointResolver.ts +++ b/clients/client-docdb/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-docdb/src/endpoint/ruleset.ts b/clients/client-docdb/src/endpoint/ruleset.ts index 6f9b39fd6824..d9f3173d672a 100644 --- a/clients/client-docdb/src/endpoint/ruleset.ts +++ b/clients/client-docdb/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-docdb/src/models/DocDBServiceException.ts b/clients/client-docdb/src/models/DocDBServiceException.ts index 810fb10db957..c63dad3772e3 100644 --- a/clients/client-docdb/src/models/DocDBServiceException.ts +++ b/clients/client-docdb/src/models/DocDBServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-docdb/src/models/models_0.ts b/clients/client-docdb/src/models/models_0.ts index 1e393e6a48b3..1ec78abf6ba9 100644 --- a/clients/client-docdb/src/models/models_0.ts +++ b/clients/client-docdb/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DocDBServiceException as __BaseException } from "./DocDBServiceException"; diff --git a/clients/client-docdb/src/pagination/DescribeCertificatesPaginator.ts b/clients/client-docdb/src/pagination/DescribeCertificatesPaginator.ts index 995b0716f86c..9e685d26eab5 100644 --- a/clients/client-docdb/src/pagination/DescribeCertificatesPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCertificatesCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts index 7e47e7b12e29..24412d98a207 100644 --- a/clients/client-docdb/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParameterGroupsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBClusterParametersPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBClusterParametersPaginator.ts index c9343659befa..77b74c942d2c 100644 --- a/clients/client-docdb/src/pagination/DescribeDBClusterParametersPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBClusterParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParametersCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBClusterSnapshotsPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBClusterSnapshotsPaginator.ts index 43965228e394..260328da4b70 100644 --- a/clients/client-docdb/src/pagination/DescribeDBClusterSnapshotsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBClusterSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterSnapshotsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBClustersPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBClustersPaginator.ts index 48c30be0cadd..a698f9db34b3 100644 --- a/clients/client-docdb/src/pagination/DescribeDBClustersPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClustersCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBEngineVersionsPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBEngineVersionsPaginator.ts index db7731a3a215..a5ee7251adb3 100644 --- a/clients/client-docdb/src/pagination/DescribeDBEngineVersionsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBEngineVersionsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBInstancesPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBInstancesPaginator.ts index d6404d5a7d20..7da74b4ae38c 100644 --- a/clients/client-docdb/src/pagination/DescribeDBInstancesPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBInstancesCommand, diff --git a/clients/client-docdb/src/pagination/DescribeDBSubnetGroupsPaginator.ts b/clients/client-docdb/src/pagination/DescribeDBSubnetGroupsPaginator.ts index 4e5cca89bf7d..9b5f43429363 100644 --- a/clients/client-docdb/src/pagination/DescribeDBSubnetGroupsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeDBSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBSubnetGroupsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeEventSubscriptionsPaginator.ts b/clients/client-docdb/src/pagination/DescribeEventSubscriptionsPaginator.ts index 84c188aafb9a..60bb18b7e125 100644 --- a/clients/client-docdb/src/pagination/DescribeEventSubscriptionsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventSubscriptionsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeEventsPaginator.ts b/clients/client-docdb/src/pagination/DescribeEventsPaginator.ts index bf59d7b7d7c7..b7402206f5b7 100644 --- a/clients/client-docdb/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-docdb/src/pagination/DescribeGlobalClustersPaginator.ts b/clients/client-docdb/src/pagination/DescribeGlobalClustersPaginator.ts index 5384b84da291..837355374814 100644 --- a/clients/client-docdb/src/pagination/DescribeGlobalClustersPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeGlobalClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGlobalClustersCommand, diff --git a/clients/client-docdb/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts b/clients/client-docdb/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts index ee89b4e4c34e..b84447286c3c 100644 --- a/clients/client-docdb/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrderableDBInstanceOptionsCommand, diff --git a/clients/client-docdb/src/pagination/DescribePendingMaintenanceActionsPaginator.ts b/clients/client-docdb/src/pagination/DescribePendingMaintenanceActionsPaginator.ts index 32c5b907cccf..505204cd7f71 100644 --- a/clients/client-docdb/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +++ b/clients/client-docdb/src/pagination/DescribePendingMaintenanceActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePendingMaintenanceActionsCommand, diff --git a/clients/client-docdb/src/pagination/Interfaces.ts b/clients/client-docdb/src/pagination/Interfaces.ts index 7a0962e47c6b..4964283239a8 100644 --- a/clients/client-docdb/src/pagination/Interfaces.ts +++ b/clients/client-docdb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DocDBClient } from "../DocDBClient"; diff --git a/clients/client-docdb/src/protocols/Aws_query.ts b/clients/client-docdb/src/protocols/Aws_query.ts index caa2c6e9fe3c..5ba3680301bb 100644 --- a/clients/client-docdb/src/protocols/Aws_query.ts +++ b/clients/client-docdb/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -11,10 +12,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-docdb/src/runtimeConfig.browser.ts b/clients/client-docdb/src/runtimeConfig.browser.ts index ab17695fbbaf..39feaaf6cdec 100644 --- a/clients/client-docdb/src/runtimeConfig.browser.ts +++ b/clients/client-docdb/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DocDBClientConfig } from "./DocDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-docdb/src/runtimeConfig.shared.ts b/clients/client-docdb/src/runtimeConfig.shared.ts index 3c8fb49ca34f..2579d923b097 100644 --- a/clients/client-docdb/src/runtimeConfig.shared.ts +++ b/clients/client-docdb/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DocDBClientConfig } from "./DocDBClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-docdb/src/runtimeConfig.ts b/clients/client-docdb/src/runtimeConfig.ts index 5884458bf75e..99ec2ba0cc54 100644 --- a/clients/client-docdb/src/runtimeConfig.ts +++ b/clients/client-docdb/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DocDBClientConfig } from "./DocDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-docdb/src/waiters/waitForDBInstanceAvailable.ts b/clients/client-docdb/src/waiters/waitForDBInstanceAvailable.ts index 7e99ce92fc53..7dc0af614ba2 100644 --- a/clients/client-docdb/src/waiters/waitForDBInstanceAvailable.ts +++ b/clients/client-docdb/src/waiters/waitForDBInstanceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { DocDBClient } from "../DocDBClient"; diff --git a/clients/client-docdb/src/waiters/waitForDBInstanceDeleted.ts b/clients/client-docdb/src/waiters/waitForDBInstanceDeleted.ts index d02f9d5a41b9..7ae3ec0424a8 100644 --- a/clients/client-docdb/src/waiters/waitForDBInstanceDeleted.ts +++ b/clients/client-docdb/src/waiters/waitForDBInstanceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { DocDBClient } from "../DocDBClient"; diff --git a/clients/client-drs/package.json b/clients/client-drs/package.json index 46d64f8257ca..65f71f1d93df 100644 --- a/clients/client-drs/package.json +++ b/clients/client-drs/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-drs/src/Drs.ts b/clients/client-drs/src/Drs.ts index 901a712f4892..811c286d7ed8 100644 --- a/clients/client-drs/src/Drs.ts +++ b/clients/client-drs/src/Drs.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateSourceNetworkStackCommand, diff --git a/clients/client-drs/src/DrsClient.ts b/clients/client-drs/src/DrsClient.ts index 465a7628faa3..53f7d22c6f24 100644 --- a/clients/client-drs/src/DrsClient.ts +++ b/clients/client-drs/src/DrsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -330,7 +328,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -439,7 +437,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts index 1b88d8339cda..66ffeedc6fcb 100644 --- a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts +++ b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts index 532b90b5e034..b87b56bc2f91 100644 --- a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts +++ b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts index 809d6ed5fa56..849a73ca16d2 100644 --- a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts index a847d93af8c0..577a824726be 100644 --- a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts index 5d9e41dc1d0f..a70c6f5b4fa4 100644 --- a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DeleteJobCommand.ts b/clients/client-drs/src/commands/DeleteJobCommand.ts index fb1f27fc31cb..f4672d41d2cf 100644 --- a/clients/client-drs/src/commands/DeleteJobCommand.ts +++ b/clients/client-drs/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index c5938ddb609c..fc1ce5c18a02 100644 --- a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts index 9da01646d952..64147e1a0f3e 100644 --- a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DeleteRecoveryInstanceRequest } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index a87d7dbf147c..77ba604e5476 100644 --- a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts index 8b90f8b3d9ac..e964a2b5c055 100644 --- a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DeleteSourceNetworkRequest, DeleteSourceNetworkResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts index 38835d286323..91bb8839062d 100644 --- a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts index 2c0a81deb788..34fa4e6e1d40 100644 --- a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DescribeJobsCommand.ts b/clients/client-drs/src/commands/DescribeJobsCommand.ts index f325c0014df9..a37e41a1c480 100644 --- a/clients/client-drs/src/commands/DescribeJobsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DescribeJobsRequest, DescribeJobsResponse, DescribeJobsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index 50f0562434ee..6c3ebb06bb6e 100644 --- a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts index b89dd359ae7a..0ad8eee5f267 100644 --- a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts index ec8bf9b4d464..5f5d4f817f36 100644 --- a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index 0ddfa49adccf..f92c0f7624d5 100644 --- a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts index e67fd573dd73..05572b4ac07b 100644 --- a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts index 88f526482c36..30f39e0a708f 100644 --- a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts index 572fd3202fd5..e2fa9bdd1a1b 100644 --- a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DisconnectRecoveryInstanceRequest } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts index ee48ac45cc53..7cacbe3fd31a 100644 --- a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { DisconnectSourceServerRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts index 78456356a0f0..7ccddc3d1765 100644 --- a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts +++ b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { ExportSourceNetworkCfnTemplateRequest, ExportSourceNetworkCfnTemplateResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts index 3520e271a1f6..801afacf4a9f 100644 --- a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts index bb9e9beab233..eaf7304db7f3 100644 --- a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts index 5987b183e37f..23cbac088a6f 100644 --- a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/InitializeServiceCommand.ts b/clients/client-drs/src/commands/InitializeServiceCommand.ts index a8cf50934ce5..8db0a139842f 100644 --- a/clients/client-drs/src/commands/InitializeServiceCommand.ts +++ b/clients/client-drs/src/commands/InitializeServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts index 40478da031ad..aeb3bb994cc8 100644 --- a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts +++ b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts index 5e62e0f22dd2..ba907fcbcfb8 100644 --- a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts +++ b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { ListStagingAccountsRequest, ListStagingAccountsResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts index 823ce97bd2ca..50c9e6adf203 100644 --- a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts index c4f0b31e35c0..f694336a6065 100644 --- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { RetryDataReplicationRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/ReverseReplicationCommand.ts b/clients/client-drs/src/commands/ReverseReplicationCommand.ts index 2c2b62ae8ba5..48c9bf40be8f 100644 --- a/clients/client-drs/src/commands/ReverseReplicationCommand.ts +++ b/clients/client-drs/src/commands/ReverseReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts index fbc1cf19a6c8..979dcd086e09 100644 --- a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts +++ b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StartRecoveryCommand.ts b/clients/client-drs/src/commands/StartRecoveryCommand.ts index 45a7b3e3a8e4..d097549093b2 100644 --- a/clients/client-drs/src/commands/StartRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartRecoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StartReplicationCommand.ts b/clients/client-drs/src/commands/StartReplicationCommand.ts index 8eea4bfe729d..8d5c9b079c1c 100644 --- a/clients/client-drs/src/commands/StartReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts index 41b83103998e..5b37b681f800 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts index 4f659b40584d..7b7d33039093 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StopFailbackCommand.ts b/clients/client-drs/src/commands/StopFailbackCommand.ts index e18b99582f2e..1cda3b10d816 100644 --- a/clients/client-drs/src/commands/StopFailbackCommand.ts +++ b/clients/client-drs/src/commands/StopFailbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { StopFailbackRequest } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/StopReplicationCommand.ts b/clients/client-drs/src/commands/StopReplicationCommand.ts index daef0b8d0fb5..e43feac0a780 100644 --- a/clients/client-drs/src/commands/StopReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts index 438b2ff8ac0a..e1b2b36a6d46 100644 --- a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/TagResourceCommand.ts b/clients/client-drs/src/commands/TagResourceCommand.ts index 8c35fe24a646..d1e0b8f3fe60 100644 --- a/clients/client-drs/src/commands/TagResourceCommand.ts +++ b/clients/client-drs/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts index b3bd7d53024f..71b0bf1e9b14 100644 --- a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/UntagResourceCommand.ts b/clients/client-drs/src/commands/UntagResourceCommand.ts index 4a6e16def102..ecd4d067ff99 100644 --- a/clients/client-drs/src/commands/UntagResourceCommand.ts +++ b/clients/client-drs/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts index 18d2de5014ba..1ff5c84b9859 100644 --- a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { UpdateFailbackReplicationConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts index c9574c5d2d80..41c89bdb6c63 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index b901a5dd3464..27d93f6b5d49 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts index 29bbdfb3d13b..39fc7d1c334b 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index abb5808035e1..034a18a78b70 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient"; import { diff --git a/clients/client-drs/src/endpoint/EndpointParameters.ts b/clients/client-drs/src/endpoint/EndpointParameters.ts index a84e4dc82c3d..dfa058f1a676 100644 --- a/clients/client-drs/src/endpoint/EndpointParameters.ts +++ b/clients/client-drs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-drs/src/endpoint/endpointResolver.ts b/clients/client-drs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-drs/src/endpoint/endpointResolver.ts +++ b/clients/client-drs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-drs/src/endpoint/ruleset.ts b/clients/client-drs/src/endpoint/ruleset.ts index 54ff1e0b1a8d..c5699b9f9b5c 100644 --- a/clients/client-drs/src/endpoint/ruleset.ts +++ b/clients/client-drs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-drs/src/models/DrsServiceException.ts b/clients/client-drs/src/models/DrsServiceException.ts index 873c141eddbb..2c32ad605a7e 100644 --- a/clients/client-drs/src/models/DrsServiceException.ts +++ b/clients/client-drs/src/models/DrsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-drs/src/models/models_0.ts b/clients/client-drs/src/models/models_0.ts index c41d7bbf1d9d..b70bc78fc983 100644 --- a/clients/client-drs/src/models/models_0.ts +++ b/clients/client-drs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { DrsServiceException as __BaseException } from "./DrsServiceException"; diff --git a/clients/client-drs/src/pagination/DescribeJobLogItemsPaginator.ts b/clients/client-drs/src/pagination/DescribeJobLogItemsPaginator.ts index 27e127e4f7d0..d3dca40d4479 100644 --- a/clients/client-drs/src/pagination/DescribeJobLogItemsPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeJobLogItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeJobLogItemsCommand, diff --git a/clients/client-drs/src/pagination/DescribeJobsPaginator.ts b/clients/client-drs/src/pagination/DescribeJobsPaginator.ts index 4621679ecc69..35a154fb4687 100644 --- a/clients/client-drs/src/pagination/DescribeJobsPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeJobsCommand, diff --git a/clients/client-drs/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts b/clients/client-drs/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts index 4740a0e48b92..e29ce6f2aa02 100644 --- a/clients/client-drs/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLaunchConfigurationTemplatesCommand, diff --git a/clients/client-drs/src/pagination/DescribeRecoveryInstancesPaginator.ts b/clients/client-drs/src/pagination/DescribeRecoveryInstancesPaginator.ts index 1015eab709f7..df9f71704e15 100644 --- a/clients/client-drs/src/pagination/DescribeRecoveryInstancesPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeRecoveryInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRecoveryInstancesCommand, diff --git a/clients/client-drs/src/pagination/DescribeRecoverySnapshotsPaginator.ts b/clients/client-drs/src/pagination/DescribeRecoverySnapshotsPaginator.ts index 2368352577ed..6f83d29cb6aa 100644 --- a/clients/client-drs/src/pagination/DescribeRecoverySnapshotsPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeRecoverySnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRecoverySnapshotsCommand, diff --git a/clients/client-drs/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts b/clients/client-drs/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts index a895dc1be005..59b6bf8abf8b 100644 --- a/clients/client-drs/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationConfigurationTemplatesCommand, diff --git a/clients/client-drs/src/pagination/DescribeSourceNetworksPaginator.ts b/clients/client-drs/src/pagination/DescribeSourceNetworksPaginator.ts index aa4860f396ec..33f0fbc70857 100644 --- a/clients/client-drs/src/pagination/DescribeSourceNetworksPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeSourceNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSourceNetworksCommand, diff --git a/clients/client-drs/src/pagination/DescribeSourceServersPaginator.ts b/clients/client-drs/src/pagination/DescribeSourceServersPaginator.ts index d0aa13d5200c..cbc9b44e4a5d 100644 --- a/clients/client-drs/src/pagination/DescribeSourceServersPaginator.ts +++ b/clients/client-drs/src/pagination/DescribeSourceServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSourceServersCommand, diff --git a/clients/client-drs/src/pagination/Interfaces.ts b/clients/client-drs/src/pagination/Interfaces.ts index 41c85997c622..8fb106d10a9c 100644 --- a/clients/client-drs/src/pagination/Interfaces.ts +++ b/clients/client-drs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DrsClient } from "../DrsClient"; diff --git a/clients/client-drs/src/pagination/ListExtensibleSourceServersPaginator.ts b/clients/client-drs/src/pagination/ListExtensibleSourceServersPaginator.ts index a6d0aa0dbb9e..b366fcbc3aa9 100644 --- a/clients/client-drs/src/pagination/ListExtensibleSourceServersPaginator.ts +++ b/clients/client-drs/src/pagination/ListExtensibleSourceServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExtensibleSourceServersCommand, diff --git a/clients/client-drs/src/pagination/ListStagingAccountsPaginator.ts b/clients/client-drs/src/pagination/ListStagingAccountsPaginator.ts index 73b03f638527..e2b76305f0fb 100644 --- a/clients/client-drs/src/pagination/ListStagingAccountsPaginator.ts +++ b/clients/client-drs/src/pagination/ListStagingAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStagingAccountsCommand, diff --git a/clients/client-drs/src/protocols/Aws_restJson1.ts b/clients/client-drs/src/protocols/Aws_restJson1.ts index 29beabbc6f8c..37c5226587ca 100644 --- a/clients/client-drs/src/protocols/Aws_restJson1.ts +++ b/clients/client-drs/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { strictParseLong as __strictParseLong, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateSourceNetworkStackCommandInput, diff --git a/clients/client-drs/src/runtimeConfig.browser.ts b/clients/client-drs/src/runtimeConfig.browser.ts index 24adc8adcdbb..42d0f457890a 100644 --- a/clients/client-drs/src/runtimeConfig.browser.ts +++ b/clients/client-drs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DrsClientConfig } from "./DrsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-drs/src/runtimeConfig.shared.ts b/clients/client-drs/src/runtimeConfig.shared.ts index 4bc8cef20d87..749f6f270855 100644 --- a/clients/client-drs/src/runtimeConfig.shared.ts +++ b/clients/client-drs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DrsClientConfig } from "./DrsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-drs/src/runtimeConfig.ts b/clients/client-drs/src/runtimeConfig.ts index 777fc69988f7..148ed804d1cb 100644 --- a/clients/client-drs/src/runtimeConfig.ts +++ b/clients/client-drs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DrsClientConfig } from "./DrsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index 15b85c9211ce..24a656ca0374 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-dynamodb-streams/src/DynamoDBStreams.ts b/clients/client-dynamodb-streams/src/DynamoDBStreams.ts index ca10a48fa0b3..028c8b8f890b 100644 --- a/clients/client-dynamodb-streams/src/DynamoDBStreams.ts +++ b/clients/client-dynamodb-streams/src/DynamoDBStreams.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeStreamCommand, diff --git a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts index 745fd5c716de..f6cd9148a292 100644 --- a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts +++ b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "./commands/DescribeStreamCommand"; @@ -93,7 +91,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -202,7 +200,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts index a9af6a755189..f3a0770ae838 100644 --- a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient"; import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts index 4b88c0c35716..65726b3d9b79 100644 --- a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient"; import { GetRecordsInput, GetRecordsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts index 990d7ba94900..ae39aa466221 100644 --- a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient"; import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts index f1cec571deb8..fae6cc1d0acc 100644 --- a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient"; import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb-streams/src/endpoint/EndpointParameters.ts b/clients/client-dynamodb-streams/src/endpoint/EndpointParameters.ts index 8112ba71532d..2524e01c8f22 100644 --- a/clients/client-dynamodb-streams/src/endpoint/EndpointParameters.ts +++ b/clients/client-dynamodb-streams/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-dynamodb-streams/src/endpoint/endpointResolver.ts b/clients/client-dynamodb-streams/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-dynamodb-streams/src/endpoint/endpointResolver.ts +++ b/clients/client-dynamodb-streams/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-dynamodb-streams/src/endpoint/ruleset.ts b/clients/client-dynamodb-streams/src/endpoint/ruleset.ts index d6ad5f5fe490..23376ef3484b 100644 --- a/clients/client-dynamodb-streams/src/endpoint/ruleset.ts +++ b/clients/client-dynamodb-streams/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts b/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts index c27e04ae681d..6dc76b263aee 100644 --- a/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts +++ b/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-dynamodb-streams/src/models/models_0.ts b/clients/client-dynamodb-streams/src/models/models_0.ts index eadfdb10e389..33d66b2a7740 100644 --- a/clients/client-dynamodb-streams/src/models/models_0.ts +++ b/clients/client-dynamodb-streams/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DynamoDBStreamsServiceException as __BaseException } from "./DynamoDBStreamsServiceException"; diff --git a/clients/client-dynamodb-streams/src/protocols/Aws_json1_0.ts b/clients/client-dynamodb-streams/src/protocols/Aws_json1_0.ts index 7c30fceafb48..caaeb79674ee 100644 --- a/clients/client-dynamodb-streams/src/protocols/Aws_json1_0.ts +++ b/clients/client-dynamodb-streams/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "../commands/DescribeStreamCommand"; import { GetRecordsCommandInput, GetRecordsCommandOutput } from "../commands/GetRecordsCommand"; diff --git a/clients/client-dynamodb-streams/src/runtimeConfig.browser.ts b/clients/client-dynamodb-streams/src/runtimeConfig.browser.ts index a435fbd90219..c74b0a0cab8c 100644 --- a/clients/client-dynamodb-streams/src/runtimeConfig.browser.ts +++ b/clients/client-dynamodb-streams/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-dynamodb-streams/src/runtimeConfig.shared.ts b/clients/client-dynamodb-streams/src/runtimeConfig.shared.ts index 489a953792e6..0598fee73378 100644 --- a/clients/client-dynamodb-streams/src/runtimeConfig.shared.ts +++ b/clients/client-dynamodb-streams/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-dynamodb-streams/src/runtimeConfig.ts b/clients/client-dynamodb-streams/src/runtimeConfig.ts index e766356e0221..f0afa140087f 100644 --- a/clients/client-dynamodb-streams/src/runtimeConfig.ts +++ b/clients/client-dynamodb-streams/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index 4dd4d043dc4e..faf6271b65e5 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-endpoint-discovery": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-dynamodb/src/DynamoDB.ts b/clients/client-dynamodb/src/DynamoDB.ts index 2a5ff1a62a16..dd9749c0009e 100644 --- a/clients/client-dynamodb/src/DynamoDB.ts +++ b/clients/client-dynamodb/src/DynamoDB.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchExecuteStatementCommand, diff --git a/clients/client-dynamodb/src/DynamoDBClient.ts b/clients/client-dynamodb/src/DynamoDBClient.ts index d7053a561e99..5bfdee4fb2c3 100644 --- a/clients/client-dynamodb/src/DynamoDBClient.ts +++ b/clients/client-dynamodb/src/DynamoDBClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig, @@ -15,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -28,32 +24,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -300,7 +298,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -416,7 +414,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts index 264a5ec1652c..a33d7c7cab1b 100644 --- a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts index 7cae3bbe7449..14a1feda4694 100644 --- a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts index a78071dbecf8..21a9e464596c 100644 --- a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts index 34278744cb2b..654f6f764f02 100644 --- a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { CreateBackupInput, CreateBackupOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts index 6713ebb99821..1b75ffada2c6 100644 --- a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/CreateTableCommand.ts b/clients/client-dynamodb/src/commands/CreateTableCommand.ts index d719845c4231..8394d14bb3e5 100644 --- a/clients/client-dynamodb/src/commands/CreateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { CreateTableInput, CreateTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts index 2e09c9b7f585..19d3bf97cffc 100644 --- a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts index d1fc986fccda..e707f4b716de 100644 --- a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DeleteItemInput, DeleteItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts index 005824443057..da1959d62631 100644 --- a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DeleteTableInput, DeleteTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts index 14aa1677efd0..2f17bd121587 100644 --- a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts index 847199f2fa20..e02691a63b35 100644 --- a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeContinuousBackupsInput, DescribeContinuousBackupsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts index 04d920b422fb..58b6dcadda88 100644 --- a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeContributorInsightsInput, DescribeContributorInsightsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts index 1bdf254b3b6a..801fe2feddfd 100644 --- a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts index 4a819d0dd170..238f47db14fa 100644 --- a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeExportInput, DescribeExportOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts index 3a5e5b9639c5..c59b22dc5d48 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeGlobalTableInput, DescribeGlobalTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts index 267f83d7bd09..b2bf38b5d1ac 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeGlobalTableSettingsInput, DescribeGlobalTableSettingsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts index f098b90198a3..07353277fedc 100644 --- a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeImportInput, DescribeImportOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts index a3d46c9b1cf1..ff797dc30f28 100644 --- a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { diff --git a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts index ab2e93eeb6fa..e28b3dd5588d 100644 --- a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts index 4fdfc1f88eb7..750c0eb20b2c 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeTableInput, DescribeTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts index af02e4fd50c1..299aa277de13 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeTableReplicaAutoScalingInput, DescribeTableReplicaAutoScalingOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts index 78d7349ed0b7..6074ed21ea7b 100644 --- a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { DescribeTimeToLiveInput, DescribeTimeToLiveOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts index 29a3ee8897e4..1e05a5969150 100644 --- a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts index c6a42e1b1efb..bb0a32d05358 100644 --- a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { KinesisStreamingDestinationInput, KinesisStreamingDestinationOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts index 2654239a9db4..702254cb51fe 100644 --- a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts index 3e443b7ed6eb..0431eced2275 100644 --- a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ExecuteTransactionInput, ExecuteTransactionOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts index f84ea4b519b3..f258ec691fee 100644 --- a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/GetItemCommand.ts b/clients/client-dynamodb/src/commands/GetItemCommand.ts index 32987fb743d6..83c33c681abd 100644 --- a/clients/client-dynamodb/src/commands/GetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/GetItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { GetItemInput, GetItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ImportTableCommand.ts b/clients/client-dynamodb/src/commands/ImportTableCommand.ts index 75b8b6159faa..6cfafb76651f 100644 --- a/clients/client-dynamodb/src/commands/ImportTableCommand.ts +++ b/clients/client-dynamodb/src/commands/ImportTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ImportTableInput, ImportTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts index 29db1295564b..988b87c41497 100644 --- a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListBackupsInput, ListBackupsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts index 33486b5a83f0..65f0ba1c7ed4 100644 --- a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListContributorInsightsInput, ListContributorInsightsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListExportsCommand.ts b/clients/client-dynamodb/src/commands/ListExportsCommand.ts index 78deb852a8e6..9646f55a41e9 100644 --- a/clients/client-dynamodb/src/commands/ListExportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListExportsInput, ListExportsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts index 00640cd4c7ac..5d6effdd164a 100644 --- a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListGlobalTablesInput, ListGlobalTablesOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListImportsCommand.ts b/clients/client-dynamodb/src/commands/ListImportsCommand.ts index 2a0bd9ba3ab8..5f3560db6618 100644 --- a/clients/client-dynamodb/src/commands/ListImportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListImportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListImportsInput, ListImportsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListTablesCommand.ts b/clients/client-dynamodb/src/commands/ListTablesCommand.ts index 0f376ace6fdf..ba54b11f682b 100644 --- a/clients/client-dynamodb/src/commands/ListTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListTablesInput, ListTablesOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts index 85f276699354..68f5d1fb1adf 100644 --- a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ListTagsOfResourceInput, ListTagsOfResourceOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/PutItemCommand.ts b/clients/client-dynamodb/src/commands/PutItemCommand.ts index f70cbc153846..a6be85e2d592 100644 --- a/clients/client-dynamodb/src/commands/PutItemCommand.ts +++ b/clients/client-dynamodb/src/commands/PutItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { PutItemInput, PutItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/QueryCommand.ts b/clients/client-dynamodb/src/commands/QueryCommand.ts index b5408b594816..7e21183d7e59 100644 --- a/clients/client-dynamodb/src/commands/QueryCommand.ts +++ b/clients/client-dynamodb/src/commands/QueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { QueryInput, QueryOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts index d1d35a270afb..d560f5cbc691 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { RestoreTableFromBackupInput, RestoreTableFromBackupOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts index d3f5b5e28080..07eeaa7b3609 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { RestoreTableToPointInTimeInput, RestoreTableToPointInTimeOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/ScanCommand.ts b/clients/client-dynamodb/src/commands/ScanCommand.ts index 90ed817ee779..4f08caa149a8 100644 --- a/clients/client-dynamodb/src/commands/ScanCommand.ts +++ b/clients/client-dynamodb/src/commands/ScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { ScanInput, ScanOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/TagResourceCommand.ts b/clients/client-dynamodb/src/commands/TagResourceCommand.ts index d0d5f5de0ec1..46df908a8cac 100644 --- a/clients/client-dynamodb/src/commands/TagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { TagResourceInput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts index a4fa4f577019..56f9e161114c 100644 --- a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { TransactGetItemsInput, TransactGetItemsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts index 8a9547c7fd77..fca0ced7d570 100644 --- a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { TransactWriteItemsInput, TransactWriteItemsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts index d95315c2597d..224581040805 100644 --- a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UntagResourceInput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts index 94a97611fb00..323568654fff 100644 --- a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateContinuousBackupsInput, UpdateContinuousBackupsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts index a5ad4c4bbe0e..aebd6f6573d7 100644 --- a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateContributorInsightsInput, UpdateContributorInsightsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts index c13248c0e57c..c2bd5e068285 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateGlobalTableInput, UpdateGlobalTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts index 696e04b7f9e4..c17fb3a7c7ea 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateGlobalTableSettingsInput, UpdateGlobalTableSettingsOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts index dd7856c888e9..63de1f627971 100644 --- a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateItemInput, UpdateItemOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts index 5b9a6e10dcae..024ad28b236c 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateTableInput, UpdateTableOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts index a2091ff07651..ee46c9a4f484 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateTableReplicaAutoScalingInput, UpdateTableReplicaAutoScalingOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts index 81e5de552ffd..9c306bf51ada 100644 --- a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient"; import { UpdateTimeToLiveInput, UpdateTimeToLiveOutput } from "../models/models_0"; diff --git a/clients/client-dynamodb/src/endpoint/EndpointParameters.ts b/clients/client-dynamodb/src/endpoint/EndpointParameters.ts index 8112ba71532d..2524e01c8f22 100644 --- a/clients/client-dynamodb/src/endpoint/EndpointParameters.ts +++ b/clients/client-dynamodb/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-dynamodb/src/endpoint/endpointResolver.ts b/clients/client-dynamodb/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-dynamodb/src/endpoint/endpointResolver.ts +++ b/clients/client-dynamodb/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-dynamodb/src/endpoint/ruleset.ts b/clients/client-dynamodb/src/endpoint/ruleset.ts index 88d2f650a612..846945e17c92 100644 --- a/clients/client-dynamodb/src/endpoint/ruleset.ts +++ b/clients/client-dynamodb/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-dynamodb/src/models/DynamoDBServiceException.ts b/clients/client-dynamodb/src/models/DynamoDBServiceException.ts index 38c70f01f3d9..fbd5d71f7f8b 100644 --- a/clients/client-dynamodb/src/models/DynamoDBServiceException.ts +++ b/clients/client-dynamodb/src/models/DynamoDBServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-dynamodb/src/models/models_0.ts b/clients/client-dynamodb/src/models/models_0.ts index bfcf3d1539ff..2897540d0051 100644 --- a/clients/client-dynamodb/src/models/models_0.ts +++ b/clients/client-dynamodb/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DynamoDBServiceException as __BaseException } from "./DynamoDBServiceException"; diff --git a/clients/client-dynamodb/src/pagination/Interfaces.ts b/clients/client-dynamodb/src/pagination/Interfaces.ts index 794a604a3fe5..0a6b130cd4a3 100644 --- a/clients/client-dynamodb/src/pagination/Interfaces.ts +++ b/clients/client-dynamodb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/pagination/ListContributorInsightsPaginator.ts b/clients/client-dynamodb/src/pagination/ListContributorInsightsPaginator.ts index f93fc0dbb00a..7c4d4d6ed5a6 100644 --- a/clients/client-dynamodb/src/pagination/ListContributorInsightsPaginator.ts +++ b/clients/client-dynamodb/src/pagination/ListContributorInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContributorInsightsCommand, diff --git a/clients/client-dynamodb/src/pagination/ListExportsPaginator.ts b/clients/client-dynamodb/src/pagination/ListExportsPaginator.ts index 2b4c64209bc3..3eaa7b45fded 100644 --- a/clients/client-dynamodb/src/pagination/ListExportsPaginator.ts +++ b/clients/client-dynamodb/src/pagination/ListExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExportsCommand, ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/pagination/ListImportsPaginator.ts b/clients/client-dynamodb/src/pagination/ListImportsPaginator.ts index bfbb3e34b598..6d43a9b2c204 100644 --- a/clients/client-dynamodb/src/pagination/ListImportsPaginator.ts +++ b/clients/client-dynamodb/src/pagination/ListImportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/pagination/ListTablesPaginator.ts b/clients/client-dynamodb/src/pagination/ListTablesPaginator.ts index 410f126c8a16..1646f74260b5 100644 --- a/clients/client-dynamodb/src/pagination/ListTablesPaginator.ts +++ b/clients/client-dynamodb/src/pagination/ListTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTablesCommand, ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/pagination/QueryPaginator.ts b/clients/client-dynamodb/src/pagination/QueryPaginator.ts index 707f0c5885c4..53f22e272ebf 100644 --- a/clients/client-dynamodb/src/pagination/QueryPaginator.ts +++ b/clients/client-dynamodb/src/pagination/QueryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryCommand, QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/pagination/ScanPaginator.ts b/clients/client-dynamodb/src/pagination/ScanPaginator.ts index 58d311b0bab1..4398fc305d33 100644 --- a/clients/client-dynamodb/src/pagination/ScanPaginator.ts +++ b/clients/client-dynamodb/src/pagination/ScanPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ScanCommand, ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/protocols/Aws_json1_0.ts b/clients/client-dynamodb/src/protocols/Aws_json1_0.ts index 31e873810492..1e96680d8c18 100644 --- a/clients/client-dynamodb/src/protocols/Aws_json1_0.ts +++ b/clients/client-dynamodb/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-dynamodb/src/runtimeConfig.browser.ts b/clients/client-dynamodb/src/runtimeConfig.browser.ts index e364a4e2b540..3e951efd2d2b 100644 --- a/clients/client-dynamodb/src/runtimeConfig.browser.ts +++ b/clients/client-dynamodb/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DynamoDBClientConfig } from "./DynamoDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-dynamodb/src/runtimeConfig.shared.ts b/clients/client-dynamodb/src/runtimeConfig.shared.ts index d35d017475e4..acb6cc5c37a4 100644 --- a/clients/client-dynamodb/src/runtimeConfig.shared.ts +++ b/clients/client-dynamodb/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DynamoDBClientConfig } from "./DynamoDBClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-dynamodb/src/runtimeConfig.ts b/clients/client-dynamodb/src/runtimeConfig.ts index 1072a8edd813..fd868c8f67e5 100644 --- a/clients/client-dynamodb/src/runtimeConfig.ts +++ b/clients/client-dynamodb/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { DynamoDBClientConfig } from "./DynamoDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-dynamodb/src/waiters/waitForTableExists.ts b/clients/client-dynamodb/src/waiters/waitForTableExists.ts index faccc5195abe..9835c41a1e06 100644 --- a/clients/client-dynamodb/src/waiters/waitForTableExists.ts +++ b/clients/client-dynamodb/src/waiters/waitForTableExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTableCommand, DescribeTableCommandInput } from "../commands/DescribeTableCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-dynamodb/src/waiters/waitForTableNotExists.ts b/clients/client-dynamodb/src/waiters/waitForTableNotExists.ts index ef9c1e58459e..fef3d46967f0 100644 --- a/clients/client-dynamodb/src/waiters/waitForTableNotExists.ts +++ b/clients/client-dynamodb/src/waiters/waitForTableNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTableCommand, DescribeTableCommandInput } from "../commands/DescribeTableCommand"; import { DynamoDBClient } from "../DynamoDBClient"; diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index 3911ab30e09a..7755151aff7a 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-ebs/src/EBS.ts b/clients/client-ebs/src/EBS.ts index 5187e093aadf..2d5266bab996 100644 --- a/clients/client-ebs/src/EBS.ts +++ b/clients/client-ebs/src/EBS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CompleteSnapshotCommand, diff --git a/clients/client-ebs/src/EBSClient.ts b/clients/client-ebs/src/EBSClient.ts index a2c6f72400ee..7c0c0a8f3f42 100644 --- a/clients/client-ebs/src/EBSClient.ts +++ b/clients/client-ebs/src/EBSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput } from "./commands/CompleteSnapshotCommand"; @@ -100,7 +98,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -209,7 +207,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts index 59f2e91cc79f..e695ec7fe139 100644 --- a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { CompleteSnapshotRequest, CompleteSnapshotResponse } from "../models/models_0"; diff --git a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts index 0d6d1d497fe4..87d9b1f34c4d 100644 --- a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { diff --git a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts index 6a3d8065872a..f9a1e2f0ecd9 100644 --- a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { diff --git a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts index 3aff3efbe7e6..ea11354cd546 100644 --- a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { diff --git a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts index 63ed3e20344e..0ef9ce51c8c8 100644 --- a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { diff --git a/clients/client-ebs/src/commands/StartSnapshotCommand.ts b/clients/client-ebs/src/commands/StartSnapshotCommand.ts index 39951cef265c..689fa814df24 100644 --- a/clients/client-ebs/src/commands/StartSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/StartSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient"; import { diff --git a/clients/client-ebs/src/endpoint/EndpointParameters.ts b/clients/client-ebs/src/endpoint/EndpointParameters.ts index 992887ff119e..82d860ac95c0 100644 --- a/clients/client-ebs/src/endpoint/EndpointParameters.ts +++ b/clients/client-ebs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ebs/src/endpoint/endpointResolver.ts b/clients/client-ebs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ebs/src/endpoint/endpointResolver.ts +++ b/clients/client-ebs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ebs/src/endpoint/ruleset.ts b/clients/client-ebs/src/endpoint/ruleset.ts index 8127cfcb530c..23b24137ca6d 100644 --- a/clients/client-ebs/src/endpoint/ruleset.ts +++ b/clients/client-ebs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ebs/src/models/EBSServiceException.ts b/clients/client-ebs/src/models/EBSServiceException.ts index 875a0680e463..f4513edecc28 100644 --- a/clients/client-ebs/src/models/EBSServiceException.ts +++ b/clients/client-ebs/src/models/EBSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ebs/src/models/models_0.ts b/clients/client-ebs/src/models/models_0.ts index 75fcfce9cb5c..849d0bd97fd2 100644 --- a/clients/client-ebs/src/models/models_0.ts +++ b/clients/client-ebs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { EBSServiceException as __BaseException } from "./EBSServiceException"; diff --git a/clients/client-ebs/src/pagination/Interfaces.ts b/clients/client-ebs/src/pagination/Interfaces.ts index 86ef0858df46..52873f6535b2 100644 --- a/clients/client-ebs/src/pagination/Interfaces.ts +++ b/clients/client-ebs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EBSClient } from "../EBSClient"; diff --git a/clients/client-ebs/src/pagination/ListChangedBlocksPaginator.ts b/clients/client-ebs/src/pagination/ListChangedBlocksPaginator.ts index 845b965ad8cd..5122739a2b60 100644 --- a/clients/client-ebs/src/pagination/ListChangedBlocksPaginator.ts +++ b/clients/client-ebs/src/pagination/ListChangedBlocksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChangedBlocksCommand, diff --git a/clients/client-ebs/src/pagination/ListSnapshotBlocksPaginator.ts b/clients/client-ebs/src/pagination/ListSnapshotBlocksPaginator.ts index b20c5b471b2a..cfb7e5939f79 100644 --- a/clients/client-ebs/src/pagination/ListSnapshotBlocksPaginator.ts +++ b/clients/client-ebs/src/pagination/ListSnapshotBlocksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSnapshotBlocksCommand, diff --git a/clients/client-ebs/src/protocols/Aws_restJson1.ts b/clients/client-ebs/src/protocols/Aws_restJson1.ts index f2d0415240e5..0163b8d23fea 100644 --- a/clients/client-ebs/src/protocols/Aws_restJson1.ts +++ b/clients/client-ebs/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,13 +17,13 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput } from "../commands/CompleteSnapshotCommand"; diff --git a/clients/client-ebs/src/runtimeConfig.browser.ts b/clients/client-ebs/src/runtimeConfig.browser.ts index 18f404b5f7ff..bc370db40cc3 100644 --- a/clients/client-ebs/src/runtimeConfig.browser.ts +++ b/clients/client-ebs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EBSClientConfig } from "./EBSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ebs/src/runtimeConfig.shared.ts b/clients/client-ebs/src/runtimeConfig.shared.ts index f34784f44ef5..8c2ecbf8e9b6 100644 --- a/clients/client-ebs/src/runtimeConfig.shared.ts +++ b/clients/client-ebs/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EBSClientConfig } from "./EBSClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ebs/src/runtimeConfig.ts b/clients/client-ebs/src/runtimeConfig.ts index c87119da7f46..59db3855d2ec 100644 --- a/clients/client-ebs/src/runtimeConfig.ts +++ b/clients/client-ebs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EBSClientConfig } from "./EBSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index 54507595ddf6..f4bd2f92a12a 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ec2-instance-connect/src/EC2InstanceConnect.ts b/clients/client-ec2-instance-connect/src/EC2InstanceConnect.ts index e72aa4836264..48b5ca6e8254 100644 --- a/clients/client-ec2-instance-connect/src/EC2InstanceConnect.ts +++ b/clients/client-ec2-instance-connect/src/EC2InstanceConnect.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { SendSerialConsoleSSHPublicKeyCommand, diff --git a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts index 3ab1e97f0fbe..a182c9aeeb98 100644 --- a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts +++ b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -195,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts index bb4467c48590..8af8aef73371 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2InstanceConnectClientResolvedConfig, diff --git a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts index 33bee39e80c5..5a83f8c98df9 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2InstanceConnectClientResolvedConfig, diff --git a/clients/client-ec2-instance-connect/src/endpoint/EndpointParameters.ts b/clients/client-ec2-instance-connect/src/endpoint/EndpointParameters.ts index c15b688d1adc..22cdc31157a8 100644 --- a/clients/client-ec2-instance-connect/src/endpoint/EndpointParameters.ts +++ b/clients/client-ec2-instance-connect/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ec2-instance-connect/src/endpoint/endpointResolver.ts b/clients/client-ec2-instance-connect/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ec2-instance-connect/src/endpoint/endpointResolver.ts +++ b/clients/client-ec2-instance-connect/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ec2-instance-connect/src/endpoint/ruleset.ts b/clients/client-ec2-instance-connect/src/endpoint/ruleset.ts index 02438581a3c3..6135d14bb5f4 100644 --- a/clients/client-ec2-instance-connect/src/endpoint/ruleset.ts +++ b/clients/client-ec2-instance-connect/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts b/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts index e66417469995..279bac157afa 100644 --- a/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts +++ b/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ec2-instance-connect/src/models/models_0.ts b/clients/client-ec2-instance-connect/src/models/models_0.ts index c9147bda3e57..1dc709ea2503 100644 --- a/clients/client-ec2-instance-connect/src/models/models_0.ts +++ b/clients/client-ec2-instance-connect/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { EC2InstanceConnectServiceException as __BaseException } from "./EC2InstanceConnectServiceException"; diff --git a/clients/client-ec2-instance-connect/src/protocols/Aws_json1_1.ts b/clients/client-ec2-instance-connect/src/protocols/Aws_json1_1.ts index 0e938224c48a..4e84307da3f2 100644 --- a/clients/client-ec2-instance-connect/src/protocols/Aws_json1_1.ts +++ b/clients/client-ec2-instance-connect/src/protocols/Aws_json1_1.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendSerialConsoleSSHPublicKeyCommandInput, diff --git a/clients/client-ec2-instance-connect/src/runtimeConfig.browser.ts b/clients/client-ec2-instance-connect/src/runtimeConfig.browser.ts index 11bc626d229d..cfd51238eef1 100644 --- a/clients/client-ec2-instance-connect/src/runtimeConfig.browser.ts +++ b/clients/client-ec2-instance-connect/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2InstanceConnectClientConfig } from "./EC2InstanceConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ec2-instance-connect/src/runtimeConfig.shared.ts b/clients/client-ec2-instance-connect/src/runtimeConfig.shared.ts index 51f01f3fd401..53d855c1a3e2 100644 --- a/clients/client-ec2-instance-connect/src/runtimeConfig.shared.ts +++ b/clients/client-ec2-instance-connect/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EC2InstanceConnectClientConfig } from "./EC2InstanceConnectClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ec2-instance-connect/src/runtimeConfig.ts b/clients/client-ec2-instance-connect/src/runtimeConfig.ts index fcda12e6e43a..ef9f06696fde 100644 --- a/clients/client-ec2-instance-connect/src/runtimeConfig.ts +++ b/clients/client-ec2-instance-connect/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2InstanceConnectClientConfig } from "./EC2InstanceConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index 58e75c69963b..eb9cc71a79c9 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -22,46 +22,47 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-ec2": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-ec2/src/EC2.ts b/clients/client-ec2/src/EC2.ts index 05baaa5b2a40..7523332b3751 100644 --- a/clients/client-ec2/src/EC2.ts +++ b/clients/client-ec2/src/EC2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptAddressTransferCommand, diff --git a/clients/client-ec2/src/EC2Client.ts b/clients/client-ec2/src/EC2Client.ts index e5a059fd2013..3db2a5330265 100644 --- a/clients/client-ec2/src/EC2Client.ts +++ b/clients/client-ec2/src/EC2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -3279,7 +3277,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -3388,7 +3386,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts index bad241e4a68e..6b2d97089fce 100644 --- a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AcceptAddressTransferRequest, AcceptAddressTransferResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts index 8461d4c499f9..8d3d7a3c79b4 100644 --- a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts index e7b0feecc317..1127826bc5d5 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts index 8d872a8e5842..06654cdfc738 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts index cad0118c55cd..38674afe927f 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AcceptTransitGatewayVpcAttachmentRequest, AcceptTransitGatewayVpcAttachmentResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts index a58be72955bf..5c7e045056d0 100644 --- a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AcceptVpcEndpointConnectionsRequest, AcceptVpcEndpointConnectionsResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts index 4422a2f17397..749c085bc852 100644 --- a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts index 7f0b37c63083..e9ea3249599c 100644 --- a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AllocateAddressCommand.ts b/clients/client-ec2/src/commands/AllocateAddressCommand.ts index b3314ff67459..1fa6f01a3e7e 100644 --- a/clients/client-ec2/src/commands/AllocateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AllocateAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AllocateAddressRequest, AllocateAddressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AllocateHostsCommand.ts b/clients/client-ec2/src/commands/AllocateHostsCommand.ts index f62f27c6458d..bff89d99a520 100644 --- a/clients/client-ec2/src/commands/AllocateHostsCommand.ts +++ b/clients/client-ec2/src/commands/AllocateHostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AllocateHostsRequest, AllocateHostsResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts index 2aa5ecb90c2c..bda152a0dffc 100644 --- a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AllocateIpamPoolCidrRequest, AllocateIpamPoolCidrResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts index 216acd38cb06..9db3916de5a5 100644 --- a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts index 8a5ee8733e59..58db467381cd 100644 --- a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssignIpv6AddressesRequest, AssignIpv6AddressesResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts index 40d8b65b1e80..5c5a0e0f9e64 100644 --- a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssignPrivateIpAddressesRequest, AssignPrivateIpAddressesResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts index ef8fa37a15b4..bc21b62603f3 100644 --- a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssignPrivateNatGatewayAddressRequest, AssignPrivateNatGatewayAddressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateAddressCommand.ts b/clients/client-ec2/src/commands/AssociateAddressCommand.ts index 9a1df74f0d8e..03feb950b268 100644 --- a/clients/client-ec2/src/commands/AssociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateAddressRequest, AssociateAddressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts index 7666ea46358a..e2e1326b25a6 100644 --- a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateClientVpnTargetNetworkRequest, AssociateClientVpnTargetNetworkResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts index 83be636d743b..a25760e4fc26 100644 --- a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateDhcpOptionsRequest } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts index 775021922f76..850960b0494a 100644 --- a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts index 943947f57ca1..4e305ea47d68 100644 --- a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateIamInstanceProfileRequest, AssociateIamInstanceProfileResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts index 7b5e59927bd1..11721da2c463 100644 --- a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateInstanceEventWindowRequest, AssociateInstanceEventWindowResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts index 02109d144769..0ecc0ffe3946 100644 --- a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateIpamResourceDiscoveryRequest, AssociateIpamResourceDiscoveryResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts index f95fc476de71..930620f91325 100644 --- a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateNatGatewayAddressRequest, AssociateNatGatewayAddressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts index 3204b93045e6..5cca002836fb 100644 --- a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateRouteTableRequest, AssociateRouteTableResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts index 2b0ea87c7345..eb6d8d517d87 100644 --- a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateSubnetCidrBlockRequest, AssociateSubnetCidrBlockResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts index bf783a4f379b..ae29737886d9 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts index c411ef244ce1..b4efab69d1df 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts index a266f731b5be..86b724d73d96 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateTransitGatewayRouteTableRequest, AssociateTransitGatewayRouteTableResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts index 285ef4ac28e5..878564894ea8 100644 --- a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateTrunkInterfaceRequest, AssociateTrunkInterfaceResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts index 31eb08740cee..770d91965bc3 100644 --- a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AssociateVpcCidrBlockRequest, AssociateVpcCidrBlockResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts index d88e862b2fe6..acd44bdc9022 100644 --- a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts index 820a8f243a96..6cf39bbbd9c7 100644 --- a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AttachInternetGatewayRequest } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts index 21d130845493..f55520da115d 100644 --- a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AttachNetworkInterfaceRequest, AttachNetworkInterfaceResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts index 94979d299d8a..959bd4b311ee 100644 --- a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/AttachVolumeCommand.ts b/clients/client-ec2/src/commands/AttachVolumeCommand.ts index 478f057132dc..b4509fb5910f 100644 --- a/clients/client-ec2/src/commands/AttachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/AttachVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AttachVolumeRequest, VolumeAttachment } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts index 2a86949a14b1..f2e72a3afea9 100644 --- a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AttachVpnGatewayRequest, AttachVpnGatewayResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts index 415954898d0b..cf5514378550 100644 --- a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AuthorizeClientVpnIngressRequest, AuthorizeClientVpnIngressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts index 317e118ee45e..6a003ddbfdc2 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts index d09883e3632a..3827d9b83912 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/BundleInstanceCommand.ts b/clients/client-ec2/src/commands/BundleInstanceCommand.ts index 128e2c0cbf9e..68205eedeeac 100644 --- a/clients/client-ec2/src/commands/BundleInstanceCommand.ts +++ b/clients/client-ec2/src/commands/BundleInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { BundleInstanceRequest, BundleInstanceResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts index fe63d13e3289..1134d04f4d29 100644 --- a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelBundleTaskRequest, CancelBundleTaskResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts index 48be2b373903..5a81557015ec 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelCapacityReservationRequest, CancelCapacityReservationResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts index d0a463dd79f9..43d33094d821 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelCapacityReservationFleetsRequest, CancelCapacityReservationFleetsResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts index b468698b4b10..7692abeb29c8 100644 --- a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelConversionRequest } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts index e911610e454f..31c59c45b1f4 100644 --- a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelExportTaskRequest } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts index aee6b6135c2a..cbf63b05fed6 100644 --- a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts +++ b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelImageLaunchPermissionRequest, CancelImageLaunchPermissionResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts index aae731eadbde..b92f757febcf 100644 --- a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelImportTaskRequest, CancelImportTaskResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts index 0a4e113eb586..3aab7c231c52 100644 --- a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelReservedInstancesListingRequest, CancelReservedInstancesListingResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts index 156ead536c6f..82849b135ddd 100644 --- a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelSpotFleetRequestsRequest, CancelSpotFleetRequestsResponse } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts index 5c27f93e7caa..660468e0efaf 100644 --- a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CancelSpotInstanceRequestsRequest, CancelSpotInstanceRequestsResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts index 4910e94f2441..3d303921d541 100644 --- a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ConfirmProductInstanceRequest, ConfirmProductInstanceResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts index 06801ff13190..31286db99430 100644 --- a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CopyFpgaImageRequest, CopyFpgaImageResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CopyImageCommand.ts b/clients/client-ec2/src/commands/CopyImageCommand.ts index 067b9b4ec42a..0ea81617303e 100644 --- a/clients/client-ec2/src/commands/CopyImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CopyImageRequest, CopyImageResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CopySnapshotCommand.ts b/clients/client-ec2/src/commands/CopySnapshotCommand.ts index 1b2767a43d1f..6195c0c2d589 100644 --- a/clients/client-ec2/src/commands/CopySnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CopySnapshotCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCopySnapshotPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-ec2"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CopySnapshotRequest, CopySnapshotRequestFilterSensitiveLog, CopySnapshotResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts index edde85160b70..e64314886795 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCapacityReservationRequest, CreateCapacityReservationResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts index 07b5d8606d35..d9a8ae541693 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCapacityReservationFleetRequest, CreateCapacityReservationFleetResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts index f14910ac0707..09072a697b9f 100644 --- a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCarrierGatewayRequest, CreateCarrierGatewayResult } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts index cc339de4c5e4..b58d3918e9df 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateClientVpnEndpointRequest, CreateClientVpnEndpointResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts index 430fff808e67..f2183d4f60c4 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateClientVpnRouteRequest, CreateClientVpnRouteResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts index 4ec014de124d..2c1c408b6c68 100644 --- a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCoipCidrRequest, CreateCoipCidrResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts index 763292689bb0..f0101c0a58c7 100644 --- a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCoipPoolRequest, CreateCoipPoolResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts index ca9ae76ddb08..7bfa85dbe1a7 100644 --- a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateCustomerGatewayRequest, CreateCustomerGatewayResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts index 30e088e4445f..c6f3d36d4138 100644 --- a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateDefaultSubnetRequest, CreateDefaultSubnetResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts index 22485a92a212..6e48a4d6b396 100644 --- a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateDefaultVpcRequest, CreateDefaultVpcResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts index c943288d67ac..ba6ab417c7ca 100644 --- a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateDhcpOptionsRequest, CreateDhcpOptionsResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts index e885a0fb2e27..bb54c4beb8a2 100644 --- a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateEgressOnlyInternetGatewayRequest, CreateEgressOnlyInternetGatewayResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateFleetCommand.ts b/clients/client-ec2/src/commands/CreateFleetCommand.ts index dea13e0d23e3..403c4a8a2834 100644 --- a/clients/client-ec2/src/commands/CreateFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateFleetRequest, CreateFleetResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts index dabfa8681d68..d0bd69b6cd2b 100644 --- a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateFlowLogsRequest, CreateFlowLogsResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts index efc12aa5ed39..228eeda83460 100644 --- a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateFpgaImageRequest, CreateFpgaImageResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateImageCommand.ts b/clients/client-ec2/src/commands/CreateImageCommand.ts index 2aec9803dc57..71223b6d54f0 100644 --- a/clients/client-ec2/src/commands/CreateImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateImageRequest, CreateImageResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts index 8313546a8de5..b2b097885fde 100644 --- a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateInstanceConnectEndpointRequest, CreateInstanceConnectEndpointResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts index 3f17e734ae55..f0e729e7a80c 100644 --- a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateInstanceEventWindowRequest, CreateInstanceEventWindowResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts index 767792cc4fb9..3865019d8679 100644 --- a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateInstanceExportTaskRequest, CreateInstanceExportTaskResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts index fd59790244e6..db04a22732f7 100644 --- a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateInternetGatewayRequest, CreateInternetGatewayResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateIpamCommand.ts b/clients/client-ec2/src/commands/CreateIpamCommand.ts index dccd4a996920..83a304c3a449 100644 --- a/clients/client-ec2/src/commands/CreateIpamCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateIpamRequest, CreateIpamResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts index 11111087af04..538ee78faf0a 100644 --- a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateIpamPoolRequest, CreateIpamPoolResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts index 44c8c6e7afda..5febe98e5869 100644 --- a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateIpamResourceDiscoveryRequest, CreateIpamResourceDiscoveryResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts index 2fa1403a3832..d69b7c67aa27 100644 --- a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateIpamScopeRequest, CreateIpamScopeResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts index 2af5ece44c16..73adfb5b7c16 100644 --- a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateKeyPairRequest, KeyPair, KeyPairFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts index 8837d3ea5e03..d990c8a9ec42 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts index b6a7ff4ed33d..0464b010eab4 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts index ba247d2776c7..8d634c38b74a 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateLocalGatewayRouteRequest, CreateLocalGatewayRouteResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts index cb6a034d8e72..f4cf760508bb 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateLocalGatewayRouteTableRequest, CreateLocalGatewayRouteTableResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index 44d4cf96be8d..9b6b850a75de 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts index 8db4fa9dfce6..8c100916a5b9 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts index 666d5f44ccb9..4b304516d485 100644 --- a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateManagedPrefixListRequest, CreateManagedPrefixListResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts index 4492fe78b59d..58f45eac136f 100644 --- a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNatGatewayRequest, CreateNatGatewayResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts index c68572068a5d..c8002c7858ab 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkAclRequest, CreateNetworkAclResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts index f02b3531bfb7..a6132fc1fe25 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkAclEntryRequest } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts index 1c0103adb04e..1c66055ef3d6 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkInsightsAccessScopeRequest, CreateNetworkInsightsAccessScopeResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts index e33e90e1d3dc..05cb10f395b1 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkInsightsPathRequest, CreateNetworkInsightsPathResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts index a30f70de52ed..de75575bb85e 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts index 25a506b451cb..c976002bb0f8 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateNetworkInterfacePermissionRequest, CreateNetworkInterfacePermissionResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts index a60dab64e55d..91e6ea46f79a 100644 --- a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreatePlacementGroupRequest, CreatePlacementGroupResult } from "../models/models_1"; diff --git a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts index ce001515f34b..a5f1a17612b3 100644 --- a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreatePublicIpv4PoolRequest, CreatePublicIpv4PoolResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts index 7eef53358bda..5d5b7cd23122 100644 --- a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateReplaceRootVolumeTaskRequest, CreateReplaceRootVolumeTaskResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts index f2f526ed5576..d568ebb48039 100644 --- a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts index ec4a1c3521d2..232fe44828a1 100644 --- a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateRestoreImageTaskRequest, CreateRestoreImageTaskResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateRouteCommand.ts b/clients/client-ec2/src/commands/CreateRouteCommand.ts index b5d6b61734f8..c102c173c8ce 100644 --- a/clients/client-ec2/src/commands/CreateRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateRouteRequest, CreateRouteResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts index f62fa93384a9..e88503aa2735 100644 --- a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateRouteTableRequest, CreateRouteTableResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts index 82f7a8b8ce1b..0ca9c17f2dd1 100644 --- a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSecurityGroupRequest, CreateSecurityGroupResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts index a647706ec6d8..1cf7dd10f060 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSnapshotRequest, Snapshot } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts index 1b57db943c21..5f19d2b32be9 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSnapshotsRequest, CreateSnapshotsResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts index ac63f2658d8a..e1f3c69cbb55 100644 --- a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSpotDatafeedSubscriptionRequest, CreateSpotDatafeedSubscriptionResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts index b1546a622edc..79e56c5d476f 100644 --- a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateStoreImageTaskRequest, CreateStoreImageTaskResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts index 63eab724dde6..42c5428d75c3 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSubnetCidrReservationRequest, CreateSubnetCidrReservationResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateSubnetCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCommand.ts index c9cbf8bbb7ee..a5cf5ca8b68f 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateSubnetRequest, CreateSubnetResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTagsCommand.ts b/clients/client-ec2/src/commands/CreateTagsCommand.ts index fb8c65744142..d2a6c979f713 100644 --- a/clients/client-ec2/src/commands/CreateTagsCommand.ts +++ b/clients/client-ec2/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTagsRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts index 77e5f64eb1e2..3c5ecc643052 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTrafficMirrorFilterRequest, CreateTrafficMirrorFilterResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts index b2629d39c385..393afe5879be 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTrafficMirrorFilterRuleRequest, CreateTrafficMirrorFilterRuleResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts index 213387c023da..33597c62fbb8 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTrafficMirrorSessionRequest, CreateTrafficMirrorSessionResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts index c04db424fcad..cccdee7c828a 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTrafficMirrorTargetRequest, CreateTrafficMirrorTargetResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts index 54015d378206..2e027d8a9cb5 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayRequest, CreateTransitGatewayResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts index c3e95f74bd1a..6fcb7023fcd8 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayConnectRequest, CreateTransitGatewayConnectResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts index fc015303357e..31b715565e66 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayConnectPeerRequest, CreateTransitGatewayConnectPeerResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts index 3cb6c84a1d89..40f180dfa68f 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts index 412da92750e4..aa604d886712 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts index 15dde8751d25..7ec08615cd97 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayPolicyTableRequest, CreateTransitGatewayPolicyTableResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts index 4b5f15aa0a53..27449b8ba1ef 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts index 318528b4d283..41b74419f78e 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayRouteRequest, CreateTransitGatewayRouteResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts index 099d12324aa2..59d46bba615f 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts index 6c0f293c5ccf..1838fa3c1503 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayRouteTableRequest, CreateTransitGatewayRouteTableResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts index 949868b9b37a..a59eae559337 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateTransitGatewayVpcAttachmentRequest, CreateTransitGatewayVpcAttachmentResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts index 5a5cd47359ba..b6a17319d217 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVerifiedAccessEndpointRequest, CreateVerifiedAccessEndpointResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts index d87ac8b4cfd8..fc43bc2f3dd7 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVerifiedAccessGroupRequest, CreateVerifiedAccessGroupResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts index e2bc60c7a28b..12aadad7d73f 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVerifiedAccessInstanceRequest, CreateVerifiedAccessInstanceResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts index da22636c9f07..6772b1da39df 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateVolumeCommand.ts b/clients/client-ec2/src/commands/CreateVolumeCommand.ts index 6bb511a93d83..946275e4386e 100644 --- a/clients/client-ec2/src/commands/CreateVolumeCommand.ts +++ b/clients/client-ec2/src/commands/CreateVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVolumeRequest, Volume } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVpcCommand.ts b/clients/client-ec2/src/commands/CreateVpcCommand.ts index aa8fe121e0ec..80c13db7aa40 100644 --- a/clients/client-ec2/src/commands/CreateVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVpcRequest, CreateVpcResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts index 86d92fe76d1c..e24da21ea413 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVpcEndpointRequest, CreateVpcEndpointResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts index 304e3a698a38..ebcad6de7d92 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts index 2b94b55cdd2b..7f6e32c73857 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts index c2ea2666e0c0..f99c5fcfd460 100644 --- a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts index 157b9d067682..3bc0f4ee9e35 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts index 3ba2a5ac82f4..79d1d66212bc 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVpnConnectionRouteRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts index 5b03794b2294..95185d0e0a74 100644 --- a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { CreateVpnGatewayRequest, CreateVpnGatewayResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts index 70b0e735ca9d..63a084e4ac52 100644 --- a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteCarrierGatewayRequest, DeleteCarrierGatewayResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts index 5673f8148162..f21fa03a8092 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteClientVpnEndpointRequest, DeleteClientVpnEndpointResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts index b30f05fb7768..d05bfd58f129 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteClientVpnRouteRequest, DeleteClientVpnRouteResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts index 29b56eb055f1..c075fed82df1 100644 --- a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteCoipCidrRequest, DeleteCoipCidrResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts index cbc5049c8218..9901552b053a 100644 --- a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteCoipPoolRequest, DeleteCoipPoolResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts index 828d1b384b59..b275586463ad 100644 --- a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteCustomerGatewayRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts index 0c0b554b5cae..131473d2d0ab 100644 --- a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteDhcpOptionsRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts index ca48a1c2459b..400d5d769cc1 100644 --- a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteEgressOnlyInternetGatewayRequest, DeleteEgressOnlyInternetGatewayResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts index 429311cd73ee..446fed42cdcc 100644 --- a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteFleetsRequest, DeleteFleetsResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts index 367fb151724b..3c026116a9cb 100644 --- a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteFlowLogsRequest, DeleteFlowLogsResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts index 370de440526b..b20e4f355a94 100644 --- a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteFpgaImageRequest, DeleteFpgaImageResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts index 30e6675d5cc4..122dfd51c5d2 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteInstanceConnectEndpointRequest, DeleteInstanceConnectEndpointResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts index 73279107ea5a..860e722a0959 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteInstanceEventWindowRequest, DeleteInstanceEventWindowResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts index 6a304f54092b..86f151f0151f 100644 --- a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteInternetGatewayRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteIpamCommand.ts b/clients/client-ec2/src/commands/DeleteIpamCommand.ts index 9bbcdbe6ea3b..2a7e19444751 100644 --- a/clients/client-ec2/src/commands/DeleteIpamCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts index 99aead80f0ea..24436cba841a 100644 --- a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteIpamPoolRequest, DeleteIpamPoolResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts index 07acd63c75ec..744599730d9a 100644 --- a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteIpamResourceDiscoveryRequest, DeleteIpamResourceDiscoveryResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts index b4337a6a4a4b..d120bc09844a 100644 --- a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteIpamScopeRequest, DeleteIpamScopeResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts index d3a8e9d9e228..d2dfe75a793d 100644 --- a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteKeyPairRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts index a0c86e3b1186..2e3e6edd8da8 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteLaunchTemplateRequest, DeleteLaunchTemplateResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts index b432be3b138a..9a79b49609e2 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteLaunchTemplateVersionsRequest, DeleteLaunchTemplateVersionsResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts index 12308f17ec97..f8171aa19e00 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteLocalGatewayRouteRequest, DeleteLocalGatewayRouteResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts index 5380080e77e2..068191f73874 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteLocalGatewayRouteTableRequest, DeleteLocalGatewayRouteTableResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index ebcbf92a4213..c32a070a00ee 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts index 1449312ff6a8..1106f9ad1d95 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts index 84621aa7ce1a..4f8aac3d6f6d 100644 --- a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts index 3406c1c9656f..1c88d2173117 100644 --- a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts index bf5356760f39..ad587194419d 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkAclRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts index 14f6d616bfae..815aa8dc2923 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkAclEntryRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts index 703dbd7b5d84..39ee9ebb0f2c 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts index db34af01d6df..04fdbbec6596 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkInsightsAccessScopeRequest, DeleteNetworkInsightsAccessScopeResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts index 6c90457578d2..c7f83ec01f8a 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkInsightsAnalysisRequest, DeleteNetworkInsightsAnalysisResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts index b74913d7db07..f6e2edd46f61 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts index 0c3d7961ae56..fe16d71195a3 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkInterfaceRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts index b28bc1c69cf1..ffe05fc25a96 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteNetworkInterfacePermissionRequest, DeleteNetworkInterfacePermissionResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts index 7b07328255d9..0bb79ce9f02d 100644 --- a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeletePlacementGroupRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts index 3ab57e9917ce..ff72f02d89c1 100644 --- a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts index 9feb38f8ee00..b040a01d9a7b 100644 --- a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteQueuedReservedInstancesRequest } from "../models/models_2"; diff --git a/clients/client-ec2/src/commands/DeleteRouteCommand.ts b/clients/client-ec2/src/commands/DeleteRouteCommand.ts index f823197d6faf..a099f08949ef 100644 --- a/clients/client-ec2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteRouteRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts index e4e73730a4b8..1db482a196ec 100644 --- a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteRouteTableRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts index 3cc143d25d45..0d64c1b582b9 100644 --- a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteSecurityGroupRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts index e687c5312324..ba8f1eb3f7e0 100644 --- a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteSnapshotRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts index 57be17e9be60..65c70aee10d9 100644 --- a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteSpotDatafeedSubscriptionRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts index e682b96ce077..e6f1e08f65b3 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteSubnetCidrReservationRequest, DeleteSubnetCidrReservationResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts index 1d688fdf0f47..8b85bb463b34 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteSubnetRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTagsCommand.ts b/clients/client-ec2/src/commands/DeleteTagsCommand.ts index df1b9d1eaa2c..01320686774e 100644 --- a/clients/client-ec2/src/commands/DeleteTagsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTagsRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts index 639cebdabf41..a3d890491315 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTrafficMirrorFilterRequest, DeleteTrafficMirrorFilterResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts index 38a6ceb7fd25..80c7c604e4b1 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTrafficMirrorFilterRuleRequest, DeleteTrafficMirrorFilterRuleResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts index d299369487b5..0b247ac86d6d 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTrafficMirrorSessionRequest, DeleteTrafficMirrorSessionResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts index 00378575fc16..a5f24a1d2418 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTrafficMirrorTargetRequest, DeleteTrafficMirrorTargetResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts index 4e007a2878df..fc3673792ea2 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayRequest, DeleteTransitGatewayResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts index 3a92589452c1..daf4d6a8d6cd 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayConnectRequest, DeleteTransitGatewayConnectResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts index 30e59355d02d..7ada01788458 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayConnectPeerRequest, DeleteTransitGatewayConnectPeerResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts index daaf3205e7f9..5fb48a711912 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts index 97b38e47a9cd..b91b65b4bfdf 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts index 11782e497f6d..c9aa2cab18ec 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayPolicyTableRequest, DeleteTransitGatewayPolicyTableResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts index 6368bf093ca3..a3150638ea8d 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts index eb28c754884f..4c7f740eb271 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayRouteRequest, DeleteTransitGatewayRouteResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts index b6b6fa1d2e25..40e08edff816 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts index 4bbc9cd015d3..8e109d03624f 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayRouteTableRequest, DeleteTransitGatewayRouteTableResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts index 6aa3be06ba22..70d96c69485a 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteTransitGatewayVpcAttachmentRequest, DeleteTransitGatewayVpcAttachmentResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts index cd9f5e21600e..1dde48dd15bd 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVerifiedAccessEndpointRequest, DeleteVerifiedAccessEndpointResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts index 5c495011f4ef..0e3432603bbc 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVerifiedAccessGroupRequest, DeleteVerifiedAccessGroupResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts index f17628055b92..672fe889ad75 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVerifiedAccessInstanceRequest, DeleteVerifiedAccessInstanceResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts index c5dd96b5db81..0ab2fc5f4069 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts index 9ab8d37bdb10..7817e12ce667 100644 --- a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVolumeRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpcCommand.ts b/clients/client-ec2/src/commands/DeleteVpcCommand.ts index f966bf0e3f51..8e722d9d24e0 100644 --- a/clients/client-ec2/src/commands/DeleteVpcCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpcRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts index 915a573772be..a883c58121e5 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts index a201711c6037..3e696b9fc4b4 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts index 2fa0d09c4149..0b91d622ed35 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpcEndpointsRequest, DeleteVpcEndpointsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts index 94af2d0da91e..ba108232e552 100644 --- a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpcPeeringConnectionRequest, DeleteVpcPeeringConnectionResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts index e9a3370f19a2..7a014f9aa72f 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpnConnectionRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts index 4244c9695a39..189a724853f9 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpnConnectionRouteRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts index c8b6ad0de84e..d7909540488c 100644 --- a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeleteVpnGatewayRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts index 2650118a0129..649236c331a3 100644 --- a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts index 45ff1385dfd7..82805699d1da 100644 --- a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeprovisionIpamPoolCidrRequest, DeprovisionIpamPoolCidrResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts index 27543f8e46cb..5d75a69c8291 100644 --- a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeprovisionPublicIpv4PoolCidrRequest, DeprovisionPublicIpv4PoolCidrResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeregisterImageCommand.ts b/clients/client-ec2/src/commands/DeregisterImageCommand.ts index 391933e39212..30625ac69812 100644 --- a/clients/client-ec2/src/commands/DeregisterImageCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DeregisterImageRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts index 949b09c7de5a..185fb9e99ebb 100644 --- a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts index 6c481fc9062a..b37d17b56a91 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts index c831d954cefe..b26cd6effff1 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts index b83070fac8e6..d3f51f30f92e 100644 --- a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAccountAttributesRequest, DescribeAccountAttributesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts index ea88fb0f11dd..e0e7f1d818b3 100644 --- a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAddressTransfersRequest, DescribeAddressTransfersResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts index cd4192691c06..3514b910a571 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAddressesAttributeRequest, DescribeAddressesAttributeResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts index ce3bfedc8986..e43f293b2326 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts index 245585a06857..e12c35206a73 100644 --- a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAggregateIdFormatRequest, DescribeAggregateIdFormatResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts index 548ae315a314..e297f341346c 100644 --- a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts index bd19dcfeb245..c7599cc84f8d 100644 --- a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts index 1778d9f2317e..6e598c31040e 100644 --- a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeBundleTasksRequest, DescribeBundleTasksResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts index dec101b5fdaf..cdb057c3b1d6 100644 --- a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeByoipCidrsRequest, DescribeByoipCidrsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts index c2294ef778f8..de35926237fa 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeCapacityReservationFleetsRequest, DescribeCapacityReservationFleetsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts index c20c6c5bea3f..7a8b16fe0672 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeCapacityReservationsRequest, DescribeCapacityReservationsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts index 2a4080688daa..cc5b92b0ad9f 100644 --- a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeCarrierGatewaysRequest, DescribeCarrierGatewaysResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts index b4d804d9b84a..8cb58aa35dec 100644 --- a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeClassicLinkInstancesRequest, DescribeClassicLinkInstancesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts index ebfd9984ea60..430fc62ea966 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts index bb81fc4cd6a4..d5f54156dc06 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeClientVpnConnectionsRequest, DescribeClientVpnConnectionsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts index a8027d9a32f0..9eeeaa1f1210 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeClientVpnEndpointsRequest, DescribeClientVpnEndpointsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts index cb938acf8d81..50d682b29572 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeClientVpnRoutesRequest, DescribeClientVpnRoutesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts index e503a7e7a8b4..8800f08897ae 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeClientVpnTargetNetworksRequest, DescribeClientVpnTargetNetworksResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts index d0e01cef5065..493188cf71bd 100644 --- a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeCoipPoolsRequest, DescribeCoipPoolsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts index 3ca734856c0f..f0b587db9276 100644 --- a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts index ca5dba3099e6..0f9589638d7e 100644 --- a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeCustomerGatewaysRequest, DescribeCustomerGatewaysResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts index cc8fef889a3a..3b66a28849e9 100644 --- a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeDhcpOptionsRequest, DescribeDhcpOptionsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts index c3ca1975ad10..06bc0fb68a32 100644 --- a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts index 751dba31df7b..e600d38d2be2 100644 --- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeElasticGpusRequest, DescribeElasticGpusResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts index d57021e4c1a6..9e58c6acbfa1 100644 --- a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeExportImageTasksRequest, DescribeExportImageTasksResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts index db74ec94312b..f0db9e65202a 100644 --- a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeExportTasksRequest, DescribeExportTasksResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts index 527d942e4564..faea97898023 100644 --- a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFastLaunchImagesRequest, DescribeFastLaunchImagesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts index 2e9d0cf9bec8..0b13a1a7eb6f 100644 --- a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFastSnapshotRestoresRequest, DescribeFastSnapshotRestoresResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts index f6c9e664d77d..f4f1ce961156 100644 --- a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFleetHistoryRequest, DescribeFleetHistoryResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts index 96d779f2c9f9..9be8e1aa768d 100644 --- a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFleetInstancesRequest, DescribeFleetInstancesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts index 2d68c6845ea2..945ea9ea3ac2 100644 --- a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts index 3e29809b3f93..d4a660cb2f2b 100644 --- a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFlowLogsRequest, DescribeFlowLogsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts index 8ab031a21d62..4f0c4ee6d96d 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFpgaImageAttributeRequest, DescribeFpgaImageAttributeResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts index b6ddddb1030a..ebea6e208f48 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts index cc9738af535e..fc6d7fd6332b 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts index 5096b9ad4b66..32451890566e 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeHostsCommand.ts b/clients/client-ec2/src/commands/DescribeHostsCommand.ts index 4c6d4ae4967b..1c2f680697ff 100644 --- a/clients/client-ec2/src/commands/DescribeHostsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts index 97b84208a7b7..0193e06abdda 100644 --- a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts index 3863913c152d..b407f3610e4f 100644 --- a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts index 4d293580098e..616c5766729b 100644 --- a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIdentityIdFormatRequest, DescribeIdentityIdFormatResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts index c8d795c3d8bf..37808f31b67c 100644 --- a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeImagesCommand.ts b/clients/client-ec2/src/commands/DescribeImagesCommand.ts index e0343f643d8a..6d63bffcfb28 100644 --- a/clients/client-ec2/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts index fa6da7ae29c7..727396c2a45c 100644 --- a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts index 41e9f9018a0d..8801dc24e505 100644 --- a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts index a7ff1b80b855..a86ddf871e0f 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceAttributeRequest, InstanceAttribute } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts index 3a165fa40105..975880b1b64f 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceConnectEndpointsRequest, DescribeInstanceConnectEndpointsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts index 9fa0cb054569..a5fb5a9068b4 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts index eb908575fe77..4f012485b9a9 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts index 87f887cde341..0ffbbd9cbddb 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceEventWindowsRequest, DescribeInstanceEventWindowsResult } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts index b3d2fee5b5cd..65f6558463d9 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceStatusRequest, DescribeInstanceStatusResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts index 717efe78862f..2b8d5888d828 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceTypeOfferingsRequest, DescribeInstanceTypeOfferingsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts index e7c9af3b19fb..d868944f71ca 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstanceTypesRequest, DescribeInstanceTypesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts index b23a879e8038..9b16a85b6460 100644 --- a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInstancesRequest } from "../models/models_3"; diff --git a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts index 74c014eba1a3..958f61f7f647 100644 --- a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeInternetGatewaysRequest, DescribeInternetGatewaysResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts index 374ca93ffc76..aca0755d5359 100644 --- a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIpamPoolsRequest, DescribeIpamPoolsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts index c141faa7146c..7084642e223c 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIpamResourceDiscoveriesRequest, DescribeIpamResourceDiscoveriesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts index e4b233abf203..0ed81a2f7f6f 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts index 1ef8d1de4a53..4197869d36bb 100644 --- a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIpamScopesRequest, DescribeIpamScopesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts index ec50e7ce70cb..a5a4f9f33131 100644 --- a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIpamsRequest, DescribeIpamsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts index 5848f0b60cc7..60cc56e0faf5 100644 --- a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeIpv6PoolsRequest, DescribeIpv6PoolsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts index 31d1af865fb2..362c426d07eb 100644 --- a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeKeyPairsRequest, DescribeKeyPairsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts index 58506cd8f202..9266243a3ad7 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts index bac207441d37..d350769cf5e6 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeLaunchTemplatesRequest, DescribeLaunchTemplatesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts index 095dab19d06b..22df37e9e0a5 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts index 972df7a80bf1..eb30d14245fd 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts index 42b723aa5adc..dc479e429f08 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeLocalGatewayRouteTablesRequest, DescribeLocalGatewayRouteTablesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts index 16f38cfeb9f4..ea4f79878bf7 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts index 5dfd9711e249..dd63e95ec5d2 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts index d1dcd916a303..374ce3b84e5b 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeLocalGatewaysRequest, DescribeLocalGatewaysResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts index b4b7f695b47b..47a49526c0e6 100644 --- a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeManagedPrefixListsRequest, DescribeManagedPrefixListsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts index 59446dc0fa12..372ead53fca1 100644 --- a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeMovingAddressesRequest, DescribeMovingAddressesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts index 368998639f35..29c5a15485ab 100644 --- a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNatGatewaysRequest, DescribeNatGatewaysResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts index 48be8fdf4b5c..c72c5aff5bda 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNetworkAclsRequest, DescribeNetworkAclsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts index 86cf0ccf58fe..fdabc1f1ca89 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts index ec086cfcc867..8ffb02ba8497 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts index 89532d7c5895..35c3ed76b5b1 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNetworkInsightsAnalysesRequest, DescribeNetworkInsightsAnalysesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts index 3dd180add38c..332516b98e84 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNetworkInsightsPathsRequest, DescribeNetworkInsightsPathsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts index 623e69f78b80..e18d040783e5 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNetworkInterfaceAttributeRequest, DescribeNetworkInterfaceAttributeResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts index 027916490773..d757b3b4b43a 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts index 7679e6fc6a84..b4c848c3adfd 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeNetworkInterfacesRequest, DescribeNetworkInterfacesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts index 0c9f63fd0a35..62028d5f58b3 100644 --- a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribePlacementGroupsRequest, DescribePlacementGroupsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts index a4bf523f4fe2..16acc8cc5852 100644 --- a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribePrefixListsRequest, DescribePrefixListsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts index f6bd57658ef8..04814928e00f 100644 --- a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribePrincipalIdFormatRequest, DescribePrincipalIdFormatResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts index bf6fc3039a42..a91a5b160899 100644 --- a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribePublicIpv4PoolsRequest, DescribePublicIpv4PoolsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts index e2f0ee64f370..758adcb269c0 100644 --- a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts index c974834cffad..7cdbf3e76e0f 100644 --- a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeReplaceRootVolumeTasksRequest, DescribeReplaceRootVolumeTasksResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts index 5bcbadfdca21..ab76e0d93c57 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeReservedInstancesRequest, DescribeReservedInstancesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts index 10dba69080d5..28fef86f225d 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeReservedInstancesListingsRequest, DescribeReservedInstancesListingsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts index 954861b5d078..495248922a25 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts index 91486b4111b8..31d1a67c9521 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts index 42dc41e9cd1f..275d99767953 100644 --- a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeRouteTablesRequest, DescribeRouteTablesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts index 88ed4980da7f..7a97dedd37c9 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts index 00f49cfaef3d..da3a3b803a1b 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts index d820be4244cd..0566878375c3 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSecurityGroupReferencesRequest, DescribeSecurityGroupReferencesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts index 3c6e06cf1888..d106b78481f1 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts index 44f1c99d83a2..6f4d46aa3390 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts index dcdfec625626..2f3ed699616c 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts index e197b8519a29..42aa2bf61b3d 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSnapshotTierStatusRequest, DescribeSnapshotTierStatusResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts index 331ade3d3690..1e20d49fd68e 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts index f7a320e21ba1..8ac5511e23df 100644 --- a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSpotDatafeedSubscriptionRequest, DescribeSpotDatafeedSubscriptionResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts index 52d5e2ae4167..753215691da4 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSpotFleetInstancesRequest, DescribeSpotFleetInstancesResponse } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts index a49b72f988a7..c7a933de3de5 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSpotFleetRequestHistoryRequest, DescribeSpotFleetRequestHistoryResponse } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts index ccb9e1858c21..31b294f7cbaa 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts index 7ed687997961..d0d92bf37008 100644 --- a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts index 4336e57b71a4..9fb90cab2e87 100644 --- a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts index 10ee497c14b1..457af99bad77 100644 --- a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeStaleSecurityGroupsRequest, DescribeStaleSecurityGroupsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts index ac0d2370cd76..162796884635 100644 --- a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeStoreImageTasksRequest, DescribeStoreImageTasksResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts index 01613c65ba9c..36e7f7395007 100644 --- a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeSubnetsRequest, DescribeSubnetsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTagsCommand.ts b/clients/client-ec2/src/commands/DescribeTagsCommand.ts index 07e3f07701ca..19a7051b4ccd 100644 --- a/clients/client-ec2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts index 4167bb2cdee2..453cfdbb79bc 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTrafficMirrorFiltersRequest, DescribeTrafficMirrorFiltersResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts index 26f6b98b810d..5af1d325fe5b 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTrafficMirrorSessionsRequest, DescribeTrafficMirrorSessionsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts index 90b9f84a792b..b1d252b2278f 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTrafficMirrorTargetsRequest, DescribeTrafficMirrorTargetsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts index b034c8a6b9f2..83c44caf0d3d 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTransitGatewayAttachmentsRequest, DescribeTransitGatewayAttachmentsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts index de6cc1fce993..57e2aaa33469 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts index b162f44321c8..c962168fc56b 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTransitGatewayConnectsRequest, DescribeTransitGatewayConnectsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts index 93c4a13b1d61..95edb854835d 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts index 9e45ee8be022..713237ffac9e 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts index eb18a9e3f188..2a31920a1772 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts index 7c2dd1b86e54..0308a22543e0 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts index ed90299a9c18..bc4ec3b2ca79 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTransitGatewayRouteTablesRequest, DescribeTransitGatewayRouteTablesResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts index d7abe51d99a6..b35a9fcb3226 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts index 80bbc52a971e..9442091b8ffd 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts index 57c9aaa7efef..141a9612f448 100644 --- a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts index 7c976164f978..039df98a669a 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVerifiedAccessEndpointsRequest, DescribeVerifiedAccessEndpointsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts index d51af3d96bcb..6387bb28b22f 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVerifiedAccessGroupsRequest, DescribeVerifiedAccessGroupsResult } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts index 8386017b1112..4eff90d9b042 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVerifiedAccessInstanceLoggingConfigurationsRequest } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts index d22766e68430..3913fb6a99a2 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVerifiedAccessInstancesRequest, DescribeVerifiedAccessInstancesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts index 451bdfd3496c..fa6b1c5462c9 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts index 7be804a390db..d2705218609c 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVolumeAttributeRequest, DescribeVolumeAttributeResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts index c45ef748a4cc..15eddf521727 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVolumeStatusRequest, DescribeVolumeStatusResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts index 29955ff8c9d5..e2e429fe39aa 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts index a5223a92969e..508196d950dd 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVolumesModificationsRequest, DescribeVolumesModificationsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts index 8c2ea86becb5..722f05b62a16 100644 --- a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcAttributeRequest, DescribeVpcAttributeResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts index 6f34b1377beb..b79872847dc8 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts index 25f5ea20012b..ceee870d4941 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcClassicLinkDnsSupportRequest, DescribeVpcClassicLinkDnsSupportResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts index 53c02b6e7bd3..0bebffd17502 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts index 25d8af2507cc..bbc3ad62083b 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcEndpointConnectionsRequest, DescribeVpcEndpointConnectionsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts index 5534b03b8669..6fbd8e069581 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts index c517e70e807a..6381ddc59f93 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts index 70aa8de6fca4..b8a7090a80d6 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcEndpointServicesRequest, DescribeVpcEndpointServicesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts index f3c0861f3b21..97be068c8415 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts index 0cbd0538a579..327eaf72f288 100644 --- a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcPeeringConnectionsRequest, DescribeVpcPeeringConnectionsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts index e8aca173ccdf..1e305d890928 100644 --- a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpcsRequest, DescribeVpcsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts index 32c96befa90f..f55703d9dfe2 100644 --- a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts index 9c3cb7e785bc..6eba8476c39b 100644 --- a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DescribeVpnGatewaysRequest, DescribeVpnGatewaysResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts index 6ee3d8292168..b3b601e22624 100644 --- a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DetachClassicLinkVpcRequest, DetachClassicLinkVpcResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts index c9fa30de7aff..c4f5944509d9 100644 --- a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DetachInternetGatewayRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts index 07ebd14ca081..8246b92ae037 100644 --- a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DetachNetworkInterfaceRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts index 8046cddad012..b585a41c2338 100644 --- a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DetachVolumeCommand.ts b/clients/client-ec2/src/commands/DetachVolumeCommand.ts index 3033e4ea9e20..e0e197717743 100644 --- a/clients/client-ec2/src/commands/DetachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DetachVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { VolumeAttachment } from "../models/models_0"; diff --git a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts index 680cf4ee1f46..a7ecdcee8b16 100644 --- a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DetachVpnGatewayRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts index ea209ba7b290..9adfd3072340 100644 --- a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableAddressTransferRequest, DisableAddressTransferResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 687b0bb4ccc5..b7aea622f85e 100644 --- a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts index 5de368f6d76f..040b4c5d7292 100644 --- a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableEbsEncryptionByDefaultRequest, DisableEbsEncryptionByDefaultResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts index 30f20b1bc15f..e50b25aca37d 100644 --- a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableFastLaunchRequest, DisableFastLaunchResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts index bad4bc7eea6c..38e7364c45da 100644 --- a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableFastSnapshotRestoresRequest, DisableFastSnapshotRestoresResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts index 406d4758f080..804f91265cb7 100644 --- a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableImageDeprecationRequest, DisableImageDeprecationResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts index 13d2fd30f290..88506f33b1c8 100644 --- a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts index 9618a7407b49..7bc46eedb37c 100644 --- a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableSerialConsoleAccessRequest, DisableSerialConsoleAccessResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts index 55a162528082..ce5d87d7afaa 100644 --- a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts index 89a2bddd542a..88e0ed361274 100644 --- a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableVgwRoutePropagationRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts index ead5d17cc764..88f3105d54ff 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableVpcClassicLinkRequest, DisableVpcClassicLinkResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts index e09ab23de6cc..1d0f12cf96f4 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisableVpcClassicLinkDnsSupportRequest, DisableVpcClassicLinkDnsSupportResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts index 0d793700533d..460135437019 100644 --- a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateAddressRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts index bd6b0b39f3c0..17f05d9f67b6 100644 --- a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts index 0d4f23ea3c5c..5c74987ac21b 100644 --- a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts index 07308d90f890..241ae14920cc 100644 --- a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateIamInstanceProfileRequest, DisassociateIamInstanceProfileResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts index 41a40f1a7fed..500dfb69320a 100644 --- a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateInstanceEventWindowRequest, DisassociateInstanceEventWindowResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts index 458dee77356e..5c87e0821be6 100644 --- a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateIpamResourceDiscoveryRequest, DisassociateIpamResourceDiscoveryResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts index b362af11e5ad..b9e5f493282b 100644 --- a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateNatGatewayAddressRequest, DisassociateNatGatewayAddressResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts index a4fbf1c8a2ce..61bc5239efd5 100644 --- a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateRouteTableRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts index 9569b6fb0ae2..6cf39cc722a4 100644 --- a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateSubnetCidrBlockRequest, DisassociateSubnetCidrBlockResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts index e5f34f5096b1..c095afdcc52a 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts index 346025b1e92d..a949c608a764 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts index 2acec0469c9c..b79ac5caac4e 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts index b03962ba23e3..a1a7ee4b6513 100644 --- a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateTrunkInterfaceRequest, DisassociateTrunkInterfaceResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts index 8950010fae84..dea8d27bcaa2 100644 --- a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { DisassociateVpcCidrBlockRequest, DisassociateVpcCidrBlockResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts index bc0c4d4bf87f..d348be9ff6d5 100644 --- a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableAddressTransferRequest, EnableAddressTransferResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 1c0962146c31..026182ac0383 100644 --- a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts index 0df39ca83e2e..e5b45ebff79b 100644 --- a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableEbsEncryptionByDefaultRequest, EnableEbsEncryptionByDefaultResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts index 91b3cd83e597..d21da2789c17 100644 --- a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableFastLaunchRequest, EnableFastLaunchResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts index 582bdd7af3e0..923007659849 100644 --- a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableFastSnapshotRestoresRequest, EnableFastSnapshotRestoresResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts index 2189d3bebe03..f2813e8100a5 100644 --- a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableImageDeprecationRequest, EnableImageDeprecationResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts index d541d6820b49..f129e3e880b8 100644 --- a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts index 58fd02550bcb..76b21a094679 100644 --- a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts +++ b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts index 00c79ec940ba..c6e7f6b04fdb 100644 --- a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableSerialConsoleAccessRequest, EnableSerialConsoleAccessResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts index 5a22f8dd826e..d653c93c054a 100644 --- a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts index 9a9ef8cb56e3..f83548b6edf3 100644 --- a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableVgwRoutePropagationRequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts index 62d860cca148..0d0bbecc62e7 100644 --- a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts +++ b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableVolumeIORequest } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts index 23dd1ef2ee7f..ed35b3467025 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts index 72349b153c8b..85df62c4a4e2 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { EnableVpcClassicLinkDnsSupportRequest, EnableVpcClassicLinkDnsSupportResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts index 3f91b84b85d5..fe02918aafd1 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts index 3f2f888a89f0..7af8c5885393 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ExportImageCommand.ts b/clients/client-ec2/src/commands/ExportImageCommand.ts index 33f39940f010..aaf03bf70d95 100644 --- a/clients/client-ec2/src/commands/ExportImageCommand.ts +++ b/clients/client-ec2/src/commands/ExportImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ExportImageRequest, ExportImageResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts index 0e63f125cded..1f820bf52b00 100644 --- a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts index 682bbd3bbcd7..59b5edfff485 100644 --- a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts index 97b3fd29ec3a..8cb5e7fa6e0f 100644 --- a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts index c4400a2ae4d8..5ee70484b03e 100644 --- a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts +++ b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetAwsNetworkPerformanceDataRequest, GetAwsNetworkPerformanceDataResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts index ba012b189db5..10e759e8e69d 100644 --- a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts index e41a4c722fcc..8e50f9b72f80 100644 --- a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts index 1c7dbc2a5844..74667dd5cda9 100644 --- a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts index e1ff64db51a4..322340686957 100644 --- a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts index 1e433d376ded..cf5df6ac3a7a 100644 --- a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts index eecf9ee19831..f216030a2ba7 100644 --- a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts index 6a9fcb6a7532..58a33454c3ae 100644 --- a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts index 373f840c0d53..f6ff08b908c1 100644 --- a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts +++ b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts index fa3e06ff2019..169eb2c7d00a 100644 --- a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetGroupsForCapacityReservationRequest, GetGroupsForCapacityReservationResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts index 5f1d7a96b40d..2a8fcea8b1ba 100644 --- a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts +++ b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetHostReservationPurchasePreviewRequest, GetHostReservationPurchasePreviewResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts index a3112ebb43c1..d47936ebe5bb 100644 --- a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts index b6132ddd6dde..633ee7e3bbf9 100644 --- a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetInstanceUefiDataRequest, GetInstanceUefiDataResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts index fd7b594d02e2..5dfa65460d72 100644 --- a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamAddressHistoryRequest, GetIpamAddressHistoryResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts index 31fa63027c8b..2a3c464d2097 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamDiscoveredAccountsRequest, GetIpamDiscoveredAccountsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts index bfff39827371..867029d6d803 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamDiscoveredResourceCidrsRequest, GetIpamDiscoveredResourceCidrsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts index ab27a23f5999..24be120857d4 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamPoolAllocationsRequest, GetIpamPoolAllocationsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts index 196d8bd2dd39..c6906bf4d67a 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamPoolCidrsRequest, GetIpamPoolCidrsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts index a3ebc07824c2..621a825f6d41 100644 --- a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetIpamResourceCidrsRequest, GetIpamResourceCidrsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts index 813937eb52a2..c845523c5498 100644 --- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts index edc2c8e554ec..f745e79eff4d 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetManagedPrefixListAssociationsRequest, GetManagedPrefixListAssociationsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts index 69e3d5226e69..3d3fb62b8220 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetManagedPrefixListEntriesRequest, GetManagedPrefixListEntriesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts index 161e55b59da4..7e84ac81e2f9 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts index 3460e04df91c..3a76eb9bd187 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts index cfbbbd4a5365..9aca2e95b0fb 100644 --- a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts +++ b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetPasswordDataRequest, GetPasswordDataResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts index fe3554a57f86..bd81264e091f 100644 --- a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetReservedInstancesExchangeQuoteRequest, GetReservedInstancesExchangeQuoteResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts index c197f65060bc..2663222a075b 100644 --- a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetSerialConsoleAccessStatusRequest, GetSerialConsoleAccessStatusResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts index b233066ec82a..c110168422a9 100644 --- a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts +++ b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetSpotPlacementScoresRequest, GetSpotPlacementScoresResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts index ecda5e3f42f0..5ae67141a9e7 100644 --- a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts +++ b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetSubnetCidrReservationsRequest, GetSubnetCidrReservationsResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts index c7fd339a1aad..f40665c113c4 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts index 4848939a9aa3..0631de424edb 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts index 0f6a5ac75290..c22c81747593 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts index 6c6db69eccad..357439911a0f 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts index df2fb51c48a2..e7d1c1c19e90 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts index 34f50aaea3ab..df1b78ae30b8 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts index 5f3189f76c94..ab6d5a6dfc5e 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts index 41698c62371f..56f21a3aa7da 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetVerifiedAccessEndpointPolicyRequest, GetVerifiedAccessEndpointPolicyResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts index 42536c80955e..d1c1806441ba 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetVerifiedAccessGroupPolicyRequest, GetVerifiedAccessGroupPolicyResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts index 24aceb514740..5d4e74f91236 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts index 8771779d89c4..ff4e26727700 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetVpnConnectionDeviceTypesRequest, GetVpnConnectionDeviceTypesResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts index 01b2e9460f7c..535b622da088 100644 --- a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { GetVpnTunnelReplacementStatusRequest, GetVpnTunnelReplacementStatusResult } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts index ec2027baadff..33b44c864ae1 100644 --- a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ImportImageCommand.ts b/clients/client-ec2/src/commands/ImportImageCommand.ts index 1fe6b5892cdf..0c6d1f4abf14 100644 --- a/clients/client-ec2/src/commands/ImportImageCommand.ts +++ b/clients/client-ec2/src/commands/ImportImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ImportImageRequest, ImportImageRequestFilterSensitiveLog } from "../models/models_5"; diff --git a/clients/client-ec2/src/commands/ImportInstanceCommand.ts b/clients/client-ec2/src/commands/ImportInstanceCommand.ts index b343ecd3d653..a56d0dbea4e2 100644 --- a/clients/client-ec2/src/commands/ImportInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ImportInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts index afc6305f7008..4ac6e12dfa2f 100644 --- a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts index 2ef70d8c788c..eaf4553ec2ce 100644 --- a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ImportVolumeCommand.ts b/clients/client-ec2/src/commands/ImportVolumeCommand.ts index 65416c656853..9035fc8152f0 100644 --- a/clients/client-ec2/src/commands/ImportVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ImportVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts index 2bd48a03806c..96ee5ce3e5e5 100644 --- a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ListImagesInRecycleBinRequest, ListImagesInRecycleBinResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts index 790d158593bd..8d05ed8dcf02 100644 --- a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ListSnapshotsInRecycleBinRequest, ListSnapshotsInRecycleBinResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts index 6de0b6afe0c8..bfd7b3db3566 100644 --- a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyAddressAttributeRequest, ModifyAddressAttributeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts index 865ae8c187d3..a829867b899b 100644 --- a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyAvailabilityZoneGroupRequest, ModifyAvailabilityZoneGroupResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts index d9b33d726448..2b1959401c75 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyCapacityReservationRequest, ModifyCapacityReservationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts index 88fba790c7b8..5913a669bf17 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyCapacityReservationFleetRequest, ModifyCapacityReservationFleetResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts index 222d4f1a881b..5ff23e8a814b 100644 --- a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyClientVpnEndpointRequest, ModifyClientVpnEndpointResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts index 7997c39ad707..c960990d0970 100644 --- a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyDefaultCreditSpecificationRequest, ModifyDefaultCreditSpecificationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts index 447bbd79bb44..ffc4786f4cd3 100644 --- a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyEbsDefaultKmsKeyIdRequest, ModifyEbsDefaultKmsKeyIdResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyFleetCommand.ts b/clients/client-ec2/src/commands/ModifyFleetCommand.ts index 83cb5f5e6424..07685f788ebf 100644 --- a/clients/client-ec2/src/commands/ModifyFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts index e2e4fa25c805..a970bd0d3a9c 100644 --- a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyFpgaImageAttributeRequest, ModifyFpgaImageAttributeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyHostsCommand.ts b/clients/client-ec2/src/commands/ModifyHostsCommand.ts index 7531f91f50f0..90065379277e 100644 --- a/clients/client-ec2/src/commands/ModifyHostsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyHostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts index d4c2759e5281..7fb4042a8c08 100644 --- a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIdFormatRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts index 51ec9e209985..a7af8c5d9d46 100644 --- a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIdentityIdFormatRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts index edfa8e4dcff3..d82f51bace46 100644 --- a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyImageAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts index 910fea9a0f8a..ebf833c66feb 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts index fab44c13f4f6..8b2f7d8c2d70 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts index 215e49011a3d..f193280d7747 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceCreditSpecificationRequest, ModifyInstanceCreditSpecificationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts index e5e11840d24d..6d6cd440f589 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceEventStartTimeRequest, ModifyInstanceEventStartTimeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts index 49f92ca302b8..f181c78152b4 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceEventWindowRequest, ModifyInstanceEventWindowResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts index 9580a1f5d02e..a6b46caa3e54 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceMaintenanceOptionsRequest, ModifyInstanceMaintenanceOptionsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts index 71285bc92be8..bd525ad0c9d4 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstanceMetadataOptionsRequest, ModifyInstanceMetadataOptionsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts index 47c9b2d5eca3..238dc8e07c32 100644 --- a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyInstancePlacementRequest, ModifyInstancePlacementResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIpamCommand.ts b/clients/client-ec2/src/commands/ModifyIpamCommand.ts index be84bcc39209..1d4285da6141 100644 --- a/clients/client-ec2/src/commands/ModifyIpamCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIpamRequest, ModifyIpamResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts index 65aebef5a7cb..43c304e1a758 100644 --- a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIpamPoolRequest, ModifyIpamPoolResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts index 83f8da0d8e92..4e008a7bacc5 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIpamResourceCidrRequest, ModifyIpamResourceCidrResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts index eadcbfd28d14..9da82715ae8b 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIpamResourceDiscoveryRequest, ModifyIpamResourceDiscoveryResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts index 95f92c4f00fb..bf43f93b9422 100644 --- a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyIpamScopeRequest, ModifyIpamScopeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts index dbba84a52b9a..f1a4294fb19a 100644 --- a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyLaunchTemplateRequest, ModifyLaunchTemplateResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts index 9277aa4c25f6..565700eef8ae 100644 --- a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyLocalGatewayRouteRequest, ModifyLocalGatewayRouteResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts index 290493679345..40d0b79353e9 100644 --- a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyManagedPrefixListRequest, ModifyManagedPrefixListResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts index f3e9a1345474..2bfa5a7d7a27 100644 --- a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyNetworkInterfaceAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts index cce629e1cfaa..a1b129ae8719 100644 --- a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyPrivateDnsNameOptionsRequest, ModifyPrivateDnsNameOptionsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts index 5cfa293a7504..26fc38cb1926 100644 --- a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyReservedInstancesRequest, ModifyReservedInstancesResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts index 4cdb91a66d81..34b05a94b71e 100644 --- a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifySecurityGroupRulesRequest, ModifySecurityGroupRulesResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts index 9f426ca8b911..1271fd342e73 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifySnapshotAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts index 4c164993a0f6..7d632b20e197 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifySnapshotTierRequest, ModifySnapshotTierResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts index 137a12ea6f4a..fee84b753ffe 100644 --- a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts +++ b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifySpotFleetRequestRequest, ModifySpotFleetRequestResponse } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts index 386e7325a423..ccf0700dd55c 100644 --- a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifySubnetAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts index 4f0c9f1e36c2..5e0159fe8749 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts index eee1c8e4b0d0..c5bfd53549f4 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts index 9a225a2c5690..578fd9c0141d 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyTrafficMirrorSessionRequest, ModifyTrafficMirrorSessionResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts index 2bc024a41be0..52ee7b681a9b 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyTransitGatewayRequest, ModifyTransitGatewayResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts index f78d2ffd0768..6a572ee4c48e 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts index e630415b813f..3874464b862a 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyTransitGatewayVpcAttachmentRequest, ModifyTransitGatewayVpcAttachmentResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts index 0bec397f818c..fdab182b0331 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVerifiedAccessEndpointRequest, ModifyVerifiedAccessEndpointResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts index 9a1077da2ea9..107488c0332a 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts index 1639b627aa75..5ccbc55209d9 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVerifiedAccessGroupRequest, ModifyVerifiedAccessGroupResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts index d4901d0f2401..6ac422c00679 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVerifiedAccessGroupPolicyRequest, ModifyVerifiedAccessGroupPolicyResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts index a6dabb589755..b67f7ffc8fd9 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVerifiedAccessInstanceRequest, ModifyVerifiedAccessInstanceResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts index b129a9fb1774..277c6a93b1fe 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts index 09dfc0247be7..fd02ddd895a4 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts index 258249570671..e1ef4e9b0448 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVolumeAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts index 6dfa0b649b9c..2c898752437f 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts index 19a609bf96e2..936f62596621 100644 --- a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVpcAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts index 007325487b7e..da0823c22ff2 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVpcEndpointRequest, ModifyVpcEndpointResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts index 91ed16841f3f..2d5065c89a6e 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts index d706478e672a..975856edea95 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts index 2c1c05fe415c..0b6125c4e092 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts index d47d35b9f5e8..cd9294bb52bb 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts index 299382cac1ef..54c4017dd43c 100644 --- a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVpcPeeringConnectionOptionsRequest, ModifyVpcPeeringConnectionOptionsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts index 77b7256fd2d3..372647847e97 100644 --- a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ModifyVpcTenancyRequest, ModifyVpcTenancyResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts index a7f9c27102c7..6ce656a29d15 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts index 82f16652c92d..68cb1fe8e449 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts index a13d4ee907b0..b4f5ce63c453 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts index 802b6c8f309f..a4b1ae314813 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts index fe875e4eb9fb..cdffc5af1032 100644 --- a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { MonitorInstancesRequest, MonitorInstancesResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts index 8aa98d0ed26a..f47c8ef50194 100644 --- a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts +++ b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { MoveAddressToVpcRequest, MoveAddressToVpcResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts index d3fce4e31706..42bb3aa26d68 100644 --- a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts +++ b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { MoveByoipCidrToIpamRequest, MoveByoipCidrToIpamResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts index a5b5600ef914..d0634f4a4f83 100644 --- a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ProvisionByoipCidrRequest, ProvisionByoipCidrResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts index 9c3b0dc0f12e..1ee63cb9cb81 100644 --- a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ProvisionIpamPoolCidrRequest, ProvisionIpamPoolCidrResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts index 95d1cd20e8ec..0c3aa7a8a040 100644 --- a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ProvisionPublicIpv4PoolCidrRequest, ProvisionPublicIpv4PoolCidrResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts index 422de31d2375..74236d6250b0 100644 --- a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { PurchaseHostReservationRequest, PurchaseHostReservationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts index 563d526a9f02..b0ec745a04b2 100644 --- a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { PurchaseReservedInstancesOfferingRequest, PurchaseReservedInstancesOfferingResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts index 8ce28c7abfa5..acc8d8555377 100644 --- a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { PurchaseScheduledInstancesRequest, PurchaseScheduledInstancesResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RebootInstancesCommand.ts b/clients/client-ec2/src/commands/RebootInstancesCommand.ts index 75a7b6490a70..48c188bd9fbf 100644 --- a/clients/client-ec2/src/commands/RebootInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RebootInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RebootInstancesRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RegisterImageCommand.ts b/clients/client-ec2/src/commands/RegisterImageCommand.ts index 73049fa2a778..72757acc3a5f 100644 --- a/clients/client-ec2/src/commands/RegisterImageCommand.ts +++ b/clients/client-ec2/src/commands/RegisterImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RegisterImageRequest, RegisterImageResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts index 9dba12b05353..568e3a4e8ce9 100644 --- a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts index 61dd803374ff..1288ba0959da 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts index 1f42094ce66c..f32913ed5d23 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts index f4c5f3ed5601..0b3e6e3bf34c 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts index 7caad3bea4c0..4b5a9278083a 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts index 7c8cf8f88df2..60ca74757f16 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts index c578c77d0653..6820acddb122 100644 --- a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts index e0e9fe6f5512..1f7ea63603f7 100644 --- a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts index c06f5dee9312..097880cedcd8 100644 --- a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReleaseAddressRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts index cde8a1644eb1..099daa150b8c 100644 --- a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts index 9496524aca6b..6fc016172184 100644 --- a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts index 1f1512008107..bf79a340d781 100644 --- a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts index c42d7b18ce79..12b08956e908 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts index febc3d1af9f2..22f1b6956fcc 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceNetworkAclEntryRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts index 4bde0f232ec2..66a7f9694aa2 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceRouteRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts index ae84c14bbc2d..1da0fdd69aaa 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts index 8287da95427d..c95aa8e915e0 100644 --- a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts index eec7eeeb3e56..a85bd4198401 100644 --- a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReplaceVpnTunnelRequest, ReplaceVpnTunnelResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts index 3ab6db9956bd..d9ead58064cb 100644 --- a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ReportInstanceStatusRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts index 5dc14d0bdbbe..4347a75d73f8 100644 --- a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts index e5f9208cce72..b28c4dae7239 100644 --- a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts index 67b0aa239eb3..77e69cef36c8 100644 --- a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetAddressAttributeRequest, ResetAddressAttributeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts index 0b6b53fe6ac3..f5b36d6ab00f 100644 --- a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetEbsDefaultKmsKeyIdRequest, ResetEbsDefaultKmsKeyIdResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts index 9255e3c43345..c07129dfa903 100644 --- a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts index 01a5ea1bd350..643753abfcfd 100644 --- a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetImageAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts index 455cf17eac7e..6164f3963af4 100644 --- a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetInstanceAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts index f1cdba982fab..a0a9e231ebed 100644 --- a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetNetworkInterfaceAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts index f678500927f1..4eb4cf770b06 100644 --- a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { ResetSnapshotAttributeRequest } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts index 2a9d2e1560f3..3fa3cc750876 100644 --- a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts +++ b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts index 835e8c981143..4d2a074b9448 100644 --- a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RestoreImageFromRecycleBinRequest, RestoreImageFromRecycleBinResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts index c52266743421..b327e0c7b075 100644 --- a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts +++ b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RestoreManagedPrefixListVersionRequest, RestoreManagedPrefixListVersionResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts index 254c506f9447..4e22729fa710 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RestoreSnapshotFromRecycleBinRequest, RestoreSnapshotFromRecycleBinResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts index 95642353fe20..2063ae6e6d52 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RestoreSnapshotTierRequest, RestoreSnapshotTierResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts index acca5c9eb3eb..8754065bf4c8 100644 --- a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RevokeClientVpnIngressRequest, RevokeClientVpnIngressResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts index 372ccae4a651..ef2a753b938b 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RevokeSecurityGroupEgressRequest, RevokeSecurityGroupEgressResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts index 9be7ae4ea27c..7b10d50f4c58 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult } from "../models/models_6"; diff --git a/clients/client-ec2/src/commands/RunInstancesCommand.ts b/clients/client-ec2/src/commands/RunInstancesCommand.ts index 17c3d389c041..91891cfb7b77 100644 --- a/clients/client-ec2/src/commands/RunInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { Reservation } from "../models/models_4"; diff --git a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts index 6230a436378c..302dceceb609 100644 --- a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts index 9159d0961fd0..53574b203e80 100644 --- a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { SearchLocalGatewayRoutesRequest, SearchLocalGatewayRoutesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts index c6b69e50cb39..fb8ae542058a 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts index 7a10e746cbf3..6663e8a415f7 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { SearchTransitGatewayRoutesRequest, SearchTransitGatewayRoutesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts index 75becc5a8757..73fab9ab6b3d 100644 --- a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts +++ b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { SendDiagnosticInterruptRequest } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/StartInstancesCommand.ts b/clients/client-ec2/src/commands/StartInstancesCommand.ts index a88451cec614..25bf9b508009 100644 --- a/clients/client-ec2/src/commands/StartInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StartInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { StartInstancesRequest, StartInstancesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts index d1266ba1395f..e79c6793f4b2 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts index fe99e9ed4cba..712ba92aac57 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { StartNetworkInsightsAnalysisRequest, StartNetworkInsightsAnalysisResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts index 83b695c1164e..0dae49bc037b 100644 --- a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts +++ b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/StopInstancesCommand.ts b/clients/client-ec2/src/commands/StopInstancesCommand.ts index dd2c9af8c10f..15d6981849eb 100644 --- a/clients/client-ec2/src/commands/StopInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StopInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { StopInstancesRequest, StopInstancesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts index 38cd6e4c8f8c..2e77f4f71675 100644 --- a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { TerminateClientVpnConnectionsRequest, TerminateClientVpnConnectionsResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts index 727b8bf7e4e5..24c04a4239a7 100644 --- a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts +++ b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts index b928114e2160..2ed802eee11e 100644 --- a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts index a55cd34f4c41..6bacb8d673da 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { UnassignPrivateIpAddressesRequest } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts index 269fcb0f3e75..0f72f8ec18a9 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { UnassignPrivateNatGatewayAddressRequest, UnassignPrivateNatGatewayAddressResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts index 47f3b9cdba3e..af3f8181fa06 100644 --- a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { UnmonitorInstancesRequest, UnmonitorInstancesResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts index 7041a27f1f68..aff5f5073f23 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts index d2673371b17d..178fbb627e03 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { diff --git a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts index 099310215693..34af62ee1d6e 100644 --- a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client"; import { WithdrawByoipCidrRequest, WithdrawByoipCidrResult } from "../models/models_7"; diff --git a/clients/client-ec2/src/endpoint/EndpointParameters.ts b/clients/client-ec2/src/endpoint/EndpointParameters.ts index b1587a37573e..c2e4e7fd6e2e 100644 --- a/clients/client-ec2/src/endpoint/EndpointParameters.ts +++ b/clients/client-ec2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ec2/src/endpoint/endpointResolver.ts b/clients/client-ec2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ec2/src/endpoint/endpointResolver.ts +++ b/clients/client-ec2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ec2/src/endpoint/ruleset.ts b/clients/client-ec2/src/endpoint/ruleset.ts index 05d9e53027ba..1b78652ee316 100644 --- a/clients/client-ec2/src/endpoint/ruleset.ts +++ b/clients/client-ec2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ec2/src/models/EC2ServiceException.ts b/clients/client-ec2/src/models/EC2ServiceException.ts index 48ee78166f51..ec53e0578717 100644 --- a/clients/client-ec2/src/models/EC2ServiceException.ts +++ b/clients/client-ec2/src/models/EC2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ec2/src/models/models_0.ts b/clients/client-ec2/src/models/models_0.ts index 0332025e59f8..011111aa496c 100644 --- a/clients/client-ec2/src/models/models_0.ts +++ b/clients/client-ec2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; /** * @public diff --git a/clients/client-ec2/src/models/models_1.ts b/clients/client-ec2/src/models/models_1.ts index 738e9771fb4d..641999f552b3 100644 --- a/clients/client-ec2/src/models/models_1.ts +++ b/clients/client-ec2/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { _InstanceType, diff --git a/clients/client-ec2/src/models/models_2.ts b/clients/client-ec2/src/models/models_2.ts index dfdd8cf31d42..35c58697503f 100644 --- a/clients/client-ec2/src/models/models_2.ts +++ b/clients/client-ec2/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { ApplianceModeSupportValue, diff --git a/clients/client-ec2/src/models/models_3.ts b/clients/client-ec2/src/models/models_3.ts index a9d2a50414e6..efa0a1e90faa 100644 --- a/clients/client-ec2/src/models/models_3.ts +++ b/clients/client-ec2/src/models/models_3.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { _InstanceType, diff --git a/clients/client-ec2/src/models/models_4.ts b/clients/client-ec2/src/models/models_4.ts index 9d992c10da9b..0a70f3689641 100644 --- a/clients/client-ec2/src/models/models_4.ts +++ b/clients/client-ec2/src/models/models_4.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { _InstanceType, diff --git a/clients/client-ec2/src/models/models_5.ts b/clients/client-ec2/src/models/models_5.ts index 87133b037d86..ecbf385e70f4 100644 --- a/clients/client-ec2/src/models/models_5.ts +++ b/clients/client-ec2/src/models/models_5.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { AccessScopeAnalysisFinding, diff --git a/clients/client-ec2/src/models/models_6.ts b/clients/client-ec2/src/models/models_6.ts index 6424c0fe5db9..470905d13127 100644 --- a/clients/client-ec2/src/models/models_6.ts +++ b/clients/client-ec2/src/models/models_6.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { _InstanceType, diff --git a/clients/client-ec2/src/pagination/DescribeAddressTransfersPaginator.ts b/clients/client-ec2/src/pagination/DescribeAddressTransfersPaginator.ts index ae210e94d087..031cd7a8ebd5 100644 --- a/clients/client-ec2/src/pagination/DescribeAddressTransfersPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeAddressTransfersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAddressTransfersCommand, diff --git a/clients/client-ec2/src/pagination/DescribeAddressesAttributePaginator.ts b/clients/client-ec2/src/pagination/DescribeAddressesAttributePaginator.ts index 77985d21cce3..16153d05d8ad 100644 --- a/clients/client-ec2/src/pagination/DescribeAddressesAttributePaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeAddressesAttributePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAddressesAttributeCommand, diff --git a/clients/client-ec2/src/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.ts index 676210dea925..6f91031ec356 100644 --- a/clients/client-ec2/src/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeByoipCidrsPaginator.ts b/clients/client-ec2/src/pagination/DescribeByoipCidrsPaginator.ts index 1ccec8dfcc36..fa61d974280d 100644 --- a/clients/client-ec2/src/pagination/DescribeByoipCidrsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeByoipCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeByoipCidrsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeCapacityReservationFleetsPaginator.ts b/clients/client-ec2/src/pagination/DescribeCapacityReservationFleetsPaginator.ts index 8f848f3029ee..42ec9bb24c7a 100644 --- a/clients/client-ec2/src/pagination/DescribeCapacityReservationFleetsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeCapacityReservationFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCapacityReservationFleetsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeCapacityReservationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeCapacityReservationsPaginator.ts index d80f7d6e35b5..2dfa44140fb0 100644 --- a/clients/client-ec2/src/pagination/DescribeCapacityReservationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeCapacityReservationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCapacityReservationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeCarrierGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeCarrierGatewaysPaginator.ts index dd754bb5cbf8..494ad74e8afd 100644 --- a/clients/client-ec2/src/pagination/DescribeCarrierGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeCarrierGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCarrierGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClassicLinkInstancesPaginator.ts b/clients/client-ec2/src/pagination/DescribeClassicLinkInstancesPaginator.ts index dd6aecd6cc33..21c3383ea82a 100644 --- a/clients/client-ec2/src/pagination/DescribeClassicLinkInstancesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClassicLinkInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClassicLinkInstancesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClientVpnAuthorizationRulesPaginator.ts b/clients/client-ec2/src/pagination/DescribeClientVpnAuthorizationRulesPaginator.ts index 985db81e57ef..ea9eaaa5297f 100644 --- a/clients/client-ec2/src/pagination/DescribeClientVpnAuthorizationRulesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClientVpnAuthorizationRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientVpnAuthorizationRulesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClientVpnConnectionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeClientVpnConnectionsPaginator.ts index 53f414485db8..44743c621330 100644 --- a/clients/client-ec2/src/pagination/DescribeClientVpnConnectionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClientVpnConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientVpnConnectionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClientVpnEndpointsPaginator.ts b/clients/client-ec2/src/pagination/DescribeClientVpnEndpointsPaginator.ts index ca11603adcfc..74efde781081 100644 --- a/clients/client-ec2/src/pagination/DescribeClientVpnEndpointsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClientVpnEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientVpnEndpointsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClientVpnRoutesPaginator.ts b/clients/client-ec2/src/pagination/DescribeClientVpnRoutesPaginator.ts index 632fac9db8c8..9f9640f7d10f 100644 --- a/clients/client-ec2/src/pagination/DescribeClientVpnRoutesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClientVpnRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientVpnRoutesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeClientVpnTargetNetworksPaginator.ts b/clients/client-ec2/src/pagination/DescribeClientVpnTargetNetworksPaginator.ts index b28afab2e408..e33571248807 100644 --- a/clients/client-ec2/src/pagination/DescribeClientVpnTargetNetworksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeClientVpnTargetNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClientVpnTargetNetworksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeCoipPoolsPaginator.ts b/clients/client-ec2/src/pagination/DescribeCoipPoolsPaginator.ts index 291a1188277e..009508c3eb74 100644 --- a/clients/client-ec2/src/pagination/DescribeCoipPoolsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeCoipPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCoipPoolsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeDhcpOptionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeDhcpOptionsPaginator.ts index 7c397138cd04..725a773cbc19 100644 --- a/clients/client-ec2/src/pagination/DescribeDhcpOptionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeDhcpOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDhcpOptionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeEgressOnlyInternetGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeEgressOnlyInternetGatewaysPaginator.ts index b7b9848f3ce6..38768f77242b 100644 --- a/clients/client-ec2/src/pagination/DescribeEgressOnlyInternetGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeEgressOnlyInternetGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEgressOnlyInternetGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeExportImageTasksPaginator.ts b/clients/client-ec2/src/pagination/DescribeExportImageTasksPaginator.ts index 995e85d3a531..80d715c696a8 100644 --- a/clients/client-ec2/src/pagination/DescribeExportImageTasksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeExportImageTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeExportImageTasksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeFastLaunchImagesPaginator.ts b/clients/client-ec2/src/pagination/DescribeFastLaunchImagesPaginator.ts index 3f303f55ddf7..4f7566ba3cfc 100644 --- a/clients/client-ec2/src/pagination/DescribeFastLaunchImagesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeFastLaunchImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFastLaunchImagesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeFastSnapshotRestoresPaginator.ts b/clients/client-ec2/src/pagination/DescribeFastSnapshotRestoresPaginator.ts index 2bf9593c2458..01cd19108114 100644 --- a/clients/client-ec2/src/pagination/DescribeFastSnapshotRestoresPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeFastSnapshotRestoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFastSnapshotRestoresCommand, diff --git a/clients/client-ec2/src/pagination/DescribeFleetsPaginator.ts b/clients/client-ec2/src/pagination/DescribeFleetsPaginator.ts index 4f595be42da6..847d25ea6cff 100644 --- a/clients/client-ec2/src/pagination/DescribeFleetsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeFlowLogsPaginator.ts b/clients/client-ec2/src/pagination/DescribeFlowLogsPaginator.ts index 1a5738182318..5ceb67f7482b 100644 --- a/clients/client-ec2/src/pagination/DescribeFlowLogsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeFlowLogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFlowLogsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeFpgaImagesPaginator.ts b/clients/client-ec2/src/pagination/DescribeFpgaImagesPaginator.ts index 510d45e516ed..5df21d822bf1 100644 --- a/clients/client-ec2/src/pagination/DescribeFpgaImagesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeFpgaImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFpgaImagesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeHostReservationOfferingsPaginator.ts b/clients/client-ec2/src/pagination/DescribeHostReservationOfferingsPaginator.ts index 28a490b8299d..6b1dd5a846c7 100644 --- a/clients/client-ec2/src/pagination/DescribeHostReservationOfferingsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeHostReservationOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHostReservationOfferingsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeHostReservationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeHostReservationsPaginator.ts index 2899408d316b..6bf1d792734d 100644 --- a/clients/client-ec2/src/pagination/DescribeHostReservationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeHostReservationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHostReservationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeHostsPaginator.ts b/clients/client-ec2/src/pagination/DescribeHostsPaginator.ts index 1b2c04fca84c..6aab163db4da 100644 --- a/clients/client-ec2/src/pagination/DescribeHostsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeHostsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHostsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIamInstanceProfileAssociationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeIamInstanceProfileAssociationsPaginator.ts index 3a34f620a9b5..85591c1816f1 100644 --- a/clients/client-ec2/src/pagination/DescribeIamInstanceProfileAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIamInstanceProfileAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIamInstanceProfileAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeImagesPaginator.ts b/clients/client-ec2/src/pagination/DescribeImagesPaginator.ts index 5a57d231622d..d1e6be45c5d1 100644 --- a/clients/client-ec2/src/pagination/DescribeImagesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImagesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeImportImageTasksPaginator.ts b/clients/client-ec2/src/pagination/DescribeImportImageTasksPaginator.ts index 6a3d94d2a27e..cfa280db2adb 100644 --- a/clients/client-ec2/src/pagination/DescribeImportImageTasksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeImportImageTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImportImageTasksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeImportSnapshotTasksPaginator.ts b/clients/client-ec2/src/pagination/DescribeImportSnapshotTasksPaginator.ts index 35e56071d0a6..464e892e745c 100644 --- a/clients/client-ec2/src/pagination/DescribeImportSnapshotTasksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeImportSnapshotTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImportSnapshotTasksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceConnectEndpointsPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceConnectEndpointsPaginator.ts index d17ac7dfada9..831024a43b3d 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceConnectEndpointsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceConnectEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceConnectEndpointsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceCreditSpecificationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceCreditSpecificationsPaginator.ts index e0b8d6e90472..ae0d52f3770e 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceCreditSpecificationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceCreditSpecificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceCreditSpecificationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceEventWindowsPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceEventWindowsPaginator.ts index d8e7a6b29238..ba02ea0c026b 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceEventWindowsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceEventWindowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceEventWindowsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceStatusPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceStatusPaginator.ts index 210745f1d88c..4fa47b065e70 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceStatusPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceStatusCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceTypeOfferingsPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceTypeOfferingsPaginator.ts index 12e685764ead..9360454fe169 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceTypeOfferingsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceTypeOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceTypeOfferingsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstanceTypesPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstanceTypesPaginator.ts index 78290b2ec2e1..442ec19b8e0b 100644 --- a/clients/client-ec2/src/pagination/DescribeInstanceTypesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstanceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceTypesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInstancesPaginator.ts b/clients/client-ec2/src/pagination/DescribeInstancesPaginator.ts index a6ef1bb42598..a1f3ca6563dc 100644 --- a/clients/client-ec2/src/pagination/DescribeInstancesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstancesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeInternetGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeInternetGatewaysPaginator.ts index d87f263d50ae..4d188dbd9b26 100644 --- a/clients/client-ec2/src/pagination/DescribeInternetGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeInternetGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInternetGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpamPoolsPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpamPoolsPaginator.ts index 57283a614d89..3dbf66f550ff 100644 --- a/clients/client-ec2/src/pagination/DescribeIpamPoolsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpamPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpamPoolsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveriesPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveriesPaginator.ts index 90605b29ae5c..449ddea2eedb 100644 --- a/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveriesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpamResourceDiscoveriesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.ts index d278166105f8..97693775e89a 100644 --- a/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpamResourceDiscoveryAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpamScopesPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpamScopesPaginator.ts index 296753b31ecd..68c2ca97b375 100644 --- a/clients/client-ec2/src/pagination/DescribeIpamScopesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpamScopesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpamScopesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpamsPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpamsPaginator.ts index e95d818bd185..fa2166f0dbd9 100644 --- a/clients/client-ec2/src/pagination/DescribeIpamsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpamsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeIpv6PoolsPaginator.ts b/clients/client-ec2/src/pagination/DescribeIpv6PoolsPaginator.ts index 0314d5c691ca..7143bcfcb795 100644 --- a/clients/client-ec2/src/pagination/DescribeIpv6PoolsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeIpv6PoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeIpv6PoolsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLaunchTemplateVersionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeLaunchTemplateVersionsPaginator.ts index 27a6c9457d5a..269fb7a2271d 100644 --- a/clients/client-ec2/src/pagination/DescribeLaunchTemplateVersionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLaunchTemplateVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLaunchTemplateVersionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLaunchTemplatesPaginator.ts b/clients/client-ec2/src/pagination/DescribeLaunchTemplatesPaginator.ts index 021415b9bb05..af1c693908ca 100644 --- a/clients/client-ec2/src/pagination/DescribeLaunchTemplatesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLaunchTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLaunchTemplatesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.ts index cdaa293a3260..404e4dfda010 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.ts index a309ef2737ec..53cebbb76c2e 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewayRouteTableVpcAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTablesPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTablesPaginator.ts index e3352541e062..2296ea3b062f 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTablesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewayRouteTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewayRouteTablesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.ts index 6478687d99d9..d9d4a071b5ff 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewayVirtualInterfaceGroupsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.ts index 2ce62fed1336..6a27bbe2b780 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewayVirtualInterfacesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeLocalGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeLocalGatewaysPaginator.ts index 2bcd38b58655..312cb4406d36 100644 --- a/clients/client-ec2/src/pagination/DescribeLocalGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeLocalGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLocalGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeManagedPrefixListsPaginator.ts b/clients/client-ec2/src/pagination/DescribeManagedPrefixListsPaginator.ts index 8fb49e9b4007..0be8c00eaa4e 100644 --- a/clients/client-ec2/src/pagination/DescribeManagedPrefixListsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeManagedPrefixListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeManagedPrefixListsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeMovingAddressesPaginator.ts b/clients/client-ec2/src/pagination/DescribeMovingAddressesPaginator.ts index 64975d3f3c88..56c7c017c998 100644 --- a/clients/client-ec2/src/pagination/DescribeMovingAddressesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeMovingAddressesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMovingAddressesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNatGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeNatGatewaysPaginator.ts index a9fe2d498918..14e1033e10c2 100644 --- a/clients/client-ec2/src/pagination/DescribeNatGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNatGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNatGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkAclsPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkAclsPaginator.ts index 1ce5172648f3..b707981a24fe 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkAclsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkAclsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkAclsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.ts index f24a92e1fd9c..d32f0feab23b 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInsightsAccessScopeAnalysesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopesPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopesPaginator.ts index 1780b75646ac..2a4cb953d1b0 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAccessScopesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInsightsAccessScopesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAnalysesPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAnalysesPaginator.ts index 1473f277d3bd..e3f1d57113a3 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInsightsAnalysesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInsightsAnalysesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInsightsAnalysesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInsightsPathsPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInsightsPathsPaginator.ts index f78d7be29708..fb42d88812f1 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInsightsPathsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInsightsPathsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInsightsPathsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInterfacePermissionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInterfacePermissionsPaginator.ts index ba057067461d..81c4049b87a6 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInterfacePermissionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInterfacePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInterfacePermissionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeNetworkInterfacesPaginator.ts b/clients/client-ec2/src/pagination/DescribeNetworkInterfacesPaginator.ts index d25c1baf2f39..69194f178647 100644 --- a/clients/client-ec2/src/pagination/DescribeNetworkInterfacesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeNetworkInterfacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNetworkInterfacesCommand, diff --git a/clients/client-ec2/src/pagination/DescribePrefixListsPaginator.ts b/clients/client-ec2/src/pagination/DescribePrefixListsPaginator.ts index b1b861dc57d3..9e347fce0506 100644 --- a/clients/client-ec2/src/pagination/DescribePrefixListsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribePrefixListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePrefixListsCommand, diff --git a/clients/client-ec2/src/pagination/DescribePrincipalIdFormatPaginator.ts b/clients/client-ec2/src/pagination/DescribePrincipalIdFormatPaginator.ts index 3ceb47283914..9c4e04198d69 100644 --- a/clients/client-ec2/src/pagination/DescribePrincipalIdFormatPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribePrincipalIdFormatPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePrincipalIdFormatCommand, diff --git a/clients/client-ec2/src/pagination/DescribePublicIpv4PoolsPaginator.ts b/clients/client-ec2/src/pagination/DescribePublicIpv4PoolsPaginator.ts index fe146d58c36f..35f252292697 100644 --- a/clients/client-ec2/src/pagination/DescribePublicIpv4PoolsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribePublicIpv4PoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePublicIpv4PoolsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeReplaceRootVolumeTasksPaginator.ts b/clients/client-ec2/src/pagination/DescribeReplaceRootVolumeTasksPaginator.ts index 77ec95496072..b07c0e501920 100644 --- a/clients/client-ec2/src/pagination/DescribeReplaceRootVolumeTasksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeReplaceRootVolumeTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplaceRootVolumeTasksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeReservedInstancesModificationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeReservedInstancesModificationsPaginator.ts index 9b639ecb540d..3a8b858f8523 100644 --- a/clients/client-ec2/src/pagination/DescribeReservedInstancesModificationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeReservedInstancesModificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedInstancesModificationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeReservedInstancesOfferingsPaginator.ts b/clients/client-ec2/src/pagination/DescribeReservedInstancesOfferingsPaginator.ts index f7fd5a60773a..737214915fd0 100644 --- a/clients/client-ec2/src/pagination/DescribeReservedInstancesOfferingsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeReservedInstancesOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedInstancesOfferingsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeRouteTablesPaginator.ts b/clients/client-ec2/src/pagination/DescribeRouteTablesPaginator.ts index 76d3d147bbb7..9c6101152521 100644 --- a/clients/client-ec2/src/pagination/DescribeRouteTablesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeRouteTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRouteTablesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeScheduledInstanceAvailabilityPaginator.ts b/clients/client-ec2/src/pagination/DescribeScheduledInstanceAvailabilityPaginator.ts index a4c4032ed374..7ee05c162eef 100644 --- a/clients/client-ec2/src/pagination/DescribeScheduledInstanceAvailabilityPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeScheduledInstanceAvailabilityPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeScheduledInstanceAvailabilityCommand, diff --git a/clients/client-ec2/src/pagination/DescribeScheduledInstancesPaginator.ts b/clients/client-ec2/src/pagination/DescribeScheduledInstancesPaginator.ts index b08ab6ab41bb..a4df9624ac2c 100644 --- a/clients/client-ec2/src/pagination/DescribeScheduledInstancesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeScheduledInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeScheduledInstancesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSecurityGroupRulesPaginator.ts b/clients/client-ec2/src/pagination/DescribeSecurityGroupRulesPaginator.ts index 478a7cf669b9..52a1413d2bd9 100644 --- a/clients/client-ec2/src/pagination/DescribeSecurityGroupRulesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSecurityGroupRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSecurityGroupRulesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSecurityGroupsPaginator.ts b/clients/client-ec2/src/pagination/DescribeSecurityGroupsPaginator.ts index 09de8d0ae353..4560d61121db 100644 --- a/clients/client-ec2/src/pagination/DescribeSecurityGroupsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSecurityGroupsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSnapshotTierStatusPaginator.ts b/clients/client-ec2/src/pagination/DescribeSnapshotTierStatusPaginator.ts index adefd7b0c217..8cbc4efbaf6a 100644 --- a/clients/client-ec2/src/pagination/DescribeSnapshotTierStatusPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSnapshotTierStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotTierStatusCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSnapshotsPaginator.ts b/clients/client-ec2/src/pagination/DescribeSnapshotsPaginator.ts index c6cf6ac5f22c..3733ed9d496f 100644 --- a/clients/client-ec2/src/pagination/DescribeSnapshotsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSpotFleetRequestsPaginator.ts b/clients/client-ec2/src/pagination/DescribeSpotFleetRequestsPaginator.ts index f589b4b84f02..72cc71e53f6b 100644 --- a/clients/client-ec2/src/pagination/DescribeSpotFleetRequestsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSpotFleetRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSpotFleetRequestsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSpotInstanceRequestsPaginator.ts b/clients/client-ec2/src/pagination/DescribeSpotInstanceRequestsPaginator.ts index 58fb157aa0fa..9dc7335334be 100644 --- a/clients/client-ec2/src/pagination/DescribeSpotInstanceRequestsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSpotInstanceRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSpotInstanceRequestsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSpotPriceHistoryPaginator.ts b/clients/client-ec2/src/pagination/DescribeSpotPriceHistoryPaginator.ts index 1fa39a91c2a7..bd836cfa5375 100644 --- a/clients/client-ec2/src/pagination/DescribeSpotPriceHistoryPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSpotPriceHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSpotPriceHistoryCommand, diff --git a/clients/client-ec2/src/pagination/DescribeStaleSecurityGroupsPaginator.ts b/clients/client-ec2/src/pagination/DescribeStaleSecurityGroupsPaginator.ts index a59f231e2ada..8a6df0ae5d10 100644 --- a/clients/client-ec2/src/pagination/DescribeStaleSecurityGroupsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeStaleSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStaleSecurityGroupsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeStoreImageTasksPaginator.ts b/clients/client-ec2/src/pagination/DescribeStoreImageTasksPaginator.ts index 5be78d1039c5..a7a39a785c54 100644 --- a/clients/client-ec2/src/pagination/DescribeStoreImageTasksPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeStoreImageTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStoreImageTasksCommand, diff --git a/clients/client-ec2/src/pagination/DescribeSubnetsPaginator.ts b/clients/client-ec2/src/pagination/DescribeSubnetsPaginator.ts index 303c5699877a..7233531a1c27 100644 --- a/clients/client-ec2/src/pagination/DescribeSubnetsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeSubnetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSubnetsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTagsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTagsPaginator.ts index 3166ec0432d7..c605f3482e3b 100644 --- a/clients/client-ec2/src/pagination/DescribeTagsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTagsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTrafficMirrorFiltersPaginator.ts b/clients/client-ec2/src/pagination/DescribeTrafficMirrorFiltersPaginator.ts index cd42caa7897f..fba3030a7fd2 100644 --- a/clients/client-ec2/src/pagination/DescribeTrafficMirrorFiltersPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTrafficMirrorFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTrafficMirrorFiltersCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTrafficMirrorSessionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTrafficMirrorSessionsPaginator.ts index 0296b307adf9..b33ddcaec9dc 100644 --- a/clients/client-ec2/src/pagination/DescribeTrafficMirrorSessionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTrafficMirrorSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTrafficMirrorSessionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTrafficMirrorTargetsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTrafficMirrorTargetsPaginator.ts index 42faeade4349..5bc82f58329a 100644 --- a/clients/client-ec2/src/pagination/DescribeTrafficMirrorTargetsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTrafficMirrorTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTrafficMirrorTargetsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayAttachmentsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayAttachmentsPaginator.ts index 77bcf645ea79..80ec51625f65 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayAttachmentsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayAttachmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayAttachmentsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectPeersPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectPeersPaginator.ts index 25190b65c15f..4446d7b23eb0 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectPeersPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectPeersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayConnectPeersCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectsPaginator.ts index ecdda0e236b2..42109cf46684 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayConnectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayConnectsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayMulticastDomainsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayMulticastDomainsPaginator.ts index 4d0b924a6e13..90e0bdba7ab5 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayMulticastDomainsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayMulticastDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayMulticastDomainsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.ts index 48286488a82b..0ac2e5934825 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayPeeringAttachmentsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayPolicyTablesPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayPolicyTablesPaginator.ts index afff9487c14a..568c8daf686f 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayPolicyTablesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayPolicyTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayPolicyTablesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.ts index 55f5953817a3..c45aa1b17325 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayRouteTableAnnouncementsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTablesPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTablesPaginator.ts index 6e65279bbafc..732407e44310 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTablesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayRouteTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayRouteTablesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.ts index 531f57bf35ac..d214e9c90019 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewayVpcAttachmentsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTransitGatewaysPaginator.ts b/clients/client-ec2/src/pagination/DescribeTransitGatewaysPaginator.ts index 7a5cea2f54dc..09f2ffd038c3 100644 --- a/clients/client-ec2/src/pagination/DescribeTransitGatewaysPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTransitGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTransitGatewaysCommand, diff --git a/clients/client-ec2/src/pagination/DescribeTrunkInterfaceAssociationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeTrunkInterfaceAssociationsPaginator.ts index 5816b6210c39..51034320e6a9 100644 --- a/clients/client-ec2/src/pagination/DescribeTrunkInterfaceAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeTrunkInterfaceAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTrunkInterfaceAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVerifiedAccessEndpointsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVerifiedAccessEndpointsPaginator.ts index 0f480b466828..4f204f708dfb 100644 --- a/clients/client-ec2/src/pagination/DescribeVerifiedAccessEndpointsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVerifiedAccessEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVerifiedAccessEndpointsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVerifiedAccessGroupsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVerifiedAccessGroupsPaginator.ts index 05abf7aa9549..d8eab1969b28 100644 --- a/clients/client-ec2/src/pagination/DescribeVerifiedAccessGroupsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVerifiedAccessGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVerifiedAccessGroupsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.ts index 0b02a96ef0c0..ffd1de381935 100644 --- a/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVerifiedAccessInstanceLoggingConfigurationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstancesPaginator.ts b/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstancesPaginator.ts index 3e693147b7f0..5f03ce159291 100644 --- a/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstancesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVerifiedAccessInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVerifiedAccessInstancesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVerifiedAccessTrustProvidersPaginator.ts b/clients/client-ec2/src/pagination/DescribeVerifiedAccessTrustProvidersPaginator.ts index a2e1af0d2560..3faadad0a1f4 100644 --- a/clients/client-ec2/src/pagination/DescribeVerifiedAccessTrustProvidersPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVerifiedAccessTrustProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVerifiedAccessTrustProvidersCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVolumeStatusPaginator.ts b/clients/client-ec2/src/pagination/DescribeVolumeStatusPaginator.ts index 4a4144d93c75..e0ca5ea2b0d0 100644 --- a/clients/client-ec2/src/pagination/DescribeVolumeStatusPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVolumeStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVolumeStatusCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVolumesModificationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVolumesModificationsPaginator.ts index d2c6104e95ec..e75d6b8651db 100644 --- a/clients/client-ec2/src/pagination/DescribeVolumesModificationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVolumesModificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVolumesModificationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVolumesPaginator.ts b/clients/client-ec2/src/pagination/DescribeVolumesPaginator.ts index af69ed24d75b..2b74ea059ca3 100644 --- a/clients/client-ec2/src/pagination/DescribeVolumesPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVolumesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVolumesCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcClassicLinkDnsSupportPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcClassicLinkDnsSupportPaginator.ts index ef47a5932009..34b61c769b12 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcClassicLinkDnsSupportPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcClassicLinkDnsSupportPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcClassicLinkDnsSupportCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.ts index 92b277747f5f..366a216fd59f 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcEndpointConnectionNotificationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionsPaginator.ts index 2d3154086b20..95e0efd799d9 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcEndpointConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcEndpointConnectionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.ts index 012356e25383..36e9c89b169d 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcEndpointServiceConfigurationsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcEndpointServicePermissionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcEndpointServicePermissionsPaginator.ts index 8c241f4acba9..3cb429f28ba9 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcEndpointServicePermissionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcEndpointServicePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcEndpointServicePermissionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcEndpointsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcEndpointsPaginator.ts index 3a3266d28cef..6198770aa261 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcEndpointsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcEndpointsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcPeeringConnectionsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcPeeringConnectionsPaginator.ts index 763a12e0e56b..c8df85238d34 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcPeeringConnectionsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcPeeringConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcPeeringConnectionsCommand, diff --git a/clients/client-ec2/src/pagination/DescribeVpcsPaginator.ts b/clients/client-ec2/src/pagination/DescribeVpcsPaginator.ts index 1fdbac975f97..472452952f44 100644 --- a/clients/client-ec2/src/pagination/DescribeVpcsPaginator.ts +++ b/clients/client-ec2/src/pagination/DescribeVpcsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVpcsCommand, diff --git a/clients/client-ec2/src/pagination/GetAssociatedIpv6PoolCidrsPaginator.ts b/clients/client-ec2/src/pagination/GetAssociatedIpv6PoolCidrsPaginator.ts index 24c26108d5cb..e20ae940c462 100644 --- a/clients/client-ec2/src/pagination/GetAssociatedIpv6PoolCidrsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetAssociatedIpv6PoolCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAssociatedIpv6PoolCidrsCommand, diff --git a/clients/client-ec2/src/pagination/GetAwsNetworkPerformanceDataPaginator.ts b/clients/client-ec2/src/pagination/GetAwsNetworkPerformanceDataPaginator.ts index f4f54e50e5a5..7e1272d704b2 100644 --- a/clients/client-ec2/src/pagination/GetAwsNetworkPerformanceDataPaginator.ts +++ b/clients/client-ec2/src/pagination/GetAwsNetworkPerformanceDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAwsNetworkPerformanceDataCommand, diff --git a/clients/client-ec2/src/pagination/GetGroupsForCapacityReservationPaginator.ts b/clients/client-ec2/src/pagination/GetGroupsForCapacityReservationPaginator.ts index cc61499eb95a..3ed3db57e1ca 100644 --- a/clients/client-ec2/src/pagination/GetGroupsForCapacityReservationPaginator.ts +++ b/clients/client-ec2/src/pagination/GetGroupsForCapacityReservationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetGroupsForCapacityReservationCommand, diff --git a/clients/client-ec2/src/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.ts b/clients/client-ec2/src/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.ts index d8ea3fba54eb..dcc6a33264be 100644 --- a/clients/client-ec2/src/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInstanceTypesFromInstanceRequirementsCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamAddressHistoryPaginator.ts b/clients/client-ec2/src/pagination/GetIpamAddressHistoryPaginator.ts index 4472da60544b..ce147ed9396e 100644 --- a/clients/client-ec2/src/pagination/GetIpamAddressHistoryPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamAddressHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamAddressHistoryCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamDiscoveredAccountsPaginator.ts b/clients/client-ec2/src/pagination/GetIpamDiscoveredAccountsPaginator.ts index 88b2f416a0a5..d74685c493bf 100644 --- a/clients/client-ec2/src/pagination/GetIpamDiscoveredAccountsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamDiscoveredAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamDiscoveredAccountsCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamDiscoveredResourceCidrsPaginator.ts b/clients/client-ec2/src/pagination/GetIpamDiscoveredResourceCidrsPaginator.ts index 68d6bdc6e9ea..916df3275d06 100644 --- a/clients/client-ec2/src/pagination/GetIpamDiscoveredResourceCidrsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamDiscoveredResourceCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamDiscoveredResourceCidrsCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamPoolAllocationsPaginator.ts b/clients/client-ec2/src/pagination/GetIpamPoolAllocationsPaginator.ts index 7396c17fbc07..7a5da61ce6d4 100644 --- a/clients/client-ec2/src/pagination/GetIpamPoolAllocationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamPoolAllocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamPoolAllocationsCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamPoolCidrsPaginator.ts b/clients/client-ec2/src/pagination/GetIpamPoolCidrsPaginator.ts index d69d3f8644df..6a138ee9092d 100644 --- a/clients/client-ec2/src/pagination/GetIpamPoolCidrsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamPoolCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamPoolCidrsCommand, diff --git a/clients/client-ec2/src/pagination/GetIpamResourceCidrsPaginator.ts b/clients/client-ec2/src/pagination/GetIpamResourceCidrsPaginator.ts index 053dd1b49ca4..c94c4b2e133e 100644 --- a/clients/client-ec2/src/pagination/GetIpamResourceCidrsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetIpamResourceCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIpamResourceCidrsCommand, diff --git a/clients/client-ec2/src/pagination/GetManagedPrefixListAssociationsPaginator.ts b/clients/client-ec2/src/pagination/GetManagedPrefixListAssociationsPaginator.ts index 24a2081b32cc..4db3b8a3ab8c 100644 --- a/clients/client-ec2/src/pagination/GetManagedPrefixListAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetManagedPrefixListAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetManagedPrefixListAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/GetManagedPrefixListEntriesPaginator.ts b/clients/client-ec2/src/pagination/GetManagedPrefixListEntriesPaginator.ts index 8cc9ba417b6d..cd72eb3f6190 100644 --- a/clients/client-ec2/src/pagination/GetManagedPrefixListEntriesPaginator.ts +++ b/clients/client-ec2/src/pagination/GetManagedPrefixListEntriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetManagedPrefixListEntriesCommand, diff --git a/clients/client-ec2/src/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.ts b/clients/client-ec2/src/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.ts index 7896501f50db..b172e3e41f99 100644 --- a/clients/client-ec2/src/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetNetworkInsightsAccessScopeAnalysisFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetNetworkInsightsAccessScopeAnalysisFindingsCommand, diff --git a/clients/client-ec2/src/pagination/GetSpotPlacementScoresPaginator.ts b/clients/client-ec2/src/pagination/GetSpotPlacementScoresPaginator.ts index 27f004b3ac45..62f2c00c95c1 100644 --- a/clients/client-ec2/src/pagination/GetSpotPlacementScoresPaginator.ts +++ b/clients/client-ec2/src/pagination/GetSpotPlacementScoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSpotPlacementScoresCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayAttachmentPropagationsPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayAttachmentPropagationsPaginator.ts index 1d14878fd50b..93d46177c38d 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayAttachmentPropagationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayAttachmentPropagationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayAttachmentPropagationsCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.ts index 5ad8e5912110..444714f35036 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayMulticastDomainAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.ts index b065c1252225..3b35c45eed24 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayPolicyTableAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayPrefixListReferencesPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayPrefixListReferencesPaginator.ts index 4d7c23dd857a..057c8204a20d 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayPrefixListReferencesPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayPrefixListReferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayPrefixListReferencesCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayRouteTableAssociationsPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayRouteTableAssociationsPaginator.ts index 578d02258e1c..00b76cf2f85a 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayRouteTableAssociationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayRouteTableAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayRouteTableAssociationsCommand, diff --git a/clients/client-ec2/src/pagination/GetTransitGatewayRouteTablePropagationsPaginator.ts b/clients/client-ec2/src/pagination/GetTransitGatewayRouteTablePropagationsPaginator.ts index fff6a2c0d468..27850a340d9b 100644 --- a/clients/client-ec2/src/pagination/GetTransitGatewayRouteTablePropagationsPaginator.ts +++ b/clients/client-ec2/src/pagination/GetTransitGatewayRouteTablePropagationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayRouteTablePropagationsCommand, diff --git a/clients/client-ec2/src/pagination/GetVpnConnectionDeviceTypesPaginator.ts b/clients/client-ec2/src/pagination/GetVpnConnectionDeviceTypesPaginator.ts index 85a669ae23ab..5c89b8aaf361 100644 --- a/clients/client-ec2/src/pagination/GetVpnConnectionDeviceTypesPaginator.ts +++ b/clients/client-ec2/src/pagination/GetVpnConnectionDeviceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetVpnConnectionDeviceTypesCommand, diff --git a/clients/client-ec2/src/pagination/Interfaces.ts b/clients/client-ec2/src/pagination/Interfaces.ts index d03f877ff917..dd6aca0385b2 100644 --- a/clients/client-ec2/src/pagination/Interfaces.ts +++ b/clients/client-ec2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/pagination/ListImagesInRecycleBinPaginator.ts b/clients/client-ec2/src/pagination/ListImagesInRecycleBinPaginator.ts index f368ce6c24d6..ac5520f8f6a3 100644 --- a/clients/client-ec2/src/pagination/ListImagesInRecycleBinPaginator.ts +++ b/clients/client-ec2/src/pagination/ListImagesInRecycleBinPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagesInRecycleBinCommand, diff --git a/clients/client-ec2/src/pagination/ListSnapshotsInRecycleBinPaginator.ts b/clients/client-ec2/src/pagination/ListSnapshotsInRecycleBinPaginator.ts index bc3cacf7a06c..18e8a20f3c01 100644 --- a/clients/client-ec2/src/pagination/ListSnapshotsInRecycleBinPaginator.ts +++ b/clients/client-ec2/src/pagination/ListSnapshotsInRecycleBinPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSnapshotsInRecycleBinCommand, diff --git a/clients/client-ec2/src/pagination/SearchLocalGatewayRoutesPaginator.ts b/clients/client-ec2/src/pagination/SearchLocalGatewayRoutesPaginator.ts index 53624236a9ba..fe5732ada900 100644 --- a/clients/client-ec2/src/pagination/SearchLocalGatewayRoutesPaginator.ts +++ b/clients/client-ec2/src/pagination/SearchLocalGatewayRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchLocalGatewayRoutesCommand, diff --git a/clients/client-ec2/src/pagination/SearchTransitGatewayMulticastGroupsPaginator.ts b/clients/client-ec2/src/pagination/SearchTransitGatewayMulticastGroupsPaginator.ts index 3baf66bd8210..1b39c23215fe 100644 --- a/clients/client-ec2/src/pagination/SearchTransitGatewayMulticastGroupsPaginator.ts +++ b/clients/client-ec2/src/pagination/SearchTransitGatewayMulticastGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchTransitGatewayMulticastGroupsCommand, diff --git a/clients/client-ec2/src/protocols/Aws_ec2.ts b/clients/client-ec2/src/protocols/Aws_ec2.ts index 09ef6e46688e..697f691af9c3 100644 --- a/clients/client-ec2/src/protocols/Aws_ec2.ts +++ b/clients/client-ec2/src/protocols/Aws_ec2.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, expectNonNull as __expectNonNull, @@ -13,10 +14,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/clients/client-ec2/src/runtimeConfig.browser.ts b/clients/client-ec2/src/runtimeConfig.browser.ts index 9b73e875829f..9a11e84c604d 100644 --- a/clients/client-ec2/src/runtimeConfig.browser.ts +++ b/clients/client-ec2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2ClientConfig } from "./EC2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ec2/src/runtimeConfig.shared.ts b/clients/client-ec2/src/runtimeConfig.shared.ts index 60def1ee314a..0c3ad3880eb7 100644 --- a/clients/client-ec2/src/runtimeConfig.shared.ts +++ b/clients/client-ec2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EC2ClientConfig } from "./EC2Client"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ec2/src/runtimeConfig.ts b/clients/client-ec2/src/runtimeConfig.ts index 9957736bf3f7..540ca082e88a 100644 --- a/clients/client-ec2/src/runtimeConfig.ts +++ b/clients/client-ec2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2ClientConfig } from "./EC2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ec2/src/waiters/waitForBundleTaskComplete.ts b/clients/client-ec2/src/waiters/waitForBundleTaskComplete.ts index cd909c793b5b..2a0cb5fc9ac8 100644 --- a/clients/client-ec2/src/waiters/waitForBundleTaskComplete.ts +++ b/clients/client-ec2/src/waiters/waitForBundleTaskComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBundleTasksCommand, DescribeBundleTasksCommandInput } from "../commands/DescribeBundleTasksCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForConversionTaskCancelled.ts b/clients/client-ec2/src/waiters/waitForConversionTaskCancelled.ts index a895c790276b..0c8befa682fc 100644 --- a/clients/client-ec2/src/waiters/waitForConversionTaskCancelled.ts +++ b/clients/client-ec2/src/waiters/waitForConversionTaskCancelled.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeConversionTasksCommand, diff --git a/clients/client-ec2/src/waiters/waitForConversionTaskCompleted.ts b/clients/client-ec2/src/waiters/waitForConversionTaskCompleted.ts index 8bb7f9ed58b9..edfcc44045f5 100644 --- a/clients/client-ec2/src/waiters/waitForConversionTaskCompleted.ts +++ b/clients/client-ec2/src/waiters/waitForConversionTaskCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeConversionTasksCommand, diff --git a/clients/client-ec2/src/waiters/waitForConversionTaskDeleted.ts b/clients/client-ec2/src/waiters/waitForConversionTaskDeleted.ts index f1271d0d8edf..541b24d976b2 100644 --- a/clients/client-ec2/src/waiters/waitForConversionTaskDeleted.ts +++ b/clients/client-ec2/src/waiters/waitForConversionTaskDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeConversionTasksCommand, diff --git a/clients/client-ec2/src/waiters/waitForCustomerGatewayAvailable.ts b/clients/client-ec2/src/waiters/waitForCustomerGatewayAvailable.ts index 016a6faac216..e9d1a0ad6ab2 100644 --- a/clients/client-ec2/src/waiters/waitForCustomerGatewayAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForCustomerGatewayAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeCustomerGatewaysCommand, diff --git a/clients/client-ec2/src/waiters/waitForExportTaskCancelled.ts b/clients/client-ec2/src/waiters/waitForExportTaskCancelled.ts index 83b4948df508..b812b1610793 100644 --- a/clients/client-ec2/src/waiters/waitForExportTaskCancelled.ts +++ b/clients/client-ec2/src/waiters/waitForExportTaskCancelled.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeExportTasksCommand, DescribeExportTasksCommandInput } from "../commands/DescribeExportTasksCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForExportTaskCompleted.ts b/clients/client-ec2/src/waiters/waitForExportTaskCompleted.ts index 7630183607d1..392b51ea18be 100644 --- a/clients/client-ec2/src/waiters/waitForExportTaskCompleted.ts +++ b/clients/client-ec2/src/waiters/waitForExportTaskCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeExportTasksCommand, DescribeExportTasksCommandInput } from "../commands/DescribeExportTasksCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForImageAvailable.ts b/clients/client-ec2/src/waiters/waitForImageAvailable.ts index 81825f63f800..b2e0194e55d6 100644 --- a/clients/client-ec2/src/waiters/waitForImageAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForImageAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImagesCommand, DescribeImagesCommandInput } from "../commands/DescribeImagesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForImageExists.ts b/clients/client-ec2/src/waiters/waitForImageExists.ts index 919d62a23591..f2914821c460 100644 --- a/clients/client-ec2/src/waiters/waitForImageExists.ts +++ b/clients/client-ec2/src/waiters/waitForImageExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImagesCommand, DescribeImagesCommandInput } from "../commands/DescribeImagesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForInstanceExists.ts b/clients/client-ec2/src/waiters/waitForInstanceExists.ts index df5e63dbd299..b1d20422bd6e 100644 --- a/clients/client-ec2/src/waiters/waitForInstanceExists.ts +++ b/clients/client-ec2/src/waiters/waitForInstanceExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForInstanceRunning.ts b/clients/client-ec2/src/waiters/waitForInstanceRunning.ts index 2d4c0df152b5..4713ef554e55 100644 --- a/clients/client-ec2/src/waiters/waitForInstanceRunning.ts +++ b/clients/client-ec2/src/waiters/waitForInstanceRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForInstanceStatusOk.ts b/clients/client-ec2/src/waiters/waitForInstanceStatusOk.ts index e7acb0681250..3b3bda8a08b6 100644 --- a/clients/client-ec2/src/waiters/waitForInstanceStatusOk.ts +++ b/clients/client-ec2/src/waiters/waitForInstanceStatusOk.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstanceStatusCommand, diff --git a/clients/client-ec2/src/waiters/waitForInstanceStopped.ts b/clients/client-ec2/src/waiters/waitForInstanceStopped.ts index 49b1af45cc74..2dba72c3bef4 100644 --- a/clients/client-ec2/src/waiters/waitForInstanceStopped.ts +++ b/clients/client-ec2/src/waiters/waitForInstanceStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForInstanceTerminated.ts b/clients/client-ec2/src/waiters/waitForInstanceTerminated.ts index 81890c53f887..e3d98e6f935f 100644 --- a/clients/client-ec2/src/waiters/waitForInstanceTerminated.ts +++ b/clients/client-ec2/src/waiters/waitForInstanceTerminated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForInternetGatewayExists.ts b/clients/client-ec2/src/waiters/waitForInternetGatewayExists.ts index 014567782045..708ef3f1f456 100644 --- a/clients/client-ec2/src/waiters/waitForInternetGatewayExists.ts +++ b/clients/client-ec2/src/waiters/waitForInternetGatewayExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInternetGatewaysCommand, diff --git a/clients/client-ec2/src/waiters/waitForKeyPairExists.ts b/clients/client-ec2/src/waiters/waitForKeyPairExists.ts index 08e68b68654f..4755124712e3 100644 --- a/clients/client-ec2/src/waiters/waitForKeyPairExists.ts +++ b/clients/client-ec2/src/waiters/waitForKeyPairExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeKeyPairsCommand, DescribeKeyPairsCommandInput } from "../commands/DescribeKeyPairsCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForNatGatewayAvailable.ts b/clients/client-ec2/src/waiters/waitForNatGatewayAvailable.ts index deed352ac0ec..9482d1bb32e3 100644 --- a/clients/client-ec2/src/waiters/waitForNatGatewayAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForNatGatewayAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNatGatewaysCommand, DescribeNatGatewaysCommandInput } from "../commands/DescribeNatGatewaysCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForNatGatewayDeleted.ts b/clients/client-ec2/src/waiters/waitForNatGatewayDeleted.ts index 3917117efda3..4326c37cf342 100644 --- a/clients/client-ec2/src/waiters/waitForNatGatewayDeleted.ts +++ b/clients/client-ec2/src/waiters/waitForNatGatewayDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNatGatewaysCommand, DescribeNatGatewaysCommandInput } from "../commands/DescribeNatGatewaysCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForNetworkInterfaceAvailable.ts b/clients/client-ec2/src/waiters/waitForNetworkInterfaceAvailable.ts index cac957cf4ab6..dd56f297af46 100644 --- a/clients/client-ec2/src/waiters/waitForNetworkInterfaceAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForNetworkInterfaceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNetworkInterfacesCommand, diff --git a/clients/client-ec2/src/waiters/waitForPasswordDataAvailable.ts b/clients/client-ec2/src/waiters/waitForPasswordDataAvailable.ts index d3d9ad101f1c..20d597fa03ae 100644 --- a/clients/client-ec2/src/waiters/waitForPasswordDataAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForPasswordDataAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetPasswordDataCommand, GetPasswordDataCommandInput } from "../commands/GetPasswordDataCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForSecurityGroupExists.ts b/clients/client-ec2/src/waiters/waitForSecurityGroupExists.ts index 3982e5d3c66e..8ba261916003 100644 --- a/clients/client-ec2/src/waiters/waitForSecurityGroupExists.ts +++ b/clients/client-ec2/src/waiters/waitForSecurityGroupExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeSecurityGroupsCommand, diff --git a/clients/client-ec2/src/waiters/waitForSnapshotCompleted.ts b/clients/client-ec2/src/waiters/waitForSnapshotCompleted.ts index efe737c3ca47..d2ff0d257f1e 100644 --- a/clients/client-ec2/src/waiters/waitForSnapshotCompleted.ts +++ b/clients/client-ec2/src/waiters/waitForSnapshotCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeSnapshotsCommand, DescribeSnapshotsCommandInput } from "../commands/DescribeSnapshotsCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForSnapshotImported.ts b/clients/client-ec2/src/waiters/waitForSnapshotImported.ts index 624b9e362990..80b23f9a55e9 100644 --- a/clients/client-ec2/src/waiters/waitForSnapshotImported.ts +++ b/clients/client-ec2/src/waiters/waitForSnapshotImported.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImportSnapshotTasksCommand, diff --git a/clients/client-ec2/src/waiters/waitForSpotInstanceRequestFulfilled.ts b/clients/client-ec2/src/waiters/waitForSpotInstanceRequestFulfilled.ts index a25fcf36ce49..5c71fa694810 100644 --- a/clients/client-ec2/src/waiters/waitForSpotInstanceRequestFulfilled.ts +++ b/clients/client-ec2/src/waiters/waitForSpotInstanceRequestFulfilled.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeSpotInstanceRequestsCommand, diff --git a/clients/client-ec2/src/waiters/waitForSubnetAvailable.ts b/clients/client-ec2/src/waiters/waitForSubnetAvailable.ts index dd9210d21233..fd0dd7822c07 100644 --- a/clients/client-ec2/src/waiters/waitForSubnetAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForSubnetAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeSubnetsCommand, DescribeSubnetsCommandInput } from "../commands/DescribeSubnetsCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForSystemStatusOk.ts b/clients/client-ec2/src/waiters/waitForSystemStatusOk.ts index 206886f238cc..6fe998ff5658 100644 --- a/clients/client-ec2/src/waiters/waitForSystemStatusOk.ts +++ b/clients/client-ec2/src/waiters/waitForSystemStatusOk.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstanceStatusCommand, diff --git a/clients/client-ec2/src/waiters/waitForVolumeAvailable.ts b/clients/client-ec2/src/waiters/waitForVolumeAvailable.ts index 2af386fee1f9..fb0302f0922d 100644 --- a/clients/client-ec2/src/waiters/waitForVolumeAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForVolumeAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVolumesCommand, DescribeVolumesCommandInput } from "../commands/DescribeVolumesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForVolumeDeleted.ts b/clients/client-ec2/src/waiters/waitForVolumeDeleted.ts index aee7c15c4f55..54be93d855b2 100644 --- a/clients/client-ec2/src/waiters/waitForVolumeDeleted.ts +++ b/clients/client-ec2/src/waiters/waitForVolumeDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVolumesCommand, DescribeVolumesCommandInput } from "../commands/DescribeVolumesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForVolumeInUse.ts b/clients/client-ec2/src/waiters/waitForVolumeInUse.ts index ec770cab8b59..1947c30f8880 100644 --- a/clients/client-ec2/src/waiters/waitForVolumeInUse.ts +++ b/clients/client-ec2/src/waiters/waitForVolumeInUse.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVolumesCommand, DescribeVolumesCommandInput } from "../commands/DescribeVolumesCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForVpcAvailable.ts b/clients/client-ec2/src/waiters/waitForVpcAvailable.ts index 72900ca648b0..6c2af3baff4d 100644 --- a/clients/client-ec2/src/waiters/waitForVpcAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForVpcAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpcsCommand, DescribeVpcsCommandInput } from "../commands/DescribeVpcsCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForVpcExists.ts b/clients/client-ec2/src/waiters/waitForVpcExists.ts index b836f14efa05..724376b0b248 100644 --- a/clients/client-ec2/src/waiters/waitForVpcExists.ts +++ b/clients/client-ec2/src/waiters/waitForVpcExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpcsCommand, DescribeVpcsCommandInput } from "../commands/DescribeVpcsCommand"; import { EC2Client } from "../EC2Client"; diff --git a/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionDeleted.ts b/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionDeleted.ts index 470395bf6710..d5818365aa73 100644 --- a/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionDeleted.ts +++ b/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpcPeeringConnectionsCommand, diff --git a/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionExists.ts b/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionExists.ts index ffe9873f29eb..f03dfe541e1d 100644 --- a/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionExists.ts +++ b/clients/client-ec2/src/waiters/waitForVpcPeeringConnectionExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpcPeeringConnectionsCommand, diff --git a/clients/client-ec2/src/waiters/waitForVpnConnectionAvailable.ts b/clients/client-ec2/src/waiters/waitForVpnConnectionAvailable.ts index 425b3fa337d3..d9f9be8ffae2 100644 --- a/clients/client-ec2/src/waiters/waitForVpnConnectionAvailable.ts +++ b/clients/client-ec2/src/waiters/waitForVpnConnectionAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpnConnectionsCommand, diff --git a/clients/client-ec2/src/waiters/waitForVpnConnectionDeleted.ts b/clients/client-ec2/src/waiters/waitForVpnConnectionDeleted.ts index 42ed1e6cdcb5..65f1f0298d3d 100644 --- a/clients/client-ec2/src/waiters/waitForVpnConnectionDeleted.ts +++ b/clients/client-ec2/src/waiters/waitForVpnConnectionDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVpnConnectionsCommand, diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index 7733f9844569..246016f85a73 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ecr-public/src/ECRPUBLIC.ts b/clients/client-ecr-public/src/ECRPUBLIC.ts index a68a196b7763..1eb7ebc409e7 100644 --- a/clients/client-ecr-public/src/ECRPUBLIC.ts +++ b/clients/client-ecr-public/src/ECRPUBLIC.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCheckLayerAvailabilityCommand, diff --git a/clients/client-ecr-public/src/ECRPUBLICClient.ts b/clients/client-ecr-public/src/ECRPUBLICClient.ts index 84bde6667091..48afa5faa0ff 100644 --- a/clients/client-ecr-public/src/ECRPUBLICClient.ts +++ b/clients/client-ecr-public/src/ECRPUBLICClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts index bdb0404ef9c2..a037adb16a0e 100644 --- a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts index 310c83d6fbfb..3c2b38da25ca 100644 --- a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts index 09aeba97c904..bf71b27cf55b 100644 --- a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts index d920a4a31aec..b793df7bfe86 100644 --- a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts index 06e6c5c58e61..fc29e76fd36d 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts index c46530246322..fdfa81201e7e 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts index 1b1e5c29f2c3..a304c0a2aa3c 100644 --- a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts index 653bfa8f8886..80280d435ddc 100644 --- a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts index 9831530bcc50..2a495a49e83f 100644 --- a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts index 1e53350c7616..871789910d36 100644 --- a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts index 5b28bb26475c..33980e10ef8e 100644 --- a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts index 542216165019..05984c1b323f 100644 --- a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts index 4cd8fa9ca1a7..d5c640e71448 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts index 1a83343330b2..e2a2c3640e3b 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts index 216c7292f458..1abbb6d6bafe 100644 --- a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts index 86425eb2e893..67464798b61d 100644 --- a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/PutImageCommand.ts b/clients/client-ecr-public/src/commands/PutImageCommand.ts index 871808f18dc5..cb2d94f04c20 100644 --- a/clients/client-ecr-public/src/commands/PutImageCommand.ts +++ b/clients/client-ecr-public/src/commands/PutImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { PutImageRequest, PutImageResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts index 38fa6d5c3fd5..df3fa3d3c0bf 100644 --- a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts index ef48611624d1..bb3671b39942 100644 --- a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts index e2d4095db11f..44843469f10a 100644 --- a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/TagResourceCommand.ts b/clients/client-ecr-public/src/commands/TagResourceCommand.ts index 870a376245f4..0dede9c013c4 100644 --- a/clients/client-ecr-public/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts index 27287454a0a6..8f9109fe814f 100644 --- a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts index e63889b8f2a0..806b5d8e6ca4 100644 --- a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient"; import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0"; diff --git a/clients/client-ecr-public/src/endpoint/EndpointParameters.ts b/clients/client-ecr-public/src/endpoint/EndpointParameters.ts index c6a536395680..b00d5f30cb5e 100644 --- a/clients/client-ecr-public/src/endpoint/EndpointParameters.ts +++ b/clients/client-ecr-public/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ecr-public/src/endpoint/endpointResolver.ts b/clients/client-ecr-public/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ecr-public/src/endpoint/endpointResolver.ts +++ b/clients/client-ecr-public/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ecr-public/src/endpoint/ruleset.ts b/clients/client-ecr-public/src/endpoint/ruleset.ts index b3e6b57ec8a9..a94d316b6e44 100644 --- a/clients/client-ecr-public/src/endpoint/ruleset.ts +++ b/clients/client-ecr-public/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts b/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts index fc7c20d92b81..714737ecba3b 100644 --- a/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts +++ b/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ecr-public/src/models/models_0.ts b/clients/client-ecr-public/src/models/models_0.ts index ca58aa606fbe..b20adf323ffc 100644 --- a/clients/client-ecr-public/src/models/models_0.ts +++ b/clients/client-ecr-public/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ECRPUBLICServiceException as __BaseException } from "./ECRPUBLICServiceException"; diff --git a/clients/client-ecr-public/src/pagination/DescribeImageTagsPaginator.ts b/clients/client-ecr-public/src/pagination/DescribeImageTagsPaginator.ts index 02e6527e4974..05cdf3bfc781 100644 --- a/clients/client-ecr-public/src/pagination/DescribeImageTagsPaginator.ts +++ b/clients/client-ecr-public/src/pagination/DescribeImageTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImageTagsCommand, diff --git a/clients/client-ecr-public/src/pagination/DescribeImagesPaginator.ts b/clients/client-ecr-public/src/pagination/DescribeImagesPaginator.ts index 4d04a2de1bf9..cf746016fa59 100644 --- a/clients/client-ecr-public/src/pagination/DescribeImagesPaginator.ts +++ b/clients/client-ecr-public/src/pagination/DescribeImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImagesCommand, diff --git a/clients/client-ecr-public/src/pagination/DescribeRegistriesPaginator.ts b/clients/client-ecr-public/src/pagination/DescribeRegistriesPaginator.ts index 467ba5b7abea..a58a6ae24b52 100644 --- a/clients/client-ecr-public/src/pagination/DescribeRegistriesPaginator.ts +++ b/clients/client-ecr-public/src/pagination/DescribeRegistriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRegistriesCommand, diff --git a/clients/client-ecr-public/src/pagination/DescribeRepositoriesPaginator.ts b/clients/client-ecr-public/src/pagination/DescribeRepositoriesPaginator.ts index d07e987ddcf3..11feebe6d320 100644 --- a/clients/client-ecr-public/src/pagination/DescribeRepositoriesPaginator.ts +++ b/clients/client-ecr-public/src/pagination/DescribeRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRepositoriesCommand, diff --git a/clients/client-ecr-public/src/pagination/Interfaces.ts b/clients/client-ecr-public/src/pagination/Interfaces.ts index edbee18045b3..8de0f6a3a264 100644 --- a/clients/client-ecr-public/src/pagination/Interfaces.ts +++ b/clients/client-ecr-public/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ECRPUBLICClient } from "../ECRPUBLICClient"; diff --git a/clients/client-ecr-public/src/protocols/Aws_json1_1.ts b/clients/client-ecr-public/src/protocols/Aws_json1_1.ts index c9469502c9a1..258b4a1bc6b2 100644 --- a/clients/client-ecr-public/src/protocols/Aws_json1_1.ts +++ b/clients/client-ecr-public/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCheckLayerAvailabilityCommandInput, diff --git a/clients/client-ecr-public/src/runtimeConfig.browser.ts b/clients/client-ecr-public/src/runtimeConfig.browser.ts index 721311f6ed06..b9f6edf1c92c 100644 --- a/clients/client-ecr-public/src/runtimeConfig.browser.ts +++ b/clients/client-ecr-public/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECRPUBLICClientConfig } from "./ECRPUBLICClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ecr-public/src/runtimeConfig.shared.ts b/clients/client-ecr-public/src/runtimeConfig.shared.ts index ad27eb7f6158..78c0dc162391 100644 --- a/clients/client-ecr-public/src/runtimeConfig.shared.ts +++ b/clients/client-ecr-public/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ECRPUBLICClientConfig } from "./ECRPUBLICClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ecr-public/src/runtimeConfig.ts b/clients/client-ecr-public/src/runtimeConfig.ts index 36240868a3a7..17d21976e747 100644 --- a/clients/client-ecr-public/src/runtimeConfig.ts +++ b/clients/client-ecr-public/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECRPUBLICClientConfig } from "./ECRPUBLICClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index d068bf98e788..c1f236f50796 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ecr/src/ECR.ts b/clients/client-ecr/src/ECR.ts index 4355f7aec79d..79e23d84623f 100644 --- a/clients/client-ecr/src/ECR.ts +++ b/clients/client-ecr/src/ECR.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCheckLayerAvailabilityCommand, diff --git a/clients/client-ecr/src/ECRClient.ts b/clients/client-ecr/src/ECRClient.ts index 42dcf2b3333d..6a352d3fc5c1 100644 --- a/clients/client-ecr/src/ECRClient.ts +++ b/clients/client-ecr/src/ECRClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -279,7 +277,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -388,7 +386,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts index ce91e402b96b..48c05ad210e7 100644 --- a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts index db723e3226ff..8b8a73fb121b 100644 --- a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/BatchGetImageCommand.ts b/clients/client-ecr/src/commands/BatchGetImageCommand.ts index 9745d9b1a0c4..a5ad85df4094 100644 --- a/clients/client-ecr/src/commands/BatchGetImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { BatchGetImageRequest, BatchGetImageResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts index 1f55c32fbc32..451454fed3b4 100644 --- a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { diff --git a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts index 6195d2b26874..08cc1231c408 100644 --- a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts index 9d0625bc1c18..285636f949ac 100644 --- a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts index e15c19e711c4..8928d60a83a8 100644 --- a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts index 5c18697ac6a5..d4b08ca9ea3b 100644 --- a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts index 7d6ee002c08c..1951502a57e9 100644 --- a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts index 28241381135c..a0cbf1b5ddea 100644 --- a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DeleteRegistryPolicyRequest, DeleteRegistryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts index 1cb00b124ae6..e8edd5ec6643 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts index fec5f004ebfa..471bfedae03a 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts index 66595de20250..657a8174bf41 100644 --- a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts index 7e2a9d6cb6fa..5d61e683f582 100644 --- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribeImageScanFindingsRequest, DescribeImageScanFindingsResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribeImagesCommand.ts b/clients/client-ecr/src/commands/DescribeImagesCommand.ts index 4f6df5ef2223..de0bfed0598d 100644 --- a/clients/client-ecr/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts index f12c2a3df66a..af44c1c10e8c 100644 --- a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts +++ b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts index ae5a836b4e43..c7add34766f0 100644 --- a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts index e50c42f20a35..716d0c36f2c2 100644 --- a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts index 89288b7c9cb8..8928983208d9 100644 --- a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts index be0db5b74770..8a2efdaccfe0 100644 --- a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts +++ b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts index 280e87e54100..a518be784c3a 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts index 9a3aa65af5ff..75028eec2e25 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts index 4d17e19f9a6f..e84680938a62 100644 --- a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetRegistryPolicyRequest, GetRegistryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts index a770bd0c0418..df2c955ade30 100644 --- a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetRegistryScanningConfigurationRequest, GetRegistryScanningConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts index 6902a04c8bc4..7c91904e8db4 100644 --- a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts index c0e90a681957..f4e84c80ba54 100644 --- a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/ListImagesCommand.ts b/clients/client-ecr/src/commands/ListImagesCommand.ts index a76460f47c1c..aa7b0c35bb46 100644 --- a/clients/client-ecr/src/commands/ListImagesCommand.ts +++ b/clients/client-ecr/src/commands/ListImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { ListImagesRequest, ListImagesResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts index 698d1215ddde..a9e72e3594ee 100644 --- a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutImageCommand.ts b/clients/client-ecr/src/commands/PutImageCommand.ts index ece39104c8ab..932336431b88 100644 --- a/clients/client-ecr/src/commands/PutImageCommand.ts +++ b/clients/client-ecr/src/commands/PutImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutImageRequest, PutImageResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts index 2f588f342abc..4a8926113ac7 100644 --- a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutImageScanningConfigurationRequest, PutImageScanningConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts index 6763af85be32..5b4f1fa33709 100644 --- a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts +++ b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutImageTagMutabilityRequest, PutImageTagMutabilityResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts index b58d97e016e4..a31efa2896b6 100644 --- a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutLifecyclePolicyRequest, PutLifecyclePolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts index 29855b30e64d..168b57165ce9 100644 --- a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutRegistryPolicyRequest, PutRegistryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts index 391e4b985e14..0aa2af12ebf6 100644 --- a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutRegistryScanningConfigurationRequest, PutRegistryScanningConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts index 7ec7e7752589..7e1a613f26ca 100644 --- a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { PutReplicationConfigurationRequest, PutReplicationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts index 03143f54b0bf..d8cb3cd622a3 100644 --- a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/StartImageScanCommand.ts b/clients/client-ecr/src/commands/StartImageScanCommand.ts index e336e4addf4e..229dd610db31 100644 --- a/clients/client-ecr/src/commands/StartImageScanCommand.ts +++ b/clients/client-ecr/src/commands/StartImageScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { StartImageScanRequest, StartImageScanResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts index 29df5df61e37..aec4dcd49833 100644 --- a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/TagResourceCommand.ts b/clients/client-ecr/src/commands/TagResourceCommand.ts index ff052f10dff9..173e19095778 100644 --- a/clients/client-ecr/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/UntagResourceCommand.ts b/clients/client-ecr/src/commands/UntagResourceCommand.ts index 3e507dd5869f..1bd5becc35c1 100644 --- a/clients/client-ecr/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts index ee607944f255..adb77a0d643b 100644 --- a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient"; import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0"; diff --git a/clients/client-ecr/src/endpoint/EndpointParameters.ts b/clients/client-ecr/src/endpoint/EndpointParameters.ts index 6d408d0d6996..ba4182ba6180 100644 --- a/clients/client-ecr/src/endpoint/EndpointParameters.ts +++ b/clients/client-ecr/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ecr/src/endpoint/endpointResolver.ts b/clients/client-ecr/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ecr/src/endpoint/endpointResolver.ts +++ b/clients/client-ecr/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ecr/src/endpoint/ruleset.ts b/clients/client-ecr/src/endpoint/ruleset.ts index eda7e733125d..da3793e68c1f 100644 --- a/clients/client-ecr/src/endpoint/ruleset.ts +++ b/clients/client-ecr/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ecr/src/models/ECRServiceException.ts b/clients/client-ecr/src/models/ECRServiceException.ts index ed6f79d72338..c0216984e4dd 100644 --- a/clients/client-ecr/src/models/ECRServiceException.ts +++ b/clients/client-ecr/src/models/ECRServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ecr/src/models/models_0.ts b/clients/client-ecr/src/models/models_0.ts index a48b64a4d5bd..ab5c6047a18c 100644 --- a/clients/client-ecr/src/models/models_0.ts +++ b/clients/client-ecr/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ECRServiceException as __BaseException } from "./ECRServiceException"; diff --git a/clients/client-ecr/src/pagination/DescribeImageScanFindingsPaginator.ts b/clients/client-ecr/src/pagination/DescribeImageScanFindingsPaginator.ts index b6755b40aa8b..b13b4fc9062e 100644 --- a/clients/client-ecr/src/pagination/DescribeImageScanFindingsPaginator.ts +++ b/clients/client-ecr/src/pagination/DescribeImageScanFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImageScanFindingsCommand, diff --git a/clients/client-ecr/src/pagination/DescribeImagesPaginator.ts b/clients/client-ecr/src/pagination/DescribeImagesPaginator.ts index ad1923323e5d..a1dca03a7bcb 100644 --- a/clients/client-ecr/src/pagination/DescribeImagesPaginator.ts +++ b/clients/client-ecr/src/pagination/DescribeImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeImagesCommand, diff --git a/clients/client-ecr/src/pagination/DescribePullThroughCacheRulesPaginator.ts b/clients/client-ecr/src/pagination/DescribePullThroughCacheRulesPaginator.ts index e4e966bf612b..eb506229228e 100644 --- a/clients/client-ecr/src/pagination/DescribePullThroughCacheRulesPaginator.ts +++ b/clients/client-ecr/src/pagination/DescribePullThroughCacheRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePullThroughCacheRulesCommand, diff --git a/clients/client-ecr/src/pagination/DescribeRepositoriesPaginator.ts b/clients/client-ecr/src/pagination/DescribeRepositoriesPaginator.ts index ddcb6a2de0aa..b7b11b1759c4 100644 --- a/clients/client-ecr/src/pagination/DescribeRepositoriesPaginator.ts +++ b/clients/client-ecr/src/pagination/DescribeRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRepositoriesCommand, diff --git a/clients/client-ecr/src/pagination/GetLifecyclePolicyPreviewPaginator.ts b/clients/client-ecr/src/pagination/GetLifecyclePolicyPreviewPaginator.ts index 15b924000ef9..41c8658da112 100644 --- a/clients/client-ecr/src/pagination/GetLifecyclePolicyPreviewPaginator.ts +++ b/clients/client-ecr/src/pagination/GetLifecyclePolicyPreviewPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLifecyclePolicyPreviewCommand, diff --git a/clients/client-ecr/src/pagination/Interfaces.ts b/clients/client-ecr/src/pagination/Interfaces.ts index 659cab380d62..d1e97128dbea 100644 --- a/clients/client-ecr/src/pagination/Interfaces.ts +++ b/clients/client-ecr/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ECRClient } from "../ECRClient"; diff --git a/clients/client-ecr/src/pagination/ListImagesPaginator.ts b/clients/client-ecr/src/pagination/ListImagesPaginator.ts index 11cd6dcd9428..ab880feff152 100644 --- a/clients/client-ecr/src/pagination/ListImagesPaginator.ts +++ b/clients/client-ecr/src/pagination/ListImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagesCommand, ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand"; import { ECRClient } from "../ECRClient"; diff --git a/clients/client-ecr/src/protocols/Aws_json1_1.ts b/clients/client-ecr/src/protocols/Aws_json1_1.ts index 1caa2065e77f..0bf150ba59a9 100644 --- a/clients/client-ecr/src/protocols/Aws_json1_1.ts +++ b/clients/client-ecr/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCheckLayerAvailabilityCommandInput, diff --git a/clients/client-ecr/src/runtimeConfig.browser.ts b/clients/client-ecr/src/runtimeConfig.browser.ts index 3d3793b73029..fe3aea57d236 100644 --- a/clients/client-ecr/src/runtimeConfig.browser.ts +++ b/clients/client-ecr/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECRClientConfig } from "./ECRClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ecr/src/runtimeConfig.shared.ts b/clients/client-ecr/src/runtimeConfig.shared.ts index 5475403eb67c..e36dd488dde4 100644 --- a/clients/client-ecr/src/runtimeConfig.shared.ts +++ b/clients/client-ecr/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ECRClientConfig } from "./ECRClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ecr/src/runtimeConfig.ts b/clients/client-ecr/src/runtimeConfig.ts index fd71f742f248..353218b8d473 100644 --- a/clients/client-ecr/src/runtimeConfig.ts +++ b/clients/client-ecr/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECRClientConfig } from "./ECRClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ecr/src/waiters/waitForImageScanComplete.ts b/clients/client-ecr/src/waiters/waitForImageScanComplete.ts index 357ee86df18f..70a8396f564e 100644 --- a/clients/client-ecr/src/waiters/waitForImageScanComplete.ts +++ b/clients/client-ecr/src/waiters/waitForImageScanComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageScanFindingsCommand, diff --git a/clients/client-ecr/src/waiters/waitForLifecyclePolicyPreviewComplete.ts b/clients/client-ecr/src/waiters/waitForLifecyclePolicyPreviewComplete.ts index cbc633caac5d..307a90990917 100644 --- a/clients/client-ecr/src/waiters/waitForLifecyclePolicyPreviewComplete.ts +++ b/clients/client-ecr/src/waiters/waitForLifecyclePolicyPreviewComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetLifecyclePolicyPreviewCommand, diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index 0745fe11faa2..0099c107dd28 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ecs/src/ECS.ts b/clients/client-ecs/src/ECS.ts index 8cc5eabb6e0a..0c578218119a 100644 --- a/clients/client-ecs/src/ECS.ts +++ b/clients/client-ecs/src/ECS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateCapacityProviderCommand, diff --git a/clients/client-ecs/src/ECSClient.ts b/clients/client-ecs/src/ECSClient.ts index bf81d7b558cd..13fa26037c06 100644 --- a/clients/client-ecs/src/ECSClient.ts +++ b/clients/client-ecs/src/ECSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -336,7 +334,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -445,7 +443,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts index f33f7b591e3a..bc089026a99c 100644 --- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { CreateCapacityProviderRequest, CreateCapacityProviderResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts index bf288e53a980..7c336743c20b 100644 --- a/clients/client-ecs/src/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts index 71c7d753f572..6081a4935ef0 100644 --- a/clients/client-ecs/src/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index 5c918c21bf30..127f416a8222 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { CreateTaskSetRequest, CreateTaskSetResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts index 1c781b530676..cde33f22b5e4 100644 --- a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteAccountSettingRequest, DeleteAccountSettingResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index eecdb4f03c5d..c08ebb1a6569 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteAttributesRequest, DeleteAttributesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index e0471cc8fab3..adc12b55efae 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts index dd2eaf0eac4d..de6d5160775d 100644 --- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts index f46f324fcf30..1298782e290b 100644 --- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts index 17c4f77ca7c5..3668181ba6e5 100644 --- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteTaskDefinitionsRequest, DeleteTaskDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index fd7bbeea42d3..32f45abd5846 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts index 8beb5e8017bc..06b4964e8aa8 100644 --- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts index a3f16de43562..5e90622249f0 100644 --- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts index 0d2ad0cd88ae..041d0c96a221 100644 --- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeClustersCommand.ts b/clients/client-ecs/src/commands/DescribeClustersCommand.ts index d9ea390d608e..3ca341a39427 100644 --- a/clients/client-ecs/src/commands/DescribeClustersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts index 2fa6168a8a45..f7ddaedde6db 100644 --- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts index 192237e40b4b..90a6da46dfdf 100644 --- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts index f2e3baa27167..5b3b1591909a 100644 --- a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index 0f49fdcc810c..afe1deed38cb 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts index 33bef0bb1ccf..282c955d04ca 100644 --- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts index 617ce2f631f4..532e3c302200 100644 --- a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts +++ b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index d6e48766bd71..95bbb177f3f7 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts index 9a79e4ab5625..1627470be5d2 100644 --- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts index 0bbc31251d4b..798f6c157e37 100644 --- a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts +++ b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index 2fee5d522b88..3ca477ef94a2 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListAttributesRequest, ListAttributesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListClustersCommand.ts b/clients/client-ecs/src/commands/ListClustersCommand.ts index c1fc8ab67c60..6d5f4272b8fb 100644 --- a/clients/client-ecs/src/commands/ListClustersCommand.ts +++ b/clients/client-ecs/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts index 795fd219873b..929e187eb1a2 100644 --- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListContainerInstancesRequest, ListContainerInstancesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts index 6da79db61ed0..b4ae9c05ef14 100644 --- a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListServicesByNamespaceRequest, ListServicesByNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts index cefd8a2aba0e..3aa27461bbc5 100644 --- a/clients/client-ecs/src/commands/ListServicesCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts index e4e0ad396091..c86ff92a1ded 100644 --- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts index 7b5f8f4cc561..c0f4be3b9035 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts index a916f7f2b25a..da84caa26b22 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts index 3b43fd239573..0b1bad435115 100644 --- a/clients/client-ecs/src/commands/ListTasksCommand.ts +++ b/clients/client-ecs/src/commands/ListTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { ListTasksRequest, ListTasksResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts index 330e571283e0..308c2859f32f 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts index 3148c9887153..ce31b4de9b29 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index a214c300650c..d5eebf0d2074 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index e783023ba699..1e3f820cfff3 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts index ea04a07fed7e..18df90f87f0a 100644 --- a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts index 21c3ea8ac49d..cc07d47e476e 100644 --- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts index 97e30142cc2b..7b92a37e9964 100644 --- a/clients/client-ecs/src/commands/RunTaskCommand.ts +++ b/clients/client-ecs/src/commands/RunTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { RunTaskRequest, RunTaskResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index c948a2852b06..9f8fff1f9483 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { StartTaskRequest, StartTaskResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index 337a9f01de23..8cc7d72ce524 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { StopTaskRequest, StopTaskResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts index 5c56c2b3a6aa..154924f1653c 100644 --- a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts +++ b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts index dc23a1c65e27..02a1eb015185 100644 --- a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts index c4759feee5de..4480a0f0a11a 100644 --- a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts index ee4736ba0a3b..04d8f3c5cfea 100644 --- a/clients/client-ecs/src/commands/TagResourceCommand.ts +++ b/clients/client-ecs/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts index 27b28d4c8e49..b2ac395e7499 100644 --- a/clients/client-ecs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts index 62c07d2e42d9..27e2b0c72322 100644 --- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index 9ef29c9c15a0..f9e0a997cbe8 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index 35efb190aa0c..2d364539e8b1 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index f15b8c3babaf..7c40228231ac 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index a79608241a20..6b1760ecb44a 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts index e55f272f2100..2d0f11b3135d 100644 --- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index 20ee3ff49bb1..3d6e4aaf9b5b 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts index 20cf1ec89862..ff555c05db3c 100644 --- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index 8acc519f4bf4..9ffa7d66cfaa 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient"; import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0"; diff --git a/clients/client-ecs/src/endpoint/EndpointParameters.ts b/clients/client-ecs/src/endpoint/EndpointParameters.ts index 0d18c9fa0b06..cfd81aa3905a 100644 --- a/clients/client-ecs/src/endpoint/EndpointParameters.ts +++ b/clients/client-ecs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ecs/src/endpoint/endpointResolver.ts b/clients/client-ecs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ecs/src/endpoint/endpointResolver.ts +++ b/clients/client-ecs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ecs/src/endpoint/ruleset.ts b/clients/client-ecs/src/endpoint/ruleset.ts index 10635edfca7f..1604c5adbc4b 100644 --- a/clients/client-ecs/src/endpoint/ruleset.ts +++ b/clients/client-ecs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ecs/src/models/ECSServiceException.ts b/clients/client-ecs/src/models/ECSServiceException.ts index 1cd5ebd8d0e0..799330630eb4 100644 --- a/clients/client-ecs/src/models/ECSServiceException.ts +++ b/clients/client-ecs/src/models/ECSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ecs/src/models/models_0.ts b/clients/client-ecs/src/models/models_0.ts index 9862e871e511..4beb05891736 100644 --- a/clients/client-ecs/src/models/models_0.ts +++ b/clients/client-ecs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ECSServiceException as __BaseException } from "./ECSServiceException"; diff --git a/clients/client-ecs/src/pagination/Interfaces.ts b/clients/client-ecs/src/pagination/Interfaces.ts index 360fa78a3ef6..d8caafc488fb 100644 --- a/clients/client-ecs/src/pagination/Interfaces.ts +++ b/clients/client-ecs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-ecs/src/pagination/ListAccountSettingsPaginator.ts b/clients/client-ecs/src/pagination/ListAccountSettingsPaginator.ts index 9bf1a560b661..f80b5d56bf4c 100644 --- a/clients/client-ecs/src/pagination/ListAccountSettingsPaginator.ts +++ b/clients/client-ecs/src/pagination/ListAccountSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountSettingsCommand, diff --git a/clients/client-ecs/src/pagination/ListAttributesPaginator.ts b/clients/client-ecs/src/pagination/ListAttributesPaginator.ts index 2f670b5085b7..1298013e9d8f 100644 --- a/clients/client-ecs/src/pagination/ListAttributesPaginator.ts +++ b/clients/client-ecs/src/pagination/ListAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttributesCommand, diff --git a/clients/client-ecs/src/pagination/ListClustersPaginator.ts b/clients/client-ecs/src/pagination/ListClustersPaginator.ts index a98d5492214e..4fd0aeba889f 100644 --- a/clients/client-ecs/src/pagination/ListClustersPaginator.ts +++ b/clients/client-ecs/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-ecs/src/pagination/ListContainerInstancesPaginator.ts b/clients/client-ecs/src/pagination/ListContainerInstancesPaginator.ts index ecf2a61288e2..cf854ed02b01 100644 --- a/clients/client-ecs/src/pagination/ListContainerInstancesPaginator.ts +++ b/clients/client-ecs/src/pagination/ListContainerInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContainerInstancesCommand, diff --git a/clients/client-ecs/src/pagination/ListServicesByNamespacePaginator.ts b/clients/client-ecs/src/pagination/ListServicesByNamespacePaginator.ts index 5927cd3c7a14..e973fac726bc 100644 --- a/clients/client-ecs/src/pagination/ListServicesByNamespacePaginator.ts +++ b/clients/client-ecs/src/pagination/ListServicesByNamespacePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesByNamespaceCommand, diff --git a/clients/client-ecs/src/pagination/ListServicesPaginator.ts b/clients/client-ecs/src/pagination/ListServicesPaginator.ts index f170ee9d49c5..854dbb158d96 100644 --- a/clients/client-ecs/src/pagination/ListServicesPaginator.ts +++ b/clients/client-ecs/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-ecs/src/pagination/ListTaskDefinitionFamiliesPaginator.ts b/clients/client-ecs/src/pagination/ListTaskDefinitionFamiliesPaginator.ts index 7bec1b0e0c74..7b6f3018e45a 100644 --- a/clients/client-ecs/src/pagination/ListTaskDefinitionFamiliesPaginator.ts +++ b/clients/client-ecs/src/pagination/ListTaskDefinitionFamiliesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTaskDefinitionFamiliesCommand, diff --git a/clients/client-ecs/src/pagination/ListTaskDefinitionsPaginator.ts b/clients/client-ecs/src/pagination/ListTaskDefinitionsPaginator.ts index 67ae983d61ad..1dec847de6aa 100644 --- a/clients/client-ecs/src/pagination/ListTaskDefinitionsPaginator.ts +++ b/clients/client-ecs/src/pagination/ListTaskDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTaskDefinitionsCommand, diff --git a/clients/client-ecs/src/pagination/ListTasksPaginator.ts b/clients/client-ecs/src/pagination/ListTasksPaginator.ts index 77edb140df8a..a56470c95e3b 100644 --- a/clients/client-ecs/src/pagination/ListTasksPaginator.ts +++ b/clients/client-ecs/src/pagination/ListTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTasksCommand, ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-ecs/src/protocols/Aws_json1_1.ts b/clients/client-ecs/src/protocols/Aws_json1_1.ts index 1b1342d3ea37..79ebf55674d2 100644 --- a/clients/client-ecs/src/protocols/Aws_json1_1.ts +++ b/clients/client-ecs/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCapacityProviderCommandInput, diff --git a/clients/client-ecs/src/runtimeConfig.browser.ts b/clients/client-ecs/src/runtimeConfig.browser.ts index 06939040e6ac..5ab5d0ce3e11 100644 --- a/clients/client-ecs/src/runtimeConfig.browser.ts +++ b/clients/client-ecs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECSClientConfig } from "./ECSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ecs/src/runtimeConfig.shared.ts b/clients/client-ecs/src/runtimeConfig.shared.ts index 155f584e8c39..eb53f99f84b9 100644 --- a/clients/client-ecs/src/runtimeConfig.shared.ts +++ b/clients/client-ecs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ECSClientConfig } from "./ECSClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-ecs/src/runtimeConfig.ts b/clients/client-ecs/src/runtimeConfig.ts index 6c998a4e2fd3..11994dd33630 100644 --- a/clients/client-ecs/src/runtimeConfig.ts +++ b/clients/client-ecs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ECSClientConfig } from "./ECSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ecs/src/waiters/waitForServicesInactive.ts b/clients/client-ecs/src/waiters/waitForServicesInactive.ts index f9c47f8ad99e..f5fff6ca8753 100644 --- a/clients/client-ecs/src/waiters/waitForServicesInactive.ts +++ b/clients/client-ecs/src/waiters/waitForServicesInactive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeServicesCommand, DescribeServicesCommandInput } from "../commands/DescribeServicesCommand"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-ecs/src/waiters/waitForServicesStable.ts b/clients/client-ecs/src/waiters/waitForServicesStable.ts index 3c007a34f028..54130466e12c 100644 --- a/clients/client-ecs/src/waiters/waitForServicesStable.ts +++ b/clients/client-ecs/src/waiters/waitForServicesStable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeServicesCommand, DescribeServicesCommandInput } from "../commands/DescribeServicesCommand"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-ecs/src/waiters/waitForTasksRunning.ts b/clients/client-ecs/src/waiters/waitForTasksRunning.ts index c777b09c5df1..205d7abdad15 100644 --- a/clients/client-ecs/src/waiters/waitForTasksRunning.ts +++ b/clients/client-ecs/src/waiters/waitForTasksRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTasksCommand, DescribeTasksCommandInput } from "../commands/DescribeTasksCommand"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-ecs/src/waiters/waitForTasksStopped.ts b/clients/client-ecs/src/waiters/waitForTasksStopped.ts index 17372b469ffe..83b9a17e96d8 100644 --- a/clients/client-ecs/src/waiters/waitForTasksStopped.ts +++ b/clients/client-ecs/src/waiters/waitForTasksStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTasksCommand, DescribeTasksCommandInput } from "../commands/DescribeTasksCommand"; import { ECSClient } from "../ECSClient"; diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index 5b0d5dff94c9..3f300d72b10d 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-efs/src/EFS.ts b/clients/client-efs/src/EFS.ts index a4ff6d1520a2..02852679a337 100644 --- a/clients/client-efs/src/EFS.ts +++ b/clients/client-efs/src/EFS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAccessPointCommand, diff --git a/clients/client-efs/src/EFSClient.ts b/clients/client-efs/src/EFSClient.ts index 24e52d2f33ae..265c7d850bd3 100644 --- a/clients/client-efs/src/EFSClient.ts +++ b/clients/client-efs/src/EFSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand"; @@ -222,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -331,7 +329,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-efs/src/commands/CreateAccessPointCommand.ts b/clients/client-efs/src/commands/CreateAccessPointCommand.ts index cc96961549e0..727d072529dc 100644 --- a/clients/client-efs/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-efs/src/commands/CreateAccessPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { AccessPointDescription, CreateAccessPointRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/CreateFileSystemCommand.ts b/clients/client-efs/src/commands/CreateFileSystemCommand.ts index 86140dd80c06..2b9a9e05e4b0 100644 --- a/clients/client-efs/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/CreateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { CreateFileSystemRequest, FileSystemDescription } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/CreateMountTargetCommand.ts b/clients/client-efs/src/commands/CreateMountTargetCommand.ts index fb32941c360c..cb020721ef42 100644 --- a/clients/client-efs/src/commands/CreateMountTargetCommand.ts +++ b/clients/client-efs/src/commands/CreateMountTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts index eb6a91460b8d..c2a7ed483d40 100644 --- a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { CreateReplicationConfigurationRequest, ReplicationConfigurationDescription } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts index ef3f3906d359..e365663d221a 100644 --- a/clients/client-efs/src/commands/CreateTagsCommand.ts +++ b/clients/client-efs/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { CreateTagsRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts index 01dee1e67294..2956eb139ef5 100644 --- a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteAccessPointRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts index 118bd177c7a9..fd4b7601dbcd 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteFileSystemRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts index 77f3353f9495..76cbc3edc0a7 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteFileSystemPolicyRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts index 9adf88a0b6c4..a768cb2669e4 100644 --- a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts +++ b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteMountTargetRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts index e8abb2287d79..91c051d91601 100644 --- a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteReplicationConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts index 5d61f1e32572..acfa6be20492 100644 --- a/clients/client-efs/src/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DeleteTagsRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts index b243af181bd9..f8f2e2d96bf5 100644 --- a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts index f45fcc2d07d8..86c317fa8df6 100644 --- a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts index 1f45a3e83d08..1e14397dda11 100644 --- a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts index 89652785898a..02307add0073 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts index 1ed2f289c17c..c7170bdedf07 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts index beb29c3f16bd..8063f772bd14 100644 --- a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts index 3a43ebcc2b75..3d6884f10493 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { diff --git a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts index e08e1bbbe654..75148d741b23 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts index 5283cf4462d0..854f2a32ca89 100644 --- a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts +++ b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts index 5988fe5e706e..058141c97e23 100644 --- a/clients/client-efs/src/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts index 39dfe50acb07..33892a086484 100644 --- a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts index 7e993cf15a73..7b7e35a89cb4 100644 --- a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts index 64ee74d883b3..69783ec09606 100644 --- a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts index a9e9178ee4e6..351bc040ad70 100644 --- a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts index 0d7a563321e5..09d0bf643bd5 100644 --- a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts index 10da0e46b5b5..d9397f908ada 100644 --- a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { LifecycleConfigurationDescription, PutLifecycleConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/TagResourceCommand.ts b/clients/client-efs/src/commands/TagResourceCommand.ts index 648b7d7614a6..6632de74ad27 100644 --- a/clients/client-efs/src/commands/TagResourceCommand.ts +++ b/clients/client-efs/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/UntagResourceCommand.ts b/clients/client-efs/src/commands/UntagResourceCommand.ts index 68dfbdd4d834..d32156821510 100644 --- a/clients/client-efs/src/commands/UntagResourceCommand.ts +++ b/clients/client-efs/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts index 0d38c33a46f5..f73d05456534 100644 --- a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient"; import { FileSystemDescription, UpdateFileSystemRequest } from "../models/models_0"; diff --git a/clients/client-efs/src/endpoint/EndpointParameters.ts b/clients/client-efs/src/endpoint/EndpointParameters.ts index 05f5cfed4b47..a0451320b51b 100644 --- a/clients/client-efs/src/endpoint/EndpointParameters.ts +++ b/clients/client-efs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-efs/src/endpoint/endpointResolver.ts b/clients/client-efs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-efs/src/endpoint/endpointResolver.ts +++ b/clients/client-efs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-efs/src/endpoint/ruleset.ts b/clients/client-efs/src/endpoint/ruleset.ts index 74ffe01e11e6..7045cba53e10 100644 --- a/clients/client-efs/src/endpoint/ruleset.ts +++ b/clients/client-efs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-efs/src/models/EFSServiceException.ts b/clients/client-efs/src/models/EFSServiceException.ts index d52fcc26b0d9..98b05904b0c9 100644 --- a/clients/client-efs/src/models/EFSServiceException.ts +++ b/clients/client-efs/src/models/EFSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-efs/src/models/models_0.ts b/clients/client-efs/src/models/models_0.ts index 9619639d95a5..74788c694eab 100644 --- a/clients/client-efs/src/models/models_0.ts +++ b/clients/client-efs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { EFSServiceException as __BaseException } from "./EFSServiceException"; diff --git a/clients/client-efs/src/pagination/DescribeAccessPointsPaginator.ts b/clients/client-efs/src/pagination/DescribeAccessPointsPaginator.ts index f96a8f6de29c..5772e3f637cf 100644 --- a/clients/client-efs/src/pagination/DescribeAccessPointsPaginator.ts +++ b/clients/client-efs/src/pagination/DescribeAccessPointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAccessPointsCommand, diff --git a/clients/client-efs/src/pagination/DescribeFileSystemsPaginator.ts b/clients/client-efs/src/pagination/DescribeFileSystemsPaginator.ts index 67e3736277ee..f89ec7ce10a6 100644 --- a/clients/client-efs/src/pagination/DescribeFileSystemsPaginator.ts +++ b/clients/client-efs/src/pagination/DescribeFileSystemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFileSystemsCommand, diff --git a/clients/client-efs/src/pagination/DescribeTagsPaginator.ts b/clients/client-efs/src/pagination/DescribeTagsPaginator.ts index 8fd716da0a33..a6192e5db444 100644 --- a/clients/client-efs/src/pagination/DescribeTagsPaginator.ts +++ b/clients/client-efs/src/pagination/DescribeTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTagsCommand, diff --git a/clients/client-efs/src/pagination/Interfaces.ts b/clients/client-efs/src/pagination/Interfaces.ts index cc52d67764c4..e5c62115cb4c 100644 --- a/clients/client-efs/src/pagination/Interfaces.ts +++ b/clients/client-efs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EFSClient } from "../EFSClient"; diff --git a/clients/client-efs/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-efs/src/pagination/ListTagsForResourcePaginator.ts index 1bb1011ae1de..aa34f8c8addb 100644 --- a/clients/client-efs/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-efs/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-efs/src/protocols/Aws_restJson1.ts b/clients/client-efs/src/protocols/Aws_restJson1.ts index 55a924f85de7..863fef588e0e 100644 --- a/clients/client-efs/src/protocols/Aws_restJson1.ts +++ b/clients/client-efs/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,10 +19,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "../commands/CreateAccessPointCommand"; diff --git a/clients/client-efs/src/runtimeConfig.browser.ts b/clients/client-efs/src/runtimeConfig.browser.ts index bad631b8a8d9..3b2cf3a0e7b5 100644 --- a/clients/client-efs/src/runtimeConfig.browser.ts +++ b/clients/client-efs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EFSClientConfig } from "./EFSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-efs/src/runtimeConfig.shared.ts b/clients/client-efs/src/runtimeConfig.shared.ts index da43e35684db..2614b0a80af8 100644 --- a/clients/client-efs/src/runtimeConfig.shared.ts +++ b/clients/client-efs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EFSClientConfig } from "./EFSClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-efs/src/runtimeConfig.ts b/clients/client-efs/src/runtimeConfig.ts index 092a6135cea7..939b2cec39f2 100644 --- a/clients/client-efs/src/runtimeConfig.ts +++ b/clients/client-efs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EFSClientConfig } from "./EFSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index 312d97647a3b..00c5ceea3666 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-eks/src/EKS.ts b/clients/client-eks/src/EKS.ts index bfca41ad4dcc..509704a0a414 100644 --- a/clients/client-eks/src/EKS.ts +++ b/clients/client-eks/src/EKS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateEncryptionConfigCommand, diff --git a/clients/client-eks/src/EKSClient.ts b/clients/client-eks/src/EKSClient.ts index 24903660418f..a105d7764427 100644 --- a/clients/client-eks/src/EKSClient.ts +++ b/clients/client-eks/src/EKSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -234,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -343,7 +341,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts index 7232abf5081a..cf8ec536fcf9 100644 --- a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts index f9ff17fa7a5f..6335e27bbb02 100644 --- a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/CreateAddonCommand.ts b/clients/client-eks/src/commands/CreateAddonCommand.ts index 5f01cc34bfcd..dbe4c713aa2b 100644 --- a/clients/client-eks/src/commands/CreateAddonCommand.ts +++ b/clients/client-eks/src/commands/CreateAddonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/CreateClusterCommand.ts b/clients/client-eks/src/commands/CreateClusterCommand.ts index 58edccb88bb9..c9572c29c86f 100644 --- a/clients/client-eks/src/commands/CreateClusterCommand.ts +++ b/clients/client-eks/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts index 773e34194779..802d4b0e383a 100644 --- a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/CreateNodegroupCommand.ts b/clients/client-eks/src/commands/CreateNodegroupCommand.ts index c406915e1cb0..d21a8140184f 100644 --- a/clients/client-eks/src/commands/CreateNodegroupCommand.ts +++ b/clients/client-eks/src/commands/CreateNodegroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DeleteAddonCommand.ts b/clients/client-eks/src/commands/DeleteAddonCommand.ts index 31ba47d296be..0115ac02333e 100644 --- a/clients/client-eks/src/commands/DeleteAddonCommand.ts +++ b/clients/client-eks/src/commands/DeleteAddonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DeleteClusterCommand.ts b/clients/client-eks/src/commands/DeleteClusterCommand.ts index f903cefc7589..afcc8e7e1f87 100644 --- a/clients/client-eks/src/commands/DeleteClusterCommand.ts +++ b/clients/client-eks/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts index c312f50fb2d9..391f5ecce4ff 100644 --- a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts index 89ffcfe19e54..e0ee275e1ea3 100644 --- a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DeregisterClusterCommand.ts b/clients/client-eks/src/commands/DeregisterClusterCommand.ts index bcaa4e48322c..288f98d0b0af 100644 --- a/clients/client-eks/src/commands/DeregisterClusterCommand.ts +++ b/clients/client-eks/src/commands/DeregisterClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeAddonCommand.ts b/clients/client-eks/src/commands/DescribeAddonCommand.ts index 3019b9f1c8bb..4a5f0affa339 100644 --- a/clients/client-eks/src/commands/DescribeAddonCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts index cdfac4ce6bc0..ef2b3e286304 100644 --- a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeAddonConfigurationRequest, DescribeAddonConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts index bf0818bd7aa4..5eaf70bde53b 100644 --- a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeClusterCommand.ts b/clients/client-eks/src/commands/DescribeClusterCommand.ts index 7b2f4989afa0..5e2736de8e09 100644 --- a/clients/client-eks/src/commands/DescribeClusterCommand.ts +++ b/clients/client-eks/src/commands/DescribeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts index 08f8c2f4b44a..502ef8d4bd8f 100644 --- a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts index 11edee837e14..8ed2fb1cf3e9 100644 --- a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeIdentityProviderConfigRequest, DescribeIdentityProviderConfigResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts index 85a919300614..98cb4cedc1cb 100644 --- a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DescribeUpdateCommand.ts b/clients/client-eks/src/commands/DescribeUpdateCommand.ts index a04a1c3cae45..614405ae573a 100644 --- a/clients/client-eks/src/commands/DescribeUpdateCommand.ts +++ b/clients/client-eks/src/commands/DescribeUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts index 7cad84aa59f8..c4c7dd1bf190 100644 --- a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { diff --git a/clients/client-eks/src/commands/ListAddonsCommand.ts b/clients/client-eks/src/commands/ListAddonsCommand.ts index a536db08cf76..4995db2a653e 100644 --- a/clients/client-eks/src/commands/ListAddonsCommand.ts +++ b/clients/client-eks/src/commands/ListAddonsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListClustersCommand.ts b/clients/client-eks/src/commands/ListClustersCommand.ts index 195eafc8abb6..96ebe86dd8d7 100644 --- a/clients/client-eks/src/commands/ListClustersCommand.ts +++ b/clients/client-eks/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts index 3ff3b789a006..91f19e6d7da9 100644 --- a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts +++ b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts index 377814669816..86f29ae2f016 100644 --- a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts +++ b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListNodegroupsCommand.ts b/clients/client-eks/src/commands/ListNodegroupsCommand.ts index 0714d58f4757..b206fe353920 100644 --- a/clients/client-eks/src/commands/ListNodegroupsCommand.ts +++ b/clients/client-eks/src/commands/ListNodegroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts index 76aaf0fcdffc..a34180578833 100644 --- a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/ListUpdatesCommand.ts b/clients/client-eks/src/commands/ListUpdatesCommand.ts index 12695e5e34fc..0ea64a73356b 100644 --- a/clients/client-eks/src/commands/ListUpdatesCommand.ts +++ b/clients/client-eks/src/commands/ListUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/RegisterClusterCommand.ts b/clients/client-eks/src/commands/RegisterClusterCommand.ts index 3f0a2d4d9f6f..bfd60002be1e 100644 --- a/clients/client-eks/src/commands/RegisterClusterCommand.ts +++ b/clients/client-eks/src/commands/RegisterClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/TagResourceCommand.ts b/clients/client-eks/src/commands/TagResourceCommand.ts index 5d6ef88df225..349074a24125 100644 --- a/clients/client-eks/src/commands/TagResourceCommand.ts +++ b/clients/client-eks/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UntagResourceCommand.ts b/clients/client-eks/src/commands/UntagResourceCommand.ts index 7541fa946ea6..4767b1528e44 100644 --- a/clients/client-eks/src/commands/UntagResourceCommand.ts +++ b/clients/client-eks/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UpdateAddonCommand.ts b/clients/client-eks/src/commands/UpdateAddonCommand.ts index 699b29046ff0..5547860a28ac 100644 --- a/clients/client-eks/src/commands/UpdateAddonCommand.ts +++ b/clients/client-eks/src/commands/UpdateAddonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts index 20063037c94f..51b5dc50e3d8 100644 --- a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts index 2c9a4864e689..738c65cf727b 100644 --- a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts index fbbdfb53b26b..a518a613551f 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts index 864ad62a7983..fb1743b38c40 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient"; import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0"; diff --git a/clients/client-eks/src/endpoint/EndpointParameters.ts b/clients/client-eks/src/endpoint/EndpointParameters.ts index 7ce96948029f..1c7fc1035438 100644 --- a/clients/client-eks/src/endpoint/EndpointParameters.ts +++ b/clients/client-eks/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-eks/src/endpoint/endpointResolver.ts b/clients/client-eks/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-eks/src/endpoint/endpointResolver.ts +++ b/clients/client-eks/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-eks/src/endpoint/ruleset.ts b/clients/client-eks/src/endpoint/ruleset.ts index 0d02e7680e4c..fda042f8bfc7 100644 --- a/clients/client-eks/src/endpoint/ruleset.ts +++ b/clients/client-eks/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-eks/src/models/EKSServiceException.ts b/clients/client-eks/src/models/EKSServiceException.ts index abd1075ba989..1600d5899cfd 100644 --- a/clients/client-eks/src/models/EKSServiceException.ts +++ b/clients/client-eks/src/models/EKSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-eks/src/models/models_0.ts b/clients/client-eks/src/models/models_0.ts index 27adb7f5925a..b72dddaf0bf4 100644 --- a/clients/client-eks/src/models/models_0.ts +++ b/clients/client-eks/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { EKSServiceException as __BaseException } from "./EKSServiceException"; diff --git a/clients/client-eks/src/pagination/DescribeAddonVersionsPaginator.ts b/clients/client-eks/src/pagination/DescribeAddonVersionsPaginator.ts index 51cb63dfd42b..a2a72c6b28bb 100644 --- a/clients/client-eks/src/pagination/DescribeAddonVersionsPaginator.ts +++ b/clients/client-eks/src/pagination/DescribeAddonVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAddonVersionsCommand, diff --git a/clients/client-eks/src/pagination/Interfaces.ts b/clients/client-eks/src/pagination/Interfaces.ts index 1a8d997ab0fe..bec00614ee1c 100644 --- a/clients/client-eks/src/pagination/Interfaces.ts +++ b/clients/client-eks/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/pagination/ListAddonsPaginator.ts b/clients/client-eks/src/pagination/ListAddonsPaginator.ts index 4451edb94cca..df6955c635a8 100644 --- a/clients/client-eks/src/pagination/ListAddonsPaginator.ts +++ b/clients/client-eks/src/pagination/ListAddonsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAddonsCommand, ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/pagination/ListClustersPaginator.ts b/clients/client-eks/src/pagination/ListClustersPaginator.ts index 6c6579d875bd..70f230f91ec5 100644 --- a/clients/client-eks/src/pagination/ListClustersPaginator.ts +++ b/clients/client-eks/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-eks/src/pagination/ListFargateProfilesPaginator.ts b/clients/client-eks/src/pagination/ListFargateProfilesPaginator.ts index ca1c41c11576..3b900339bade 100644 --- a/clients/client-eks/src/pagination/ListFargateProfilesPaginator.ts +++ b/clients/client-eks/src/pagination/ListFargateProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFargateProfilesCommand, diff --git a/clients/client-eks/src/pagination/ListIdentityProviderConfigsPaginator.ts b/clients/client-eks/src/pagination/ListIdentityProviderConfigsPaginator.ts index 73723293935c..323b0922b581 100644 --- a/clients/client-eks/src/pagination/ListIdentityProviderConfigsPaginator.ts +++ b/clients/client-eks/src/pagination/ListIdentityProviderConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIdentityProviderConfigsCommand, diff --git a/clients/client-eks/src/pagination/ListNodegroupsPaginator.ts b/clients/client-eks/src/pagination/ListNodegroupsPaginator.ts index 85cc1b8d78ed..982497504ebd 100644 --- a/clients/client-eks/src/pagination/ListNodegroupsPaginator.ts +++ b/clients/client-eks/src/pagination/ListNodegroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNodegroupsCommand, diff --git a/clients/client-eks/src/pagination/ListUpdatesPaginator.ts b/clients/client-eks/src/pagination/ListUpdatesPaginator.ts index c09ec81e1658..e73c8168b28e 100644 --- a/clients/client-eks/src/pagination/ListUpdatesPaginator.ts +++ b/clients/client-eks/src/pagination/ListUpdatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUpdatesCommand, ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/protocols/Aws_restJson1.ts b/clients/client-eks/src/protocols/Aws_restJson1.ts index 80358e5c2b42..424c44eef075 100644 --- a/clients/client-eks/src/protocols/Aws_restJson1.ts +++ b/clients/client-eks/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-eks/src/runtimeConfig.browser.ts b/clients/client-eks/src/runtimeConfig.browser.ts index fcb6b4ea19f4..5acf6148b8ca 100644 --- a/clients/client-eks/src/runtimeConfig.browser.ts +++ b/clients/client-eks/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EKSClientConfig } from "./EKSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-eks/src/runtimeConfig.shared.ts b/clients/client-eks/src/runtimeConfig.shared.ts index f7c1a0c1f24f..d7717cc97b2d 100644 --- a/clients/client-eks/src/runtimeConfig.shared.ts +++ b/clients/client-eks/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EKSClientConfig } from "./EKSClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-eks/src/runtimeConfig.ts b/clients/client-eks/src/runtimeConfig.ts index 93f748959c25..b88f84029e40 100644 --- a/clients/client-eks/src/runtimeConfig.ts +++ b/clients/client-eks/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EKSClientConfig } from "./EKSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-eks/src/waiters/waitForAddonActive.ts b/clients/client-eks/src/waiters/waitForAddonActive.ts index 2334da49fb3b..4789228144ed 100644 --- a/clients/client-eks/src/waiters/waitForAddonActive.ts +++ b/clients/client-eks/src/waiters/waitForAddonActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAddonCommand, DescribeAddonCommandInput } from "../commands/DescribeAddonCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/waiters/waitForAddonDeleted.ts b/clients/client-eks/src/waiters/waitForAddonDeleted.ts index c684040187c3..1a7eebcd78c8 100644 --- a/clients/client-eks/src/waiters/waitForAddonDeleted.ts +++ b/clients/client-eks/src/waiters/waitForAddonDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAddonCommand, DescribeAddonCommandInput } from "../commands/DescribeAddonCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/waiters/waitForClusterActive.ts b/clients/client-eks/src/waiters/waitForClusterActive.ts index 1eefae483e14..de95ece1a209 100644 --- a/clients/client-eks/src/waiters/waitForClusterActive.ts +++ b/clients/client-eks/src/waiters/waitForClusterActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/waiters/waitForClusterDeleted.ts b/clients/client-eks/src/waiters/waitForClusterDeleted.ts index d1207aa92b23..3a9e0f90bb3f 100644 --- a/clients/client-eks/src/waiters/waitForClusterDeleted.ts +++ b/clients/client-eks/src/waiters/waitForClusterDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/waiters/waitForFargateProfileActive.ts b/clients/client-eks/src/waiters/waitForFargateProfileActive.ts index 02ff85189404..bbfee0848022 100644 --- a/clients/client-eks/src/waiters/waitForFargateProfileActive.ts +++ b/clients/client-eks/src/waiters/waitForFargateProfileActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeFargateProfileCommand, diff --git a/clients/client-eks/src/waiters/waitForFargateProfileDeleted.ts b/clients/client-eks/src/waiters/waitForFargateProfileDeleted.ts index ef1650a9af64..29d5b3a57519 100644 --- a/clients/client-eks/src/waiters/waitForFargateProfileDeleted.ts +++ b/clients/client-eks/src/waiters/waitForFargateProfileDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeFargateProfileCommand, diff --git a/clients/client-eks/src/waiters/waitForNodegroupActive.ts b/clients/client-eks/src/waiters/waitForNodegroupActive.ts index b7f06caef3f2..c2420447819c 100644 --- a/clients/client-eks/src/waiters/waitForNodegroupActive.ts +++ b/clients/client-eks/src/waiters/waitForNodegroupActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNodegroupCommand, DescribeNodegroupCommandInput } from "../commands/DescribeNodegroupCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-eks/src/waiters/waitForNodegroupDeleted.ts b/clients/client-eks/src/waiters/waitForNodegroupDeleted.ts index 767427207d95..9798e111afd8 100644 --- a/clients/client-eks/src/waiters/waitForNodegroupDeleted.ts +++ b/clients/client-eks/src/waiters/waitForNodegroupDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNodegroupCommand, DescribeNodegroupCommandInput } from "../commands/DescribeNodegroupCommand"; import { EKSClient } from "../EKSClient"; diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index 56d80a8e2e1d..9203ff916e75 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elastic-beanstalk/src/ElasticBeanstalk.ts b/clients/client-elastic-beanstalk/src/ElasticBeanstalk.ts index 8899f492415c..da2b33fddc76 100644 --- a/clients/client-elastic-beanstalk/src/ElasticBeanstalk.ts +++ b/clients/client-elastic-beanstalk/src/ElasticBeanstalk.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AbortEnvironmentUpdateCommand, diff --git a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts index 54d3131bab88..ef12aaba0306 100644 --- a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts +++ b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -339,7 +337,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -448,7 +446,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts index 71c5504f45c9..2264bce0a46b 100644 --- a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { AbortEnvironmentUpdateMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts index d74a3c36cc7d..3f412aa8874c 100644 --- a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts index 4cb48164d9d5..a0526bc50a56 100644 --- a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts index d56d32df10ed..5b78558cd4ae 100644 --- a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts index 6b5a2dcc1af7..9fb092d3e32a 100644 --- a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts index e7505e8080db..77d7ab2178af 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts index 3737986f8920..c5337479412b 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts index a0e2d1039cb6..4cb2d55bbab9 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts index c9f1b8ae47e5..0a14db0f5586 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts index 59de237d81d3..9e83f3cb9a86 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts index 8b35fc961e56..7a30e2c72584 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { CreateStorageLocationResultMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts index 38d105f15e27..ed6ebfb631cb 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DeleteApplicationMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts index 583d7f3b1dbf..6185d2e72571 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DeleteApplicationVersionMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts index f238b58c9c93..e408f684de80 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DeleteConfigurationTemplateMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts index c0a9719ef12c..07cb0e4be330 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DeleteEnvironmentConfigurationMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts index 22eb4901ce62..1af3c32f70ee 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts index f10ac94c59d9..b7270899aec7 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeAccountAttributesResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts index 48b9b67f1d4d..3ae27b68562a 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts index 54bc5996cc78..ccfb90def6aa 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts index 2f242747a43f..fe3c02d4b614 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts index f83b986cde53..4088815e05ae 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts index c3c63996dc6e..ec75e5574b96 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts index 4dab73b99610..882366c28a5f 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts index 12115941e95e..205da94e4293 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts index 76462a2c67d5..dbc6dbdcbe85 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts index 09f9322c812b..196c0ddffb1a 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts index 7e31915db1a2..2a72777c0742 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts index 0457c76f38e9..224e049c2776 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts index 792ce813d3c5..19836fb9ce54 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts index 6b4c17956971..10476eb74298 100644 --- a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts index 841431b600cd..5ba05bd8d49e 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ListAvailableSolutionStacksResultMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts index cdfc2d5061d2..07cfe15ae923 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts index 8e2629e45d32..927a2fc73442 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts index a3d8b0b29720..2dd714d6fdb3 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts index 93307faa99d3..8200c37dee96 100644 --- a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { RebuildEnvironmentMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts index 92ad7ab04677..297ec5c58d69 100644 --- a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { RequestEnvironmentInfoMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts index dbe348e410a4..e0d4af64e9d8 100644 --- a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { RestartAppServerMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts index 8953aa0a4025..369d4da455b2 100644 --- a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts index f58fabfbe161..b4257e2b1b52 100644 --- a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { SwapEnvironmentCNAMEsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts index eee37023056e..c481abd7cd1b 100644 --- a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts index 1774597a7b3f..391ba949eb96 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts index 3ea9d70103ff..04b99714bb0b 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts index cfd4c2b151b6..84baecd06089 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts index 70ca7380cbfa..077eb9acaf4c 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts index ecf152afcb24..d69cfd10009f 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts index ab4ca9fc73e6..d5699199dda9 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { UpdateTagsForResourceMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts index 93f6ac88e531..bc9287140dea 100644 --- a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient"; import { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } from "../models/models_0"; diff --git a/clients/client-elastic-beanstalk/src/endpoint/EndpointParameters.ts b/clients/client-elastic-beanstalk/src/endpoint/EndpointParameters.ts index 05a9600d3bf5..303ecc98a1d9 100644 --- a/clients/client-elastic-beanstalk/src/endpoint/EndpointParameters.ts +++ b/clients/client-elastic-beanstalk/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elastic-beanstalk/src/endpoint/endpointResolver.ts b/clients/client-elastic-beanstalk/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elastic-beanstalk/src/endpoint/endpointResolver.ts +++ b/clients/client-elastic-beanstalk/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elastic-beanstalk/src/endpoint/ruleset.ts b/clients/client-elastic-beanstalk/src/endpoint/ruleset.ts index 56cc4295e943..5ded4fbc739c 100644 --- a/clients/client-elastic-beanstalk/src/endpoint/ruleset.ts +++ b/clients/client-elastic-beanstalk/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts b/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts index 11265af06326..10211664c713 100644 --- a/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts +++ b/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elastic-beanstalk/src/models/models_0.ts b/clients/client-elastic-beanstalk/src/models/models_0.ts index 66ab5efcf260..434180e121da 100644 --- a/clients/client-elastic-beanstalk/src/models/models_0.ts +++ b/clients/client-elastic-beanstalk/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException"; diff --git a/clients/client-elastic-beanstalk/src/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts b/clients/client-elastic-beanstalk/src/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts index 1e4abda1e8ad..c027f0d737a7 100644 --- a/clients/client-elastic-beanstalk/src/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +++ b/clients/client-elastic-beanstalk/src/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEnvironmentManagedActionHistoryCommand, diff --git a/clients/client-elastic-beanstalk/src/pagination/DescribeEventsPaginator.ts b/clients/client-elastic-beanstalk/src/pagination/DescribeEventsPaginator.ts index 4ba0085d2beb..e2552360d543 100644 --- a/clients/client-elastic-beanstalk/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-elastic-beanstalk/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-elastic-beanstalk/src/pagination/Interfaces.ts b/clients/client-elastic-beanstalk/src/pagination/Interfaces.ts index 451a4113ac16..72131556a42c 100644 --- a/clients/client-elastic-beanstalk/src/pagination/Interfaces.ts +++ b/clients/client-elastic-beanstalk/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient"; diff --git a/clients/client-elastic-beanstalk/src/pagination/ListPlatformBranchesPaginator.ts b/clients/client-elastic-beanstalk/src/pagination/ListPlatformBranchesPaginator.ts index 72b0d27f2060..9914e97bf808 100644 --- a/clients/client-elastic-beanstalk/src/pagination/ListPlatformBranchesPaginator.ts +++ b/clients/client-elastic-beanstalk/src/pagination/ListPlatformBranchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlatformBranchesCommand, diff --git a/clients/client-elastic-beanstalk/src/pagination/ListPlatformVersionsPaginator.ts b/clients/client-elastic-beanstalk/src/pagination/ListPlatformVersionsPaginator.ts index cdb442b6206f..d1f80896d622 100644 --- a/clients/client-elastic-beanstalk/src/pagination/ListPlatformVersionsPaginator.ts +++ b/clients/client-elastic-beanstalk/src/pagination/ListPlatformVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlatformVersionsCommand, diff --git a/clients/client-elastic-beanstalk/src/protocols/Aws_query.ts b/clients/client-elastic-beanstalk/src/protocols/Aws_query.ts index ad0d3a98467b..ad15d204140b 100644 --- a/clients/client-elastic-beanstalk/src/protocols/Aws_query.ts +++ b/clients/client-elastic-beanstalk/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -13,10 +14,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-elastic-beanstalk/src/runtimeConfig.browser.ts b/clients/client-elastic-beanstalk/src/runtimeConfig.browser.ts index 7676d4a53102..a2d40aecccda 100644 --- a/clients/client-elastic-beanstalk/src/runtimeConfig.browser.ts +++ b/clients/client-elastic-beanstalk/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elastic-beanstalk/src/runtimeConfig.shared.ts b/clients/client-elastic-beanstalk/src/runtimeConfig.shared.ts index a34686b998ff..dd6197b491bc 100644 --- a/clients/client-elastic-beanstalk/src/runtimeConfig.shared.ts +++ b/clients/client-elastic-beanstalk/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elastic-beanstalk/src/runtimeConfig.ts b/clients/client-elastic-beanstalk/src/runtimeConfig.ts index 68513bbfee2d..0c0ee6a07f3d 100644 --- a/clients/client-elastic-beanstalk/src/runtimeConfig.ts +++ b/clients/client-elastic-beanstalk/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentExists.ts b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentExists.ts index 39f364e76681..ff48a15d6d51 100644 --- a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentExists.ts +++ b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEnvironmentsCommand, DescribeEnvironmentsCommandInput } from "../commands/DescribeEnvironmentsCommand"; import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient"; diff --git a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentTerminated.ts b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentTerminated.ts index 2a740d01296b..5670810b7cbe 100644 --- a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentTerminated.ts +++ b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentTerminated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEnvironmentsCommand, DescribeEnvironmentsCommandInput } from "../commands/DescribeEnvironmentsCommand"; import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient"; diff --git a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentUpdated.ts b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentUpdated.ts index e86eca27fc2c..776fe600fb7f 100644 --- a/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentUpdated.ts +++ b/clients/client-elastic-beanstalk/src/waiters/waitForEnvironmentUpdated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEnvironmentsCommand, DescribeEnvironmentsCommandInput } from "../commands/DescribeEnvironmentsCommand"; import { ElasticBeanstalkClient } from "../ElasticBeanstalkClient"; diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 9a1f1242fef8..92aaa684efdb 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elastic-inference/src/ElasticInference.ts b/clients/client-elastic-inference/src/ElasticInference.ts index 3cc5c0848158..5e9530034c5f 100644 --- a/clients/client-elastic-inference/src/ElasticInference.ts +++ b/clients/client-elastic-inference/src/ElasticInference.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeAcceleratorOfferingsCommand, diff --git a/clients/client-elastic-inference/src/ElasticInferenceClient.ts b/clients/client-elastic-inference/src/ElasticInferenceClient.ts index a1bb1eaca227..37fc1053892c 100644 --- a/clients/client-elastic-inference/src/ElasticInferenceClient.ts +++ b/clients/client-elastic-inference/src/ElasticInferenceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -111,7 +109,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -220,7 +218,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts index 0a92fcd4aa73..54ba98c346f5 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { DescribeAcceleratorOfferingsRequest, DescribeAcceleratorOfferingsResponse } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts index fef9b0f99a2d..923e22453517 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { DescribeAcceleratorTypesRequest, DescribeAcceleratorTypesResponse } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts index 90cb7ead58dc..acd3ad6f05ff 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { DescribeAcceleratorsRequest, DescribeAcceleratorsResponse } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts index a213c476e9a0..e25b0318e8ad 100644 --- a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts index 0898e6e14a7f..840c055b7ecd 100644 --- a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts index 10c8ffadb978..ff5ce0e05e2b 100644 --- a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticInferenceClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; diff --git a/clients/client-elastic-inference/src/endpoint/EndpointParameters.ts b/clients/client-elastic-inference/src/endpoint/EndpointParameters.ts index 21f8a5ea697e..d8c55b276064 100644 --- a/clients/client-elastic-inference/src/endpoint/EndpointParameters.ts +++ b/clients/client-elastic-inference/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elastic-inference/src/endpoint/endpointResolver.ts b/clients/client-elastic-inference/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elastic-inference/src/endpoint/endpointResolver.ts +++ b/clients/client-elastic-inference/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elastic-inference/src/endpoint/ruleset.ts b/clients/client-elastic-inference/src/endpoint/ruleset.ts index 47bf00509786..025b657ecdeb 100644 --- a/clients/client-elastic-inference/src/endpoint/ruleset.ts +++ b/clients/client-elastic-inference/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts b/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts index 115c80b6a4fd..87212ff6dd4a 100644 --- a/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts +++ b/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elastic-inference/src/models/models_0.ts b/clients/client-elastic-inference/src/models/models_0.ts index 21839ec7fa0a..d9e729dcad17 100644 --- a/clients/client-elastic-inference/src/models/models_0.ts +++ b/clients/client-elastic-inference/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElasticInferenceServiceException as __BaseException } from "./ElasticInferenceServiceException"; diff --git a/clients/client-elastic-inference/src/pagination/DescribeAcceleratorsPaginator.ts b/clients/client-elastic-inference/src/pagination/DescribeAcceleratorsPaginator.ts index d5dd0a3c1d30..329abbff4369 100644 --- a/clients/client-elastic-inference/src/pagination/DescribeAcceleratorsPaginator.ts +++ b/clients/client-elastic-inference/src/pagination/DescribeAcceleratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAcceleratorsCommand, diff --git a/clients/client-elastic-inference/src/pagination/Interfaces.ts b/clients/client-elastic-inference/src/pagination/Interfaces.ts index ae1d01b35aa4..0e86ff9eaab0 100644 --- a/clients/client-elastic-inference/src/pagination/Interfaces.ts +++ b/clients/client-elastic-inference/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticInferenceClient } from "../ElasticInferenceClient"; diff --git a/clients/client-elastic-inference/src/protocols/Aws_restJson1.ts b/clients/client-elastic-inference/src/protocols/Aws_restJson1.ts index e14b301d2c6c..a5e9363fa718 100644 --- a/clients/client-elastic-inference/src/protocols/Aws_restJson1.ts +++ b/clients/client-elastic-inference/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAcceleratorOfferingsCommandInput, diff --git a/clients/client-elastic-inference/src/runtimeConfig.browser.ts b/clients/client-elastic-inference/src/runtimeConfig.browser.ts index 45b73c526621..ac345cb94679 100644 --- a/clients/client-elastic-inference/src/runtimeConfig.browser.ts +++ b/clients/client-elastic-inference/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticInferenceClientConfig } from "./ElasticInferenceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elastic-inference/src/runtimeConfig.shared.ts b/clients/client-elastic-inference/src/runtimeConfig.shared.ts index 96906cb6d6cc..e25b2022f5ef 100644 --- a/clients/client-elastic-inference/src/runtimeConfig.shared.ts +++ b/clients/client-elastic-inference/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticInferenceClientConfig } from "./ElasticInferenceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elastic-inference/src/runtimeConfig.ts b/clients/client-elastic-inference/src/runtimeConfig.ts index bf869bc679d7..ec63b2d53b69 100644 --- a/clients/client-elastic-inference/src/runtimeConfig.ts +++ b/clients/client-elastic-inference/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticInferenceClientConfig } from "./ElasticInferenceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index d31c75a0972c..ab328cd1a65d 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2.ts b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2.ts index 480cfe03d37e..47743d2982fc 100644 --- a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2.ts +++ b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddListenerCertificatesCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts index 8212f3180320..1954cc2ff1bf 100644 --- a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts +++ b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -219,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -328,7 +326,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts index a4800a8991aa..b9bf656d43f2 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts index 836fda02b54b..9832b4cc5f44 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts index 669cd4dd7016..8493bb50effe 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts index 8a31764c4254..47129bfd0149 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts index ba75be7e445b..bc825e5ef139 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts index 9b57e3ed0039..4ea3f9b7bc49 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts index 2510c66de376..24800eb9c94d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts index 0fa9b664239c..2366b55032a3 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts index c0f2503b83f3..8c94f74f38c6 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts index fa842dced50d..dff75c434d77 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts index 9bf65756481a..d613cf75c45d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts index 51ea7dd0ddc3..3bf99a249609 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts index 674aa1324559..0d1b272833e1 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts index 972ecf2b37dd..d2b08ca5e354 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts index 40d3efabcf72..f7f9c1e658a0 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts index cf0ab88e3615..ca6893aa8b74 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts index 95c40aff1bcd..0f8e10bb934f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts index 0aa56c469b82..9f41cd4635ed 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts index 07bb4612c993..60ae4d9e2e4f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts index bbd99597fea1..904bcfd8f4b8 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts index 6a73f2a8e234..340029dbd85d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts index 3b5715da4c37..9671e6b3afad 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts index a804cf7e096c..4477e151855a 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts index 34e85b46833e..3f440d04731d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts index 2ba737713539..5734730aeebe 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts index 437bb6d7ad76..49753473f362 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts index a66e8ef04d22..9da3057e279b 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts index c2df08cf7732..9a40b6277db7 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts index 99b6ddfdb002..e595b4e1d9ce 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts index d205103f4758..f3c667df8e35 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts index 8ed71b44c088..780777debd83 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts index 06e4d81dd7bc..557f822bc9d1 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts index 10b5e420d33d..06f37384aa92 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts index 9aed3a9c03b7..e1a5df684ad3 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing-v2/src/endpoint/EndpointParameters.ts b/clients/client-elastic-load-balancing-v2/src/endpoint/EndpointParameters.ts index aec3cb39ef9d..a78596bbcdf9 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elastic-load-balancing-v2/src/endpoint/endpointResolver.ts b/clients/client-elastic-load-balancing-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elastic-load-balancing-v2/src/endpoint/ruleset.ts b/clients/client-elastic-load-balancing-v2/src/endpoint/ruleset.ts index 3a4c86460680..9b183c1dab6e 100644 --- a/clients/client-elastic-load-balancing-v2/src/endpoint/ruleset.ts +++ b/clients/client-elastic-load-balancing-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts b/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts index 0bba569a5bf0..a361f73e260e 100644 --- a/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts +++ b/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elastic-load-balancing-v2/src/models/models_0.ts b/clients/client-elastic-load-balancing-v2/src/models/models_0.ts index 1571b054f9fc..cc07fa15d77c 100644 --- a/clients/client-elastic-load-balancing-v2/src/models/models_0.ts +++ b/clients/client-elastic-load-balancing-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException"; diff --git a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeListenersPaginator.ts b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeListenersPaginator.ts index fe41fa76de96..f82e16ad3ed8 100644 --- a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeListenersPaginator.ts +++ b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeListenersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeListenersCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeLoadBalancersPaginator.ts b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeLoadBalancersPaginator.ts index 4910281c5cfc..3c08591783ba 100644 --- a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeLoadBalancersPaginator.ts +++ b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeLoadBalancersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLoadBalancersCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeTargetGroupsPaginator.ts b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeTargetGroupsPaginator.ts index 4d8108657ede..0178e7024c0b 100644 --- a/clients/client-elastic-load-balancing-v2/src/pagination/DescribeTargetGroupsPaginator.ts +++ b/clients/client-elastic-load-balancing-v2/src/pagination/DescribeTargetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTargetGroupsCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/pagination/Interfaces.ts b/clients/client-elastic-load-balancing-v2/src/pagination/Interfaces.ts index aaac0c529c13..29088f986a1b 100644 --- a/clients/client-elastic-load-balancing-v2/src/pagination/Interfaces.ts +++ b/clients/client-elastic-load-balancing-v2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client"; diff --git a/clients/client-elastic-load-balancing-v2/src/protocols/Aws_query.ts b/clients/client-elastic-load-balancing-v2/src/protocols/Aws_query.ts index 4927eb2df5d8..80c6c900574e 100644 --- a/clients/client-elastic-load-balancing-v2/src/protocols/Aws_query.ts +++ b/clients/client-elastic-load-balancing-v2/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -12,10 +13,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.browser.ts b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.browser.ts index 09e8df061f5c..dcd404fc82b3 100644 --- a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.browser.ts +++ b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.shared.ts b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.shared.ts index c9f7d5cd986e..d1db8bc0a229 100644 --- a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.shared.ts +++ b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.ts b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.ts index c7f195c2c6e9..8c5368640e05 100644 --- a/clients/client-elastic-load-balancing-v2/src/runtimeConfig.ts +++ b/clients/client-elastic-load-balancing-v2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerAvailable.ts b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerAvailable.ts index d69c7fdad129..78e74c15de5a 100644 --- a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerAvailable.ts +++ b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeLoadBalancersCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerExists.ts b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerExists.ts index 09f64ff9b89c..0a6bd555efa4 100644 --- a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerExists.ts +++ b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancerExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeLoadBalancersCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancersDeleted.ts b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancersDeleted.ts index 02111e33aa6f..1266d742f87f 100644 --- a/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancersDeleted.ts +++ b/clients/client-elastic-load-balancing-v2/src/waiters/waitForLoadBalancersDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeLoadBalancersCommand, diff --git a/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetDeregistered.ts b/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetDeregistered.ts index e56c48d65ae5..8f2c54f02eae 100644 --- a/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetDeregistered.ts +++ b/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetDeregistered.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTargetHealthCommand, DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand"; import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client"; diff --git a/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetInService.ts b/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetInService.ts index 59601536a45f..9d786992a647 100644 --- a/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetInService.ts +++ b/clients/client-elastic-load-balancing-v2/src/waiters/waitForTargetInService.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTargetHealthCommand, DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand"; import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client"; diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 4b38ea3f59bc..c7e5630c8c19 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elastic-load-balancing/src/ElasticLoadBalancing.ts b/clients/client-elastic-load-balancing/src/ElasticLoadBalancing.ts index 7b46b5782b28..fdcb3120fb0f 100644 --- a/clients/client-elastic-load-balancing/src/ElasticLoadBalancing.ts +++ b/clients/client-elastic-load-balancing/src/ElasticLoadBalancing.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsCommand, AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; import { diff --git a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts index b92d40a04781..3689514a0d4c 100644 --- a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts +++ b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; @@ -240,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts index 43c77fbd9f51..33dad8bbd117 100644 --- a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts index db9110088029..6ea69a47ca39 100644 --- a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts index af18245b322b..cede8ce32210 100644 --- a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts index 61fb396d12d4..0c07946c0300 100644 --- a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts index 1d29fe1c32fb..71e1bc331b6a 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts index 6e554b2883a8..6cdfb08c08fd 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts index 5043bf5d9710..fca6dc717a8a 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts index 828d5a8db1f8..81d3d31f5936 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts index 2823d0824f17..5e5aefb5dd4e 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts index f94b383a2fc3..90a08372da37 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts index 9466f0b37f4f..a62f0569d480 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts index 3de0af606efb..ff99b21f8ad7 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts index 5f8d9abeb42c..5dc9860eb36b 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts index 58af874054b4..75f301547aa3 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts index 91ceff46bddc..c380b45e468a 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts index f5c5d1d77229..d371d923e423 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts index 2ca4f68c0b26..77b02c14b182 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts index 6b4f10759891..5aeee6968f33 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts index 94f04cde2c2c..866c63390d4b 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts index 3b96f6c34033..85d2d69ce5b0 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts index eab3eb9fa9cf..2058c957925f 100644 --- a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts index 8c6fce797305..f02db3959b8c 100644 --- a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts index 118192b67997..0f58dd0e1e2c 100644 --- a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts index 9715191810f3..bdf146bec34d 100644 --- a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts index 6e4ce6e9ac24..971a0adf2ae2 100644 --- a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts index b38fa6f2fc1d..42c957b24da4 100644 --- a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts index 68646a9514c6..4a8c6708b94e 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts index 6cd93413addc..422a4dcc7ca8 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts index 3c8bbb368b67..0efbba6fd5cf 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticLoadBalancingClientResolvedConfig, diff --git a/clients/client-elastic-load-balancing/src/endpoint/EndpointParameters.ts b/clients/client-elastic-load-balancing/src/endpoint/EndpointParameters.ts index bf14d28d8d4c..c6289fdf3991 100644 --- a/clients/client-elastic-load-balancing/src/endpoint/EndpointParameters.ts +++ b/clients/client-elastic-load-balancing/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elastic-load-balancing/src/endpoint/endpointResolver.ts b/clients/client-elastic-load-balancing/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elastic-load-balancing/src/endpoint/endpointResolver.ts +++ b/clients/client-elastic-load-balancing/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elastic-load-balancing/src/endpoint/ruleset.ts b/clients/client-elastic-load-balancing/src/endpoint/ruleset.ts index 4d5b9f51a517..dcfebb33665d 100644 --- a/clients/client-elastic-load-balancing/src/endpoint/ruleset.ts +++ b/clients/client-elastic-load-balancing/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts b/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts index 40a4cfe75bd0..2c02dc4361e0 100644 --- a/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts +++ b/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elastic-load-balancing/src/models/models_0.ts b/clients/client-elastic-load-balancing/src/models/models_0.ts index a1556aa50f51..121d78659406 100644 --- a/clients/client-elastic-load-balancing/src/models/models_0.ts +++ b/clients/client-elastic-load-balancing/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException"; diff --git a/clients/client-elastic-load-balancing/src/pagination/DescribeLoadBalancersPaginator.ts b/clients/client-elastic-load-balancing/src/pagination/DescribeLoadBalancersPaginator.ts index 39d5a38287ec..24193705eae9 100644 --- a/clients/client-elastic-load-balancing/src/pagination/DescribeLoadBalancersPaginator.ts +++ b/clients/client-elastic-load-balancing/src/pagination/DescribeLoadBalancersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLoadBalancersCommand, diff --git a/clients/client-elastic-load-balancing/src/pagination/Interfaces.ts b/clients/client-elastic-load-balancing/src/pagination/Interfaces.ts index 686d7b205327..c8796659b4cb 100644 --- a/clients/client-elastic-load-balancing/src/pagination/Interfaces.ts +++ b/clients/client-elastic-load-balancing/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticLoadBalancingClient } from "../ElasticLoadBalancingClient"; diff --git a/clients/client-elastic-load-balancing/src/protocols/Aws_query.ts b/clients/client-elastic-load-balancing/src/protocols/Aws_query.ts index 66dde5816a35..f96d902ff243 100644 --- a/clients/client-elastic-load-balancing/src/protocols/Aws_query.ts +++ b/clients/client-elastic-load-balancing/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -12,10 +13,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand"; diff --git a/clients/client-elastic-load-balancing/src/runtimeConfig.browser.ts b/clients/client-elastic-load-balancing/src/runtimeConfig.browser.ts index 138b0d07ddea..7cb5835d7de2 100644 --- a/clients/client-elastic-load-balancing/src/runtimeConfig.browser.ts +++ b/clients/client-elastic-load-balancing/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elastic-load-balancing/src/runtimeConfig.shared.ts b/clients/client-elastic-load-balancing/src/runtimeConfig.shared.ts index 8e5854d82ab4..72bc79479990 100644 --- a/clients/client-elastic-load-balancing/src/runtimeConfig.shared.ts +++ b/clients/client-elastic-load-balancing/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elastic-load-balancing/src/runtimeConfig.ts b/clients/client-elastic-load-balancing/src/runtimeConfig.ts index 470bbeeaf678..3c8266fea7a0 100644 --- a/clients/client-elastic-load-balancing/src/runtimeConfig.ts +++ b/clients/client-elastic-load-balancing/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticLoadBalancingClientConfig } from "./ElasticLoadBalancingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elastic-load-balancing/src/waiters/waitForAnyInstanceInService.ts b/clients/client-elastic-load-balancing/src/waiters/waitForAnyInstanceInService.ts index 4cc4df9b5026..66f44b555df1 100644 --- a/clients/client-elastic-load-balancing/src/waiters/waitForAnyInstanceInService.ts +++ b/clients/client-elastic-load-balancing/src/waiters/waitForAnyInstanceInService.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstanceHealthCommand, diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index d2456d6e2c29..9038e00e3465 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elastic-transcoder/src/ElasticTranscoder.ts b/clients/client-elastic-transcoder/src/ElasticTranscoder.ts index dc7ed3a6b504..03b788c4b69c 100644 --- a/clients/client-elastic-transcoder/src/ElasticTranscoder.ts +++ b/clients/client-elastic-transcoder/src/ElasticTranscoder.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelJobCommand, CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; import { CreateJobCommand, CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand"; diff --git a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts index b3e2cdea9792..f7122ba0ecef 100644 --- a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts +++ b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand"; @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts index 7a49a0d77887..e5ae7fc4deb5 100644 --- a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts index 79b2de6dce81..a7df73991016 100644 --- a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts index b4faffc572b9..6f4fdd0fc471 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts index c3047a82422c..c0894597a252 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts index 78c52c2317c7..9fad4fc91023 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts index 29df4b19dff7..8b1f6cb8526d 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts index 39e2b384e775..4a28f9ea5f38 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts index 9faab61043be..5a5a34b1f273 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts index da3dcb0d302d..a2f63900b1bd 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts index fac0bc8c01b3..56c9f32214b5 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts index 639977d0f8c2..9266a374deea 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts index 15f7d5687e55..c28bb9b22733 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts index 74dadb4aeccd..ba52dfcf2a6f 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts index ff961fc72777..d7594ddedb32 100644 --- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts index 696c371d0256..b38ca005a442 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts index 806d095566e1..5225a06d44de 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts index ad1e0911e60b..c52a4542c19c 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticTranscoderClientResolvedConfig, diff --git a/clients/client-elastic-transcoder/src/endpoint/EndpointParameters.ts b/clients/client-elastic-transcoder/src/endpoint/EndpointParameters.ts index fe6b996227af..dfdcbaf94f80 100644 --- a/clients/client-elastic-transcoder/src/endpoint/EndpointParameters.ts +++ b/clients/client-elastic-transcoder/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elastic-transcoder/src/endpoint/endpointResolver.ts b/clients/client-elastic-transcoder/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elastic-transcoder/src/endpoint/endpointResolver.ts +++ b/clients/client-elastic-transcoder/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elastic-transcoder/src/endpoint/ruleset.ts b/clients/client-elastic-transcoder/src/endpoint/ruleset.ts index 6fa66e78e2c1..560fd7f6a203 100644 --- a/clients/client-elastic-transcoder/src/endpoint/ruleset.ts +++ b/clients/client-elastic-transcoder/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts b/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts index 3aa2126998bf..7ecb234f03d9 100644 --- a/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts +++ b/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elastic-transcoder/src/models/models_0.ts b/clients/client-elastic-transcoder/src/models/models_0.ts index 3fcd9ec5523e..6a9e04e33797 100644 --- a/clients/client-elastic-transcoder/src/models/models_0.ts +++ b/clients/client-elastic-transcoder/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElasticTranscoderServiceException as __BaseException } from "./ElasticTranscoderServiceException"; diff --git a/clients/client-elastic-transcoder/src/pagination/Interfaces.ts b/clients/client-elastic-transcoder/src/pagination/Interfaces.ts index 5e19a900c7c3..013a81aa12a3 100644 --- a/clients/client-elastic-transcoder/src/pagination/Interfaces.ts +++ b/clients/client-elastic-transcoder/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticTranscoderClient } from "../ElasticTranscoderClient"; diff --git a/clients/client-elastic-transcoder/src/pagination/ListJobsByPipelinePaginator.ts b/clients/client-elastic-transcoder/src/pagination/ListJobsByPipelinePaginator.ts index 736252bac88d..5372172e84c8 100644 --- a/clients/client-elastic-transcoder/src/pagination/ListJobsByPipelinePaginator.ts +++ b/clients/client-elastic-transcoder/src/pagination/ListJobsByPipelinePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsByPipelineCommand, diff --git a/clients/client-elastic-transcoder/src/pagination/ListJobsByStatusPaginator.ts b/clients/client-elastic-transcoder/src/pagination/ListJobsByStatusPaginator.ts index 0617aabc10fe..b8b538a08e2a 100644 --- a/clients/client-elastic-transcoder/src/pagination/ListJobsByStatusPaginator.ts +++ b/clients/client-elastic-transcoder/src/pagination/ListJobsByStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsByStatusCommand, diff --git a/clients/client-elastic-transcoder/src/pagination/ListPipelinesPaginator.ts b/clients/client-elastic-transcoder/src/pagination/ListPipelinesPaginator.ts index 7cd265d02f9c..0e823cab4a2c 100644 --- a/clients/client-elastic-transcoder/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-elastic-transcoder/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelinesCommand, diff --git a/clients/client-elastic-transcoder/src/pagination/ListPresetsPaginator.ts b/clients/client-elastic-transcoder/src/pagination/ListPresetsPaginator.ts index 3f2719418efb..1ff6d0f131a1 100644 --- a/clients/client-elastic-transcoder/src/pagination/ListPresetsPaginator.ts +++ b/clients/client-elastic-transcoder/src/pagination/ListPresetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPresetsCommand, ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand"; import { ElasticTranscoderClient } from "../ElasticTranscoderClient"; diff --git a/clients/client-elastic-transcoder/src/protocols/Aws_restJson1.ts b/clients/client-elastic-transcoder/src/protocols/Aws_restJson1.ts index a48433cd2205..9addf0e0176d 100644 --- a/clients/client-elastic-transcoder/src/protocols/Aws_restJson1.ts +++ b/clients/client-elastic-transcoder/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand"; import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand"; diff --git a/clients/client-elastic-transcoder/src/runtimeConfig.browser.ts b/clients/client-elastic-transcoder/src/runtimeConfig.browser.ts index baff9375f669..a6302391b6ca 100644 --- a/clients/client-elastic-transcoder/src/runtimeConfig.browser.ts +++ b/clients/client-elastic-transcoder/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticTranscoderClientConfig } from "./ElasticTranscoderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elastic-transcoder/src/runtimeConfig.shared.ts b/clients/client-elastic-transcoder/src/runtimeConfig.shared.ts index 17fc59673e1f..c8f5b7e91e1f 100644 --- a/clients/client-elastic-transcoder/src/runtimeConfig.shared.ts +++ b/clients/client-elastic-transcoder/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticTranscoderClientConfig } from "./ElasticTranscoderClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elastic-transcoder/src/runtimeConfig.ts b/clients/client-elastic-transcoder/src/runtimeConfig.ts index 2ea5934880dc..2f568fed4b89 100644 --- a/clients/client-elastic-transcoder/src/runtimeConfig.ts +++ b/clients/client-elastic-transcoder/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticTranscoderClientConfig } from "./ElasticTranscoderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elastic-transcoder/src/waiters/waitForJobComplete.ts b/clients/client-elastic-transcoder/src/waiters/waitForJobComplete.ts index 9c48dafb087b..1a2304702fe9 100644 --- a/clients/client-elastic-transcoder/src/waiters/waitForJobComplete.ts +++ b/clients/client-elastic-transcoder/src/waiters/waitForJobComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { ReadJobCommand, ReadJobCommandInput } from "../commands/ReadJobCommand"; import { ElasticTranscoderClient } from "../ElasticTranscoderClient"; diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index caab891d9933..73003d8eabd0 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elasticache/src/ElastiCache.ts b/clients/client-elasticache/src/ElastiCache.ts index c3c96f54b998..28fae213be76 100644 --- a/clients/client-elasticache/src/ElastiCache.ts +++ b/clients/client-elasticache/src/ElastiCache.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsToResourceCommand, diff --git a/clients/client-elasticache/src/ElastiCacheClient.ts b/clients/client-elasticache/src/ElastiCacheClient.ts index 2dd5938bf24b..cffd20134dcc 100644 --- a/clients/client-elasticache/src/ElastiCacheClient.ts +++ b/clients/client-elasticache/src/ElastiCacheClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand"; @@ -408,7 +406,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -517,7 +515,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts index beedecd96f38..b0450c8d5a6b 100644 --- a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { AddTagsToResourceMessage, TagListMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts index d0fb362d13c0..dc08dc037c67 100644 --- a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts index 1663420b4cfa..9a683d71765e 100644 --- a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { BatchApplyUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts index 150bae4880a4..e865ad77ebd6 100644 --- a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { BatchStopUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts index 12865a962dd8..6688225370ca 100644 --- a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CompleteMigrationMessage, CompleteMigrationResponse } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts index e5f7d1407f9e..b2733632cb09 100644 --- a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts index bfb516e5f9bc..107402a6acaf 100644 --- a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateCacheClusterMessage, CreateCacheClusterResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts index f332c2d698ed..016b304e1a11 100644 --- a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateCacheParameterGroupMessage, CreateCacheParameterGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts index 5b6bee1d79eb..281488e2fede 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateCacheSecurityGroupMessage, CreateCacheSecurityGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts index 5e7025d4d1e1..dc30edd67e34 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateCacheSubnetGroupMessage, CreateCacheSubnetGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts index 2f2b97d6e0db..84fee4c3a4d5 100644 --- a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateGlobalReplicationGroupMessage, CreateGlobalReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts index 3fc4e8090338..27ffd5910194 100644 --- a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateReplicationGroupMessage, CreateReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts index a0dc083543f1..1aec631dc9fc 100644 --- a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateSnapshotMessage, CreateSnapshotResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateUserCommand.ts b/clients/client-elasticache/src/commands/CreateUserCommand.ts index 2bd86c917174..f543c08422ef 100644 --- a/clients/client-elasticache/src/commands/CreateUserCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateUserMessage, User } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts index d534c39605b4..1d1350286725 100644 --- a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CreateUserGroupMessage, UserGroup } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts index dec73822df2e..f5bc4523cf50 100644 --- a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts index f790b74c37d9..423d963279ae 100644 --- a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DecreaseReplicaCountMessage, DecreaseReplicaCountResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts index 67bb65f8ae9a..6e2625bbcee6 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteCacheClusterMessage, DeleteCacheClusterResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts index 8cb77f7a11d8..a8e5f5b7881a 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteCacheParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts index 31c64267ce76..0f226123254e 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteCacheSecurityGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts index 184a87138a99..6c3e19043a18 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteCacheSubnetGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts index df3f17c43ff7..aa086cf3fdc2 100644 --- a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteGlobalReplicationGroupMessage, DeleteGlobalReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts index 0b6fe5c2ff8d..6386c93e8ec7 100644 --- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteReplicationGroupMessage, DeleteReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts index dfd56679e311..52d4479e703b 100644 --- a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteSnapshotMessage, DeleteSnapshotResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteUserCommand.ts b/clients/client-elasticache/src/commands/DeleteUserCommand.ts index d99d9ac577eb..04eb69c37a8b 100644 --- a/clients/client-elasticache/src/commands/DeleteUserCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteUserMessage, User } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts index fd8b11685880..704f69655e45 100644 --- a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DeleteUserGroupMessage, UserGroup } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts index 0ad4193de31c..c3c0b9a1978f 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheClusterMessage, DescribeCacheClustersMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts index 5050a85200ce..ade4a2e710c8 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheEngineVersionMessage, DescribeCacheEngineVersionsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts index f2467fab227f..829e5ede6f01 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheParameterGroupsMessage, DescribeCacheParameterGroupsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts index ef7a3bc5b067..3c62984b1f39 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheParameterGroupDetails, DescribeCacheParametersMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts index 8937bc482cca..9fc0b09d7a31 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheSecurityGroupMessage, DescribeCacheSecurityGroupsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts index 46a3b38fc292..ee6b2262e677 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheSubnetGroupMessage, DescribeCacheSubnetGroupsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts index 79eb6ade3100..2b56eda69e21 100644 --- a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeEngineDefaultParametersMessage, DescribeEngineDefaultParametersResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts index 33b9862be3cd..f3321e00fd73 100644 --- a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts index 8760a1831f2c..8bb64ec9aee9 100644 --- a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeGlobalReplicationGroupsMessage, DescribeGlobalReplicationGroupsResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts index 3f9f2dc5e220..e561ad840041 100644 --- a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeReplicationGroupsMessage, ReplicationGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts index 208ca7b9d590..2a23bae89eba 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeReservedCacheNodesMessage, ReservedCacheNodeMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts index 1f1c30fab3b7..2ce06efe4159 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeReservedCacheNodesOfferingsMessage, ReservedCacheNodesOfferingMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts index 951a73def06a..52fa901d66e5 100644 --- a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeServiceUpdatesMessage, ServiceUpdatesMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts index f27ea4abf687..5817662adb3e 100644 --- a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeSnapshotsListMessage, DescribeSnapshotsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts index 0e66d57c1cb9..1c51eb3f130d 100644 --- a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeUpdateActionsMessage, UpdateActionsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts index 41068ac7bcb7..c9a53260fb94 100644 --- a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeUserGroupsMessage, DescribeUserGroupsResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts index d9dbe8574afe..d49b0e4a37e5 100644 --- a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { DescribeUsersMessage, DescribeUsersResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts index dc7740ec1212..364c8a81d44a 100644 --- a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts index 90701a8e00ab..d37a273b361f 100644 --- a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { FailoverGlobalReplicationGroupMessage, FailoverGlobalReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts index 70cc428a9a78..de6d764a9c13 100644 --- a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts index d41b542caab6..1b584b883dea 100644 --- a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { IncreaseReplicaCountMessage, IncreaseReplicaCountResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts index 6ff8fafa1d0d..6f5c069804d5 100644 --- a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts +++ b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { AllowedNodeTypeModificationsMessage, ListAllowedNodeTypeModificationsMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts index f3c95d90e354..cb09da30cabf 100644 --- a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts index f49a0fe9a607..d352f28b84fc 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyCacheClusterMessage, ModifyCacheClusterResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts index 40efa16d32c7..a90c74b17c11 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheParameterGroupNameMessage, ModifyCacheParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts index 734f5a28034d..9b034ad2839d 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyCacheSubnetGroupMessage, ModifyCacheSubnetGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts index 37f883e26bdf..38c2a4b16880 100644 --- a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyGlobalReplicationGroupMessage, ModifyGlobalReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts index a98c74ab9040..9e7e9534acfc 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyReplicationGroupMessage, ModifyReplicationGroupResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts index 26085d5ec071..f8ed77e93379 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/ModifyUserCommand.ts b/clients/client-elasticache/src/commands/ModifyUserCommand.ts index 4c2a16774b16..f21162cf0620 100644 --- a/clients/client-elasticache/src/commands/ModifyUserCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyUserMessage, User } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts index 11fa09414845..5b5d9c1d35db 100644 --- a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { ModifyUserGroupMessage, UserGroup } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts index 0d281fc0970d..908b700abf21 100644 --- a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts +++ b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts index dae553fcc681..08b7ca6a9a83 100644 --- a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { diff --git a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts index f2649a9b0de0..b3d8e3f14398 100644 --- a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { RebootCacheClusterMessage, RebootCacheClusterResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts index 95011aa9237d..bbdd2048c701 100644 --- a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { RemoveTagsFromResourceMessage, TagListMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts index b4b8b18c3c27..f62e19369dd8 100644 --- a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { CacheParameterGroupNameMessage, ResetCacheParameterGroupMessage } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts index 3338a02efb12..918606a7d806 100644 --- a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { RevokeCacheSecurityGroupIngressMessage, RevokeCacheSecurityGroupIngressResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/StartMigrationCommand.ts b/clients/client-elasticache/src/commands/StartMigrationCommand.ts index de7dff269acb..75a944afa803 100644 --- a/clients/client-elasticache/src/commands/StartMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/StartMigrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { StartMigrationMessage, StartMigrationResponse } from "../models/models_0"; diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts index 9296c19f013f..e10cad142402 100644 --- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient"; import { TestFailoverMessage, TestFailoverResult } from "../models/models_0"; diff --git a/clients/client-elasticache/src/endpoint/EndpointParameters.ts b/clients/client-elasticache/src/endpoint/EndpointParameters.ts index 08b87418e119..f06f9e0e256b 100644 --- a/clients/client-elasticache/src/endpoint/EndpointParameters.ts +++ b/clients/client-elasticache/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elasticache/src/endpoint/endpointResolver.ts b/clients/client-elasticache/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elasticache/src/endpoint/endpointResolver.ts +++ b/clients/client-elasticache/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elasticache/src/endpoint/ruleset.ts b/clients/client-elasticache/src/endpoint/ruleset.ts index e4f66799b104..9b15a0608c3c 100644 --- a/clients/client-elasticache/src/endpoint/ruleset.ts +++ b/clients/client-elasticache/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elasticache/src/models/ElastiCacheServiceException.ts b/clients/client-elasticache/src/models/ElastiCacheServiceException.ts index 359a238d3723..9d833f499fe1 100644 --- a/clients/client-elasticache/src/models/ElastiCacheServiceException.ts +++ b/clients/client-elasticache/src/models/ElastiCacheServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elasticache/src/models/models_0.ts b/clients/client-elasticache/src/models/models_0.ts index 928fa3ac514b..ac80f348e67a 100644 --- a/clients/client-elasticache/src/models/models_0.ts +++ b/clients/client-elasticache/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException"; diff --git a/clients/client-elasticache/src/pagination/DescribeCacheClustersPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheClustersPaginator.ts index 20b81ab6f942..57773a399c6c 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheClustersPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheClustersCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeCacheEngineVersionsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheEngineVersionsPaginator.ts index 0382c56338df..83861f90779c 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheEngineVersionsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheEngineVersionsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeCacheParameterGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheParameterGroupsPaginator.ts index 2a689f3cdc24..c14697fc4797 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheParameterGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheParameterGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeCacheParametersPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheParametersPaginator.ts index 2c1778c51ff8..a1ab32530dce 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheParametersPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheParametersCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeCacheSecurityGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheSecurityGroupsPaginator.ts index 66b49c7aee6c..4f41e8c5b8cd 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheSecurityGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheSecurityGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeCacheSubnetGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeCacheSubnetGroupsPaginator.ts index c1dfea08c8d6..2a44fef9b4fb 100644 --- a/clients/client-elasticache/src/pagination/DescribeCacheSubnetGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeCacheSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCacheSubnetGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeEngineDefaultParametersPaginator.ts b/clients/client-elasticache/src/pagination/DescribeEngineDefaultParametersPaginator.ts index 4091c46a837f..5e55d36c905f 100644 --- a/clients/client-elasticache/src/pagination/DescribeEngineDefaultParametersPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeEngineDefaultParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEngineDefaultParametersCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeEventsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeEventsPaginator.ts index e482f0c1e470..17ba2138a471 100644 --- a/clients/client-elasticache/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeGlobalReplicationGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeGlobalReplicationGroupsPaginator.ts index 39f592d5db69..76814656d07c 100644 --- a/clients/client-elasticache/src/pagination/DescribeGlobalReplicationGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeGlobalReplicationGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGlobalReplicationGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeReplicationGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeReplicationGroupsPaginator.ts index 99e989e49e04..168d4f81b707 100644 --- a/clients/client-elasticache/src/pagination/DescribeReplicationGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeReplicationGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesOfferingsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesOfferingsPaginator.ts index 882a3250f79d..31cece987a11 100644 --- a/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesOfferingsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedCacheNodesOfferingsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesPaginator.ts b/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesPaginator.ts index 5f7fca49421b..51b8a9863a3e 100644 --- a/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeReservedCacheNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedCacheNodesCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeServiceUpdatesPaginator.ts b/clients/client-elasticache/src/pagination/DescribeServiceUpdatesPaginator.ts index 3d7d4d01af14..28632be1ff1d 100644 --- a/clients/client-elasticache/src/pagination/DescribeServiceUpdatesPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeServiceUpdatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeServiceUpdatesCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeSnapshotsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeSnapshotsPaginator.ts index eafddf955ee0..939dd4d348cc 100644 --- a/clients/client-elasticache/src/pagination/DescribeSnapshotsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeUpdateActionsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeUpdateActionsPaginator.ts index 59d19a0af19f..fc4a40ca5013 100644 --- a/clients/client-elasticache/src/pagination/DescribeUpdateActionsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeUpdateActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUpdateActionsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeUserGroupsPaginator.ts b/clients/client-elasticache/src/pagination/DescribeUserGroupsPaginator.ts index 62623b41b297..f7af6b7e8379 100644 --- a/clients/client-elasticache/src/pagination/DescribeUserGroupsPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeUserGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUserGroupsCommand, diff --git a/clients/client-elasticache/src/pagination/DescribeUsersPaginator.ts b/clients/client-elasticache/src/pagination/DescribeUsersPaginator.ts index d10eb437caf1..d9ba087b50e4 100644 --- a/clients/client-elasticache/src/pagination/DescribeUsersPaginator.ts +++ b/clients/client-elasticache/src/pagination/DescribeUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUsersCommand, diff --git a/clients/client-elasticache/src/pagination/Interfaces.ts b/clients/client-elasticache/src/pagination/Interfaces.ts index 5a0325ff83fc..8c114f446dcf 100644 --- a/clients/client-elasticache/src/pagination/Interfaces.ts +++ b/clients/client-elasticache/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElastiCacheClient } from "../ElastiCacheClient"; diff --git a/clients/client-elasticache/src/protocols/Aws_query.ts b/clients/client-elasticache/src/protocols/Aws_query.ts index 11542c9c82de..53cb67e75d59 100644 --- a/clients/client-elasticache/src/protocols/Aws_query.ts +++ b/clients/client-elasticache/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -12,10 +13,13 @@ import { strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand"; diff --git a/clients/client-elasticache/src/runtimeConfig.browser.ts b/clients/client-elasticache/src/runtimeConfig.browser.ts index bbac0a8b523b..5609b1444ffd 100644 --- a/clients/client-elasticache/src/runtimeConfig.browser.ts +++ b/clients/client-elasticache/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElastiCacheClientConfig } from "./ElastiCacheClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elasticache/src/runtimeConfig.shared.ts b/clients/client-elasticache/src/runtimeConfig.shared.ts index 00c6c0a626c9..84acfe0f2e48 100644 --- a/clients/client-elasticache/src/runtimeConfig.shared.ts +++ b/clients/client-elasticache/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElastiCacheClientConfig } from "./ElastiCacheClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elasticache/src/runtimeConfig.ts b/clients/client-elasticache/src/runtimeConfig.ts index 0fae27d9a9be..ddb53345ce23 100644 --- a/clients/client-elasticache/src/runtimeConfig.ts +++ b/clients/client-elasticache/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElastiCacheClientConfig } from "./ElastiCacheClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-elasticache/src/waiters/waitForCacheClusterAvailable.ts b/clients/client-elasticache/src/waiters/waitForCacheClusterAvailable.ts index b2b2b8fdd601..f2a0bbdac1f6 100644 --- a/clients/client-elasticache/src/waiters/waitForCacheClusterAvailable.ts +++ b/clients/client-elasticache/src/waiters/waitForCacheClusterAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeCacheClustersCommand, diff --git a/clients/client-elasticache/src/waiters/waitForCacheClusterDeleted.ts b/clients/client-elasticache/src/waiters/waitForCacheClusterDeleted.ts index 959194d751c1..4ce3a28b2fc8 100644 --- a/clients/client-elasticache/src/waiters/waitForCacheClusterDeleted.ts +++ b/clients/client-elasticache/src/waiters/waitForCacheClusterDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeCacheClustersCommand, diff --git a/clients/client-elasticache/src/waiters/waitForReplicationGroupAvailable.ts b/clients/client-elasticache/src/waiters/waitForReplicationGroupAvailable.ts index f91aacb12c6e..b47caa6d5382 100644 --- a/clients/client-elasticache/src/waiters/waitForReplicationGroupAvailable.ts +++ b/clients/client-elasticache/src/waiters/waitForReplicationGroupAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationGroupsCommand, diff --git a/clients/client-elasticache/src/waiters/waitForReplicationGroupDeleted.ts b/clients/client-elasticache/src/waiters/waitForReplicationGroupDeleted.ts index 3fed9dce7e51..feec6744d7e0 100644 --- a/clients/client-elasticache/src/waiters/waitForReplicationGroupDeleted.ts +++ b/clients/client-elasticache/src/waiters/waitForReplicationGroupDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeReplicationGroupsCommand, diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index 6c0259114097..15e61bd46a6b 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-elasticsearch-service/src/ElasticsearchService.ts b/clients/client-elasticsearch-service/src/ElasticsearchService.ts index ed4b1dbdab63..85b173ae3a5b 100644 --- a/clients/client-elasticsearch-service/src/ElasticsearchService.ts +++ b/clients/client-elasticsearch-service/src/ElasticsearchService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptInboundCrossClusterSearchConnectionCommand, diff --git a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts index 602a00f0be9e..7443137b7c4d 100644 --- a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts +++ b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -333,7 +331,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -442,7 +440,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts index e9902896426a..1928e7515e3d 100644 --- a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts index 98ab8b18d287..536dd3011055 100644 --- a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts index c4e1b02741ca..a072d80ea76c 100644 --- a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts index a30de8aaf903..4485d64bc442 100644 --- a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts index b9d50f859333..21c31446713d 100644 --- a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts index 9dde1c546924..011e0db2f231 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts index 21d929aa0f7f..5d148ebd9196 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts index 9295404b5ce9..1791ac92a5c3 100644 --- a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts index ffaf7343f6f9..3fbfc0412200 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts index 890f5e7b1c21..39cbb415d059 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts index 390170bb2b25..d15650c1038a 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts index 01a997c88e16..d85be8f20d36 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts index 4b059607bab6..417383f26e9d 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts index 12854e1d9c19..e0b2a56f8f02 100644 --- a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts index 9fe654dcea28..2b8aede0bc0e 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts index f23e01a6bdae..182f9d075564 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts index 4ef3bbb38f5e..6f8952fc76c8 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts index 52b09a0a388f..46a5efbcf14c 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts index 2b1e5f3dda78..4f768dbe9a1b 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts index efb3fb23e5b7..a38a5913a633 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts index 7b3534c36ef9..db53a04fa163 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts index 83b348f6d3cd..2d7c7cf3d9ae 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts index 7bc3bef9fb61..e1acb1383f34 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts index ea9cd78b5041..d085f20320ca 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts index 601ba2ce8d73..7f5e65d7f294 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts index caada4d757fb..4eeb62217de8 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts index cb0674be8e57..d25a4f0f99cb 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts index f809ac9cacdf..751689b1cff3 100644 --- a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts index ae2ac4bc2fad..8dfe2ee21cda 100644 --- a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts index 1e198f8c94ac..eded89cedc17 100644 --- a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts index e29e41e50dbc..15b7d598aab0 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts index 33af9b4a9350..5eb7e8132ef2 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts index 03f8a2195106..a6f216b90e71 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts index 7c1f550bd58e..bb0875740b59 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts index 291cf6cb68e1..15972e9a7ed6 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts index b67d9ec69177..ae0dac2a654d 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts index e73ac4bcd223..621134c274b9 100644 --- a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts index 4bf1e5075eee..d181fc9b5f2f 100644 --- a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts index f27fa612ab1c..6effbc9fee75 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts index fa408aec20b9..7456407bae77 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts index 2b6018f21cfb..70b0fb11d8b8 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts index 951cc172a359..c6affaf53155 100644 --- a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts index 5554e47617df..d97fe5687157 100644 --- a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts index 064525f47eaa..45cfc7a71262 100644 --- a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts index 93f0d8c84bc9..67607677db57 100644 --- a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts index e69ebcfae9c1..020fbcacf139 100644 --- a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts index e8fb6be70e34..3a83fdb81037 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts index 23c324a97d06..7dbaf52697f1 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts index 8c2c0e0131b3..085981a108eb 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts index 13776bf445e9..707d17d17134 100644 --- a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ElasticsearchServiceClientResolvedConfig, diff --git a/clients/client-elasticsearch-service/src/endpoint/EndpointParameters.ts b/clients/client-elasticsearch-service/src/endpoint/EndpointParameters.ts index 993d72c7d8cb..e7e4ac3e6cf4 100644 --- a/clients/client-elasticsearch-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-elasticsearch-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-elasticsearch-service/src/endpoint/endpointResolver.ts b/clients/client-elasticsearch-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-elasticsearch-service/src/endpoint/endpointResolver.ts +++ b/clients/client-elasticsearch-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-elasticsearch-service/src/endpoint/ruleset.ts b/clients/client-elasticsearch-service/src/endpoint/ruleset.ts index ffd17a6201ae..f9098bb0dc08 100644 --- a/clients/client-elasticsearch-service/src/endpoint/ruleset.ts +++ b/clients/client-elasticsearch-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts b/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts index 7f9b3b49463c..371956eb12c2 100644 --- a/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts +++ b/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-elasticsearch-service/src/models/models_0.ts b/clients/client-elasticsearch-service/src/models/models_0.ts index dd571e3e369d..1208e35f4917 100644 --- a/clients/client-elasticsearch-service/src/models/models_0.ts +++ b/clients/client-elasticsearch-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException"; diff --git a/clients/client-elasticsearch-service/src/pagination/DescribeDomainAutoTunesPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribeDomainAutoTunesPaginator.ts index 697ee124ef83..fa7cd6c67b63 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribeDomainAutoTunesPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribeDomainAutoTunesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDomainAutoTunesCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts index 00af76d1684e..66af510da75c 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInboundCrossClusterSearchConnectionsCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts index 032762e5167a..f8b4b37a2d92 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOutboundCrossClusterSearchConnectionsCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/DescribePackagesPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribePackagesPaginator.ts index 021a1fbbd2c8..71ea36107d5a 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribePackagesPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribePackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePackagesCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts index eaf92f2ad95c..7ae1f6a0d429 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedElasticsearchInstanceOfferingsCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstancesPaginator.ts b/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstancesPaginator.ts index f20efbd1ef87..2a60e048acb0 100644 --- a/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstancesPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/DescribeReservedElasticsearchInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedElasticsearchInstancesCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/GetPackageVersionHistoryPaginator.ts b/clients/client-elasticsearch-service/src/pagination/GetPackageVersionHistoryPaginator.ts index bbfc53f2042d..9806549591dc 100644 --- a/clients/client-elasticsearch-service/src/pagination/GetPackageVersionHistoryPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/GetPackageVersionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPackageVersionHistoryCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/GetUpgradeHistoryPaginator.ts b/clients/client-elasticsearch-service/src/pagination/GetUpgradeHistoryPaginator.ts index 89c7b380cba8..bd53ad9ec078 100644 --- a/clients/client-elasticsearch-service/src/pagination/GetUpgradeHistoryPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/GetUpgradeHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUpgradeHistoryCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/Interfaces.ts b/clients/client-elasticsearch-service/src/pagination/Interfaces.ts index e755ac1ca3f2..ac4c86c8883e 100644 --- a/clients/client-elasticsearch-service/src/pagination/Interfaces.ts +++ b/clients/client-elasticsearch-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ElasticsearchServiceClient } from "../ElasticsearchServiceClient"; diff --git a/clients/client-elasticsearch-service/src/pagination/ListDomainsForPackagePaginator.ts b/clients/client-elasticsearch-service/src/pagination/ListDomainsForPackagePaginator.ts index 2d2611589f12..9380d849ab64 100644 --- a/clients/client-elasticsearch-service/src/pagination/ListDomainsForPackagePaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/ListDomainsForPackagePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsForPackageCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/ListElasticsearchInstanceTypesPaginator.ts b/clients/client-elasticsearch-service/src/pagination/ListElasticsearchInstanceTypesPaginator.ts index 3b14fa12d949..3ec6b078c2e5 100644 --- a/clients/client-elasticsearch-service/src/pagination/ListElasticsearchInstanceTypesPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/ListElasticsearchInstanceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListElasticsearchInstanceTypesCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/ListElasticsearchVersionsPaginator.ts b/clients/client-elasticsearch-service/src/pagination/ListElasticsearchVersionsPaginator.ts index 481b291bc5d1..14ea690ea2bd 100644 --- a/clients/client-elasticsearch-service/src/pagination/ListElasticsearchVersionsPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/ListElasticsearchVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListElasticsearchVersionsCommand, diff --git a/clients/client-elasticsearch-service/src/pagination/ListPackagesForDomainPaginator.ts b/clients/client-elasticsearch-service/src/pagination/ListPackagesForDomainPaginator.ts index 86ccf54dd20d..496c975a3764 100644 --- a/clients/client-elasticsearch-service/src/pagination/ListPackagesForDomainPaginator.ts +++ b/clients/client-elasticsearch-service/src/pagination/ListPackagesForDomainPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagesForDomainCommand, diff --git a/clients/client-elasticsearch-service/src/protocols/Aws_restJson1.ts b/clients/client-elasticsearch-service/src/protocols/Aws_restJson1.ts index c7260ec73b9c..6aaa7b4bf578 100644 --- a/clients/client-elasticsearch-service/src/protocols/Aws_restJson1.ts +++ b/clients/client-elasticsearch-service/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptInboundCrossClusterSearchConnectionCommandInput, diff --git a/clients/client-elasticsearch-service/src/runtimeConfig.browser.ts b/clients/client-elasticsearch-service/src/runtimeConfig.browser.ts index eee9b53c41cd..97e91845ca16 100644 --- a/clients/client-elasticsearch-service/src/runtimeConfig.browser.ts +++ b/clients/client-elasticsearch-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-elasticsearch-service/src/runtimeConfig.shared.ts b/clients/client-elasticsearch-service/src/runtimeConfig.shared.ts index be9204a70c7f..35f3d82c3df7 100644 --- a/clients/client-elasticsearch-service/src/runtimeConfig.shared.ts +++ b/clients/client-elasticsearch-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-elasticsearch-service/src/runtimeConfig.ts b/clients/client-elasticsearch-service/src/runtimeConfig.ts index c0f1ac7a443e..070428f9c4ac 100644 --- a/clients/client-elasticsearch-service/src/runtimeConfig.ts +++ b/clients/client-elasticsearch-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ElasticsearchServiceClientConfig } from "./ElasticsearchServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index 1a33552710d9..c3689262c26e 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-emr-containers/src/EMRContainers.ts b/clients/client-emr-containers/src/EMRContainers.ts index c6bb7c938d2b..a17e5c782f1a 100644 --- a/clients/client-emr-containers/src/EMRContainers.ts +++ b/clients/client-emr-containers/src/EMRContainers.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelJobRunCommand, diff --git a/clients/client-emr-containers/src/EMRContainersClient.ts b/clients/client-emr-containers/src/EMRContainersClient.ts index f32e4f2f83b1..ad68626f59d0 100644 --- a/clients/client-emr-containers/src/EMRContainersClient.ts +++ b/clients/client-emr-containers/src/EMRContainersClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand"; @@ -174,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts index 60b915379b5d..cede5f920160 100644 --- a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts index 48afcbf0239b..3b3446f95f82 100644 --- a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts index dc2cc77776f9..bb9115379680 100644 --- a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts index 86ce753b9f18..22e2454a28f6 100644 --- a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts index 45f359ffe262..7c0c4bdfdb7a 100644 --- a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts index 4ad08f253e12..b19894caea4e 100644 --- a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts index 34b65fd40283..d2c88a13abee 100644 --- a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts index 29b703bad705..81e909e5977d 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts index 325bcb0cdacf..d18a6e996f49 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts index 6135a5ffb15e..bc35b5c28efe 100644 --- a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts index bc838c71ac0d..06ab71212dcc 100644 --- a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts index 3fbffaed4ae7..a44bde0bed12 100644 --- a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts +++ b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts index 8145c5f833c1..bf372ffafe8d 100644 --- a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { ListJobRunsRequest, ListJobRunsResponse, ListJobRunsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts index 3d16cb1e63be..8409074253fe 100644 --- a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts index 797f180dc7a9..58d20741a84f 100644 --- a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { diff --git a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts index a90bc68fa11f..0b2d92e4f483 100644 --- a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts index 9cbd18952ad5..61c98f05cbd4 100644 --- a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts +++ b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts index acfd20642ea0..c2d0570bc4f6 100644 --- a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { StartJobRunRequest, StartJobRunRequestFilterSensitiveLog, StartJobRunResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/TagResourceCommand.ts b/clients/client-emr-containers/src/commands/TagResourceCommand.ts index a9ac4b31677c..d8d3f4420ff7 100644 --- a/clients/client-emr-containers/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts index c3152cb41124..67ed2c80fe51 100644 --- a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-containers/src/endpoint/EndpointParameters.ts b/clients/client-emr-containers/src/endpoint/EndpointParameters.ts index 5c4c72e3309a..24a2640c9be6 100644 --- a/clients/client-emr-containers/src/endpoint/EndpointParameters.ts +++ b/clients/client-emr-containers/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-emr-containers/src/endpoint/endpointResolver.ts b/clients/client-emr-containers/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-emr-containers/src/endpoint/endpointResolver.ts +++ b/clients/client-emr-containers/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-emr-containers/src/endpoint/ruleset.ts b/clients/client-emr-containers/src/endpoint/ruleset.ts index c2fd4bc71ba0..0f35346fd27a 100644 --- a/clients/client-emr-containers/src/endpoint/ruleset.ts +++ b/clients/client-emr-containers/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-emr-containers/src/models/EMRContainersServiceException.ts b/clients/client-emr-containers/src/models/EMRContainersServiceException.ts index ad601a364800..62a146a3a5e4 100644 --- a/clients/client-emr-containers/src/models/EMRContainersServiceException.ts +++ b/clients/client-emr-containers/src/models/EMRContainersServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-emr-containers/src/models/models_0.ts b/clients/client-emr-containers/src/models/models_0.ts index 2048316cec04..5dc18f203f55 100644 --- a/clients/client-emr-containers/src/models/models_0.ts +++ b/clients/client-emr-containers/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException"; diff --git a/clients/client-emr-containers/src/pagination/Interfaces.ts b/clients/client-emr-containers/src/pagination/Interfaces.ts index a9224b005bcc..b96d8f212c26 100644 --- a/clients/client-emr-containers/src/pagination/Interfaces.ts +++ b/clients/client-emr-containers/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EMRContainersClient } from "../EMRContainersClient"; diff --git a/clients/client-emr-containers/src/pagination/ListJobRunsPaginator.ts b/clients/client-emr-containers/src/pagination/ListJobRunsPaginator.ts index 1f2c2a49a582..c08d478c7747 100644 --- a/clients/client-emr-containers/src/pagination/ListJobRunsPaginator.ts +++ b/clients/client-emr-containers/src/pagination/ListJobRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobRunsCommand, ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand"; import { EMRContainersClient } from "../EMRContainersClient"; diff --git a/clients/client-emr-containers/src/pagination/ListJobTemplatesPaginator.ts b/clients/client-emr-containers/src/pagination/ListJobTemplatesPaginator.ts index 2023a891d53c..a99dc7660f44 100644 --- a/clients/client-emr-containers/src/pagination/ListJobTemplatesPaginator.ts +++ b/clients/client-emr-containers/src/pagination/ListJobTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobTemplatesCommand, diff --git a/clients/client-emr-containers/src/pagination/ListManagedEndpointsPaginator.ts b/clients/client-emr-containers/src/pagination/ListManagedEndpointsPaginator.ts index 4e5ca792434c..d7e9d5730416 100644 --- a/clients/client-emr-containers/src/pagination/ListManagedEndpointsPaginator.ts +++ b/clients/client-emr-containers/src/pagination/ListManagedEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListManagedEndpointsCommand, diff --git a/clients/client-emr-containers/src/pagination/ListVirtualClustersPaginator.ts b/clients/client-emr-containers/src/pagination/ListVirtualClustersPaginator.ts index 3de1838eb7f1..21c742fea09b 100644 --- a/clients/client-emr-containers/src/pagination/ListVirtualClustersPaginator.ts +++ b/clients/client-emr-containers/src/pagination/ListVirtualClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVirtualClustersCommand, diff --git a/clients/client-emr-containers/src/protocols/Aws_restJson1.ts b/clients/client-emr-containers/src/protocols/Aws_restJson1.ts index 654085e73686..54964a63e66e 100644 --- a/clients/client-emr-containers/src/protocols/Aws_restJson1.ts +++ b/clients/client-emr-containers/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "../commands/CancelJobRunCommand"; diff --git a/clients/client-emr-containers/src/runtimeConfig.browser.ts b/clients/client-emr-containers/src/runtimeConfig.browser.ts index d9edaea9bb48..cbd45848ca37 100644 --- a/clients/client-emr-containers/src/runtimeConfig.browser.ts +++ b/clients/client-emr-containers/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRContainersClientConfig } from "./EMRContainersClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-emr-containers/src/runtimeConfig.shared.ts b/clients/client-emr-containers/src/runtimeConfig.shared.ts index 90d17c21723c..bd0a0d614464 100644 --- a/clients/client-emr-containers/src/runtimeConfig.shared.ts +++ b/clients/client-emr-containers/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EMRContainersClientConfig } from "./EMRContainersClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-emr-containers/src/runtimeConfig.ts b/clients/client-emr-containers/src/runtimeConfig.ts index 91ba5557e93f..78ffbde5d976 100644 --- a/clients/client-emr-containers/src/runtimeConfig.ts +++ b/clients/client-emr-containers/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRContainersClientConfig } from "./EMRContainersClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-emr-serverless/package.json b/clients/client-emr-serverless/package.json index 0580f00c3a72..896b6500b19f 100644 --- a/clients/client-emr-serverless/package.json +++ b/clients/client-emr-serverless/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-emr-serverless/src/EMRServerless.ts b/clients/client-emr-serverless/src/EMRServerless.ts index 8cb729751ad2..11afd7833d51 100644 --- a/clients/client-emr-serverless/src/EMRServerless.ts +++ b/clients/client-emr-serverless/src/EMRServerless.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelJobRunCommand, diff --git a/clients/client-emr-serverless/src/EMRServerlessClient.ts b/clients/client-emr-serverless/src/EMRServerlessClient.ts index fe6bca20d26c..3655fc9474e2 100644 --- a/clients/client-emr-serverless/src/EMRServerlessClient.ts +++ b/clients/client-emr-serverless/src/EMRServerlessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand"; @@ -132,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -241,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts index 57bd34a2c731..8e800edcb606 100644 --- a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts index 1c2516ef939e..41858857f6bd 100644 --- a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts index b63d9af41382..ffa75a945fff 100644 --- a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts index 69d61ae7d4cf..48ab9f6f1237 100644 --- a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts index e2b20e9ca0cb..8b94c2f8ec02 100644 --- a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { GetDashboardForJobRunRequest, GetDashboardForJobRunResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts index 53e145229753..324c28de0cf7 100644 --- a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { GetJobRunRequest, GetJobRunResponse, GetJobRunResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts index 4b8347e7bccf..1b8d1a84b6d2 100644 --- a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts index 52f5837fb262..dc085293ba63 100644 --- a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts index 20d4cc31c6ed..5c9796fe29c9 100644 --- a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts index ed55983e7253..9b75073154d8 100644 --- a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts index d3c35a1062ee..21ca9ff6a040 100644 --- a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { StartJobRunRequest, StartJobRunRequestFilterSensitiveLog, StartJobRunResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts index 539aa949ec33..01e1cd026e34 100644 --- a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts index 80822e77e99d..7b5b444ab754 100644 --- a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts index 1e2ebde9825c..e4c93ce6e7a7 100644 --- a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts index 21adfeefbcf5..f3f4f023ab6b 100644 --- a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRServerlessClient"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-emr-serverless/src/endpoint/EndpointParameters.ts b/clients/client-emr-serverless/src/endpoint/EndpointParameters.ts index 2c704a1aa2c9..d9c159ea4a21 100644 --- a/clients/client-emr-serverless/src/endpoint/EndpointParameters.ts +++ b/clients/client-emr-serverless/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-emr-serverless/src/endpoint/endpointResolver.ts b/clients/client-emr-serverless/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-emr-serverless/src/endpoint/endpointResolver.ts +++ b/clients/client-emr-serverless/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-emr-serverless/src/endpoint/ruleset.ts b/clients/client-emr-serverless/src/endpoint/ruleset.ts index 392acf54b810..a9df5cdeecf4 100644 --- a/clients/client-emr-serverless/src/endpoint/ruleset.ts +++ b/clients/client-emr-serverless/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts b/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts index 0632c870039a..ce5de8a8e09a 100644 --- a/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts +++ b/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-emr-serverless/src/models/models_0.ts b/clients/client-emr-serverless/src/models/models_0.ts index 37aec754f457..17dbf77e72d5 100644 --- a/clients/client-emr-serverless/src/models/models_0.ts +++ b/clients/client-emr-serverless/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { EMRServerlessServiceException as __BaseException } from "./EMRServerlessServiceException"; diff --git a/clients/client-emr-serverless/src/pagination/Interfaces.ts b/clients/client-emr-serverless/src/pagination/Interfaces.ts index 8683ec9cfa51..e45c2772a8c1 100644 --- a/clients/client-emr-serverless/src/pagination/Interfaces.ts +++ b/clients/client-emr-serverless/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EMRServerlessClient } from "../EMRServerlessClient"; diff --git a/clients/client-emr-serverless/src/pagination/ListApplicationsPaginator.ts b/clients/client-emr-serverless/src/pagination/ListApplicationsPaginator.ts index 293f49c5570b..9a33c2dead3d 100644 --- a/clients/client-emr-serverless/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-emr-serverless/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-emr-serverless/src/pagination/ListJobRunsPaginator.ts b/clients/client-emr-serverless/src/pagination/ListJobRunsPaginator.ts index 2bbfa1d4e04e..405a61f2e92c 100644 --- a/clients/client-emr-serverless/src/pagination/ListJobRunsPaginator.ts +++ b/clients/client-emr-serverless/src/pagination/ListJobRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobRunsCommand, ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand"; import { EMRServerlessClient } from "../EMRServerlessClient"; diff --git a/clients/client-emr-serverless/src/protocols/Aws_restJson1.ts b/clients/client-emr-serverless/src/protocols/Aws_restJson1.ts index f88b6761dcad..7cbab3241d1f 100644 --- a/clients/client-emr-serverless/src/protocols/Aws_restJson1.ts +++ b/clients/client-emr-serverless/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "../commands/CancelJobRunCommand"; diff --git a/clients/client-emr-serverless/src/runtimeConfig.browser.ts b/clients/client-emr-serverless/src/runtimeConfig.browser.ts index d3ac42306980..6c122f3f300a 100644 --- a/clients/client-emr-serverless/src/runtimeConfig.browser.ts +++ b/clients/client-emr-serverless/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRServerlessClientConfig } from "./EMRServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-emr-serverless/src/runtimeConfig.shared.ts b/clients/client-emr-serverless/src/runtimeConfig.shared.ts index 555b167e82d8..f6516bbf299e 100644 --- a/clients/client-emr-serverless/src/runtimeConfig.shared.ts +++ b/clients/client-emr-serverless/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EMRServerlessClientConfig } from "./EMRServerlessClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-emr-serverless/src/runtimeConfig.ts b/clients/client-emr-serverless/src/runtimeConfig.ts index e5751277f74c..dd2b9fb4c27d 100644 --- a/clients/client-emr-serverless/src/runtimeConfig.ts +++ b/clients/client-emr-serverless/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRServerlessClientConfig } from "./EMRServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 3749bea90a88..fed9ae798d14 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-emr/src/EMR.ts b/clients/client-emr/src/EMR.ts index 76be5836aa24..c28eea757420 100644 --- a/clients/client-emr/src/EMR.ts +++ b/clients/client-emr/src/EMR.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddInstanceFleetCommand, diff --git a/clients/client-emr/src/EMRClient.ts b/clients/client-emr/src/EMRClient.ts index 24cacd87ce3f..95450163118d 100644 --- a/clients/client-emr/src/EMRClient.ts +++ b/clients/client-emr/src/EMRClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand"; @@ -336,7 +334,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -445,7 +443,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts index b1ff8d906756..b5bdcdc73838 100644 --- a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { AddInstanceFleetInput, AddInstanceFleetOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts index 6571092072b3..5f1c8b6d0074 100644 --- a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { AddInstanceGroupsInput, AddInstanceGroupsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts index b3012c01ef46..f2aa615c7b59 100644 --- a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts +++ b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { AddJobFlowStepsInput, AddJobFlowStepsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/AddTagsCommand.ts b/clients/client-emr/src/commands/AddTagsCommand.ts index 5a175bedd68f..bbdbb3a1a89b 100644 --- a/clients/client-emr/src/commands/AddTagsCommand.ts +++ b/clients/client-emr/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { AddTagsInput, AddTagsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/CancelStepsCommand.ts b/clients/client-emr/src/commands/CancelStepsCommand.ts index be896a266a96..ab26ded2f83a 100644 --- a/clients/client-emr/src/commands/CancelStepsCommand.ts +++ b/clients/client-emr/src/commands/CancelStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { CancelStepsInput, CancelStepsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts index 2644d61f2e9c..12a3a8e4187d 100644 --- a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { CreateSecurityConfigurationInput, CreateSecurityConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/CreateStudioCommand.ts b/clients/client-emr/src/commands/CreateStudioCommand.ts index 7348dc5c71b5..e33cf31ee3d9 100644 --- a/clients/client-emr/src/commands/CreateStudioCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { CreateStudioInput, CreateStudioOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts index 37d2c2b85962..f74f34a7256d 100644 --- a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { CreateStudioSessionMappingInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts index aef079c2c08b..f4ee052e6881 100644 --- a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DeleteSecurityConfigurationInput, DeleteSecurityConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DeleteStudioCommand.ts b/clients/client-emr/src/commands/DeleteStudioCommand.ts index 50c63426eb1b..0a19dcdc8c98 100644 --- a/clients/client-emr/src/commands/DeleteStudioCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DeleteStudioInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts index 23b6c7c395ed..9387d4caa310 100644 --- a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DeleteStudioSessionMappingInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeClusterCommand.ts b/clients/client-emr/src/commands/DescribeClusterCommand.ts index 5d9715fb6728..d85765fcae22 100644 --- a/clients/client-emr/src/commands/DescribeClusterCommand.ts +++ b/clients/client-emr/src/commands/DescribeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeClusterInput, DescribeClusterOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts index f26321d53f88..05c0deffd79c 100644 --- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeJobFlowsInput, DescribeJobFlowsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts index bd3256abc924..748bb4e31bc6 100644 --- a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeNotebookExecutionInput, DescribeNotebookExecutionOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts index 88b4c0557e60..3f22cea55136 100644 --- a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts +++ b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeReleaseLabelInput, DescribeReleaseLabelOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts index be21bec88baf..605dd6552df6 100644 --- a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeSecurityConfigurationInput, DescribeSecurityConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeStepCommand.ts b/clients/client-emr/src/commands/DescribeStepCommand.ts index 58363431883c..eaba1c356f0c 100644 --- a/clients/client-emr/src/commands/DescribeStepCommand.ts +++ b/clients/client-emr/src/commands/DescribeStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeStepInput, DescribeStepOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/DescribeStudioCommand.ts b/clients/client-emr/src/commands/DescribeStudioCommand.ts index 548ac03fd5b6..9987f6edb757 100644 --- a/clients/client-emr/src/commands/DescribeStudioCommand.ts +++ b/clients/client-emr/src/commands/DescribeStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { DescribeStudioInput, DescribeStudioOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts index bb4da47d85ff..938c8f96a3b9 100644 --- a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { GetAutoTerminationPolicyInput, GetAutoTerminationPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts index 0d5e72f9fe0b..63ef68f77dd1 100644 --- a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { GetBlockPublicAccessConfigurationInput, GetBlockPublicAccessConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts index 5e9df91a2d6d..1f5574cabcd1 100644 --- a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts +++ b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { diff --git a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts index 8f52e2d03001..dc891d729f26 100644 --- a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { GetManagedScalingPolicyInput, GetManagedScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts index f1b3f01f1f5e..11d219fd6ff4 100644 --- a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { GetStudioSessionMappingInput, GetStudioSessionMappingOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts index 8c11275ecc77..1a806da6cfaf 100644 --- a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts +++ b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListBootstrapActionsInput, ListBootstrapActionsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListClustersCommand.ts b/clients/client-emr/src/commands/ListClustersCommand.ts index 47785af52409..2821dc470872 100644 --- a/clients/client-emr/src/commands/ListClustersCommand.ts +++ b/clients/client-emr/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListClustersInput, ListClustersOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts index 2d3bda6677da..21ee282b7ffa 100644 --- a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListInstanceFleetsInput, ListInstanceFleetsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts index 1eb4bee75995..2c3d4f715425 100644 --- a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListInstanceGroupsInput, ListInstanceGroupsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListInstancesCommand.ts b/clients/client-emr/src/commands/ListInstancesCommand.ts index e3f477af51dc..61ab119f774e 100644 --- a/clients/client-emr/src/commands/ListInstancesCommand.ts +++ b/clients/client-emr/src/commands/ListInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListInstancesInput, ListInstancesOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts index b3a9f450c356..927431d49e71 100644 --- a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts +++ b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListNotebookExecutionsInput, ListNotebookExecutionsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts index ca0414563455..5f6e3e47fdad 100644 --- a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts +++ b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListReleaseLabelsInput, ListReleaseLabelsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts index e9453fd62e2c..3fd4ba9d808d 100644 --- a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListSecurityConfigurationsInput, ListSecurityConfigurationsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListStepsCommand.ts b/clients/client-emr/src/commands/ListStepsCommand.ts index 0b496c7d9532..e61aa106a587 100644 --- a/clients/client-emr/src/commands/ListStepsCommand.ts +++ b/clients/client-emr/src/commands/ListStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListStepsInput, ListStepsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts index 9b2307ef7760..683efa4a261f 100644 --- a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts +++ b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListStudioSessionMappingsInput, ListStudioSessionMappingsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListStudiosCommand.ts b/clients/client-emr/src/commands/ListStudiosCommand.ts index b0da35281bc5..9ed75c0ba3a0 100644 --- a/clients/client-emr/src/commands/ListStudiosCommand.ts +++ b/clients/client-emr/src/commands/ListStudiosCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListStudiosInput, ListStudiosOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts index 5a36f08cb3de..9fa8f14c3265 100644 --- a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts +++ b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ListSupportedInstanceTypesInput, ListSupportedInstanceTypesOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ModifyClusterCommand.ts b/clients/client-emr/src/commands/ModifyClusterCommand.ts index 3778732f7ab9..83681e2d1b11 100644 --- a/clients/client-emr/src/commands/ModifyClusterCommand.ts +++ b/clients/client-emr/src/commands/ModifyClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ModifyClusterInput, ModifyClusterOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts index 2382a2f77a61..9c9990335c01 100644 --- a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ModifyInstanceFleetInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts index 1fe40c77fa4d..0c4d68455c21 100644 --- a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { ModifyInstanceGroupsInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts index e98dc51e84d5..3b23fda44b38 100644 --- a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { PutAutoScalingPolicyInput, PutAutoScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts index 314196ed4872..dc85f49a78cc 100644 --- a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { PutAutoTerminationPolicyInput, PutAutoTerminationPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts index 7e48bdfe72a1..fe9cf29fa443 100644 --- a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { PutBlockPublicAccessConfigurationInput, PutBlockPublicAccessConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts index 59724670cb30..96888f2ad0c1 100644 --- a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { PutManagedScalingPolicyInput, PutManagedScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts index d4a34f98cfab..1fa97ec160bd 100644 --- a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { RemoveAutoScalingPolicyInput, RemoveAutoScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts index 643e83bbc0f3..9ae7cc0f458f 100644 --- a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { RemoveAutoTerminationPolicyInput, RemoveAutoTerminationPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts index 76a247e50be5..2738cbbf2d5f 100644 --- a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { RemoveManagedScalingPolicyInput, RemoveManagedScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/RemoveTagsCommand.ts b/clients/client-emr/src/commands/RemoveTagsCommand.ts index 2508c02a9e8f..4b0963b0a7f7 100644 --- a/clients/client-emr/src/commands/RemoveTagsCommand.ts +++ b/clients/client-emr/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/RunJobFlowCommand.ts b/clients/client-emr/src/commands/RunJobFlowCommand.ts index 37cb8f912d9d..cf04add80e26 100644 --- a/clients/client-emr/src/commands/RunJobFlowCommand.ts +++ b/clients/client-emr/src/commands/RunJobFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { RunJobFlowInput, RunJobFlowOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts index 75bf101c887b..d44b98299ece 100644 --- a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts +++ b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { SetTerminationProtectionInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts index 7ed849ca2bc1..8ed5b0322e92 100644 --- a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts +++ b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { SetVisibleToAllUsersInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts index c0abb6f4b963..77c16b57ea57 100644 --- a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { StartNotebookExecutionInput, StartNotebookExecutionOutput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts index 65db689cc47b..0bad1201cbfe 100644 --- a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { StopNotebookExecutionInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts index abd103a46f37..3e4af5f101dd 100644 --- a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { TerminateJobFlowsInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/UpdateStudioCommand.ts b/clients/client-emr/src/commands/UpdateStudioCommand.ts index a2c09d1f2d81..fc604dc96437 100644 --- a/clients/client-emr/src/commands/UpdateStudioCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { UpdateStudioInput } from "../models/models_0"; diff --git a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts index 20c983e20845..50dac7cc5714 100644 --- a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient"; import { UpdateStudioSessionMappingInput } from "../models/models_0"; diff --git a/clients/client-emr/src/endpoint/EndpointParameters.ts b/clients/client-emr/src/endpoint/EndpointParameters.ts index 73a0c656cca0..bdf404341b08 100644 --- a/clients/client-emr/src/endpoint/EndpointParameters.ts +++ b/clients/client-emr/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-emr/src/endpoint/endpointResolver.ts b/clients/client-emr/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-emr/src/endpoint/endpointResolver.ts +++ b/clients/client-emr/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-emr/src/endpoint/ruleset.ts b/clients/client-emr/src/endpoint/ruleset.ts index 6992596de055..06b0df148fd6 100644 --- a/clients/client-emr/src/endpoint/ruleset.ts +++ b/clients/client-emr/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-emr/src/models/EMRServiceException.ts b/clients/client-emr/src/models/EMRServiceException.ts index 86e0da21f8a5..e106184d4f79 100644 --- a/clients/client-emr/src/models/EMRServiceException.ts +++ b/clients/client-emr/src/models/EMRServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-emr/src/models/models_0.ts b/clients/client-emr/src/models/models_0.ts index 9105ad99ee6a..1ae5b0faa378 100644 --- a/clients/client-emr/src/models/models_0.ts +++ b/clients/client-emr/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { EMRServiceException as __BaseException } from "./EMRServiceException"; diff --git a/clients/client-emr/src/pagination/Interfaces.ts b/clients/client-emr/src/pagination/Interfaces.ts index b059737a2c59..583e0562f9c3 100644 --- a/clients/client-emr/src/pagination/Interfaces.ts +++ b/clients/client-emr/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-emr/src/pagination/ListBootstrapActionsPaginator.ts b/clients/client-emr/src/pagination/ListBootstrapActionsPaginator.ts index 512869ae1aa7..e1a118e8f445 100644 --- a/clients/client-emr/src/pagination/ListBootstrapActionsPaginator.ts +++ b/clients/client-emr/src/pagination/ListBootstrapActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBootstrapActionsCommand, diff --git a/clients/client-emr/src/pagination/ListClustersPaginator.ts b/clients/client-emr/src/pagination/ListClustersPaginator.ts index b5df1eaabf28..8b0ababdab94 100644 --- a/clients/client-emr/src/pagination/ListClustersPaginator.ts +++ b/clients/client-emr/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-emr/src/pagination/ListInstanceFleetsPaginator.ts b/clients/client-emr/src/pagination/ListInstanceFleetsPaginator.ts index ad9a5414a336..8699a61db48d 100644 --- a/clients/client-emr/src/pagination/ListInstanceFleetsPaginator.ts +++ b/clients/client-emr/src/pagination/ListInstanceFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceFleetsCommand, diff --git a/clients/client-emr/src/pagination/ListInstanceGroupsPaginator.ts b/clients/client-emr/src/pagination/ListInstanceGroupsPaginator.ts index 78ea2a384270..86d6ca0c3339 100644 --- a/clients/client-emr/src/pagination/ListInstanceGroupsPaginator.ts +++ b/clients/client-emr/src/pagination/ListInstanceGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceGroupsCommand, diff --git a/clients/client-emr/src/pagination/ListInstancesPaginator.ts b/clients/client-emr/src/pagination/ListInstancesPaginator.ts index 65fdbab28492..759bcd235e4f 100644 --- a/clients/client-emr/src/pagination/ListInstancesPaginator.ts +++ b/clients/client-emr/src/pagination/ListInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstancesCommand, diff --git a/clients/client-emr/src/pagination/ListNotebookExecutionsPaginator.ts b/clients/client-emr/src/pagination/ListNotebookExecutionsPaginator.ts index 9922ca1d6b81..d8cf734948c2 100644 --- a/clients/client-emr/src/pagination/ListNotebookExecutionsPaginator.ts +++ b/clients/client-emr/src/pagination/ListNotebookExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNotebookExecutionsCommand, diff --git a/clients/client-emr/src/pagination/ListReleaseLabelsPaginator.ts b/clients/client-emr/src/pagination/ListReleaseLabelsPaginator.ts index dea1f5b53f0b..0b3c33694cb5 100644 --- a/clients/client-emr/src/pagination/ListReleaseLabelsPaginator.ts +++ b/clients/client-emr/src/pagination/ListReleaseLabelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReleaseLabelsCommand, diff --git a/clients/client-emr/src/pagination/ListSecurityConfigurationsPaginator.ts b/clients/client-emr/src/pagination/ListSecurityConfigurationsPaginator.ts index 13363bb8293b..39791adbbf7e 100644 --- a/clients/client-emr/src/pagination/ListSecurityConfigurationsPaginator.ts +++ b/clients/client-emr/src/pagination/ListSecurityConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityConfigurationsCommand, diff --git a/clients/client-emr/src/pagination/ListStepsPaginator.ts b/clients/client-emr/src/pagination/ListStepsPaginator.ts index 251dfbeb84fd..6fb7bdb3d89d 100644 --- a/clients/client-emr/src/pagination/ListStepsPaginator.ts +++ b/clients/client-emr/src/pagination/ListStepsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStepsCommand, ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-emr/src/pagination/ListStudioSessionMappingsPaginator.ts b/clients/client-emr/src/pagination/ListStudioSessionMappingsPaginator.ts index 8558495bf797..d53e1eb6fd22 100644 --- a/clients/client-emr/src/pagination/ListStudioSessionMappingsPaginator.ts +++ b/clients/client-emr/src/pagination/ListStudioSessionMappingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudioSessionMappingsCommand, diff --git a/clients/client-emr/src/pagination/ListStudiosPaginator.ts b/clients/client-emr/src/pagination/ListStudiosPaginator.ts index 5da05c54d7e2..786befc18685 100644 --- a/clients/client-emr/src/pagination/ListStudiosPaginator.ts +++ b/clients/client-emr/src/pagination/ListStudiosPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudiosCommand, ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-emr/src/pagination/ListSupportedInstanceTypesPaginator.ts b/clients/client-emr/src/pagination/ListSupportedInstanceTypesPaginator.ts index 1f8f716e9367..24938765d94f 100644 --- a/clients/client-emr/src/pagination/ListSupportedInstanceTypesPaginator.ts +++ b/clients/client-emr/src/pagination/ListSupportedInstanceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSupportedInstanceTypesCommand, diff --git a/clients/client-emr/src/protocols/Aws_json1_1.ts b/clients/client-emr/src/protocols/Aws_json1_1.ts index f93c92f7b238..585eb1d1e959 100644 --- a/clients/client-emr/src/protocols/Aws_json1_1.ts +++ b/clients/client-emr/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "../commands/AddInstanceFleetCommand"; import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "../commands/AddInstanceGroupsCommand"; diff --git a/clients/client-emr/src/runtimeConfig.browser.ts b/clients/client-emr/src/runtimeConfig.browser.ts index c9052e7b3260..37f4aac44e86 100644 --- a/clients/client-emr/src/runtimeConfig.browser.ts +++ b/clients/client-emr/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRClientConfig } from "./EMRClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-emr/src/runtimeConfig.shared.ts b/clients/client-emr/src/runtimeConfig.shared.ts index aec11e4a6746..515a35e35bcd 100644 --- a/clients/client-emr/src/runtimeConfig.shared.ts +++ b/clients/client-emr/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EMRClientConfig } from "./EMRClient"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; diff --git a/clients/client-emr/src/runtimeConfig.ts b/clients/client-emr/src/runtimeConfig.ts index ad94cf6b9570..1165be0827a5 100644 --- a/clients/client-emr/src/runtimeConfig.ts +++ b/clients/client-emr/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EMRClientConfig } from "./EMRClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-emr/src/waiters/waitForClusterRunning.ts b/clients/client-emr/src/waiters/waitForClusterRunning.ts index 676ba3c73b6f..ef19192d913d 100644 --- a/clients/client-emr/src/waiters/waitForClusterRunning.ts +++ b/clients/client-emr/src/waiters/waitForClusterRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-emr/src/waiters/waitForClusterTerminated.ts b/clients/client-emr/src/waiters/waitForClusterTerminated.ts index 71d579940e1c..0faa5aac6b02 100644 --- a/clients/client-emr/src/waiters/waitForClusterTerminated.ts +++ b/clients/client-emr/src/waiters/waitForClusterTerminated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-emr/src/waiters/waitForStepComplete.ts b/clients/client-emr/src/waiters/waitForStepComplete.ts index e2d5ec850d2d..aa03545996dd 100644 --- a/clients/client-emr/src/waiters/waitForStepComplete.ts +++ b/clients/client-emr/src/waiters/waitForStepComplete.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeStepCommand, DescribeStepCommandInput } from "../commands/DescribeStepCommand"; import { EMRClient } from "../EMRClient"; diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index 7adbe689d24b..07b0bf6c78fa 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -24,43 +24,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", "@aws-sdk/signature-v4-multi-region": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-eventbridge/src/EventBridge.ts b/clients/client-eventbridge/src/EventBridge.ts index 557a10c3bea3..c5e80f395c43 100644 --- a/clients/client-eventbridge/src/EventBridge.ts +++ b/clients/client-eventbridge/src/EventBridge.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivateEventSourceCommand, diff --git a/clients/client-eventbridge/src/EventBridgeClient.ts b/clients/client-eventbridge/src/EventBridgeClient.ts index 56893344068e..b573990cab50 100644 --- a/clients/client-eventbridge/src/EventBridgeClient.ts +++ b/clients/client-eventbridge/src/EventBridgeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -297,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -406,7 +404,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts index 79eabec1a7f7..d6243e9bbaaf 100644 --- a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ActivateEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts index 6105b66b3855..0afa28218dfe 100644 --- a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts index c08b2da29fa5..fd33f5ace2b6 100644 --- a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts index 316355dc5276..cf9199108002 100644 --- a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts index 0e7194ac1432..b7a1e81d2db4 100644 --- a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts index 94b810c65885..5dd9b69fbd73 100644 --- a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts index 7b03010045e7..46034cb477d2 100644 --- a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts index c53da21672ab..d39d0257a2ca 100644 --- a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts index b1357a8831e3..fbea1eddd02f 100644 --- a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeactivateEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts index 0d2cdd09ee2d..d1463b6180f8 100644 --- a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts index dc10c311791c..797ae9ded0f6 100644 --- a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts index 4b8daad6b4d9..3ebe81e95c56 100644 --- a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts index 3c156472d685..95f0e14ca55f 100644 --- a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts index b814b1c5888a..e613e9251261 100644 --- a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts index 93141af0eeba..e8a078894b17 100644 --- a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteEventBusRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts index 25ed038fb090..52192f7ff480 100644 --- a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeletePartnerEventSourceRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts index 54e3204d164e..467af6e049db 100644 --- a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DeleteRuleRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts index aae5bc9cf740..4d6261be815a 100644 --- a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts index ed69089de30c..ca243543c45d 100644 --- a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts index 06f97b2727e9..3f840b087cc4 100644 --- a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts index 2817905824d4..29f2f46bb181 100644 --- a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts index c39cb78e9152..90c246f42faa 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts index 0d0f3440d680..9d4b2016125a 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts index 72b0c0c71093..c8c993077c08 100644 --- a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts index c9183f34d1d9..a509d20f20fc 100644 --- a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts index a62d5846a4da..11fa8cf10677 100644 --- a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts index 1b40226b1a0b..a3e59b30491b 100644 --- a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { DisableRuleRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts index 7bdd741bf887..42ac3d789143 100644 --- a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { EnableRuleRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts index 7446c0c0eecd..52f7b28cf226 100644 --- a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts index c9edd9958643..dc1b57d1a699 100644 --- a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts index 6ab772b8cc70..e47dc0dfabfe 100644 --- a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts index c8f9a6290729..309541e36f4c 100644 --- a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts index 791fa309d33a..f37baa12c1a8 100644 --- a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts index 27d36d764cbe..f9d4e67ae2c6 100644 --- a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts index c30b0ae6f8b6..1afe9959aa57 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts index 06a06e387345..90c66e70f6c2 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts index 377cd5bfed12..fa99944c9bab 100644 --- a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts +++ b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts index 42dda707271b..77b36cc9c1ca 100644 --- a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListRulesCommand.ts b/clients/client-eventbridge/src/commands/ListRulesCommand.ts index 1d32bfdd334e..c2e5559250a8 100644 --- a/clients/client-eventbridge/src/commands/ListRulesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts index eab9eadea527..8463ee9218cb 100644 --- a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts index 204f9eddb43e..062dd38b37d7 100644 --- a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { diff --git a/clients/client-eventbridge/src/commands/PutEventsCommand.ts b/clients/client-eventbridge/src/commands/PutEventsCommand.ts index d4cbf31b4704..0a149ca05899 100644 --- a/clients/client-eventbridge/src/commands/PutEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { PutEventsRequest, PutEventsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts index e02fc9d56143..8c10d0b7ae58 100644 --- a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts index 084cdc42b83e..6cc488cc4aca 100644 --- a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { PutPermissionRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/PutRuleCommand.ts b/clients/client-eventbridge/src/commands/PutRuleCommand.ts index baea108f3bed..edbd7dc45202 100644 --- a/clients/client-eventbridge/src/commands/PutRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/PutRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { PutRuleRequest, PutRuleResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts index 1198f78d123c..ee34c535747f 100644 --- a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { PutTargetsRequest, PutTargetsRequestFilterSensitiveLog, PutTargetsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts index c30448594e10..5c8c99eeb6eb 100644 --- a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { RemovePermissionRequest } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts index 057b7294a39d..f5c62ef7e60b 100644 --- a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/StartReplayCommand.ts b/clients/client-eventbridge/src/commands/StartReplayCommand.ts index c85e39352d88..b357860ce433 100644 --- a/clients/client-eventbridge/src/commands/StartReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/StartReplayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { StartReplayRequest, StartReplayResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/TagResourceCommand.ts b/clients/client-eventbridge/src/commands/TagResourceCommand.ts index 76838d1868d1..5d41c1579b08 100644 --- a/clients/client-eventbridge/src/commands/TagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts index 743ca9c8d2f5..94cd2b50936b 100644 --- a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts +++ b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts index a1a11974f5d8..23f5d48526f9 100644 --- a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts index dcd5920dd98c..0fc032a77995 100644 --- a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts index d2f7d7e6732c..8b45756b9439 100644 --- a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts index 02ad25288892..e2696dbccec6 100644 --- a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts index 7128522c2d00..17be24b925d6 100644 --- a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient"; import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_0"; diff --git a/clients/client-eventbridge/src/endpoint/EndpointParameters.ts b/clients/client-eventbridge/src/endpoint/EndpointParameters.ts index a0c03862349f..aa58a8e230e4 100644 --- a/clients/client-eventbridge/src/endpoint/EndpointParameters.ts +++ b/clients/client-eventbridge/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-eventbridge/src/endpoint/endpointResolver.ts b/clients/client-eventbridge/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-eventbridge/src/endpoint/endpointResolver.ts +++ b/clients/client-eventbridge/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-eventbridge/src/endpoint/ruleset.ts b/clients/client-eventbridge/src/endpoint/ruleset.ts index 49fabbc49122..b3466c6a7fb2 100644 --- a/clients/client-eventbridge/src/endpoint/ruleset.ts +++ b/clients/client-eventbridge/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-eventbridge/src/models/EventBridgeServiceException.ts b/clients/client-eventbridge/src/models/EventBridgeServiceException.ts index 26abbf7032d5..9df52d80110b 100644 --- a/clients/client-eventbridge/src/models/EventBridgeServiceException.ts +++ b/clients/client-eventbridge/src/models/EventBridgeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-eventbridge/src/models/models_0.ts b/clients/client-eventbridge/src/models/models_0.ts index 93616ff9ff02..723a0eaa7687 100644 --- a/clients/client-eventbridge/src/models/models_0.ts +++ b/clients/client-eventbridge/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { EventBridgeServiceException as __BaseException } from "./EventBridgeServiceException"; diff --git a/clients/client-eventbridge/src/protocols/Aws_json1_1.ts b/clients/client-eventbridge/src/protocols/Aws_json1_1.ts index 58dff7d1d947..6fd90c7c161b 100644 --- a/clients/client-eventbridge/src/protocols/Aws_json1_1.ts +++ b/clients/client-eventbridge/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateEventSourceCommandInput, diff --git a/clients/client-eventbridge/src/runtimeConfig.browser.ts b/clients/client-eventbridge/src/runtimeConfig.browser.ts index d4192b1f2cf0..1b8fa3ba9585 100644 --- a/clients/client-eventbridge/src/runtimeConfig.browser.ts +++ b/clients/client-eventbridge/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EventBridgeClientConfig } from "./EventBridgeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-eventbridge/src/runtimeConfig.shared.ts b/clients/client-eventbridge/src/runtimeConfig.shared.ts index 0ea6ebd2b209..dcb1b43b9d65 100644 --- a/clients/client-eventbridge/src/runtimeConfig.shared.ts +++ b/clients/client-eventbridge/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region"; -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { EventBridgeClientConfig } from "./EventBridgeClient"; diff --git a/clients/client-eventbridge/src/runtimeConfig.ts b/clients/client-eventbridge/src/runtimeConfig.ts index abe5563daff9..b439cce9d59d 100644 --- a/clients/client-eventbridge/src/runtimeConfig.ts +++ b/clients/client-eventbridge/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EventBridgeClientConfig } from "./EventBridgeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-evidently/package.json b/clients/client-evidently/package.json index 214b61b6050c..fa8690df89b1 100644 --- a/clients/client-evidently/package.json +++ b/clients/client-evidently/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-evidently/src/Evidently.ts b/clients/client-evidently/src/Evidently.ts index 531590ccf312..01935aba4f0f 100644 --- a/clients/client-evidently/src/Evidently.ts +++ b/clients/client-evidently/src/Evidently.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchEvaluateFeatureCommand, diff --git a/clients/client-evidently/src/EvidentlyClient.ts b/clients/client-evidently/src/EvidentlyClient.ts index dea730aea528..df4da1528e66 100644 --- a/clients/client-evidently/src/EvidentlyClient.ts +++ b/clients/client-evidently/src/EvidentlyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -319,7 +317,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts index 997966a5ab74..c41883936803 100644 --- a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { BatchEvaluateFeatureRequest, BatchEvaluateFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/CreateExperimentCommand.ts b/clients/client-evidently/src/commands/CreateExperimentCommand.ts index a48a715328f6..df39217e48c8 100644 --- a/clients/client-evidently/src/commands/CreateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/CreateExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { CreateExperimentRequest, CreateExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/CreateFeatureCommand.ts b/clients/client-evidently/src/commands/CreateFeatureCommand.ts index 601f7cafa741..4388d0883edc 100644 --- a/clients/client-evidently/src/commands/CreateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/CreateFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { CreateFeatureRequest, CreateFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/CreateLaunchCommand.ts b/clients/client-evidently/src/commands/CreateLaunchCommand.ts index dd91b6a8459f..ff358ba75818 100644 --- a/clients/client-evidently/src/commands/CreateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/CreateLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { CreateLaunchRequest, CreateLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/CreateProjectCommand.ts b/clients/client-evidently/src/commands/CreateProjectCommand.ts index ce3627f75b23..3ac72a32a1e3 100644 --- a/clients/client-evidently/src/commands/CreateProjectCommand.ts +++ b/clients/client-evidently/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/CreateSegmentCommand.ts b/clients/client-evidently/src/commands/CreateSegmentCommand.ts index 79f3b9d137bd..676ae216d29d 100644 --- a/clients/client-evidently/src/commands/CreateSegmentCommand.ts +++ b/clients/client-evidently/src/commands/CreateSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { CreateSegmentRequest, CreateSegmentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts index de663baa36d8..614f49144504 100644 --- a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { DeleteExperimentRequest, DeleteExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts index 3bfc24ca4315..f33d812038fd 100644 --- a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts +++ b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { DeleteFeatureRequest, DeleteFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts index 6f17c4850d0c..c1968090743c 100644 --- a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts +++ b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { DeleteLaunchRequest, DeleteLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/DeleteProjectCommand.ts b/clients/client-evidently/src/commands/DeleteProjectCommand.ts index 14d093ccb377..3e2f8bd6c2e5 100644 --- a/clients/client-evidently/src/commands/DeleteProjectCommand.ts +++ b/clients/client-evidently/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts index 38cf297d5cd6..86f3eac91e2e 100644 --- a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { DeleteSegmentRequest, DeleteSegmentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts index 1f733e5566ba..1fcb0048ae30 100644 --- a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { EvaluateFeatureRequest, EvaluateFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetExperimentCommand.ts b/clients/client-evidently/src/commands/GetExperimentCommand.ts index 975f658da27e..f837afd3a4f4 100644 --- a/clients/client-evidently/src/commands/GetExperimentCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetExperimentRequest, GetExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts index 1722d5b574f9..2f68a62913af 100644 --- a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetExperimentResultsRequest, GetExperimentResultsResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetFeatureCommand.ts b/clients/client-evidently/src/commands/GetFeatureCommand.ts index ccf411920ee2..28e678463a56 100644 --- a/clients/client-evidently/src/commands/GetFeatureCommand.ts +++ b/clients/client-evidently/src/commands/GetFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetFeatureRequest, GetFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetLaunchCommand.ts b/clients/client-evidently/src/commands/GetLaunchCommand.ts index 34ca1ff31d98..ee0cc254c0b2 100644 --- a/clients/client-evidently/src/commands/GetLaunchCommand.ts +++ b/clients/client-evidently/src/commands/GetLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetLaunchRequest, GetLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetProjectCommand.ts b/clients/client-evidently/src/commands/GetProjectCommand.ts index da93a7867e35..d5c9b907f1fc 100644 --- a/clients/client-evidently/src/commands/GetProjectCommand.ts +++ b/clients/client-evidently/src/commands/GetProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetProjectRequest, GetProjectResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/GetSegmentCommand.ts b/clients/client-evidently/src/commands/GetSegmentCommand.ts index 3a6afafbc6ee..32db42b6d6f9 100644 --- a/clients/client-evidently/src/commands/GetSegmentCommand.ts +++ b/clients/client-evidently/src/commands/GetSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { GetSegmentRequest, GetSegmentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListExperimentsCommand.ts b/clients/client-evidently/src/commands/ListExperimentsCommand.ts index d5620e3c89bc..c6c7e51dddd9 100644 --- a/clients/client-evidently/src/commands/ListExperimentsCommand.ts +++ b/clients/client-evidently/src/commands/ListExperimentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListFeaturesCommand.ts b/clients/client-evidently/src/commands/ListFeaturesCommand.ts index 5755ab959e74..d2ff50af4d89 100644 --- a/clients/client-evidently/src/commands/ListFeaturesCommand.ts +++ b/clients/client-evidently/src/commands/ListFeaturesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListFeaturesRequest, ListFeaturesResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListLaunchesCommand.ts b/clients/client-evidently/src/commands/ListLaunchesCommand.ts index 74070ac84067..44c106b89592 100644 --- a/clients/client-evidently/src/commands/ListLaunchesCommand.ts +++ b/clients/client-evidently/src/commands/ListLaunchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListLaunchesRequest, ListLaunchesResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListProjectsCommand.ts b/clients/client-evidently/src/commands/ListProjectsCommand.ts index faaf38da2c14..512af6e192e6 100644 --- a/clients/client-evidently/src/commands/ListProjectsCommand.ts +++ b/clients/client-evidently/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts index fcaa32cba3cf..2ec17bd968ae 100644 --- a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListSegmentReferencesRequest, ListSegmentReferencesResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListSegmentsCommand.ts b/clients/client-evidently/src/commands/ListSegmentsCommand.ts index a78f910671ce..9e5b31a1af65 100644 --- a/clients/client-evidently/src/commands/ListSegmentsCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListSegmentsRequest, ListSegmentsResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts index 5ecc6c2a24df..817e9bb2dbbb 100644 --- a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts index 7c477d7cbab4..d3a06893bb2b 100644 --- a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts +++ b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { PutProjectEventsRequest, PutProjectEventsResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/StartExperimentCommand.ts b/clients/client-evidently/src/commands/StartExperimentCommand.ts index 700690035a99..aa1eca82444c 100644 --- a/clients/client-evidently/src/commands/StartExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StartExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { StartExperimentRequest, StartExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/StartLaunchCommand.ts b/clients/client-evidently/src/commands/StartLaunchCommand.ts index 5847955bd8f5..c54155ae40b1 100644 --- a/clients/client-evidently/src/commands/StartLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StartLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { StartLaunchRequest, StartLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/StopExperimentCommand.ts b/clients/client-evidently/src/commands/StopExperimentCommand.ts index fd38f2570f6f..ffe1dd31c392 100644 --- a/clients/client-evidently/src/commands/StopExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StopExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { StopExperimentRequest, StopExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/StopLaunchCommand.ts b/clients/client-evidently/src/commands/StopLaunchCommand.ts index d3aefa83fd23..0fde0c522ca1 100644 --- a/clients/client-evidently/src/commands/StopLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StopLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { StopLaunchRequest, StopLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/TagResourceCommand.ts b/clients/client-evidently/src/commands/TagResourceCommand.ts index b190f396b58a..0b67beb21af8 100644 --- a/clients/client-evidently/src/commands/TagResourceCommand.ts +++ b/clients/client-evidently/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts index 82897d2977bf..987d5297b23f 100644 --- a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts +++ b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { TestSegmentPatternRequest, TestSegmentPatternResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UntagResourceCommand.ts b/clients/client-evidently/src/commands/UntagResourceCommand.ts index 0dc8d371a58b..efb26f070bf7 100644 --- a/clients/client-evidently/src/commands/UntagResourceCommand.ts +++ b/clients/client-evidently/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts index ffddf6cc0daf..4d20b35fa7b4 100644 --- a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts index 0ef1bb166fdd..e14e6e0132e9 100644 --- a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UpdateFeatureRequest, UpdateFeatureResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts index ccabade3be99..9bf55b8d6e3e 100644 --- a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UpdateLaunchRequest, UpdateLaunchResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UpdateProjectCommand.ts b/clients/client-evidently/src/commands/UpdateProjectCommand.ts index 06cd19a7851e..f9abbb276e70 100644 --- a/clients/client-evidently/src/commands/UpdateProjectCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts index 9d942b0d1837..018302942eba 100644 --- a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EvidentlyClient"; import { UpdateProjectDataDeliveryRequest, UpdateProjectDataDeliveryResponse } from "../models/models_0"; diff --git a/clients/client-evidently/src/endpoint/EndpointParameters.ts b/clients/client-evidently/src/endpoint/EndpointParameters.ts index abb15dfc4f62..e16fc18e2185 100644 --- a/clients/client-evidently/src/endpoint/EndpointParameters.ts +++ b/clients/client-evidently/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-evidently/src/endpoint/endpointResolver.ts b/clients/client-evidently/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-evidently/src/endpoint/endpointResolver.ts +++ b/clients/client-evidently/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-evidently/src/endpoint/ruleset.ts b/clients/client-evidently/src/endpoint/ruleset.ts index ed390245cc3a..5836afa3c0a8 100644 --- a/clients/client-evidently/src/endpoint/ruleset.ts +++ b/clients/client-evidently/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-evidently/src/models/EvidentlyServiceException.ts b/clients/client-evidently/src/models/EvidentlyServiceException.ts index 517fa0366bf2..6d3e81ef9738 100644 --- a/clients/client-evidently/src/models/EvidentlyServiceException.ts +++ b/clients/client-evidently/src/models/EvidentlyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-evidently/src/models/models_0.ts b/clients/client-evidently/src/models/models_0.ts index a4220a4c15e3..4b87b996b72e 100644 --- a/clients/client-evidently/src/models/models_0.ts +++ b/clients/client-evidently/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { EvidentlyServiceException as __BaseException } from "./EvidentlyServiceException"; diff --git a/clients/client-evidently/src/pagination/Interfaces.ts b/clients/client-evidently/src/pagination/Interfaces.ts index 678ee19cdf22..120de682a915 100644 --- a/clients/client-evidently/src/pagination/Interfaces.ts +++ b/clients/client-evidently/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { EvidentlyClient } from "../EvidentlyClient"; diff --git a/clients/client-evidently/src/pagination/ListExperimentsPaginator.ts b/clients/client-evidently/src/pagination/ListExperimentsPaginator.ts index 802450fd3c95..bc2744a75c6f 100644 --- a/clients/client-evidently/src/pagination/ListExperimentsPaginator.ts +++ b/clients/client-evidently/src/pagination/ListExperimentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperimentsCommand, diff --git a/clients/client-evidently/src/pagination/ListFeaturesPaginator.ts b/clients/client-evidently/src/pagination/ListFeaturesPaginator.ts index efdb319a28ab..07088eb40a1d 100644 --- a/clients/client-evidently/src/pagination/ListFeaturesPaginator.ts +++ b/clients/client-evidently/src/pagination/ListFeaturesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFeaturesCommand, diff --git a/clients/client-evidently/src/pagination/ListLaunchesPaginator.ts b/clients/client-evidently/src/pagination/ListLaunchesPaginator.ts index 5788d0b8d8aa..3c1dabe624cd 100644 --- a/clients/client-evidently/src/pagination/ListLaunchesPaginator.ts +++ b/clients/client-evidently/src/pagination/ListLaunchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLaunchesCommand, diff --git a/clients/client-evidently/src/pagination/ListProjectsPaginator.ts b/clients/client-evidently/src/pagination/ListProjectsPaginator.ts index 81ee03b43cbb..23941a8137be 100644 --- a/clients/client-evidently/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-evidently/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-evidently/src/pagination/ListSegmentReferencesPaginator.ts b/clients/client-evidently/src/pagination/ListSegmentReferencesPaginator.ts index 9fecff467ccc..56de659917c3 100644 --- a/clients/client-evidently/src/pagination/ListSegmentReferencesPaginator.ts +++ b/clients/client-evidently/src/pagination/ListSegmentReferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSegmentReferencesCommand, diff --git a/clients/client-evidently/src/pagination/ListSegmentsPaginator.ts b/clients/client-evidently/src/pagination/ListSegmentsPaginator.ts index 921f1e6a8a83..93374ea73dbe 100644 --- a/clients/client-evidently/src/pagination/ListSegmentsPaginator.ts +++ b/clients/client-evidently/src/pagination/ListSegmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSegmentsCommand, diff --git a/clients/client-evidently/src/protocols/Aws_restJson1.ts b/clients/client-evidently/src/protocols/Aws_restJson1.ts index aa888a72b6b3..3c9d1f300896 100644 --- a/clients/client-evidently/src/protocols/Aws_restJson1.ts +++ b/clients/client-evidently/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -20,14 +25,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchEvaluateFeatureCommandInput, diff --git a/clients/client-evidently/src/runtimeConfig.browser.ts b/clients/client-evidently/src/runtimeConfig.browser.ts index f168349fbb97..b6638f59b7b1 100644 --- a/clients/client-evidently/src/runtimeConfig.browser.ts +++ b/clients/client-evidently/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EvidentlyClientConfig } from "./EvidentlyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-evidently/src/runtimeConfig.shared.ts b/clients/client-evidently/src/runtimeConfig.shared.ts index 8f00d2af2a28..146ac0b47715 100644 --- a/clients/client-evidently/src/runtimeConfig.shared.ts +++ b/clients/client-evidently/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { EvidentlyClientConfig } from "./EvidentlyClient"; diff --git a/clients/client-evidently/src/runtimeConfig.ts b/clients/client-evidently/src/runtimeConfig.ts index c325d2177338..0fc2893dc948 100644 --- a/clients/client-evidently/src/runtimeConfig.ts +++ b/clients/client-evidently/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EvidentlyClientConfig } from "./EvidentlyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json index 0f2c024b2d12..b2011ad4ad4e 100644 --- a/clients/client-finspace-data/package.json +++ b/clients/client-finspace-data/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-finspace-data/src/FinspaceData.ts b/clients/client-finspace-data/src/FinspaceData.ts index 9af344b7b3ac..cd57dea017c6 100644 --- a/clients/client-finspace-data/src/FinspaceData.ts +++ b/clients/client-finspace-data/src/FinspaceData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateUserToPermissionGroupCommand, diff --git a/clients/client-finspace-data/src/FinspaceDataClient.ts b/clients/client-finspace-data/src/FinspaceDataClient.ts index aaa143cd40ed..b066d5e0b105 100644 --- a/clients/client-finspace-data/src/FinspaceDataClient.ts +++ b/clients/client-finspace-data/src/FinspaceDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -204,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -313,7 +311,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts index 3c7ae64ab7a6..93fda8add4e6 100644 --- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { AssociateUserToPermissionGroupRequest, AssociateUserToPermissionGroupResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index 3f281aaff96d..858ab2fd407e 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index 80f48c27e144..88b594b37ea3 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index dc1199975aba..2cf8e703db8c 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index 6068439b1129..37c409b77098 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index 5d8464dc609a..29b94cadceaa 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index 83e2a016b322..39dc88480ff2 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index b8d2b1a53e9c..d1daae4ea239 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index 7ff8a79ced89..dbfefa71e424 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { DisableUserRequest, DisableUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 4e41ec31d4d2..0d9e4dfbd446 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index 7f9752673c67..573efacfec84 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { EnableUserRequest, EnableUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index d46f431ac14c..a4092ea23bae 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index a2413db39078..322d1fca9f1f 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index db14f9254b11..329450a824be 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index 994982286a7b..e5a952474bdb 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts index bd0669def6be..99c95990a24d 100644 --- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index a23e11c76026..f943826fe0e1 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index d298c799e42f..2be0f54ccc35 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetUserRequest, GetUserResponse, GetUserResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index 76b08c66dec5..37ca69fe10a9 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index e00358cd4646..2bed8e2e6aee 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index c4dcea75052b..dfb463ad1511 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index f18f9c371125..9ded1825a8e3 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { ListDatasetsRequest, ListDatasetsResponse, ListDatasetsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index ff56f99b281b..f28ebc1acea0 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index 2251a1e86c88..77783423d300 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index 54773dc5bd4d..2acdb8f73ec9 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index 16358ba906d5..31281a91422b 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { ListUsersRequest, ListUsersResponse, ListUsersResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 7cce25c0ca07..e071b8a31f08 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 72784890a075..06fc2ddcbb56 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index cc94585d4af8..77923db07308 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index e93a7bb987a1..6c89f1686871 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index de062c1cd6a4..7be871fa81ca 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient"; import { UpdateUserRequest, UpdateUserRequestFilterSensitiveLog, UpdateUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace-data/src/endpoint/EndpointParameters.ts b/clients/client-finspace-data/src/endpoint/EndpointParameters.ts index 802d2675073c..b4dcf9aa6427 100644 --- a/clients/client-finspace-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-finspace-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-finspace-data/src/endpoint/endpointResolver.ts b/clients/client-finspace-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-finspace-data/src/endpoint/endpointResolver.ts +++ b/clients/client-finspace-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-finspace-data/src/endpoint/ruleset.ts b/clients/client-finspace-data/src/endpoint/ruleset.ts index 79f993887806..fb41647c6ac6 100644 --- a/clients/client-finspace-data/src/endpoint/ruleset.ts +++ b/clients/client-finspace-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts b/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts index 27717ccb37d0..6a208f619b20 100644 --- a/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts +++ b/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-finspace-data/src/models/models_0.ts b/clients/client-finspace-data/src/models/models_0.ts index 58408176f59c..eac2a35ce195 100644 --- a/clients/client-finspace-data/src/models/models_0.ts +++ b/clients/client-finspace-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { FinspaceDataServiceException as __BaseException } from "./FinspaceDataServiceException"; diff --git a/clients/client-finspace-data/src/pagination/Interfaces.ts b/clients/client-finspace-data/src/pagination/Interfaces.ts index 321519d167e9..b0179d0da920 100644 --- a/clients/client-finspace-data/src/pagination/Interfaces.ts +++ b/clients/client-finspace-data/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FinspaceDataClient } from "../FinspaceDataClient"; diff --git a/clients/client-finspace-data/src/pagination/ListChangesetsPaginator.ts b/clients/client-finspace-data/src/pagination/ListChangesetsPaginator.ts index c70c9c036740..aa4ff92e6ca3 100644 --- a/clients/client-finspace-data/src/pagination/ListChangesetsPaginator.ts +++ b/clients/client-finspace-data/src/pagination/ListChangesetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChangesetsCommand, diff --git a/clients/client-finspace-data/src/pagination/ListDataViewsPaginator.ts b/clients/client-finspace-data/src/pagination/ListDataViewsPaginator.ts index 9da446d7eede..5084d1882598 100644 --- a/clients/client-finspace-data/src/pagination/ListDataViewsPaginator.ts +++ b/clients/client-finspace-data/src/pagination/ListDataViewsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataViewsCommand, diff --git a/clients/client-finspace-data/src/pagination/ListDatasetsPaginator.ts b/clients/client-finspace-data/src/pagination/ListDatasetsPaginator.ts index d24daf08a76f..da9e35413af0 100644 --- a/clients/client-finspace-data/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-finspace-data/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-finspace-data/src/pagination/ListPermissionGroupsPaginator.ts b/clients/client-finspace-data/src/pagination/ListPermissionGroupsPaginator.ts index 416dcd0ee395..dd6a2f5a9d6d 100644 --- a/clients/client-finspace-data/src/pagination/ListPermissionGroupsPaginator.ts +++ b/clients/client-finspace-data/src/pagination/ListPermissionGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionGroupsCommand, diff --git a/clients/client-finspace-data/src/pagination/ListUsersPaginator.ts b/clients/client-finspace-data/src/pagination/ListUsersPaginator.ts index c6217a95ec05..7623bb70628f 100644 --- a/clients/client-finspace-data/src/pagination/ListUsersPaginator.ts +++ b/clients/client-finspace-data/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { FinspaceDataClient } from "../FinspaceDataClient"; diff --git a/clients/client-finspace-data/src/protocols/Aws_restJson1.ts b/clients/client-finspace-data/src/protocols/Aws_restJson1.ts index 5b755bc4870e..1ed903ab0a26 100644 --- a/clients/client-finspace-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-finspace-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-finspace-data/src/runtimeConfig.browser.ts b/clients/client-finspace-data/src/runtimeConfig.browser.ts index 8e019827d017..b041810a1fca 100644 --- a/clients/client-finspace-data/src/runtimeConfig.browser.ts +++ b/clients/client-finspace-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FinspaceDataClientConfig } from "./FinspaceDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-finspace-data/src/runtimeConfig.shared.ts b/clients/client-finspace-data/src/runtimeConfig.shared.ts index adf66e96375b..f0b56600ea00 100644 --- a/clients/client-finspace-data/src/runtimeConfig.shared.ts +++ b/clients/client-finspace-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FinspaceDataClientConfig } from "./FinspaceDataClient"; diff --git a/clients/client-finspace-data/src/runtimeConfig.ts b/clients/client-finspace-data/src/runtimeConfig.ts index 057f5ba6d44f..6ab8b694c884 100644 --- a/clients/client-finspace-data/src/runtimeConfig.ts +++ b/clients/client-finspace-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FinspaceDataClientConfig } from "./FinspaceDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json index 5aac7d78c58e..f68d5ecfde5d 100644 --- a/clients/client-finspace/package.json +++ b/clients/client-finspace/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-finspace/src/Finspace.ts b/clients/client-finspace/src/Finspace.ts index e98ade5e1b28..e1d7f3e1fbfa 100644 --- a/clients/client-finspace/src/Finspace.ts +++ b/clients/client-finspace/src/Finspace.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateEnvironmentCommand, diff --git a/clients/client-finspace/src/FinspaceClient.ts b/clients/client-finspace/src/FinspaceClient.ts index 4b8a37769d77..45df7cb72b1f 100644 --- a/clients/client-finspace/src/FinspaceClient.ts +++ b/clients/client-finspace/src/FinspaceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand"; @@ -204,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -313,7 +311,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index f30eaf83df39..96b65283f0e2 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { diff --git a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts index 046dc2b829ba..12360bae6677 100644 --- a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { CreateKxChangesetRequest, CreateKxChangesetResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts index facb22dbdfc3..4d97bca2e30c 100644 --- a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { CreateKxClusterRequest, CreateKxClusterResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts index ec6185f43159..3f5b51b917ee 100644 --- a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { CreateKxDatabaseRequest, CreateKxDatabaseResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts index 119b8a2a47a1..b37b261e5836 100644 --- a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { CreateKxEnvironmentRequest, CreateKxEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/CreateKxUserCommand.ts b/clients/client-finspace/src/commands/CreateKxUserCommand.ts index 69a151d7f258..7e1a2baadb88 100644 --- a/clients/client-finspace/src/commands/CreateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { CreateKxUserRequest, CreateKxUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index c50d7e6ade56..2522a0ae8e23 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts index ba3678b2e750..97394f3c4536 100644 --- a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { DeleteKxClusterRequest, DeleteKxClusterResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts index 252a1d9181d4..639f7bc982f9 100644 --- a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { DeleteKxDatabaseRequest, DeleteKxDatabaseResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts index 78a832a1ee21..2034411d8e3e 100644 --- a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { DeleteKxEnvironmentRequest, DeleteKxEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts index 541bdbde3286..3dc8e3681506 100644 --- a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { DeleteKxUserRequest, DeleteKxUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index 6d49a858d956..f495fb2c25a1 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts index bfd3dfe41320..d630fd27c6ff 100644 --- a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetKxChangesetRequest, GetKxChangesetResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetKxClusterCommand.ts b/clients/client-finspace/src/commands/GetKxClusterCommand.ts index 848dea9cead5..f1febca816e1 100644 --- a/clients/client-finspace/src/commands/GetKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/GetKxClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetKxClusterRequest, GetKxClusterResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts index 1ac1850192c0..db3052bb2bfd 100644 --- a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts +++ b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { diff --git a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts index 8ee38cc020b2..3f58b94daa87 100644 --- a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetKxDatabaseRequest, GetKxDatabaseResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts index 4bc4d0385942..d7529f8d7c17 100644 --- a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetKxEnvironmentRequest, GetKxEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/GetKxUserCommand.ts b/clients/client-finspace/src/commands/GetKxUserCommand.ts index 19216672f195..aaa5b0395b64 100644 --- a/clients/client-finspace/src/commands/GetKxUserCommand.ts +++ b/clients/client-finspace/src/commands/GetKxUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { GetKxUserRequest, GetKxUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index 62029af4436f..13b66c16dec9 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts index c1b3ddc1ed1b..ba4fd1787e91 100644 --- a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxChangesetsRequest, ListKxChangesetsResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts index 672534f49ef0..47d184614bd5 100644 --- a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxClusterNodesRequest, ListKxClusterNodesResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxClustersCommand.ts b/clients/client-finspace/src/commands/ListKxClustersCommand.ts index cda2cd42ac32..8436fca92137 100644 --- a/clients/client-finspace/src/commands/ListKxClustersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxClustersRequest, ListKxClustersResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts index 37623426f7b2..f2802e7bf19f 100644 --- a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxDatabasesRequest, ListKxDatabasesResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts index 94113554fd7f..2fc28c804924 100644 --- a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxEnvironmentsRequest, ListKxEnvironmentsResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListKxUsersCommand.ts b/clients/client-finspace/src/commands/ListKxUsersCommand.ts index c59616acf02e..66bb4a059b8b 100644 --- a/clients/client-finspace/src/commands/ListKxUsersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListKxUsersRequest, ListKxUsersResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts index 51b48d681f21..07b6b17206b8 100644 --- a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/TagResourceCommand.ts b/clients/client-finspace/src/commands/TagResourceCommand.ts index eb182479f04f..8041439f3dd2 100644 --- a/clients/client-finspace/src/commands/TagResourceCommand.ts +++ b/clients/client-finspace/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UntagResourceCommand.ts b/clients/client-finspace/src/commands/UntagResourceCommand.ts index 441f36a82fa5..40132d6287f0 100644 --- a/clients/client-finspace/src/commands/UntagResourceCommand.ts +++ b/clients/client-finspace/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index 759cc0936669..8220b9452f7c 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts index 56877516718b..5c838b7a8df0 100644 --- a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateKxClusterDatabasesRequest, UpdateKxClusterDatabasesResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts index d8ff1e832c38..e788be90fab7 100644 --- a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateKxDatabaseRequest, UpdateKxDatabaseResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts index 0c8e1339d869..5d235d027029 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateKxEnvironmentRequest, UpdateKxEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts index 1affb823a966..fdd2ab8697b6 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateKxEnvironmentNetworkRequest, UpdateKxEnvironmentNetworkResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts index 256d930c8945..d9994f0f24e2 100644 --- a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceClient"; import { UpdateKxUserRequest, UpdateKxUserResponse } from "../models/models_0"; diff --git a/clients/client-finspace/src/endpoint/EndpointParameters.ts b/clients/client-finspace/src/endpoint/EndpointParameters.ts index 6b949fab6b5d..0a6aadaa4a14 100644 --- a/clients/client-finspace/src/endpoint/EndpointParameters.ts +++ b/clients/client-finspace/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-finspace/src/endpoint/endpointResolver.ts b/clients/client-finspace/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-finspace/src/endpoint/endpointResolver.ts +++ b/clients/client-finspace/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-finspace/src/endpoint/ruleset.ts b/clients/client-finspace/src/endpoint/ruleset.ts index 655f651b01e2..272d74177ec3 100644 --- a/clients/client-finspace/src/endpoint/ruleset.ts +++ b/clients/client-finspace/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-finspace/src/models/FinspaceServiceException.ts b/clients/client-finspace/src/models/FinspaceServiceException.ts index 8887448dcce8..2d8aa2cfcb46 100644 --- a/clients/client-finspace/src/models/FinspaceServiceException.ts +++ b/clients/client-finspace/src/models/FinspaceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-finspace/src/models/models_0.ts b/clients/client-finspace/src/models/models_0.ts index eead41fa03ac..bf7f8ff1cd03 100644 --- a/clients/client-finspace/src/models/models_0.ts +++ b/clients/client-finspace/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { FinspaceServiceException as __BaseException } from "./FinspaceServiceException"; diff --git a/clients/client-finspace/src/pagination/Interfaces.ts b/clients/client-finspace/src/pagination/Interfaces.ts index cb475894ec6e..19478d0eacdf 100644 --- a/clients/client-finspace/src/pagination/Interfaces.ts +++ b/clients/client-finspace/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FinspaceClient } from "../FinspaceClient"; diff --git a/clients/client-finspace/src/pagination/ListKxChangesetsPaginator.ts b/clients/client-finspace/src/pagination/ListKxChangesetsPaginator.ts index da3ec04c7082..4383bc9e0b7a 100644 --- a/clients/client-finspace/src/pagination/ListKxChangesetsPaginator.ts +++ b/clients/client-finspace/src/pagination/ListKxChangesetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKxChangesetsCommand, diff --git a/clients/client-finspace/src/pagination/ListKxClusterNodesPaginator.ts b/clients/client-finspace/src/pagination/ListKxClusterNodesPaginator.ts index 77c50d6137a0..683f1ab5bd3b 100644 --- a/clients/client-finspace/src/pagination/ListKxClusterNodesPaginator.ts +++ b/clients/client-finspace/src/pagination/ListKxClusterNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKxClusterNodesCommand, diff --git a/clients/client-finspace/src/pagination/ListKxDatabasesPaginator.ts b/clients/client-finspace/src/pagination/ListKxDatabasesPaginator.ts index e2daa6de39eb..22effd7e4478 100644 --- a/clients/client-finspace/src/pagination/ListKxDatabasesPaginator.ts +++ b/clients/client-finspace/src/pagination/ListKxDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKxDatabasesCommand, diff --git a/clients/client-finspace/src/pagination/ListKxEnvironmentsPaginator.ts b/clients/client-finspace/src/pagination/ListKxEnvironmentsPaginator.ts index 67039250d49c..da76d9355e99 100644 --- a/clients/client-finspace/src/pagination/ListKxEnvironmentsPaginator.ts +++ b/clients/client-finspace/src/pagination/ListKxEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKxEnvironmentsCommand, diff --git a/clients/client-finspace/src/protocols/Aws_restJson1.ts b/clients/client-finspace/src/protocols/Aws_restJson1.ts index b2c3fe732532..21daf108b799 100644 --- a/clients/client-finspace/src/protocols/Aws_restJson1.ts +++ b/clients/client-finspace/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand"; diff --git a/clients/client-finspace/src/runtimeConfig.browser.ts b/clients/client-finspace/src/runtimeConfig.browser.ts index 83db5efb7781..c9b47ec94ea2 100644 --- a/clients/client-finspace/src/runtimeConfig.browser.ts +++ b/clients/client-finspace/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FinspaceClientConfig } from "./FinspaceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-finspace/src/runtimeConfig.shared.ts b/clients/client-finspace/src/runtimeConfig.shared.ts index fc6085912a15..aa38a7556987 100644 --- a/clients/client-finspace/src/runtimeConfig.shared.ts +++ b/clients/client-finspace/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FinspaceClientConfig } from "./FinspaceClient"; diff --git a/clients/client-finspace/src/runtimeConfig.ts b/clients/client-finspace/src/runtimeConfig.ts index 292c46f2d1a9..7767b6f0ee85 100644 --- a/clients/client-finspace/src/runtimeConfig.ts +++ b/clients/client-finspace/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FinspaceClientConfig } from "./FinspaceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index 9a0838debf23..89f4e7806189 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-firehose/src/Firehose.ts b/clients/client-firehose/src/Firehose.ts index b7f04798d8b0..7004a8334fa9 100644 --- a/clients/client-firehose/src/Firehose.ts +++ b/clients/client-firehose/src/Firehose.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDeliveryStreamCommand, diff --git a/clients/client-firehose/src/FirehoseClient.ts b/clients/client-firehose/src/FirehoseClient.ts index 10c21f16091e..df09aece0ff9 100644 --- a/clients/client-firehose/src/FirehoseClient.ts +++ b/clients/client-firehose/src/FirehoseClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -141,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -250,7 +248,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts index 8c9bb652e316..8846adb4daa2 100644 --- a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { diff --git a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts index a34a93fc1e8e..0d130f8db4f9 100644 --- a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { DeleteDeliveryStreamInput, DeleteDeliveryStreamOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts index 1e5041edca74..0c236fec5cee 100644 --- a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { diff --git a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts index a46496f94c65..4886f8194599 100644 --- a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts +++ b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { ListDeliveryStreamsInput, ListDeliveryStreamsOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts index 4cc2a968fcfb..69ccf924b17d 100644 --- a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { ListTagsForDeliveryStreamInput, ListTagsForDeliveryStreamOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts index 51d0389f1e22..341d4d3a968c 100644 --- a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { PutRecordBatchInput, PutRecordBatchOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/PutRecordCommand.ts b/clients/client-firehose/src/commands/PutRecordCommand.ts index 57fc7cc82dbf..d81d16eb4c81 100644 --- a/clients/client-firehose/src/commands/PutRecordCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { PutRecordInput, PutRecordOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts index 24d79bb6053a..0d9a7acc92ce 100644 --- a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { StartDeliveryStreamEncryptionInput, StartDeliveryStreamEncryptionOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts index 25d6678fbeba..24ea2f768fa7 100644 --- a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { StopDeliveryStreamEncryptionInput, StopDeliveryStreamEncryptionOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts index b90e384fb803..482c74028985 100644 --- a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { TagDeliveryStreamInput, TagDeliveryStreamOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts index 32d1fc5e1e73..212ba15c7943 100644 --- a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { UntagDeliveryStreamInput, UntagDeliveryStreamOutput } from "../models/models_0"; diff --git a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts index 2d9c5d3b7ef4..619fe342d74a 100644 --- a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient"; import { diff --git a/clients/client-firehose/src/endpoint/EndpointParameters.ts b/clients/client-firehose/src/endpoint/EndpointParameters.ts index 72788feb7593..9a10861fe37d 100644 --- a/clients/client-firehose/src/endpoint/EndpointParameters.ts +++ b/clients/client-firehose/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-firehose/src/endpoint/endpointResolver.ts b/clients/client-firehose/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-firehose/src/endpoint/endpointResolver.ts +++ b/clients/client-firehose/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-firehose/src/endpoint/ruleset.ts b/clients/client-firehose/src/endpoint/ruleset.ts index 59c0d1a5cdac..9d30402a87f4 100644 --- a/clients/client-firehose/src/endpoint/ruleset.ts +++ b/clients/client-firehose/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-firehose/src/models/FirehoseServiceException.ts b/clients/client-firehose/src/models/FirehoseServiceException.ts index e8a43759eec3..a2b45d10b86d 100644 --- a/clients/client-firehose/src/models/FirehoseServiceException.ts +++ b/clients/client-firehose/src/models/FirehoseServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-firehose/src/models/models_0.ts b/clients/client-firehose/src/models/models_0.ts index f0cfd8cf3596..1b28cb8c2332 100644 --- a/clients/client-firehose/src/models/models_0.ts +++ b/clients/client-firehose/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException"; diff --git a/clients/client-firehose/src/protocols/Aws_json1_1.ts b/clients/client-firehose/src/protocols/Aws_json1_1.ts index 1a3622dc3026..3ccb90824878 100644 --- a/clients/client-firehose/src/protocols/Aws_json1_1.ts +++ b/clients/client-firehose/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeliveryStreamCommandInput, diff --git a/clients/client-firehose/src/runtimeConfig.browser.ts b/clients/client-firehose/src/runtimeConfig.browser.ts index fb43a144727b..e9737a239da8 100644 --- a/clients/client-firehose/src/runtimeConfig.browser.ts +++ b/clients/client-firehose/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FirehoseClientConfig } from "./FirehoseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-firehose/src/runtimeConfig.shared.ts b/clients/client-firehose/src/runtimeConfig.shared.ts index bf3c0f2d7843..9a1aac5ca279 100644 --- a/clients/client-firehose/src/runtimeConfig.shared.ts +++ b/clients/client-firehose/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FirehoseClientConfig } from "./FirehoseClient"; diff --git a/clients/client-firehose/src/runtimeConfig.ts b/clients/client-firehose/src/runtimeConfig.ts index 5b850b404f02..b1a2a322f315 100644 --- a/clients/client-firehose/src/runtimeConfig.ts +++ b/clients/client-firehose/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FirehoseClientConfig } from "./FirehoseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json index c419a03d262b..4bae8e6329f6 100644 --- a/clients/client-fis/package.json +++ b/clients/client-fis/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-fis/src/Fis.ts b/clients/client-fis/src/Fis.ts index cb0474ccbbb1..84155338bae4 100644 --- a/clients/client-fis/src/Fis.ts +++ b/clients/client-fis/src/Fis.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateExperimentTemplateCommand, diff --git a/clients/client-fis/src/FisClient.ts b/clients/client-fis/src/FisClient.ts index 3aa9d7034364..17d1dd776539 100644 --- a/clients/client-fis/src/FisClient.ts +++ b/clients/client-fis/src/FisClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts index 186aaf0a1b3d..8ccb396f7df3 100644 --- a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { CreateExperimentTemplateRequest, CreateExperimentTemplateResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts index d14646a25b0e..91d5701ca86e 100644 --- a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { DeleteExperimentTemplateRequest, DeleteExperimentTemplateResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/GetActionCommand.ts b/clients/client-fis/src/commands/GetActionCommand.ts index dd8afc22a806..e5b72596a31d 100644 --- a/clients/client-fis/src/commands/GetActionCommand.ts +++ b/clients/client-fis/src/commands/GetActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { GetActionRequest, GetActionResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/GetExperimentCommand.ts b/clients/client-fis/src/commands/GetExperimentCommand.ts index 8637b7705f61..aa0b549bbcb6 100644 --- a/clients/client-fis/src/commands/GetExperimentCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { GetExperimentRequest, GetExperimentResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts index de5f576c1fcf..4ee9e45f8841 100644 --- a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { GetExperimentTemplateRequest, GetExperimentTemplateResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts index a762724d5a9d..b32d20c8f69a 100644 --- a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts +++ b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { GetTargetResourceTypeRequest, GetTargetResourceTypeResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/ListActionsCommand.ts b/clients/client-fis/src/commands/ListActionsCommand.ts index 7af9efd60719..ccdd5e5600b1 100644 --- a/clients/client-fis/src/commands/ListActionsCommand.ts +++ b/clients/client-fis/src/commands/ListActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { ListActionsRequest, ListActionsResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts index 0d8b38d71c4c..6d37686c9f2b 100644 --- a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { ListExperimentTemplatesRequest, ListExperimentTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/ListExperimentsCommand.ts b/clients/client-fis/src/commands/ListExperimentsCommand.ts index 05e02a94d23a..f60acbb69f4e 100644 --- a/clients/client-fis/src/commands/ListExperimentsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts index 2d4860595682..ff159add00c8 100644 --- a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts index 5e536e154d2b..743e5c9c1fb6 100644 --- a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts +++ b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { ListTargetResourceTypesRequest, ListTargetResourceTypesResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/StartExperimentCommand.ts b/clients/client-fis/src/commands/StartExperimentCommand.ts index 902c64369b44..00fc495cb3cd 100644 --- a/clients/client-fis/src/commands/StartExperimentCommand.ts +++ b/clients/client-fis/src/commands/StartExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { StartExperimentRequest, StartExperimentResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/StopExperimentCommand.ts b/clients/client-fis/src/commands/StopExperimentCommand.ts index a3c2a45afd33..837e70513eb4 100644 --- a/clients/client-fis/src/commands/StopExperimentCommand.ts +++ b/clients/client-fis/src/commands/StopExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { StopExperimentRequest, StopExperimentResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/TagResourceCommand.ts b/clients/client-fis/src/commands/TagResourceCommand.ts index cb9417350e68..3b0dc1bdafed 100644 --- a/clients/client-fis/src/commands/TagResourceCommand.ts +++ b/clients/client-fis/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/UntagResourceCommand.ts b/clients/client-fis/src/commands/UntagResourceCommand.ts index 44cdeb2771da..f83d84dd47d7 100644 --- a/clients/client-fis/src/commands/UntagResourceCommand.ts +++ b/clients/client-fis/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts index 25a0306d89dc..8cb97a6bd04f 100644 --- a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FisClient"; import { UpdateExperimentTemplateRequest, UpdateExperimentTemplateResponse } from "../models/models_0"; diff --git a/clients/client-fis/src/endpoint/EndpointParameters.ts b/clients/client-fis/src/endpoint/EndpointParameters.ts index 81b785d2a994..4edccca56eeb 100644 --- a/clients/client-fis/src/endpoint/EndpointParameters.ts +++ b/clients/client-fis/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-fis/src/endpoint/endpointResolver.ts b/clients/client-fis/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-fis/src/endpoint/endpointResolver.ts +++ b/clients/client-fis/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-fis/src/endpoint/ruleset.ts b/clients/client-fis/src/endpoint/ruleset.ts index da37b9d922ee..91c96a37efe3 100644 --- a/clients/client-fis/src/endpoint/ruleset.ts +++ b/clients/client-fis/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-fis/src/models/FisServiceException.ts b/clients/client-fis/src/models/FisServiceException.ts index da591f9c01f4..224c82cfcafc 100644 --- a/clients/client-fis/src/models/FisServiceException.ts +++ b/clients/client-fis/src/models/FisServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-fis/src/models/models_0.ts b/clients/client-fis/src/models/models_0.ts index ab9b12830e9c..e6c3fd01d879 100644 --- a/clients/client-fis/src/models/models_0.ts +++ b/clients/client-fis/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { FisServiceException as __BaseException } from "./FisServiceException"; diff --git a/clients/client-fis/src/pagination/Interfaces.ts b/clients/client-fis/src/pagination/Interfaces.ts index 0f54fb0a3f3d..88038397c4ab 100644 --- a/clients/client-fis/src/pagination/Interfaces.ts +++ b/clients/client-fis/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FisClient } from "../FisClient"; diff --git a/clients/client-fis/src/pagination/ListActionsPaginator.ts b/clients/client-fis/src/pagination/ListActionsPaginator.ts index 40e94120daab..c6d3e1b3570f 100644 --- a/clients/client-fis/src/pagination/ListActionsPaginator.ts +++ b/clients/client-fis/src/pagination/ListActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListActionsCommand, ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand"; import { FisClient } from "../FisClient"; diff --git a/clients/client-fis/src/pagination/ListExperimentTemplatesPaginator.ts b/clients/client-fis/src/pagination/ListExperimentTemplatesPaginator.ts index 16ddafb17171..cd156df94856 100644 --- a/clients/client-fis/src/pagination/ListExperimentTemplatesPaginator.ts +++ b/clients/client-fis/src/pagination/ListExperimentTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperimentTemplatesCommand, diff --git a/clients/client-fis/src/pagination/ListExperimentsPaginator.ts b/clients/client-fis/src/pagination/ListExperimentsPaginator.ts index 11c2976fc225..211d55cc29fb 100644 --- a/clients/client-fis/src/pagination/ListExperimentsPaginator.ts +++ b/clients/client-fis/src/pagination/ListExperimentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperimentsCommand, diff --git a/clients/client-fis/src/pagination/ListTargetResourceTypesPaginator.ts b/clients/client-fis/src/pagination/ListTargetResourceTypesPaginator.ts index 6d479b422a67..3a4d9688a1af 100644 --- a/clients/client-fis/src/pagination/ListTargetResourceTypesPaginator.ts +++ b/clients/client-fis/src/pagination/ListTargetResourceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetResourceTypesCommand, diff --git a/clients/client-fis/src/protocols/Aws_restJson1.ts b/clients/client-fis/src/protocols/Aws_restJson1.ts index 16acc5c2371f..2e0c89f9f242 100644 --- a/clients/client-fis/src/protocols/Aws_restJson1.ts +++ b/clients/client-fis/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-fis/src/runtimeConfig.browser.ts b/clients/client-fis/src/runtimeConfig.browser.ts index e6195b2cf0fa..c9a0f31dd591 100644 --- a/clients/client-fis/src/runtimeConfig.browser.ts +++ b/clients/client-fis/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FisClientConfig } from "./FisClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-fis/src/runtimeConfig.shared.ts b/clients/client-fis/src/runtimeConfig.shared.ts index 473653c25d9a..e1f146a1c4e2 100644 --- a/clients/client-fis/src/runtimeConfig.shared.ts +++ b/clients/client-fis/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FisClientConfig } from "./FisClient"; diff --git a/clients/client-fis/src/runtimeConfig.ts b/clients/client-fis/src/runtimeConfig.ts index f7e5a4e6cca3..f6d29de9db48 100644 --- a/clients/client-fis/src/runtimeConfig.ts +++ b/clients/client-fis/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FisClientConfig } from "./FisClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index b205a11171f8..3eb686e08cfd 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-fms/src/FMS.ts b/clients/client-fms/src/FMS.ts index 0a823aa2492f..43b73dfc65ce 100644 --- a/clients/client-fms/src/FMS.ts +++ b/clients/client-fms/src/FMS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateAdminAccountCommand, diff --git a/clients/client-fms/src/FMSClient.ts b/clients/client-fms/src/FMSClient.ts index 15d29a0b4e93..53e0453c197a 100644 --- a/clients/client-fms/src/FMSClient.ts +++ b/clients/client-fms/src/FMSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -270,7 +268,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -379,7 +377,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts index d326edc16850..cc02eec03c29 100644 --- a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { AssociateAdminAccountRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts index cf22a8613144..6ee3a4b977d0 100644 --- a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts index ce522d6328d0..13735985d330 100644 --- a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts index a3b63ab280ce..5cf08aa85d0d 100644 --- a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DeleteAppsListCommand.ts b/clients/client-fms/src/commands/DeleteAppsListCommand.ts index f1efc57ca26e..aa8f6f6501d9 100644 --- a/clients/client-fms/src/commands/DeleteAppsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteAppsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DeleteAppsListRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts index c99f10ea88a1..b6373b6c9f2c 100644 --- a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DeleteNotificationChannelRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DeletePolicyCommand.ts b/clients/client-fms/src/commands/DeletePolicyCommand.ts index 44a63e24a941..336d1e6953be 100644 --- a/clients/client-fms/src/commands/DeletePolicyCommand.ts +++ b/clients/client-fms/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DeletePolicyRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts index 585ccbf0bd81..e0dd90c2d7df 100644 --- a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DeleteProtocolsListRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts index d63ebeeef0db..04baa1f8344d 100644 --- a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DeleteResourceSetRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts index 49abbe9f4dab..8c9bf2575d7b 100644 --- a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DisassociateAdminAccountRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts index 1e34b735ebb6..0c4ca8f4f158 100644 --- a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetAdminAccountCommand.ts b/clients/client-fms/src/commands/GetAdminAccountCommand.ts index 17e007d51bae..c29c48cf5115 100644 --- a/clients/client-fms/src/commands/GetAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/GetAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetAdminScopeCommand.ts b/clients/client-fms/src/commands/GetAdminScopeCommand.ts index 9e268140a54b..7ad13516dae0 100644 --- a/clients/client-fms/src/commands/GetAdminScopeCommand.ts +++ b/clients/client-fms/src/commands/GetAdminScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetAdminScopeRequest, GetAdminScopeResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetAppsListCommand.ts b/clients/client-fms/src/commands/GetAppsListCommand.ts index 9c89478b234f..127c79110af9 100644 --- a/clients/client-fms/src/commands/GetAppsListCommand.ts +++ b/clients/client-fms/src/commands/GetAppsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts index d5aa15a479fc..edd1031b4c34 100644 --- a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts +++ b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts index 6a20fead55e7..9b23327be0f2 100644 --- a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetPolicyCommand.ts b/clients/client-fms/src/commands/GetPolicyCommand.ts index e64c7c036662..e5ba39179a6e 100644 --- a/clients/client-fms/src/commands/GetPolicyCommand.ts +++ b/clients/client-fms/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts index 735a092b62f1..79208186c9c7 100644 --- a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts +++ b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetProtocolsListCommand.ts b/clients/client-fms/src/commands/GetProtocolsListCommand.ts index 41dfa3a0ff77..83a07b74a8c0 100644 --- a/clients/client-fms/src/commands/GetProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/GetProtocolsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetResourceSetCommand.ts b/clients/client-fms/src/commands/GetResourceSetCommand.ts index d2728b646670..9aaa7a63811b 100644 --- a/clients/client-fms/src/commands/GetResourceSetCommand.ts +++ b/clients/client-fms/src/commands/GetResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts index ce45f1d2c197..d461ed2bf172 100644 --- a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts +++ b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { diff --git a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts index dcfe25dcea25..bd04ee3a38b3 100644 --- a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts +++ b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts index 12fac9f7aaea..7ac29e8bdc5d 100644 --- a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts +++ b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListAdminAccountsForOrganizationRequest, ListAdminAccountsForOrganizationResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts index 9c9f39bc7ec7..8846089ab745 100644 --- a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts +++ b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListAdminsManagingAccountRequest, ListAdminsManagingAccountResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListAppsListsCommand.ts b/clients/client-fms/src/commands/ListAppsListsCommand.ts index de17d775c173..5386e464cf52 100644 --- a/clients/client-fms/src/commands/ListAppsListsCommand.ts +++ b/clients/client-fms/src/commands/ListAppsListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts index 4910abc6e331..55c08028493c 100644 --- a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts +++ b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts index cd9ec874a351..1db7e46e079b 100644 --- a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts index fa5492bbbfbf..a8eb444fef04 100644 --- a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListPoliciesCommand.ts b/clients/client-fms/src/commands/ListPoliciesCommand.ts index dec18d5ec97b..5f8c85ea079e 100644 --- a/clients/client-fms/src/commands/ListPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts index 3c82dcccad4b..666d91ac16f2 100644 --- a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts +++ b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts index d2eb48e2ace9..44c98394f769 100644 --- a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListResourceSetResourcesRequest, ListResourceSetResourcesResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListResourceSetsCommand.ts b/clients/client-fms/src/commands/ListResourceSetsCommand.ts index 324a02086131..f80869c498cf 100644 --- a/clients/client-fms/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts index 82bb44ad6805..ba7ca12c1321 100644 --- a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts index 609e19cda155..d8d7d95194d4 100644 --- a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { diff --git a/clients/client-fms/src/commands/PutAdminAccountCommand.ts b/clients/client-fms/src/commands/PutAdminAccountCommand.ts index 91e7ce015612..d4c71e6cdb18 100644 --- a/clients/client-fms/src/commands/PutAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/PutAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutAdminAccountRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/PutAppsListCommand.ts b/clients/client-fms/src/commands/PutAppsListCommand.ts index b21c8286c55f..eaa936e68a06 100644 --- a/clients/client-fms/src/commands/PutAppsListCommand.ts +++ b/clients/client-fms/src/commands/PutAppsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutAppsListRequest, PutAppsListResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts index 254ccd1c4de2..8b5c62a2de6b 100644 --- a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutNotificationChannelRequest } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/PutPolicyCommand.ts b/clients/client-fms/src/commands/PutPolicyCommand.ts index 7fc780f962ad..7ba460cf8573 100644 --- a/clients/client-fms/src/commands/PutPolicyCommand.ts +++ b/clients/client-fms/src/commands/PutPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutPolicyRequest, PutPolicyResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/PutProtocolsListCommand.ts b/clients/client-fms/src/commands/PutProtocolsListCommand.ts index 77427cd87e40..2beeb087a3cd 100644 --- a/clients/client-fms/src/commands/PutProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/PutProtocolsListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/PutResourceSetCommand.ts b/clients/client-fms/src/commands/PutResourceSetCommand.ts index b507ffa5cd81..dd9e7e3dc198 100644 --- a/clients/client-fms/src/commands/PutResourceSetCommand.ts +++ b/clients/client-fms/src/commands/PutResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { PutResourceSetRequest, PutResourceSetResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/TagResourceCommand.ts b/clients/client-fms/src/commands/TagResourceCommand.ts index 9271df1428dd..e816c7f871d6 100644 --- a/clients/client-fms/src/commands/TagResourceCommand.ts +++ b/clients/client-fms/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/commands/UntagResourceCommand.ts b/clients/client-fms/src/commands/UntagResourceCommand.ts index 90b232dc7fa5..0231b2fd3c04 100644 --- a/clients/client-fms/src/commands/UntagResourceCommand.ts +++ b/clients/client-fms/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fms/src/endpoint/EndpointParameters.ts b/clients/client-fms/src/endpoint/EndpointParameters.ts index cc1224facce7..2a976f85c1c7 100644 --- a/clients/client-fms/src/endpoint/EndpointParameters.ts +++ b/clients/client-fms/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-fms/src/endpoint/endpointResolver.ts b/clients/client-fms/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-fms/src/endpoint/endpointResolver.ts +++ b/clients/client-fms/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-fms/src/endpoint/ruleset.ts b/clients/client-fms/src/endpoint/ruleset.ts index a4b4188cac1e..aa787ad6e8ea 100644 --- a/clients/client-fms/src/endpoint/ruleset.ts +++ b/clients/client-fms/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-fms/src/models/FMSServiceException.ts b/clients/client-fms/src/models/FMSServiceException.ts index dc34de1709bf..1bbb9dd2254b 100644 --- a/clients/client-fms/src/models/FMSServiceException.ts +++ b/clients/client-fms/src/models/FMSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-fms/src/models/models_0.ts b/clients/client-fms/src/models/models_0.ts index 1b59e455a8d6..46d2b9fb3631 100644 --- a/clients/client-fms/src/models/models_0.ts +++ b/clients/client-fms/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { FMSServiceException as __BaseException } from "./FMSServiceException"; diff --git a/clients/client-fms/src/pagination/Interfaces.ts b/clients/client-fms/src/pagination/Interfaces.ts index 8a50ee4c70ce..88a5b82c3f21 100644 --- a/clients/client-fms/src/pagination/Interfaces.ts +++ b/clients/client-fms/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FMSClient } from "../FMSClient"; diff --git a/clients/client-fms/src/pagination/ListAdminAccountsForOrganizationPaginator.ts b/clients/client-fms/src/pagination/ListAdminAccountsForOrganizationPaginator.ts index d8a29169ad32..e1c6e81b5e37 100644 --- a/clients/client-fms/src/pagination/ListAdminAccountsForOrganizationPaginator.ts +++ b/clients/client-fms/src/pagination/ListAdminAccountsForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAdminAccountsForOrganizationCommand, diff --git a/clients/client-fms/src/pagination/ListAdminsManagingAccountPaginator.ts b/clients/client-fms/src/pagination/ListAdminsManagingAccountPaginator.ts index 5f1f8031b65c..7cc1e812c376 100644 --- a/clients/client-fms/src/pagination/ListAdminsManagingAccountPaginator.ts +++ b/clients/client-fms/src/pagination/ListAdminsManagingAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAdminsManagingAccountCommand, diff --git a/clients/client-fms/src/pagination/ListAppsListsPaginator.ts b/clients/client-fms/src/pagination/ListAppsListsPaginator.ts index 42c919e36879..0660d9a4b5df 100644 --- a/clients/client-fms/src/pagination/ListAppsListsPaginator.ts +++ b/clients/client-fms/src/pagination/ListAppsListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppsListsCommand, diff --git a/clients/client-fms/src/pagination/ListComplianceStatusPaginator.ts b/clients/client-fms/src/pagination/ListComplianceStatusPaginator.ts index e011dad54375..970d7ecde7a1 100644 --- a/clients/client-fms/src/pagination/ListComplianceStatusPaginator.ts +++ b/clients/client-fms/src/pagination/ListComplianceStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComplianceStatusCommand, diff --git a/clients/client-fms/src/pagination/ListMemberAccountsPaginator.ts b/clients/client-fms/src/pagination/ListMemberAccountsPaginator.ts index 3f89e3e92097..58d31c57f3df 100644 --- a/clients/client-fms/src/pagination/ListMemberAccountsPaginator.ts +++ b/clients/client-fms/src/pagination/ListMemberAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMemberAccountsCommand, diff --git a/clients/client-fms/src/pagination/ListPoliciesPaginator.ts b/clients/client-fms/src/pagination/ListPoliciesPaginator.ts index e16c414a0f03..33b14014b630 100644 --- a/clients/client-fms/src/pagination/ListPoliciesPaginator.ts +++ b/clients/client-fms/src/pagination/ListPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesCommand, diff --git a/clients/client-fms/src/pagination/ListProtocolsListsPaginator.ts b/clients/client-fms/src/pagination/ListProtocolsListsPaginator.ts index 2e808037c6d4..76b4e0ad2abf 100644 --- a/clients/client-fms/src/pagination/ListProtocolsListsPaginator.ts +++ b/clients/client-fms/src/pagination/ListProtocolsListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProtocolsListsCommand, diff --git a/clients/client-fms/src/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.ts b/clients/client-fms/src/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.ts index 310dd2c3d22e..2633ece73c60 100644 --- a/clients/client-fms/src/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.ts +++ b/clients/client-fms/src/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThirdPartyFirewallFirewallPoliciesCommand, diff --git a/clients/client-fms/src/protocols/Aws_json1_1.ts b/clients/client-fms/src/protocols/Aws_json1_1.ts index c41cc02f7041..bb3ed1ed0499 100644 --- a/clients/client-fms/src/protocols/Aws_json1_1.ts +++ b/clients/client-fms/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateAdminAccountCommandInput, diff --git a/clients/client-fms/src/runtimeConfig.browser.ts b/clients/client-fms/src/runtimeConfig.browser.ts index 404074745a75..72b46fdf93d4 100644 --- a/clients/client-fms/src/runtimeConfig.browser.ts +++ b/clients/client-fms/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FMSClientConfig } from "./FMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-fms/src/runtimeConfig.shared.ts b/clients/client-fms/src/runtimeConfig.shared.ts index 0335052f1dab..929292e3d9aa 100644 --- a/clients/client-fms/src/runtimeConfig.shared.ts +++ b/clients/client-fms/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FMSClientConfig } from "./FMSClient"; diff --git a/clients/client-fms/src/runtimeConfig.ts b/clients/client-fms/src/runtimeConfig.ts index 618c47d4d904..68184ff2efc9 100644 --- a/clients/client-fms/src/runtimeConfig.ts +++ b/clients/client-fms/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FMSClientConfig } from "./FMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index 9a17866299b0..36a4b00c02f9 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-forecast/src/Forecast.ts b/clients/client-forecast/src/Forecast.ts index c09536f2b520..52861fa2ff30 100644 --- a/clients/client-forecast/src/Forecast.ts +++ b/clients/client-forecast/src/Forecast.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAutoPredictorCommand, diff --git a/clients/client-forecast/src/ForecastClient.ts b/clients/client-forecast/src/ForecastClient.ts index 07ac0a7b3afa..78d5e8a3bf1d 100644 --- a/clients/client-forecast/src/ForecastClient.ts +++ b/clients/client-forecast/src/ForecastClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -378,7 +376,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -487,7 +485,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts index 34732541a070..b83488699ab5 100644 --- a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateDatasetCommand.ts b/clients/client-forecast/src/commands/CreateDatasetCommand.ts index cce317e708a4..3040cc43391a 100644 --- a/clients/client-forecast/src/commands/CreateDatasetCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts index 97c8acbb2a54..167fe835dca5 100644 --- a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts index a3f1308037ce..dac683bf2794 100644 --- a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts index fded686c09ad..4853510750e4 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts index 4e25c5b71f2e..8cd5aa995f08 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateForecastCommand.ts b/clients/client-forecast/src/commands/CreateForecastCommand.ts index fe408b642212..cb98b3cd359b 100644 --- a/clients/client-forecast/src/commands/CreateForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts index 18b5d3fa5af8..f3673eec4986 100644 --- a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateMonitorCommand.ts b/clients/client-forecast/src/commands/CreateMonitorCommand.ts index 89eba5ad0b8c..d0e2d4dfcc28 100644 --- a/clients/client-forecast/src/commands/CreateMonitorCommand.ts +++ b/clients/client-forecast/src/commands/CreateMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts index eb3154ac7737..d3218adfd318 100644 --- a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreatePredictorCommand.ts b/clients/client-forecast/src/commands/CreatePredictorCommand.ts index ee2dc699c782..b81cfa9dbd65 100644 --- a/clients/client-forecast/src/commands/CreatePredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts index 701e5b53e68c..6ab422155cd4 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts index 1f47080e900c..65dff72996f2 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts index 741e9b23362b..af158ab78097 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts index 601efa1c00f5..a0e1736a48c8 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteDatasetRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts index ba6a6343672c..4e1d4b9ac342 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteDatasetGroupRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts index 8fbd22d8ee07..c948328487e2 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteDatasetImportJobRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts index 03ce0d29390d..a7623c6d5eba 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteExplainabilityRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts index a426d3549e30..5ef5b7d8348f 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteExplainabilityExportRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteForecastCommand.ts b/clients/client-forecast/src/commands/DeleteForecastCommand.ts index 85f874622979..79a552833c9d 100644 --- a/clients/client-forecast/src/commands/DeleteForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteForecastRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts index 8ceeb73ed016..8dc55058265f 100644 --- a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteForecastExportJobRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts index 4256b7e1a3d6..6b28611a59f3 100644 --- a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteMonitorRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts index 7a0456c1e9b0..62ad5236d32f 100644 --- a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeletePredictorBacktestExportJobRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeletePredictorCommand.ts b/clients/client-forecast/src/commands/DeletePredictorCommand.ts index 1b1c05e680c0..6ac8cc054b19 100644 --- a/clients/client-forecast/src/commands/DeletePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeletePredictorRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts index 79f131dcae56..204ff30e1f01 100644 --- a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts +++ b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteResourceTreeRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts index 40cb6ed9c42d..2faa1ba1d574 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteWhatIfAnalysisRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts index 16a2473cf6ff..580c7214f7ce 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteWhatIfForecastRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts index 2b168f2d3788..b0a47bdfb0be 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DeleteWhatIfForecastExportRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts index 8f3cc53d1564..0d78abe13b16 100644 --- a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts index aff9fbfdc64e..9eb462611006 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts index 7fc34e1f04af..d5f31a1487ca 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts index 2225e317be27..9688babd55b7 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts index 84ed1165d9ea..6419c9d76332 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts index 98ae7801e253..d03be8fb83f7 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeExplainabilityExportRequest, DescribeExplainabilityExportResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeForecastCommand.ts b/clients/client-forecast/src/commands/DescribeForecastCommand.ts index e80d0a21e91d..c155a0451037 100644 --- a/clients/client-forecast/src/commands/DescribeForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeForecastRequest, DescribeForecastResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts index 6cf2c503f363..82f2fd41ed50 100644 --- a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeForecastExportJobRequest, DescribeForecastExportJobResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts index 6ac9aa17fdf0..0ca61635df45 100644 --- a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeMonitorRequest, DescribeMonitorResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts index 413ea8a739a2..85f475302afd 100644 --- a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/DescribePredictorCommand.ts b/clients/client-forecast/src/commands/DescribePredictorCommand.ts index 0e27e60e839d..05fc6048415d 100644 --- a/clients/client-forecast/src/commands/DescribePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribePredictorRequest, DescribePredictorResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts index b041887d6f91..fe588a6ca962 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts index 5b0bb28af512..e5d014deb7d5 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts index 9b669d97fba0..73a6eff6fbf2 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { DescribeWhatIfForecastExportRequest, DescribeWhatIfForecastExportResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts index 03606bd89334..7d1dbb282f9e 100644 --- a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts +++ b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { GetAccuracyMetricsRequest, GetAccuracyMetricsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts index 43a67996f455..27163d84b7be 100644 --- a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts index 7ecdcf7fe6b2..7ac07ba22b38 100644 --- a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListDatasetsCommand.ts b/clients/client-forecast/src/commands/ListDatasetsCommand.ts index 82aa88a3dfe1..475bf15db873 100644 --- a/clients/client-forecast/src/commands/ListDatasetsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts index 8162a268ee80..1126a72ebec5 100644 --- a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts index 791673e50c8a..0b5b84965fbb 100644 --- a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts index 5980a7991302..51702d180dc1 100644 --- a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListForecastExportJobsRequest, ListForecastExportJobsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListForecastsCommand.ts b/clients/client-forecast/src/commands/ListForecastsCommand.ts index 0820b8237cfb..d7e58d2a050d 100644 --- a/clients/client-forecast/src/commands/ListForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListForecastsRequest, ListForecastsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts index de26180bbda0..6d4492a5c47b 100644 --- a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListMonitorEvaluationsRequest, ListMonitorEvaluationsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListMonitorsCommand.ts b/clients/client-forecast/src/commands/ListMonitorsCommand.ts index d128f156ca7d..06c62df37626 100644 --- a/clients/client-forecast/src/commands/ListMonitorsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts index 8e6cda1237c7..88f07805ad15 100644 --- a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListPredictorBacktestExportJobsRequest, ListPredictorBacktestExportJobsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListPredictorsCommand.ts b/clients/client-forecast/src/commands/ListPredictorsCommand.ts index 5e39f980e2e1..856086a900e7 100644 --- a/clients/client-forecast/src/commands/ListPredictorsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListPredictorsRequest, ListPredictorsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts index 45d773c2fbef..a4034b090e66 100644 --- a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts index 766b000bcdc2..6109aca77c2d 100644 --- a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts index 459fcbfe8141..386b117a055e 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListWhatIfForecastExportsRequest, ListWhatIfForecastExportsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts index 07d5972f603a..79b20c8c61a7 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/ResumeResourceCommand.ts b/clients/client-forecast/src/commands/ResumeResourceCommand.ts index b037d5ee210c..8e404f37a31f 100644 --- a/clients/client-forecast/src/commands/ResumeResourceCommand.ts +++ b/clients/client-forecast/src/commands/ResumeResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { ResumeResourceRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/StopResourceCommand.ts b/clients/client-forecast/src/commands/StopResourceCommand.ts index fc54fdce19a0..162d8dc2bf9d 100644 --- a/clients/client-forecast/src/commands/StopResourceCommand.ts +++ b/clients/client-forecast/src/commands/StopResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { StopResourceRequest } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/TagResourceCommand.ts b/clients/client-forecast/src/commands/TagResourceCommand.ts index 46b62d939902..4d00d4dff3a0 100644 --- a/clients/client-forecast/src/commands/TagResourceCommand.ts +++ b/clients/client-forecast/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/commands/UntagResourceCommand.ts b/clients/client-forecast/src/commands/UntagResourceCommand.ts index 5c3be2c170e7..d68a7b7d7399 100644 --- a/clients/client-forecast/src/commands/UntagResourceCommand.ts +++ b/clients/client-forecast/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { diff --git a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts index a4fb13d7bbfc..6b8fc06aa0a7 100644 --- a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient"; import { UpdateDatasetGroupRequest, UpdateDatasetGroupResponse } from "../models/models_0"; diff --git a/clients/client-forecast/src/endpoint/EndpointParameters.ts b/clients/client-forecast/src/endpoint/EndpointParameters.ts index 9baf488f9d0b..542a8e06309f 100644 --- a/clients/client-forecast/src/endpoint/EndpointParameters.ts +++ b/clients/client-forecast/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-forecast/src/endpoint/endpointResolver.ts b/clients/client-forecast/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-forecast/src/endpoint/endpointResolver.ts +++ b/clients/client-forecast/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-forecast/src/endpoint/ruleset.ts b/clients/client-forecast/src/endpoint/ruleset.ts index 29333c1f803c..888ad662e2b0 100644 --- a/clients/client-forecast/src/endpoint/ruleset.ts +++ b/clients/client-forecast/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-forecast/src/models/ForecastServiceException.ts b/clients/client-forecast/src/models/ForecastServiceException.ts index 71053a45897f..9eec506e700d 100644 --- a/clients/client-forecast/src/models/ForecastServiceException.ts +++ b/clients/client-forecast/src/models/ForecastServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-forecast/src/models/models_0.ts b/clients/client-forecast/src/models/models_0.ts index d596ede0819b..ce58c981f7fd 100644 --- a/clients/client-forecast/src/models/models_0.ts +++ b/clients/client-forecast/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ForecastServiceException as __BaseException } from "./ForecastServiceException"; diff --git a/clients/client-forecast/src/pagination/Interfaces.ts b/clients/client-forecast/src/pagination/Interfaces.ts index eed7c97b28c7..e25228ceca19 100644 --- a/clients/client-forecast/src/pagination/Interfaces.ts +++ b/clients/client-forecast/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ForecastClient } from "../ForecastClient"; diff --git a/clients/client-forecast/src/pagination/ListDatasetGroupsPaginator.ts b/clients/client-forecast/src/pagination/ListDatasetGroupsPaginator.ts index 9a8ef8adff72..c5772ab63287 100644 --- a/clients/client-forecast/src/pagination/ListDatasetGroupsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListDatasetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetGroupsCommand, diff --git a/clients/client-forecast/src/pagination/ListDatasetImportJobsPaginator.ts b/clients/client-forecast/src/pagination/ListDatasetImportJobsPaginator.ts index 789dcdca7a85..b3dd64b68779 100644 --- a/clients/client-forecast/src/pagination/ListDatasetImportJobsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListDatasetImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetImportJobsCommand, diff --git a/clients/client-forecast/src/pagination/ListDatasetsPaginator.ts b/clients/client-forecast/src/pagination/ListDatasetsPaginator.ts index be54b3d6267b..a17bb84cac56 100644 --- a/clients/client-forecast/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-forecast/src/pagination/ListExplainabilitiesPaginator.ts b/clients/client-forecast/src/pagination/ListExplainabilitiesPaginator.ts index 94f9da3d91aa..c9c227708ad3 100644 --- a/clients/client-forecast/src/pagination/ListExplainabilitiesPaginator.ts +++ b/clients/client-forecast/src/pagination/ListExplainabilitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExplainabilitiesCommand, diff --git a/clients/client-forecast/src/pagination/ListExplainabilityExportsPaginator.ts b/clients/client-forecast/src/pagination/ListExplainabilityExportsPaginator.ts index 3d7b5034ce57..ae1165be2ca0 100644 --- a/clients/client-forecast/src/pagination/ListExplainabilityExportsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListExplainabilityExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExplainabilityExportsCommand, diff --git a/clients/client-forecast/src/pagination/ListForecastExportJobsPaginator.ts b/clients/client-forecast/src/pagination/ListForecastExportJobsPaginator.ts index a23f0527620d..8c3f410bfee6 100644 --- a/clients/client-forecast/src/pagination/ListForecastExportJobsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListForecastExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListForecastExportJobsCommand, diff --git a/clients/client-forecast/src/pagination/ListForecastsPaginator.ts b/clients/client-forecast/src/pagination/ListForecastsPaginator.ts index 9ac791ecf73c..2c3d996c121e 100644 --- a/clients/client-forecast/src/pagination/ListForecastsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListForecastsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListForecastsCommand, diff --git a/clients/client-forecast/src/pagination/ListMonitorEvaluationsPaginator.ts b/clients/client-forecast/src/pagination/ListMonitorEvaluationsPaginator.ts index ab1989d5e292..9d590917434b 100644 --- a/clients/client-forecast/src/pagination/ListMonitorEvaluationsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListMonitorEvaluationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitorEvaluationsCommand, diff --git a/clients/client-forecast/src/pagination/ListMonitorsPaginator.ts b/clients/client-forecast/src/pagination/ListMonitorsPaginator.ts index 617287022258..d404809ddb8d 100644 --- a/clients/client-forecast/src/pagination/ListMonitorsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListMonitorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitorsCommand, diff --git a/clients/client-forecast/src/pagination/ListPredictorBacktestExportJobsPaginator.ts b/clients/client-forecast/src/pagination/ListPredictorBacktestExportJobsPaginator.ts index 4dc2e7679e1b..b4b6f102f268 100644 --- a/clients/client-forecast/src/pagination/ListPredictorBacktestExportJobsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListPredictorBacktestExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPredictorBacktestExportJobsCommand, diff --git a/clients/client-forecast/src/pagination/ListPredictorsPaginator.ts b/clients/client-forecast/src/pagination/ListPredictorsPaginator.ts index 315f5f72f15e..e300a417cbfd 100644 --- a/clients/client-forecast/src/pagination/ListPredictorsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListPredictorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPredictorsCommand, diff --git a/clients/client-forecast/src/pagination/ListWhatIfAnalysesPaginator.ts b/clients/client-forecast/src/pagination/ListWhatIfAnalysesPaginator.ts index 47804c3d833d..bad6131eb197 100644 --- a/clients/client-forecast/src/pagination/ListWhatIfAnalysesPaginator.ts +++ b/clients/client-forecast/src/pagination/ListWhatIfAnalysesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWhatIfAnalysesCommand, diff --git a/clients/client-forecast/src/pagination/ListWhatIfForecastExportsPaginator.ts b/clients/client-forecast/src/pagination/ListWhatIfForecastExportsPaginator.ts index 361e06fce673..f2419d9c4a40 100644 --- a/clients/client-forecast/src/pagination/ListWhatIfForecastExportsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListWhatIfForecastExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWhatIfForecastExportsCommand, diff --git a/clients/client-forecast/src/pagination/ListWhatIfForecastsPaginator.ts b/clients/client-forecast/src/pagination/ListWhatIfForecastsPaginator.ts index 341eedc0ff7a..720c2946c380 100644 --- a/clients/client-forecast/src/pagination/ListWhatIfForecastsPaginator.ts +++ b/clients/client-forecast/src/pagination/ListWhatIfForecastsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWhatIfForecastsCommand, diff --git a/clients/client-forecast/src/protocols/Aws_json1_1.ts b/clients/client-forecast/src/protocols/Aws_json1_1.ts index d179d6456846..e29390ce057b 100644 --- a/clients/client-forecast/src/protocols/Aws_json1_1.ts +++ b/clients/client-forecast/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAutoPredictorCommandInput, diff --git a/clients/client-forecast/src/runtimeConfig.browser.ts b/clients/client-forecast/src/runtimeConfig.browser.ts index 72956ba25f85..c2de245eed24 100644 --- a/clients/client-forecast/src/runtimeConfig.browser.ts +++ b/clients/client-forecast/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ForecastClientConfig } from "./ForecastClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-forecast/src/runtimeConfig.shared.ts b/clients/client-forecast/src/runtimeConfig.shared.ts index 2da0fbc0496b..3eb9e70e7a6a 100644 --- a/clients/client-forecast/src/runtimeConfig.shared.ts +++ b/clients/client-forecast/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ForecastClientConfig } from "./ForecastClient"; diff --git a/clients/client-forecast/src/runtimeConfig.ts b/clients/client-forecast/src/runtimeConfig.ts index c8ab598e437c..a67d4321f593 100644 --- a/clients/client-forecast/src/runtimeConfig.ts +++ b/clients/client-forecast/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ForecastClientConfig } from "./ForecastClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index 2acbf7bcbb16..41c15c7799ab 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-forecastquery/src/Forecastquery.ts b/clients/client-forecastquery/src/Forecastquery.ts index 16b2a972d55e..929cf226abce 100644 --- a/clients/client-forecastquery/src/Forecastquery.ts +++ b/clients/client-forecastquery/src/Forecastquery.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { QueryForecastCommand, diff --git a/clients/client-forecastquery/src/ForecastqueryClient.ts b/clients/client-forecastquery/src/ForecastqueryClient.ts index 6bc025c10e43..0004e752ef5a 100644 --- a/clients/client-forecastquery/src/ForecastqueryClient.ts +++ b/clients/client-forecastquery/src/ForecastqueryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { QueryForecastCommandInput, QueryForecastCommandOutput } from "./commands/QueryForecastCommand"; @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -195,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts index 594fe279b639..f28333d8bb38 100644 --- a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastqueryClient"; import { QueryForecastRequest, QueryForecastResponse } from "../models/models_0"; diff --git a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts index 1f9981133de3..6c791e289ed6 100644 --- a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastqueryClient"; import { QueryWhatIfForecastRequest, QueryWhatIfForecastResponse } from "../models/models_0"; diff --git a/clients/client-forecastquery/src/endpoint/EndpointParameters.ts b/clients/client-forecastquery/src/endpoint/EndpointParameters.ts index 6e9455d56e6b..25aa661a0959 100644 --- a/clients/client-forecastquery/src/endpoint/EndpointParameters.ts +++ b/clients/client-forecastquery/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-forecastquery/src/endpoint/endpointResolver.ts b/clients/client-forecastquery/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-forecastquery/src/endpoint/endpointResolver.ts +++ b/clients/client-forecastquery/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-forecastquery/src/endpoint/ruleset.ts b/clients/client-forecastquery/src/endpoint/ruleset.ts index 0b77372762c6..ddcfaddf4e30 100644 --- a/clients/client-forecastquery/src/endpoint/ruleset.ts +++ b/clients/client-forecastquery/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts b/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts index ead6ca0746b0..94e5a1faf3b7 100644 --- a/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts +++ b/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-forecastquery/src/models/models_0.ts b/clients/client-forecastquery/src/models/models_0.ts index e317b0d5dc50..ac10ebd0f91d 100644 --- a/clients/client-forecastquery/src/models/models_0.ts +++ b/clients/client-forecastquery/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ForecastqueryServiceException as __BaseException } from "./ForecastqueryServiceException"; diff --git a/clients/client-forecastquery/src/protocols/Aws_json1_1.ts b/clients/client-forecastquery/src/protocols/Aws_json1_1.ts index 12bae6e394ed..4f2ea464d2cc 100644 --- a/clients/client-forecastquery/src/protocols/Aws_json1_1.ts +++ b/clients/client-forecastquery/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,10 +8,13 @@ import { limitedParseDouble as __limitedParseDouble, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryForecastCommandInput, QueryForecastCommandOutput } from "../commands/QueryForecastCommand"; import { diff --git a/clients/client-forecastquery/src/runtimeConfig.browser.ts b/clients/client-forecastquery/src/runtimeConfig.browser.ts index 268cd6c9cc3c..67b347a81b9c 100644 --- a/clients/client-forecastquery/src/runtimeConfig.browser.ts +++ b/clients/client-forecastquery/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ForecastqueryClientConfig } from "./ForecastqueryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-forecastquery/src/runtimeConfig.shared.ts b/clients/client-forecastquery/src/runtimeConfig.shared.ts index d547d40d0d02..e235e8de2984 100644 --- a/clients/client-forecastquery/src/runtimeConfig.shared.ts +++ b/clients/client-forecastquery/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ForecastqueryClientConfig } from "./ForecastqueryClient"; diff --git a/clients/client-forecastquery/src/runtimeConfig.ts b/clients/client-forecastquery/src/runtimeConfig.ts index 170ddb21f5ac..29b280b2acee 100644 --- a/clients/client-forecastquery/src/runtimeConfig.ts +++ b/clients/client-forecastquery/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ForecastqueryClientConfig } from "./ForecastqueryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index 68539622a7ee..3046805298d5 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-frauddetector/src/FraudDetector.ts b/clients/client-frauddetector/src/FraudDetector.ts index b9ddf7d53858..090a1c0609de 100644 --- a/clients/client-frauddetector/src/FraudDetector.ts +++ b/clients/client-frauddetector/src/FraudDetector.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCreateVariableCommand, diff --git a/clients/client-frauddetector/src/FraudDetectorClient.ts b/clients/client-frauddetector/src/FraudDetectorClient.ts index 5e4a23de70d1..cab60f33a16d 100644 --- a/clients/client-frauddetector/src/FraudDetectorClient.ts +++ b/clients/client-frauddetector/src/FraudDetectorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -369,7 +367,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -478,7 +476,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts index ef634e2ecf36..c7ed7e2ef802 100644 --- a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts index b75a71e7df9f..66a76cef9f70 100644 --- a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts index 6bf04b162f77..83463bc8ea02 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts index 91ab773766f6..9f564c641e78 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts index 42174916d290..3a8b14e875e6 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts index 00d175bfef4e..0d1306390cd9 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts index 64abcab10d87..055526014ee5 100644 --- a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateListCommand.ts b/clients/client-frauddetector/src/commands/CreateListCommand.ts index c02f536dfc0b..f94a6ada71af 100644 --- a/clients/client-frauddetector/src/commands/CreateListCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateListRequest, CreateListRequestFilterSensitiveLog, CreateListResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateModelCommand.ts b/clients/client-frauddetector/src/commands/CreateModelCommand.ts index bff5d57abb32..b4ad6d390880 100644 --- a/clients/client-frauddetector/src/commands/CreateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateModelRequest, CreateModelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts index b3baccab63bb..d8dca73010b6 100644 --- a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts index 3619df4f0180..11e679b3997b 100644 --- a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateRuleRequest, CreateRuleRequestFilterSensitiveLog, CreateRuleResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts index 16c673ab6ecb..75c2a9a8fa8a 100644 --- a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { CreateVariableRequest, CreateVariableResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts index 93e6606ddbde..f0fab3b4ddfc 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts index 24adb7d9a7ed..150f1fe19425 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts index feb4bf42bfef..9267cfda5bfb 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts index fb1197be2c5f..cf946945f905 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts index 9f3834bc8916..6ccb65dc3663 100644 --- a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts index 73e22866e4cc..70b651c0f179 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteEventRequest, DeleteEventResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts index ba0b8a9b39cb..372f68f01cdf 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts index be2b12bc4301..8f0e41c1730e 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts index 1df411a6e3b5..985463500310 100644 --- a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts index 61fd2de118f9..24e0b96bef08 100644 --- a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteListCommand.ts b/clients/client-frauddetector/src/commands/DeleteListCommand.ts index 7d84d568faa4..e54b2e823e36 100644 --- a/clients/client-frauddetector/src/commands/DeleteListCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteListRequest, DeleteListResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts index e8a42d603f14..266255090416 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteModelRequest, DeleteModelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts index fa52ebd6b0c5..071e4ddcf613 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts index 19cf0339d8b7..0aefadb0928e 100644 --- a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts index bde6fb0fb52d..89f0064faa89 100644 --- a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts index a2c30b86dd4c..fb11ed506768 100644 --- a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts index f7ce9251cbaf..2f86cf9b3d03 100644 --- a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts index 64daf137363c..a165151b17e9 100644 --- a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts index 5fe929a265f0..c264622d96d9 100644 --- a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts index 272def0a4529..6a9721e2e565 100644 --- a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts index ddcc1203ce74..666757dce905 100644 --- a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts index b1bd8b9a5f5e..48102740c464 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts index 5c63475662ed..d067d13718c4 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts index 4cd85a4aaaa9..26c6efad5e17 100644 --- a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetEventCommand.ts b/clients/client-frauddetector/src/commands/GetEventCommand.ts index 6f6819920e27..93240447bf43 100644 --- a/clients/client-frauddetector/src/commands/GetEventCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetEventRequest, GetEventResult, GetEventResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts index fea369e7c900..ed7a192f29c0 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts index 26c451fcad46..83d79768c0bf 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { diff --git a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts index 77fb995c6b80..985b4b1329db 100644 --- a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetEventTypesRequest, GetEventTypesResult, GetEventTypesResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts index f7f2b3241cd0..a9d5a82c721b 100644 --- a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts index 18263993441c..125fe39dc96e 100644 --- a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetKMSEncryptionKeyResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts index 328c2775f76d..b84fd22ab2a5 100644 --- a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetLabelsRequest, GetLabelsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts index f55ba8905fde..04938a667327 100644 --- a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { diff --git a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts index ec648e707e60..421c17ef49ff 100644 --- a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts index 781a4e6dfff5..08933e68d0e5 100644 --- a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetModelsCommand.ts b/clients/client-frauddetector/src/commands/GetModelsCommand.ts index e4e661937f00..b6084cafb7a4 100644 --- a/clients/client-frauddetector/src/commands/GetModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetModelsRequest, GetModelsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts index 7c82fd964e74..9196e147e1c4 100644 --- a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetRulesCommand.ts b/clients/client-frauddetector/src/commands/GetRulesCommand.ts index 937fea3b85a9..70331c7f159a 100644 --- a/clients/client-frauddetector/src/commands/GetRulesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetRulesRequest, GetRulesResult, GetRulesResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts index a75debae71f2..4c35db3d80c8 100644 --- a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { GetVariablesRequest, GetVariablesResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts index 16b5cc1d9caf..d384b3a57824 100644 --- a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts +++ b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts index 21d293e1f687..5e0780cb630d 100644 --- a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts index 11c0d45b13ff..544f4597b688 100644 --- a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutDetectorRequest, PutDetectorResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts index 4f26a82cb84b..66386e7b1d01 100644 --- a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts index b088074f7dd1..9bf107856592 100644 --- a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts index 043938da7645..e95e644a5821 100644 --- a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts index 568db89c7f15..07e5140812f4 100644 --- a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutLabelCommand.ts b/clients/client-frauddetector/src/commands/PutLabelCommand.ts index be9f10ae7b87..33ba43edb84b 100644 --- a/clients/client-frauddetector/src/commands/PutLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutLabelRequest, PutLabelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts index f0208f76d52c..08aa3927ad55 100644 --- a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/SendEventCommand.ts b/clients/client-frauddetector/src/commands/SendEventCommand.ts index ebec2fad8470..c0615d759c17 100644 --- a/clients/client-frauddetector/src/commands/SendEventCommand.ts +++ b/clients/client-frauddetector/src/commands/SendEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { SendEventRequest, SendEventRequestFilterSensitiveLog, SendEventResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/TagResourceCommand.ts b/clients/client-frauddetector/src/commands/TagResourceCommand.ts index 075acb11b928..a320e4a18acc 100644 --- a/clients/client-frauddetector/src/commands/TagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts index c337c99f8755..ee60ede1dd64 100644 --- a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts index fb058b2e64ef..6d0eeb6528e5 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts index 530a9529d899..d40ddb8b40be 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateDetectorVersionMetadataRequest, UpdateDetectorVersionMetadataResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts index 6661ad16560f..fdda073d2ac7 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts index 8dfc17904bd2..15ccffe323f5 100644 --- a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateListCommand.ts b/clients/client-frauddetector/src/commands/UpdateListCommand.ts index ea773a79f8aa..93ea303e9c12 100644 --- a/clients/client-frauddetector/src/commands/UpdateListCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateListRequest, UpdateListRequestFilterSensitiveLog, UpdateListResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts index e8da0cdbfef3..63a12e913959 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateModelRequest, UpdateModelResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts index 8fdbecdb7fca..a159c043ed18 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts index 17e385e1a204..b3b4b71d8700 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts index bd6e46e0b2c9..d3d1489bdc64 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts index 28ae4fe84a2c..3130cbbd66e9 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { diff --git a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts index d02a31d025f4..156ad6d4f973 100644 --- a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient"; import { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0"; diff --git a/clients/client-frauddetector/src/endpoint/EndpointParameters.ts b/clients/client-frauddetector/src/endpoint/EndpointParameters.ts index 7950bc06c568..d1f7da91e7f0 100644 --- a/clients/client-frauddetector/src/endpoint/EndpointParameters.ts +++ b/clients/client-frauddetector/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-frauddetector/src/endpoint/endpointResolver.ts b/clients/client-frauddetector/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-frauddetector/src/endpoint/endpointResolver.ts +++ b/clients/client-frauddetector/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-frauddetector/src/endpoint/ruleset.ts b/clients/client-frauddetector/src/endpoint/ruleset.ts index 93ee7d7fccaf..52cb4a8d4df6 100644 --- a/clients/client-frauddetector/src/endpoint/ruleset.ts +++ b/clients/client-frauddetector/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts b/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts index 9bbaceeb3f71..16e178bf64e3 100644 --- a/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts +++ b/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-frauddetector/src/models/models_0.ts b/clients/client-frauddetector/src/models/models_0.ts index 9a78f5489b7d..fa1985ea2695 100644 --- a/clients/client-frauddetector/src/models/models_0.ts +++ b/clients/client-frauddetector/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { FraudDetectorServiceException as __BaseException } from "./FraudDetectorServiceException"; diff --git a/clients/client-frauddetector/src/pagination/DescribeModelVersionsPaginator.ts b/clients/client-frauddetector/src/pagination/DescribeModelVersionsPaginator.ts index a03218946980..3b727da9ddf0 100644 --- a/clients/client-frauddetector/src/pagination/DescribeModelVersionsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/DescribeModelVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeModelVersionsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetBatchImportJobsPaginator.ts b/clients/client-frauddetector/src/pagination/GetBatchImportJobsPaginator.ts index 71b33dff61bd..84abfaf87fbc 100644 --- a/clients/client-frauddetector/src/pagination/GetBatchImportJobsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetBatchImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBatchImportJobsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetBatchPredictionJobsPaginator.ts b/clients/client-frauddetector/src/pagination/GetBatchPredictionJobsPaginator.ts index 9a2665211772..2dd2d00cdc93 100644 --- a/clients/client-frauddetector/src/pagination/GetBatchPredictionJobsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetBatchPredictionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBatchPredictionJobsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetDetectorsPaginator.ts b/clients/client-frauddetector/src/pagination/GetDetectorsPaginator.ts index 0ddcf4bd521a..a2ed7ec83c18 100644 --- a/clients/client-frauddetector/src/pagination/GetDetectorsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetDetectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDetectorsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetEntityTypesPaginator.ts b/clients/client-frauddetector/src/pagination/GetEntityTypesPaginator.ts index fced5b8e2821..7396ef3626c3 100644 --- a/clients/client-frauddetector/src/pagination/GetEntityTypesPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetEntityTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetEntityTypesCommand, diff --git a/clients/client-frauddetector/src/pagination/GetEventTypesPaginator.ts b/clients/client-frauddetector/src/pagination/GetEventTypesPaginator.ts index 1854867a182f..6056eec47594 100644 --- a/clients/client-frauddetector/src/pagination/GetEventTypesPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetEventTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetEventTypesCommand, diff --git a/clients/client-frauddetector/src/pagination/GetExternalModelsPaginator.ts b/clients/client-frauddetector/src/pagination/GetExternalModelsPaginator.ts index eb0dad6be9a1..fcd893d00ecf 100644 --- a/clients/client-frauddetector/src/pagination/GetExternalModelsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetExternalModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetExternalModelsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetLabelsPaginator.ts b/clients/client-frauddetector/src/pagination/GetLabelsPaginator.ts index d255cd1bf3a4..b0ba69c1de30 100644 --- a/clients/client-frauddetector/src/pagination/GetLabelsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetLabelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLabelsCommand, GetLabelsCommandInput, GetLabelsCommandOutput } from "../commands/GetLabelsCommand"; import { FraudDetectorClient } from "../FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/pagination/GetListElementsPaginator.ts b/clients/client-frauddetector/src/pagination/GetListElementsPaginator.ts index 5f9888db2e7d..5c469ea4ef4d 100644 --- a/clients/client-frauddetector/src/pagination/GetListElementsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetListElementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetListElementsCommand, diff --git a/clients/client-frauddetector/src/pagination/GetListsMetadataPaginator.ts b/clients/client-frauddetector/src/pagination/GetListsMetadataPaginator.ts index ea392e3d04b1..8114226337b4 100644 --- a/clients/client-frauddetector/src/pagination/GetListsMetadataPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetListsMetadataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetListsMetadataCommand, diff --git a/clients/client-frauddetector/src/pagination/GetModelsPaginator.ts b/clients/client-frauddetector/src/pagination/GetModelsPaginator.ts index f3751a351352..790a79e0e19e 100644 --- a/clients/client-frauddetector/src/pagination/GetModelsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetModelsCommand, GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand"; import { FraudDetectorClient } from "../FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/pagination/GetOutcomesPaginator.ts b/clients/client-frauddetector/src/pagination/GetOutcomesPaginator.ts index 3d7c01b6c93a..aa75fe205816 100644 --- a/clients/client-frauddetector/src/pagination/GetOutcomesPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetOutcomesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOutcomesCommand, GetOutcomesCommandInput, GetOutcomesCommandOutput } from "../commands/GetOutcomesCommand"; import { FraudDetectorClient } from "../FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/pagination/GetRulesPaginator.ts b/clients/client-frauddetector/src/pagination/GetRulesPaginator.ts index c2d3cd5eaa74..e8dc2c67a078 100644 --- a/clients/client-frauddetector/src/pagination/GetRulesPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetRulesCommand, GetRulesCommandInput, GetRulesCommandOutput } from "../commands/GetRulesCommand"; import { FraudDetectorClient } from "../FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/pagination/GetVariablesPaginator.ts b/clients/client-frauddetector/src/pagination/GetVariablesPaginator.ts index 7d88a1a34bd8..dab1520f7927 100644 --- a/clients/client-frauddetector/src/pagination/GetVariablesPaginator.ts +++ b/clients/client-frauddetector/src/pagination/GetVariablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetVariablesCommand, diff --git a/clients/client-frauddetector/src/pagination/Interfaces.ts b/clients/client-frauddetector/src/pagination/Interfaces.ts index 97b2b30f8257..9dfd11a177a7 100644 --- a/clients/client-frauddetector/src/pagination/Interfaces.ts +++ b/clients/client-frauddetector/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FraudDetectorClient } from "../FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/pagination/ListEventPredictionsPaginator.ts b/clients/client-frauddetector/src/pagination/ListEventPredictionsPaginator.ts index 46beed0d66a2..8b72f072bca7 100644 --- a/clients/client-frauddetector/src/pagination/ListEventPredictionsPaginator.ts +++ b/clients/client-frauddetector/src/pagination/ListEventPredictionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventPredictionsCommand, diff --git a/clients/client-frauddetector/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-frauddetector/src/pagination/ListTagsForResourcePaginator.ts index 833b52641b50..46509a29f73f 100644 --- a/clients/client-frauddetector/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-frauddetector/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-frauddetector/src/protocols/Aws_json1_1.ts b/clients/client-frauddetector/src/protocols/Aws_json1_1.ts index 309bc3323b39..77dd77f8bcde 100644 --- a/clients/client-frauddetector/src/protocols/Aws_json1_1.ts +++ b/clients/client-frauddetector/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,10 +8,13 @@ import { limitedParseFloat32 as __limitedParseFloat32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreateVariableCommandInput, diff --git a/clients/client-frauddetector/src/runtimeConfig.browser.ts b/clients/client-frauddetector/src/runtimeConfig.browser.ts index 91e44b8ae633..e2ad55739a1b 100644 --- a/clients/client-frauddetector/src/runtimeConfig.browser.ts +++ b/clients/client-frauddetector/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FraudDetectorClientConfig } from "./FraudDetectorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-frauddetector/src/runtimeConfig.shared.ts b/clients/client-frauddetector/src/runtimeConfig.shared.ts index 11885db670d2..437ef4bbde97 100644 --- a/clients/client-frauddetector/src/runtimeConfig.shared.ts +++ b/clients/client-frauddetector/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FraudDetectorClientConfig } from "./FraudDetectorClient"; diff --git a/clients/client-frauddetector/src/runtimeConfig.ts b/clients/client-frauddetector/src/runtimeConfig.ts index cd9a8fc934b8..0facf6e320f6 100644 --- a/clients/client-frauddetector/src/runtimeConfig.ts +++ b/clients/client-frauddetector/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FraudDetectorClientConfig } from "./FraudDetectorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index f9b09e305501..12127f908736 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-fsx/src/FSx.ts b/clients/client-fsx/src/FSx.ts index 19563aa57046..b5c00e80444a 100644 --- a/clients/client-fsx/src/FSx.ts +++ b/clients/client-fsx/src/FSx.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateFileSystemAliasesCommand, diff --git a/clients/client-fsx/src/FSxClient.ts b/clients/client-fsx/src/FSxClient.ts index 966a6e3ccf39..7ba313f8391e 100644 --- a/clients/client-fsx/src/FSxClient.ts +++ b/clients/client-fsx/src/FSxClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -264,7 +262,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -373,7 +371,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts index a054e974e40f..1ae28a4fd93b 100644 --- a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts index 2124cafd94cc..50b3ba52f9d2 100644 --- a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CopyBackupCommand.ts b/clients/client-fsx/src/commands/CopyBackupCommand.ts index 3e39980ca7ac..d74ab5a8b7df 100644 --- a/clients/client-fsx/src/commands/CopyBackupCommand.ts +++ b/clients/client-fsx/src/commands/CopyBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CopyBackupRequest, CopyBackupResponse, CopyBackupResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateBackupCommand.ts b/clients/client-fsx/src/commands/CreateBackupCommand.ts index a286b886d115..d0472964854c 100644 --- a/clients/client-fsx/src/commands/CreateBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CreateBackupRequest, CreateBackupResponse, CreateBackupResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts index be190c6d1bdf..465811aba283 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts index 3d29c3c38d7a..868e985b3a2e 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts index fe6d448fbf26..8dd25cb60a08 100644 --- a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CreateFileCacheRequest, CreateFileCacheResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts index 5e3d8a5246cd..1eddb8aaec56 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts index 2ed05120b7c3..f32dcb466940 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts index 1206b31b54f8..7cded0c0f396 100644 --- a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts index 633379e3c26c..4c1d9e6202f1 100644 --- a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/CreateVolumeCommand.ts b/clients/client-fsx/src/commands/CreateVolumeCommand.ts index e0c3a4dbd098..aa23fd8d41e8 100644 --- a/clients/client-fsx/src/commands/CreateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { CreateVolumeRequest, CreateVolumeResponse, CreateVolumeResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts index b63bacc1a30e..d46f31ac67c0 100644 --- a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DeleteBackupCommand.ts b/clients/client-fsx/src/commands/DeleteBackupCommand.ts index 315e5d743d01..d47647a8a53b 100644 --- a/clients/client-fsx/src/commands/DeleteBackupCommand.ts +++ b/clients/client-fsx/src/commands/DeleteBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts index 37e49c5bcbd7..aa260073562d 100644 --- a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts index ebb32cfd81f5..5950300165b7 100644 --- a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteFileCacheRequest, DeleteFileCacheResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts index 181f102a270a..8ee5c139b492 100644 --- a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteFileSystemRequest, DeleteFileSystemResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts index 6dc0f03f1006..5364ca364153 100644 --- a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts index 8da89e3b1834..41306210c68a 100644 --- a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts index 15f044fc6365..10f5f4a7e286 100644 --- a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts index 46a12baa7c57..450aa0f0bc75 100644 --- a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts index 19c9411ca46a..fd7ee9dab7a5 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts index 3c5ddbcba77d..e3ad2fa80359 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts index 97205ed39678..04364d4f1c61 100644 --- a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DescribeFileCachesRequest, DescribeFileCachesResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts index b11aa54f7965..193e8e590257 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts index c6746b085fda..27f8aa18d71b 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts index b9240a298ec2..7088a4cc3288 100644 --- a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts index 8188ea985197..087603113789 100644 --- a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DescribeStorageVirtualMachinesRequest, DescribeStorageVirtualMachinesResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts index 72170db9627d..b62abe6b3788 100644 --- a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts index c42363dcaaca..d702e816b7cf 100644 --- a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts index f48c703c1324..8e985943af58 100644 --- a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts index cc5e78f78509..b0f2964d7cb8 100644 --- a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts +++ b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts index e24c7fdb4837..30bcddd13399 100644 --- a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/TagResourceCommand.ts b/clients/client-fsx/src/commands/TagResourceCommand.ts index 3a9e790de79e..408636aae62e 100644 --- a/clients/client-fsx/src/commands/TagResourceCommand.ts +++ b/clients/client-fsx/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/UntagResourceCommand.ts b/clients/client-fsx/src/commands/UntagResourceCommand.ts index d1e42c16784a..dd92ba289a61 100644 --- a/clients/client-fsx/src/commands/UntagResourceCommand.ts +++ b/clients/client-fsx/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts index b5587fd7a933..b2bbcd0ce355 100644 --- a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts index 707b8907fb73..f2fd90830a3f 100644 --- a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { UpdateFileCacheRequest, UpdateFileCacheResponse } from "../models/models_0"; diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts index 1b88c6b5c05c..e1c2f5d6904b 100644 --- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts index df6b46ef5fa6..ff451e5fcc5d 100644 --- a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts index ecdb6d07554d..6111d854c418 100644 --- a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { diff --git a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts index 30b58096c8d7..342bf675fa99 100644 --- a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient"; import { UpdateVolumeRequest, UpdateVolumeResponse, UpdateVolumeResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-fsx/src/endpoint/EndpointParameters.ts b/clients/client-fsx/src/endpoint/EndpointParameters.ts index 7ff0384bb31b..32261cdbde83 100644 --- a/clients/client-fsx/src/endpoint/EndpointParameters.ts +++ b/clients/client-fsx/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-fsx/src/endpoint/endpointResolver.ts b/clients/client-fsx/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-fsx/src/endpoint/endpointResolver.ts +++ b/clients/client-fsx/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-fsx/src/endpoint/ruleset.ts b/clients/client-fsx/src/endpoint/ruleset.ts index fee6c59a53d1..3ca54963873e 100644 --- a/clients/client-fsx/src/endpoint/ruleset.ts +++ b/clients/client-fsx/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-fsx/src/models/FSxServiceException.ts b/clients/client-fsx/src/models/FSxServiceException.ts index c21329e44bf5..1b7daf250ada 100644 --- a/clients/client-fsx/src/models/FSxServiceException.ts +++ b/clients/client-fsx/src/models/FSxServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-fsx/src/models/models_0.ts b/clients/client-fsx/src/models/models_0.ts index ca470e4c74ae..99cd1de7a711 100644 --- a/clients/client-fsx/src/models/models_0.ts +++ b/clients/client-fsx/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { FSxServiceException as __BaseException } from "./FSxServiceException"; diff --git a/clients/client-fsx/src/pagination/DescribeBackupsPaginator.ts b/clients/client-fsx/src/pagination/DescribeBackupsPaginator.ts index a25c79efd810..49dfdd44b143 100644 --- a/clients/client-fsx/src/pagination/DescribeBackupsPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeBackupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeBackupsCommand, diff --git a/clients/client-fsx/src/pagination/DescribeDataRepositoryAssociationsPaginator.ts b/clients/client-fsx/src/pagination/DescribeDataRepositoryAssociationsPaginator.ts index bcbd5f2ac6c3..19a5ae2a8280 100644 --- a/clients/client-fsx/src/pagination/DescribeDataRepositoryAssociationsPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeDataRepositoryAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataRepositoryAssociationsCommand, diff --git a/clients/client-fsx/src/pagination/DescribeDataRepositoryTasksPaginator.ts b/clients/client-fsx/src/pagination/DescribeDataRepositoryTasksPaginator.ts index 440e949660ad..521a6763c93f 100644 --- a/clients/client-fsx/src/pagination/DescribeDataRepositoryTasksPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeDataRepositoryTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataRepositoryTasksCommand, diff --git a/clients/client-fsx/src/pagination/DescribeFileCachesPaginator.ts b/clients/client-fsx/src/pagination/DescribeFileCachesPaginator.ts index 2bfb72b93950..9b4db8ddb454 100644 --- a/clients/client-fsx/src/pagination/DescribeFileCachesPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeFileCachesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFileCachesCommand, diff --git a/clients/client-fsx/src/pagination/DescribeFileSystemAliasesPaginator.ts b/clients/client-fsx/src/pagination/DescribeFileSystemAliasesPaginator.ts index b57811a82510..9e49ffc04921 100644 --- a/clients/client-fsx/src/pagination/DescribeFileSystemAliasesPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeFileSystemAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFileSystemAliasesCommand, diff --git a/clients/client-fsx/src/pagination/DescribeFileSystemsPaginator.ts b/clients/client-fsx/src/pagination/DescribeFileSystemsPaginator.ts index 55f1e8ffb5c1..079db6e5a061 100644 --- a/clients/client-fsx/src/pagination/DescribeFileSystemsPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeFileSystemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFileSystemsCommand, diff --git a/clients/client-fsx/src/pagination/DescribeSnapshotsPaginator.ts b/clients/client-fsx/src/pagination/DescribeSnapshotsPaginator.ts index 430b51aa5735..3bbd05f8c3cc 100644 --- a/clients/client-fsx/src/pagination/DescribeSnapshotsPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommand, diff --git a/clients/client-fsx/src/pagination/DescribeStorageVirtualMachinesPaginator.ts b/clients/client-fsx/src/pagination/DescribeStorageVirtualMachinesPaginator.ts index 514f566f5248..a65785e3d049 100644 --- a/clients/client-fsx/src/pagination/DescribeStorageVirtualMachinesPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeStorageVirtualMachinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStorageVirtualMachinesCommand, diff --git a/clients/client-fsx/src/pagination/DescribeVolumesPaginator.ts b/clients/client-fsx/src/pagination/DescribeVolumesPaginator.ts index b448e4750c85..1e8fde9d751b 100644 --- a/clients/client-fsx/src/pagination/DescribeVolumesPaginator.ts +++ b/clients/client-fsx/src/pagination/DescribeVolumesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVolumesCommand, diff --git a/clients/client-fsx/src/pagination/Interfaces.ts b/clients/client-fsx/src/pagination/Interfaces.ts index 8c1b46a8bf95..c53a66e59de1 100644 --- a/clients/client-fsx/src/pagination/Interfaces.ts +++ b/clients/client-fsx/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { FSxClient } from "../FSxClient"; diff --git a/clients/client-fsx/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-fsx/src/pagination/ListTagsForResourcePaginator.ts index c5aac1f0f2e7..6b0f4c044441 100644 --- a/clients/client-fsx/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-fsx/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-fsx/src/protocols/Aws_json1_1.ts b/clients/client-fsx/src/protocols/Aws_json1_1.ts index 172dc56dcabd..b5e692cb7559 100644 --- a/clients/client-fsx/src/protocols/Aws_json1_1.ts +++ b/clients/client-fsx/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-fsx/src/runtimeConfig.browser.ts b/clients/client-fsx/src/runtimeConfig.browser.ts index c79e5e6af9b0..6587edfc1310 100644 --- a/clients/client-fsx/src/runtimeConfig.browser.ts +++ b/clients/client-fsx/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FSxClientConfig } from "./FSxClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-fsx/src/runtimeConfig.shared.ts b/clients/client-fsx/src/runtimeConfig.shared.ts index 67269eddd4a8..691b689d0a86 100644 --- a/clients/client-fsx/src/runtimeConfig.shared.ts +++ b/clients/client-fsx/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { FSxClientConfig } from "./FSxClient"; diff --git a/clients/client-fsx/src/runtimeConfig.ts b/clients/client-fsx/src/runtimeConfig.ts index 37f0f695b8a4..698fa9804bd6 100644 --- a/clients/client-fsx/src/runtimeConfig.ts +++ b/clients/client-fsx/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { FSxClientConfig } from "./FSxClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index 3778ac6a2b6c..309bc0b40aaf 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-gamelift/src/GameLift.ts b/clients/client-gamelift/src/GameLift.ts index 942a53716a7c..c8527d51102a 100644 --- a/clients/client-gamelift/src/GameLift.ts +++ b/clients/client-gamelift/src/GameLift.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptMatchCommand, AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand"; import { diff --git a/clients/client-gamelift/src/GameLiftClient.ts b/clients/client-gamelift/src/GameLiftClient.ts index 00ec71aa529e..926f012deaca 100644 --- a/clients/client-gamelift/src/GameLiftClient.ts +++ b/clients/client-gamelift/src/GameLiftClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand"; @@ -567,7 +565,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -676,7 +674,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts index 3d5a346af7d5..747954983081 100644 --- a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts +++ b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts index 7dd8f7ad6ff6..972ef53d61d8 100644 --- a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ClaimGameServerInput, ClaimGameServerOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateAliasCommand.ts b/clients/client-gamelift/src/commands/CreateAliasCommand.ts index f5651224de98..604b78be13da 100644 --- a/clients/client-gamelift/src/commands/CreateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateAliasInput, CreateAliasOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateBuildCommand.ts b/clients/client-gamelift/src/commands/CreateBuildCommand.ts index 95dac2400338..e7d855a51434 100644 --- a/clients/client-gamelift/src/commands/CreateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/CreateBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateBuildInput, CreateBuildOutput, CreateBuildOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateFleetCommand.ts b/clients/client-gamelift/src/commands/CreateFleetCommand.ts index 0c76eb03fc1d..b97e280c0d24 100644 --- a/clients/client-gamelift/src/commands/CreateFleetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateFleetInput, CreateFleetOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts index 5014efb53670..685f2eb28c53 100644 --- a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateFleetLocationsInput, CreateFleetLocationsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts index 085ea8deecae..06ff85ef6e85 100644 --- a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateGameServerGroupInput, CreateGameServerGroupOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts index 584d3ee9e853..058e86972099 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateGameSessionInput, CreateGameSessionOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts index a0399bf6f9c5..a1400092406b 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateGameSessionQueueInput, CreateGameSessionQueueOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateLocationCommand.ts b/clients/client-gamelift/src/commands/CreateLocationCommand.ts index 829a13ff87c6..b762d733eb49 100644 --- a/clients/client-gamelift/src/commands/CreateLocationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateLocationInput, CreateLocationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts index 1ec1b2135d5f..9dbcdbab3302 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateMatchmakingConfigurationInput, CreateMatchmakingConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts index d6579b0df46d..75a432b5f85e 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateMatchmakingRuleSetInput, CreateMatchmakingRuleSetOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts index aa778ab55922..1b0f636b649b 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreatePlayerSessionInput, CreatePlayerSessionOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts index d85e3a820b6d..01c90719219f 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreatePlayerSessionsInput, CreatePlayerSessionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateScriptCommand.ts b/clients/client-gamelift/src/commands/CreateScriptCommand.ts index 656a071379af..05e9363662ce 100644 --- a/clients/client-gamelift/src/commands/CreateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/CreateScriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateScriptInput, CreateScriptOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts index 787aab947413..5613e098983c 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateVpcPeeringAuthorizationInput, CreateVpcPeeringAuthorizationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts index fa827451c4a6..d4c0053f8252 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { CreateVpcPeeringConnectionInput, CreateVpcPeeringConnectionOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts index 3c6daa55f349..5bf85b73e06c 100644 --- a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteAliasInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts index ea77bc5496a6..8469bcbac4fd 100644 --- a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteBuildInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts index 66fd195626b1..727b7e6d304e 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteFleetInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts index abf5763aee6f..85b2b5975a77 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteFleetLocationsInput, DeleteFleetLocationsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts index 802677aee896..8ed8bfc19f18 100644 --- a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteGameServerGroupInput, DeleteGameServerGroupOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts index cc7dcfabec66..a3edec1a8736 100644 --- a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteGameSessionQueueInput, DeleteGameSessionQueueOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts index 8301ba6e19f1..3aed9d5e5e55 100644 --- a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteLocationInput, DeleteLocationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts index 964446e78e9e..2fc3bda9815b 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteMatchmakingConfigurationInput, DeleteMatchmakingConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts index 692d88d604a7..f8ad91628a05 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteMatchmakingRuleSetInput, DeleteMatchmakingRuleSetOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts index 330fb7656df9..f9862c5bacd7 100644 --- a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteScalingPolicyInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts index 946b9d5e8e75..e888e0d3e0a1 100644 --- a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteScriptInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts index c245af022586..e734a4aa37c6 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteVpcPeeringAuthorizationInput, DeleteVpcPeeringAuthorizationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts index 54043d32d357..26cb15a97490 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeleteVpcPeeringConnectionInput, DeleteVpcPeeringConnectionOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts index 7a7fa92b8f07..1475e90abf12 100644 --- a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeregisterComputeInput, DeregisterComputeOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts index 3cd93afde2fe..a25c2ddd7d5b 100644 --- a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DeregisterGameServerInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts index 9eab5d430f1c..b6cc546befb2 100644 --- a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts index 25230323469b..f9f57a0b5f36 100644 --- a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeBuildInput, DescribeBuildOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts index 8f3f5e7c2783..2451d390f446 100644 --- a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeComputeInput, DescribeComputeOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts index 85e20603cd3b..7243d5196418 100644 --- a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeEC2InstanceLimitsInput, DescribeEC2InstanceLimitsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts index a099b47c58f3..7d0fd6032b73 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetAttributesInput, DescribeFleetAttributesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts index 25b84f8ea596..d47b8a933f62 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetCapacityInput, DescribeFleetCapacityOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts index ba5d403c2783..bc13b039f709 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetEventsInput, DescribeFleetEventsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts index 017094401b22..fbfd986515e5 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetLocationAttributesInput, DescribeFleetLocationAttributesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts index 48773530ffb9..823af2c502e1 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetLocationCapacityInput, DescribeFleetLocationCapacityOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts index 133755edb6be..94125fcdb776 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetLocationUtilizationInput, DescribeFleetLocationUtilizationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts index 1bba62d15f2e..fa5d90a8cbc2 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetPortSettingsInput, DescribeFleetPortSettingsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts index 92fa8ac99751..1332faad6e35 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeFleetUtilizationInput, DescribeFleetUtilizationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts index b8e7cc4b6417..125affa84128 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameServerInput, DescribeGameServerOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts index 7993fc731407..d0d273a0be0a 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameServerGroupInput, DescribeGameServerGroupOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts index 474521d2db4e..564e37727ae3 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameServerInstancesInput, DescribeGameServerInstancesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts index 4b33006a54a8..547720ca8526 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameSessionDetailsInput, DescribeGameSessionDetailsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts index 4678e2baa815..ec00e6617288 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameSessionPlacementInput, DescribeGameSessionPlacementOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts index c407f36849f7..0f94043e3d18 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameSessionQueuesInput, DescribeGameSessionQueuesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts index a5703f5dda34..ec17f722bf4f 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeGameSessionsInput, DescribeGameSessionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts index 265711918ffa..685413b904f2 100644 --- a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeInstancesInput, DescribeInstancesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts index b622bc1178fb..35db3874ee10 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeMatchmakingInput, DescribeMatchmakingOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts index 22d9c736c72d..f863ed378513 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeMatchmakingConfigurationsInput, DescribeMatchmakingConfigurationsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts index 461d93d22ef4..61a6f042ab8e 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeMatchmakingRuleSetsInput, DescribeMatchmakingRuleSetsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts index 3ccac063f53d..cb316690219f 100644 --- a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribePlayerSessionsInput, DescribePlayerSessionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts index fae3bac2de95..bc9b98e1ac1a 100644 --- a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeRuntimeConfigurationInput, DescribeRuntimeConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts index 2eeead117168..f03dc762296b 100644 --- a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeScalingPoliciesInput, DescribeScalingPoliciesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts index e5c75bd99e11..d50543fc57c5 100644 --- a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeScriptInput, DescribeScriptOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts index 87e23f9d302a..ce5aa97a6b17 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeVpcPeeringAuthorizationsInput, DescribeVpcPeeringAuthorizationsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts index c934b3679252..eb2eea941c64 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { DescribeVpcPeeringConnectionsInput, DescribeVpcPeeringConnectionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts index 0c4b363ae880..172ca5c431fe 100644 --- a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { diff --git a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts index 734ccdaf5919..a63f136fe25d 100644 --- a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { GetComputeAuthTokenInput, GetComputeAuthTokenOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts index 3fa76003ec4b..242c022b94db 100644 --- a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts +++ b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { GetGameSessionLogUrlInput, GetGameSessionLogUrlOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts index 42700d215869..5994e6c54f1b 100644 --- a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { diff --git a/clients/client-gamelift/src/commands/ListAliasesCommand.ts b/clients/client-gamelift/src/commands/ListAliasesCommand.ts index 56f7e3141766..026fcbbbf556 100644 --- a/clients/client-gamelift/src/commands/ListAliasesCommand.ts +++ b/clients/client-gamelift/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListAliasesInput, ListAliasesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListBuildsCommand.ts b/clients/client-gamelift/src/commands/ListBuildsCommand.ts index 014304aea3c1..8852003307a1 100644 --- a/clients/client-gamelift/src/commands/ListBuildsCommand.ts +++ b/clients/client-gamelift/src/commands/ListBuildsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListBuildsInput, ListBuildsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListComputeCommand.ts b/clients/client-gamelift/src/commands/ListComputeCommand.ts index dffa923f7506..75df26ab2851 100644 --- a/clients/client-gamelift/src/commands/ListComputeCommand.ts +++ b/clients/client-gamelift/src/commands/ListComputeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListComputeInput, ListComputeOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListFleetsCommand.ts b/clients/client-gamelift/src/commands/ListFleetsCommand.ts index 0353f8d4a9fa..ccc0cabee06a 100644 --- a/clients/client-gamelift/src/commands/ListFleetsCommand.ts +++ b/clients/client-gamelift/src/commands/ListFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListFleetsInput, ListFleetsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts index 3f5e7398b154..6409b9285396 100644 --- a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListGameServerGroupsInput, ListGameServerGroupsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListGameServersCommand.ts b/clients/client-gamelift/src/commands/ListGameServersCommand.ts index 9da07ff707aa..ce1a158a9511 100644 --- a/clients/client-gamelift/src/commands/ListGameServersCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListGameServersInput, ListGameServersOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListLocationsCommand.ts b/clients/client-gamelift/src/commands/ListLocationsCommand.ts index bbeceb5bbfca..1e0d9f686d35 100644 --- a/clients/client-gamelift/src/commands/ListLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/ListLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListLocationsInput, ListLocationsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListScriptsCommand.ts b/clients/client-gamelift/src/commands/ListScriptsCommand.ts index 6e2b6a08a1d4..c0ef1622782b 100644 --- a/clients/client-gamelift/src/commands/ListScriptsCommand.ts +++ b/clients/client-gamelift/src/commands/ListScriptsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListScriptsInput, ListScriptsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts index b40d24ac342b..9b9b2ed2c747 100644 --- a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts index 2b21baae3bb2..8c5208978670 100644 --- a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts index 25322e219b67..fa39562bf83e 100644 --- a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { RegisterComputeInput, RegisterComputeOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts index bdc432623ff6..8db046d13549 100644 --- a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts index 3cafdd8f038f..861711d526f2 100644 --- a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts +++ b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { diff --git a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts index 6f14d1de362f..f84ca118d7a3 100644 --- a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts +++ b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts index aec10ec126f8..9101488e93ba 100644 --- a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ResumeGameServerGroupInput, ResumeGameServerGroupOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts index b4e75656f1e5..c6dee7cba5fb 100644 --- a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { SearchGameSessionsInput, SearchGameSessionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts index ab9410973b62..c03443dad5cc 100644 --- a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StartFleetActionsInput, StartFleetActionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts index a9f1e85c1e13..91eb09395ce4 100644 --- a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StartGameSessionPlacementInput, StartGameSessionPlacementOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts index 824507745818..0e4624860c9e 100644 --- a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StartMatchBackfillInput, StartMatchBackfillOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts index 47e7863970bd..f7419b8af684 100644 --- a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StartMatchmakingInput, StartMatchmakingOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts index d1d7df16187a..438b4830caeb 100644 --- a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StopFleetActionsInput, StopFleetActionsOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts index 873fc90fb53e..95dd16761da7 100644 --- a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StopGameSessionPlacementInput, StopGameSessionPlacementOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts index 5722a26fcb1f..31fbbe15b3dd 100644 --- a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { StopMatchmakingInput, StopMatchmakingOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts index dfc790be9028..c7bf3a6d6007 100644 --- a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { SuspendGameServerGroupInput, SuspendGameServerGroupOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/TagResourceCommand.ts b/clients/client-gamelift/src/commands/TagResourceCommand.ts index a1ce9fe74b54..05f76c8e8991 100644 --- a/clients/client-gamelift/src/commands/TagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UntagResourceCommand.ts b/clients/client-gamelift/src/commands/UntagResourceCommand.ts index 3e99a8eb3007..738b54e91952 100644 --- a/clients/client-gamelift/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts index 33ed369cc563..4a98ef473943 100644 --- a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateAliasInput, UpdateAliasOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts index fdd57c6f4bea..c2ca256d1a70 100644 --- a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateBuildInput, UpdateBuildOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts index b1edaacb3ac8..e0aa10347a9b 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateFleetAttributesInput, UpdateFleetAttributesOutput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts index 376712a8bba9..48bab7fed327 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateFleetCapacityInput } from "../models/models_0"; diff --git a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts index b2c08d115fe8..c06d6760f444 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateFleetPortSettingsInput, UpdateFleetPortSettingsOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts index 1b4591af35ea..62b2f5f65503 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateGameServerInput, UpdateGameServerOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts index 96dcf05b79f5..fab9cfe23ced 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateGameServerGroupInput, UpdateGameServerGroupOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts index 3f5061c55372..ca28d94f650b 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateGameSessionInput, UpdateGameSessionOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts index c1c0a29a7348..3212a6f80dc1 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateGameSessionQueueInput, UpdateGameSessionQueueOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts index 03a8951c13ea..837eb336fa02 100644 --- a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateMatchmakingConfigurationInput, UpdateMatchmakingConfigurationOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts index 84b87a1f83bb..4a4a25597fbe 100644 --- a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateRuntimeConfigurationInput, UpdateRuntimeConfigurationOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts index d8bd199da5c5..7edd639d01bc 100644 --- a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { UpdateScriptInput, UpdateScriptOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts index afaed6d21757..45b0c95596e6 100644 --- a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient"; import { ValidateMatchmakingRuleSetInput, ValidateMatchmakingRuleSetOutput } from "../models/models_1"; diff --git a/clients/client-gamelift/src/endpoint/EndpointParameters.ts b/clients/client-gamelift/src/endpoint/EndpointParameters.ts index f5696952c2d5..a4db080540b7 100644 --- a/clients/client-gamelift/src/endpoint/EndpointParameters.ts +++ b/clients/client-gamelift/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-gamelift/src/endpoint/endpointResolver.ts b/clients/client-gamelift/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-gamelift/src/endpoint/endpointResolver.ts +++ b/clients/client-gamelift/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-gamelift/src/endpoint/ruleset.ts b/clients/client-gamelift/src/endpoint/ruleset.ts index a3a7302936cc..4ea48f977953 100644 --- a/clients/client-gamelift/src/endpoint/ruleset.ts +++ b/clients/client-gamelift/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-gamelift/src/models/GameLiftServiceException.ts b/clients/client-gamelift/src/models/GameLiftServiceException.ts index 6715efb5bcd0..dc0ccbc66551 100644 --- a/clients/client-gamelift/src/models/GameLiftServiceException.ts +++ b/clients/client-gamelift/src/models/GameLiftServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-gamelift/src/models/models_0.ts b/clients/client-gamelift/src/models/models_0.ts index b54d61b2ac88..664e970918d8 100644 --- a/clients/client-gamelift/src/models/models_0.ts +++ b/clients/client-gamelift/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { GameLiftServiceException as __BaseException } from "./GameLiftServiceException"; diff --git a/clients/client-gamelift/src/pagination/DescribeFleetAttributesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeFleetAttributesPaginator.ts index 5172124c8016..13ec12e458ea 100644 --- a/clients/client-gamelift/src/pagination/DescribeFleetAttributesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeFleetAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetAttributesCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeFleetCapacityPaginator.ts b/clients/client-gamelift/src/pagination/DescribeFleetCapacityPaginator.ts index 792d4c3a958e..7c14329e59d7 100644 --- a/clients/client-gamelift/src/pagination/DescribeFleetCapacityPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeFleetCapacityPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetCapacityCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeFleetEventsPaginator.ts b/clients/client-gamelift/src/pagination/DescribeFleetEventsPaginator.ts index f536a8b7469b..7855dccec749 100644 --- a/clients/client-gamelift/src/pagination/DescribeFleetEventsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeFleetEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetEventsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeFleetLocationAttributesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeFleetLocationAttributesPaginator.ts index a4b2cd262784..ec09d34e5b55 100644 --- a/clients/client-gamelift/src/pagination/DescribeFleetLocationAttributesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeFleetLocationAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetLocationAttributesCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeFleetUtilizationPaginator.ts b/clients/client-gamelift/src/pagination/DescribeFleetUtilizationPaginator.ts index 52b8a5723077..6a11ee707331 100644 --- a/clients/client-gamelift/src/pagination/DescribeFleetUtilizationPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeFleetUtilizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFleetUtilizationCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeGameServerInstancesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeGameServerInstancesPaginator.ts index 1d22649883fb..cf03fd3be777 100644 --- a/clients/client-gamelift/src/pagination/DescribeGameServerInstancesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeGameServerInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGameServerInstancesCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeGameSessionDetailsPaginator.ts b/clients/client-gamelift/src/pagination/DescribeGameSessionDetailsPaginator.ts index f8db6f45c455..027e9e0165ef 100644 --- a/clients/client-gamelift/src/pagination/DescribeGameSessionDetailsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeGameSessionDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGameSessionDetailsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeGameSessionQueuesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeGameSessionQueuesPaginator.ts index 221dcf33d14d..55581cff35d8 100644 --- a/clients/client-gamelift/src/pagination/DescribeGameSessionQueuesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeGameSessionQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGameSessionQueuesCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeGameSessionsPaginator.ts b/clients/client-gamelift/src/pagination/DescribeGameSessionsPaginator.ts index 25fa055ef175..d87fca71b8aa 100644 --- a/clients/client-gamelift/src/pagination/DescribeGameSessionsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeGameSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGameSessionsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeInstancesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeInstancesPaginator.ts index 0b28a72e33e7..cbd427047017 100644 --- a/clients/client-gamelift/src/pagination/DescribeInstancesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstancesCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeMatchmakingConfigurationsPaginator.ts b/clients/client-gamelift/src/pagination/DescribeMatchmakingConfigurationsPaginator.ts index 003dc7362cb7..361898b70946 100644 --- a/clients/client-gamelift/src/pagination/DescribeMatchmakingConfigurationsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeMatchmakingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMatchmakingConfigurationsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeMatchmakingRuleSetsPaginator.ts b/clients/client-gamelift/src/pagination/DescribeMatchmakingRuleSetsPaginator.ts index 37da10f91f57..ca6d99b81448 100644 --- a/clients/client-gamelift/src/pagination/DescribeMatchmakingRuleSetsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeMatchmakingRuleSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMatchmakingRuleSetsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribePlayerSessionsPaginator.ts b/clients/client-gamelift/src/pagination/DescribePlayerSessionsPaginator.ts index 76decb038fb3..3e30a96bf67f 100644 --- a/clients/client-gamelift/src/pagination/DescribePlayerSessionsPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribePlayerSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePlayerSessionsCommand, diff --git a/clients/client-gamelift/src/pagination/DescribeScalingPoliciesPaginator.ts b/clients/client-gamelift/src/pagination/DescribeScalingPoliciesPaginator.ts index 6da37139159e..5b06a0d3db4c 100644 --- a/clients/client-gamelift/src/pagination/DescribeScalingPoliciesPaginator.ts +++ b/clients/client-gamelift/src/pagination/DescribeScalingPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeScalingPoliciesCommand, diff --git a/clients/client-gamelift/src/pagination/Interfaces.ts b/clients/client-gamelift/src/pagination/Interfaces.ts index 9ea27c05ac3b..5109b72b2e03 100644 --- a/clients/client-gamelift/src/pagination/Interfaces.ts +++ b/clients/client-gamelift/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/ListAliasesPaginator.ts b/clients/client-gamelift/src/pagination/ListAliasesPaginator.ts index 5d651eea0ca3..f628c9008c83 100644 --- a/clients/client-gamelift/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/ListBuildsPaginator.ts b/clients/client-gamelift/src/pagination/ListBuildsPaginator.ts index 5635f08ab70b..9beba5005d6c 100644 --- a/clients/client-gamelift/src/pagination/ListBuildsPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListBuildsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBuildsCommand, ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/ListComputePaginator.ts b/clients/client-gamelift/src/pagination/ListComputePaginator.ts index 10e04887343a..b33266cf6bef 100644 --- a/clients/client-gamelift/src/pagination/ListComputePaginator.ts +++ b/clients/client-gamelift/src/pagination/ListComputePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComputeCommand, ListComputeCommandInput, ListComputeCommandOutput } from "../commands/ListComputeCommand"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/ListFleetsPaginator.ts b/clients/client-gamelift/src/pagination/ListFleetsPaginator.ts index 066d955e1e59..65199959cb45 100644 --- a/clients/client-gamelift/src/pagination/ListFleetsPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetsCommand, ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/ListGameServerGroupsPaginator.ts b/clients/client-gamelift/src/pagination/ListGameServerGroupsPaginator.ts index 9aaccc6ca1a8..93791eb64176 100644 --- a/clients/client-gamelift/src/pagination/ListGameServerGroupsPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListGameServerGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGameServerGroupsCommand, diff --git a/clients/client-gamelift/src/pagination/ListGameServersPaginator.ts b/clients/client-gamelift/src/pagination/ListGameServersPaginator.ts index 87cb81bc5ae2..87548f1897d3 100644 --- a/clients/client-gamelift/src/pagination/ListGameServersPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListGameServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGameServersCommand, diff --git a/clients/client-gamelift/src/pagination/ListLocationsPaginator.ts b/clients/client-gamelift/src/pagination/ListLocationsPaginator.ts index 2e9af870a73b..f7d0e002a18c 100644 --- a/clients/client-gamelift/src/pagination/ListLocationsPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListLocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLocationsCommand, diff --git a/clients/client-gamelift/src/pagination/ListScriptsPaginator.ts b/clients/client-gamelift/src/pagination/ListScriptsPaginator.ts index b13045dcda0d..05a289c09aaa 100644 --- a/clients/client-gamelift/src/pagination/ListScriptsPaginator.ts +++ b/clients/client-gamelift/src/pagination/ListScriptsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScriptsCommand, ListScriptsCommandInput, ListScriptsCommandOutput } from "../commands/ListScriptsCommand"; import { GameLiftClient } from "../GameLiftClient"; diff --git a/clients/client-gamelift/src/pagination/SearchGameSessionsPaginator.ts b/clients/client-gamelift/src/pagination/SearchGameSessionsPaginator.ts index 0072b8c8bc90..9ce39a81c45e 100644 --- a/clients/client-gamelift/src/pagination/SearchGameSessionsPaginator.ts +++ b/clients/client-gamelift/src/pagination/SearchGameSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchGameSessionsCommand, diff --git a/clients/client-gamelift/src/protocols/Aws_json1_1.ts b/clients/client-gamelift/src/protocols/Aws_json1_1.ts index b065cd8e4e4e..ea9d694e3a6f 100644 --- a/clients/client-gamelift/src/protocols/Aws_json1_1.ts +++ b/clients/client-gamelift/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "../commands/AcceptMatchCommand"; import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "../commands/ClaimGameServerCommand"; diff --git a/clients/client-gamelift/src/runtimeConfig.browser.ts b/clients/client-gamelift/src/runtimeConfig.browser.ts index f55701d83ab7..1cf06d0da2c5 100644 --- a/clients/client-gamelift/src/runtimeConfig.browser.ts +++ b/clients/client-gamelift/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GameLiftClientConfig } from "./GameLiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-gamelift/src/runtimeConfig.shared.ts b/clients/client-gamelift/src/runtimeConfig.shared.ts index 110e1b30ea3f..30458a1a2dd8 100644 --- a/clients/client-gamelift/src/runtimeConfig.shared.ts +++ b/clients/client-gamelift/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GameLiftClientConfig } from "./GameLiftClient"; diff --git a/clients/client-gamelift/src/runtimeConfig.ts b/clients/client-gamelift/src/runtimeConfig.ts index 2218d3161548..b991e7e9ad48 100644 --- a/clients/client-gamelift/src/runtimeConfig.ts +++ b/clients/client-gamelift/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GameLiftClientConfig } from "./GameLiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-gamesparks/package.json b/clients/client-gamesparks/package.json index d23629da7899..9741de4a1321 100644 --- a/clients/client-gamesparks/package.json +++ b/clients/client-gamesparks/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-gamesparks/src/GameSparks.ts b/clients/client-gamesparks/src/GameSparks.ts index 3e6c6cbf628d..298a41c2da4e 100644 --- a/clients/client-gamesparks/src/GameSparks.ts +++ b/clients/client-gamesparks/src/GameSparks.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateGameCommand, CreateGameCommandInput, CreateGameCommandOutput } from "./commands/CreateGameCommand"; import { diff --git a/clients/client-gamesparks/src/GameSparksClient.ts b/clients/client-gamesparks/src/GameSparksClient.ts index 89c0ed916867..67021c9ceabd 100644 --- a/clients/client-gamesparks/src/GameSparksClient.ts +++ b/clients/client-gamesparks/src/GameSparksClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateGameCommandInput, CreateGameCommandOutput } from "./commands/CreateGameCommand"; @@ -216,7 +214,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -325,7 +323,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-gamesparks/src/commands/CreateGameCommand.ts b/clients/client-gamesparks/src/commands/CreateGameCommand.ts index 4061f052e44b..9b8d45d3102d 100644 --- a/clients/client-gamesparks/src/commands/CreateGameCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateGameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { CreateGameRequest, CreateGameResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts b/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts index da64f158ed6c..f1ae2ac086d8 100644 --- a/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/CreateStageCommand.ts b/clients/client-gamesparks/src/commands/CreateStageCommand.ts index 82527031700c..43160bb065cc 100644 --- a/clients/client-gamesparks/src/commands/CreateStageCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { CreateStageRequest, CreateStageResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/DeleteGameCommand.ts b/clients/client-gamesparks/src/commands/DeleteGameCommand.ts index 793d1e9bbae5..c9590a2bb2f4 100644 --- a/clients/client-gamesparks/src/commands/DeleteGameCommand.ts +++ b/clients/client-gamesparks/src/commands/DeleteGameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { DeleteGameRequest, DeleteGameResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/DeleteStageCommand.ts b/clients/client-gamesparks/src/commands/DeleteStageCommand.ts index 9c1314297622..26c228ddeb1e 100644 --- a/clients/client-gamesparks/src/commands/DeleteStageCommand.ts +++ b/clients/client-gamesparks/src/commands/DeleteStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { DeleteStageRequest, DeleteStageResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts b/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts index 9da4d6b1bb3b..9c16d8bbc1d5 100644 --- a/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts +++ b/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { DisconnectPlayerRequest, DisconnectPlayerResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts b/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts index 12bffc61266c..bf92b1bc44b8 100644 --- a/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetExtensionCommand.ts b/clients/client-gamesparks/src/commands/GetExtensionCommand.ts index 0268b5a019fc..acbda8d8354c 100644 --- a/clients/client-gamesparks/src/commands/GetExtensionCommand.ts +++ b/clients/client-gamesparks/src/commands/GetExtensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetExtensionRequest, GetExtensionResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts b/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts index bc7ddc16c797..ba46860021d5 100644 --- a/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts +++ b/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetExtensionVersionRequest, GetExtensionVersionResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetGameCommand.ts b/clients/client-gamesparks/src/commands/GetGameCommand.ts index 0d3349c2e47b..e1e478528614 100644 --- a/clients/client-gamesparks/src/commands/GetGameCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetGameRequest, GetGameResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts index 579dba721e61..175376eff02b 100644 --- a/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetGameConfigurationRequest, GetGameConfigurationResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts b/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts index deeb29eba749..cd9fb77f188e 100644 --- a/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetGeneratedCodeJobRequest, GetGeneratedCodeJobResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts b/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts index d495825ebf9e..98fe25341dcf 100644 --- a/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts +++ b/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetPlayerConnectionStatusRequest, GetPlayerConnectionStatusResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts b/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts index 78b311736468..83b6427b7f49 100644 --- a/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetSnapshotRequest, GetSnapshotResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetStageCommand.ts b/clients/client-gamesparks/src/commands/GetStageCommand.ts index 62629b49af59..12823e2a60ae 100644 --- a/clients/client-gamesparks/src/commands/GetStageCommand.ts +++ b/clients/client-gamesparks/src/commands/GetStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetStageRequest, GetStageResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts b/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts index fa6ba07da16a..3a08b49d42db 100644 --- a/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts +++ b/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { GetStageDeploymentRequest, GetStageDeploymentResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts index 309bc0971185..d8ac4bd0d29f 100644 --- a/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ImportGameConfigurationRequest, ImportGameConfigurationResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts b/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts index 49cb34b07761..f91c2efb28bd 100644 --- a/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListExtensionVersionsRequest, ListExtensionVersionsResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts b/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts index d36f02a4e65f..901487669778 100644 --- a/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListExtensionsRequest, ListExtensionsResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListGamesCommand.ts b/clients/client-gamesparks/src/commands/ListGamesCommand.ts index 229eb05a6a32..c5d39b5eabf7 100644 --- a/clients/client-gamesparks/src/commands/ListGamesCommand.ts +++ b/clients/client-gamesparks/src/commands/ListGamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListGamesRequest, ListGamesResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts b/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts index 3ee96616b04d..dc65d8858fe0 100644 --- a/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListGeneratedCodeJobsRequest, ListGeneratedCodeJobsResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts b/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts index 0e4eceb444eb..c4b742b14508 100644 --- a/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListSnapshotsRequest, ListSnapshotsResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts b/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts index 6c17b4bf0c25..ca3f2f56ad73 100644 --- a/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListStageDeploymentsRequest, ListStageDeploymentsResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListStagesCommand.ts b/clients/client-gamesparks/src/commands/ListStagesCommand.ts index 52593bcffef7..e9e085fdbd02 100644 --- a/clients/client-gamesparks/src/commands/ListStagesCommand.ts +++ b/clients/client-gamesparks/src/commands/ListStagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListStagesRequest, ListStagesResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts index 4e647d0fb229..72ec5974ef77 100644 --- a/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts b/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts index c904a19daa3c..a80eafdc61f0 100644 --- a/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts +++ b/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { StartGeneratedCodeJobRequest, StartGeneratedCodeJobResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts b/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts index 6c07b5296a00..7c82d3a6c299 100644 --- a/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts +++ b/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { StartStageDeploymentRequest, StartStageDeploymentResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/TagResourceCommand.ts b/clients/client-gamesparks/src/commands/TagResourceCommand.ts index 8feca4151a8e..1634e6a05d36 100644 --- a/clients/client-gamesparks/src/commands/TagResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/UntagResourceCommand.ts b/clients/client-gamesparks/src/commands/UntagResourceCommand.ts index 9751380f3b69..315ee19e02b2 100644 --- a/clients/client-gamesparks/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/UpdateGameCommand.ts b/clients/client-gamesparks/src/commands/UpdateGameCommand.ts index 578f2d5af5ff..d08fd9cbb66b 100644 --- a/clients/client-gamesparks/src/commands/UpdateGameCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateGameCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { UpdateGameRequest, UpdateGameResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts index cb7b5e5214db..dff841ae0ad8 100644 --- a/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { UpdateGameConfigurationRequest, UpdateGameConfigurationResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts b/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts index b7c0ecde55a7..0881d2ff8594 100644 --- a/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { UpdateSnapshotRequest, UpdateSnapshotResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/commands/UpdateStageCommand.ts b/clients/client-gamesparks/src/commands/UpdateStageCommand.ts index 37cc07c272ae..85b10c125bb1 100644 --- a/clients/client-gamesparks/src/commands/UpdateStageCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameSparksClient"; import { UpdateStageRequest, UpdateStageResult } from "../models/models_0"; diff --git a/clients/client-gamesparks/src/endpoint/EndpointParameters.ts b/clients/client-gamesparks/src/endpoint/EndpointParameters.ts index 6f755d542ec4..0b36cfc8e2a5 100644 --- a/clients/client-gamesparks/src/endpoint/EndpointParameters.ts +++ b/clients/client-gamesparks/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-gamesparks/src/endpoint/endpointResolver.ts b/clients/client-gamesparks/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-gamesparks/src/endpoint/endpointResolver.ts +++ b/clients/client-gamesparks/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-gamesparks/src/endpoint/ruleset.ts b/clients/client-gamesparks/src/endpoint/ruleset.ts index 787db3eb0346..e7ee6cd3f7aa 100644 --- a/clients/client-gamesparks/src/endpoint/ruleset.ts +++ b/clients/client-gamesparks/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-gamesparks/src/models/GameSparksServiceException.ts b/clients/client-gamesparks/src/models/GameSparksServiceException.ts index 2f1f23ccc009..decdb5aeb1a4 100644 --- a/clients/client-gamesparks/src/models/GameSparksServiceException.ts +++ b/clients/client-gamesparks/src/models/GameSparksServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-gamesparks/src/models/models_0.ts b/clients/client-gamesparks/src/models/models_0.ts index 29f72714f693..20b10ed715c5 100644 --- a/clients/client-gamesparks/src/models/models_0.ts +++ b/clients/client-gamesparks/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { GameSparksServiceException as __BaseException } from "./GameSparksServiceException"; diff --git a/clients/client-gamesparks/src/pagination/Interfaces.ts b/clients/client-gamesparks/src/pagination/Interfaces.ts index 23709a36f58d..30b22ca4cecb 100644 --- a/clients/client-gamesparks/src/pagination/Interfaces.ts +++ b/clients/client-gamesparks/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GameSparksClient } from "../GameSparksClient"; diff --git a/clients/client-gamesparks/src/pagination/ListExtensionVersionsPaginator.ts b/clients/client-gamesparks/src/pagination/ListExtensionVersionsPaginator.ts index af4c81ce20f2..4cc86cb9a6b6 100644 --- a/clients/client-gamesparks/src/pagination/ListExtensionVersionsPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListExtensionVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExtensionVersionsCommand, diff --git a/clients/client-gamesparks/src/pagination/ListExtensionsPaginator.ts b/clients/client-gamesparks/src/pagination/ListExtensionsPaginator.ts index d88189f02607..4b1229931fb8 100644 --- a/clients/client-gamesparks/src/pagination/ListExtensionsPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListExtensionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExtensionsCommand, diff --git a/clients/client-gamesparks/src/pagination/ListGamesPaginator.ts b/clients/client-gamesparks/src/pagination/ListGamesPaginator.ts index 72e14a1b0125..35661890a5a7 100644 --- a/clients/client-gamesparks/src/pagination/ListGamesPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListGamesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGamesCommand, ListGamesCommandInput, ListGamesCommandOutput } from "../commands/ListGamesCommand"; import { GameSparksClient } from "../GameSparksClient"; diff --git a/clients/client-gamesparks/src/pagination/ListGeneratedCodeJobsPaginator.ts b/clients/client-gamesparks/src/pagination/ListGeneratedCodeJobsPaginator.ts index 949688d3374a..22f9b14a70dc 100644 --- a/clients/client-gamesparks/src/pagination/ListGeneratedCodeJobsPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListGeneratedCodeJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGeneratedCodeJobsCommand, diff --git a/clients/client-gamesparks/src/pagination/ListSnapshotsPaginator.ts b/clients/client-gamesparks/src/pagination/ListSnapshotsPaginator.ts index b9c34a63bd90..dae021362096 100644 --- a/clients/client-gamesparks/src/pagination/ListSnapshotsPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSnapshotsCommand, diff --git a/clients/client-gamesparks/src/pagination/ListStageDeploymentsPaginator.ts b/clients/client-gamesparks/src/pagination/ListStageDeploymentsPaginator.ts index ca38801fdc75..b50b2ef66fb3 100644 --- a/clients/client-gamesparks/src/pagination/ListStageDeploymentsPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListStageDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStageDeploymentsCommand, diff --git a/clients/client-gamesparks/src/pagination/ListStagesPaginator.ts b/clients/client-gamesparks/src/pagination/ListStagesPaginator.ts index f8575946e138..ecaead237456 100644 --- a/clients/client-gamesparks/src/pagination/ListStagesPaginator.ts +++ b/clients/client-gamesparks/src/pagination/ListStagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStagesCommand, ListStagesCommandInput, ListStagesCommandOutput } from "../commands/ListStagesCommand"; import { GameSparksClient } from "../GameSparksClient"; diff --git a/clients/client-gamesparks/src/protocols/Aws_restJson1.ts b/clients/client-gamesparks/src/protocols/Aws_restJson1.ts index e8f89bdf8141..8c74ff338cad 100644 --- a/clients/client-gamesparks/src/protocols/Aws_restJson1.ts +++ b/clients/client-gamesparks/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + DocumentType as __DocumentType, + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGameCommandInput, CreateGameCommandOutput } from "../commands/CreateGameCommand"; import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand"; diff --git a/clients/client-gamesparks/src/runtimeConfig.browser.ts b/clients/client-gamesparks/src/runtimeConfig.browser.ts index d7f37d53d683..d8a3f1888769 100644 --- a/clients/client-gamesparks/src/runtimeConfig.browser.ts +++ b/clients/client-gamesparks/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GameSparksClientConfig } from "./GameSparksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-gamesparks/src/runtimeConfig.shared.ts b/clients/client-gamesparks/src/runtimeConfig.shared.ts index 5e72fcafecc3..c9652446953b 100644 --- a/clients/client-gamesparks/src/runtimeConfig.shared.ts +++ b/clients/client-gamesparks/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GameSparksClientConfig } from "./GameSparksClient"; diff --git a/clients/client-gamesparks/src/runtimeConfig.ts b/clients/client-gamesparks/src/runtimeConfig.ts index a857446c61f7..adad2f2a46cb 100644 --- a/clients/client-gamesparks/src/runtimeConfig.ts +++ b/clients/client-gamesparks/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GameSparksClientConfig } from "./GameSparksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index c935617a9683..a41a5b03b63d 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -24,45 +24,46 @@ "@aws-sdk/body-checksum-browser": "*", "@aws-sdk/body-checksum-node": "*", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-glacier": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-glacier/src/Glacier.ts b/clients/client-glacier/src/Glacier.ts index 2ec4f863e1a5..812e5de7169f 100644 --- a/clients/client-glacier/src/Glacier.ts +++ b/clients/client-glacier/src/Glacier.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AbortMultipartUploadCommand, diff --git a/clients/client-glacier/src/GlacierClient.ts b/clients/client-glacier/src/GlacierClient.ts index 2087930eb931..2e9dba3a5e0f 100644 --- a/clients/client-glacier/src/GlacierClient.ts +++ b/clients/client-glacier/src/GlacierClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getGlacierPlugin } from "@aws-sdk/middleware-sdk-glacier"; import { AwsAuthInputConfig, @@ -24,34 +20,36 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -231,7 +229,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts index 4ba9aea4f3e1..941bbb44396a 100644 --- a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { AbortMultipartUploadInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts index e8ad21147add..35bb9155bfe7 100644 --- a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { AbortVaultLockInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts index 3b63fc679712..06e95c68ff94 100644 --- a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts +++ b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { AddTagsToVaultInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts index ccbd2f0fd386..ad0c14ec6c91 100644 --- a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts index bcad0b3dcf9a..6cc2f320883c 100644 --- a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { CompleteVaultLockInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/CreateVaultCommand.ts b/clients/client-glacier/src/commands/CreateVaultCommand.ts index 441bd3bfa14f..5baf18383ff4 100644 --- a/clients/client-glacier/src/commands/CreateVaultCommand.ts +++ b/clients/client-glacier/src/commands/CreateVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { CreateVaultInput, CreateVaultOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts index ec74deaf8a64..944bd32067f6 100644 --- a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DeleteArchiveInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts index d59612182757..783248e46689 100644 --- a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DeleteVaultAccessPolicyInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DeleteVaultCommand.ts b/clients/client-glacier/src/commands/DeleteVaultCommand.ts index 79dcde182b89..8136b40a700c 100644 --- a/clients/client-glacier/src/commands/DeleteVaultCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DeleteVaultInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts index 2b203ed65ff2..c3863b91c65b 100644 --- a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DeleteVaultNotificationsInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DescribeJobCommand.ts b/clients/client-glacier/src/commands/DescribeJobCommand.ts index 28c32f38cdf6..f6d9531743ac 100644 --- a/clients/client-glacier/src/commands/DescribeJobCommand.ts +++ b/clients/client-glacier/src/commands/DescribeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DescribeJobInput, GlacierJobDescription } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/DescribeVaultCommand.ts b/clients/client-glacier/src/commands/DescribeVaultCommand.ts index 8ec58ecec919..a18c5a00b32e 100644 --- a/clients/client-glacier/src/commands/DescribeVaultCommand.ts +++ b/clients/client-glacier/src/commands/DescribeVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts index 899da2d6b171..c23b5e2a633c 100644 --- a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/GetJobOutputCommand.ts b/clients/client-glacier/src/commands/GetJobOutputCommand.ts index b2bc4f0d915c..941cafa3aabf 100644 --- a/clients/client-glacier/src/commands/GetJobOutputCommand.ts +++ b/clients/client-glacier/src/commands/GetJobOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { GetJobOutputInput, GetJobOutputOutput, GetJobOutputOutputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts index b9709cdf6e1a..13bcceda12ce 100644 --- a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/GetVaultLockCommand.ts b/clients/client-glacier/src/commands/GetVaultLockCommand.ts index e995caa99110..0b44841d7d1e 100644 --- a/clients/client-glacier/src/commands/GetVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts index 7789223b12fa..765d391f3209 100644 --- a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/InitiateJobCommand.ts b/clients/client-glacier/src/commands/InitiateJobCommand.ts index c688efe35013..93ff83a8aed9 100644 --- a/clients/client-glacier/src/commands/InitiateJobCommand.ts +++ b/clients/client-glacier/src/commands/InitiateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { InitiateJobInput, InitiateJobOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts index 3db5715b98a9..da5dc516ce6d 100644 --- a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts index e4953bfb0fb7..56029108eabf 100644 --- a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListJobsCommand.ts b/clients/client-glacier/src/commands/ListJobsCommand.ts index af7cd9c344c5..b8ed89543b21 100644 --- a/clients/client-glacier/src/commands/ListJobsCommand.ts +++ b/clients/client-glacier/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListJobsInput, ListJobsOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts index d2e871f884e6..23cd0f7f3a8f 100644 --- a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListPartsCommand.ts b/clients/client-glacier/src/commands/ListPartsCommand.ts index 6f00d973926a..a8f276af137e 100644 --- a/clients/client-glacier/src/commands/ListPartsCommand.ts +++ b/clients/client-glacier/src/commands/ListPartsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListPartsInput, ListPartsOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts index 0ac620153126..b578999e0039 100644 --- a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts index efc67cc4717a..24e2c9115f6d 100644 --- a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts +++ b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/ListVaultsCommand.ts b/clients/client-glacier/src/commands/ListVaultsCommand.ts index ff5db112a70a..77f6adc61823 100644 --- a/clients/client-glacier/src/commands/ListVaultsCommand.ts +++ b/clients/client-glacier/src/commands/ListVaultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ListVaultsInput, ListVaultsOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts index 701040e5f622..82b11523b7c8 100644 --- a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts index bbc836394689..582d53540900 100644 --- a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts +++ b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { RemoveTagsFromVaultInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts index b1fbaf8d46b0..4dff6a125274 100644 --- a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { SetDataRetrievalPolicyInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts index 66a177b66fc1..62fe58fb71a6 100644 --- a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { SetVaultAccessPolicyInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts index 94dbf3dac06f..660bc737c628 100644 --- a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { SetVaultNotificationsInput } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/UploadArchiveCommand.ts b/clients/client-glacier/src/commands/UploadArchiveCommand.ts index f859f0e31dbf..59fc1f7beb96 100644 --- a/clients/client-glacier/src/commands/UploadArchiveCommand.ts +++ b/clients/client-glacier/src/commands/UploadArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { ArchiveCreationOutput, UploadArchiveInput, UploadArchiveInputFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts index cfe44c1b6c1d..8a029f0a2156 100644 --- a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts +++ b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient"; import { diff --git a/clients/client-glacier/src/endpoint/EndpointParameters.ts b/clients/client-glacier/src/endpoint/EndpointParameters.ts index 014c557fdcd8..bfade296bf86 100644 --- a/clients/client-glacier/src/endpoint/EndpointParameters.ts +++ b/clients/client-glacier/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-glacier/src/endpoint/endpointResolver.ts b/clients/client-glacier/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-glacier/src/endpoint/endpointResolver.ts +++ b/clients/client-glacier/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-glacier/src/endpoint/ruleset.ts b/clients/client-glacier/src/endpoint/ruleset.ts index 6819eb8efa7f..f194faca407c 100644 --- a/clients/client-glacier/src/endpoint/ruleset.ts +++ b/clients/client-glacier/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-glacier/src/models/GlacierServiceException.ts b/clients/client-glacier/src/models/GlacierServiceException.ts index 5508039da628..426373a0cc93 100644 --- a/clients/client-glacier/src/models/GlacierServiceException.ts +++ b/clients/client-glacier/src/models/GlacierServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-glacier/src/models/models_0.ts b/clients/client-glacier/src/models/models_0.ts index d9c152c6b1b1..35ec2178d82f 100644 --- a/clients/client-glacier/src/models/models_0.ts +++ b/clients/client-glacier/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { GlacierServiceException as __BaseException } from "./GlacierServiceException"; diff --git a/clients/client-glacier/src/pagination/Interfaces.ts b/clients/client-glacier/src/pagination/Interfaces.ts index a0dd5142d76c..f78010523412 100644 --- a/clients/client-glacier/src/pagination/Interfaces.ts +++ b/clients/client-glacier/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-glacier/src/pagination/ListJobsPaginator.ts b/clients/client-glacier/src/pagination/ListJobsPaginator.ts index 98a28031cdaa..6919c00f21f0 100644 --- a/clients/client-glacier/src/pagination/ListJobsPaginator.ts +++ b/clients/client-glacier/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-glacier/src/pagination/ListMultipartUploadsPaginator.ts b/clients/client-glacier/src/pagination/ListMultipartUploadsPaginator.ts index 1941009de2af..f2680d6a4ee1 100644 --- a/clients/client-glacier/src/pagination/ListMultipartUploadsPaginator.ts +++ b/clients/client-glacier/src/pagination/ListMultipartUploadsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMultipartUploadsCommand, diff --git a/clients/client-glacier/src/pagination/ListPartsPaginator.ts b/clients/client-glacier/src/pagination/ListPartsPaginator.ts index 05198e546af3..ae37fb1ad511 100644 --- a/clients/client-glacier/src/pagination/ListPartsPaginator.ts +++ b/clients/client-glacier/src/pagination/ListPartsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPartsCommand, ListPartsCommandInput, ListPartsCommandOutput } from "../commands/ListPartsCommand"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-glacier/src/pagination/ListVaultsPaginator.ts b/clients/client-glacier/src/pagination/ListVaultsPaginator.ts index 72ab79cf0e3f..a4a3c8ad693f 100644 --- a/clients/client-glacier/src/pagination/ListVaultsPaginator.ts +++ b/clients/client-glacier/src/pagination/ListVaultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVaultsCommand, ListVaultsCommandInput, ListVaultsCommandOutput } from "../commands/ListVaultsCommand"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-glacier/src/protocols/Aws_restJson1.ts b/clients/client-glacier/src/protocols/Aws_restJson1.ts index 0ecea7326a95..bddfe52f9084 100644 --- a/clients/client-glacier/src/protocols/Aws_restJson1.ts +++ b/clients/client-glacier/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,13 +14,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AbortMultipartUploadCommandInput, diff --git a/clients/client-glacier/src/runtimeConfig.browser.ts b/clients/client-glacier/src/runtimeConfig.browser.ts index 1131e6308bbd..9e48011fdf6f 100644 --- a/clients/client-glacier/src/runtimeConfig.browser.ts +++ b/clients/client-glacier/src/runtimeConfig.browser.ts @@ -4,16 +4,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; import { bodyChecksumGenerator } from "@aws-sdk/body-checksum-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlacierClientConfig } from "./GlacierClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-glacier/src/runtimeConfig.shared.ts b/clients/client-glacier/src/runtimeConfig.shared.ts index 7840c2468d63..d467ff07d894 100644 --- a/clients/client-glacier/src/runtimeConfig.shared.ts +++ b/clients/client-glacier/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GlacierClientConfig } from "./GlacierClient"; diff --git a/clients/client-glacier/src/runtimeConfig.ts b/clients/client-glacier/src/runtimeConfig.ts index 27fa36a61e90..997ed8a87450 100644 --- a/clients/client-glacier/src/runtimeConfig.ts +++ b/clients/client-glacier/src/runtimeConfig.ts @@ -4,25 +4,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { bodyChecksumGenerator } from "@aws-sdk/body-checksum-node"; import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlacierClientConfig } from "./GlacierClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-glacier/src/waiters/waitForVaultExists.ts b/clients/client-glacier/src/waiters/waitForVaultExists.ts index a492a54e71f0..59e470afa0c1 100644 --- a/clients/client-glacier/src/waiters/waitForVaultExists.ts +++ b/clients/client-glacier/src/waiters/waitForVaultExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVaultCommand, DescribeVaultCommandInput } from "../commands/DescribeVaultCommand"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-glacier/src/waiters/waitForVaultNotExists.ts b/clients/client-glacier/src/waiters/waitForVaultNotExists.ts index 76789685c40a..062c1c5f5ed6 100644 --- a/clients/client-glacier/src/waiters/waitForVaultNotExists.ts +++ b/clients/client-glacier/src/waiters/waitForVaultNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeVaultCommand, DescribeVaultCommandInput } from "../commands/DescribeVaultCommand"; import { GlacierClient } from "../GlacierClient"; diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index 9e4a60eaeef2..87b23bfdcf62 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-global-accelerator/src/GlobalAccelerator.ts b/clients/client-global-accelerator/src/GlobalAccelerator.ts index 01c910d5f8b1..94f4c7690264 100644 --- a/clients/client-global-accelerator/src/GlobalAccelerator.ts +++ b/clients/client-global-accelerator/src/GlobalAccelerator.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddCustomRoutingEndpointsCommand, diff --git a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts index 34226ac5f68f..263f1f140f3c 100644 --- a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts +++ b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -321,7 +319,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -430,7 +428,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts index 67471c869d31..23f897220044 100644 --- a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts index 99810928dadd..d49aba4129f0 100644 --- a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts index 62181cc06520..e4bfc792b816 100644 --- a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts index d9e0c6ac4c7a..9eb48d26e4c4 100644 --- a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts index d862c99cee5a..4eeedbcecebb 100644 --- a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts index 706b2644f143..3dc6ce748767 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts index bbe3ee6b73f6..8801aa4b3997 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts index d2c9d1e1514d..fa4f8671100d 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts index 052bb7c0cd63..eb23bab995f4 100644 --- a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts index 1d262fa24d3a..e2698f5183f9 100644 --- a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts index a838724a2692..8341d4488e4e 100644 --- a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts index 45bfa7537aa4..8bd8545560f8 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts index bb629fed2eaa..db0a44e31ce0 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts index 85e219b5357b..f697f3c36868 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts index 6671e779d2c4..2aef52ff3ece 100644 --- a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts index 5a9659d49120..343723486208 100644 --- a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts index f4a0fae9b686..fff8a0e2e1f7 100644 --- a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts index d4cc72f49c71..482b48b798cd 100644 --- a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts index 7933bfd0e837..48282499860c 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts index 8e0c4b3431bc..218ffe9b993f 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts index 1b55b4e63c88..7b7cd4a51bbf 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts index 01f97cc574b6..becaa562f03b 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts index d38dbb37ad77..5af0dd51384f 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts index 748dacc8538b..f4ac2e7d5ebd 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts index 3356de7e148a..4ea1e7f40143 100644 --- a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts index f75c93a0e18c..8fcfcdd272fe 100644 --- a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts index 4afa1f9e2eb1..6bda931d05e0 100644 --- a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts index daa4149e1726..2049446c0fde 100644 --- a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts index 98e96acc72f5..9784d28f50e3 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts index 4f2ffef2d6d6..f1a33591633f 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts index 1a7b7b2c4d1a..b9f6adfbb0fb 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts index f51a659741f4..99ba87fcbea3 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts index a745b5062723..fcb2517f788e 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts index bfea0723c052..b9602c9d095d 100644 --- a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts index 6aa8bc0c3694..8a587211de62 100644 --- a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts index d4d4f2cd96fd..8c9a27bbb8ea 100644 --- a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts index a81619fd3ff7..c3bd85e4b21b 100644 --- a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts index c10a4850a621..b848c3838366 100644 --- a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts index 7cdbdb4498da..928c24de979e 100644 --- a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts index dc1bba9ba3d0..5a7efb012d91 100644 --- a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts index 7445645174f5..57c5e8732c25 100644 --- a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts index e6e892084e76..3893fcad55ef 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts index 11c429ae68e4..d933e9d3914b 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts index a4b587f3d534..dd9fc4947327 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts index 145a68884e01..01b87cb11ea7 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts index c36adab87588..e58539157eef 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts index ff7420566993..33d4b88e82b3 100644 --- a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts index 93b9009a7636..41acde5d6425 100644 --- a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts index a53f773b9484..709a72f04026 100644 --- a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlobalAcceleratorClientResolvedConfig, diff --git a/clients/client-global-accelerator/src/endpoint/EndpointParameters.ts b/clients/client-global-accelerator/src/endpoint/EndpointParameters.ts index 1cd5809abee4..f5dde58079ab 100644 --- a/clients/client-global-accelerator/src/endpoint/EndpointParameters.ts +++ b/clients/client-global-accelerator/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-global-accelerator/src/endpoint/endpointResolver.ts b/clients/client-global-accelerator/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-global-accelerator/src/endpoint/endpointResolver.ts +++ b/clients/client-global-accelerator/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-global-accelerator/src/endpoint/ruleset.ts b/clients/client-global-accelerator/src/endpoint/ruleset.ts index 71e8bef62857..6db8e2dbe388 100644 --- a/clients/client-global-accelerator/src/endpoint/ruleset.ts +++ b/clients/client-global-accelerator/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts b/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts index 5788e701748b..3600e494441c 100644 --- a/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts +++ b/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-global-accelerator/src/models/models_0.ts b/clients/client-global-accelerator/src/models/models_0.ts index 718598b60062..9d0710f7a344 100644 --- a/clients/client-global-accelerator/src/models/models_0.ts +++ b/clients/client-global-accelerator/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException"; diff --git a/clients/client-global-accelerator/src/pagination/Interfaces.ts b/clients/client-global-accelerator/src/pagination/Interfaces.ts index c673a27a0ab6..09f4a49be519 100644 --- a/clients/client-global-accelerator/src/pagination/Interfaces.ts +++ b/clients/client-global-accelerator/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient"; diff --git a/clients/client-global-accelerator/src/pagination/ListAcceleratorsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListAcceleratorsPaginator.ts index 056c59101fac..1c061d0bb3ec 100644 --- a/clients/client-global-accelerator/src/pagination/ListAcceleratorsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListAcceleratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAcceleratorsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListByoipCidrsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListByoipCidrsPaginator.ts index c640b93e4537..f05198099ad2 100644 --- a/clients/client-global-accelerator/src/pagination/ListByoipCidrsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListByoipCidrsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListByoipCidrsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts index 3d44ab0619dd..48d07774ea0b 100644 --- a/clients/client-global-accelerator/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomRoutingAcceleratorsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts index 68de03a9d1d8..42d679ea3385 100644 --- a/clients/client-global-accelerator/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomRoutingEndpointGroupsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListCustomRoutingListenersPaginator.ts b/clients/client-global-accelerator/src/pagination/ListCustomRoutingListenersPaginator.ts index a088083d4d35..83371c8a5fa2 100644 --- a/clients/client-global-accelerator/src/pagination/ListCustomRoutingListenersPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListCustomRoutingListenersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomRoutingListenersCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts b/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts index ba1efddf4ac0..09bd250e6376 100644 --- a/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomRoutingPortMappingsByDestinationCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsPaginator.ts index ab562e4066bc..9a866c27a2d7 100644 --- a/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListCustomRoutingPortMappingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomRoutingPortMappingsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListEndpointGroupsPaginator.ts b/clients/client-global-accelerator/src/pagination/ListEndpointGroupsPaginator.ts index f61a0f7601bf..69d0718e2543 100644 --- a/clients/client-global-accelerator/src/pagination/ListEndpointGroupsPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListEndpointGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointGroupsCommand, diff --git a/clients/client-global-accelerator/src/pagination/ListListenersPaginator.ts b/clients/client-global-accelerator/src/pagination/ListListenersPaginator.ts index e8e40eb90bbf..0072c71d6db2 100644 --- a/clients/client-global-accelerator/src/pagination/ListListenersPaginator.ts +++ b/clients/client-global-accelerator/src/pagination/ListListenersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListListenersCommand, diff --git a/clients/client-global-accelerator/src/protocols/Aws_json1_1.ts b/clients/client-global-accelerator/src/protocols/Aws_json1_1.ts index c74269c9247d..73837d5fd212 100644 --- a/clients/client-global-accelerator/src/protocols/Aws_json1_1.ts +++ b/clients/client-global-accelerator/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-global-accelerator/src/runtimeConfig.browser.ts b/clients/client-global-accelerator/src/runtimeConfig.browser.ts index da6480acc330..2b7bef40c812 100644 --- a/clients/client-global-accelerator/src/runtimeConfig.browser.ts +++ b/clients/client-global-accelerator/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-global-accelerator/src/runtimeConfig.shared.ts b/clients/client-global-accelerator/src/runtimeConfig.shared.ts index 68bfdbe95f77..eaf9bdd9a252 100644 --- a/clients/client-global-accelerator/src/runtimeConfig.shared.ts +++ b/clients/client-global-accelerator/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient"; diff --git a/clients/client-global-accelerator/src/runtimeConfig.ts b/clients/client-global-accelerator/src/runtimeConfig.ts index e0190256d653..302f650424d4 100644 --- a/clients/client-global-accelerator/src/runtimeConfig.ts +++ b/clients/client-global-accelerator/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 41da0af00d23..109cd4ef1b2e 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-glue/src/Glue.ts b/clients/client-glue/src/Glue.ts index 12b47f812521..569210a32a0f 100644 --- a/clients/client-glue/src/Glue.ts +++ b/clients/client-glue/src/Glue.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCreatePartitionCommand, diff --git a/clients/client-glue/src/GlueClient.ts b/clients/client-glue/src/GlueClient.ts index 60437cfb357e..cf7e6e6c3258 100644 --- a/clients/client-glue/src/GlueClient.ts +++ b/clients/client-glue/src/GlueClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -906,7 +904,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -1015,7 +1013,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts index bf6dd5ff4295..945f5576078e 100644 --- a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchCreatePartitionRequest, BatchCreatePartitionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts index 204a351f7465..648caa8ff8c2 100644 --- a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchDeleteConnectionRequest, BatchDeleteConnectionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts index 35862d0dabee..85b66eecf2be 100644 --- a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchDeletePartitionRequest, BatchDeletePartitionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts index 796a4033912e..d032b68486ee 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchDeleteTableRequest, BatchDeleteTableResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts index d40e963a8a36..d20288f74d27 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchDeleteTableVersionRequest, BatchDeleteTableVersionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts index 92c219194380..6ed8c35dc33f 100644 --- a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetBlueprintsRequest, BatchGetBlueprintsResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts index 7123687bced1..6293b66f40b8 100644 --- a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetCrawlersRequest, BatchGetCrawlersResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts index c253f47f5fe3..5105d398b302 100644 --- a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetCustomEntityTypesRequest, BatchGetCustomEntityTypesResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts index a0d30bf5ec8b..07c6bafb434e 100644 --- a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetDataQualityResultRequest, BatchGetDataQualityResultResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts index 6f3934f15d58..0a6718f2bd9b 100644 --- a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetDevEndpointsRequest, BatchGetDevEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetJobsCommand.ts b/clients/client-glue/src/commands/BatchGetJobsCommand.ts index f6a1900a2d8f..8201882f10be 100644 --- a/clients/client-glue/src/commands/BatchGetJobsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetJobsRequest } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts index 786236c3bffb..d4daacd8407c 100644 --- a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetPartitionRequest, BatchGetPartitionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts index 9a799f732877..1aee8a224448 100644 --- a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetTriggersRequest, BatchGetTriggersResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts index 4ee5032152c5..475f79a67a10 100644 --- a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchGetWorkflowsRequest, BatchGetWorkflowsResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts index 1f2d64524a36..fb648e97c2e9 100644 --- a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts +++ b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchStopJobRunRequest, BatchStopJobRunResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts index ac9439bc20ff..d17223bef524 100644 --- a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { BatchUpdatePartitionRequest, BatchUpdatePartitionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts index 2234a2f6fb02..c823b335b764 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts index 197b2f0e8c82..15df4dcf17e7 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts index cdbfb9399781..9ca91227917f 100644 --- a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CancelMLTaskRunRequest, CancelMLTaskRunResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CancelStatementCommand.ts b/clients/client-glue/src/commands/CancelStatementCommand.ts index 1297fb624f18..581afae2114c 100644 --- a/clients/client-glue/src/commands/CancelStatementCommand.ts +++ b/clients/client-glue/src/commands/CancelStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts index aab08e9700b6..5fbdeb82016d 100644 --- a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts +++ b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CheckSchemaVersionValidityInput, CheckSchemaVersionValidityResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateBlueprintCommand.ts b/clients/client-glue/src/commands/CreateBlueprintCommand.ts index 2f565bd684ee..eb7c1909ee97 100644 --- a/clients/client-glue/src/commands/CreateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/CreateBlueprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateClassifierCommand.ts b/clients/client-glue/src/commands/CreateClassifierCommand.ts index 0c712c773eed..b8d71e229df1 100644 --- a/clients/client-glue/src/commands/CreateClassifierCommand.ts +++ b/clients/client-glue/src/commands/CreateClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateClassifierRequest, CreateClassifierResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateConnectionCommand.ts b/clients/client-glue/src/commands/CreateConnectionCommand.ts index 4fbd40ca3465..e8fe525b2a73 100644 --- a/clients/client-glue/src/commands/CreateConnectionCommand.ts +++ b/clients/client-glue/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateCrawlerCommand.ts b/clients/client-glue/src/commands/CreateCrawlerCommand.ts index de28b203af35..b383121adb21 100644 --- a/clients/client-glue/src/commands/CreateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/CreateCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateCrawlerRequest, CreateCrawlerResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts index 34714687b41f..c8a7d898ad9e 100644 --- a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateCustomEntityTypeRequest, CreateCustomEntityTypeResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts index 4beca4d57214..425882f62daa 100644 --- a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateDataQualityRulesetRequest, CreateDataQualityRulesetResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateDatabaseCommand.ts b/clients/client-glue/src/commands/CreateDatabaseCommand.ts index f939b55cb8ff..ca4ca9a719e7 100644 --- a/clients/client-glue/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/CreateDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateDatabaseRequest, CreateDatabaseResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts index caaf66e34a0a..313c876d783f 100644 --- a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateDevEndpointRequest, CreateDevEndpointResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateJobCommand.ts b/clients/client-glue/src/commands/CreateJobCommand.ts index 437b95bbccb5..16fcd268bdeb 100644 --- a/clients/client-glue/src/commands/CreateJobCommand.ts +++ b/clients/client-glue/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateJobResponse } from "../models/models_0"; diff --git a/clients/client-glue/src/commands/CreateMLTransformCommand.ts b/clients/client-glue/src/commands/CreateMLTransformCommand.ts index 1df716b873f7..be68eb316de1 100644 --- a/clients/client-glue/src/commands/CreateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/CreateMLTransformCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateMLTransformRequest, CreateMLTransformResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreatePartitionCommand.ts b/clients/client-glue/src/commands/CreatePartitionCommand.ts index 899b63417ba9..2b1f1c9f5f91 100644 --- a/clients/client-glue/src/commands/CreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreatePartitionRequest, CreatePartitionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts index 9f6277a49cc7..f0da17f5ea22 100644 --- a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreatePartitionIndexRequest, CreatePartitionIndexResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateRegistryCommand.ts b/clients/client-glue/src/commands/CreateRegistryCommand.ts index 7a2e877541e6..711d134fc1f4 100644 --- a/clients/client-glue/src/commands/CreateRegistryCommand.ts +++ b/clients/client-glue/src/commands/CreateRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateRegistryInput, CreateRegistryResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateSchemaCommand.ts b/clients/client-glue/src/commands/CreateSchemaCommand.ts index edae1238c155..78e15b3c23f1 100644 --- a/clients/client-glue/src/commands/CreateSchemaCommand.ts +++ b/clients/client-glue/src/commands/CreateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateSchemaInput, CreateSchemaResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateScriptCommand.ts b/clients/client-glue/src/commands/CreateScriptCommand.ts index 466e5257b4bb..fe3d8b258158 100644 --- a/clients/client-glue/src/commands/CreateScriptCommand.ts +++ b/clients/client-glue/src/commands/CreateScriptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateScriptRequest, CreateScriptResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts index 5759ef6a61b1..84b854f0a114 100644 --- a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateSessionCommand.ts b/clients/client-glue/src/commands/CreateSessionCommand.ts index e17368b28f5c..f61298264d47 100644 --- a/clients/client-glue/src/commands/CreateSessionCommand.ts +++ b/clients/client-glue/src/commands/CreateSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateSessionRequest, CreateSessionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateTableCommand.ts b/clients/client-glue/src/commands/CreateTableCommand.ts index d311683e344e..28ffd52a857e 100644 --- a/clients/client-glue/src/commands/CreateTableCommand.ts +++ b/clients/client-glue/src/commands/CreateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateTableRequest, CreateTableResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateTriggerCommand.ts b/clients/client-glue/src/commands/CreateTriggerCommand.ts index 9f2c7a99fc54..37b859b2a657 100644 --- a/clients/client-glue/src/commands/CreateTriggerCommand.ts +++ b/clients/client-glue/src/commands/CreateTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts index a66ef10c5ceb..88c7bba539d0 100644 --- a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/CreateWorkflowCommand.ts b/clients/client-glue/src/commands/CreateWorkflowCommand.ts index a0994e2db9e7..a3435a36577a 100644 --- a/clients/client-glue/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/CreateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts index ecd4ee77d498..64378303de94 100644 --- a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts +++ b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteClassifierCommand.ts b/clients/client-glue/src/commands/DeleteClassifierCommand.ts index f292828f0a44..6550708f52b1 100644 --- a/clients/client-glue/src/commands/DeleteClassifierCommand.ts +++ b/clients/client-glue/src/commands/DeleteClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteClassifierRequest, DeleteClassifierResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts index 89610d65705b..e95180a4ede7 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts index 2a0ba4281c18..27db15837e6f 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteColumnStatisticsForTableRequest, DeleteColumnStatisticsForTableResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteConnectionCommand.ts b/clients/client-glue/src/commands/DeleteConnectionCommand.ts index d5b5506be2b7..36ab4054cea0 100644 --- a/clients/client-glue/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts index 8e5e14c52e0c..90d735a0f20c 100644 --- a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts +++ b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts index d0f69ea931e6..071aa967aae2 100644 --- a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts index 9d0b4f92cb21..6e6b585392da 100644 --- a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteDataQualityRulesetRequest, DeleteDataQualityRulesetResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts index 2842affc88ad..285670524599 100644 --- a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteDatabaseRequest, DeleteDatabaseResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts index 0a8d4cdacfae..b331cecae0d5 100644 --- a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteDevEndpointRequest, DeleteDevEndpointResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteJobCommand.ts b/clients/client-glue/src/commands/DeleteJobCommand.ts index 3ce8fcea31f5..f34031032bbb 100644 --- a/clients/client-glue/src/commands/DeleteJobCommand.ts +++ b/clients/client-glue/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteJobRequest, DeleteJobResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts index d4bec1597923..ee69c4384b99 100644 --- a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts +++ b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteMLTransformRequest, DeleteMLTransformResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeletePartitionCommand.ts b/clients/client-glue/src/commands/DeletePartitionCommand.ts index 28ec1b9b10d6..9dfcd0e3d8cd 100644 --- a/clients/client-glue/src/commands/DeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeletePartitionRequest, DeletePartitionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts index 0149b79e15ff..7ec514cded5f 100644 --- a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeletePartitionIndexRequest, DeletePartitionIndexResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteRegistryCommand.ts b/clients/client-glue/src/commands/DeleteRegistryCommand.ts index 10e4bc7617b6..f1e8578cb055 100644 --- a/clients/client-glue/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-glue/src/commands/DeleteRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteRegistryInput, DeleteRegistryResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts index 5974cdeae85d..9bf2191330dc 100644 --- a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteSchemaCommand.ts b/clients/client-glue/src/commands/DeleteSchemaCommand.ts index 0c51a0f5d913..5477195ee5a5 100644 --- a/clients/client-glue/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteSchemaInput, DeleteSchemaResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts index 7068b1a59d2f..4243f69906a2 100644 --- a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteSchemaVersionsInput, DeleteSchemaVersionsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts index 4a604d792de0..a50ce4f8eff1 100644 --- a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteSessionCommand.ts b/clients/client-glue/src/commands/DeleteSessionCommand.ts index 60a3048c3382..a96428509124 100644 --- a/clients/client-glue/src/commands/DeleteSessionCommand.ts +++ b/clients/client-glue/src/commands/DeleteSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteTableCommand.ts b/clients/client-glue/src/commands/DeleteTableCommand.ts index c2fe448e442e..2cda672dd60f 100644 --- a/clients/client-glue/src/commands/DeleteTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteTableRequest, DeleteTableResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts index 2cd0f49489d1..8b6193d68fc2 100644 --- a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteTriggerCommand.ts b/clients/client-glue/src/commands/DeleteTriggerCommand.ts index 85c23e8c31c1..b1645b33f815 100644 --- a/clients/client-glue/src/commands/DeleteTriggerCommand.ts +++ b/clients/client-glue/src/commands/DeleteTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts index 1d3b4eacde0a..f1d3751f2bdc 100644 --- a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts index 07afe852de81..be01c70e0496 100644 --- a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetBlueprintCommand.ts b/clients/client-glue/src/commands/GetBlueprintCommand.ts index 5726cfa48aa3..5de9ce4ec2e3 100644 --- a/clients/client-glue/src/commands/GetBlueprintCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts index 8632d6910a5b..370232ce2f3a 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts index 28eb57dbf700..7c97ba07f266 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts index ca0b991e2097..aa02a15f4ef4 100644 --- a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts +++ b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetClassifierCommand.ts b/clients/client-glue/src/commands/GetClassifierCommand.ts index e96d875a5cab..fa93f91d9fce 100644 --- a/clients/client-glue/src/commands/GetClassifierCommand.ts +++ b/clients/client-glue/src/commands/GetClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetClassifierRequest, GetClassifierResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetClassifiersCommand.ts b/clients/client-glue/src/commands/GetClassifiersCommand.ts index 4a07138a8d19..6859480b2af9 100644 --- a/clients/client-glue/src/commands/GetClassifiersCommand.ts +++ b/clients/client-glue/src/commands/GetClassifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts index 45172ea134a2..722cc7f12c10 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts index 1a47a766fb6c..02b817a89c51 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetConnectionCommand.ts b/clients/client-glue/src/commands/GetConnectionCommand.ts index ff6f428fb7fe..005e2b9c71d1 100644 --- a/clients/client-glue/src/commands/GetConnectionCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetConnectionsCommand.ts b/clients/client-glue/src/commands/GetConnectionsCommand.ts index 22c6d2744564..de9eb445f02f 100644 --- a/clients/client-glue/src/commands/GetConnectionsCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetCrawlerCommand.ts b/clients/client-glue/src/commands/GetCrawlerCommand.ts index 035a97e9a7d2..cc1a24b858ba 100644 --- a/clients/client-glue/src/commands/GetCrawlerCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts index cb7b8096aa46..c9be0f674e53 100644 --- a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetCrawlersCommand.ts b/clients/client-glue/src/commands/GetCrawlersCommand.ts index f8b8ab40058b..224eefff4677 100644 --- a/clients/client-glue/src/commands/GetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts index 25127b256f76..f17df9379554 100644 --- a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts index 060722fc4025..aebf03a6a989 100644 --- a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDataCatalogEncryptionSettingsRequest, GetDataCatalogEncryptionSettingsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts index 5dcd0af2448e..5125e96c0496 100644 --- a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDataQualityResultRequest, GetDataQualityResultResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts index f2ffbe43edff..77b44ef78bb8 100644 --- a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts index 7bbd13e56c04..4b01fdc995b2 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDataQualityRulesetRequest, GetDataQualityRulesetResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts index f8f3e8f5366b..be64ebcdfe4a 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/GetDatabaseCommand.ts b/clients/client-glue/src/commands/GetDatabaseCommand.ts index efb32ee6a59b..f38d659ac4d8 100644 --- a/clients/client-glue/src/commands/GetDatabaseCommand.ts +++ b/clients/client-glue/src/commands/GetDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDatabasesCommand.ts b/clients/client-glue/src/commands/GetDatabasesCommand.ts index 3b160fe7528c..b477247af86c 100644 --- a/clients/client-glue/src/commands/GetDatabasesCommand.ts +++ b/clients/client-glue/src/commands/GetDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts index 7ba6c6f608a4..215b83ac2af1 100644 --- a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts +++ b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDataflowGraphRequest, GetDataflowGraphResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDevEndpointCommand.ts b/clients/client-glue/src/commands/GetDevEndpointCommand.ts index b45218da36c5..85b1bab51c05 100644 --- a/clients/client-glue/src/commands/GetDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDevEndpointRequest, GetDevEndpointResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts index 53e389cf4a4e..42a4d0c93f96 100644 --- a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetDevEndpointsRequest, GetDevEndpointsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts index 0cc5181b06e8..ac4961e70d30 100644 --- a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetJobCommand.ts b/clients/client-glue/src/commands/GetJobCommand.ts index 18bbe9d26d78..2f4d1acd1a1a 100644 --- a/clients/client-glue/src/commands/GetJobCommand.ts +++ b/clients/client-glue/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetJobRequest } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetJobRunCommand.ts b/clients/client-glue/src/commands/GetJobRunCommand.ts index 9eff62190b72..5590bb852c3a 100644 --- a/clients/client-glue/src/commands/GetJobRunCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetJobRunsCommand.ts b/clients/client-glue/src/commands/GetJobRunsCommand.ts index fce32cd74030..f2102927a8cc 100644 --- a/clients/client-glue/src/commands/GetJobRunsCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetJobsCommand.ts b/clients/client-glue/src/commands/GetJobsCommand.ts index bd1dfa4c58b3..87b2e21960ff 100644 --- a/clients/client-glue/src/commands/GetJobsCommand.ts +++ b/clients/client-glue/src/commands/GetJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetJobsRequest } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts index 34dcb9b580db..d8c9c96131f4 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts index 60a64f67250e..4283e081413d 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetMLTaskRunsRequest, GetMLTaskRunsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetMLTransformCommand.ts b/clients/client-glue/src/commands/GetMLTransformCommand.ts index 08f59e2b7cb7..3c122ec5ae1b 100644 --- a/clients/client-glue/src/commands/GetMLTransformCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetMLTransformRequest, GetMLTransformResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetMLTransformsCommand.ts b/clients/client-glue/src/commands/GetMLTransformsCommand.ts index 9e619d653d71..04cc12ae04f3 100644 --- a/clients/client-glue/src/commands/GetMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetMLTransformsRequest, GetMLTransformsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetMappingCommand.ts b/clients/client-glue/src/commands/GetMappingCommand.ts index ea0678726a4f..b974cc092679 100644 --- a/clients/client-glue/src/commands/GetMappingCommand.ts +++ b/clients/client-glue/src/commands/GetMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetMappingRequest, GetMappingResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetPartitionCommand.ts b/clients/client-glue/src/commands/GetPartitionCommand.ts index 2b6f37659bb5..f79d3b02c693 100644 --- a/clients/client-glue/src/commands/GetPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetPartitionRequest, GetPartitionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts index 889949512ecb..4c0d29509520 100644 --- a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetPartitionsCommand.ts b/clients/client-glue/src/commands/GetPartitionsCommand.ts index 82e8530805c9..aa111145575a 100644 --- a/clients/client-glue/src/commands/GetPartitionsCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetPartitionsRequest, GetPartitionsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetPlanCommand.ts b/clients/client-glue/src/commands/GetPlanCommand.ts index 3772e1e8823e..ec330f3bb853 100644 --- a/clients/client-glue/src/commands/GetPlanCommand.ts +++ b/clients/client-glue/src/commands/GetPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetPlanRequest, GetPlanResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetRegistryCommand.ts b/clients/client-glue/src/commands/GetRegistryCommand.ts index 2d76582dda8d..7de2833b5377 100644 --- a/clients/client-glue/src/commands/GetRegistryCommand.ts +++ b/clients/client-glue/src/commands/GetRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetRegistryInput, GetRegistryResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts index 343ac9035df7..999907742638 100644 --- a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts index bc51f4932803..ca46e7805d7c 100644 --- a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts index 7b406b67d0d5..bb848b8a4eb7 100644 --- a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSchemaByDefinitionInput, GetSchemaByDefinitionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSchemaCommand.ts b/clients/client-glue/src/commands/GetSchemaCommand.ts index 7c8185eafbcb..738b87a4fe3b 100644 --- a/clients/client-glue/src/commands/GetSchemaCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSchemaInput, GetSchemaResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts index 89dbd3b7ae69..4d733998a202 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSchemaVersionInput, GetSchemaVersionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts index b195e5060d65..8f74714ccf05 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSchemaVersionsDiffInput, GetSchemaVersionsDiffResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts index 5703a0110232..b518b47c9813 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSecurityConfigurationRequest, GetSecurityConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts index bdde5663160a..2f72e8db90ba 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSecurityConfigurationsRequest, GetSecurityConfigurationsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetSessionCommand.ts b/clients/client-glue/src/commands/GetSessionCommand.ts index f0511f4413c1..73104081543b 100644 --- a/clients/client-glue/src/commands/GetSessionCommand.ts +++ b/clients/client-glue/src/commands/GetSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetSessionRequest, GetSessionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetStatementCommand.ts b/clients/client-glue/src/commands/GetStatementCommand.ts index 522f99df030d..617595dd1be0 100644 --- a/clients/client-glue/src/commands/GetStatementCommand.ts +++ b/clients/client-glue/src/commands/GetStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetStatementRequest, GetStatementResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTableCommand.ts b/clients/client-glue/src/commands/GetTableCommand.ts index 7340b5f4f69d..b0c0573e3877 100644 --- a/clients/client-glue/src/commands/GetTableCommand.ts +++ b/clients/client-glue/src/commands/GetTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTableRequest, GetTableResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTableVersionCommand.ts b/clients/client-glue/src/commands/GetTableVersionCommand.ts index d823f8f7186d..6cb350bfe21a 100644 --- a/clients/client-glue/src/commands/GetTableVersionCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTableVersionRequest, GetTableVersionResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTableVersionsCommand.ts b/clients/client-glue/src/commands/GetTableVersionsCommand.ts index 7f7ceaf5c0d8..8d84c694fa17 100644 --- a/clients/client-glue/src/commands/GetTableVersionsCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTableVersionsRequest, GetTableVersionsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTablesCommand.ts b/clients/client-glue/src/commands/GetTablesCommand.ts index dec781a84ddc..46cfe2d6835b 100644 --- a/clients/client-glue/src/commands/GetTablesCommand.ts +++ b/clients/client-glue/src/commands/GetTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTablesRequest, GetTablesResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTagsCommand.ts b/clients/client-glue/src/commands/GetTagsCommand.ts index 287412c888a5..339edcf80a6a 100644 --- a/clients/client-glue/src/commands/GetTagsCommand.ts +++ b/clients/client-glue/src/commands/GetTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTagsRequest, GetTagsResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTriggerCommand.ts b/clients/client-glue/src/commands/GetTriggerCommand.ts index 5635e77ad8e9..94fee82bac56 100644 --- a/clients/client-glue/src/commands/GetTriggerCommand.ts +++ b/clients/client-glue/src/commands/GetTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTriggerRequest, GetTriggerResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetTriggersCommand.ts b/clients/client-glue/src/commands/GetTriggersCommand.ts index ce019941ebd0..8202c74e7797 100644 --- a/clients/client-glue/src/commands/GetTriggersCommand.ts +++ b/clients/client-glue/src/commands/GetTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetTriggersRequest, GetTriggersResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts index 31c1137915f0..fe6b6c4cfeff 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetUnfilteredPartitionMetadataRequest, GetUnfilteredPartitionMetadataResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts index cb8f139c8f9a..f07a11ad49f7 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetUnfilteredPartitionsMetadataRequest, GetUnfilteredPartitionsMetadataResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts index 40c8aafddee9..e514c8326261 100644 --- a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetUnfilteredTableMetadataRequest, GetUnfilteredTableMetadataResponse } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts index 6a42a0f3d3f0..3f06680a0b09 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetUserDefinedFunctionRequest } from "../models/models_1"; diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts index fcf7bd13a218..2e707f64e701 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetUserDefinedFunctionsRequest, GetUserDefinedFunctionsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/GetWorkflowCommand.ts b/clients/client-glue/src/commands/GetWorkflowCommand.ts index b233bd9ca7f2..86609a47d7b4 100644 --- a/clients/client-glue/src/commands/GetWorkflowCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts index eebf12f600c2..5dfd220f5a99 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts index 1971c9989387..0680dad85938 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetWorkflowRunPropertiesRequest, GetWorkflowRunPropertiesResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts index e22c9f6b6717..3ca32c11b8d2 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { GetWorkflowRunsRequest, GetWorkflowRunsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts index da7d602ba481..efc6b982bd3b 100644 --- a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts +++ b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ImportCatalogToGlueRequest, ImportCatalogToGlueResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListBlueprintsCommand.ts b/clients/client-glue/src/commands/ListBlueprintsCommand.ts index 692f78fd9445..8ae4f737b82e 100644 --- a/clients/client-glue/src/commands/ListBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/ListBlueprintsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListBlueprintsRequest, ListBlueprintsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListCrawlersCommand.ts b/clients/client-glue/src/commands/ListCrawlersCommand.ts index d3cc94fc47e2..f65fe0b0c19c 100644 --- a/clients/client-glue/src/commands/ListCrawlersCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListCrawlersRequest, ListCrawlersResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListCrawlsCommand.ts b/clients/client-glue/src/commands/ListCrawlsCommand.ts index fe7279b13be9..39802905d1ef 100644 --- a/clients/client-glue/src/commands/ListCrawlsCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListCrawlsRequest, ListCrawlsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts index ea6ed18de984..aad695e93c78 100644 --- a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListCustomEntityTypesRequest, ListCustomEntityTypesResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts index 52fbdc9bd1b9..81a40b15982b 100644 --- a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListDataQualityResultsRequest, ListDataQualityResultsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts index 8bf1c11e6a01..e1b25df90ef3 100644 --- a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts index ecc461ab0d30..8219d559fa5f 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts index fd96aa32ff8e..6492b1fb9fac 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListDataQualityRulesetsRequest, ListDataQualityRulesetsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts index d6f5d602eaaa..16ccbf94418b 100644 --- a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListDevEndpointsRequest, ListDevEndpointsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListJobsCommand.ts b/clients/client-glue/src/commands/ListJobsCommand.ts index bacbfe4fd160..277214040045 100644 --- a/clients/client-glue/src/commands/ListJobsCommand.ts +++ b/clients/client-glue/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListMLTransformsCommand.ts b/clients/client-glue/src/commands/ListMLTransformsCommand.ts index 6d731ab7232d..1d2267aff34c 100644 --- a/clients/client-glue/src/commands/ListMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/ListMLTransformsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListMLTransformsRequest, ListMLTransformsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListRegistriesCommand.ts b/clients/client-glue/src/commands/ListRegistriesCommand.ts index 1de40bb605bf..194650d3513d 100644 --- a/clients/client-glue/src/commands/ListRegistriesCommand.ts +++ b/clients/client-glue/src/commands/ListRegistriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListRegistriesInput, ListRegistriesResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts index 441149da5290..b455fccc63e1 100644 --- a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListSchemaVersionsInput, ListSchemaVersionsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListSchemasCommand.ts b/clients/client-glue/src/commands/ListSchemasCommand.ts index 0a309634457e..21097b1c032d 100644 --- a/clients/client-glue/src/commands/ListSchemasCommand.ts +++ b/clients/client-glue/src/commands/ListSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListSchemasInput, ListSchemasResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListSessionsCommand.ts b/clients/client-glue/src/commands/ListSessionsCommand.ts index d96972645824..40e684fe1fb9 100644 --- a/clients/client-glue/src/commands/ListSessionsCommand.ts +++ b/clients/client-glue/src/commands/ListSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListSessionsRequest, ListSessionsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListStatementsCommand.ts b/clients/client-glue/src/commands/ListStatementsCommand.ts index 0ba523961c36..af154713aec7 100644 --- a/clients/client-glue/src/commands/ListStatementsCommand.ts +++ b/clients/client-glue/src/commands/ListStatementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListStatementsRequest, ListStatementsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListTriggersCommand.ts b/clients/client-glue/src/commands/ListTriggersCommand.ts index a37c196c6e92..97930a9921f6 100644 --- a/clients/client-glue/src/commands/ListTriggersCommand.ts +++ b/clients/client-glue/src/commands/ListTriggersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListTriggersRequest, ListTriggersResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ListWorkflowsCommand.ts b/clients/client-glue/src/commands/ListWorkflowsCommand.ts index 8b5bbe99af8f..d88f0f4e53aa 100644 --- a/clients/client-glue/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/ListWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts index 105c4ebfd089..d0fd1b11b98b 100644 --- a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { PutDataCatalogEncryptionSettingsRequest, PutDataCatalogEncryptionSettingsResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts index 4cf9177f1b98..8780320fcdb1 100644 --- a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts index e53af311e5ef..d09993046b6d 100644 --- a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { PutSchemaVersionMetadataInput, PutSchemaVersionMetadataResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts index 358806270784..f1924a7d1d82 100644 --- a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { PutWorkflowRunPropertiesRequest, PutWorkflowRunPropertiesResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts index 71057afa10eb..c01362a7e695 100644 --- a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { QuerySchemaVersionMetadataInput, QuerySchemaVersionMetadataResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts index a5a142a8b115..7c7fb278000b 100644 --- a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { RegisterSchemaVersionInput, RegisterSchemaVersionResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts index 489e96b80f3a..0ac6d6b28d55 100644 --- a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { RemoveSchemaVersionMetadataInput, RemoveSchemaVersionMetadataResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts index 2d7368131379..0f22fc71dae4 100644 --- a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ResetJobBookmarkRequest, ResetJobBookmarkResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts index 4d7b06122695..734b9a0c9fa3 100644 --- a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { ResumeWorkflowRunRequest, ResumeWorkflowRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/RunStatementCommand.ts b/clients/client-glue/src/commands/RunStatementCommand.ts index 5d9fd99bd45c..226a623b5093 100644 --- a/clients/client-glue/src/commands/RunStatementCommand.ts +++ b/clients/client-glue/src/commands/RunStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { RunStatementRequest, RunStatementResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/SearchTablesCommand.ts b/clients/client-glue/src/commands/SearchTablesCommand.ts index 4114ba32ca0a..23c9b4df5b09 100644 --- a/clients/client-glue/src/commands/SearchTablesCommand.ts +++ b/clients/client-glue/src/commands/SearchTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { SearchTablesRequest, SearchTablesResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts index 29f254c22dff..774843b1cbb4 100644 --- a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartCrawlerCommand.ts b/clients/client-glue/src/commands/StartCrawlerCommand.ts index 5d1b440bc998..eb3502b7ea0b 100644 --- a/clients/client-glue/src/commands/StartCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts index 0455a039a020..19e51a4b16d9 100644 --- a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts index 15b161652bdd..ea8455b7dea8 100644 --- a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts index 1f5206005311..8f1c4b799dce 100644 --- a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts index 2a789e336ab3..e8ff7218131e 100644 --- a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts index 7ef13eda9f65..f5a53fbdd27d 100644 --- a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartJobRunCommand.ts b/clients/client-glue/src/commands/StartJobRunCommand.ts index daa1c6d36116..cea660850375 100644 --- a/clients/client-glue/src/commands/StartJobRunCommand.ts +++ b/clients/client-glue/src/commands/StartJobRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts index ee320d8aa4fb..46e4c6744602 100644 --- a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts index db62a10b8855..856b51a34604 100644 --- a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/StartTriggerCommand.ts b/clients/client-glue/src/commands/StartTriggerCommand.ts index 675fd8e35793..a515e9553a36 100644 --- a/clients/client-glue/src/commands/StartTriggerCommand.ts +++ b/clients/client-glue/src/commands/StartTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartTriggerRequest, StartTriggerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts index 1de8ba42c3d9..44e0db4f096c 100644 --- a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StopCrawlerCommand.ts b/clients/client-glue/src/commands/StopCrawlerCommand.ts index 53723647c37f..5b1fd7940382 100644 --- a/clients/client-glue/src/commands/StopCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts index 4477e000667a..57c5964a86eb 100644 --- a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StopSessionCommand.ts b/clients/client-glue/src/commands/StopSessionCommand.ts index e074dad23d31..878ffb11c3e0 100644 --- a/clients/client-glue/src/commands/StopSessionCommand.ts +++ b/clients/client-glue/src/commands/StopSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StopSessionRequest, StopSessionResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StopTriggerCommand.ts b/clients/client-glue/src/commands/StopTriggerCommand.ts index 0b13872b73c6..938f5cb39536 100644 --- a/clients/client-glue/src/commands/StopTriggerCommand.ts +++ b/clients/client-glue/src/commands/StopTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts index f69685b21164..4f11514a36d5 100644 --- a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/TagResourceCommand.ts b/clients/client-glue/src/commands/TagResourceCommand.ts index 6afd477e5688..49f1cb9b2470 100644 --- a/clients/client-glue/src/commands/TagResourceCommand.ts +++ b/clients/client-glue/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UntagResourceCommand.ts b/clients/client-glue/src/commands/UntagResourceCommand.ts index 14f59c21ea45..7522e9952cd0 100644 --- a/clients/client-glue/src/commands/UntagResourceCommand.ts +++ b/clients/client-glue/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts index bad401368e95..5cb1b14c08d2 100644 --- a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateClassifierCommand.ts b/clients/client-glue/src/commands/UpdateClassifierCommand.ts index 584ab392edbf..3fb9cff66b9e 100644 --- a/clients/client-glue/src/commands/UpdateClassifierCommand.ts +++ b/clients/client-glue/src/commands/UpdateClassifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts index 30cde421083d..f814e16e0c42 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts index 675bc2478c92..bff6932e8f20 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateColumnStatisticsForTableRequest, UpdateColumnStatisticsForTableResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateConnectionCommand.ts b/clients/client-glue/src/commands/UpdateConnectionCommand.ts index 4257abc71eeb..c38bfb89021a 100644 --- a/clients/client-glue/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-glue/src/commands/UpdateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts index 43191e2eed8f..58004cae8d54 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateCrawlerRequest, UpdateCrawlerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts index 65fd30e451d3..10a5d70c110c 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateCrawlerScheduleRequest, UpdateCrawlerScheduleResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts index b5eb61568d2a..373956a48d38 100644 --- a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateDataQualityRulesetRequest, UpdateDataQualityRulesetResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts index 82fec9b4d732..e718a3647d7a 100644 --- a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts index 6d9ef8d327cb..a10cadcaa287 100644 --- a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateDevEndpointRequest, UpdateDevEndpointResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateJobCommand.ts b/clients/client-glue/src/commands/UpdateJobCommand.ts index a3acb98cefeb..732003974b20 100644 --- a/clients/client-glue/src/commands/UpdateJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateJobRequest, UpdateJobRequestFilterSensitiveLog, UpdateJobResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts index b38e66f3e830..21cf8f29a6d6 100644 --- a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateJobFromSourceControlRequest, UpdateJobFromSourceControlResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts index 5e686e2a6e2f..fd0f20f6f8b5 100644 --- a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdatePartitionCommand.ts b/clients/client-glue/src/commands/UpdatePartitionCommand.ts index 7b1be6c7bba2..ff6ad33f597c 100644 --- a/clients/client-glue/src/commands/UpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdatePartitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateRegistryCommand.ts b/clients/client-glue/src/commands/UpdateRegistryCommand.ts index 510c27893ee2..10fff5994fa1 100644 --- a/clients/client-glue/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-glue/src/commands/UpdateRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateSchemaCommand.ts b/clients/client-glue/src/commands/UpdateSchemaCommand.ts index 3da861df4b63..0e241f4789ad 100644 --- a/clients/client-glue/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-glue/src/commands/UpdateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts index a5a0ec222090..7ebe1fbe4651 100644 --- a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateSourceControlFromJobRequest, UpdateSourceControlFromJobResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateTableCommand.ts b/clients/client-glue/src/commands/UpdateTableCommand.ts index f99040d2548f..6e35813e9b51 100644 --- a/clients/client-glue/src/commands/UpdateTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateTableRequest, UpdateTableResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateTriggerCommand.ts b/clients/client-glue/src/commands/UpdateTriggerCommand.ts index fa70958998e8..d63d40bc6d13 100644 --- a/clients/client-glue/src/commands/UpdateTriggerCommand.ts +++ b/clients/client-glue/src/commands/UpdateTriggerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts index b2c90175bba4..fe5e82a1113b 100644 --- a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts index 953479b0c6a3..913af08b7e4d 100644 --- a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient"; import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_2"; diff --git a/clients/client-glue/src/endpoint/EndpointParameters.ts b/clients/client-glue/src/endpoint/EndpointParameters.ts index 1d11f6b8069d..c8c1e8318adf 100644 --- a/clients/client-glue/src/endpoint/EndpointParameters.ts +++ b/clients/client-glue/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-glue/src/endpoint/endpointResolver.ts b/clients/client-glue/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-glue/src/endpoint/endpointResolver.ts +++ b/clients/client-glue/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-glue/src/endpoint/ruleset.ts b/clients/client-glue/src/endpoint/ruleset.ts index 9d629a44adff..7ef43d99dd82 100644 --- a/clients/client-glue/src/endpoint/ruleset.ts +++ b/clients/client-glue/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-glue/src/models/GlueServiceException.ts b/clients/client-glue/src/models/GlueServiceException.ts index 27be8d677895..8c7c1263c793 100644 --- a/clients/client-glue/src/models/GlueServiceException.ts +++ b/clients/client-glue/src/models/GlueServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-glue/src/models/models_0.ts b/clients/client-glue/src/models/models_0.ts index 376e2375e458..621b35becd0a 100644 --- a/clients/client-glue/src/models/models_0.ts +++ b/clients/client-glue/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GlueServiceException as __BaseException } from "./GlueServiceException"; diff --git a/clients/client-glue/src/models/models_1.ts b/clients/client-glue/src/models/models_1.ts index 4d51f316c674..a02c77228e13 100644 --- a/clients/client-glue/src/models/models_1.ts +++ b/clients/client-glue/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GlueServiceException as __BaseException } from "./GlueServiceException"; import { diff --git a/clients/client-glue/src/models/models_2.ts b/clients/client-glue/src/models/models_2.ts index cb43ac5d0d13..ff73eb7977d7 100644 --- a/clients/client-glue/src/models/models_2.ts +++ b/clients/client-glue/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { GlueServiceException as __BaseException } from "./GlueServiceException"; import { diff --git a/clients/client-glue/src/pagination/GetBlueprintRunsPaginator.ts b/clients/client-glue/src/pagination/GetBlueprintRunsPaginator.ts index d87885eb4764..75eeb8cd44a6 100644 --- a/clients/client-glue/src/pagination/GetBlueprintRunsPaginator.ts +++ b/clients/client-glue/src/pagination/GetBlueprintRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBlueprintRunsCommand, diff --git a/clients/client-glue/src/pagination/GetClassifiersPaginator.ts b/clients/client-glue/src/pagination/GetClassifiersPaginator.ts index a51f4733bd9d..c3fcfef0911a 100644 --- a/clients/client-glue/src/pagination/GetClassifiersPaginator.ts +++ b/clients/client-glue/src/pagination/GetClassifiersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetClassifiersCommand, diff --git a/clients/client-glue/src/pagination/GetConnectionsPaginator.ts b/clients/client-glue/src/pagination/GetConnectionsPaginator.ts index 1cca32cc783b..352168fe136b 100644 --- a/clients/client-glue/src/pagination/GetConnectionsPaginator.ts +++ b/clients/client-glue/src/pagination/GetConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConnectionsCommand, diff --git a/clients/client-glue/src/pagination/GetCrawlerMetricsPaginator.ts b/clients/client-glue/src/pagination/GetCrawlerMetricsPaginator.ts index 4002dc217c7d..f03cc6385875 100644 --- a/clients/client-glue/src/pagination/GetCrawlerMetricsPaginator.ts +++ b/clients/client-glue/src/pagination/GetCrawlerMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCrawlerMetricsCommand, diff --git a/clients/client-glue/src/pagination/GetCrawlersPaginator.ts b/clients/client-glue/src/pagination/GetCrawlersPaginator.ts index 0908b26e73f9..89dbaf7ef37e 100644 --- a/clients/client-glue/src/pagination/GetCrawlersPaginator.ts +++ b/clients/client-glue/src/pagination/GetCrawlersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCrawlersCommand, GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/GetDatabasesPaginator.ts b/clients/client-glue/src/pagination/GetDatabasesPaginator.ts index 22c9f5b61008..6a93faeb28ef 100644 --- a/clients/client-glue/src/pagination/GetDatabasesPaginator.ts +++ b/clients/client-glue/src/pagination/GetDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDatabasesCommand, diff --git a/clients/client-glue/src/pagination/GetDevEndpointsPaginator.ts b/clients/client-glue/src/pagination/GetDevEndpointsPaginator.ts index 68e6b34568aa..bc70df26e7cd 100644 --- a/clients/client-glue/src/pagination/GetDevEndpointsPaginator.ts +++ b/clients/client-glue/src/pagination/GetDevEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDevEndpointsCommand, diff --git a/clients/client-glue/src/pagination/GetJobRunsPaginator.ts b/clients/client-glue/src/pagination/GetJobRunsPaginator.ts index 131646ec5aee..7a21441486a5 100644 --- a/clients/client-glue/src/pagination/GetJobRunsPaginator.ts +++ b/clients/client-glue/src/pagination/GetJobRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetJobRunsCommand, GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/GetJobsPaginator.ts b/clients/client-glue/src/pagination/GetJobsPaginator.ts index 5a7d5b4d9545..2c018c77b8b0 100644 --- a/clients/client-glue/src/pagination/GetJobsPaginator.ts +++ b/clients/client-glue/src/pagination/GetJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetJobsCommand, GetJobsCommandInput, GetJobsCommandOutput } from "../commands/GetJobsCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/GetMLTaskRunsPaginator.ts b/clients/client-glue/src/pagination/GetMLTaskRunsPaginator.ts index a56529d86cef..0b482d71f848 100644 --- a/clients/client-glue/src/pagination/GetMLTaskRunsPaginator.ts +++ b/clients/client-glue/src/pagination/GetMLTaskRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetMLTaskRunsCommand, diff --git a/clients/client-glue/src/pagination/GetMLTransformsPaginator.ts b/clients/client-glue/src/pagination/GetMLTransformsPaginator.ts index 46a012e786d7..c6576d603d31 100644 --- a/clients/client-glue/src/pagination/GetMLTransformsPaginator.ts +++ b/clients/client-glue/src/pagination/GetMLTransformsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetMLTransformsCommand, diff --git a/clients/client-glue/src/pagination/GetPartitionIndexesPaginator.ts b/clients/client-glue/src/pagination/GetPartitionIndexesPaginator.ts index 74d06f88de7c..3130e12b474e 100644 --- a/clients/client-glue/src/pagination/GetPartitionIndexesPaginator.ts +++ b/clients/client-glue/src/pagination/GetPartitionIndexesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPartitionIndexesCommand, diff --git a/clients/client-glue/src/pagination/GetPartitionsPaginator.ts b/clients/client-glue/src/pagination/GetPartitionsPaginator.ts index f8ab952afc50..d5117b970654 100644 --- a/clients/client-glue/src/pagination/GetPartitionsPaginator.ts +++ b/clients/client-glue/src/pagination/GetPartitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPartitionsCommand, diff --git a/clients/client-glue/src/pagination/GetResourcePoliciesPaginator.ts b/clients/client-glue/src/pagination/GetResourcePoliciesPaginator.ts index 2d906aa2832d..2536fa2cbe71 100644 --- a/clients/client-glue/src/pagination/GetResourcePoliciesPaginator.ts +++ b/clients/client-glue/src/pagination/GetResourcePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourcePoliciesCommand, diff --git a/clients/client-glue/src/pagination/GetSecurityConfigurationsPaginator.ts b/clients/client-glue/src/pagination/GetSecurityConfigurationsPaginator.ts index d1907e42062d..3d45ebf4229f 100644 --- a/clients/client-glue/src/pagination/GetSecurityConfigurationsPaginator.ts +++ b/clients/client-glue/src/pagination/GetSecurityConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSecurityConfigurationsCommand, diff --git a/clients/client-glue/src/pagination/GetTableVersionsPaginator.ts b/clients/client-glue/src/pagination/GetTableVersionsPaginator.ts index 296352aaaf6a..5649f41f070b 100644 --- a/clients/client-glue/src/pagination/GetTableVersionsPaginator.ts +++ b/clients/client-glue/src/pagination/GetTableVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTableVersionsCommand, diff --git a/clients/client-glue/src/pagination/GetTablesPaginator.ts b/clients/client-glue/src/pagination/GetTablesPaginator.ts index 61331d927d81..e00d8d619e11 100644 --- a/clients/client-glue/src/pagination/GetTablesPaginator.ts +++ b/clients/client-glue/src/pagination/GetTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTablesCommand, GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/GetTriggersPaginator.ts b/clients/client-glue/src/pagination/GetTriggersPaginator.ts index 68eb59df980c..647124aa6b2e 100644 --- a/clients/client-glue/src/pagination/GetTriggersPaginator.ts +++ b/clients/client-glue/src/pagination/GetTriggersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTriggersCommand, GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/GetUnfilteredPartitionsMetadataPaginator.ts b/clients/client-glue/src/pagination/GetUnfilteredPartitionsMetadataPaginator.ts index dc4eff89b732..b1e82f250efa 100644 --- a/clients/client-glue/src/pagination/GetUnfilteredPartitionsMetadataPaginator.ts +++ b/clients/client-glue/src/pagination/GetUnfilteredPartitionsMetadataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUnfilteredPartitionsMetadataCommand, diff --git a/clients/client-glue/src/pagination/GetUserDefinedFunctionsPaginator.ts b/clients/client-glue/src/pagination/GetUserDefinedFunctionsPaginator.ts index c710fa6124df..fcc62503b9f1 100644 --- a/clients/client-glue/src/pagination/GetUserDefinedFunctionsPaginator.ts +++ b/clients/client-glue/src/pagination/GetUserDefinedFunctionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUserDefinedFunctionsCommand, diff --git a/clients/client-glue/src/pagination/GetWorkflowRunsPaginator.ts b/clients/client-glue/src/pagination/GetWorkflowRunsPaginator.ts index 7c49bdd1a366..9c656ea2cc49 100644 --- a/clients/client-glue/src/pagination/GetWorkflowRunsPaginator.ts +++ b/clients/client-glue/src/pagination/GetWorkflowRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetWorkflowRunsCommand, diff --git a/clients/client-glue/src/pagination/Interfaces.ts b/clients/client-glue/src/pagination/Interfaces.ts index c3b082144926..2636f4e85c3f 100644 --- a/clients/client-glue/src/pagination/Interfaces.ts +++ b/clients/client-glue/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/ListBlueprintsPaginator.ts b/clients/client-glue/src/pagination/ListBlueprintsPaginator.ts index b5a990c2866a..01db2ecff7ff 100644 --- a/clients/client-glue/src/pagination/ListBlueprintsPaginator.ts +++ b/clients/client-glue/src/pagination/ListBlueprintsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBlueprintsCommand, diff --git a/clients/client-glue/src/pagination/ListCrawlersPaginator.ts b/clients/client-glue/src/pagination/ListCrawlersPaginator.ts index 477f7e3e16a6..9f3f16f6c2b8 100644 --- a/clients/client-glue/src/pagination/ListCrawlersPaginator.ts +++ b/clients/client-glue/src/pagination/ListCrawlersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCrawlersCommand, diff --git a/clients/client-glue/src/pagination/ListCustomEntityTypesPaginator.ts b/clients/client-glue/src/pagination/ListCustomEntityTypesPaginator.ts index 433d64ae919b..d4e45a6395ec 100644 --- a/clients/client-glue/src/pagination/ListCustomEntityTypesPaginator.ts +++ b/clients/client-glue/src/pagination/ListCustomEntityTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomEntityTypesCommand, diff --git a/clients/client-glue/src/pagination/ListDataQualityResultsPaginator.ts b/clients/client-glue/src/pagination/ListDataQualityResultsPaginator.ts index af2a4ce84351..333691383113 100644 --- a/clients/client-glue/src/pagination/ListDataQualityResultsPaginator.ts +++ b/clients/client-glue/src/pagination/ListDataQualityResultsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataQualityResultsCommand, diff --git a/clients/client-glue/src/pagination/ListDataQualityRuleRecommendationRunsPaginator.ts b/clients/client-glue/src/pagination/ListDataQualityRuleRecommendationRunsPaginator.ts index 4ec1d6631adc..fefe9e87c640 100644 --- a/clients/client-glue/src/pagination/ListDataQualityRuleRecommendationRunsPaginator.ts +++ b/clients/client-glue/src/pagination/ListDataQualityRuleRecommendationRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataQualityRuleRecommendationRunsCommand, diff --git a/clients/client-glue/src/pagination/ListDataQualityRulesetEvaluationRunsPaginator.ts b/clients/client-glue/src/pagination/ListDataQualityRulesetEvaluationRunsPaginator.ts index 486d0e84c408..29eb83c6ecf1 100644 --- a/clients/client-glue/src/pagination/ListDataQualityRulesetEvaluationRunsPaginator.ts +++ b/clients/client-glue/src/pagination/ListDataQualityRulesetEvaluationRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataQualityRulesetEvaluationRunsCommand, diff --git a/clients/client-glue/src/pagination/ListDataQualityRulesetsPaginator.ts b/clients/client-glue/src/pagination/ListDataQualityRulesetsPaginator.ts index 149db43dd13e..990536a190bd 100644 --- a/clients/client-glue/src/pagination/ListDataQualityRulesetsPaginator.ts +++ b/clients/client-glue/src/pagination/ListDataQualityRulesetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataQualityRulesetsCommand, diff --git a/clients/client-glue/src/pagination/ListDevEndpointsPaginator.ts b/clients/client-glue/src/pagination/ListDevEndpointsPaginator.ts index 037a5ec0a391..e8d8f8b4770a 100644 --- a/clients/client-glue/src/pagination/ListDevEndpointsPaginator.ts +++ b/clients/client-glue/src/pagination/ListDevEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevEndpointsCommand, diff --git a/clients/client-glue/src/pagination/ListJobsPaginator.ts b/clients/client-glue/src/pagination/ListJobsPaginator.ts index 8fdbddc58f5a..12f93e88fe1b 100644 --- a/clients/client-glue/src/pagination/ListJobsPaginator.ts +++ b/clients/client-glue/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/ListMLTransformsPaginator.ts b/clients/client-glue/src/pagination/ListMLTransformsPaginator.ts index 8ba040450f12..df419230b86e 100644 --- a/clients/client-glue/src/pagination/ListMLTransformsPaginator.ts +++ b/clients/client-glue/src/pagination/ListMLTransformsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMLTransformsCommand, diff --git a/clients/client-glue/src/pagination/ListRegistriesPaginator.ts b/clients/client-glue/src/pagination/ListRegistriesPaginator.ts index 77d9a7b6d1a9..3d38b5cf3a3e 100644 --- a/clients/client-glue/src/pagination/ListRegistriesPaginator.ts +++ b/clients/client-glue/src/pagination/ListRegistriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRegistriesCommand, diff --git a/clients/client-glue/src/pagination/ListSchemaVersionsPaginator.ts b/clients/client-glue/src/pagination/ListSchemaVersionsPaginator.ts index 892f0fa7a0ba..0f3d76614fcd 100644 --- a/clients/client-glue/src/pagination/ListSchemaVersionsPaginator.ts +++ b/clients/client-glue/src/pagination/ListSchemaVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemaVersionsCommand, diff --git a/clients/client-glue/src/pagination/ListSchemasPaginator.ts b/clients/client-glue/src/pagination/ListSchemasPaginator.ts index d47ed816cac9..cfd601bccbd5 100644 --- a/clients/client-glue/src/pagination/ListSchemasPaginator.ts +++ b/clients/client-glue/src/pagination/ListSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemasCommand, ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand"; import { GlueClient } from "../GlueClient"; diff --git a/clients/client-glue/src/pagination/ListSessionsPaginator.ts b/clients/client-glue/src/pagination/ListSessionsPaginator.ts index 25ee962da1dc..ca48eeeaf181 100644 --- a/clients/client-glue/src/pagination/ListSessionsPaginator.ts +++ b/clients/client-glue/src/pagination/ListSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSessionsCommand, diff --git a/clients/client-glue/src/pagination/ListTriggersPaginator.ts b/clients/client-glue/src/pagination/ListTriggersPaginator.ts index 0f0e1af3e73b..c3ad5abc422b 100644 --- a/clients/client-glue/src/pagination/ListTriggersPaginator.ts +++ b/clients/client-glue/src/pagination/ListTriggersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTriggersCommand, diff --git a/clients/client-glue/src/pagination/ListWorkflowsPaginator.ts b/clients/client-glue/src/pagination/ListWorkflowsPaginator.ts index bc3ff37b7d8d..f9afc2ef6ad5 100644 --- a/clients/client-glue/src/pagination/ListWorkflowsPaginator.ts +++ b/clients/client-glue/src/pagination/ListWorkflowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowsCommand, diff --git a/clients/client-glue/src/pagination/SearchTablesPaginator.ts b/clients/client-glue/src/pagination/SearchTablesPaginator.ts index 11399ac119f7..97d38fac62b0 100644 --- a/clients/client-glue/src/pagination/SearchTablesPaginator.ts +++ b/clients/client-glue/src/pagination/SearchTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchTablesCommand, diff --git a/clients/client-glue/src/protocols/Aws_json1_1.ts b/clients/client-glue/src/protocols/Aws_json1_1.ts index a0e4bba13e81..ffaecac623cd 100644 --- a/clients/client-glue/src/protocols/Aws_json1_1.ts +++ b/clients/client-glue/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreatePartitionCommandInput, diff --git a/clients/client-glue/src/runtimeConfig.browser.ts b/clients/client-glue/src/runtimeConfig.browser.ts index 34fb734e0eed..9eca9644add8 100644 --- a/clients/client-glue/src/runtimeConfig.browser.ts +++ b/clients/client-glue/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlueClientConfig } from "./GlueClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-glue/src/runtimeConfig.shared.ts b/clients/client-glue/src/runtimeConfig.shared.ts index 73e64dd19927..1fdf5471b90f 100644 --- a/clients/client-glue/src/runtimeConfig.shared.ts +++ b/clients/client-glue/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GlueClientConfig } from "./GlueClient"; diff --git a/clients/client-glue/src/runtimeConfig.ts b/clients/client-glue/src/runtimeConfig.ts index 0fed4024948d..7d4d3329ff82 100644 --- a/clients/client-glue/src/runtimeConfig.ts +++ b/clients/client-glue/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GlueClientConfig } from "./GlueClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-grafana/package.json b/clients/client-grafana/package.json index 154a4efc8312..00d9f107a3e4 100644 --- a/clients/client-grafana/package.json +++ b/clients/client-grafana/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-grafana/src/Grafana.ts b/clients/client-grafana/src/Grafana.ts index f140311a7d41..8c4105d5b2a5 100644 --- a/clients/client-grafana/src/Grafana.ts +++ b/clients/client-grafana/src/Grafana.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateLicenseCommand, diff --git a/clients/client-grafana/src/GrafanaClient.ts b/clients/client-grafana/src/GrafanaClient.ts index 7254b4870369..88daf79fa6ef 100644 --- a/clients/client-grafana/src/GrafanaClient.ts +++ b/clients/client-grafana/src/GrafanaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "./commands/AssociateLicenseCommand"; @@ -159,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -268,7 +266,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts index 880679dc156a..75d2e523cfe9 100644 --- a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts index 838b6c0fd290..0794fe000531 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts index f408c635cee1..8cfd0b247263 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts index 82f23d45ab4b..ce390e951cb4 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { DeleteWorkspaceApiKeyRequest, DeleteWorkspaceApiKeyResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts index e30193301b5a..9d45bc873d68 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts index f209dbe183f3..c96c57fdd038 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { DescribeWorkspaceAuthenticationRequest, DescribeWorkspaceAuthenticationResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts index 9bfe37e8bd0a..bf41771d4e28 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts index 242db7bde789..3351672dfe80 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { DescribeWorkspaceConfigurationRequest, DescribeWorkspaceConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts index f0bda8651aac..d1cb123ea537 100644 --- a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/ListPermissionsCommand.ts b/clients/client-grafana/src/commands/ListPermissionsCommand.ts index 949854bc8fc6..10af460d6049 100644 --- a/clients/client-grafana/src/commands/ListPermissionsCommand.ts +++ b/clients/client-grafana/src/commands/ListPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts index b8733fae1a4a..dd6f8eeee4c2 100644 --- a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts index abc4593efec6..a06c53c5c8c7 100644 --- a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/TagResourceCommand.ts b/clients/client-grafana/src/commands/TagResourceCommand.ts index 5be691784ce8..da86568b19a1 100644 --- a/clients/client-grafana/src/commands/TagResourceCommand.ts +++ b/clients/client-grafana/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/UntagResourceCommand.ts b/clients/client-grafana/src/commands/UntagResourceCommand.ts index e3c09d9c604b..c812f0101945 100644 --- a/clients/client-grafana/src/commands/UntagResourceCommand.ts +++ b/clients/client-grafana/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts index 38399bc8a315..92fa65bf570e 100644 --- a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts +++ b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { UpdatePermissionsRequest, UpdatePermissionsResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts index 38f2233e666c..c78a75033a2e 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { UpdateWorkspaceAuthenticationRequest, UpdateWorkspaceAuthenticationResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts index 4d96a5d24d61..5867fabe2b8f 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts index d7025a61df3f..88e5b4aaccbb 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GrafanaClient"; import { UpdateWorkspaceConfigurationRequest, UpdateWorkspaceConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-grafana/src/endpoint/EndpointParameters.ts b/clients/client-grafana/src/endpoint/EndpointParameters.ts index 7baeceeb063a..8c041760574c 100644 --- a/clients/client-grafana/src/endpoint/EndpointParameters.ts +++ b/clients/client-grafana/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-grafana/src/endpoint/endpointResolver.ts b/clients/client-grafana/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-grafana/src/endpoint/endpointResolver.ts +++ b/clients/client-grafana/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-grafana/src/endpoint/ruleset.ts b/clients/client-grafana/src/endpoint/ruleset.ts index 231325d79d2c..b16d5abaadb8 100644 --- a/clients/client-grafana/src/endpoint/ruleset.ts +++ b/clients/client-grafana/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-grafana/src/models/GrafanaServiceException.ts b/clients/client-grafana/src/models/GrafanaServiceException.ts index 04d78df294cb..b343c5883b94 100644 --- a/clients/client-grafana/src/models/GrafanaServiceException.ts +++ b/clients/client-grafana/src/models/GrafanaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-grafana/src/models/models_0.ts b/clients/client-grafana/src/models/models_0.ts index 2ca4b409a59d..b8b7b4b1a506 100644 --- a/clients/client-grafana/src/models/models_0.ts +++ b/clients/client-grafana/src/models/models_0.ts @@ -3,7 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, SENSITIVE_STRING, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { GrafanaServiceException as __BaseException } from "./GrafanaServiceException"; diff --git a/clients/client-grafana/src/pagination/Interfaces.ts b/clients/client-grafana/src/pagination/Interfaces.ts index 99a80b13f973..288ca3b3df0c 100644 --- a/clients/client-grafana/src/pagination/Interfaces.ts +++ b/clients/client-grafana/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GrafanaClient } from "../GrafanaClient"; diff --git a/clients/client-grafana/src/pagination/ListPermissionsPaginator.ts b/clients/client-grafana/src/pagination/ListPermissionsPaginator.ts index e6b2fa61fa1f..5303ead38d0d 100644 --- a/clients/client-grafana/src/pagination/ListPermissionsPaginator.ts +++ b/clients/client-grafana/src/pagination/ListPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionsCommand, diff --git a/clients/client-grafana/src/pagination/ListWorkspacesPaginator.ts b/clients/client-grafana/src/pagination/ListWorkspacesPaginator.ts index 2fcb82e9ed17..0df659d301ed 100644 --- a/clients/client-grafana/src/pagination/ListWorkspacesPaginator.ts +++ b/clients/client-grafana/src/pagination/ListWorkspacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkspacesCommand, diff --git a/clients/client-grafana/src/protocols/Aws_restJson1.ts b/clients/client-grafana/src/protocols/Aws_restJson1.ts index a49125877dc0..aabc98944147 100644 --- a/clients/client-grafana/src/protocols/Aws_restJson1.ts +++ b/clients/client-grafana/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "../commands/AssociateLicenseCommand"; diff --git a/clients/client-grafana/src/runtimeConfig.browser.ts b/clients/client-grafana/src/runtimeConfig.browser.ts index 6fe0cf273c63..629bf2be20bf 100644 --- a/clients/client-grafana/src/runtimeConfig.browser.ts +++ b/clients/client-grafana/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GrafanaClientConfig } from "./GrafanaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-grafana/src/runtimeConfig.shared.ts b/clients/client-grafana/src/runtimeConfig.shared.ts index f2b0a0557d46..bf66f36d9fa2 100644 --- a/clients/client-grafana/src/runtimeConfig.shared.ts +++ b/clients/client-grafana/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GrafanaClientConfig } from "./GrafanaClient"; diff --git a/clients/client-grafana/src/runtimeConfig.ts b/clients/client-grafana/src/runtimeConfig.ts index 3ed74c698225..879e9921e13b 100644 --- a/clients/client-grafana/src/runtimeConfig.ts +++ b/clients/client-grafana/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GrafanaClientConfig } from "./GrafanaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index bd05a5c2162b..cd52e35079ba 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-greengrass/src/Greengrass.ts b/clients/client-greengrass/src/Greengrass.ts index efa944d4f84c..d65b729b326e 100644 --- a/clients/client-greengrass/src/Greengrass.ts +++ b/clients/client-greengrass/src/Greengrass.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateRoleToGroupCommand, diff --git a/clients/client-greengrass/src/GreengrassClient.ts b/clients/client-greengrass/src/GreengrassClient.ts index 369bebd4e9b4..bd16418d71af 100644 --- a/clients/client-greengrass/src/GreengrassClient.ts +++ b/clients/client-greengrass/src/GreengrassClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -585,7 +583,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -694,7 +692,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts index 6c3b12194169..593e6846eb98 100644 --- a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts index 1d7f6f162d2b..eabda823f969 100644 --- a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts index bed01137b62e..a23f620e862d 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateConnectorDefinitionRequest, CreateConnectorDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts index 5b661bf738ad..84b6005c6e33 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateConnectorDefinitionVersionRequest, CreateConnectorDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts index 888a51de97c9..24d0f929bfb7 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts index d63eb4c478ef..dc8e95c6f862 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateCoreDefinitionVersionRequest, CreateCoreDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts index 2261fa284c97..4dcdf36e4faf 100644 --- a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts index ac2c55c94864..f52583d0293a 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts index 8310cc2b521b..74f25d29a6ed 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateDeviceDefinitionVersionRequest, CreateDeviceDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts index ccb5464de978..19166a85a81f 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateFunctionDefinitionRequest, CreateFunctionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts index c43d9a319300..69b19127be69 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateFunctionDefinitionVersionRequest, CreateFunctionDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts index 5242ab591adf..c1e8e8e9eb95 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateGroupCertificateAuthorityRequest, CreateGroupCertificateAuthorityResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateGroupCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCommand.ts index 87d8dc91e927..e11a7ea4bb4f 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts index db7242026efe..4d12dfcc6e45 100644 --- a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts index 417ded46337a..fa9c901a3a59 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts index 9f4a19cd15f0..5e33ad0b9abb 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateLoggerDefinitionVersionRequest, CreateLoggerDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts index 4b3564579da9..d4f919accea2 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateResourceDefinitionRequest, CreateResourceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts index 0223a7ab8192..9db8ee3938d9 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateResourceDefinitionVersionRequest, CreateResourceDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts index 1e8c85448ecf..69ed56f786f3 100644 --- a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateSoftwareUpdateJobRequest, CreateSoftwareUpdateJobResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts index c77a9ac88756..3d27a6e2b1a0 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { CreateSubscriptionDefinitionRequest, CreateSubscriptionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts index f28b153bf1c2..442f759ccbd4 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { diff --git a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts index 9cdeb0b3cdc1..489cf833285a 100644 --- a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts index e42e65439718..37d939b07226 100644 --- a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts index 8013b189ef4b..43a085e33201 100644 --- a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts index cbe8d1899a41..90c84516116a 100644 --- a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts index f3d58e1a4909..028778481682 100644 --- a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts index 1c3f82c7bb6d..6b90cd49ed9a 100644 --- a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteLoggerDefinitionRequest, DeleteLoggerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts index 88b4b449d19c..389c597e1712 100644 --- a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteResourceDefinitionRequest, DeleteResourceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts index c4179ef5afe6..8fd7da7d4670 100644 --- a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DeleteSubscriptionDefinitionRequest, DeleteSubscriptionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts index 341f6536ac6f..1a15036e753d 100644 --- a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { DisassociateRoleFromGroupRequest, DisassociateRoleFromGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts index 8eb01cfb1068..ffaa189c70e6 100644 --- a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { diff --git a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts index 6b27325d7939..f46f5af9d32f 100644 --- a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts +++ b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetAssociatedRoleRequest, GetAssociatedRoleResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts index 85e259d4a314..f48d6bbd485a 100644 --- a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetBulkDeploymentStatusRequest, GetBulkDeploymentStatusResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts index b9ab4cf670ec..0d1ecc4e01ba 100644 --- a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts index fb2c6a7402bb..f52e498715bc 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetConnectorDefinitionRequest, GetConnectorDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts index 40704b72ede8..09a25c7197e6 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetConnectorDefinitionVersionRequest, GetConnectorDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts index 14b780c136fd..3b0febb5e9de 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetCoreDefinitionRequest, GetCoreDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts index 7a5055d2b89c..2636b4d12740 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetCoreDefinitionVersionRequest, GetCoreDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts index 8d1c6cb80750..9349e980f1ce 100644 --- a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetDeploymentStatusRequest, GetDeploymentStatusResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts index cd7a1ec55438..c83eed442cf3 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts index 9e7111d23a3a..5d5fb790c3c0 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetDeviceDefinitionVersionRequest, GetDeviceDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts index be7b62330cf4..8be69c82b04f 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts index e956fe3bc79b..ab3e131ff27d 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetFunctionDefinitionVersionRequest, GetFunctionDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts index a56b44f20ce9..a9768c839359 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetGroupCertificateAuthorityRequest, GetGroupCertificateAuthorityResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts index 480ac4b8035a..a48af559e71c 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetGroupCertificateConfigurationRequest, GetGroupCertificateConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetGroupCommand.ts b/clients/client-greengrass/src/commands/GetGroupCommand.ts index 8384b4767eb8..08ae9f967d83 100644 --- a/clients/client-greengrass/src/commands/GetGroupCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts index 056cdf7238d7..4ed78e34dc86 100644 --- a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts index 6544eb1e1696..68700247245f 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts index 43794c43958a..a0da007eaca2 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts index bce56889fa95..4d9222ba91d1 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts index 21ee94850cbf..8ee5e5aa733b 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetResourceDefinitionVersionRequest, GetResourceDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts index fb7a7568a756..1f97e460d297 100644 --- a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts index 8cd1946e121a..d9f9df44d25d 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetSubscriptionDefinitionRequest, GetSubscriptionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts index d74ea82a9f72..4c1fd3897a80 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetSubscriptionDefinitionVersionRequest, GetSubscriptionDefinitionVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts index b6fa4c7d17a5..a38f2a31d825 100644 --- a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { GetThingRuntimeConfigurationRequest, GetThingRuntimeConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts index c59e852bc7a5..74047b1883e9 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts index 146d470e20e3..3ccf5d2c829d 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListBulkDeploymentsRequest, ListBulkDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts index e19d2949fb83..3250fc8aba66 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListConnectorDefinitionVersionsRequest, ListConnectorDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts index f457e433bec1..5d30f701a88c 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListConnectorDefinitionsRequest, ListConnectorDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts index 27c23af8e5c9..734b0ed81af9 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListCoreDefinitionVersionsRequest, ListCoreDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts index 111398a8cc04..d4a495384adf 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListCoreDefinitionsRequest, ListCoreDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts index d139cc0c2e8a..0c591c556662 100644 --- a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts index 24fbd4486f8c..5626eac428dc 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListDeviceDefinitionVersionsRequest, ListDeviceDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts index d2530a8fcd94..c0dcad334b55 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts index 21a000bcaa71..9a762a42cfb9 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListFunctionDefinitionVersionsRequest, ListFunctionDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts index 3247f6c4a24c..1fff45e1093a 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListFunctionDefinitionsRequest, ListFunctionDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts index ed0b14201198..e51d84671dfb 100644 --- a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListGroupCertificateAuthoritiesRequest, ListGroupCertificateAuthoritiesResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts index c17c01860514..60b0c63a2ae9 100644 --- a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListGroupsCommand.ts b/clients/client-greengrass/src/commands/ListGroupsCommand.ts index 891f8eda7999..4e25c472c7ec 100644 --- a/clients/client-greengrass/src/commands/ListGroupsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts index 0c7579af5ed5..49fda030237c 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListLoggerDefinitionVersionsRequest, ListLoggerDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts index d934939de24e..21e2ee26b4cc 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts index df31410ed5d7..8c76ba42a162 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListResourceDefinitionVersionsRequest, ListResourceDefinitionVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts index 3cb1d5bb71f9..bb1c0caab2ae 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListResourceDefinitionsRequest, ListResourceDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts index 19a71b73e8a5..a584bfe4c53e 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts index 5222c5fe9996..7f697a9b7559 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListSubscriptionDefinitionsRequest, ListSubscriptionDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts index db8c435bf560..79c11288e3e3 100644 --- a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts index 5e129e7b4e0e..6e3aa5f2492c 100644 --- a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { ResetDeploymentsRequest, ResetDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts index f3c756322779..d0f89104bfd0 100644 --- a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts index a4875e74adba..42ce3d60b777 100644 --- a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/TagResourceCommand.ts b/clients/client-greengrass/src/commands/TagResourceCommand.ts index 0e68f4cb6a0e..4f62f8b8b1fc 100644 --- a/clients/client-greengrass/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UntagResourceCommand.ts b/clients/client-greengrass/src/commands/UntagResourceCommand.ts index 0456413c49b7..2d55210e35fa 100644 --- a/clients/client-greengrass/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts index b75e64088a08..7e7ebf23df59 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts index a99b8f709afc..0d682d248b1c 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts index 866fcc124cb9..46ee5b83dfc6 100644 --- a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts index 8b52b8aec707..5e90ba82d7d0 100644 --- a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts index 630c6ff789bf..d05a78242b7b 100644 --- a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts index 8470f8f81fbc..0210aa3bd210 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { diff --git a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts index e30f4ef194a2..56561bebdc72 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts index eedac8bc56b9..a406e1902300 100644 --- a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts index cd6fde78589f..4ea9b1a4dab1 100644 --- a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateResourceDefinitionRequest, UpdateResourceDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts index 16fd0d25b15c..e7b370002218 100644 --- a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateSubscriptionDefinitionRequest, UpdateSubscriptionDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts index 8330f6ed0ae6..c59823e746d1 100644 --- a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient"; import { UpdateThingRuntimeConfigurationRequest, UpdateThingRuntimeConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-greengrass/src/endpoint/EndpointParameters.ts b/clients/client-greengrass/src/endpoint/EndpointParameters.ts index 6bafd1e3451f..ec280a9f8566 100644 --- a/clients/client-greengrass/src/endpoint/EndpointParameters.ts +++ b/clients/client-greengrass/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-greengrass/src/endpoint/endpointResolver.ts b/clients/client-greengrass/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-greengrass/src/endpoint/endpointResolver.ts +++ b/clients/client-greengrass/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-greengrass/src/endpoint/ruleset.ts b/clients/client-greengrass/src/endpoint/ruleset.ts index 2ab78e0ceff7..6d5a669979ec 100644 --- a/clients/client-greengrass/src/endpoint/ruleset.ts +++ b/clients/client-greengrass/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-greengrass/src/models/GreengrassServiceException.ts b/clients/client-greengrass/src/models/GreengrassServiceException.ts index 6d4ec2c2e395..ce9b7b0d505a 100644 --- a/clients/client-greengrass/src/models/GreengrassServiceException.ts +++ b/clients/client-greengrass/src/models/GreengrassServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-greengrass/src/models/models_0.ts b/clients/client-greengrass/src/models/models_0.ts index e6c18c9443f9..e4bb9a2b19c4 100644 --- a/clients/client-greengrass/src/models/models_0.ts +++ b/clients/client-greengrass/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException"; diff --git a/clients/client-greengrass/src/protocols/Aws_restJson1.ts b/clients/client-greengrass/src/protocols/Aws_restJson1.ts index cef4706371c4..f6c0cd9fe25d 100644 --- a/clients/client-greengrass/src/protocols/Aws_restJson1.ts +++ b/clients/client-greengrass/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateRoleToGroupCommandInput, diff --git a/clients/client-greengrass/src/runtimeConfig.browser.ts b/clients/client-greengrass/src/runtimeConfig.browser.ts index 7a0612945cca..9451ab494c8c 100644 --- a/clients/client-greengrass/src/runtimeConfig.browser.ts +++ b/clients/client-greengrass/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GreengrassClientConfig } from "./GreengrassClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-greengrass/src/runtimeConfig.shared.ts b/clients/client-greengrass/src/runtimeConfig.shared.ts index 93173358c327..e78abaad07c0 100644 --- a/clients/client-greengrass/src/runtimeConfig.shared.ts +++ b/clients/client-greengrass/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GreengrassClientConfig } from "./GreengrassClient"; diff --git a/clients/client-greengrass/src/runtimeConfig.ts b/clients/client-greengrass/src/runtimeConfig.ts index 009d5817820d..210442a9a127 100644 --- a/clients/client-greengrass/src/runtimeConfig.ts +++ b/clients/client-greengrass/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GreengrassClientConfig } from "./GreengrassClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json index deafa11b35ec..ca7f95651f1f 100644 --- a/clients/client-greengrassv2/package.json +++ b/clients/client-greengrassv2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-greengrassv2/src/GreengrassV2.ts b/clients/client-greengrassv2/src/GreengrassV2.ts index 3b92de7d3391..c8d88410af5d 100644 --- a/clients/client-greengrassv2/src/GreengrassV2.ts +++ b/clients/client-greengrassv2/src/GreengrassV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateServiceRoleToAccountCommand, diff --git a/clients/client-greengrassv2/src/GreengrassV2Client.ts b/clients/client-greengrassv2/src/GreengrassV2Client.ts index 659bcf3f9d74..9a63a42ce023 100644 --- a/clients/client-greengrassv2/src/GreengrassV2Client.ts +++ b/clients/client-greengrassv2/src/GreengrassV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -213,7 +211,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -322,7 +320,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts index 95242913b42a..fe7833cb1e62 100644 --- a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts index bba76e953a25..ecf168301cf8 100644 --- a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { diff --git a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts index d698be1f8355..1a6d3bb1b083 100644 --- a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { diff --git a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts index 8bb90e46eca9..74e2d4ac1cdb 100644 --- a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { CancelDeploymentRequest, CancelDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts index 5b862e432324..e746936c3e38 100644 --- a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { CreateComponentVersionRequest, CreateComponentVersionResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts index 2a374321692d..b97562799eb7 100644 --- a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts index 144ae874455a..153e0d6c1e67 100644 --- a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { DeleteComponentRequest } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts index 2e3adc95e7dc..0f5b731c460f 100644 --- a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { DeleteCoreDeviceRequest } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts index fbb2a4fe649c..f283953fefc9 100644 --- a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { DeleteDeploymentRequest } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts index 3b45cb9f3958..dbf0e4b94127 100644 --- a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts index 55994ebd942c..5044497f8a26 100644 --- a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { diff --git a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts index 81e25cbdaf4e..a2731a0d7a5a 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts index 2bba68e2cac6..3bcfa4aa0ea6 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetComponentVersionArtifactRequest, GetComponentVersionArtifactResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts index 77f53c82b0d4..7e47079b0db2 100644 --- a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts index 630c28fdeff1..df3887245df6 100644 --- a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts index 03e1bece77ad..de8d403c715f 100644 --- a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts index 583753c7fba6..b0fef695c588 100644 --- a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts index f155d005a52e..59e12fb1d70b 100644 --- a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { diff --git a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts index 9fc56ba45d65..3b4da4bf1f82 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListComponentVersionsRequest, ListComponentVersionsResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts index 2bf898652fe3..1f3269585c21 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts index 4cf311017ea6..c6808c9dbeab 100644 --- a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListCoreDevicesRequest, ListCoreDevicesResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts index 616bf89ba6fe..06d1f66b08df 100644 --- a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts index b40b0955deb2..09c0be9d5dba 100644 --- a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListEffectiveDeploymentsRequest, ListEffectiveDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts index a5da66099919..1caed4476d0a 100644 --- a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListInstalledComponentsRequest, ListInstalledComponentsResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts index 7f111532ef7c..8dd9db9644e7 100644 --- a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts index 493938e6493e..689f6f87d0e8 100644 --- a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { ResolveComponentCandidatesRequest, ResolveComponentCandidatesResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts index 818fbf201e54..6f3562d57941 100644 --- a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts index 379e2c5d0d54..50db44c45e37 100644 --- a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts index 2b83222fbcb7..824539b2cc9b 100644 --- a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassV2Client"; import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0"; diff --git a/clients/client-greengrassv2/src/endpoint/EndpointParameters.ts b/clients/client-greengrassv2/src/endpoint/EndpointParameters.ts index ad860276bf3d..1661fdfdce22 100644 --- a/clients/client-greengrassv2/src/endpoint/EndpointParameters.ts +++ b/clients/client-greengrassv2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-greengrassv2/src/endpoint/endpointResolver.ts b/clients/client-greengrassv2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-greengrassv2/src/endpoint/endpointResolver.ts +++ b/clients/client-greengrassv2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-greengrassv2/src/endpoint/ruleset.ts b/clients/client-greengrassv2/src/endpoint/ruleset.ts index e1f5b189ca0b..c05b7b50a8a7 100644 --- a/clients/client-greengrassv2/src/endpoint/ruleset.ts +++ b/clients/client-greengrassv2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts b/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts index 4f9ba2189893..bffbbf3ddee7 100644 --- a/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts +++ b/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-greengrassv2/src/models/models_0.ts b/clients/client-greengrassv2/src/models/models_0.ts index cad6fdf50212..5c55e3453474 100644 --- a/clients/client-greengrassv2/src/models/models_0.ts +++ b/clients/client-greengrassv2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GreengrassV2ServiceException as __BaseException } from "./GreengrassV2ServiceException"; diff --git a/clients/client-greengrassv2/src/pagination/Interfaces.ts b/clients/client-greengrassv2/src/pagination/Interfaces.ts index a18429144fc1..93e545a15e07 100644 --- a/clients/client-greengrassv2/src/pagination/Interfaces.ts +++ b/clients/client-greengrassv2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GreengrassV2Client } from "../GreengrassV2Client"; diff --git a/clients/client-greengrassv2/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts b/clients/client-greengrassv2/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts index 22f2cb9c5de6..69bcc02be8a7 100644 --- a/clients/client-greengrassv2/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClientDevicesAssociatedWithCoreDeviceCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListComponentVersionsPaginator.ts b/clients/client-greengrassv2/src/pagination/ListComponentVersionsPaginator.ts index 28fbbabedb38..07f6d05e5932 100644 --- a/clients/client-greengrassv2/src/pagination/ListComponentVersionsPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListComponentVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentVersionsCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListComponentsPaginator.ts b/clients/client-greengrassv2/src/pagination/ListComponentsPaginator.ts index ef9d47bb020c..b89d76a4486f 100644 --- a/clients/client-greengrassv2/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentsCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListCoreDevicesPaginator.ts b/clients/client-greengrassv2/src/pagination/ListCoreDevicesPaginator.ts index 8bd8a388cd3f..d309e1c6b654 100644 --- a/clients/client-greengrassv2/src/pagination/ListCoreDevicesPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListCoreDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoreDevicesCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListDeploymentsPaginator.ts b/clients/client-greengrassv2/src/pagination/ListDeploymentsPaginator.ts index e994eebcc9b1..fcce381c249e 100644 --- a/clients/client-greengrassv2/src/pagination/ListDeploymentsPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeploymentsCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListEffectiveDeploymentsPaginator.ts b/clients/client-greengrassv2/src/pagination/ListEffectiveDeploymentsPaginator.ts index d059f896b3a3..1ee0d8ee510a 100644 --- a/clients/client-greengrassv2/src/pagination/ListEffectiveDeploymentsPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListEffectiveDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEffectiveDeploymentsCommand, diff --git a/clients/client-greengrassv2/src/pagination/ListInstalledComponentsPaginator.ts b/clients/client-greengrassv2/src/pagination/ListInstalledComponentsPaginator.ts index 6eb20aabd116..c8540f1f5068 100644 --- a/clients/client-greengrassv2/src/pagination/ListInstalledComponentsPaginator.ts +++ b/clients/client-greengrassv2/src/pagination/ListInstalledComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstalledComponentsCommand, diff --git a/clients/client-greengrassv2/src/protocols/Aws_restJson1.ts b/clients/client-greengrassv2/src/protocols/Aws_restJson1.ts index ef548ff8dcc2..cf30b8169135 100644 --- a/clients/client-greengrassv2/src/protocols/Aws_restJson1.ts +++ b/clients/client-greengrassv2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-greengrassv2/src/runtimeConfig.browser.ts b/clients/client-greengrassv2/src/runtimeConfig.browser.ts index a7c034488a39..497ae20c7d6d 100644 --- a/clients/client-greengrassv2/src/runtimeConfig.browser.ts +++ b/clients/client-greengrassv2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GreengrassV2ClientConfig } from "./GreengrassV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-greengrassv2/src/runtimeConfig.shared.ts b/clients/client-greengrassv2/src/runtimeConfig.shared.ts index 20ca9f1fcf65..26b87b9238af 100644 --- a/clients/client-greengrassv2/src/runtimeConfig.shared.ts +++ b/clients/client-greengrassv2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GreengrassV2ClientConfig } from "./GreengrassV2Client"; diff --git a/clients/client-greengrassv2/src/runtimeConfig.ts b/clients/client-greengrassv2/src/runtimeConfig.ts index ce0fc65c660c..ca377cba507a 100644 --- a/clients/client-greengrassv2/src/runtimeConfig.ts +++ b/clients/client-greengrassv2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GreengrassV2ClientConfig } from "./GreengrassV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index 15c09845fd49..68e040d264c7 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-groundstation/src/GroundStation.ts b/clients/client-groundstation/src/GroundStation.ts index df5f28459029..ea9ec32ddea7 100644 --- a/clients/client-groundstation/src/GroundStation.ts +++ b/clients/client-groundstation/src/GroundStation.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelContactCommand, diff --git a/clients/client-groundstation/src/GroundStationClient.ts b/clients/client-groundstation/src/GroundStationClient.ts index b559e339d7ee..9a12a597df91 100644 --- a/clients/client-groundstation/src/GroundStationClient.ts +++ b/clients/client-groundstation/src/GroundStationClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand"; @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -319,7 +317,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-groundstation/src/commands/CancelContactCommand.ts b/clients/client-groundstation/src/commands/CancelContactCommand.ts index 01e12fb24f26..36b17d55ffb9 100644 --- a/clients/client-groundstation/src/commands/CancelContactCommand.ts +++ b/clients/client-groundstation/src/commands/CancelContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { CancelContactRequest, ContactIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/CreateConfigCommand.ts b/clients/client-groundstation/src/commands/CreateConfigCommand.ts index 3300dce66cbb..4c140f90b85f 100644 --- a/clients/client-groundstation/src/commands/CreateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/CreateConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts index 46e4af761786..6ba2ffac5b9e 100644 --- a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts index 2bb0de815f17..2aad54176966 100644 --- a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts index 529036eb33b1..99767b766c07 100644 --- a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts index dfe1380e4314..be16c9757318 100644 --- a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts index 2eacbf140b98..fc885bbd16b6 100644 --- a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts index c8e61bd79fa1..5bcce0b107c8 100644 --- a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts index 4207255598ea..7c130e3f8c33 100644 --- a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DescribeContactCommand.ts b/clients/client-groundstation/src/commands/DescribeContactCommand.ts index cc5d36dc833d..838c49014ec4 100644 --- a/clients/client-groundstation/src/commands/DescribeContactCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts index 7ee05a0d2731..feff7a7a2dd5 100644 --- a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts index 882c97e37bef..32d745ec83ff 100644 --- a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts +++ b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetConfigCommand.ts b/clients/client-groundstation/src/commands/GetConfigCommand.ts index ced56690a97e..b12082ef5be2 100644 --- a/clients/client-groundstation/src/commands/GetConfigCommand.ts +++ b/clients/client-groundstation/src/commands/GetConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetConfigRequest, GetConfigResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts index ab1f5a391200..e53cf8068783 100644 --- a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts index 7083b1d52a19..bb7f19debdae 100644 --- a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts +++ b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts index 144e42bbc702..c25caa8bc3e6 100644 --- a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts index f36f9d3d36a8..53e1a3229fb4 100644 --- a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts +++ b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListConfigsCommand.ts b/clients/client-groundstation/src/commands/ListConfigsCommand.ts index ab6587882644..8895c447a717 100644 --- a/clients/client-groundstation/src/commands/ListConfigsCommand.ts +++ b/clients/client-groundstation/src/commands/ListConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListContactsCommand.ts b/clients/client-groundstation/src/commands/ListContactsCommand.ts index 5888a4354e9b..216faa4876b8 100644 --- a/clients/client-groundstation/src/commands/ListContactsCommand.ts +++ b/clients/client-groundstation/src/commands/ListContactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListContactsRequest, ListContactsResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts index 97095a0c3147..3cbdd85c3d6f 100644 --- a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts +++ b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts index 4d0807235b5b..a46a086ab6a0 100644 --- a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts +++ b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts index 5336350815c0..4f3fd938aab7 100644 --- a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts +++ b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts index 03a16df7c276..c10c6fb84746 100644 --- a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts +++ b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts index b8a666da23dc..24213e4bb61a 100644 --- a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts +++ b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts index 6f86774eba95..8759b79cf6ea 100644 --- a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts index ed3030cd0dec..2017f08ba645 100644 --- a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts +++ b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { RegisterAgentRequest, RegisterAgentResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/ReserveContactCommand.ts b/clients/client-groundstation/src/commands/ReserveContactCommand.ts index 88a9587539c1..4539c8980525 100644 --- a/clients/client-groundstation/src/commands/ReserveContactCommand.ts +++ b/clients/client-groundstation/src/commands/ReserveContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ContactIdResponse, ReserveContactRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/TagResourceCommand.ts b/clients/client-groundstation/src/commands/TagResourceCommand.ts index a92142fb6a78..641d040cca4a 100644 --- a/clients/client-groundstation/src/commands/TagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/UntagResourceCommand.ts b/clients/client-groundstation/src/commands/UntagResourceCommand.ts index d44f8d09b867..deb347a39102 100644 --- a/clients/client-groundstation/src/commands/UntagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts index e09ffd98c5f2..439ff4f5a712 100644 --- a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts index 0122ee657dd4..c6d6583a5ee9 100644 --- a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts index 42d360502063..29954d93312d 100644 --- a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts index 0ede8f31ea58..3ea2901638e5 100644 --- a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient"; import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0"; diff --git a/clients/client-groundstation/src/endpoint/EndpointParameters.ts b/clients/client-groundstation/src/endpoint/EndpointParameters.ts index 40df7a3340ca..f76cb31f9b4e 100644 --- a/clients/client-groundstation/src/endpoint/EndpointParameters.ts +++ b/clients/client-groundstation/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-groundstation/src/endpoint/endpointResolver.ts b/clients/client-groundstation/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-groundstation/src/endpoint/endpointResolver.ts +++ b/clients/client-groundstation/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-groundstation/src/endpoint/ruleset.ts b/clients/client-groundstation/src/endpoint/ruleset.ts index c774c8ef09a3..f76c686f9513 100644 --- a/clients/client-groundstation/src/endpoint/ruleset.ts +++ b/clients/client-groundstation/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-groundstation/src/models/GroundStationServiceException.ts b/clients/client-groundstation/src/models/GroundStationServiceException.ts index 54f16612a8bd..2b93e7f0933d 100644 --- a/clients/client-groundstation/src/models/GroundStationServiceException.ts +++ b/clients/client-groundstation/src/models/GroundStationServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-groundstation/src/models/models_0.ts b/clients/client-groundstation/src/models/models_0.ts index b46f34ea90e0..3abc1c58d291 100644 --- a/clients/client-groundstation/src/models/models_0.ts +++ b/clients/client-groundstation/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GroundStationServiceException as __BaseException } from "./GroundStationServiceException"; diff --git a/clients/client-groundstation/src/pagination/Interfaces.ts b/clients/client-groundstation/src/pagination/Interfaces.ts index 4fee26ccd99b..a1eb69ac41bb 100644 --- a/clients/client-groundstation/src/pagination/Interfaces.ts +++ b/clients/client-groundstation/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GroundStationClient } from "../GroundStationClient"; diff --git a/clients/client-groundstation/src/pagination/ListConfigsPaginator.ts b/clients/client-groundstation/src/pagination/ListConfigsPaginator.ts index ce409cff6b38..18416373b8bf 100644 --- a/clients/client-groundstation/src/pagination/ListConfigsPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConfigsCommand, ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand"; import { GroundStationClient } from "../GroundStationClient"; diff --git a/clients/client-groundstation/src/pagination/ListContactsPaginator.ts b/clients/client-groundstation/src/pagination/ListContactsPaginator.ts index e57d45884774..f200a2659be6 100644 --- a/clients/client-groundstation/src/pagination/ListContactsPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListContactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactsCommand, diff --git a/clients/client-groundstation/src/pagination/ListDataflowEndpointGroupsPaginator.ts b/clients/client-groundstation/src/pagination/ListDataflowEndpointGroupsPaginator.ts index 870ad269f093..966f20f40680 100644 --- a/clients/client-groundstation/src/pagination/ListDataflowEndpointGroupsPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListDataflowEndpointGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataflowEndpointGroupsCommand, diff --git a/clients/client-groundstation/src/pagination/ListEphemeridesPaginator.ts b/clients/client-groundstation/src/pagination/ListEphemeridesPaginator.ts index 5358d2a87709..c4cdf1f8c314 100644 --- a/clients/client-groundstation/src/pagination/ListEphemeridesPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListEphemeridesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEphemeridesCommand, diff --git a/clients/client-groundstation/src/pagination/ListGroundStationsPaginator.ts b/clients/client-groundstation/src/pagination/ListGroundStationsPaginator.ts index 9749dd4432b0..865f4d16e630 100644 --- a/clients/client-groundstation/src/pagination/ListGroundStationsPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListGroundStationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroundStationsCommand, diff --git a/clients/client-groundstation/src/pagination/ListMissionProfilesPaginator.ts b/clients/client-groundstation/src/pagination/ListMissionProfilesPaginator.ts index 2c2158f70b26..b10504d557ab 100644 --- a/clients/client-groundstation/src/pagination/ListMissionProfilesPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListMissionProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMissionProfilesCommand, diff --git a/clients/client-groundstation/src/pagination/ListSatellitesPaginator.ts b/clients/client-groundstation/src/pagination/ListSatellitesPaginator.ts index 2264fbf8c312..5ee6550a887e 100644 --- a/clients/client-groundstation/src/pagination/ListSatellitesPaginator.ts +++ b/clients/client-groundstation/src/pagination/ListSatellitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSatellitesCommand, diff --git a/clients/client-groundstation/src/protocols/Aws_restJson1.ts b/clients/client-groundstation/src/protocols/Aws_restJson1.ts index a77b7d6b02f2..9ad70d1eea00 100644 --- a/clients/client-groundstation/src/protocols/Aws_restJson1.ts +++ b/clients/client-groundstation/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,10 +19,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelContactCommandInput, CancelContactCommandOutput } from "../commands/CancelContactCommand"; import { CreateConfigCommandInput, CreateConfigCommandOutput } from "../commands/CreateConfigCommand"; diff --git a/clients/client-groundstation/src/runtimeConfig.browser.ts b/clients/client-groundstation/src/runtimeConfig.browser.ts index 5169bad1b4dc..d94690f7e5d9 100644 --- a/clients/client-groundstation/src/runtimeConfig.browser.ts +++ b/clients/client-groundstation/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GroundStationClientConfig } from "./GroundStationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-groundstation/src/runtimeConfig.shared.ts b/clients/client-groundstation/src/runtimeConfig.shared.ts index 36f4e73ec5f6..52ccc7029ace 100644 --- a/clients/client-groundstation/src/runtimeConfig.shared.ts +++ b/clients/client-groundstation/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GroundStationClientConfig } from "./GroundStationClient"; diff --git a/clients/client-groundstation/src/runtimeConfig.ts b/clients/client-groundstation/src/runtimeConfig.ts index 73ef40d25845..a15c2ffacd49 100644 --- a/clients/client-groundstation/src/runtimeConfig.ts +++ b/clients/client-groundstation/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GroundStationClientConfig } from "./GroundStationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-groundstation/src/waiters/waitForContactScheduled.ts b/clients/client-groundstation/src/waiters/waitForContactScheduled.ts index 259f45e9d872..09e5fa1d70b5 100644 --- a/clients/client-groundstation/src/waiters/waitForContactScheduled.ts +++ b/clients/client-groundstation/src/waiters/waitForContactScheduled.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeContactCommand, DescribeContactCommandInput } from "../commands/DescribeContactCommand"; import { GroundStationClient } from "../GroundStationClient"; diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index 59086acae278..4e50760b4ff6 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-guardduty/src/GuardDuty.ts b/clients/client-guardduty/src/GuardDuty.ts index 20e4d43fb3a5..de3378895e71 100644 --- a/clients/client-guardduty/src/GuardDuty.ts +++ b/clients/client-guardduty/src/GuardDuty.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptAdministratorInvitationCommand, diff --git a/clients/client-guardduty/src/GuardDutyClient.ts b/clients/client-guardduty/src/GuardDutyClient.ts index 98aa85ee9d2c..0c8b86e46513 100644 --- a/clients/client-guardduty/src/GuardDutyClient.ts +++ b/clients/client-guardduty/src/GuardDutyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -381,7 +379,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -490,7 +488,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts index a914b9a936be..56d2baacd515 100644 --- a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index d72be1800f77..318f292380db 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts index f6e55d274073..f2c045163bf4 100644 --- a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ArchiveFindingsRequest, ArchiveFindingsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts index 68f593688d33..2ddbbcf9855f 100644 --- a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateDetectorRequest, CreateDetectorResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateFilterCommand.ts b/clients/client-guardduty/src/commands/CreateFilterCommand.ts index 69e3dafb3d0d..396d4382fbb0 100644 --- a/clients/client-guardduty/src/commands/CreateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/CreateFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts index 85b9445e14ff..ff149826aa9c 100644 --- a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateMembersCommand.ts b/clients/client-guardduty/src/commands/CreateMembersCommand.ts index 7ae4435258a2..74e45dbf8a18 100644 --- a/clients/client-guardduty/src/commands/CreateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/CreateMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts index bc59e4fdbd16..fb6f38773e11 100644 --- a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreatePublishingDestinationRequest, CreatePublishingDestinationResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts index 9c94f63fa38b..c2780ea8fd72 100644 --- a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts index e349f0444737..b68e3bc2a722 100644 --- a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { CreateThreatIntelSetRequest, CreateThreatIntelSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts index 32b4c5aed479..63ac994cff26 100644 --- a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts index 5cf8242f8e93..840b34956e9d 100644 --- a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteDetectorRequest, DeleteDetectorResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts index 3f6fcae00517..1c483347f539 100644 --- a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts index d71533c0a97c..54505d87a5a6 100644 --- a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts index 39007df54564..5aca5eae703e 100644 --- a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts index 3dbc2f753e0d..2c99cd4a2fe4 100644 --- a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts index cf4858fb9cf7..87a88b40df19 100644 --- a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeletePublishingDestinationRequest, DeletePublishingDestinationResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts index ecb291065af1..5013415ef893 100644 --- a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DeleteThreatIntelSetRequest, DeleteThreatIntelSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts index 56c5d4e3e318..1489a3c05d57 100644 --- a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DescribeMalwareScansRequest, DescribeMalwareScansResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts index 57d0db261f21..22d060040462 100644 --- a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { diff --git a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts index 5ddb3703b8bd..f1586dfc8e1b 100644 --- a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DescribePublishingDestinationRequest, DescribePublishingDestinationResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts index b2e12215828d..09758a748ee1 100644 --- a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts index 40238fe2049c..76bd43af31c9 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index 738871570707..fa9d40c808c1 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts index 714368ae377b..7c14f98444f7 100644 --- a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts index b467f1ba9951..fb8140f7e256 100644 --- a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts index fff2d7ee21bb..32cec0981454 100644 --- a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts index a0773582e7c5..add88968a665 100644 --- a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetDetectorCommand.ts b/clients/client-guardduty/src/commands/GetDetectorCommand.ts index e5169a6d287b..898eadcb831b 100644 --- a/clients/client-guardduty/src/commands/GetDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/GetDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetFilterCommand.ts b/clients/client-guardduty/src/commands/GetFilterCommand.ts index 7ba75a11359b..b66d60f1484d 100644 --- a/clients/client-guardduty/src/commands/GetFilterCommand.ts +++ b/clients/client-guardduty/src/commands/GetFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetFilterRequest, GetFilterResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetFindingsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsCommand.ts index b136edbec1a6..12de1a59fe84 100644 --- a/clients/client-guardduty/src/commands/GetFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts index 20e7a62971ce..76fd7759e426 100644 --- a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetIPSetCommand.ts b/clients/client-guardduty/src/commands/GetIPSetCommand.ts index bfb2cdb64153..29cc26f1b687 100644 --- a/clients/client-guardduty/src/commands/GetIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts index 8c87bcaa1b21..772b4e6bc154 100644 --- a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts index 691251d5d42c..b4ac85b814bf 100644 --- a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts index ff540c6aa28b..f5417b546cdb 100644 --- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts index e0df3889cb7d..0a136afa8d77 100644 --- a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetMembersCommand.ts b/clients/client-guardduty/src/commands/GetMembersCommand.ts index c9eff6fe4c42..bc9b04bc5b17 100644 --- a/clients/client-guardduty/src/commands/GetMembersCommand.ts +++ b/clients/client-guardduty/src/commands/GetMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetMembersRequest, GetMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts index c9400100f36e..933c417859de 100644 --- a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts +++ b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetRemainingFreeTrialDaysRequest, GetRemainingFreeTrialDaysResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts index 9cd8960dc17a..d9b2decbebdd 100644 --- a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetThreatIntelSetRequest, GetThreatIntelSetResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts index d6023aaacb4e..e3449a3bd647 100644 --- a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/InviteMembersCommand.ts b/clients/client-guardduty/src/commands/InviteMembersCommand.ts index 8543af510008..2a6fe59c8c99 100644 --- a/clients/client-guardduty/src/commands/InviteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/InviteMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { InviteMembersRequest, InviteMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListCoverageCommand.ts b/clients/client-guardduty/src/commands/ListCoverageCommand.ts index b6811c6e7099..21f76b6956db 100644 --- a/clients/client-guardduty/src/commands/ListCoverageCommand.ts +++ b/clients/client-guardduty/src/commands/ListCoverageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts index 916222cfead8..b43978325328 100644 --- a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListFiltersCommand.ts b/clients/client-guardduty/src/commands/ListFiltersCommand.ts index e7b7c33559ef..457d96e4afbb 100644 --- a/clients/client-guardduty/src/commands/ListFiltersCommand.ts +++ b/clients/client-guardduty/src/commands/ListFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListFindingsCommand.ts b/clients/client-guardduty/src/commands/ListFindingsCommand.ts index f78ec155ef9f..986281b4bd83 100644 --- a/clients/client-guardduty/src/commands/ListFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ListFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts index 3138acf49ce5..4e730f899be0 100644 --- a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts index e53c9b7f2a2c..2110be68eb59 100644 --- a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListMembersCommand.ts b/clients/client-guardduty/src/commands/ListMembersCommand.ts index c9aea3064ee1..63977939b42f 100644 --- a/clients/client-guardduty/src/commands/ListMembersCommand.ts +++ b/clients/client-guardduty/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts index 45d1cce02a66..71bcd7ebf3c2 100644 --- a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts index e496d9ab9678..cd30066a8403 100644 --- a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListPublishingDestinationsRequest, ListPublishingDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts index c1b11545172e..298b2fae6422 100644 --- a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts index 4350bb5b69a5..0ef906b334e7 100644 --- a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { ListThreatIntelSetsRequest, ListThreatIntelSetsResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts index d9c499f3ce01..029335d35dd2 100644 --- a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts +++ b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { StartMalwareScanRequest, StartMalwareScanResponse } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts index e244f1f4fc27..fb283f73051b 100644 --- a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { StartMonitoringMembersRequest } from "../models/models_0"; diff --git a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts index 0c869eeaa92e..8fcc340e6cfb 100644 --- a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { StopMonitoringMembersRequest, StopMonitoringMembersResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/TagResourceCommand.ts b/clients/client-guardduty/src/commands/TagResourceCommand.ts index 0874b7fb0fe7..1c17441ec5a5 100644 --- a/clients/client-guardduty/src/commands/TagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts index 115c1ca4d152..c9dd5d6abd10 100644 --- a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UnarchiveFindingsRequest, UnarchiveFindingsResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UntagResourceCommand.ts b/clients/client-guardduty/src/commands/UntagResourceCommand.ts index f988f909bfec..3e8d89b1056e 100644 --- a/clients/client-guardduty/src/commands/UntagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts index 13222daf0e49..36af8472f156 100644 --- a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts index 186dee56cf8a..36655402e3a3 100644 --- a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts index b00d9df8d108..fc3c21280247 100644 --- a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts index 74ab90587b1a..770f4abce733 100644 --- a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts index 3f4d4aa89dc7..22722846dd18 100644 --- a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts index 8206f01caaf4..cfdb885d872c 100644 --- a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts index 04dc40f5b121..f223bed52aa4 100644 --- a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts index 04dd41dba9de..2f61c172a105 100644 --- a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdatePublishingDestinationRequest, UpdatePublishingDestinationResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts index cce8c6876909..f8ff41cd914a 100644 --- a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient"; import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_1"; diff --git a/clients/client-guardduty/src/endpoint/EndpointParameters.ts b/clients/client-guardduty/src/endpoint/EndpointParameters.ts index b3a63a68e57a..c0bebbb0a57b 100644 --- a/clients/client-guardduty/src/endpoint/EndpointParameters.ts +++ b/clients/client-guardduty/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-guardduty/src/endpoint/endpointResolver.ts b/clients/client-guardduty/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-guardduty/src/endpoint/endpointResolver.ts +++ b/clients/client-guardduty/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-guardduty/src/endpoint/ruleset.ts b/clients/client-guardduty/src/endpoint/ruleset.ts index c5e69a9fcfd8..22dd6f3fa1b4 100644 --- a/clients/client-guardduty/src/endpoint/ruleset.ts +++ b/clients/client-guardduty/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-guardduty/src/models/GuardDutyServiceException.ts b/clients/client-guardduty/src/models/GuardDutyServiceException.ts index 74b5e95df8ed..f1d46fcd6613 100644 --- a/clients/client-guardduty/src/models/GuardDutyServiceException.ts +++ b/clients/client-guardduty/src/models/GuardDutyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-guardduty/src/models/models_0.ts b/clients/client-guardduty/src/models/models_0.ts index 854d9050ee9b..ac64e14f97ea 100644 --- a/clients/client-guardduty/src/models/models_0.ts +++ b/clients/client-guardduty/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException"; diff --git a/clients/client-guardduty/src/pagination/DescribeMalwareScansPaginator.ts b/clients/client-guardduty/src/pagination/DescribeMalwareScansPaginator.ts index f0c4eb0e1a44..a5df5fd6a95d 100644 --- a/clients/client-guardduty/src/pagination/DescribeMalwareScansPaginator.ts +++ b/clients/client-guardduty/src/pagination/DescribeMalwareScansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMalwareScansCommand, diff --git a/clients/client-guardduty/src/pagination/DescribeOrganizationConfigurationPaginator.ts b/clients/client-guardduty/src/pagination/DescribeOrganizationConfigurationPaginator.ts index 9791db224a2a..d8be3fbcb0ad 100644 --- a/clients/client-guardduty/src/pagination/DescribeOrganizationConfigurationPaginator.ts +++ b/clients/client-guardduty/src/pagination/DescribeOrganizationConfigurationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrganizationConfigurationCommand, diff --git a/clients/client-guardduty/src/pagination/GetUsageStatisticsPaginator.ts b/clients/client-guardduty/src/pagination/GetUsageStatisticsPaginator.ts index 2b8a0856eaf7..a6895d19ca7d 100644 --- a/clients/client-guardduty/src/pagination/GetUsageStatisticsPaginator.ts +++ b/clients/client-guardduty/src/pagination/GetUsageStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUsageStatisticsCommand, diff --git a/clients/client-guardduty/src/pagination/Interfaces.ts b/clients/client-guardduty/src/pagination/Interfaces.ts index 547feee127f6..249098b53d9b 100644 --- a/clients/client-guardduty/src/pagination/Interfaces.ts +++ b/clients/client-guardduty/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { GuardDutyClient } from "../GuardDutyClient"; diff --git a/clients/client-guardduty/src/pagination/ListCoveragePaginator.ts b/clients/client-guardduty/src/pagination/ListCoveragePaginator.ts index 9397caba2518..c8ba4d9d4fd8 100644 --- a/clients/client-guardduty/src/pagination/ListCoveragePaginator.ts +++ b/clients/client-guardduty/src/pagination/ListCoveragePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoverageCommand, diff --git a/clients/client-guardduty/src/pagination/ListDetectorsPaginator.ts b/clients/client-guardduty/src/pagination/ListDetectorsPaginator.ts index 801a0d1d4dd6..bbffc088b176 100644 --- a/clients/client-guardduty/src/pagination/ListDetectorsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListDetectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDetectorsCommand, diff --git a/clients/client-guardduty/src/pagination/ListFiltersPaginator.ts b/clients/client-guardduty/src/pagination/ListFiltersPaginator.ts index 48a977359810..ed9bb5295924 100644 --- a/clients/client-guardduty/src/pagination/ListFiltersPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFiltersCommand, ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand"; import { GuardDutyClient } from "../GuardDutyClient"; diff --git a/clients/client-guardduty/src/pagination/ListFindingsPaginator.ts b/clients/client-guardduty/src/pagination/ListFindingsPaginator.ts index fd7bb81566fb..b969b7e813fa 100644 --- a/clients/client-guardduty/src/pagination/ListFindingsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingsCommand, diff --git a/clients/client-guardduty/src/pagination/ListIPSetsPaginator.ts b/clients/client-guardduty/src/pagination/ListIPSetsPaginator.ts index 0c8d792f272a..dbe566bf6032 100644 --- a/clients/client-guardduty/src/pagination/ListIPSetsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListIPSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIPSetsCommand, ListIPSetsCommandInput, ListIPSetsCommandOutput } from "../commands/ListIPSetsCommand"; import { GuardDutyClient } from "../GuardDutyClient"; diff --git a/clients/client-guardduty/src/pagination/ListInvitationsPaginator.ts b/clients/client-guardduty/src/pagination/ListInvitationsPaginator.ts index 972049ed40c4..34412422c13b 100644 --- a/clients/client-guardduty/src/pagination/ListInvitationsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInvitationsCommand, diff --git a/clients/client-guardduty/src/pagination/ListMembersPaginator.ts b/clients/client-guardduty/src/pagination/ListMembersPaginator.ts index f39fa789e263..4aac84217442 100644 --- a/clients/client-guardduty/src/pagination/ListMembersPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { GuardDutyClient } from "../GuardDutyClient"; diff --git a/clients/client-guardduty/src/pagination/ListOrganizationAdminAccountsPaginator.ts b/clients/client-guardduty/src/pagination/ListOrganizationAdminAccountsPaginator.ts index 13c1f16f4bca..ca61f804ab3f 100644 --- a/clients/client-guardduty/src/pagination/ListOrganizationAdminAccountsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListOrganizationAdminAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationAdminAccountsCommand, diff --git a/clients/client-guardduty/src/pagination/ListPublishingDestinationsPaginator.ts b/clients/client-guardduty/src/pagination/ListPublishingDestinationsPaginator.ts index 20e2d71a4ad0..b35438a33428 100644 --- a/clients/client-guardduty/src/pagination/ListPublishingDestinationsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListPublishingDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPublishingDestinationsCommand, diff --git a/clients/client-guardduty/src/pagination/ListThreatIntelSetsPaginator.ts b/clients/client-guardduty/src/pagination/ListThreatIntelSetsPaginator.ts index b400e5b5aea8..9bf62b2bcc44 100644 --- a/clients/client-guardduty/src/pagination/ListThreatIntelSetsPaginator.ts +++ b/clients/client-guardduty/src/pagination/ListThreatIntelSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThreatIntelSetsCommand, diff --git a/clients/client-guardduty/src/protocols/Aws_restJson1.ts b/clients/client-guardduty/src/protocols/Aws_restJson1.ts index 2773f5e3bad2..f472d9174add 100644 --- a/clients/client-guardduty/src/protocols/Aws_restJson1.ts +++ b/clients/client-guardduty/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-guardduty/src/runtimeConfig.browser.ts b/clients/client-guardduty/src/runtimeConfig.browser.ts index 85f94d067165..a6ef1779544a 100644 --- a/clients/client-guardduty/src/runtimeConfig.browser.ts +++ b/clients/client-guardduty/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GuardDutyClientConfig } from "./GuardDutyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-guardduty/src/runtimeConfig.shared.ts b/clients/client-guardduty/src/runtimeConfig.shared.ts index 612d45d6ba8d..aecacb217dfb 100644 --- a/clients/client-guardduty/src/runtimeConfig.shared.ts +++ b/clients/client-guardduty/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { GuardDutyClientConfig } from "./GuardDutyClient"; diff --git a/clients/client-guardduty/src/runtimeConfig.ts b/clients/client-guardduty/src/runtimeConfig.ts index 817efe951681..ab2d798ee784 100644 --- a/clients/client-guardduty/src/runtimeConfig.ts +++ b/clients/client-guardduty/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { GuardDutyClientConfig } from "./GuardDutyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-health/package.json b/clients/client-health/package.json index 2e2589c3b7e9..6339ccd265cd 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-health/src/Health.ts b/clients/client-health/src/Health.ts index 1ba49cc8323f..3e7f9dee9192 100644 --- a/clients/client-health/src/Health.ts +++ b/clients/client-health/src/Health.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeAffectedAccountsForOrganizationCommand, diff --git a/clients/client-health/src/HealthClient.ts b/clients/client-health/src/HealthClient.ts index 038513f38660..96880c6698ff 100644 --- a/clients/client-health/src/HealthClient.ts +++ b/clients/client-health/src/HealthClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts index bda4b31922b5..fb07e7424938 100644 --- a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts index f28ffdc8716a..90e048dc462d 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts index 5dd810dd22d7..ed65bfdea465 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts index c0846c4b6abf..0263fddf9984 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts index 2358a4e9aac2..ec1053dfdf2d 100644 --- a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts index f2bfe051fd3b..5fdd1e7bf918 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts index c7f485549499..6881688d6743 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { diff --git a/clients/client-health/src/commands/DescribeEventTypesCommand.ts b/clients/client-health/src/commands/DescribeEventTypesCommand.ts index 318138417ef8..8bd979c23206 100644 --- a/clients/client-health/src/commands/DescribeEventTypesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeEventsCommand.ts b/clients/client-health/src/commands/DescribeEventsCommand.ts index 0b1dacac4798..31b68ae99eec 100644 --- a/clients/client-health/src/commands/DescribeEventsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts index 945b1a40055e..73bcd3bdca5e 100644 --- a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts index cb001aad109a..866c1f33a715 100644 --- a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0"; diff --git a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts index ba931f2b3c6c..4700525f98fb 100644 --- a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { diff --git a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts index fab4ae27b2bd..91a147e5bd19 100644 --- a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient"; import { diff --git a/clients/client-health/src/endpoint/EndpointParameters.ts b/clients/client-health/src/endpoint/EndpointParameters.ts index cd4ff60e3d84..c5450227d282 100644 --- a/clients/client-health/src/endpoint/EndpointParameters.ts +++ b/clients/client-health/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-health/src/endpoint/endpointResolver.ts b/clients/client-health/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-health/src/endpoint/endpointResolver.ts +++ b/clients/client-health/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-health/src/endpoint/ruleset.ts b/clients/client-health/src/endpoint/ruleset.ts index a2f92d7ec6a9..3b36818b0747 100644 --- a/clients/client-health/src/endpoint/ruleset.ts +++ b/clients/client-health/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-health/src/models/HealthServiceException.ts b/clients/client-health/src/models/HealthServiceException.ts index 1425c9388c2d..8be24ed1c119 100644 --- a/clients/client-health/src/models/HealthServiceException.ts +++ b/clients/client-health/src/models/HealthServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-health/src/models/models_0.ts b/clients/client-health/src/models/models_0.ts index d07fa356a6ab..ba11820bfc5d 100644 --- a/clients/client-health/src/models/models_0.ts +++ b/clients/client-health/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { HealthServiceException as __BaseException } from "./HealthServiceException"; diff --git a/clients/client-health/src/pagination/DescribeAffectedAccountsForOrganizationPaginator.ts b/clients/client-health/src/pagination/DescribeAffectedAccountsForOrganizationPaginator.ts index fbb6a2111c69..8902291028cc 100644 --- a/clients/client-health/src/pagination/DescribeAffectedAccountsForOrganizationPaginator.ts +++ b/clients/client-health/src/pagination/DescribeAffectedAccountsForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAffectedAccountsForOrganizationCommand, diff --git a/clients/client-health/src/pagination/DescribeAffectedEntitiesForOrganizationPaginator.ts b/clients/client-health/src/pagination/DescribeAffectedEntitiesForOrganizationPaginator.ts index 63dfd2215b9c..e1b430d9f84e 100644 --- a/clients/client-health/src/pagination/DescribeAffectedEntitiesForOrganizationPaginator.ts +++ b/clients/client-health/src/pagination/DescribeAffectedEntitiesForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAffectedEntitiesForOrganizationCommand, diff --git a/clients/client-health/src/pagination/DescribeAffectedEntitiesPaginator.ts b/clients/client-health/src/pagination/DescribeAffectedEntitiesPaginator.ts index ddd03e6d4357..bdc7fd7ce3cb 100644 --- a/clients/client-health/src/pagination/DescribeAffectedEntitiesPaginator.ts +++ b/clients/client-health/src/pagination/DescribeAffectedEntitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAffectedEntitiesCommand, diff --git a/clients/client-health/src/pagination/DescribeEventAggregatesPaginator.ts b/clients/client-health/src/pagination/DescribeEventAggregatesPaginator.ts index a8ad3df86bff..6ace50da5090 100644 --- a/clients/client-health/src/pagination/DescribeEventAggregatesPaginator.ts +++ b/clients/client-health/src/pagination/DescribeEventAggregatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventAggregatesCommand, diff --git a/clients/client-health/src/pagination/DescribeEventTypesPaginator.ts b/clients/client-health/src/pagination/DescribeEventTypesPaginator.ts index b848f81fca8a..17675e7c35d2 100644 --- a/clients/client-health/src/pagination/DescribeEventTypesPaginator.ts +++ b/clients/client-health/src/pagination/DescribeEventTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventTypesCommand, diff --git a/clients/client-health/src/pagination/DescribeEventsForOrganizationPaginator.ts b/clients/client-health/src/pagination/DescribeEventsForOrganizationPaginator.ts index 3a4ae6b0cce2..479d5f26f5db 100644 --- a/clients/client-health/src/pagination/DescribeEventsForOrganizationPaginator.ts +++ b/clients/client-health/src/pagination/DescribeEventsForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsForOrganizationCommand, diff --git a/clients/client-health/src/pagination/DescribeEventsPaginator.ts b/clients/client-health/src/pagination/DescribeEventsPaginator.ts index 18e94c77ca0d..fc3551bfc3be 100644 --- a/clients/client-health/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-health/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-health/src/pagination/Interfaces.ts b/clients/client-health/src/pagination/Interfaces.ts index 9c3d9f31f85d..d88287931211 100644 --- a/clients/client-health/src/pagination/Interfaces.ts +++ b/clients/client-health/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { HealthClient } from "../HealthClient"; diff --git a/clients/client-health/src/protocols/Aws_json1_1.ts b/clients/client-health/src/protocols/Aws_json1_1.ts index 0932bf329d3f..faf7e5c4f0c8 100644 --- a/clients/client-health/src/protocols/Aws_json1_1.ts +++ b/clients/client-health/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAffectedAccountsForOrganizationCommandInput, diff --git a/clients/client-health/src/runtimeConfig.browser.ts b/clients/client-health/src/runtimeConfig.browser.ts index be5a177d6674..052a28dc28a8 100644 --- a/clients/client-health/src/runtimeConfig.browser.ts +++ b/clients/client-health/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HealthClientConfig } from "./HealthClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-health/src/runtimeConfig.shared.ts b/clients/client-health/src/runtimeConfig.shared.ts index b0f7cdfc367d..2c6904a3ee50 100644 --- a/clients/client-health/src/runtimeConfig.shared.ts +++ b/clients/client-health/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { HealthClientConfig } from "./HealthClient"; diff --git a/clients/client-health/src/runtimeConfig.ts b/clients/client-health/src/runtimeConfig.ts index 691a4e03b755..fc794c68e397 100644 --- a/clients/client-health/src/runtimeConfig.ts +++ b/clients/client-health/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HealthClientConfig } from "./HealthClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index 7a75568c48a8..138022f10681 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-healthlake/src/HealthLake.ts b/clients/client-healthlake/src/HealthLake.ts index cca8a1fe8b96..a5bd3efc9a59 100644 --- a/clients/client-healthlake/src/HealthLake.ts +++ b/clients/client-healthlake/src/HealthLake.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateFHIRDatastoreCommand, diff --git a/clients/client-healthlake/src/HealthLakeClient.ts b/clients/client-healthlake/src/HealthLakeClient.ts index 444de394f1a9..af0e2de3bb0c 100644 --- a/clients/client-healthlake/src/HealthLakeClient.ts +++ b/clients/client-healthlake/src/HealthLakeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts index 5747552c3c44..810e75d269a3 100644 --- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { CreateFHIRDatastoreRequest, CreateFHIRDatastoreResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts index d0d185dc759a..2891e2cc0a5a 100644 --- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { DeleteFHIRDatastoreRequest, DeleteFHIRDatastoreResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts index 47d0d8c6d709..c657cfb8bf13 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { DescribeFHIRDatastoreRequest, DescribeFHIRDatastoreResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts index f469e63431ec..389daff955a6 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { DescribeFHIRExportJobRequest, DescribeFHIRExportJobResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts index af1995766c71..1d31666df1bb 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { DescribeFHIRImportJobRequest, DescribeFHIRImportJobResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts index 27c722085279..4b0b3debbc5a 100644 --- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { ListFHIRDatastoresRequest, ListFHIRDatastoresResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts index ef29348fb90a..bfe1a2400fa1 100644 --- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { ListFHIRExportJobsRequest, ListFHIRExportJobsResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts index 38736df25048..b0082506bc0f 100644 --- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { ListFHIRImportJobsRequest, ListFHIRImportJobsResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts index 8f7d2ec686fe..ca72e7bd4822 100644 --- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts index f2f2cb7da700..c37c73817013 100644 --- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { StartFHIRExportJobRequest, StartFHIRExportJobResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts index 1055da86ed55..42500b2ed1af 100644 --- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { StartFHIRImportJobRequest, StartFHIRImportJobResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts index 6ab1dab2bc65..a53b893f99e1 100644 --- a/clients/client-healthlake/src/commands/TagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts index 29e305157147..29437efddc6c 100644 --- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthLakeClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-healthlake/src/endpoint/EndpointParameters.ts b/clients/client-healthlake/src/endpoint/EndpointParameters.ts index f01b0888a966..a20370d45923 100644 --- a/clients/client-healthlake/src/endpoint/EndpointParameters.ts +++ b/clients/client-healthlake/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-healthlake/src/endpoint/endpointResolver.ts b/clients/client-healthlake/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-healthlake/src/endpoint/endpointResolver.ts +++ b/clients/client-healthlake/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-healthlake/src/endpoint/ruleset.ts b/clients/client-healthlake/src/endpoint/ruleset.ts index 2f981a2a92d2..f3719b5847bf 100644 --- a/clients/client-healthlake/src/endpoint/ruleset.ts +++ b/clients/client-healthlake/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-healthlake/src/models/HealthLakeServiceException.ts b/clients/client-healthlake/src/models/HealthLakeServiceException.ts index ac73b4a931e9..5521e6ab81e8 100644 --- a/clients/client-healthlake/src/models/HealthLakeServiceException.ts +++ b/clients/client-healthlake/src/models/HealthLakeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-healthlake/src/models/models_0.ts b/clients/client-healthlake/src/models/models_0.ts index b2a45cdb9a23..84e0bd25fc86 100644 --- a/clients/client-healthlake/src/models/models_0.ts +++ b/clients/client-healthlake/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { HealthLakeServiceException as __BaseException } from "./HealthLakeServiceException"; diff --git a/clients/client-healthlake/src/pagination/Interfaces.ts b/clients/client-healthlake/src/pagination/Interfaces.ts index 9e677af329ef..fefe2b12a453 100644 --- a/clients/client-healthlake/src/pagination/Interfaces.ts +++ b/clients/client-healthlake/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { HealthLakeClient } from "../HealthLakeClient"; diff --git a/clients/client-healthlake/src/pagination/ListFHIRDatastoresPaginator.ts b/clients/client-healthlake/src/pagination/ListFHIRDatastoresPaginator.ts index 3842c494a7ef..33f897e3e875 100644 --- a/clients/client-healthlake/src/pagination/ListFHIRDatastoresPaginator.ts +++ b/clients/client-healthlake/src/pagination/ListFHIRDatastoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFHIRDatastoresCommand, diff --git a/clients/client-healthlake/src/pagination/ListFHIRExportJobsPaginator.ts b/clients/client-healthlake/src/pagination/ListFHIRExportJobsPaginator.ts index b83ec30049a7..aa3427e59ef3 100644 --- a/clients/client-healthlake/src/pagination/ListFHIRExportJobsPaginator.ts +++ b/clients/client-healthlake/src/pagination/ListFHIRExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFHIRExportJobsCommand, diff --git a/clients/client-healthlake/src/pagination/ListFHIRImportJobsPaginator.ts b/clients/client-healthlake/src/pagination/ListFHIRImportJobsPaginator.ts index eadab4e3187f..ef2ad0ca01ca 100644 --- a/clients/client-healthlake/src/pagination/ListFHIRImportJobsPaginator.ts +++ b/clients/client-healthlake/src/pagination/ListFHIRImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFHIRImportJobsCommand, diff --git a/clients/client-healthlake/src/protocols/Aws_json1_0.ts b/clients/client-healthlake/src/protocols/Aws_json1_0.ts index 16658874caed..8c7522bc5874 100644 --- a/clients/client-healthlake/src/protocols/Aws_json1_0.ts +++ b/clients/client-healthlake/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-healthlake/src/runtimeConfig.browser.ts b/clients/client-healthlake/src/runtimeConfig.browser.ts index 07cb7ce0ac32..1cf07164ce18 100644 --- a/clients/client-healthlake/src/runtimeConfig.browser.ts +++ b/clients/client-healthlake/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HealthLakeClientConfig } from "./HealthLakeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-healthlake/src/runtimeConfig.shared.ts b/clients/client-healthlake/src/runtimeConfig.shared.ts index dc5725d72c44..5e6aa6e22798 100644 --- a/clients/client-healthlake/src/runtimeConfig.shared.ts +++ b/clients/client-healthlake/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { HealthLakeClientConfig } from "./HealthLakeClient"; diff --git a/clients/client-healthlake/src/runtimeConfig.ts b/clients/client-healthlake/src/runtimeConfig.ts index 3999ca398054..8cc0a2319234 100644 --- a/clients/client-healthlake/src/runtimeConfig.ts +++ b/clients/client-healthlake/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HealthLakeClientConfig } from "./HealthLakeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-honeycode/package.json b/clients/client-honeycode/package.json index 196d5ee7b3ec..f73f382e5f69 100644 --- a/clients/client-honeycode/package.json +++ b/clients/client-honeycode/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-honeycode/src/Honeycode.ts b/clients/client-honeycode/src/Honeycode.ts index ace992f91562..4103374af379 100644 --- a/clients/client-honeycode/src/Honeycode.ts +++ b/clients/client-honeycode/src/Honeycode.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCreateTableRowsCommand, diff --git a/clients/client-honeycode/src/HoneycodeClient.ts b/clients/client-honeycode/src/HoneycodeClient.ts index 3351de8536dc..7759ffa08a4b 100644 --- a/clients/client-honeycode/src/HoneycodeClient.ts +++ b/clients/client-honeycode/src/HoneycodeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts index 7019cfdbcab7..613b484eca84 100644 --- a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts index 952d0620273c..ae23c6a8cf97 100644 --- a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { BatchDeleteTableRowsRequest, BatchDeleteTableRowsResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts index 81f14aa6ac7c..5c864f716d21 100644 --- a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts index fc867e12fb8c..2806f9ae51c3 100644 --- a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts index ae4304c256d7..1bf100c6c587 100644 --- a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts index f15a50cac6f9..73534f6112c7 100644 --- a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts +++ b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts index b88a6f5a844f..48157fb1e2c8 100644 --- a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts +++ b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts index d873c3450c5f..e73e0bd14571 100644 --- a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { ListTableColumnsRequest, ListTableColumnsResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts index 035be8c5fda0..b7f8a4306133 100644 --- a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { ListTableRowsRequest, ListTableRowsResult, ListTableRowsResultFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/ListTablesCommand.ts b/clients/client-honeycode/src/commands/ListTablesCommand.ts index c058fa4d55de..b9055cfa4f34 100644 --- a/clients/client-honeycode/src/commands/ListTablesCommand.ts +++ b/clients/client-honeycode/src/commands/ListTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { ListTablesRequest, ListTablesResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts index 679dc278c6a7..1576e41536c5 100644 --- a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts index 029b82f08dd8..0919b4953787 100644 --- a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts index 6731cee8c9ad..5229894f015c 100644 --- a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { diff --git a/clients/client-honeycode/src/commands/TagResourceCommand.ts b/clients/client-honeycode/src/commands/TagResourceCommand.ts index 05d166a9c35a..849125810abf 100644 --- a/clients/client-honeycode/src/commands/TagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/commands/UntagResourceCommand.ts b/clients/client-honeycode/src/commands/UntagResourceCommand.ts index ce0a20983469..1c4ca52020b7 100644 --- a/clients/client-honeycode/src/commands/UntagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HoneycodeClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; diff --git a/clients/client-honeycode/src/endpoint/EndpointParameters.ts b/clients/client-honeycode/src/endpoint/EndpointParameters.ts index ce4c01d635ed..9a181fa75527 100644 --- a/clients/client-honeycode/src/endpoint/EndpointParameters.ts +++ b/clients/client-honeycode/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-honeycode/src/endpoint/endpointResolver.ts b/clients/client-honeycode/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-honeycode/src/endpoint/endpointResolver.ts +++ b/clients/client-honeycode/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-honeycode/src/endpoint/ruleset.ts b/clients/client-honeycode/src/endpoint/ruleset.ts index e72ebea745f0..1aedf72dcc48 100644 --- a/clients/client-honeycode/src/endpoint/ruleset.ts +++ b/clients/client-honeycode/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-honeycode/src/models/HoneycodeServiceException.ts b/clients/client-honeycode/src/models/HoneycodeServiceException.ts index 3b0a6ea2823b..4ea18ba94a15 100644 --- a/clients/client-honeycode/src/models/HoneycodeServiceException.ts +++ b/clients/client-honeycode/src/models/HoneycodeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-honeycode/src/models/models_0.ts b/clients/client-honeycode/src/models/models_0.ts index 768b3adc781f..c592354f08a7 100644 --- a/clients/client-honeycode/src/models/models_0.ts +++ b/clients/client-honeycode/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { HoneycodeServiceException as __BaseException } from "./HoneycodeServiceException"; diff --git a/clients/client-honeycode/src/pagination/Interfaces.ts b/clients/client-honeycode/src/pagination/Interfaces.ts index e352a0fb2473..61bccf7ee488 100644 --- a/clients/client-honeycode/src/pagination/Interfaces.ts +++ b/clients/client-honeycode/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { HoneycodeClient } from "../HoneycodeClient"; diff --git a/clients/client-honeycode/src/pagination/ListTableColumnsPaginator.ts b/clients/client-honeycode/src/pagination/ListTableColumnsPaginator.ts index 9c0ef1ace296..d33b7ae7b5c4 100644 --- a/clients/client-honeycode/src/pagination/ListTableColumnsPaginator.ts +++ b/clients/client-honeycode/src/pagination/ListTableColumnsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTableColumnsCommand, diff --git a/clients/client-honeycode/src/pagination/ListTableRowsPaginator.ts b/clients/client-honeycode/src/pagination/ListTableRowsPaginator.ts index 21b0ea932f7f..49936f7d992f 100644 --- a/clients/client-honeycode/src/pagination/ListTableRowsPaginator.ts +++ b/clients/client-honeycode/src/pagination/ListTableRowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTableRowsCommand, diff --git a/clients/client-honeycode/src/pagination/ListTablesPaginator.ts b/clients/client-honeycode/src/pagination/ListTablesPaginator.ts index e34ab1cfe4de..345ff4712bdc 100644 --- a/clients/client-honeycode/src/pagination/ListTablesPaginator.ts +++ b/clients/client-honeycode/src/pagination/ListTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTablesCommand, ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand"; import { HoneycodeClient } from "../HoneycodeClient"; diff --git a/clients/client-honeycode/src/pagination/QueryTableRowsPaginator.ts b/clients/client-honeycode/src/pagination/QueryTableRowsPaginator.ts index 1983b080c87d..466cae2ce5fc 100644 --- a/clients/client-honeycode/src/pagination/QueryTableRowsPaginator.ts +++ b/clients/client-honeycode/src/pagination/QueryTableRowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryTableRowsCommand, diff --git a/clients/client-honeycode/src/protocols/Aws_restJson1.ts b/clients/client-honeycode/src/protocols/Aws_restJson1.ts index db686e294597..0bc7061951da 100644 --- a/clients/client-honeycode/src/protocols/Aws_restJson1.ts +++ b/clients/client-honeycode/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreateTableRowsCommandInput, diff --git a/clients/client-honeycode/src/runtimeConfig.browser.ts b/clients/client-honeycode/src/runtimeConfig.browser.ts index 4c81f34a730e..c2c16f8d4887 100644 --- a/clients/client-honeycode/src/runtimeConfig.browser.ts +++ b/clients/client-honeycode/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HoneycodeClientConfig } from "./HoneycodeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-honeycode/src/runtimeConfig.shared.ts b/clients/client-honeycode/src/runtimeConfig.shared.ts index e0fbe5a500f2..67a242738273 100644 --- a/clients/client-honeycode/src/runtimeConfig.shared.ts +++ b/clients/client-honeycode/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { HoneycodeClientConfig } from "./HoneycodeClient"; diff --git a/clients/client-honeycode/src/runtimeConfig.ts b/clients/client-honeycode/src/runtimeConfig.ts index cbc0344bff73..2d4ad2362a67 100644 --- a/clients/client-honeycode/src/runtimeConfig.ts +++ b/clients/client-honeycode/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { HoneycodeClientConfig } from "./HoneycodeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index 55aecbd62939..847942b8996f 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iam/src/IAM.ts b/clients/client-iam/src/IAM.ts index 4255e1aa9cab..5c6bada726da 100644 --- a/clients/client-iam/src/IAM.ts +++ b/clients/client-iam/src/IAM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddClientIDToOpenIDConnectProviderCommand, diff --git a/clients/client-iam/src/IAMClient.ts b/clients/client-iam/src/IAMClient.ts index 70b378bcadeb..aa3bbdfc5d4b 100644 --- a/clients/client-iam/src/IAMClient.ts +++ b/clients/client-iam/src/IAMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -783,7 +781,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -892,7 +890,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts index f62f10ce2410..2370a685a75a 100644 --- a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AddClientIDToOpenIDConnectProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts index 75e0b69ebcbb..7da3a3bb3e6f 100644 --- a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AddRoleToInstanceProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/AddUserToGroupCommand.ts b/clients/client-iam/src/commands/AddUserToGroupCommand.ts index 64ebb3c81537..8d67725737c3 100644 --- a/clients/client-iam/src/commands/AddUserToGroupCommand.ts +++ b/clients/client-iam/src/commands/AddUserToGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AddUserToGroupRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts index 7b107cbd89ad..4edc822ecb9b 100644 --- a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AttachGroupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts index 44946542e254..7583234221c8 100644 --- a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AttachRolePolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts index 55ad7290942b..ec525b39a0d8 100644 --- a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { AttachUserPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ChangePasswordCommand.ts b/clients/client-iam/src/commands/ChangePasswordCommand.ts index 9ae171fea204..e9d873a6d2fd 100644 --- a/clients/client-iam/src/commands/ChangePasswordCommand.ts +++ b/clients/client-iam/src/commands/ChangePasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ChangePasswordRequest, ChangePasswordRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts index 7618ce57beb1..dc61014914f9 100644 --- a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts index 969c5351af07..678baa9d948f 100644 --- a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateAccountAliasRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateGroupCommand.ts b/clients/client-iam/src/commands/CreateGroupCommand.ts index 5ca3d2e52cd0..c26b468d1d7c 100644 --- a/clients/client-iam/src/commands/CreateGroupCommand.ts +++ b/clients/client-iam/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts index e59a9e05b800..ca92c0d07b40 100644 --- a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateInstanceProfileRequest, CreateInstanceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts index 3b3c969c4e16..74c863e5ac52 100644 --- a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts index 42c740a7721b..24969b8a26e5 100644 --- a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateOpenIDConnectProviderRequest, CreateOpenIDConnectProviderResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreatePolicyCommand.ts b/clients/client-iam/src/commands/CreatePolicyCommand.ts index 656f4af3d9ce..877cc140bd2f 100644 --- a/clients/client-iam/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts index 53280fdf00fe..2ac3d1935a2c 100644 --- a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateRoleCommand.ts b/clients/client-iam/src/commands/CreateRoleCommand.ts index 641914c0df3a..bdc8a1bcf732 100644 --- a/clients/client-iam/src/commands/CreateRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateRoleRequest, CreateRoleResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts index 9b78c87bfcb1..eb17fd14357e 100644 --- a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateSAMLProviderRequest, CreateSAMLProviderResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts index cd56c1e857bb..7d005fca2e91 100644 --- a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateServiceLinkedRoleRequest, CreateServiceLinkedRoleResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts index 4775171b146a..94b6347336a7 100644 --- a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/CreateUserCommand.ts b/clients/client-iam/src/commands/CreateUserCommand.ts index 4436178f4e0c..7542e32ecbcc 100644 --- a/clients/client-iam/src/commands/CreateUserCommand.ts +++ b/clients/client-iam/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts index 3ecc29a6b193..21ead9cd1031 100644 --- a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts index 7eb97ecb7cc1..0196a22c3c8b 100644 --- a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeactivateMFADeviceRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts index d7b6c024e815..1d9039c3415c 100644 --- a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteAccessKeyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts index eb30663efabe..159a21e87ff3 100644 --- a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteAccountAliasRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts index 62b82c2edd8e..4b83663aea90 100644 --- a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { de_DeleteAccountPasswordPolicyCommand, se_DeleteAccountPasswordPolicyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-iam/src/commands/DeleteGroupCommand.ts b/clients/client-iam/src/commands/DeleteGroupCommand.ts index 61a3a43f5d36..83bb5d0fff72 100644 --- a/clients/client-iam/src/commands/DeleteGroupCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteGroupRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts index 92cc7b6a8f09..28960a7637db 100644 --- a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteGroupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts index bedb8ff8faa9..f3fe09f744db 100644 --- a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteInstanceProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts index eff450af3da6..21a513ee244a 100644 --- a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteLoginProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts index 10143690a6bc..55951a602812 100644 --- a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteOpenIDConnectProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeletePolicyCommand.ts b/clients/client-iam/src/commands/DeletePolicyCommand.ts index dd25467d4417..c4bf43ed21b4 100644 --- a/clients/client-iam/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeletePolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts index 44288dbf3c89..504a5f3dc2e6 100644 --- a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeletePolicyVersionRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteRoleCommand.ts b/clients/client-iam/src/commands/DeleteRoleCommand.ts index 51b03076a22f..63fd94ae3aca 100644 --- a/clients/client-iam/src/commands/DeleteRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteRoleRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts index f3d31e9f9da1..0fa26468fe49 100644 --- a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteRolePermissionsBoundaryRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts index 7cc566153f25..5173c679fd3e 100644 --- a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteRolePolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts index 31c450db498e..49dbd1678a09 100644 --- a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteSAMLProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts index 36c940a9b262..a5a5ff4fe00a 100644 --- a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteSSHPublicKeyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts index 2128d6a0f727..e5977c3b9030 100644 --- a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteServerCertificateRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts index 1776b91a636e..61df751e9665 100644 --- a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteServiceLinkedRoleRequest, DeleteServiceLinkedRoleResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts index fb626a7d706f..e6a96a49996c 100644 --- a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteServiceSpecificCredentialRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts index f6438603eb4a..a2cc9acd24ee 100644 --- a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteSigningCertificateRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteUserCommand.ts b/clients/client-iam/src/commands/DeleteUserCommand.ts index 62bb843d0aa0..638d4293e2a0 100644 --- a/clients/client-iam/src/commands/DeleteUserCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteUserRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts index fb60518956af..ab30f149ab94 100644 --- a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteUserPermissionsBoundaryRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts index ab5af866663d..650924ebb602 100644 --- a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteUserPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts index 1fb3d904428e..2d51402a93af 100644 --- a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DeleteVirtualMFADeviceRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts index 408bf8cb2e50..6fd0b0ed797f 100644 --- a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DetachGroupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts index accc2461af6a..2aec88915d90 100644 --- a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DetachRolePolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts index 779e753072c2..87597e93405a 100644 --- a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { DetachUserPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts index 71783391c1a5..ea8c6efc3a72 100644 --- a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { EnableMFADeviceRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts index dbb115da7e3d..698524dbddc4 100644 --- a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GenerateCredentialReportResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts index 47f3e1052537..7b297a8de2c4 100644 --- a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts index a52c06bbe0ac..fa1129b3b91a 100644 --- a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts index db71151a2617..594c10df00c6 100644 --- a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts +++ b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetAccessKeyLastUsedRequest, GetAccessKeyLastUsedResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts index 35b146858910..13a65a6e9a30 100644 --- a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetAccountAuthorizationDetailsRequest, GetAccountAuthorizationDetailsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts index 57bcbaa84000..c865e508c7ea 100644 --- a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetAccountPasswordPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts index 74f1022c3cbd..af7e8a799f9c 100644 --- a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts +++ b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetAccountSummaryResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts index 2e61cfbe70a9..563a6c377087 100644 --- a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetContextKeysForCustomPolicyRequest, GetContextKeysForPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts index d23c556e4868..7e324828e553 100644 --- a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetContextKeysForPolicyResponse, GetContextKeysForPrincipalPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetCredentialReportCommand.ts b/clients/client-iam/src/commands/GetCredentialReportCommand.ts index c040b4a8a149..950d95718c24 100644 --- a/clients/client-iam/src/commands/GetCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GetCredentialReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetCredentialReportResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetGroupCommand.ts b/clients/client-iam/src/commands/GetGroupCommand.ts index 2d37816a359b..6a1c9fa7a820 100644 --- a/clients/client-iam/src/commands/GetGroupCommand.ts +++ b/clients/client-iam/src/commands/GetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts index 98285093ff53..717aeb869b41 100644 --- a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetGroupPolicyRequest, GetGroupPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts index 89a16fa22246..36d9d80855eb 100644 --- a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetInstanceProfileRequest, GetInstanceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetLoginProfileCommand.ts b/clients/client-iam/src/commands/GetLoginProfileCommand.ts index 507ffb223c91..6613c8e3c500 100644 --- a/clients/client-iam/src/commands/GetLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/GetLoginProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetLoginProfileRequest, GetLoginProfileResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetMFADeviceCommand.ts b/clients/client-iam/src/commands/GetMFADeviceCommand.ts index 127a3ba7d0d4..9e7298dd214b 100644 --- a/clients/client-iam/src/commands/GetMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/GetMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetMFADeviceRequest, GetMFADeviceResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts index ced1e98c0bff..4771058ce13b 100644 --- a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetOpenIDConnectProviderRequest, GetOpenIDConnectProviderResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts index 560ada7ceb98..edf88e38d998 100644 --- a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetOrganizationsAccessReportRequest, GetOrganizationsAccessReportResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetPolicyCommand.ts b/clients/client-iam/src/commands/GetPolicyCommand.ts index e6eedf6ce171..efdbb5c42ce0 100644 --- a/clients/client-iam/src/commands/GetPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts index 62b807aee4a5..d4ac558bbf54 100644 --- a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetRoleCommand.ts b/clients/client-iam/src/commands/GetRoleCommand.ts index cc473128aaa3..cde3ceca85f3 100644 --- a/clients/client-iam/src/commands/GetRoleCommand.ts +++ b/clients/client-iam/src/commands/GetRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetRoleRequest, GetRoleResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetRolePolicyCommand.ts b/clients/client-iam/src/commands/GetRolePolicyCommand.ts index 07abe1f4ffb5..c62ddf7e392b 100644 --- a/clients/client-iam/src/commands/GetRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/GetRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetRolePolicyRequest, GetRolePolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts index 789ed03b6fee..d0dee6ba93f9 100644 --- a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetSAMLProviderRequest, GetSAMLProviderResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts index 12f3b8b15fc2..a12c23644920 100644 --- a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetSSHPublicKeyRequest, GetSSHPublicKeyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetServerCertificateCommand.ts b/clients/client-iam/src/commands/GetServerCertificateCommand.ts index e72712481315..1bd7faf70e63 100644 --- a/clients/client-iam/src/commands/GetServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/GetServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetServerCertificateRequest, GetServerCertificateResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts index 286f23ae6917..765b7151ccf2 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetServiceLastAccessedDetailsRequest, GetServiceLastAccessedDetailsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts index fc553c6c2edd..56d93289168f 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts index fb3714414597..e458da081a0d 100644 --- a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/GetUserCommand.ts b/clients/client-iam/src/commands/GetUserCommand.ts index 353f6bcec42f..bc5ef3777985 100644 --- a/clients/client-iam/src/commands/GetUserCommand.ts +++ b/clients/client-iam/src/commands/GetUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetUserRequest, GetUserResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/GetUserPolicyCommand.ts b/clients/client-iam/src/commands/GetUserPolicyCommand.ts index 0d60e326b5c5..0ff4c6b5e2dd 100644 --- a/clients/client-iam/src/commands/GetUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetUserPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { GetUserPolicyRequest, GetUserPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListAccessKeysCommand.ts b/clients/client-iam/src/commands/ListAccessKeysCommand.ts index 46e605300dfa..4e04c172af3e 100644 --- a/clients/client-iam/src/commands/ListAccessKeysCommand.ts +++ b/clients/client-iam/src/commands/ListAccessKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListAccessKeysRequest, ListAccessKeysResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts index 1fe765d76220..4027742d7953 100644 --- a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts +++ b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListAccountAliasesRequest, ListAccountAliasesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts index b4b8b9159f80..1e24eda0908e 100644 --- a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListAttachedGroupPoliciesRequest, ListAttachedGroupPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts index 822e0d264ddd..dac1161b5dea 100644 --- a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListAttachedRolePoliciesRequest, ListAttachedRolePoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts index 051d00ac16d3..f80e7e72848c 100644 --- a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListAttachedUserPoliciesRequest, ListAttachedUserPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts index 0941462f5ec4..e574f51062b6 100644 --- a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts +++ b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListEntitiesForPolicyRequest, ListEntitiesForPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts index 4c9516403d8a..f69a9abad51a 100644 --- a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListGroupPoliciesRequest, ListGroupPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListGroupsCommand.ts b/clients/client-iam/src/commands/ListGroupsCommand.ts index 7f922e00679a..91a132f6b79b 100644 --- a/clients/client-iam/src/commands/ListGroupsCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts index 0da27e0341e5..ec9f24bc73a7 100644 --- a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListGroupsForUserRequest, ListGroupsForUserResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts index 9e606dea2330..6d145b0b0d7e 100644 --- a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListInstanceProfileTagsRequest, ListInstanceProfileTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts index 51ee79fbe6d5..0c4dfffa5cdc 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListInstanceProfilesRequest, ListInstanceProfilesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts index cbfb472ae776..1b8ea402dcee 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts index 88e25e211964..5dfa877e30d6 100644 --- a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts +++ b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListMFADeviceTagsRequest, ListMFADeviceTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListMFADevicesCommand.ts b/clients/client-iam/src/commands/ListMFADevicesCommand.ts index bb0f67ed26c0..71454c64c7a3 100644 --- a/clients/client-iam/src/commands/ListMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListMFADevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListMFADevicesRequest, ListMFADevicesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts index 1e863d41ce66..2633c4ac93af 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListOpenIDConnectProviderTagsRequest, ListOpenIDConnectProviderTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts index 2ae8fa02c2c4..a569b60b0667 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListPoliciesCommand.ts b/clients/client-iam/src/commands/ListPoliciesCommand.ts index 6df1d73a9a08..ebe7960bddcf 100644 --- a/clients/client-iam/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts index 3be14371775c..36d9f8c13121 100644 --- a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts index a5d195996b59..88a2c2816e09 100644 --- a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListPolicyTagsRequest, ListPolicyTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts index 8efd95484981..3c29b23a60f2 100644 --- a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListPolicyVersionsRequest, ListPolicyVersionsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts index 279a5b6cf506..95c13232f1fe 100644 --- a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListRolePoliciesRequest, ListRolePoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListRoleTagsCommand.ts b/clients/client-iam/src/commands/ListRoleTagsCommand.ts index 7df2c1efabc8..604a8442e649 100644 --- a/clients/client-iam/src/commands/ListRoleTagsCommand.ts +++ b/clients/client-iam/src/commands/ListRoleTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListRoleTagsRequest, ListRoleTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListRolesCommand.ts b/clients/client-iam/src/commands/ListRolesCommand.ts index c74761f6d8bb..0cd7a7108de0 100644 --- a/clients/client-iam/src/commands/ListRolesCommand.ts +++ b/clients/client-iam/src/commands/ListRolesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListRolesRequest, ListRolesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts index 1a1815203ed9..143b3d965e36 100644 --- a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListSAMLProviderTagsRequest, ListSAMLProviderTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts index edfdde7115a8..fab39174284f 100644 --- a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListSAMLProvidersRequest, ListSAMLProvidersResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts index 9a0bce653031..2796c854cf23 100644 --- a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts +++ b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListSSHPublicKeysRequest, ListSSHPublicKeysResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts index 20911dad5ba0..5e751c117394 100644 --- a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListServerCertificateTagsRequest, ListServerCertificateTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts index cb35b58d7cd3..1da46ff76a21 100644 --- a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListServerCertificatesRequest, ListServerCertificatesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts index f19738fd13b1..a7b9ababe4e6 100644 --- a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts +++ b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListServiceSpecificCredentialsRequest, ListServiceSpecificCredentialsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts index 1855cc586942..55c37b0a874d 100644 --- a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListSigningCertificatesRequest, ListSigningCertificatesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts index 40ed1d03f2e0..96ee823e5c84 100644 --- a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListUserPoliciesRequest, ListUserPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListUserTagsCommand.ts b/clients/client-iam/src/commands/ListUserTagsCommand.ts index 5229409d51a3..920e5e71df90 100644 --- a/clients/client-iam/src/commands/ListUserTagsCommand.ts +++ b/clients/client-iam/src/commands/ListUserTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListUserTagsRequest, ListUserTagsResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListUsersCommand.ts b/clients/client-iam/src/commands/ListUsersCommand.ts index 8558f9a5aad1..4b9ef23168a9 100644 --- a/clients/client-iam/src/commands/ListUsersCommand.ts +++ b/clients/client-iam/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts index a4ad4d9597cc..782dd3eb0a8d 100644 --- a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts index d31cc6a5560e..92b9531f1065 100644 --- a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { PutGroupPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts index 89322db65908..b2a54d321bbc 100644 --- a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { PutRolePermissionsBoundaryRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/PutRolePolicyCommand.ts b/clients/client-iam/src/commands/PutRolePolicyCommand.ts index d6d3ee977e49..de7c6ff03e5b 100644 --- a/clients/client-iam/src/commands/PutRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/PutRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { PutRolePolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts index 819435313053..9666c63c2286 100644 --- a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { PutUserPermissionsBoundaryRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/PutUserPolicyCommand.ts b/clients/client-iam/src/commands/PutUserPolicyCommand.ts index bc3032331b78..38a8b579bf9f 100644 --- a/clients/client-iam/src/commands/PutUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutUserPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { PutUserPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts index c2b258210f50..bd71e05c2cec 100644 --- a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts index 60e90dc5fc47..5a322dedd58e 100644 --- a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { RemoveRoleFromInstanceProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts index e3f6082e17f7..cb580c2bde45 100644 --- a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts +++ b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { RemoveUserFromGroupRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts index e6faf23a6b9a..6e57b695d518 100644 --- a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts index b7c34b19a670..f957480bff8e 100644 --- a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { ResyncMFADeviceRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts index d9207e5b1716..7bdc1a24137b 100644 --- a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { SetDefaultPolicyVersionRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts index 92bd057d3d30..ea00d8ab80fe 100644 --- a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts +++ b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts index 27a0df38b2e1..1424d82a989c 100644 --- a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts index 9eb1bfa56d10..b0b7f90ffc40 100644 --- a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts index b3b23b737288..4f6f9c1aab6a 100644 --- a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagInstanceProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagMFADeviceCommand.ts b/clients/client-iam/src/commands/TagMFADeviceCommand.ts index 3f98a7a7da2e..ef924cfb6302 100644 --- a/clients/client-iam/src/commands/TagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/TagMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagMFADeviceRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts index 3563b21ed5fc..9b914dc9ec17 100644 --- a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagOpenIDConnectProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagPolicyCommand.ts b/clients/client-iam/src/commands/TagPolicyCommand.ts index 5438b23b3fff..331093ee674c 100644 --- a/clients/client-iam/src/commands/TagPolicyCommand.ts +++ b/clients/client-iam/src/commands/TagPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagRoleCommand.ts b/clients/client-iam/src/commands/TagRoleCommand.ts index 2b62d1e0e827..c4364d149e30 100644 --- a/clients/client-iam/src/commands/TagRoleCommand.ts +++ b/clients/client-iam/src/commands/TagRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagRoleRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts index 29310e05edd2..23f24e8f6d34 100644 --- a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagSAMLProviderRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagServerCertificateCommand.ts b/clients/client-iam/src/commands/TagServerCertificateCommand.ts index 1166ea850b4f..a023cfa72ff6 100644 --- a/clients/client-iam/src/commands/TagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/TagServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagServerCertificateRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/TagUserCommand.ts b/clients/client-iam/src/commands/TagUserCommand.ts index 5bab7b60db89..3663cce21383 100644 --- a/clients/client-iam/src/commands/TagUserCommand.ts +++ b/clients/client-iam/src/commands/TagUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { TagUserRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts index c16e7cdde9ed..0aa2ba246247 100644 --- a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagInstanceProfileRequest } from "../models/models_0"; diff --git a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts index c3d36f8d7d3f..a21dc3727390 100644 --- a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagMFADeviceRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts index d5288170fa21..f61b25ccef23 100644 --- a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagOpenIDConnectProviderRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagPolicyCommand.ts b/clients/client-iam/src/commands/UntagPolicyCommand.ts index 569a2d7baf0b..b088aca9e07f 100644 --- a/clients/client-iam/src/commands/UntagPolicyCommand.ts +++ b/clients/client-iam/src/commands/UntagPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagPolicyRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagRoleCommand.ts b/clients/client-iam/src/commands/UntagRoleCommand.ts index 329e764986e4..c69375536dda 100644 --- a/clients/client-iam/src/commands/UntagRoleCommand.ts +++ b/clients/client-iam/src/commands/UntagRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagRoleRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts index 001810beef6c..2b8eb82cb291 100644 --- a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagSAMLProviderRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts index 518867ee93bf..27b148009a4e 100644 --- a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagServerCertificateRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UntagUserCommand.ts b/clients/client-iam/src/commands/UntagUserCommand.ts index eb7ace71c2a1..cb21274d96a7 100644 --- a/clients/client-iam/src/commands/UntagUserCommand.ts +++ b/clients/client-iam/src/commands/UntagUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UntagUserRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts index aacf8373eec3..9899ff441eaf 100644 --- a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateAccessKeyRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts index 03d91fb7c1ca..161f3991c384 100644 --- a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateAccountPasswordPolicyRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts index cda37b3a67e1..faa5d6cbfc02 100644 --- a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateAssumeRolePolicyRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateGroupCommand.ts b/clients/client-iam/src/commands/UpdateGroupCommand.ts index c762678eda11..d084a4259242 100644 --- a/clients/client-iam/src/commands/UpdateGroupCommand.ts +++ b/clients/client-iam/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateGroupRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts index 7b46dc7d4e9e..804ad798f93a 100644 --- a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateLoginProfileRequest, UpdateLoginProfileRequestFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts index ad1f8519f52c..25d978a26eba 100644 --- a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts +++ b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateOpenIDConnectProviderThumbprintRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateRoleCommand.ts b/clients/client-iam/src/commands/UpdateRoleCommand.ts index ff2613e210a6..4211b88c8836 100644 --- a/clients/client-iam/src/commands/UpdateRoleCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateRoleRequest, UpdateRoleResponse } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts index 2c2dfde06238..e4345ee1503d 100644 --- a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateRoleDescriptionRequest, UpdateRoleDescriptionResponse } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts index 148fa8326abf..1f399c540704 100644 --- a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateSAMLProviderRequest, UpdateSAMLProviderResponse } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts index 0b5d4dd4dc86..4d5c1e8793c3 100644 --- a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateSSHPublicKeyRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts index 4ebdb25d1a79..38750d62ef4c 100644 --- a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateServerCertificateRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts index 5f19c70772fe..a1145093fffe 100644 --- a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateServiceSpecificCredentialRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts index b54b7367e624..4d04ec5df91b 100644 --- a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateSigningCertificateRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UpdateUserCommand.ts b/clients/client-iam/src/commands/UpdateUserCommand.ts index 34ef58f4a539..543e72f9b7b5 100644 --- a/clients/client-iam/src/commands/UpdateUserCommand.ts +++ b/clients/client-iam/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UpdateUserRequest } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts index 0cde4c75ccc6..a9081efea2ba 100644 --- a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UploadSSHPublicKeyRequest, UploadSSHPublicKeyResponse } from "../models/models_1"; diff --git a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts index 8faf3818cb4e..89a51ab90908 100644 --- a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { diff --git a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts index 5dae9f6b3393..ce40e07e8a74 100644 --- a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { UploadSigningCertificateRequest, UploadSigningCertificateResponse } from "../models/models_1"; diff --git a/clients/client-iam/src/endpoint/EndpointParameters.ts b/clients/client-iam/src/endpoint/EndpointParameters.ts index ebe8bff359f9..36099b67cd1c 100644 --- a/clients/client-iam/src/endpoint/EndpointParameters.ts +++ b/clients/client-iam/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iam/src/endpoint/endpointResolver.ts b/clients/client-iam/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iam/src/endpoint/endpointResolver.ts +++ b/clients/client-iam/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iam/src/endpoint/ruleset.ts b/clients/client-iam/src/endpoint/ruleset.ts index 89b73c4ca974..870f8af4309c 100644 --- a/clients/client-iam/src/endpoint/ruleset.ts +++ b/clients/client-iam/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iam/src/models/IAMServiceException.ts b/clients/client-iam/src/models/IAMServiceException.ts index cf59d080c820..e59bf4cac636 100644 --- a/clients/client-iam/src/models/IAMServiceException.ts +++ b/clients/client-iam/src/models/IAMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iam/src/models/models_0.ts b/clients/client-iam/src/models/models_0.ts index fc556bd8b8a1..561e04b4a938 100644 --- a/clients/client-iam/src/models/models_0.ts +++ b/clients/client-iam/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IAMServiceException as __BaseException } from "./IAMServiceException"; diff --git a/clients/client-iam/src/models/models_1.ts b/clients/client-iam/src/models/models_1.ts index ae8403a7375b..9b0bb275bc61 100644 --- a/clients/client-iam/src/models/models_1.ts +++ b/clients/client-iam/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IAMServiceException as __BaseException } from "./IAMServiceException"; import { Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0"; diff --git a/clients/client-iam/src/pagination/GetAccountAuthorizationDetailsPaginator.ts b/clients/client-iam/src/pagination/GetAccountAuthorizationDetailsPaginator.ts index 5a4fa0124dfd..f8f3358481ae 100644 --- a/clients/client-iam/src/pagination/GetAccountAuthorizationDetailsPaginator.ts +++ b/clients/client-iam/src/pagination/GetAccountAuthorizationDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAccountAuthorizationDetailsCommand, diff --git a/clients/client-iam/src/pagination/GetGroupPaginator.ts b/clients/client-iam/src/pagination/GetGroupPaginator.ts index c19cd9dcf0de..0db4ef309aa8 100644 --- a/clients/client-iam/src/pagination/GetGroupPaginator.ts +++ b/clients/client-iam/src/pagination/GetGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetGroupCommand, GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/pagination/Interfaces.ts b/clients/client-iam/src/pagination/Interfaces.ts index bc3fb3c5bc8a..b39ebf4ce404 100644 --- a/clients/client-iam/src/pagination/Interfaces.ts +++ b/clients/client-iam/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/pagination/ListAccessKeysPaginator.ts b/clients/client-iam/src/pagination/ListAccessKeysPaginator.ts index 6a270e03cb2f..c22f79f352cb 100644 --- a/clients/client-iam/src/pagination/ListAccessKeysPaginator.ts +++ b/clients/client-iam/src/pagination/ListAccessKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessKeysCommand, diff --git a/clients/client-iam/src/pagination/ListAccountAliasesPaginator.ts b/clients/client-iam/src/pagination/ListAccountAliasesPaginator.ts index a7a71a7fd002..18fd76f12039 100644 --- a/clients/client-iam/src/pagination/ListAccountAliasesPaginator.ts +++ b/clients/client-iam/src/pagination/ListAccountAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountAliasesCommand, diff --git a/clients/client-iam/src/pagination/ListAttachedGroupPoliciesPaginator.ts b/clients/client-iam/src/pagination/ListAttachedGroupPoliciesPaginator.ts index 17a23eaa8372..f09a98e3622a 100644 --- a/clients/client-iam/src/pagination/ListAttachedGroupPoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListAttachedGroupPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachedGroupPoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListAttachedRolePoliciesPaginator.ts b/clients/client-iam/src/pagination/ListAttachedRolePoliciesPaginator.ts index 116fd35c718e..4dd023aa649f 100644 --- a/clients/client-iam/src/pagination/ListAttachedRolePoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListAttachedRolePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachedRolePoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListAttachedUserPoliciesPaginator.ts b/clients/client-iam/src/pagination/ListAttachedUserPoliciesPaginator.ts index 64ee62a0a8d0..cd01118c721a 100644 --- a/clients/client-iam/src/pagination/ListAttachedUserPoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListAttachedUserPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachedUserPoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListEntitiesForPolicyPaginator.ts b/clients/client-iam/src/pagination/ListEntitiesForPolicyPaginator.ts index 423b23c1b388..c418f3634f3f 100644 --- a/clients/client-iam/src/pagination/ListEntitiesForPolicyPaginator.ts +++ b/clients/client-iam/src/pagination/ListEntitiesForPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntitiesForPolicyCommand, diff --git a/clients/client-iam/src/pagination/ListGroupPoliciesPaginator.ts b/clients/client-iam/src/pagination/ListGroupPoliciesPaginator.ts index 581c7ef2ba37..80639ad6d865 100644 --- a/clients/client-iam/src/pagination/ListGroupPoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListGroupPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupPoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListGroupsForUserPaginator.ts b/clients/client-iam/src/pagination/ListGroupsForUserPaginator.ts index 8a7d2b9480e5..ef78e0eaf443 100644 --- a/clients/client-iam/src/pagination/ListGroupsForUserPaginator.ts +++ b/clients/client-iam/src/pagination/ListGroupsForUserPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsForUserCommand, diff --git a/clients/client-iam/src/pagination/ListGroupsPaginator.ts b/clients/client-iam/src/pagination/ListGroupsPaginator.ts index 2a8b076bfa61..c02a3f2b785e 100644 --- a/clients/client-iam/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-iam/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/pagination/ListInstanceProfileTagsPaginator.ts b/clients/client-iam/src/pagination/ListInstanceProfileTagsPaginator.ts index 8104ce6abee8..20c16735318a 100644 --- a/clients/client-iam/src/pagination/ListInstanceProfileTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListInstanceProfileTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceProfileTagsCommand, diff --git a/clients/client-iam/src/pagination/ListInstanceProfilesForRolePaginator.ts b/clients/client-iam/src/pagination/ListInstanceProfilesForRolePaginator.ts index 6260285d257b..b160616ead82 100644 --- a/clients/client-iam/src/pagination/ListInstanceProfilesForRolePaginator.ts +++ b/clients/client-iam/src/pagination/ListInstanceProfilesForRolePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceProfilesForRoleCommand, diff --git a/clients/client-iam/src/pagination/ListInstanceProfilesPaginator.ts b/clients/client-iam/src/pagination/ListInstanceProfilesPaginator.ts index ff9bfa957f69..a0e83c92f5b5 100644 --- a/clients/client-iam/src/pagination/ListInstanceProfilesPaginator.ts +++ b/clients/client-iam/src/pagination/ListInstanceProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceProfilesCommand, diff --git a/clients/client-iam/src/pagination/ListMFADeviceTagsPaginator.ts b/clients/client-iam/src/pagination/ListMFADeviceTagsPaginator.ts index 79205c4091ab..e8893ed79051 100644 --- a/clients/client-iam/src/pagination/ListMFADeviceTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListMFADeviceTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMFADeviceTagsCommand, diff --git a/clients/client-iam/src/pagination/ListMFADevicesPaginator.ts b/clients/client-iam/src/pagination/ListMFADevicesPaginator.ts index a91f83f77186..5cb65e8396ad 100644 --- a/clients/client-iam/src/pagination/ListMFADevicesPaginator.ts +++ b/clients/client-iam/src/pagination/ListMFADevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMFADevicesCommand, diff --git a/clients/client-iam/src/pagination/ListOpenIDConnectProviderTagsPaginator.ts b/clients/client-iam/src/pagination/ListOpenIDConnectProviderTagsPaginator.ts index ab331985ece3..83f535f6ed4b 100644 --- a/clients/client-iam/src/pagination/ListOpenIDConnectProviderTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListOpenIDConnectProviderTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOpenIDConnectProviderTagsCommand, diff --git a/clients/client-iam/src/pagination/ListPoliciesPaginator.ts b/clients/client-iam/src/pagination/ListPoliciesPaginator.ts index 28261c835fe2..0f89cec49972 100644 --- a/clients/client-iam/src/pagination/ListPoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListPolicyTagsPaginator.ts b/clients/client-iam/src/pagination/ListPolicyTagsPaginator.ts index 03cb0f84aad3..2a985f3c59d0 100644 --- a/clients/client-iam/src/pagination/ListPolicyTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListPolicyTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPolicyTagsCommand, diff --git a/clients/client-iam/src/pagination/ListPolicyVersionsPaginator.ts b/clients/client-iam/src/pagination/ListPolicyVersionsPaginator.ts index ea9a2b2e3a5a..72214d979c40 100644 --- a/clients/client-iam/src/pagination/ListPolicyVersionsPaginator.ts +++ b/clients/client-iam/src/pagination/ListPolicyVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPolicyVersionsCommand, diff --git a/clients/client-iam/src/pagination/ListRolePoliciesPaginator.ts b/clients/client-iam/src/pagination/ListRolePoliciesPaginator.ts index fa02f6e80619..fcb65eca158a 100644 --- a/clients/client-iam/src/pagination/ListRolePoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListRolePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRolePoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListRoleTagsPaginator.ts b/clients/client-iam/src/pagination/ListRoleTagsPaginator.ts index c36ca1a02491..9a63184ad19d 100644 --- a/clients/client-iam/src/pagination/ListRoleTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListRoleTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoleTagsCommand, diff --git a/clients/client-iam/src/pagination/ListRolesPaginator.ts b/clients/client-iam/src/pagination/ListRolesPaginator.ts index e28b5e7de177..da328126dbfa 100644 --- a/clients/client-iam/src/pagination/ListRolesPaginator.ts +++ b/clients/client-iam/src/pagination/ListRolesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRolesCommand, ListRolesCommandInput, ListRolesCommandOutput } from "../commands/ListRolesCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/pagination/ListSAMLProviderTagsPaginator.ts b/clients/client-iam/src/pagination/ListSAMLProviderTagsPaginator.ts index f031a6d88fca..ec6a1373e640 100644 --- a/clients/client-iam/src/pagination/ListSAMLProviderTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListSAMLProviderTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSAMLProviderTagsCommand, diff --git a/clients/client-iam/src/pagination/ListSSHPublicKeysPaginator.ts b/clients/client-iam/src/pagination/ListSSHPublicKeysPaginator.ts index 9bff54902219..1d332f22fc3b 100644 --- a/clients/client-iam/src/pagination/ListSSHPublicKeysPaginator.ts +++ b/clients/client-iam/src/pagination/ListSSHPublicKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSSHPublicKeysCommand, diff --git a/clients/client-iam/src/pagination/ListServerCertificateTagsPaginator.ts b/clients/client-iam/src/pagination/ListServerCertificateTagsPaginator.ts index f977b8f23514..d659da46077c 100644 --- a/clients/client-iam/src/pagination/ListServerCertificateTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListServerCertificateTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServerCertificateTagsCommand, diff --git a/clients/client-iam/src/pagination/ListServerCertificatesPaginator.ts b/clients/client-iam/src/pagination/ListServerCertificatesPaginator.ts index 3183ebb974d8..f7a0a5a75a98 100644 --- a/clients/client-iam/src/pagination/ListServerCertificatesPaginator.ts +++ b/clients/client-iam/src/pagination/ListServerCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServerCertificatesCommand, diff --git a/clients/client-iam/src/pagination/ListSigningCertificatesPaginator.ts b/clients/client-iam/src/pagination/ListSigningCertificatesPaginator.ts index 6ea28d2f9edf..990c33a94fb6 100644 --- a/clients/client-iam/src/pagination/ListSigningCertificatesPaginator.ts +++ b/clients/client-iam/src/pagination/ListSigningCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSigningCertificatesCommand, diff --git a/clients/client-iam/src/pagination/ListUserPoliciesPaginator.ts b/clients/client-iam/src/pagination/ListUserPoliciesPaginator.ts index 5f7e74ba2d07..82aabdfd98aa 100644 --- a/clients/client-iam/src/pagination/ListUserPoliciesPaginator.ts +++ b/clients/client-iam/src/pagination/ListUserPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserPoliciesCommand, diff --git a/clients/client-iam/src/pagination/ListUserTagsPaginator.ts b/clients/client-iam/src/pagination/ListUserTagsPaginator.ts index a37d9559414a..2cfa325105da 100644 --- a/clients/client-iam/src/pagination/ListUserTagsPaginator.ts +++ b/clients/client-iam/src/pagination/ListUserTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserTagsCommand, diff --git a/clients/client-iam/src/pagination/ListUsersPaginator.ts b/clients/client-iam/src/pagination/ListUsersPaginator.ts index e9a7e3cd6b0c..5aee3aa64e85 100644 --- a/clients/client-iam/src/pagination/ListUsersPaginator.ts +++ b/clients/client-iam/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/pagination/ListVirtualMFADevicesPaginator.ts b/clients/client-iam/src/pagination/ListVirtualMFADevicesPaginator.ts index 2ec9de4b47f4..b9671754c244 100644 --- a/clients/client-iam/src/pagination/ListVirtualMFADevicesPaginator.ts +++ b/clients/client-iam/src/pagination/ListVirtualMFADevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVirtualMFADevicesCommand, diff --git a/clients/client-iam/src/pagination/SimulateCustomPolicyPaginator.ts b/clients/client-iam/src/pagination/SimulateCustomPolicyPaginator.ts index b69e60a6bf37..af3aa6eca3a9 100644 --- a/clients/client-iam/src/pagination/SimulateCustomPolicyPaginator.ts +++ b/clients/client-iam/src/pagination/SimulateCustomPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SimulateCustomPolicyCommand, diff --git a/clients/client-iam/src/pagination/SimulatePrincipalPolicyPaginator.ts b/clients/client-iam/src/pagination/SimulatePrincipalPolicyPaginator.ts index 78ad534daae4..9b1f7313fd16 100644 --- a/clients/client-iam/src/pagination/SimulatePrincipalPolicyPaginator.ts +++ b/clients/client-iam/src/pagination/SimulatePrincipalPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SimulatePrincipalPolicyCommand, diff --git a/clients/client-iam/src/protocols/Aws_query.ts b/clients/client-iam/src/protocols/Aws_query.ts index 9a01fe8851e0..bbb4f0a91639 100644 --- a/clients/client-iam/src/protocols/Aws_query.ts +++ b/clients/client-iam/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -11,10 +12,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-iam/src/runtimeConfig.browser.ts b/clients/client-iam/src/runtimeConfig.browser.ts index 73f6c4a54ed7..3d07b2c2ca10 100644 --- a/clients/client-iam/src/runtimeConfig.browser.ts +++ b/clients/client-iam/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IAMClientConfig } from "./IAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iam/src/runtimeConfig.shared.ts b/clients/client-iam/src/runtimeConfig.shared.ts index f0c54d424572..42ad41cdd545 100644 --- a/clients/client-iam/src/runtimeConfig.shared.ts +++ b/clients/client-iam/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IAMClientConfig } from "./IAMClient"; diff --git a/clients/client-iam/src/runtimeConfig.ts b/clients/client-iam/src/runtimeConfig.ts index 7c5a9111d6b7..329745bc1f80 100644 --- a/clients/client-iam/src/runtimeConfig.ts +++ b/clients/client-iam/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IAMClientConfig } from "./IAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iam/src/waiters/waitForInstanceProfileExists.ts b/clients/client-iam/src/waiters/waitForInstanceProfileExists.ts index 136957520bee..3a8e694d954f 100644 --- a/clients/client-iam/src/waiters/waitForInstanceProfileExists.ts +++ b/clients/client-iam/src/waiters/waitForInstanceProfileExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetInstanceProfileCommand, GetInstanceProfileCommandInput } from "../commands/GetInstanceProfileCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/waiters/waitForPolicyExists.ts b/clients/client-iam/src/waiters/waitForPolicyExists.ts index bc65875824dc..6585d06ec529 100644 --- a/clients/client-iam/src/waiters/waitForPolicyExists.ts +++ b/clients/client-iam/src/waiters/waitForPolicyExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetPolicyCommand, GetPolicyCommandInput } from "../commands/GetPolicyCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/waiters/waitForRoleExists.ts b/clients/client-iam/src/waiters/waitForRoleExists.ts index c8b3564d5ca6..b2cff6f3dfff 100644 --- a/clients/client-iam/src/waiters/waitForRoleExists.ts +++ b/clients/client-iam/src/waiters/waitForRoleExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetRoleCommand, GetRoleCommandInput } from "../commands/GetRoleCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-iam/src/waiters/waitForUserExists.ts b/clients/client-iam/src/waiters/waitForUserExists.ts index 10f18ad71495..915c409d529f 100644 --- a/clients/client-iam/src/waiters/waitForUserExists.ts +++ b/clients/client-iam/src/waiters/waitForUserExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetUserCommand, GetUserCommandInput } from "../commands/GetUserCommand"; import { IAMClient } from "../IAMClient"; diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index 2f2e8ecc013b..271aded60f95 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-identitystore/src/Identitystore.ts b/clients/client-identitystore/src/Identitystore.ts index 7038421a65e6..0a147f90edd1 100644 --- a/clients/client-identitystore/src/Identitystore.ts +++ b/clients/client-identitystore/src/Identitystore.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateGroupCommand, CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand"; import { diff --git a/clients/client-identitystore/src/IdentitystoreClient.ts b/clients/client-identitystore/src/IdentitystoreClient.ts index b5be32434130..6c7932c0c860 100644 --- a/clients/client-identitystore/src/IdentitystoreClient.ts +++ b/clients/client-identitystore/src/IdentitystoreClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand"; @@ -156,7 +154,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -265,7 +263,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-identitystore/src/commands/CreateGroupCommand.ts b/clients/client-identitystore/src/commands/CreateGroupCommand.ts index 1e826516c57f..daf635ebac4c 100644 --- a/clients/client-identitystore/src/commands/CreateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { CreateGroupRequest, CreateGroupRequestFilterSensitiveLog, CreateGroupResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts index 5f47cdf2e6cd..703c9cf10edb 100644 --- a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/CreateUserCommand.ts b/clients/client-identitystore/src/commands/CreateUserCommand.ts index 876400820ecc..98a4bdbc5483 100644 --- a/clients/client-identitystore/src/commands/CreateUserCommand.ts +++ b/clients/client-identitystore/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts index 9287a2537dfd..145d386f6b75 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts index 2d6d14c904b4..9cdb368e44f0 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/DeleteUserCommand.ts b/clients/client-identitystore/src/commands/DeleteUserCommand.ts index 919ae65eb682..b9d4bb12e94c 100644 --- a/clients/client-identitystore/src/commands/DeleteUserCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts index 097c34cb5b53..8fcaddee7d34 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { diff --git a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts index 0e3c2926376c..13e776801421 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/DescribeUserCommand.ts b/clients/client-identitystore/src/commands/DescribeUserCommand.ts index d18609f326cc..2fe77b2d442f 100644 --- a/clients/client-identitystore/src/commands/DescribeUserCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { DescribeUserRequest, DescribeUserResponse, DescribeUserResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts index 763907a60c02..a72814cafe18 100644 --- a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { GetGroupIdRequest, GetGroupIdRequestFilterSensitiveLog, GetGroupIdResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts index edef037e27cb..6da3ef3e3054 100644 --- a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/GetUserIdCommand.ts b/clients/client-identitystore/src/commands/GetUserIdCommand.ts index 8f3d468b1ef4..98ee932ce847 100644 --- a/clients/client-identitystore/src/commands/GetUserIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetUserIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { GetUserIdRequest, GetUserIdRequestFilterSensitiveLog, GetUserIdResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts index ab8538130439..3023594effd7 100644 --- a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts index da2337bcc89e..913d410519bd 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts index b71435da7db6..4e057bce8996 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { ListGroupMembershipsForMemberRequest, ListGroupMembershipsForMemberResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/ListGroupsCommand.ts b/clients/client-identitystore/src/commands/ListGroupsCommand.ts index d768b91370c2..5b687eaa2d84 100644 --- a/clients/client-identitystore/src/commands/ListGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { diff --git a/clients/client-identitystore/src/commands/ListUsersCommand.ts b/clients/client-identitystore/src/commands/ListUsersCommand.ts index 0f174fc68ddc..45b68e58ba5c 100644 --- a/clients/client-identitystore/src/commands/ListUsersCommand.ts +++ b/clients/client-identitystore/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { diff --git a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts index a1f3fb9aaa33..8ed448bb9c5e 100644 --- a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/commands/UpdateUserCommand.ts b/clients/client-identitystore/src/commands/UpdateUserCommand.ts index 2450966a3a11..430f94ad15fe 100644 --- a/clients/client-identitystore/src/commands/UpdateUserCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient"; import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; diff --git a/clients/client-identitystore/src/endpoint/EndpointParameters.ts b/clients/client-identitystore/src/endpoint/EndpointParameters.ts index 480fb5400f77..7981bb4b1cf5 100644 --- a/clients/client-identitystore/src/endpoint/EndpointParameters.ts +++ b/clients/client-identitystore/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-identitystore/src/endpoint/endpointResolver.ts b/clients/client-identitystore/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-identitystore/src/endpoint/endpointResolver.ts +++ b/clients/client-identitystore/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-identitystore/src/endpoint/ruleset.ts b/clients/client-identitystore/src/endpoint/ruleset.ts index 40e4d6ed4baa..55f1f1e4f688 100644 --- a/clients/client-identitystore/src/endpoint/ruleset.ts +++ b/clients/client-identitystore/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-identitystore/src/models/IdentitystoreServiceException.ts b/clients/client-identitystore/src/models/IdentitystoreServiceException.ts index fde8cd0039e0..3769a116dba2 100644 --- a/clients/client-identitystore/src/models/IdentitystoreServiceException.ts +++ b/clients/client-identitystore/src/models/IdentitystoreServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-identitystore/src/models/models_0.ts b/clients/client-identitystore/src/models/models_0.ts index d6cfd5805b61..c2c5d476f6ee 100644 --- a/clients/client-identitystore/src/models/models_0.ts +++ b/clients/client-identitystore/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { IdentitystoreServiceException as __BaseException } from "./IdentitystoreServiceException"; diff --git a/clients/client-identitystore/src/pagination/Interfaces.ts b/clients/client-identitystore/src/pagination/Interfaces.ts index 4304d8e1730b..52dce8898392 100644 --- a/clients/client-identitystore/src/pagination/Interfaces.ts +++ b/clients/client-identitystore/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IdentitystoreClient } from "../IdentitystoreClient"; diff --git a/clients/client-identitystore/src/pagination/ListGroupMembershipsForMemberPaginator.ts b/clients/client-identitystore/src/pagination/ListGroupMembershipsForMemberPaginator.ts index 3c3199971383..62a3b0918ab6 100644 --- a/clients/client-identitystore/src/pagination/ListGroupMembershipsForMemberPaginator.ts +++ b/clients/client-identitystore/src/pagination/ListGroupMembershipsForMemberPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupMembershipsForMemberCommand, diff --git a/clients/client-identitystore/src/pagination/ListGroupMembershipsPaginator.ts b/clients/client-identitystore/src/pagination/ListGroupMembershipsPaginator.ts index a7455f47cb65..e1f265b56211 100644 --- a/clients/client-identitystore/src/pagination/ListGroupMembershipsPaginator.ts +++ b/clients/client-identitystore/src/pagination/ListGroupMembershipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupMembershipsCommand, diff --git a/clients/client-identitystore/src/pagination/ListGroupsPaginator.ts b/clients/client-identitystore/src/pagination/ListGroupsPaginator.ts index 3fab35eb7f4c..5a54c96caa75 100644 --- a/clients/client-identitystore/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-identitystore/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; import { IdentitystoreClient } from "../IdentitystoreClient"; diff --git a/clients/client-identitystore/src/pagination/ListUsersPaginator.ts b/clients/client-identitystore/src/pagination/ListUsersPaginator.ts index 5b91a8a3ba88..44c6f61c4b04 100644 --- a/clients/client-identitystore/src/pagination/ListUsersPaginator.ts +++ b/clients/client-identitystore/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { IdentitystoreClient } from "../IdentitystoreClient"; diff --git a/clients/client-identitystore/src/protocols/Aws_json1_1.ts b/clients/client-identitystore/src/protocols/Aws_json1_1.ts index 923c71a54900..4d7ffad0e8b8 100644 --- a/clients/client-identitystore/src/protocols/Aws_json1_1.ts +++ b/clients/client-identitystore/src/protocols/Aws_json1_1.ts @@ -1,18 +1,19 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand"; import { diff --git a/clients/client-identitystore/src/runtimeConfig.browser.ts b/clients/client-identitystore/src/runtimeConfig.browser.ts index ccad2551f962..4dbfd109a5f0 100644 --- a/clients/client-identitystore/src/runtimeConfig.browser.ts +++ b/clients/client-identitystore/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IdentitystoreClientConfig } from "./IdentitystoreClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-identitystore/src/runtimeConfig.shared.ts b/clients/client-identitystore/src/runtimeConfig.shared.ts index 1c4e9f913dfe..399d1948d6f0 100644 --- a/clients/client-identitystore/src/runtimeConfig.shared.ts +++ b/clients/client-identitystore/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IdentitystoreClientConfig } from "./IdentitystoreClient"; diff --git a/clients/client-identitystore/src/runtimeConfig.ts b/clients/client-identitystore/src/runtimeConfig.ts index abb4b3b05ac7..213d48257c3b 100644 --- a/clients/client-identitystore/src/runtimeConfig.ts +++ b/clients/client-identitystore/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IdentitystoreClientConfig } from "./IdentitystoreClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index bc0e8c6e2a52..7dfd04be148d 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-imagebuilder/src/Imagebuilder.ts b/clients/client-imagebuilder/src/Imagebuilder.ts index b16321daba7d..5449eb2af58d 100644 --- a/clients/client-imagebuilder/src/Imagebuilder.ts +++ b/clients/client-imagebuilder/src/Imagebuilder.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelImageCreationCommand, diff --git a/clients/client-imagebuilder/src/ImagebuilderClient.ts b/clients/client-imagebuilder/src/ImagebuilderClient.ts index c535c0a5f3e6..29067a117cec 100644 --- a/clients/client-imagebuilder/src/ImagebuilderClient.ts +++ b/clients/client-imagebuilder/src/ImagebuilderClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -345,7 +343,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -454,7 +452,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts index 4daf48ee6a50..d9c55f19d49b 100644 --- a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CancelImageCreationRequest, CancelImageCreationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts index 0d8f0b019225..806d871266e5 100644 --- a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts index 3768f8051880..499471d7bc4c 100644 --- a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts index f7d8dfeee59e..6b57da220a15 100644 --- a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateDistributionConfigurationRequest, CreateDistributionConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts index a991e50229ad..e4bd1be01fd0 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateImageRequest, CreateImageResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts index 4245e7cde763..8cc908cc8b3f 100644 --- a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts index ea4c62726486..aa1990f1b33f 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts index 9b449cebeacf..a4ab57141e64 100644 --- a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { diff --git a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts index 08ad7fa77ee9..0559a863e8ed 100644 --- a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts index e95dbfee9580..0bb0ad8bd95c 100644 --- a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts index 85190808d89d..326e61f9febc 100644 --- a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteDistributionConfigurationRequest, DeleteDistributionConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts index 45336e89fc06..47a1563dcaa5 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteImageRequest, DeleteImageResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts index f287d8e1aa72..6908f7dc34b8 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts index f414e4cd4343..e76e550af815 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts index 39a5c3625695..584f1bcfc05d 100644 --- a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { diff --git a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts index 938d9146ca3f..3123eaea261e 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts index d0bd4688e224..7c4598dd7033 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts index 2c838657687c..b0c5fe04d022 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts index 78215e919c31..b694bcc50ec1 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts index 8378f04049b1..419c69a839d2 100644 --- a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetDistributionConfigurationRequest, GetDistributionConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetImageCommand.ts b/clients/client-imagebuilder/src/commands/GetImageCommand.ts index ab2f340aca7d..63b9375c76dc 100644 --- a/clients/client-imagebuilder/src/commands/GetImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetImageRequest, GetImageResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts index 5125df98416a..5734d779f370 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetImagePipelineRequest, GetImagePipelineResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts index 720e29d75e4d..5d089f877177 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetImagePolicyRequest, GetImagePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts index 8e557ba87bbe..ba6c6dc61789 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetImageRecipeRequest, GetImageRecipeResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts index 1f71f2a16645..dde0fad9d51b 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetImageRecipePolicyRequest, GetImageRecipePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts index 3fa0598b6801..6ed0478ee06b 100644 --- a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetInfrastructureConfigurationRequest, GetInfrastructureConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts index 554c04227da0..40b0ba852568 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts index 2a1f070c6a94..ea1bb6be89d8 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { GetWorkflowStepExecutionRequest, GetWorkflowStepExecutionResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts index dfc5b3792326..d172e658bfe0 100644 --- a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ImportComponentRequest, ImportComponentResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts index 13056047fdb4..37851f9c6a62 100644 --- a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ImportVmImageRequest, ImportVmImageResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts index 98a5b90a7e1e..9c79c6f2410c 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts index 45e07eec5640..46fcc192897c 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts index b86a3d27afd9..63d35bd96582 100644 --- a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts index 84e62d859bd5..8bc04de59444 100644 --- a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListDistributionConfigurationsRequest, ListDistributionConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts index 3b566494493e..ed3307d4bbb6 100644 --- a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts index ec4d1236c56c..eaa056ae815d 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts index 9bdfa3a1e5ad..c09549b62ac1 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts index 927a1e99a054..cbe23abe62dd 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts index 78d38fe60b1c..11e1f60edb3c 100644 --- a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts index e2a8c97b3792..064479b998af 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImageScanFindingAggregationsRequest, ListImageScanFindingAggregationsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts index 4e8e616ac465..fb0af8df3a30 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImageScanFindingsRequest, ListImageScanFindingsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts index 681c885e477e..c814621aba32 100644 --- a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListImagesRequest, ListImagesResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts index c2e31355cf83..41ff0719d5d8 100644 --- a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListInfrastructureConfigurationsRequest, ListInfrastructureConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts index a6691d3637a0..ffe8c3bf6caf 100644 --- a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts index d9df91272a9e..be9da0a9b6b9 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListWorkflowExecutionsRequest, ListWorkflowExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts index 288f80ee778b..39de3e537045 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { ListWorkflowStepExecutionsRequest, ListWorkflowStepExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts index 8a4687c1ed80..62a8d1ca6df8 100644 --- a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { PutComponentPolicyRequest, PutComponentPolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts index ab73f211a8db..4c37cd91f3c7 100644 --- a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { PutContainerRecipePolicyRequest, PutContainerRecipePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts index 84fae2068823..01aac650d9d5 100644 --- a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { PutImagePolicyRequest, PutImagePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts index 1f32574fbe2e..370741cf137d 100644 --- a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { PutImageRecipePolicyRequest, PutImageRecipePolicyResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts index a11b8810f252..e037ff7aec90 100644 --- a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { StartImagePipelineExecutionRequest, StartImagePipelineExecutionResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts index c5a4f19bbd76..732a304474c0 100644 --- a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts index 54a53b05c4b2..2b21da47467f 100644 --- a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts index 0e9f199c1977..8d645c9dcbcf 100644 --- a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { UpdateDistributionConfigurationRequest, UpdateDistributionConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts index ae0821d7b867..49f8b295a391 100644 --- a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { UpdateImagePipelineRequest, UpdateImagePipelineResponse } from "../models/models_0"; diff --git a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts index a3b6f9335624..1d2a3ad24f02 100644 --- a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient"; import { diff --git a/clients/client-imagebuilder/src/endpoint/EndpointParameters.ts b/clients/client-imagebuilder/src/endpoint/EndpointParameters.ts index 66fe77c8084e..b4c2b660659f 100644 --- a/clients/client-imagebuilder/src/endpoint/EndpointParameters.ts +++ b/clients/client-imagebuilder/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-imagebuilder/src/endpoint/endpointResolver.ts b/clients/client-imagebuilder/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-imagebuilder/src/endpoint/endpointResolver.ts +++ b/clients/client-imagebuilder/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-imagebuilder/src/endpoint/ruleset.ts b/clients/client-imagebuilder/src/endpoint/ruleset.ts index b5eecac51c84..54536d104c5c 100644 --- a/clients/client-imagebuilder/src/endpoint/ruleset.ts +++ b/clients/client-imagebuilder/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts b/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts index 8f29becca366..37b50725b42b 100644 --- a/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts +++ b/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-imagebuilder/src/models/models_0.ts b/clients/client-imagebuilder/src/models/models_0.ts index 35caf6726c1a..2a1e1072fd7b 100644 --- a/clients/client-imagebuilder/src/models/models_0.ts +++ b/clients/client-imagebuilder/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ImagebuilderServiceException as __BaseException } from "./ImagebuilderServiceException"; diff --git a/clients/client-imagebuilder/src/pagination/Interfaces.ts b/clients/client-imagebuilder/src/pagination/Interfaces.ts index af885933cee3..443b21992780 100644 --- a/clients/client-imagebuilder/src/pagination/Interfaces.ts +++ b/clients/client-imagebuilder/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ImagebuilderClient } from "../ImagebuilderClient"; diff --git a/clients/client-imagebuilder/src/pagination/ListComponentBuildVersionsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListComponentBuildVersionsPaginator.ts index 14f598be48a2..780c00da4822 100644 --- a/clients/client-imagebuilder/src/pagination/ListComponentBuildVersionsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListComponentBuildVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentBuildVersionsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListComponentsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListComponentsPaginator.ts index f2a501e2ef66..1a72a80d6508 100644 --- a/clients/client-imagebuilder/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListContainerRecipesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListContainerRecipesPaginator.ts index 544f59c60516..e67ad947adce 100644 --- a/clients/client-imagebuilder/src/pagination/ListContainerRecipesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListContainerRecipesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContainerRecipesCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListDistributionConfigurationsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListDistributionConfigurationsPaginator.ts index a66cafce7fae..cb327529d141 100644 --- a/clients/client-imagebuilder/src/pagination/ListDistributionConfigurationsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListDistributionConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDistributionConfigurationsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImageBuildVersionsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImageBuildVersionsPaginator.ts index 7d9112c65972..c37e90802d00 100644 --- a/clients/client-imagebuilder/src/pagination/ListImageBuildVersionsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImageBuildVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImageBuildVersionsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImagePackagesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImagePackagesPaginator.ts index 0206895b2f22..367d11c2945b 100644 --- a/clients/client-imagebuilder/src/pagination/ListImagePackagesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImagePackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagePackagesCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImagePipelineImagesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImagePipelineImagesPaginator.ts index 3ec4f328f4cb..215c2c20e68e 100644 --- a/clients/client-imagebuilder/src/pagination/ListImagePipelineImagesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImagePipelineImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagePipelineImagesCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImagePipelinesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImagePipelinesPaginator.ts index e46c1c618f3d..2d4be68df8bd 100644 --- a/clients/client-imagebuilder/src/pagination/ListImagePipelinesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImagePipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagePipelinesCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImageRecipesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImageRecipesPaginator.ts index e07465771a49..01c8ebf8ee83 100644 --- a/clients/client-imagebuilder/src/pagination/ListImageRecipesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImageRecipesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImageRecipesCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImageScanFindingAggregationsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImageScanFindingAggregationsPaginator.ts index 4f4d93905083..29e131fd835b 100644 --- a/clients/client-imagebuilder/src/pagination/ListImageScanFindingAggregationsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImageScanFindingAggregationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImageScanFindingAggregationsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImageScanFindingsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImageScanFindingsPaginator.ts index e37850253862..e296f88ffa1c 100644 --- a/clients/client-imagebuilder/src/pagination/ListImageScanFindingsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImageScanFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImageScanFindingsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListImagesPaginator.ts b/clients/client-imagebuilder/src/pagination/ListImagesPaginator.ts index 90fb00f27242..b69788225eb3 100644 --- a/clients/client-imagebuilder/src/pagination/ListImagesPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagesCommand, ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand"; import { ImagebuilderClient } from "../ImagebuilderClient"; diff --git a/clients/client-imagebuilder/src/pagination/ListInfrastructureConfigurationsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListInfrastructureConfigurationsPaginator.ts index 0bcbe09146a8..69d28451c648 100644 --- a/clients/client-imagebuilder/src/pagination/ListInfrastructureConfigurationsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListInfrastructureConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInfrastructureConfigurationsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListWorkflowExecutionsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListWorkflowExecutionsPaginator.ts index 03a4c34ffcb5..94866ea1af32 100644 --- a/clients/client-imagebuilder/src/pagination/ListWorkflowExecutionsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListWorkflowExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowExecutionsCommand, diff --git a/clients/client-imagebuilder/src/pagination/ListWorkflowStepExecutionsPaginator.ts b/clients/client-imagebuilder/src/pagination/ListWorkflowStepExecutionsPaginator.ts index 949ea167ddb6..e39fc040d1a3 100644 --- a/clients/client-imagebuilder/src/pagination/ListWorkflowStepExecutionsPaginator.ts +++ b/clients/client-imagebuilder/src/pagination/ListWorkflowStepExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowStepExecutionsCommand, diff --git a/clients/client-imagebuilder/src/protocols/Aws_restJson1.ts b/clients/client-imagebuilder/src/protocols/Aws_restJson1.ts index f6e2d1cafb7c..ff07e33878ae 100644 --- a/clients/client-imagebuilder/src/protocols/Aws_restJson1.ts +++ b/clients/client-imagebuilder/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-imagebuilder/src/runtimeConfig.browser.ts b/clients/client-imagebuilder/src/runtimeConfig.browser.ts index 2f1e4c86b2b0..3d36c5d25325 100644 --- a/clients/client-imagebuilder/src/runtimeConfig.browser.ts +++ b/clients/client-imagebuilder/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ImagebuilderClientConfig } from "./ImagebuilderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-imagebuilder/src/runtimeConfig.shared.ts b/clients/client-imagebuilder/src/runtimeConfig.shared.ts index 3744175a032c..f60ea38b46c5 100644 --- a/clients/client-imagebuilder/src/runtimeConfig.shared.ts +++ b/clients/client-imagebuilder/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ImagebuilderClientConfig } from "./ImagebuilderClient"; diff --git a/clients/client-imagebuilder/src/runtimeConfig.ts b/clients/client-imagebuilder/src/runtimeConfig.ts index fcb2a94480dc..740edde373d8 100644 --- a/clients/client-imagebuilder/src/runtimeConfig.ts +++ b/clients/client-imagebuilder/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ImagebuilderClientConfig } from "./ImagebuilderClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index 47e864943011..a31014eaf64a 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-inspector/src/Inspector.ts b/clients/client-inspector/src/Inspector.ts index df036d861a26..a158158cff52 100644 --- a/clients/client-inspector/src/Inspector.ts +++ b/clients/client-inspector/src/Inspector.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddAttributesToFindingsCommand, diff --git a/clients/client-inspector/src/InspectorClient.ts b/clients/client-inspector/src/InspectorClient.ts index 45ef02edb9cb..bd52730517e7 100644 --- a/clients/client-inspector/src/InspectorClient.ts +++ b/clients/client-inspector/src/InspectorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -270,7 +268,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -379,7 +377,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts index b50da05aebee..a845dcff7878 100644 --- a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts +++ b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { AddAttributesToFindingsRequest, AddAttributesToFindingsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts index ef8e3fcc1c17..c7eb79cbbfff 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { CreateAssessmentTargetRequest, CreateAssessmentTargetResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts index e7a43781066a..4c051542c34a 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { CreateAssessmentTemplateRequest, CreateAssessmentTemplateResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts index e6f9a542f56d..a9517c5d91c0 100644 --- a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { CreateExclusionsPreviewRequest, CreateExclusionsPreviewResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts index cf337d122e2e..7f9d5110c206 100644 --- a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts +++ b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { CreateResourceGroupRequest, CreateResourceGroupResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts index af0800fe242c..f9b389eb6313 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DeleteAssessmentRunRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts index 59194cbe4e5b..a5425da3e26d 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DeleteAssessmentTargetRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts index 76540565b242..a8087ca433a4 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DeleteAssessmentTemplateRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts index 428c667b2ff8..00efc463d193 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeAssessmentRunsRequest, DescribeAssessmentRunsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts index 625625e88d64..8d3cf39ff05a 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts index 73b7e1bee420..9e8e2a4bacaa 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts index d698dc586518..6d295594d431 100644 --- a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeCrossAccountAccessRoleResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts index 934fd561c63a..c37789117944 100644 --- a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeExclusionsRequest, DescribeExclusionsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts index aa034f499ca2..2c380e454fb1 100644 --- a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeFindingsRequest, DescribeFindingsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts index 4c2b454dc56b..23baaf5a572d 100644 --- a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts index 665c641f9f5e..3858c9365685 100644 --- a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts index 264a4b6bb532..63a199ce52af 100644 --- a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts +++ b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts index 332dd2982c18..45984afdd7b1 100644 --- a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts index fe18559e8136..e85c387357b2 100644 --- a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts +++ b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts index 1a89b858dde9..ae514d7f1478 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts index 22b9503639be..3d37471c1137 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts index 3156cb5a41cf..d3c4ad4d1ad2 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts index b8fe6c40f42e..b1f0d9e859a2 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts index b1bc6438a373..7c12f2102582 100644 --- a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts +++ b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListEventSubscriptionsRequest, ListEventSubscriptionsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListExclusionsCommand.ts b/clients/client-inspector/src/commands/ListExclusionsCommand.ts index dce10e449995..473c36738388 100644 --- a/clients/client-inspector/src/commands/ListExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/ListExclusionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListFindingsCommand.ts b/clients/client-inspector/src/commands/ListFindingsCommand.ts index 3ff726cd912a..cd43a05d9a6c 100644 --- a/clients/client-inspector/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector/src/commands/ListFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts index 86b0e315c8c7..f5257a029618 100644 --- a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts index cf56e463182a..84bdcf1865c4 100644 --- a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts index 4a93a4152bb1..b84b9716540f 100644 --- a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts +++ b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts index b9b99a4c325a..90ac1bedf539 100644 --- a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts index 2cddb906f84f..3e840d76e8c7 100644 --- a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts +++ b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts index e0cbdd8e7877..799d98292bb1 100644 --- a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { SetTagsForResourceRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts index 8a5d9b32a025..f6f8f955dff0 100644 --- a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts index 91ba6b315d01..e65adde8ddc4 100644 --- a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { StopAssessmentRunRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts index fa201f381018..e603adb70cff 100644 --- a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts +++ b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { SubscribeToEventRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts index 677650e9cca3..9cfe6847f8b6 100644 --- a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts +++ b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { UnsubscribeFromEventRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts index 1377ef0e8863..2524c5ca0389 100644 --- a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient"; import { UpdateAssessmentTargetRequest } from "../models/models_0"; diff --git a/clients/client-inspector/src/endpoint/EndpointParameters.ts b/clients/client-inspector/src/endpoint/EndpointParameters.ts index e16dc71ec255..1b069235dcdb 100644 --- a/clients/client-inspector/src/endpoint/EndpointParameters.ts +++ b/clients/client-inspector/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-inspector/src/endpoint/endpointResolver.ts b/clients/client-inspector/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-inspector/src/endpoint/endpointResolver.ts +++ b/clients/client-inspector/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-inspector/src/endpoint/ruleset.ts b/clients/client-inspector/src/endpoint/ruleset.ts index 125bdeb858f2..b6912a3d7d45 100644 --- a/clients/client-inspector/src/endpoint/ruleset.ts +++ b/clients/client-inspector/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-inspector/src/models/InspectorServiceException.ts b/clients/client-inspector/src/models/InspectorServiceException.ts index e7b0489ea2a7..f681b66e5cf0 100644 --- a/clients/client-inspector/src/models/InspectorServiceException.ts +++ b/clients/client-inspector/src/models/InspectorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-inspector/src/models/models_0.ts b/clients/client-inspector/src/models/models_0.ts index 834b3c6f4191..17374b387b84 100644 --- a/clients/client-inspector/src/models/models_0.ts +++ b/clients/client-inspector/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { InspectorServiceException as __BaseException } from "./InspectorServiceException"; diff --git a/clients/client-inspector/src/pagination/GetExclusionsPreviewPaginator.ts b/clients/client-inspector/src/pagination/GetExclusionsPreviewPaginator.ts index d7b384afb929..ed4574abbdaa 100644 --- a/clients/client-inspector/src/pagination/GetExclusionsPreviewPaginator.ts +++ b/clients/client-inspector/src/pagination/GetExclusionsPreviewPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetExclusionsPreviewCommand, diff --git a/clients/client-inspector/src/pagination/Interfaces.ts b/clients/client-inspector/src/pagination/Interfaces.ts index bbe83c4f898c..998edfd27ed1 100644 --- a/clients/client-inspector/src/pagination/Interfaces.ts +++ b/clients/client-inspector/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { InspectorClient } from "../InspectorClient"; diff --git a/clients/client-inspector/src/pagination/ListAssessmentRunAgentsPaginator.ts b/clients/client-inspector/src/pagination/ListAssessmentRunAgentsPaginator.ts index 2731c7d074f6..9ae0ff731caf 100644 --- a/clients/client-inspector/src/pagination/ListAssessmentRunAgentsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListAssessmentRunAgentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssessmentRunAgentsCommand, diff --git a/clients/client-inspector/src/pagination/ListAssessmentRunsPaginator.ts b/clients/client-inspector/src/pagination/ListAssessmentRunsPaginator.ts index aff9856a963f..046fb0df884d 100644 --- a/clients/client-inspector/src/pagination/ListAssessmentRunsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListAssessmentRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssessmentRunsCommand, diff --git a/clients/client-inspector/src/pagination/ListAssessmentTargetsPaginator.ts b/clients/client-inspector/src/pagination/ListAssessmentTargetsPaginator.ts index 61890c436888..d4089b9c42ab 100644 --- a/clients/client-inspector/src/pagination/ListAssessmentTargetsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListAssessmentTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssessmentTargetsCommand, diff --git a/clients/client-inspector/src/pagination/ListAssessmentTemplatesPaginator.ts b/clients/client-inspector/src/pagination/ListAssessmentTemplatesPaginator.ts index a63fc8726164..0c5a0dac58a6 100644 --- a/clients/client-inspector/src/pagination/ListAssessmentTemplatesPaginator.ts +++ b/clients/client-inspector/src/pagination/ListAssessmentTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssessmentTemplatesCommand, diff --git a/clients/client-inspector/src/pagination/ListEventSubscriptionsPaginator.ts b/clients/client-inspector/src/pagination/ListEventSubscriptionsPaginator.ts index 50d2a28446ff..44aaf1e062df 100644 --- a/clients/client-inspector/src/pagination/ListEventSubscriptionsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventSubscriptionsCommand, diff --git a/clients/client-inspector/src/pagination/ListExclusionsPaginator.ts b/clients/client-inspector/src/pagination/ListExclusionsPaginator.ts index 1dd44b7dd110..0da7504ab89c 100644 --- a/clients/client-inspector/src/pagination/ListExclusionsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListExclusionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExclusionsCommand, diff --git a/clients/client-inspector/src/pagination/ListFindingsPaginator.ts b/clients/client-inspector/src/pagination/ListFindingsPaginator.ts index 36ce0f146855..0ccb924a6fd6 100644 --- a/clients/client-inspector/src/pagination/ListFindingsPaginator.ts +++ b/clients/client-inspector/src/pagination/ListFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingsCommand, diff --git a/clients/client-inspector/src/pagination/ListRulesPackagesPaginator.ts b/clients/client-inspector/src/pagination/ListRulesPackagesPaginator.ts index d7d233ef7c11..10f6e6e9fcba 100644 --- a/clients/client-inspector/src/pagination/ListRulesPackagesPaginator.ts +++ b/clients/client-inspector/src/pagination/ListRulesPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesPackagesCommand, diff --git a/clients/client-inspector/src/pagination/PreviewAgentsPaginator.ts b/clients/client-inspector/src/pagination/PreviewAgentsPaginator.ts index 0ae58d19dd91..9bf4bf646c4a 100644 --- a/clients/client-inspector/src/pagination/PreviewAgentsPaginator.ts +++ b/clients/client-inspector/src/pagination/PreviewAgentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { PreviewAgentsCommand, diff --git a/clients/client-inspector/src/protocols/Aws_json1_1.ts b/clients/client-inspector/src/protocols/Aws_json1_1.ts index 6558c0234104..fa7281618fff 100644 --- a/clients/client-inspector/src/protocols/Aws_json1_1.ts +++ b/clients/client-inspector/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddAttributesToFindingsCommandInput, diff --git a/clients/client-inspector/src/runtimeConfig.browser.ts b/clients/client-inspector/src/runtimeConfig.browser.ts index 43fad355664a..b52018c50687 100644 --- a/clients/client-inspector/src/runtimeConfig.browser.ts +++ b/clients/client-inspector/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { InspectorClientConfig } from "./InspectorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-inspector/src/runtimeConfig.shared.ts b/clients/client-inspector/src/runtimeConfig.shared.ts index df34be4b0a5e..e5764f858241 100644 --- a/clients/client-inspector/src/runtimeConfig.shared.ts +++ b/clients/client-inspector/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { InspectorClientConfig } from "./InspectorClient"; diff --git a/clients/client-inspector/src/runtimeConfig.ts b/clients/client-inspector/src/runtimeConfig.ts index a9530d662c37..82aeb8b1ef10 100644 --- a/clients/client-inspector/src/runtimeConfig.ts +++ b/clients/client-inspector/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { InspectorClientConfig } from "./InspectorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-inspector2/package.json b/clients/client-inspector2/package.json index 76635858055b..ef0101c2f3e8 100644 --- a/clients/client-inspector2/package.json +++ b/clients/client-inspector2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-inspector2/src/Inspector2.ts b/clients/client-inspector2/src/Inspector2.ts index 104826f0c28d..09432698c030 100644 --- a/clients/client-inspector2/src/Inspector2.ts +++ b/clients/client-inspector2/src/Inspector2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateMemberCommand, diff --git a/clients/client-inspector2/src/Inspector2Client.ts b/clients/client-inspector2/src/Inspector2Client.ts index fb7e5ac95984..162953f0e1bd 100644 --- a/clients/client-inspector2/src/Inspector2Client.ts +++ b/clients/client-inspector2/src/Inspector2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand"; @@ -288,7 +286,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -397,7 +395,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts index afd8f8e10e9c..137f344b8390 100644 --- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts index 507f55ea992d..9f1e8daaa530 100644 --- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts index 251d7b32204a..dc5657b547fd 100644 --- a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { BatchGetCodeSnippetRequest, BatchGetCodeSnippetResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts index af800cbc5d23..16bdf44bc073 100644 --- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts index 616a2e9054e4..bfb495480291 100644 --- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts index 6ae3dea4be33..38986c619abe 100644 --- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts index a438f140acb7..e789569c5b9a 100644 --- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts index 47786cde14f5..0482e85c35be 100644 --- a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { CancelSbomExportRequest, CancelSbomExportResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts index 2033037f32f4..5372dd911b85 100644 --- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts index b62eae037816..b1fb6217d474 100644 --- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts index d6719af55012..d8a129a5d84c 100644 --- a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { CreateSbomExportRequest, CreateSbomExportResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts index 7fa27021c922..8c168671a860 100644 --- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts index 97df68341663..d42537c279e3 100644 --- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts index 7336d8441421..1373ce761cd3 100644 --- a/clients/client-inspector2/src/commands/DisableCommand.ts +++ b/clients/client-inspector2/src/commands/DisableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { DisableRequest, DisableResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts index 46cf20b5ec61..427834d147eb 100644 --- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { DisableDelegatedAdminAccountRequest, DisableDelegatedAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts index e11b1ca58f25..0590d4b35c9a 100644 --- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts index 8d79fcfc4389..f234e8c2a0d0 100644 --- a/clients/client-inspector2/src/commands/EnableCommand.ts +++ b/clients/client-inspector2/src/commands/EnableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { EnableRequest, EnableResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts index db0a10e03208..ede31f3c9a45 100644 --- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { EnableDelegatedAdminAccountRequest, EnableDelegatedAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts index 351b4e38e27b..dd622d9d554c 100644 --- a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts index 09fe98dd14af..475a1144a55c 100644 --- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts index adb4aeb76b80..f9bf898334c5 100644 --- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts index fe66d206f9bf..858d6b0e9f70 100644 --- a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetEncryptionKeyRequest, GetEncryptionKeyResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts index 98c5d9129d30..2f6bbda025ef 100644 --- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts +++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts index da1817175baf..9047f8d65d03 100644 --- a/clients/client-inspector2/src/commands/GetMemberCommand.ts +++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetMemberRequest, GetMemberResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts index 276aa3ce3714..5dd4df96d74f 100644 --- a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { GetSbomExportRequest, GetSbomExportResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts index bb89c0610cde..2b4719ac8e8a 100644 --- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts +++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListCoverageCommand.ts b/clients/client-inspector2/src/commands/ListCoverageCommand.ts index 081ab16b2f55..e4d8953f64f8 100644 --- a/clients/client-inspector2/src/commands/ListCoverageCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts index 4615993715f3..149ecc9e9a1a 100644 --- a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts index 3ad9b674f153..5b9ca10bfbd3 100644 --- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts +++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index d7f87feaae90..f59270266f02 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts index 64671bdbbf41..77583b0f3e1c 100644 --- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListFindingsCommand.ts b/clients/client-inspector2/src/commands/ListFindingsCommand.ts index e204d009e902..d744a57b3e6d 100644 --- a/clients/client-inspector2/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts index f33088083bf5..f52a2e677319 100644 --- a/clients/client-inspector2/src/commands/ListMembersCommand.ts +++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts index f88b34463832..9bd9fffe742d 100644 --- a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts index b3f27cc5b4c9..f0494a7e1e1f 100644 --- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts +++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts index b5c1332e1f20..e59772b7ebf0 100644 --- a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { ResetEncryptionKeyRequest, ResetEncryptionKeyResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts index 397ba7324961..88f28262d524 100644 --- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts +++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { SearchVulnerabilitiesRequest, SearchVulnerabilitiesResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/TagResourceCommand.ts b/clients/client-inspector2/src/commands/TagResourceCommand.ts index e77abfb3df49..387e177589ec 100644 --- a/clients/client-inspector2/src/commands/TagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/UntagResourceCommand.ts b/clients/client-inspector2/src/commands/UntagResourceCommand.ts index d3ae309e6ade..d4abdc3b69a8 100644 --- a/clients/client-inspector2/src/commands/UntagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts index a493521aa4f9..9863ac9c6ec3 100644 --- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts index 86aa7c9dbe68..6f26133ab1c9 100644 --- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts index 3c1e4a3b0429..f2ca6592705e 100644 --- a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { UpdateEncryptionKeyRequest, UpdateEncryptionKeyResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts index 4de53cf72884..863496abac1c 100644 --- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts index ebe358bdbec2..2083dc0de3cf 100644 --- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts index 479ac0cc0d28..61927b510053 100644 --- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client"; import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-inspector2/src/endpoint/EndpointParameters.ts b/clients/client-inspector2/src/endpoint/EndpointParameters.ts index ae56e4dbea71..f5ebbc5d3005 100644 --- a/clients/client-inspector2/src/endpoint/EndpointParameters.ts +++ b/clients/client-inspector2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-inspector2/src/endpoint/endpointResolver.ts b/clients/client-inspector2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-inspector2/src/endpoint/endpointResolver.ts +++ b/clients/client-inspector2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-inspector2/src/endpoint/ruleset.ts b/clients/client-inspector2/src/endpoint/ruleset.ts index 33bf58d52c0e..b7f87d9f08fd 100644 --- a/clients/client-inspector2/src/endpoint/ruleset.ts +++ b/clients/client-inspector2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-inspector2/src/models/Inspector2ServiceException.ts b/clients/client-inspector2/src/models/Inspector2ServiceException.ts index 55c7c708bb3e..9d9eff18f6ff 100644 --- a/clients/client-inspector2/src/models/Inspector2ServiceException.ts +++ b/clients/client-inspector2/src/models/Inspector2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-inspector2/src/models/models_0.ts b/clients/client-inspector2/src/models/models_0.ts index 74ee48aebdb7..d1f42eecdf0e 100644 --- a/clients/client-inspector2/src/models/models_0.ts +++ b/clients/client-inspector2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Inspector2ServiceException as __BaseException } from "./Inspector2ServiceException"; diff --git a/clients/client-inspector2/src/pagination/Interfaces.ts b/clients/client-inspector2/src/pagination/Interfaces.ts index 5cf4e207ad73..ba5d2e530846 100644 --- a/clients/client-inspector2/src/pagination/Interfaces.ts +++ b/clients/client-inspector2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Inspector2Client } from "../Inspector2Client"; diff --git a/clients/client-inspector2/src/pagination/ListAccountPermissionsPaginator.ts b/clients/client-inspector2/src/pagination/ListAccountPermissionsPaginator.ts index 232f30cb4dee..cc842e6629f8 100644 --- a/clients/client-inspector2/src/pagination/ListAccountPermissionsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListAccountPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountPermissionsCommand, diff --git a/clients/client-inspector2/src/pagination/ListCoveragePaginator.ts b/clients/client-inspector2/src/pagination/ListCoveragePaginator.ts index ef95dbe3d994..95ad3cf53cd4 100644 --- a/clients/client-inspector2/src/pagination/ListCoveragePaginator.ts +++ b/clients/client-inspector2/src/pagination/ListCoveragePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoverageCommand, diff --git a/clients/client-inspector2/src/pagination/ListCoverageStatisticsPaginator.ts b/clients/client-inspector2/src/pagination/ListCoverageStatisticsPaginator.ts index 8fbf394d15a8..203a273ab572 100644 --- a/clients/client-inspector2/src/pagination/ListCoverageStatisticsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListCoverageStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoverageStatisticsCommand, diff --git a/clients/client-inspector2/src/pagination/ListDelegatedAdminAccountsPaginator.ts b/clients/client-inspector2/src/pagination/ListDelegatedAdminAccountsPaginator.ts index 3017945dcac4..4b0231a3537e 100644 --- a/clients/client-inspector2/src/pagination/ListDelegatedAdminAccountsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListDelegatedAdminAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDelegatedAdminAccountsCommand, diff --git a/clients/client-inspector2/src/pagination/ListFiltersPaginator.ts b/clients/client-inspector2/src/pagination/ListFiltersPaginator.ts index 15d745efd7ea..d9cfdc0fd4f7 100644 --- a/clients/client-inspector2/src/pagination/ListFiltersPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFiltersCommand, ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand"; import { Inspector2Client } from "../Inspector2Client"; diff --git a/clients/client-inspector2/src/pagination/ListFindingAggregationsPaginator.ts b/clients/client-inspector2/src/pagination/ListFindingAggregationsPaginator.ts index 406f7878ba2c..ea3826ba14c1 100644 --- a/clients/client-inspector2/src/pagination/ListFindingAggregationsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListFindingAggregationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingAggregationsCommand, diff --git a/clients/client-inspector2/src/pagination/ListFindingsPaginator.ts b/clients/client-inspector2/src/pagination/ListFindingsPaginator.ts index 620dfcbbe5d4..af1947f6023c 100644 --- a/clients/client-inspector2/src/pagination/ListFindingsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingsCommand, diff --git a/clients/client-inspector2/src/pagination/ListMembersPaginator.ts b/clients/client-inspector2/src/pagination/ListMembersPaginator.ts index 03c869d0c986..1be5c00f4c67 100644 --- a/clients/client-inspector2/src/pagination/ListMembersPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { Inspector2Client } from "../Inspector2Client"; diff --git a/clients/client-inspector2/src/pagination/ListUsageTotalsPaginator.ts b/clients/client-inspector2/src/pagination/ListUsageTotalsPaginator.ts index d168e1b78356..0ca059b8a64f 100644 --- a/clients/client-inspector2/src/pagination/ListUsageTotalsPaginator.ts +++ b/clients/client-inspector2/src/pagination/ListUsageTotalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsageTotalsCommand, diff --git a/clients/client-inspector2/src/pagination/SearchVulnerabilitiesPaginator.ts b/clients/client-inspector2/src/pagination/SearchVulnerabilitiesPaginator.ts index 22fcabf7e840..15ca1f4e4be0 100644 --- a/clients/client-inspector2/src/pagination/SearchVulnerabilitiesPaginator.ts +++ b/clients/client-inspector2/src/pagination/SearchVulnerabilitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchVulnerabilitiesCommand, diff --git a/clients/client-inspector2/src/protocols/Aws_restJson1.ts b/clients/client-inspector2/src/protocols/Aws_restJson1.ts index 211572ba9e1f..9642292bcfa6 100644 --- a/clients/client-inspector2/src/protocols/Aws_restJson1.ts +++ b/clients/client-inspector2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "../commands/AssociateMemberCommand"; diff --git a/clients/client-inspector2/src/runtimeConfig.browser.ts b/clients/client-inspector2/src/runtimeConfig.browser.ts index e333545c6457..c8b97e79daf9 100644 --- a/clients/client-inspector2/src/runtimeConfig.browser.ts +++ b/clients/client-inspector2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Inspector2ClientConfig } from "./Inspector2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-inspector2/src/runtimeConfig.shared.ts b/clients/client-inspector2/src/runtimeConfig.shared.ts index 7fb4c4559979..6d9f14a214f9 100644 --- a/clients/client-inspector2/src/runtimeConfig.shared.ts +++ b/clients/client-inspector2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Inspector2ClientConfig } from "./Inspector2Client"; diff --git a/clients/client-inspector2/src/runtimeConfig.ts b/clients/client-inspector2/src/runtimeConfig.ts index 5db6ffb50cf7..262030a8a41a 100644 --- a/clients/client-inspector2/src/runtimeConfig.ts +++ b/clients/client-inspector2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Inspector2ClientConfig } from "./Inspector2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-internetmonitor/package.json b/clients/client-internetmonitor/package.json index 7dedc62251d3..935319651a52 100644 --- a/clients/client-internetmonitor/package.json +++ b/clients/client-internetmonitor/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-internetmonitor/src/InternetMonitor.ts b/clients/client-internetmonitor/src/InternetMonitor.ts index b2d7f29579a5..d081c1490860 100644 --- a/clients/client-internetmonitor/src/InternetMonitor.ts +++ b/clients/client-internetmonitor/src/InternetMonitor.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateMonitorCommand, diff --git a/clients/client-internetmonitor/src/InternetMonitorClient.ts b/clients/client-internetmonitor/src/InternetMonitorClient.ts index 5a6ae415d44c..bf82f6ba66b9 100644 --- a/clients/client-internetmonitor/src/InternetMonitorClient.ts +++ b/clients/client-internetmonitor/src/InternetMonitorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand"; @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts index abb1c956845a..3dcf06e6ce75 100644 --- a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts index e98f18084b28..5149cb8d8ebf 100644 --- a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts index a69839c7155b..643172f80dc6 100644 --- a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts index b08aff70a5ee..f287e4480d5d 100644 --- a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { GetMonitorInput, GetMonitorOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts index 708e3159ffa4..09edf47fae01 100644 --- a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { ListHealthEventsInput, ListHealthEventsOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts index 95af049bae12..f651eb79bdbe 100644 --- a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { ListMonitorsInput, ListMonitorsOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts index 02308be19480..9b7c0567b0af 100644 --- a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts index 7daa857aa562..f3d1cfe3efec 100644 --- a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts index db3c70b971d1..404c63b273dd 100644 --- a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts index fce885433b3c..eddea1802824 100644 --- a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient"; import { UpdateMonitorInput, UpdateMonitorOutput } from "../models/models_0"; diff --git a/clients/client-internetmonitor/src/endpoint/EndpointParameters.ts b/clients/client-internetmonitor/src/endpoint/EndpointParameters.ts index 6125cdcbf131..4ec54834d959 100644 --- a/clients/client-internetmonitor/src/endpoint/EndpointParameters.ts +++ b/clients/client-internetmonitor/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-internetmonitor/src/endpoint/endpointResolver.ts b/clients/client-internetmonitor/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-internetmonitor/src/endpoint/endpointResolver.ts +++ b/clients/client-internetmonitor/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-internetmonitor/src/endpoint/ruleset.ts b/clients/client-internetmonitor/src/endpoint/ruleset.ts index 0af7f0995d27..c1c52ec17ca9 100644 --- a/clients/client-internetmonitor/src/endpoint/ruleset.ts +++ b/clients/client-internetmonitor/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts b/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts index 1ec9d7dc6c53..e2b379793ef8 100644 --- a/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts +++ b/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-internetmonitor/src/models/models_0.ts b/clients/client-internetmonitor/src/models/models_0.ts index e17c9b513504..e59c001b5ae2 100644 --- a/clients/client-internetmonitor/src/models/models_0.ts +++ b/clients/client-internetmonitor/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { InternetMonitorServiceException as __BaseException } from "./InternetMonitorServiceException"; diff --git a/clients/client-internetmonitor/src/pagination/Interfaces.ts b/clients/client-internetmonitor/src/pagination/Interfaces.ts index 5ff44dd45c68..3771789f5055 100644 --- a/clients/client-internetmonitor/src/pagination/Interfaces.ts +++ b/clients/client-internetmonitor/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { InternetMonitorClient } from "../InternetMonitorClient"; diff --git a/clients/client-internetmonitor/src/pagination/ListHealthEventsPaginator.ts b/clients/client-internetmonitor/src/pagination/ListHealthEventsPaginator.ts index 25a84ded9bcc..4dc50de4453a 100644 --- a/clients/client-internetmonitor/src/pagination/ListHealthEventsPaginator.ts +++ b/clients/client-internetmonitor/src/pagination/ListHealthEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHealthEventsCommand, diff --git a/clients/client-internetmonitor/src/pagination/ListMonitorsPaginator.ts b/clients/client-internetmonitor/src/pagination/ListMonitorsPaginator.ts index 24cff0fe23f8..3cf1a3256036 100644 --- a/clients/client-internetmonitor/src/pagination/ListMonitorsPaginator.ts +++ b/clients/client-internetmonitor/src/pagination/ListMonitorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitorsCommand, diff --git a/clients/client-internetmonitor/src/protocols/Aws_restJson1.ts b/clients/client-internetmonitor/src/protocols/Aws_restJson1.ts index 1c39280249e0..175acc05e9b4 100644 --- a/clients/client-internetmonitor/src/protocols/Aws_restJson1.ts +++ b/clients/client-internetmonitor/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand"; diff --git a/clients/client-internetmonitor/src/runtimeConfig.browser.ts b/clients/client-internetmonitor/src/runtimeConfig.browser.ts index b071c00746d6..bb9f4c981007 100644 --- a/clients/client-internetmonitor/src/runtimeConfig.browser.ts +++ b/clients/client-internetmonitor/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { InternetMonitorClientConfig } from "./InternetMonitorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-internetmonitor/src/runtimeConfig.shared.ts b/clients/client-internetmonitor/src/runtimeConfig.shared.ts index bdf68f90d86d..c2cd3b271d98 100644 --- a/clients/client-internetmonitor/src/runtimeConfig.shared.ts +++ b/clients/client-internetmonitor/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { InternetMonitorClientConfig } from "./InternetMonitorClient"; diff --git a/clients/client-internetmonitor/src/runtimeConfig.ts b/clients/client-internetmonitor/src/runtimeConfig.ts index e0784047a715..1fc05724f95a 100644 --- a/clients/client-internetmonitor/src/runtimeConfig.ts +++ b/clients/client-internetmonitor/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { InternetMonitorClientConfig } from "./InternetMonitorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index c360832a5023..449c9b655c27 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesService.ts b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesService.ts index 2fe788fd9907..7deca3ec81c1 100644 --- a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesService.ts +++ b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ClaimDevicesByClaimCodeCommand, diff --git a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts index 32629e9fa667..f453f6af4993 100644 --- a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts +++ b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -132,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -241,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts index 741c539953d7..07ecb80a8935 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts index df50527629e5..938996a49336 100644 --- a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts index 198dd14ee8d9..36e0c228c73d 100644 --- a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts index c6fef099b6ea..ae7539430319 100644 --- a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts index 7d12a8f57db7..c20f27354b2f 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts index 686e999befac..e84f57eaf508 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts index 1002825e962d..4b49c428220a 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts index 5108975d1cf2..69b4f157c2b5 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts index a1db776d7720..31050354d195 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts index 39e20ca050c6..62bf239717ec 100644 --- a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts index 1d8610710a0d..6bfaf9ba573a 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts index e60238ceaab8..9aa3515ecda6 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts index 4c446478634d..ef7e02c031a5 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickDevicesServiceClientResolvedConfig, diff --git a/clients/client-iot-1click-devices-service/src/endpoint/EndpointParameters.ts b/clients/client-iot-1click-devices-service/src/endpoint/EndpointParameters.ts index 9b969a6b8361..cf31e09031a4 100644 --- a/clients/client-iot-1click-devices-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-1click-devices-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-1click-devices-service/src/endpoint/endpointResolver.ts b/clients/client-iot-1click-devices-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-1click-devices-service/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-1click-devices-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-1click-devices-service/src/endpoint/ruleset.ts b/clients/client-iot-1click-devices-service/src/endpoint/ruleset.ts index c4ab9e4649d3..cd8bd6da25e6 100644 --- a/clients/client-iot-1click-devices-service/src/endpoint/ruleset.ts +++ b/clients/client-iot-1click-devices-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts b/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts index a6160c3df1fc..c19b01970488 100644 --- a/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts +++ b/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-1click-devices-service/src/models/models_0.ts b/clients/client-iot-1click-devices-service/src/models/models_0.ts index 8f878136e6ae..51a6c66ed548 100644 --- a/clients/client-iot-1click-devices-service/src/models/models_0.ts +++ b/clients/client-iot-1click-devices-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoT1ClickDevicesServiceServiceException as __BaseException } from "./IoT1ClickDevicesServiceServiceException"; diff --git a/clients/client-iot-1click-devices-service/src/protocols/Aws_restJson1.ts b/clients/client-iot-1click-devices-service/src/protocols/Aws_restJson1.ts index ebc9a2019f97..a6b77fdedd6c 100644 --- a/clients/client-iot-1click-devices-service/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-1click-devices-service/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClaimDevicesByClaimCodeCommandInput, diff --git a/clients/client-iot-1click-devices-service/src/runtimeConfig.browser.ts b/clients/client-iot-1click-devices-service/src/runtimeConfig.browser.ts index 1671d0624feb..5a453ae8f37c 100644 --- a/clients/client-iot-1click-devices-service/src/runtimeConfig.browser.ts +++ b/clients/client-iot-1click-devices-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoT1ClickDevicesServiceClientConfig } from "./IoT1ClickDevicesServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-1click-devices-service/src/runtimeConfig.shared.ts b/clients/client-iot-1click-devices-service/src/runtimeConfig.shared.ts index 7a91b8e520a3..607f0d3a90f5 100644 --- a/clients/client-iot-1click-devices-service/src/runtimeConfig.shared.ts +++ b/clients/client-iot-1click-devices-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoT1ClickDevicesServiceClientConfig } from "./IoT1ClickDevicesServiceClient"; diff --git a/clients/client-iot-1click-devices-service/src/runtimeConfig.ts b/clients/client-iot-1click-devices-service/src/runtimeConfig.ts index c598b569ae35..c5cb061c97fd 100644 --- a/clients/client-iot-1click-devices-service/src/runtimeConfig.ts +++ b/clients/client-iot-1click-devices-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoT1ClickDevicesServiceClientConfig } from "./IoT1ClickDevicesServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index c42d67525e2b..97292e8d5fcc 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-1click-projects/src/IoT1ClickProjects.ts b/clients/client-iot-1click-projects/src/IoT1ClickProjects.ts index ce9ee6410b08..c6d1f4cb38c4 100644 --- a/clients/client-iot-1click-projects/src/IoT1ClickProjects.ts +++ b/clients/client-iot-1click-projects/src/IoT1ClickProjects.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateDeviceWithPlacementCommand, diff --git a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts index a5c103e2296d..fa182f123dfe 100644 --- a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts +++ b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -141,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -250,7 +248,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts index 73a077df3450..31404b7ddad7 100644 --- a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts index b663a570aff3..29658baf6da8 100644 --- a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts index 288e4701b305..aa1520715da3 100644 --- a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts index 7895225e509a..2916b308a2ff 100644 --- a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts index 8e911bf0ed04..0a008cce630e 100644 --- a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts index ab528b273d65..23ba98511aa9 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts index 221d368a246f..b2549c9c40b5 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts index 0fc0b6932295..b806c318be3f 100644 --- a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts index eb4ca91400ee..c0de8c58ce65 100644 --- a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts index 443718e2e969..728895ad8ca7 100644 --- a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts index 150ee8c3b6e8..db988de90321 100644 --- a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts index b8f721c685f5..036287dddb46 100644 --- a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts index 322b791d0ae9..50069a743482 100644 --- a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts index 47fb054af1d5..509fc485d3a1 100644 --- a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts index 4d37c7879caf..8ab1964cc936 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts index 52ca03862996..5d1ce9c6de43 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoT1ClickProjectsClientResolvedConfig, diff --git a/clients/client-iot-1click-projects/src/endpoint/EndpointParameters.ts b/clients/client-iot-1click-projects/src/endpoint/EndpointParameters.ts index 9b969a6b8361..cf31e09031a4 100644 --- a/clients/client-iot-1click-projects/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-1click-projects/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-1click-projects/src/endpoint/endpointResolver.ts b/clients/client-iot-1click-projects/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-1click-projects/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-1click-projects/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-1click-projects/src/endpoint/ruleset.ts b/clients/client-iot-1click-projects/src/endpoint/ruleset.ts index dac15dc61afc..4d8aac2578d8 100644 --- a/clients/client-iot-1click-projects/src/endpoint/ruleset.ts +++ b/clients/client-iot-1click-projects/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts b/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts index ff82ca28d93f..de1550ee1b79 100644 --- a/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts +++ b/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-1click-projects/src/models/models_0.ts b/clients/client-iot-1click-projects/src/models/models_0.ts index c63965f346b4..48340a5c51b5 100644 --- a/clients/client-iot-1click-projects/src/models/models_0.ts +++ b/clients/client-iot-1click-projects/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoT1ClickProjectsServiceException as __BaseException } from "./IoT1ClickProjectsServiceException"; diff --git a/clients/client-iot-1click-projects/src/pagination/Interfaces.ts b/clients/client-iot-1click-projects/src/pagination/Interfaces.ts index 819a32e23d8d..a8787786fca5 100644 --- a/clients/client-iot-1click-projects/src/pagination/Interfaces.ts +++ b/clients/client-iot-1click-projects/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoT1ClickProjectsClient } from "../IoT1ClickProjectsClient"; diff --git a/clients/client-iot-1click-projects/src/pagination/ListPlacementsPaginator.ts b/clients/client-iot-1click-projects/src/pagination/ListPlacementsPaginator.ts index f5c9daa30b06..54e74979d530 100644 --- a/clients/client-iot-1click-projects/src/pagination/ListPlacementsPaginator.ts +++ b/clients/client-iot-1click-projects/src/pagination/ListPlacementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlacementsCommand, diff --git a/clients/client-iot-1click-projects/src/pagination/ListProjectsPaginator.ts b/clients/client-iot-1click-projects/src/pagination/ListProjectsPaginator.ts index 1b7ff9f966a4..1f3c0f530684 100644 --- a/clients/client-iot-1click-projects/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-iot-1click-projects/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-iot-1click-projects/src/protocols/Aws_restJson1.ts b/clients/client-iot-1click-projects/src/protocols/Aws_restJson1.ts index dfdffe161296..2f6173dc56fd 100644 --- a/clients/client-iot-1click-projects/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-1click-projects/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDeviceWithPlacementCommandInput, diff --git a/clients/client-iot-1click-projects/src/runtimeConfig.browser.ts b/clients/client-iot-1click-projects/src/runtimeConfig.browser.ts index 4d7094f22c53..67e5ba5bcbe1 100644 --- a/clients/client-iot-1click-projects/src/runtimeConfig.browser.ts +++ b/clients/client-iot-1click-projects/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoT1ClickProjectsClientConfig } from "./IoT1ClickProjectsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-1click-projects/src/runtimeConfig.shared.ts b/clients/client-iot-1click-projects/src/runtimeConfig.shared.ts index 5a13a38e1b20..a3fccdddcd51 100644 --- a/clients/client-iot-1click-projects/src/runtimeConfig.shared.ts +++ b/clients/client-iot-1click-projects/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoT1ClickProjectsClientConfig } from "./IoT1ClickProjectsClient"; diff --git a/clients/client-iot-1click-projects/src/runtimeConfig.ts b/clients/client-iot-1click-projects/src/runtimeConfig.ts index a8f997f96c48..58024a2c93cc 100644 --- a/clients/client-iot-1click-projects/src/runtimeConfig.ts +++ b/clients/client-iot-1click-projects/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoT1ClickProjectsClientConfig } from "./IoT1ClickProjectsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index e6c75725b192..31e4defc31c2 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-data-plane/src/IoTDataPlane.ts b/clients/client-iot-data-plane/src/IoTDataPlane.ts index ec748404ae52..c0404761047f 100644 --- a/clients/client-iot-data-plane/src/IoTDataPlane.ts +++ b/clients/client-iot-data-plane/src/IoTDataPlane.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteThingShadowCommand, diff --git a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts index da4cfcea484d..b425f0e9656d 100644 --- a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts +++ b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteThingShadowCommandInput, DeleteThingShadowCommandOutput } from "./commands/DeleteThingShadowCommand"; @@ -108,7 +106,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -217,7 +215,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts index 062826dfc230..fc9ac535acac 100644 --- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { DeleteThingShadowRequest, DeleteThingShadowResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts index 4b256d759dd0..8aae06bec95c 100644 --- a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { GetRetainedMessageRequest, GetRetainedMessageResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts index 028d3ae7e903..e60a0da03025 100644 --- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { GetThingShadowRequest, GetThingShadowResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts index 9c1203b1c7d7..5ba60e9f61b6 100644 --- a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { ListNamedShadowsForThingRequest, ListNamedShadowsForThingResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts index 14a6057e2b74..ba982b2d0687 100644 --- a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { ListRetainedMessagesRequest, ListRetainedMessagesResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts index 0e700790706b..d0ee6e619753 100644 --- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { PublishRequest } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts index 7c692470f123..0171b258906b 100644 --- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts @@ -1,19 +1,19 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient"; import { UpdateThingShadowRequest, UpdateThingShadowResponse } from "../models/models_0"; diff --git a/clients/client-iot-data-plane/src/endpoint/EndpointParameters.ts b/clients/client-iot-data-plane/src/endpoint/EndpointParameters.ts index dfa509bf1d40..2ea79d828ba1 100644 --- a/clients/client-iot-data-plane/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-data-plane/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-data-plane/src/endpoint/endpointResolver.ts b/clients/client-iot-data-plane/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-data-plane/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-data-plane/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-data-plane/src/endpoint/ruleset.ts b/clients/client-iot-data-plane/src/endpoint/ruleset.ts index 763056f83fbb..07a060bcd49a 100644 --- a/clients/client-iot-data-plane/src/endpoint/ruleset.ts +++ b/clients/client-iot-data-plane/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts b/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts index 898a68d67988..1bd70713fc7b 100644 --- a/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts +++ b/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-data-plane/src/models/models_0.ts b/clients/client-iot-data-plane/src/models/models_0.ts index 7288869eb94e..db5613c60af7 100644 --- a/clients/client-iot-data-plane/src/models/models_0.ts +++ b/clients/client-iot-data-plane/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { IoTDataPlaneServiceException as __BaseException } from "./IoTDataPlaneServiceException"; diff --git a/clients/client-iot-data-plane/src/pagination/Interfaces.ts b/clients/client-iot-data-plane/src/pagination/Interfaces.ts index 6fb48cdfad37..5f37749df172 100644 --- a/clients/client-iot-data-plane/src/pagination/Interfaces.ts +++ b/clients/client-iot-data-plane/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTDataPlaneClient } from "../IoTDataPlaneClient"; diff --git a/clients/client-iot-data-plane/src/pagination/ListRetainedMessagesPaginator.ts b/clients/client-iot-data-plane/src/pagination/ListRetainedMessagesPaginator.ts index 1736a3195b70..9dcb598ac11d 100644 --- a/clients/client-iot-data-plane/src/pagination/ListRetainedMessagesPaginator.ts +++ b/clients/client-iot-data-plane/src/pagination/ListRetainedMessagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRetainedMessagesCommand, diff --git a/clients/client-iot-data-plane/src/protocols/Aws_restJson1.ts b/clients/client-iot-data-plane/src/protocols/Aws_restJson1.ts index 0917d8ad1398..edcdd971ff51 100644 --- a/clients/client-iot-data-plane/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-data-plane/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteThingShadowCommandInput, DeleteThingShadowCommandOutput } from "../commands/DeleteThingShadowCommand"; import { GetRetainedMessageCommandInput, GetRetainedMessageCommandOutput } from "../commands/GetRetainedMessageCommand"; diff --git a/clients/client-iot-data-plane/src/runtimeConfig.browser.ts b/clients/client-iot-data-plane/src/runtimeConfig.browser.ts index 309a934d9a98..a8843d03393d 100644 --- a/clients/client-iot-data-plane/src/runtimeConfig.browser.ts +++ b/clients/client-iot-data-plane/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTDataPlaneClientConfig } from "./IoTDataPlaneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-data-plane/src/runtimeConfig.shared.ts b/clients/client-iot-data-plane/src/runtimeConfig.shared.ts index f02e8e17eb7a..e261615965f2 100644 --- a/clients/client-iot-data-plane/src/runtimeConfig.shared.ts +++ b/clients/client-iot-data-plane/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTDataPlaneClientConfig } from "./IoTDataPlaneClient"; diff --git a/clients/client-iot-data-plane/src/runtimeConfig.ts b/clients/client-iot-data-plane/src/runtimeConfig.ts index 487597ec1f44..9131c9884598 100644 --- a/clients/client-iot-data-plane/src/runtimeConfig.ts +++ b/clients/client-iot-data-plane/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTDataPlaneClientConfig } from "./IoTDataPlaneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index 5c5fa469480d..27be1c7a7445 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-events-data/src/IoTEventsData.ts b/clients/client-iot-events-data/src/IoTEventsData.ts index 84b712cb6e05..21014fec6cd3 100644 --- a/clients/client-iot-events-data/src/IoTEventsData.ts +++ b/clients/client-iot-events-data/src/IoTEventsData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchAcknowledgeAlarmCommand, diff --git a/clients/client-iot-events-data/src/IoTEventsDataClient.ts b/clients/client-iot-events-data/src/IoTEventsDataClient.ts index f7382c25bac0..f53ba1e0fdb3 100644 --- a/clients/client-iot-events-data/src/IoTEventsDataClient.ts +++ b/clients/client-iot-events-data/src/IoTEventsDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -126,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -235,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts index 57d015c7b74b..23bd3a110cfa 100644 --- a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchAcknowledgeAlarmRequest, BatchAcknowledgeAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts index 128baf9990fe..0026bb3e9694 100644 --- a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchDeleteDetectorRequest, BatchDeleteDetectorResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts index 2dbf500d208c..8801adbf8139 100644 --- a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchDisableAlarmRequest, BatchDisableAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts index 45baf28fddd4..6657fc2935c9 100644 --- a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchEnableAlarmRequest, BatchEnableAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts index a694835ae5b2..a41e353c05db 100644 --- a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchPutMessageRequest, BatchPutMessageResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts index 62138f988d2c..554bea285c07 100644 --- a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchResetAlarmRequest, BatchResetAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts index 94bb74318c11..98cfca5d3ba5 100644 --- a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchSnoozeAlarmRequest, BatchSnoozeAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts index ab8cf82ee688..5589da7f2a19 100644 --- a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { BatchUpdateDetectorRequest, BatchUpdateDetectorResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts index 991526fb1b21..24cb0a58149b 100644 --- a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { DescribeAlarmRequest, DescribeAlarmResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts index e38a5db0dd00..5553f339b224 100644 --- a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { DescribeDetectorRequest, DescribeDetectorResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts index eeaae57df590..5b999ee76b7f 100644 --- a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { ListAlarmsRequest, ListAlarmsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts index b331b86ec480..d1b495576944 100644 --- a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsDataClient"; import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events-data/src/endpoint/EndpointParameters.ts b/clients/client-iot-events-data/src/endpoint/EndpointParameters.ts index bbe14170d996..461b0d16820e 100644 --- a/clients/client-iot-events-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-events-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-events-data/src/endpoint/endpointResolver.ts b/clients/client-iot-events-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-events-data/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-events-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-events-data/src/endpoint/ruleset.ts b/clients/client-iot-events-data/src/endpoint/ruleset.ts index b677b27faf1a..614002bba721 100644 --- a/clients/client-iot-events-data/src/endpoint/ruleset.ts +++ b/clients/client-iot-events-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts b/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts index 4ef2d8c7a518..d8567bf92340 100644 --- a/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts +++ b/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-events-data/src/models/models_0.ts b/clients/client-iot-events-data/src/models/models_0.ts index c5b5f672202e..1338471cee60 100644 --- a/clients/client-iot-events-data/src/models/models_0.ts +++ b/clients/client-iot-events-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTEventsDataServiceException as __BaseException } from "./IoTEventsDataServiceException"; diff --git a/clients/client-iot-events-data/src/protocols/Aws_restJson1.ts b/clients/client-iot-events-data/src/protocols/Aws_restJson1.ts index 1d9460ad73d0..5cb31e749155 100644 --- a/clients/client-iot-events-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-events-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchAcknowledgeAlarmCommandInput, diff --git a/clients/client-iot-events-data/src/runtimeConfig.browser.ts b/clients/client-iot-events-data/src/runtimeConfig.browser.ts index f4e2c12cfbde..40db2d582b3c 100644 --- a/clients/client-iot-events-data/src/runtimeConfig.browser.ts +++ b/clients/client-iot-events-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTEventsDataClientConfig } from "./IoTEventsDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-events-data/src/runtimeConfig.shared.ts b/clients/client-iot-events-data/src/runtimeConfig.shared.ts index 5b1173f270b2..aef1d5eaedfa 100644 --- a/clients/client-iot-events-data/src/runtimeConfig.shared.ts +++ b/clients/client-iot-events-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTEventsDataClientConfig } from "./IoTEventsDataClient"; diff --git a/clients/client-iot-events-data/src/runtimeConfig.ts b/clients/client-iot-events-data/src/runtimeConfig.ts index 4cf808d2ed53..8afcf900670b 100644 --- a/clients/client-iot-events-data/src/runtimeConfig.ts +++ b/clients/client-iot-events-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTEventsDataClientConfig } from "./IoTEventsDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index 0ac72232ff1d..8f88698d97ee 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-events/src/IoTEvents.ts b/clients/client-iot-events/src/IoTEvents.ts index a6fd43b6d6ca..db4d430c1150 100644 --- a/clients/client-iot-events/src/IoTEvents.ts +++ b/clients/client-iot-events/src/IoTEvents.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAlarmModelCommand, diff --git a/clients/client-iot-events/src/IoTEventsClient.ts b/clients/client-iot-events/src/IoTEventsClient.ts index 65c8470e57ec..5464b1c1d027 100644 --- a/clients/client-iot-events/src/IoTEventsClient.ts +++ b/clients/client-iot-events/src/IoTEventsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput } from "./commands/CreateAlarmModelCommand"; @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts index 4f80c3a62699..3e77c31f9b91 100644 --- a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts index 0002781a1eff..6ed9ecdbb704 100644 --- a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { CreateDetectorModelRequest, CreateDetectorModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/CreateInputCommand.ts b/clients/client-iot-events/src/commands/CreateInputCommand.ts index 4dee8689b0c5..929ba1429455 100644 --- a/clients/client-iot-events/src/commands/CreateInputCommand.ts +++ b/clients/client-iot-events/src/commands/CreateInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { CreateInputRequest, CreateInputResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts index 242ea63f031a..aa3b59876d50 100644 --- a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts index 1d11612577fd..80efb96dff8b 100644 --- a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DeleteDetectorModelRequest, DeleteDetectorModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DeleteInputCommand.ts b/clients/client-iot-events/src/commands/DeleteInputCommand.ts index 7c2a7b11f53a..2d9c3b8db5a5 100644 --- a/clients/client-iot-events/src/commands/DeleteInputCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts index 868f5c37d4aa..e23d9d4a434a 100644 --- a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts index 3df3e3ee4dd3..e6adaaed47c4 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DescribeDetectorModelAnalysisRequest, DescribeDetectorModelAnalysisResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts index e07f1057dab8..2637d350f25f 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DescribeDetectorModelRequest, DescribeDetectorModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DescribeInputCommand.ts b/clients/client-iot-events/src/commands/DescribeInputCommand.ts index a1b0a5d2e969..51307ca21df6 100644 --- a/clients/client-iot-events/src/commands/DescribeInputCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DescribeInputRequest, DescribeInputResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts index ffdea88c330e..ae20d72021a5 100644 --- a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts index 6edca044894d..0a893c15ac3c 100644 --- a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts +++ b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { GetDetectorModelAnalysisResultsRequest, GetDetectorModelAnalysisResultsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts index 9d6105f57ab3..b52303aacb57 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts index f8d55865562e..61d888d0f49c 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts index f00493ce63e3..0094b0044c0c 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts index a3890233e8fd..115b3c4f6529 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts index 30345f9c36da..30cc644023ef 100644 --- a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListInputRoutingsRequest, ListInputRoutingsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListInputsCommand.ts b/clients/client-iot-events/src/commands/ListInputsCommand.ts index fb9c83af9665..27d8010b3ded 100644 --- a/clients/client-iot-events/src/commands/ListInputsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListInputsRequest, ListInputsResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts index 4c3affc3c92d..d72cf7f48e1d 100644 --- a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts index 2cda0f7106f3..f42cf7917a6e 100644 --- a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { PutLoggingOptionsRequest } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts index 1c02a3d3159c..6fae39cef941 100644 --- a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/TagResourceCommand.ts b/clients/client-iot-events/src/commands/TagResourceCommand.ts index fd1e348558b4..89073edeb25d 100644 --- a/clients/client-iot-events/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/UntagResourceCommand.ts b/clients/client-iot-events/src/commands/UntagResourceCommand.ts index 4b0d4230823b..8907e3ae21fe 100644 --- a/clients/client-iot-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts index f13b6e512b10..b5db5c207574 100644 --- a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts index ffe3e0112aee..7ce28f49ef60 100644 --- a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { UpdateDetectorModelRequest, UpdateDetectorModelResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/commands/UpdateInputCommand.ts b/clients/client-iot-events/src/commands/UpdateInputCommand.ts index 24b9369bcdb9..fdc39f04ec3e 100644 --- a/clients/client-iot-events/src/commands/UpdateInputCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient"; import { UpdateInputRequest, UpdateInputResponse } from "../models/models_0"; diff --git a/clients/client-iot-events/src/endpoint/EndpointParameters.ts b/clients/client-iot-events/src/endpoint/EndpointParameters.ts index d777727a5dd0..b1e487c6878e 100644 --- a/clients/client-iot-events/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-events/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-events/src/endpoint/endpointResolver.ts b/clients/client-iot-events/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-events/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-events/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-events/src/endpoint/ruleset.ts b/clients/client-iot-events/src/endpoint/ruleset.ts index 5af5449b2b90..0a9fef835a76 100644 --- a/clients/client-iot-events/src/endpoint/ruleset.ts +++ b/clients/client-iot-events/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-events/src/models/IoTEventsServiceException.ts b/clients/client-iot-events/src/models/IoTEventsServiceException.ts index dc0d2ba90c0e..da5d78173e9e 100644 --- a/clients/client-iot-events/src/models/IoTEventsServiceException.ts +++ b/clients/client-iot-events/src/models/IoTEventsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-events/src/models/models_0.ts b/clients/client-iot-events/src/models/models_0.ts index 95a34478ea43..dd4b47790a42 100644 --- a/clients/client-iot-events/src/models/models_0.ts +++ b/clients/client-iot-events/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTEventsServiceException as __BaseException } from "./IoTEventsServiceException"; diff --git a/clients/client-iot-events/src/protocols/Aws_restJson1.ts b/clients/client-iot-events/src/protocols/Aws_restJson1.ts index bc15c5338003..ac6459231080 100644 --- a/clients/client-iot-events/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-events/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput } from "../commands/CreateAlarmModelCommand"; import { diff --git a/clients/client-iot-events/src/runtimeConfig.browser.ts b/clients/client-iot-events/src/runtimeConfig.browser.ts index f82a78b4ae9e..83ba34e5c2b6 100644 --- a/clients/client-iot-events/src/runtimeConfig.browser.ts +++ b/clients/client-iot-events/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTEventsClientConfig } from "./IoTEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-events/src/runtimeConfig.shared.ts b/clients/client-iot-events/src/runtimeConfig.shared.ts index d0eb87eead4d..8b0c20d88082 100644 --- a/clients/client-iot-events/src/runtimeConfig.shared.ts +++ b/clients/client-iot-events/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTEventsClientConfig } from "./IoTEventsClient"; diff --git a/clients/client-iot-events/src/runtimeConfig.ts b/clients/client-iot-events/src/runtimeConfig.ts index 249fb34a8e02..7e05883fc7be 100644 --- a/clients/client-iot-events/src/runtimeConfig.ts +++ b/clients/client-iot-events/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTEventsClientConfig } from "./IoTEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index 1420d495e314..70d2531d3851 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlane.ts b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlane.ts index 2f4933a156f3..718fe37c8e2c 100644 --- a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlane.ts +++ b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlane.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeJobExecutionCommand, diff --git a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts index f6a0d35d972c..8ef88042118c 100644 --- a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts +++ b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -102,7 +100,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -211,7 +209,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts index d485706c811d..d554ec8ac538 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTJobsDataPlaneClient"; import { DescribeJobExecutionRequest, DescribeJobExecutionResponse } from "../models/models_0"; diff --git a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts index ddd6dc45dfa8..72a560c8d677 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTJobsDataPlaneClient"; import { GetPendingJobExecutionsRequest, GetPendingJobExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts index 1eb3c3c73001..a813d18c499c 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTJobsDataPlaneClient"; import { StartNextPendingJobExecutionRequest, StartNextPendingJobExecutionResponse } from "../models/models_0"; diff --git a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts index 7526d1dd55fc..bd69ea86be34 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTJobsDataPlaneClient"; import { UpdateJobExecutionRequest, UpdateJobExecutionResponse } from "../models/models_0"; diff --git a/clients/client-iot-jobs-data-plane/src/endpoint/EndpointParameters.ts b/clients/client-iot-jobs-data-plane/src/endpoint/EndpointParameters.ts index 57c19419fb89..d568c8bc95fc 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-jobs-data-plane/src/endpoint/endpointResolver.ts b/clients/client-iot-jobs-data-plane/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-jobs-data-plane/src/endpoint/ruleset.ts b/clients/client-iot-jobs-data-plane/src/endpoint/ruleset.ts index 53653f179813..541ee3073734 100644 --- a/clients/client-iot-jobs-data-plane/src/endpoint/ruleset.ts +++ b/clients/client-iot-jobs-data-plane/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts b/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts index c586cc535acd..86b4d7080225 100644 --- a/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts +++ b/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-jobs-data-plane/src/models/models_0.ts b/clients/client-iot-jobs-data-plane/src/models/models_0.ts index 35ec0a973ba1..828bb6ff090c 100644 --- a/clients/client-iot-jobs-data-plane/src/models/models_0.ts +++ b/clients/client-iot-jobs-data-plane/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTJobsDataPlaneServiceException as __BaseException } from "./IoTJobsDataPlaneServiceException"; diff --git a/clients/client-iot-jobs-data-plane/src/protocols/Aws_restJson1.ts b/clients/client-iot-jobs-data-plane/src/protocols/Aws_restJson1.ts index 7c2510278c77..da02ac0d53c7 100644 --- a/clients/client-iot-jobs-data-plane/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-jobs-data-plane/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeJobExecutionCommandInput, diff --git a/clients/client-iot-jobs-data-plane/src/runtimeConfig.browser.ts b/clients/client-iot-jobs-data-plane/src/runtimeConfig.browser.ts index 4a27ab43e2ea..754c0d68f52b 100644 --- a/clients/client-iot-jobs-data-plane/src/runtimeConfig.browser.ts +++ b/clients/client-iot-jobs-data-plane/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTJobsDataPlaneClientConfig } from "./IoTJobsDataPlaneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-jobs-data-plane/src/runtimeConfig.shared.ts b/clients/client-iot-jobs-data-plane/src/runtimeConfig.shared.ts index 9bfe19773284..6ca2715058ad 100644 --- a/clients/client-iot-jobs-data-plane/src/runtimeConfig.shared.ts +++ b/clients/client-iot-jobs-data-plane/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTJobsDataPlaneClientConfig } from "./IoTJobsDataPlaneClient"; diff --git a/clients/client-iot-jobs-data-plane/src/runtimeConfig.ts b/clients/client-iot-jobs-data-plane/src/runtimeConfig.ts index 24fde4b79a9c..9bf54dc27f57 100644 --- a/clients/client-iot-jobs-data-plane/src/runtimeConfig.ts +++ b/clients/client-iot-jobs-data-plane/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTJobsDataPlaneClientConfig } from "./IoTJobsDataPlaneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-roborunner/package.json b/clients/client-iot-roborunner/package.json index 0ad11ec24ae5..d0cb8afa83bb 100644 --- a/clients/client-iot-roborunner/package.json +++ b/clients/client-iot-roborunner/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-iot-roborunner/src/IoTRoboRunner.ts b/clients/client-iot-roborunner/src/IoTRoboRunner.ts index 2b713d427efa..dba833bbbd0e 100644 --- a/clients/client-iot-roborunner/src/IoTRoboRunner.ts +++ b/clients/client-iot-roborunner/src/IoTRoboRunner.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDestinationCommand, diff --git a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts index 9593a103c383..06118160216e 100644 --- a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts +++ b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand"; @@ -141,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -250,7 +248,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts index 56691a88f504..099cf3a6abd5 100644 --- a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts index 62eca6a09b50..2597c023507e 100644 --- a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { CreateSiteRequest, CreateSiteResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts index a24c82526795..d363617515d0 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { CreateWorkerRequest, CreateWorkerResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts index 5be158422970..fb0b754112d0 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { CreateWorkerFleetRequest, CreateWorkerFleetResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts index b46507137e36..3e5e0e4d01ff 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts index 4a4a25b89172..54d6f3e60614 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { DeleteSiteRequest, DeleteSiteResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts index f8cd497cb66a..91eb2410f633 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { DeleteWorkerRequest, DeleteWorkerResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts index 7cdafbdbc2f6..19f2d1b20b0c 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { DeleteWorkerFleetRequest, DeleteWorkerFleetResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts index 7f70347c1828..3e0b4e7f3163 100644 --- a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { GetDestinationRequest, GetDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts index 31a98804cb57..385c2a5bb0cb 100644 --- a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { GetSiteRequest, GetSiteResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts index 3b9a34b7ce21..7e004cfd7a55 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { GetWorkerRequest, GetWorkerResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts index 744d04dd90cf..70f72c07555f 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { GetWorkerFleetRequest, GetWorkerFleetResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts index 21c24010f087..575b29464620 100644 --- a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { ListDestinationsRequest, ListDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts index a9413e4fd206..793e00e3611b 100644 --- a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { ListSitesRequest, ListSitesResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts index 3bd4ad55d0c4..eb61d95f4b3f 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { ListWorkerFleetsRequest, ListWorkerFleetsResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts index ea6f1d3f88f0..b0caf878b1f1 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { ListWorkersRequest, ListWorkersResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts index f9790cc17972..cb082630e178 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts index 171bdd0fa3d6..d4d09151c3f8 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { UpdateSiteRequest, UpdateSiteResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts index 7af899668699..52eda9ff8521 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { UpdateWorkerRequest, UpdateWorkerResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts index ee5a0b358979..94d29b9a9582 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTRoboRunnerClient"; import { UpdateWorkerFleetRequest, UpdateWorkerFleetResponse } from "../models/models_0"; diff --git a/clients/client-iot-roborunner/src/endpoint/EndpointParameters.ts b/clients/client-iot-roborunner/src/endpoint/EndpointParameters.ts index b526e9f105d6..78c320f87bcc 100644 --- a/clients/client-iot-roborunner/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-roborunner/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-roborunner/src/endpoint/endpointResolver.ts b/clients/client-iot-roborunner/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-roborunner/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-roborunner/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-roborunner/src/endpoint/ruleset.ts b/clients/client-iot-roborunner/src/endpoint/ruleset.ts index 50e2e170c188..7bfa4eb82b37 100644 --- a/clients/client-iot-roborunner/src/endpoint/ruleset.ts +++ b/clients/client-iot-roborunner/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts b/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts index f42fa10f5059..0e8262a76438 100644 --- a/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts +++ b/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-roborunner/src/models/models_0.ts b/clients/client-iot-roborunner/src/models/models_0.ts index b6b815ebc006..ed14a2004de9 100644 --- a/clients/client-iot-roborunner/src/models/models_0.ts +++ b/clients/client-iot-roborunner/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTRoboRunnerServiceException as __BaseException } from "./IoTRoboRunnerServiceException"; diff --git a/clients/client-iot-roborunner/src/pagination/Interfaces.ts b/clients/client-iot-roborunner/src/pagination/Interfaces.ts index 8e30c26d40e3..38a46336b8f5 100644 --- a/clients/client-iot-roborunner/src/pagination/Interfaces.ts +++ b/clients/client-iot-roborunner/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTRoboRunnerClient } from "../IoTRoboRunnerClient"; diff --git a/clients/client-iot-roborunner/src/pagination/ListDestinationsPaginator.ts b/clients/client-iot-roborunner/src/pagination/ListDestinationsPaginator.ts index eed78be303b0..89ef180279a6 100644 --- a/clients/client-iot-roborunner/src/pagination/ListDestinationsPaginator.ts +++ b/clients/client-iot-roborunner/src/pagination/ListDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDestinationsCommand, diff --git a/clients/client-iot-roborunner/src/pagination/ListSitesPaginator.ts b/clients/client-iot-roborunner/src/pagination/ListSitesPaginator.ts index ed9f228f7ba8..e679f1ad1e90 100644 --- a/clients/client-iot-roborunner/src/pagination/ListSitesPaginator.ts +++ b/clients/client-iot-roborunner/src/pagination/ListSitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSitesCommand, ListSitesCommandInput, ListSitesCommandOutput } from "../commands/ListSitesCommand"; import { IoTRoboRunnerClient } from "../IoTRoboRunnerClient"; diff --git a/clients/client-iot-roborunner/src/pagination/ListWorkerFleetsPaginator.ts b/clients/client-iot-roborunner/src/pagination/ListWorkerFleetsPaginator.ts index 3e4fb43cb22d..2cbccbe430fa 100644 --- a/clients/client-iot-roborunner/src/pagination/ListWorkerFleetsPaginator.ts +++ b/clients/client-iot-roborunner/src/pagination/ListWorkerFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkerFleetsCommand, diff --git a/clients/client-iot-roborunner/src/pagination/ListWorkersPaginator.ts b/clients/client-iot-roborunner/src/pagination/ListWorkersPaginator.ts index 862c6ae0f806..3c10bcb5264a 100644 --- a/clients/client-iot-roborunner/src/pagination/ListWorkersPaginator.ts +++ b/clients/client-iot-roborunner/src/pagination/ListWorkersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkersCommand, ListWorkersCommandInput, ListWorkersCommandOutput } from "../commands/ListWorkersCommand"; import { IoTRoboRunnerClient } from "../IoTRoboRunnerClient"; diff --git a/clients/client-iot-roborunner/src/protocols/Aws_restJson1.ts b/clients/client-iot-roborunner/src/protocols/Aws_restJson1.ts index 5c48a69b0c20..c8c393a39826 100644 --- a/clients/client-iot-roborunner/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-roborunner/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "../commands/CreateDestinationCommand"; diff --git a/clients/client-iot-roborunner/src/runtimeConfig.browser.ts b/clients/client-iot-roborunner/src/runtimeConfig.browser.ts index d015ed41bd9c..80d5ec061470 100644 --- a/clients/client-iot-roborunner/src/runtimeConfig.browser.ts +++ b/clients/client-iot-roborunner/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTRoboRunnerClientConfig } from "./IoTRoboRunnerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-roborunner/src/runtimeConfig.shared.ts b/clients/client-iot-roborunner/src/runtimeConfig.shared.ts index c95ee8ce5408..fb2b38c480a2 100644 --- a/clients/client-iot-roborunner/src/runtimeConfig.shared.ts +++ b/clients/client-iot-roborunner/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTRoboRunnerClientConfig } from "./IoTRoboRunnerClient"; diff --git a/clients/client-iot-roborunner/src/runtimeConfig.ts b/clients/client-iot-roborunner/src/runtimeConfig.ts index 1f1b4ac7a8b6..367747a738e2 100644 --- a/clients/client-iot-roborunner/src/runtimeConfig.ts +++ b/clients/client-iot-roborunner/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTRoboRunnerClientConfig } from "./IoTRoboRunnerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index 7b1433cc2815..a10ce9924e65 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-iot-wireless/src/IoTWireless.ts b/clients/client-iot-wireless/src/IoTWireless.ts index 62a87b467803..d1bc9f61bd55 100644 --- a/clients/client-iot-wireless/src/IoTWireless.ts +++ b/clients/client-iot-wireless/src/IoTWireless.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateAwsAccountWithPartnerAccountCommand, diff --git a/clients/client-iot-wireless/src/IoTWirelessClient.ts b/clients/client-iot-wireless/src/IoTWirelessClient.ts index 8a37d494def7..39b838886c82 100644 --- a/clients/client-iot-wireless/src/IoTWirelessClient.ts +++ b/clients/client-iot-wireless/src/IoTWirelessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -660,7 +658,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -769,7 +767,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts index cd7bc7cd0c10..277902a998ba 100644 --- a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts index 069e03bf72a9..8cead9458199 100644 --- a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts index a070cb40fd33..cf12e302256f 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts index da250ed151ae..c873efff8057 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts index 9b875b9e2e48..d61c30d642af 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { AssociateWirelessDeviceWithThingRequest, AssociateWirelessDeviceWithThingResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts index f141afdd41c6..78a3759d0da5 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts index d49a621b35a7..32af1c20b9f3 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts index 88ec897bbef0..5527242e131e 100644 --- a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CancelMulticastGroupSessionRequest, CancelMulticastGroupSessionResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts index 2d55af7ba7f0..803abef162f6 100644 --- a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts index da4ae3b7d642..0f72d8ebd07f 100644 --- a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateDeviceProfileRequest, CreateDeviceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts index e43caabb2e61..45455f9061dd 100644 --- a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateFuotaTaskRequest, CreateFuotaTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts index fc83cae5c956..77130ed44a47 100644 --- a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateMulticastGroupRequest, CreateMulticastGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts index 13474bbf244a..3e69a093b5b4 100644 --- a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts index 40df2d55b46c..12b0e272bd3e 100644 --- a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateServiceProfileRequest, CreateServiceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts index e5c3b893e45d..5192d1e44fb0 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateWirelessDeviceRequest, CreateWirelessDeviceResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts index 51eb6a9891c1..bcf2ea8bd378 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateWirelessGatewayRequest, CreateWirelessGatewayResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts index cf28b9a6f202..efb6b2e4dafd 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { CreateWirelessGatewayTaskRequest, CreateWirelessGatewayTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts index 4a41ae7bd4f9..50b2866064c0 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts index b449603e60bc..1e2cd57cbb46 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts index 74bdce1951b3..dd4b08474292 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteDeviceProfileRequest, DeleteDeviceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts index 9da8779e4456..fedfd5b85ba8 100644 --- a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteFuotaTaskRequest, DeleteFuotaTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts index 796b1185584e..822824a1940a 100644 --- a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteMulticastGroupRequest, DeleteMulticastGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts index eb96583888ef..1ae38a15cf19 100644 --- a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts index 977a19fe2ac8..6d76c908f45a 100644 --- a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts index 6b6304a1d962..553c20be73af 100644 --- a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteServiceProfileRequest, DeleteServiceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts index 53084aff74c4..405182c379aa 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteWirelessDeviceRequest, DeleteWirelessDeviceResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts index 0b6c3c535505..c6a6436ffc5d 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteWirelessDeviceImportTaskRequest, DeleteWirelessDeviceImportTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts index fb44e70439c6..4e20a27a8cb3 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteWirelessGatewayRequest, DeleteWirelessGatewayResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts index b91340f417d5..96638f0c31a3 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeleteWirelessGatewayTaskRequest, DeleteWirelessGatewayTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts index fbd61c4fcdbc..2e8658e2b361 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts index e330bfb677cf..f2198ece64eb 100644 --- a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { DeregisterWirelessDeviceRequest, DeregisterWirelessDeviceResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts index cf663800c787..d8ee7bb53005 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts index 6f925da03d36..56f64973819c 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts index 2eadb10b8e2c..f064b0f881e7 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts index be0f067f84f6..e654376bac74 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts index 4c4a835fc954..f9928fd4b14a 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts index dd9dfcdb2ff2..4c2a41987818 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts index 1df59f02c542..c2a8d5b9ed15 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts index 84f54160ea55..53e8bd79b2cd 100644 --- a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetDestinationRequest, GetDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts index f239481f3437..5098340a951a 100644 --- a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts index ebe300798268..e5c46105f8a5 100644 --- a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts index 80d3e1e6e878..8bd21c86046c 100644 --- a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetFuotaTaskRequest, GetFuotaTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts index e79ca1384749..a087f922edad 100644 --- a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetLogLevelsByResourceTypesRequest, GetLogLevelsByResourceTypesResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts index e28c73c3bbd7..cf21412ea6e5 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetMulticastGroupRequest, GetMulticastGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts index 8a07a859d666..ed28e87f12db 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetMulticastGroupSessionRequest, GetMulticastGroupSessionResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts index 1a0b601c7c30..38ab58e7d2ff 100644 --- a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetNetworkAnalyzerConfigurationRequest, GetNetworkAnalyzerConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts index 08c6140db018..58b1f205fefe 100644 --- a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index ef3376bb7d12..110930b5b02a 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetPositionRequest, GetPositionResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index b378b92a7290..cb11d94ae789 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetPositionConfigurationRequest, GetPositionConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts index 3381a87d6526..47f66419ed2c 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetPositionEstimateRequest, GetPositionEstimateResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts index 60f6e471f1b9..7721b2ca9b26 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetResourceEventConfigurationRequest, GetResourceEventConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts index 075e86ead066..053c9327dda8 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetResourceLogLevelRequest, GetResourceLogLevelResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts index c10212b47382..803ad4a08c0d 100644 --- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetResourcePositionRequest, GetResourcePositionResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts index 231239ecc763..aa5b87b75897 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetServiceEndpointRequest, GetServiceEndpointResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts index 4932bbb1d793..b636d094f993 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetServiceProfileRequest, GetServiceProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts index b02fae691f2a..1e8aa108f17e 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessDeviceRequest, GetWirelessDeviceResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts index 50726f6a899a..852f18e1567b 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessDeviceImportTaskRequest, GetWirelessDeviceImportTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts index 7d5dbd4ccd34..36f71f683cfa 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessDeviceStatisticsRequest, GetWirelessDeviceStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts index 21f4dfb983d5..7a1ec9bc9bb3 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessGatewayCertificateRequest, GetWirelessGatewayCertificateResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts index 330ece52b140..ca32340ebda0 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessGatewayRequest, GetWirelessGatewayResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts index 4f3adf0f07fb..52e5a2c65fab 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts index 8ed7ac6c5fa1..1ee61bba0707 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessGatewayStatisticsRequest, GetWirelessGatewayStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts index 3d17a4d118a3..570ba882679b 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessGatewayTaskRequest, GetWirelessGatewayTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts index 7f05de5a2fee..73b55b885023 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { GetWirelessGatewayTaskDefinitionRequest, GetWirelessGatewayTaskDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts index a583f7b11d8e..b228aaf92036 100644 --- a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListDestinationsRequest, ListDestinationsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts index c794529cef1a..4976ca9851f8 100644 --- a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListDeviceProfilesRequest, ListDeviceProfilesResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts index 94127a640071..9857922bbf42 100644 --- a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts index 569c050e0c81..9aae87f72101 100644 --- a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListEventConfigurationsRequest, ListEventConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts index d6175ddde22b..38f4fd2d0c4c 100644 --- a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListFuotaTasksRequest, ListFuotaTasksResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts index 7b9727b54e7a..7bedda324655 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListMulticastGroupsByFuotaTaskRequest, ListMulticastGroupsByFuotaTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts index 3300fd7c5c3d..8849e72af659 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListMulticastGroupsRequest, ListMulticastGroupsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts index 7e65743ce006..a7cec5ca5234 100644 --- a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts index 231b475b583e..330da27978ee 100644 --- a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index 82700d8c1141..55bfb3efe758 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts index 109170d1b673..23e1994b6a5c 100644 --- a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts index 8cabae31a8f0..c9fd7159efb5 100644 --- a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts index 65cc1fd4d046..4888b9b477ff 100644 --- a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts index ade106ea3da9..f53febadccbf 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListWirelessDeviceImportTasksRequest, ListWirelessDeviceImportTasksResponse } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts index f5946c8cb624..046d1071150b 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListWirelessDevicesRequest } from "../models/models_0"; diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts index 4ac58624f42b..67c85d5c36d9 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts index d28149868fb2..7ff40d250512 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index 10857ae1aa24..3185726d0fd3 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts index 52b9abc37d14..4d095075f5e5 100644 --- a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts index 86a0caebcf0d..b4cdb7d5cff9 100644 --- a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts index e0bf341cb2bf..58c10ce869de 100644 --- a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { ResetResourceLogLevelRequest, ResetResourceLogLevelResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts index 10e3b068a7d6..bc97c4a2a342 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts index 41a62108866a..b6157e3fa485 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts index c5bdf27b6567..7de0c496b5ff 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts index 909096e5baf2..8f2a5a086630 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts index ee91acf1885a..e7b9ab42126d 100644 --- a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts index a7c1b6357cd0..fa125ccc24a0 100644 --- a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts index 26d83a8616c0..9e3205ecee1c 100644 --- a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts index cbe35cbd9f56..b6d21ecf7134 100644 --- a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { StartWirelessDeviceImportTaskRequest, StartWirelessDeviceImportTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts index 779cc6ddf9ab..fc0d152a5f30 100644 --- a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts index 306e620183b3..3098cc69960b 100644 --- a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { TestWirelessDeviceRequest, TestWirelessDeviceResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts index 7bb7fd933e0e..a6f65c410bba 100644 --- a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts index ffcc06c7bb78..89ae4d5ce5a2 100644 --- a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts index 384b3a9f9c61..1bfc8e1ba531 100644 --- a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts index 2985bd8e9c46..da66af1aca7d 100644 --- a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts index 7a37611b5d4a..a42078151adc 100644 --- a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts index 269b5945d809..09aeb9d40c3a 100644 --- a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateMulticastGroupRequest, UpdateMulticastGroupResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts index 674d5421371f..187a1c2f7765 100644 --- a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts index c49490a27be6..7d4c4568e93b 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index 5a07c6609ac1..bfa7f08bf39e 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdatePositionRequest, UpdatePositionResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts index 11a34b778b0a..9e8fd641cd14 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateResourceEventConfigurationRequest, UpdateResourceEventConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts index 90f622ddce9b..1c9789e8157e 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateResourcePositionRequest, UpdateResourcePositionResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts index 8aa2585b77e8..580cad0c7655 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts index 04b6b2fd3506..b8623ed4797a 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateWirelessDeviceImportTaskRequest, UpdateWirelessDeviceImportTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts index 139ec02ea55b..3ec3ebacf76f 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient"; import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_1"; diff --git a/clients/client-iot-wireless/src/endpoint/EndpointParameters.ts b/clients/client-iot-wireless/src/endpoint/EndpointParameters.ts index 8dc5e0f3f3ee..e862dfacf59c 100644 --- a/clients/client-iot-wireless/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot-wireless/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot-wireless/src/endpoint/endpointResolver.ts b/clients/client-iot-wireless/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot-wireless/src/endpoint/endpointResolver.ts +++ b/clients/client-iot-wireless/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot-wireless/src/endpoint/ruleset.ts b/clients/client-iot-wireless/src/endpoint/ruleset.ts index ecdb23bde562..6d16772e0367 100644 --- a/clients/client-iot-wireless/src/endpoint/ruleset.ts +++ b/clients/client-iot-wireless/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts b/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts index a88cf0894b4b..25b43fa2a529 100644 --- a/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts +++ b/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot-wireless/src/models/models_0.ts b/clients/client-iot-wireless/src/models/models_0.ts index 045b45bd257c..653b315bfa2e 100644 --- a/clients/client-iot-wireless/src/models/models_0.ts +++ b/clients/client-iot-wireless/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException"; diff --git a/clients/client-iot-wireless/src/models/models_1.ts b/clients/client-iot-wireless/src/models/models_1.ts index f0507f1e0f57..6e0c690e95be 100644 --- a/clients/client-iot-wireless/src/models/models_1.ts +++ b/clients/client-iot-wireless/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException"; import { diff --git a/clients/client-iot-wireless/src/pagination/Interfaces.ts b/clients/client-iot-wireless/src/pagination/Interfaces.ts index 8bebc9e96fc9..13552c4d34b1 100644 --- a/clients/client-iot-wireless/src/pagination/Interfaces.ts +++ b/clients/client-iot-wireless/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTWirelessClient } from "../IoTWirelessClient"; diff --git a/clients/client-iot-wireless/src/pagination/ListDestinationsPaginator.ts b/clients/client-iot-wireless/src/pagination/ListDestinationsPaginator.ts index 4b8f5a07aa2c..3ca5c4ffd8da 100644 --- a/clients/client-iot-wireless/src/pagination/ListDestinationsPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDestinationsCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListDeviceProfilesPaginator.ts b/clients/client-iot-wireless/src/pagination/ListDeviceProfilesPaginator.ts index 39bd8262fd47..580a917f6c56 100644 --- a/clients/client-iot-wireless/src/pagination/ListDeviceProfilesPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListDeviceProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeviceProfilesCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListFuotaTasksPaginator.ts b/clients/client-iot-wireless/src/pagination/ListFuotaTasksPaginator.ts index 49c19af7b910..8db7cf7030ab 100644 --- a/clients/client-iot-wireless/src/pagination/ListFuotaTasksPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListFuotaTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFuotaTasksCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListMulticastGroupsByFuotaTaskPaginator.ts b/clients/client-iot-wireless/src/pagination/ListMulticastGroupsByFuotaTaskPaginator.ts index 82f4fee1f9d8..c9b0c95ac77d 100644 --- a/clients/client-iot-wireless/src/pagination/ListMulticastGroupsByFuotaTaskPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListMulticastGroupsByFuotaTaskPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMulticastGroupsByFuotaTaskCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListMulticastGroupsPaginator.ts b/clients/client-iot-wireless/src/pagination/ListMulticastGroupsPaginator.ts index 79af2a8b5908..17f23c147f07 100644 --- a/clients/client-iot-wireless/src/pagination/ListMulticastGroupsPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListMulticastGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMulticastGroupsCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListNetworkAnalyzerConfigurationsPaginator.ts b/clients/client-iot-wireless/src/pagination/ListNetworkAnalyzerConfigurationsPaginator.ts index fe39e8011466..05e1b82e588f 100644 --- a/clients/client-iot-wireless/src/pagination/ListNetworkAnalyzerConfigurationsPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListNetworkAnalyzerConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworkAnalyzerConfigurationsCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListPositionConfigurationsPaginator.ts b/clients/client-iot-wireless/src/pagination/ListPositionConfigurationsPaginator.ts index 0ac200ec8a59..56fe40203c10 100644 --- a/clients/client-iot-wireless/src/pagination/ListPositionConfigurationsPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListPositionConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPositionConfigurationsCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListQueuedMessagesPaginator.ts b/clients/client-iot-wireless/src/pagination/ListQueuedMessagesPaginator.ts index 94af4d11e338..e16cdffc3549 100644 --- a/clients/client-iot-wireless/src/pagination/ListQueuedMessagesPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListQueuedMessagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueuedMessagesCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListServiceProfilesPaginator.ts b/clients/client-iot-wireless/src/pagination/ListServiceProfilesPaginator.ts index 7e7bc4cf9ad8..11d7087649a6 100644 --- a/clients/client-iot-wireless/src/pagination/ListServiceProfilesPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListServiceProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceProfilesCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListWirelessDevicesPaginator.ts b/clients/client-iot-wireless/src/pagination/ListWirelessDevicesPaginator.ts index c1dc6e294209..9bc6a4cee598 100644 --- a/clients/client-iot-wireless/src/pagination/ListWirelessDevicesPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListWirelessDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWirelessDevicesCommand, diff --git a/clients/client-iot-wireless/src/pagination/ListWirelessGatewaysPaginator.ts b/clients/client-iot-wireless/src/pagination/ListWirelessGatewaysPaginator.ts index 65348a4fd821..d305d7895fd0 100644 --- a/clients/client-iot-wireless/src/pagination/ListWirelessGatewaysPaginator.ts +++ b/clients/client-iot-wireless/src/pagination/ListWirelessGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWirelessGatewaysCommand, diff --git a/clients/client-iot-wireless/src/protocols/Aws_restJson1.ts b/clients/client-iot-wireless/src/protocols/Aws_restJson1.ts index 3b7c1409b405..e60270972fad 100644 --- a/clients/client-iot-wireless/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot-wireless/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -20,10 +21,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-iot-wireless/src/runtimeConfig.browser.ts b/clients/client-iot-wireless/src/runtimeConfig.browser.ts index c19919a2daa2..fe92377dd07c 100644 --- a/clients/client-iot-wireless/src/runtimeConfig.browser.ts +++ b/clients/client-iot-wireless/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTWirelessClientConfig } from "./IoTWirelessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot-wireless/src/runtimeConfig.shared.ts b/clients/client-iot-wireless/src/runtimeConfig.shared.ts index 5dfdb71f16a8..4d0b86375f42 100644 --- a/clients/client-iot-wireless/src/runtimeConfig.shared.ts +++ b/clients/client-iot-wireless/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTWirelessClientConfig } from "./IoTWirelessClient"; diff --git a/clients/client-iot-wireless/src/runtimeConfig.ts b/clients/client-iot-wireless/src/runtimeConfig.ts index ec65bb252cb6..6dd929eaf63a 100644 --- a/clients/client-iot-wireless/src/runtimeConfig.ts +++ b/clients/client-iot-wireless/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTWirelessClientConfig } from "./IoTWirelessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index b65aa1d21bd0..a1cbfb2cc014 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-iot/src/IoT.ts b/clients/client-iot/src/IoT.ts index 62606db170f9..ef4d70bf058f 100644 --- a/clients/client-iot/src/IoT.ts +++ b/clients/client-iot/src/IoT.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptCertificateTransferCommand, diff --git a/clients/client-iot/src/IoTClient.ts b/clients/client-iot/src/IoTClient.ts index 52d4e95d0cdd..646b934c8ffd 100644 --- a/clients/client-iot/src/IoTClient.ts +++ b/clients/client-iot/src/IoTClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,13 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { - getOmitRetryHeadersPlugin, - getRetryPlugin, - resolveRetryConfig, - RetryInputConfig, - RetryResolvedConfig, -} from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -29,32 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { + getOmitRetryHeadersPlugin, + getRetryPlugin, + resolveRetryConfig, + RetryInputConfig, + RetryResolvedConfig, +} from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -1266,7 +1264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -1375,7 +1373,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts index 2fe5a9fc1d36..cd81a8f649fd 100644 --- a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AcceptCertificateTransferRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts index 8d71cb83bf87..9ff7ecf6bf95 100644 --- a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AddThingToBillingGroupRequest, AddThingToBillingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts index 4f900926fd23..e699db941ced 100644 --- a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AddThingToThingGroupRequest, AddThingToThingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts index 7bccecee8709..c1c8115ca5b8 100644 --- a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts +++ b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AssociateTargetsWithJobRequest, AssociateTargetsWithJobResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AttachPolicyCommand.ts b/clients/client-iot/src/commands/AttachPolicyCommand.ts index 7a6689375b2a..72f5b35cef14 100644 --- a/clients/client-iot/src/commands/AttachPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AttachPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts index b8e18f91792c..d9d77bea56d4 100644 --- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AttachPrincipalPolicyRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts index d35651e841dc..dc856d8151c9 100644 --- a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AttachSecurityProfileRequest, AttachSecurityProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts index 48234feb41a9..ec9c7492f3ce 100644 --- a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { AttachThingPrincipalRequest, AttachThingPrincipalResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts index eeecc62914ee..d9dfee49bb66 100644 --- a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CancelAuditMitigationActionsTaskRequest, CancelAuditMitigationActionsTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts index 9cef60261853..251960b71385 100644 --- a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CancelAuditTaskRequest, CancelAuditTaskResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts index 74c6ef98411c..1b0461bc642d 100644 --- a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CancelCertificateTransferRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts index cab54debaf28..eda91bafa7f5 100644 --- a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CancelJobCommand.ts b/clients/client-iot/src/commands/CancelJobCommand.ts index 3e17607aa02e..0e17b0bc1519 100644 --- a/clients/client-iot/src/commands/CancelJobCommand.ts +++ b/clients/client-iot/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts index d7a0e7f5e3d6..47f639bc3b45 100644 --- a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CancelJobExecutionRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts index fed0d9a58ded..8c87dc3ec13c 100644 --- a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ClearDefaultAuthorizerRequest, ClearDefaultAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts index 204ca017b982..c0604a7fa2e6 100644 --- a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ConfirmTopicRuleDestinationRequest, ConfirmTopicRuleDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts index 0bbc336e9e6d..77904c5f2d6f 100644 --- a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateAuditSuppressionRequest, CreateAuditSuppressionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts index 8c5b24ec7a46..60b746851102 100644 --- a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts index c3a1cca35971..40778c312454 100644 --- a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateBillingGroupRequest, CreateBillingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts index 8b5fe3cfa789..98f532b8263a 100644 --- a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts +++ b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateCertificateFromCsrRequest, CreateCertificateFromCsrResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts index 1708b6fb5147..a94c44dfa66a 100644 --- a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateCustomMetricRequest, CreateCustomMetricResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateDimensionCommand.ts b/clients/client-iot/src/commands/CreateDimensionCommand.ts index 2f68d62f71be..b1eae35b4757 100644 --- a/clients/client-iot/src/commands/CreateDimensionCommand.ts +++ b/clients/client-iot/src/commands/CreateDimensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateDimensionRequest, CreateDimensionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts index 578ed8f62547..f1aeb67e6c69 100644 --- a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateDomainConfigurationRequest, CreateDomainConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts index 4cdfa612de08..b4ca0cd92f96 100644 --- a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateDynamicThingGroupRequest, CreateDynamicThingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts index ea859483fc83..7717764da8c5 100644 --- a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateFleetMetricRequest, CreateFleetMetricResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateJobCommand.ts b/clients/client-iot/src/commands/CreateJobCommand.ts index 94d79dd2b9d7..2847064dcb0d 100644 --- a/clients/client-iot/src/commands/CreateJobCommand.ts +++ b/clients/client-iot/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts index 5fa15bcc9bba..f58098b0f281 100644 --- a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts index e24f75beb964..8b16130e6a4c 100644 --- a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts +++ b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts index 4358ab1e39b8..66d1c5c930e7 100644 --- a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateMitigationActionRequest, CreateMitigationActionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts index d4af72f4b476..97f8d09d2a9d 100644 --- a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateOTAUpdateRequest, CreateOTAUpdateResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreatePackageCommand.ts b/clients/client-iot/src/commands/CreatePackageCommand.ts index 1454756518fd..e23b1bd95516 100644 --- a/clients/client-iot/src/commands/CreatePackageCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts index 08328a9908f6..e9a11e728588 100644 --- a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CreatePolicyCommand.ts b/clients/client-iot/src/commands/CreatePolicyCommand.ts index a4bde966e7c2..eacb55283bf9 100644 --- a/clients/client-iot/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts index 2fcf646c8f50..93ffb8c5342c 100644 --- a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts index 158ac85a3962..8a38f628e7b0 100644 --- a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts index 47093b0a76ec..832ccc9a3975 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateProvisioningTemplateRequest, CreateProvisioningTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts index 5ed81661c574..c7859a5b79d4 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts index 8e365f0e67b1..b72d96c78023 100644 --- a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateRoleAliasRequest, CreateRoleAliasResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts index a9ed2add4f4d..f87436a4743b 100644 --- a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateScheduledAuditRequest, CreateScheduledAuditResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts index 4e5cd6dbecf5..9b2443253d9c 100644 --- a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateSecurityProfileRequest, CreateSecurityProfileResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateStreamCommand.ts b/clients/client-iot/src/commands/CreateStreamCommand.ts index 81781eed390f..145783388c77 100644 --- a/clients/client-iot/src/commands/CreateStreamCommand.ts +++ b/clients/client-iot/src/commands/CreateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateStreamRequest, CreateStreamResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateThingCommand.ts b/clients/client-iot/src/commands/CreateThingCommand.ts index cbde498de4fa..08426a24d579 100644 --- a/clients/client-iot/src/commands/CreateThingCommand.ts +++ b/clients/client-iot/src/commands/CreateThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateThingRequest, CreateThingResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateThingGroupCommand.ts b/clients/client-iot/src/commands/CreateThingGroupCommand.ts index bd0ef4438135..e7c283776e61 100644 --- a/clients/client-iot/src/commands/CreateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateThingGroupRequest, CreateThingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateThingTypeCommand.ts b/clients/client-iot/src/commands/CreateThingTypeCommand.ts index a7fbf22f7c34..5d3a3f219f6a 100644 --- a/clients/client-iot/src/commands/CreateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/CreateThingTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateThingTypeRequest, CreateThingTypeResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts index f37c83f73f48..12b0e848b35e 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateTopicRuleRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts index dea9a9504e00..3a44097e1d78 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { CreateTopicRuleDestinationRequest, CreateTopicRuleDestinationResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts index 5182b412cf20..cc9201363761 100644 --- a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteAccountAuditConfigurationRequest, DeleteAccountAuditConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts index f0711bf09c07..e8c6e57255f2 100644 --- a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteAuditSuppressionRequest, DeleteAuditSuppressionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts index 7707e8e06e42..cc411b35b106 100644 --- a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteAuthorizerRequest, DeleteAuthorizerResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts index a6dbba2a3be4..b9765d86d9ff 100644 --- a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteBillingGroupRequest, DeleteBillingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts index 1bd7882fe437..26800f21952e 100644 --- a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteCACertificateRequest, DeleteCACertificateResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteCertificateCommand.ts b/clients/client-iot/src/commands/DeleteCertificateCommand.ts index f55cf09dcb80..fb61ae9b0023 100644 --- a/clients/client-iot/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteCertificateRequest } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts index 9cd21960597f..9c40e465e041 100644 --- a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteCustomMetricRequest, DeleteCustomMetricResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteDimensionCommand.ts b/clients/client-iot/src/commands/DeleteDimensionCommand.ts index 50c09c6bc1f5..4ff24c7cf904 100644 --- a/clients/client-iot/src/commands/DeleteDimensionCommand.ts +++ b/clients/client-iot/src/commands/DeleteDimensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteDimensionRequest, DeleteDimensionResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts index df84afe4a538..4da8e4554b6f 100644 --- a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteDomainConfigurationRequest, DeleteDomainConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts index 77346f8717a7..00d12703c466 100644 --- a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteDynamicThingGroupRequest, DeleteDynamicThingGroupResponse } from "../models/models_0"; diff --git a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts index 9d81e7998f77..b7ca66562dfc 100644 --- a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteFleetMetricRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteJobCommand.ts b/clients/client-iot/src/commands/DeleteJobCommand.ts index 482af933e88b..2f9442a85cf0 100644 --- a/clients/client-iot/src/commands/DeleteJobCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteJobRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts index 48e63b907841..21c27db74394 100644 --- a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteJobExecutionRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts index f88daece9d80..a104333a700f 100644 --- a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteJobTemplateRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts index 96d868f518b9..655d569ab20a 100644 --- a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteMitigationActionRequest, DeleteMitigationActionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts index 6487eb4b6ab2..75597dfbdd82 100644 --- a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteOTAUpdateRequest, DeleteOTAUpdateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeletePackageCommand.ts b/clients/client-iot/src/commands/DeletePackageCommand.ts index 66c5b1e2a1fc..caf2b71f455a 100644 --- a/clients/client-iot/src/commands/DeletePackageCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeletePackageRequest, DeletePackageResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts index b1276c7f200a..ff2242d2c3bc 100644 --- a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeletePackageVersionRequest, DeletePackageVersionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeletePolicyCommand.ts b/clients/client-iot/src/commands/DeletePolicyCommand.ts index da4b1e6a068d..a2858196dee1 100644 --- a/clients/client-iot/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeletePolicyRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts index 33733725a467..c47c77bbc997 100644 --- a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeletePolicyVersionRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts index e835082a1e1b..4f47c0c1d29f 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteProvisioningTemplateRequest, DeleteProvisioningTemplateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts index 38526a24cfcc..d82c92746ee4 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts index c923f88ff4a7..8659a9c4d945 100644 --- a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteRegistrationCodeRequest, DeleteRegistrationCodeResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts index 5ca135d0adf6..2dade7b4cbbe 100644 --- a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteRoleAliasRequest, DeleteRoleAliasResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts index 3a12bf45125b..87c65fba4a83 100644 --- a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteScheduledAuditRequest, DeleteScheduledAuditResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts index cea1b7781ba1..69c04e5154fb 100644 --- a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteSecurityProfileRequest, DeleteSecurityProfileResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteStreamCommand.ts b/clients/client-iot/src/commands/DeleteStreamCommand.ts index 18fd824c7302..82208f53f8f0 100644 --- a/clients/client-iot/src/commands/DeleteStreamCommand.ts +++ b/clients/client-iot/src/commands/DeleteStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteStreamRequest, DeleteStreamResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteThingCommand.ts b/clients/client-iot/src/commands/DeleteThingCommand.ts index 1f682c82be8d..dece5a2d3ce0 100644 --- a/clients/client-iot/src/commands/DeleteThingCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteThingRequest, DeleteThingResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts index aee721eed934..73c32298da58 100644 --- a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteThingGroupRequest, DeleteThingGroupResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts index 123c3ce914f5..24e7181d64a5 100644 --- a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteThingTypeRequest, DeleteThingTypeResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts index 2e09cfabea03..09034b372191 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteTopicRuleRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts index fc4785823b08..742f55a35671 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteTopicRuleDestinationRequest, DeleteTopicRuleDestinationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts index 9be597a201d2..ffb6b68ca7e5 100644 --- a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeleteV2LoggingLevelRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts index 729e535aa627..10be8c43a7c6 100644 --- a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DeprecateThingTypeRequest, DeprecateThingTypeResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts index e84c19dc29de..b684d5fea1a8 100644 --- a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts index 2b71c4150d41..42abf9d31753 100644 --- a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeAuditFindingRequest, DescribeAuditFindingResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts index 6ad436371b39..0884d480cda0 100644 --- a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts index 6d6d906f8257..c84ddc2fada3 100644 --- a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeAuditSuppressionRequest, DescribeAuditSuppressionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts index 0c21f1b4c8dd..a3be8b77d5db 100644 --- a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeAuditTaskRequest, DescribeAuditTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts index 386277100a14..4b69a9f5c3ac 100644 --- a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeAuthorizerRequest, DescribeAuthorizerResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts index 1cab4b93ae97..2074eec91883 100644 --- a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeBillingGroupRequest, DescribeBillingGroupResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts index 1f0ddf91d0ac..7bbf75865c08 100644 --- a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeCACertificateRequest, DescribeCACertificateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeCertificateCommand.ts b/clients/client-iot/src/commands/DescribeCertificateCommand.ts index 66b2c5785fd5..3401e261e52e 100644 --- a/clients/client-iot/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts index d8fcde8dfdcf..1615fd18b358 100644 --- a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeCustomMetricRequest, DescribeCustomMetricResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts index 2cd2c7bca9cc..b30830963497 100644 --- a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeDefaultAuthorizerRequest, DescribeDefaultAuthorizerResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts index 02b758298f7e..fe3129ffe784 100644 --- a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/DescribeDimensionCommand.ts b/clients/client-iot/src/commands/DescribeDimensionCommand.ts index 8afdee462941..44ffb8ebd71c 100644 --- a/clients/client-iot/src/commands/DescribeDimensionCommand.ts +++ b/clients/client-iot/src/commands/DescribeDimensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeDimensionRequest, DescribeDimensionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts index 8bba127ddd51..19e307307622 100644 --- a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeDomainConfigurationRequest, DescribeDomainConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeEndpointCommand.ts b/clients/client-iot/src/commands/DescribeEndpointCommand.ts index 8377361d2b54..0c0c231b0422 100644 --- a/clients/client-iot/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-iot/src/commands/DescribeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts index c48e9bde5d27..19c2c9746043 100644 --- a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeEventConfigurationsRequest, DescribeEventConfigurationsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts index 0764237b5b2f..7f00e6223a15 100644 --- a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeFleetMetricRequest, DescribeFleetMetricResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeIndexCommand.ts b/clients/client-iot/src/commands/DescribeIndexCommand.ts index b4c2713a30a5..bb5e16faf2ab 100644 --- a/clients/client-iot/src/commands/DescribeIndexCommand.ts +++ b/clients/client-iot/src/commands/DescribeIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeJobCommand.ts b/clients/client-iot/src/commands/DescribeJobCommand.ts index 65ddc2f8c0ae..1a0eee82c0ef 100644 --- a/clients/client-iot/src/commands/DescribeJobCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeJobRequest, DescribeJobResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts index aada205a431f..3d0e44cb09cb 100644 --- a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeJobExecutionRequest, DescribeJobExecutionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts index e851960aa7f1..9fe4df5e25b7 100644 --- a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeJobTemplateRequest, DescribeJobTemplateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts index a84bd2f19125..c71bae52d1ee 100644 --- a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeManagedJobTemplateRequest, DescribeManagedJobTemplateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts index 2646b0a99623..6999b1fa4976 100644 --- a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeMitigationActionRequest, DescribeMitigationActionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts index 0b890bcbfa34..1729a4425d34 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeProvisioningTemplateRequest, DescribeProvisioningTemplateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts index d814c2c7ba4d..7b4421976e49 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts index 0ec8bd52a3ec..54dc165cbca9 100644 --- a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeRoleAliasRequest, DescribeRoleAliasResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts index b84082f89140..009e9323f1e7 100644 --- a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeScheduledAuditRequest, DescribeScheduledAuditResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts index be8763c32a4c..ca3cdf108d8e 100644 --- a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeStreamCommand.ts b/clients/client-iot/src/commands/DescribeStreamCommand.ts index 888e0da7adab..d8777ebb056d 100644 --- a/clients/client-iot/src/commands/DescribeStreamCommand.ts +++ b/clients/client-iot/src/commands/DescribeStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeStreamRequest, DescribeStreamResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeThingCommand.ts b/clients/client-iot/src/commands/DescribeThingCommand.ts index 76b6402214d3..810c2ee9cf81 100644 --- a/clients/client-iot/src/commands/DescribeThingCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeThingRequest, DescribeThingResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts index a3866d776847..03f544782f0f 100644 --- a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeThingGroupRequest, DescribeThingGroupResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts index c0b435aa507f..7be3a7665e4b 100644 --- a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeThingRegistrationTaskRequest, DescribeThingRegistrationTaskResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts index b7a46b177b87..d69feae634d5 100644 --- a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DescribeThingTypeRequest, DescribeThingTypeResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DetachPolicyCommand.ts b/clients/client-iot/src/commands/DetachPolicyCommand.ts index 0fbedfd52802..104fd290703d 100644 --- a/clients/client-iot/src/commands/DetachPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DetachPolicyRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts index 41811968eb6d..bb6fd009b6ae 100644 --- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DetachPrincipalPolicyRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts index 2832a5ecfda4..bbef8fab18a5 100644 --- a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DetachSecurityProfileRequest, DetachSecurityProfileResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts index 9d109cf49ff2..7e9244e0711b 100644 --- a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DetachThingPrincipalRequest, DetachThingPrincipalResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts index e8f48384f2d5..21797244277a 100644 --- a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { DisableTopicRuleRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts index 44e8ab2309f4..ea69d588b4b7 100644 --- a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { EnableTopicRuleRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts index 6601e99fef94..e2d40af44f8e 100644 --- a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts +++ b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts index a92d88d877cb..1c6ce691e56e 100644 --- a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts +++ b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetBucketsAggregationRequest, GetBucketsAggregationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetCardinalityCommand.ts b/clients/client-iot/src/commands/GetCardinalityCommand.ts index 5e4fc83037bb..a7f2fccecc60 100644 --- a/clients/client-iot/src/commands/GetCardinalityCommand.ts +++ b/clients/client-iot/src/commands/GetCardinalityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetCardinalityRequest, GetCardinalityResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts index 79d52530c1dd..39d4db0945b3 100644 --- a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts +++ b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetEffectivePoliciesRequest, GetEffectivePoliciesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts index d81c3c4fccfd..6b39b7d378c2 100644 --- a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetIndexingConfigurationRequest, GetIndexingConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetJobDocumentCommand.ts b/clients/client-iot/src/commands/GetJobDocumentCommand.ts index 81bf095d6ce0..b55b21b9292f 100644 --- a/clients/client-iot/src/commands/GetJobDocumentCommand.ts +++ b/clients/client-iot/src/commands/GetJobDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetJobDocumentRequest, GetJobDocumentResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts index 0b58b8d0f9bb..7562be7642ad 100644 --- a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts index 9cb8c959f2cb..5270c15cff51 100644 --- a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetOTAUpdateRequest, GetOTAUpdateResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetPackageCommand.ts b/clients/client-iot/src/commands/GetPackageCommand.ts index c36a3c5851aa..edaeddfc18d6 100644 --- a/clients/client-iot/src/commands/GetPackageCommand.ts +++ b/clients/client-iot/src/commands/GetPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetPackageRequest, GetPackageResponse, GetPackageResponseFilterSensitiveLog } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts index 9c9d90f0a7d1..202384aa4226 100644 --- a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetPackageConfigurationRequest, GetPackageConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetPackageVersionCommand.ts b/clients/client-iot/src/commands/GetPackageVersionCommand.ts index 84b70cf1a5d4..f73e78919250 100644 --- a/clients/client-iot/src/commands/GetPackageVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/GetPercentilesCommand.ts b/clients/client-iot/src/commands/GetPercentilesCommand.ts index 863877d6befb..3bd80cc2f3f7 100644 --- a/clients/client-iot/src/commands/GetPercentilesCommand.ts +++ b/clients/client-iot/src/commands/GetPercentilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetPercentilesRequest, GetPercentilesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetPolicyCommand.ts b/clients/client-iot/src/commands/GetPolicyCommand.ts index d6a81a6d8c31..8dcd12173690 100644 --- a/clients/client-iot/src/commands/GetPolicyCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts index 73039f6ca9eb..8c4fa974bd38 100644 --- a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts index 23b92bb1e77f..8954f17fb1cb 100644 --- a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetRegistrationCodeRequest, GetRegistrationCodeResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetStatisticsCommand.ts b/clients/client-iot/src/commands/GetStatisticsCommand.ts index fcda16da193f..302ec57c786a 100644 --- a/clients/client-iot/src/commands/GetStatisticsCommand.ts +++ b/clients/client-iot/src/commands/GetStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetStatisticsRequest, GetStatisticsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetTopicRuleCommand.ts b/clients/client-iot/src/commands/GetTopicRuleCommand.ts index 262345cbe523..e2f3ea91c189 100644 --- a/clients/client-iot/src/commands/GetTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetTopicRuleRequest, GetTopicRuleResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts index d531414d40a4..149f70c72a68 100644 --- a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetTopicRuleDestinationRequest, GetTopicRuleDestinationResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts index d501b3fcc38c..aef95065a77c 100644 --- a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { GetV2LoggingOptionsRequest, GetV2LoggingOptionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts index d005bc82655d..2a00987f546e 100644 --- a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts +++ b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListActiveViolationsRequest, ListActiveViolationsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts index 5e56c082900e..27be24249c00 100644 --- a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAttachedPoliciesRequest, ListAttachedPoliciesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts index 950c586d1004..ff7f774d8a99 100644 --- a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAuditFindingsRequest, ListAuditFindingsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts index d1cd24254dff..406977b90d8a 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts index d7251799146a..ba1a7096e56a 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAuditMitigationActionsTasksRequest, ListAuditMitigationActionsTasksResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts index 8c3d8cbb78a8..ed6e5d7672e8 100644 --- a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAuditSuppressionsRequest, ListAuditSuppressionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAuditTasksCommand.ts b/clients/client-iot/src/commands/ListAuditTasksCommand.ts index ccb4bf69220f..44e81091084a 100644 --- a/clients/client-iot/src/commands/ListAuditTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAuditTasksRequest, ListAuditTasksResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListAuthorizersCommand.ts b/clients/client-iot/src/commands/ListAuthorizersCommand.ts index f7d91cbb3026..959da1e8dd33 100644 --- a/clients/client-iot/src/commands/ListAuthorizersCommand.ts +++ b/clients/client-iot/src/commands/ListAuthorizersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListAuthorizersRequest, ListAuthorizersResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts index 2540b1745c60..3a5d9515134b 100644 --- a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListBillingGroupsRequest, ListBillingGroupsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListCACertificatesCommand.ts b/clients/client-iot/src/commands/ListCACertificatesCommand.ts index 1e0c35d74366..5583fee721ee 100644 --- a/clients/client-iot/src/commands/ListCACertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCACertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListCACertificatesRequest, ListCACertificatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts index 15ccefc629ba..bf503569241f 100644 --- a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListCertificatesByCARequest, ListCertificatesByCAResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListCertificatesCommand.ts b/clients/client-iot/src/commands/ListCertificatesCommand.ts index 5d96fc0d781f..ab7f80b7ecdb 100644 --- a/clients/client-iot/src/commands/ListCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts index a4d488f1b401..99213d6b2300 100644 --- a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListCustomMetricsRequest, ListCustomMetricsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts index 6846122dece4..a3c6eb8515ac 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts index 8c20dbe2e07f..c42fd62c459c 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListDetectMitigationActionsTasksRequest, ListDetectMitigationActionsTasksResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListDimensionsCommand.ts b/clients/client-iot/src/commands/ListDimensionsCommand.ts index 69395c575ec2..687e82554a34 100644 --- a/clients/client-iot/src/commands/ListDimensionsCommand.ts +++ b/clients/client-iot/src/commands/ListDimensionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListDimensionsRequest, ListDimensionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts index cf7418abe7ad..e9f862c21469 100644 --- a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListDomainConfigurationsRequest, ListDomainConfigurationsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts index 56e05144ba26..18f0c10a49a9 100644 --- a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListFleetMetricsRequest, ListFleetMetricsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListIndicesCommand.ts b/clients/client-iot/src/commands/ListIndicesCommand.ts index 4a75649621fd..c98350ec41ab 100644 --- a/clients/client-iot/src/commands/ListIndicesCommand.ts +++ b/clients/client-iot/src/commands/ListIndicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListIndicesRequest, ListIndicesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts index d204bed2c4cd..6b8b48c56675 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListJobExecutionsForJobRequest, ListJobExecutionsForJobResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts index 36e6c821ae5f..177f8fb79021 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListJobExecutionsForThingRequest, ListJobExecutionsForThingResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts index 0140d1ff695d..59ff1a0e0e8e 100644 --- a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListJobsCommand.ts b/clients/client-iot/src/commands/ListJobsCommand.ts index a5e2b33fd144..c88e353ae610 100644 --- a/clients/client-iot/src/commands/ListJobsCommand.ts +++ b/clients/client-iot/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts index d394b28c7d10..119b69201aac 100644 --- a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListManagedJobTemplatesRequest, ListManagedJobTemplatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListMetricValuesCommand.ts b/clients/client-iot/src/commands/ListMetricValuesCommand.ts index 6518a1f84814..3bb0c753e244 100644 --- a/clients/client-iot/src/commands/ListMetricValuesCommand.ts +++ b/clients/client-iot/src/commands/ListMetricValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListMetricValuesRequest, ListMetricValuesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts index 00a2e7945120..e7ce936f00a0 100644 --- a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts +++ b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListMitigationActionsRequest, ListMitigationActionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts index ccfbb8ba6509..5e200c0d64b9 100644 --- a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts +++ b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListOTAUpdatesRequest, ListOTAUpdatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts index cc783963288d..d4728c86fe45 100644 --- a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListOutgoingCertificatesRequest, ListOutgoingCertificatesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts index 7cb45c949a3e..62001623c48d 100644 --- a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPackageVersionsRequest, ListPackageVersionsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPackagesCommand.ts b/clients/client-iot/src/commands/ListPackagesCommand.ts index c10c47861b04..8d4ad2f85609 100644 --- a/clients/client-iot/src/commands/ListPackagesCommand.ts +++ b/clients/client-iot/src/commands/ListPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPackagesRequest, ListPackagesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPoliciesCommand.ts b/clients/client-iot/src/commands/ListPoliciesCommand.ts index 109a08e3869b..09643b2056b8 100644 --- a/clients/client-iot/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts index 19eb620fe61e..873ad42e6a18 100644 --- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPolicyPrincipalsRequest, ListPolicyPrincipalsResponse } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts index ba9702b2bc87..82f4adf6c874 100644 --- a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPolicyVersionsRequest } from "../models/models_1"; diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts index 4b8e96e6ecac..d046970ef8b6 100644 --- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPrincipalPoliciesRequest, ListPrincipalPoliciesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts index 670858c729cc..e98c1c64e85e 100644 --- a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListPrincipalThingsRequest, ListPrincipalThingsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts index a775c9907bf8..528aabf24c28 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListProvisioningTemplateVersionsRequest, ListProvisioningTemplateVersionsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts index 65293adf3c84..4c762beb3fe4 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListProvisioningTemplatesRequest, ListProvisioningTemplatesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts index 91b2acf053bd..6b4fda256331 100644 --- a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts index 4d3289bdeab8..0ef7c795f2d6 100644 --- a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts +++ b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListRoleAliasesRequest, ListRoleAliasesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts index 73978bc18cdb..492d8f23cc40 100644 --- a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts +++ b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListScheduledAuditsRequest, ListScheduledAuditsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts index 4f41f8cc280e..e5d47515d552 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts index a5a423b8d7ee..397fc0aeaceb 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListSecurityProfilesForTargetRequest, ListSecurityProfilesForTargetResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListStreamsCommand.ts b/clients/client-iot/src/commands/ListStreamsCommand.ts index 42c8a60e6e47..5b9299725d3b 100644 --- a/clients/client-iot/src/commands/ListStreamsCommand.ts +++ b/clients/client-iot/src/commands/ListStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListStreamsRequest, ListStreamsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts index ec66b23a36c0..60d8c9ce46b7 100644 --- a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts index 41548bf8536a..7ba804071e84 100644 --- a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts index e8c093c66c62..0823982183a4 100644 --- a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListTargetsForSecurityProfileRequest, ListTargetsForSecurityProfileResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingGroupsCommand.ts b/clients/client-iot/src/commands/ListThingGroupsCommand.ts index 1561315bab44..2ce17fa8454b 100644 --- a/clients/client-iot/src/commands/ListThingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingGroupsRequest, ListThingGroupsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts index ddd2d1fce6d5..dc72d4d7f59f 100644 --- a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingGroupsForThingRequest, ListThingGroupsForThingResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts index 82ccefadb23a..84e77c02b391 100644 --- a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingPrincipalsRequest, ListThingPrincipalsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts index 581c8fffcc73..4dbb0aaaae99 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingRegistrationTaskReportsRequest, ListThingRegistrationTaskReportsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts index c529bc42d5e5..0a0005d6a870 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingRegistrationTasksRequest, ListThingRegistrationTasksResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingTypesCommand.ts b/clients/client-iot/src/commands/ListThingTypesCommand.ts index ee1f0b0cc7ad..e8f7cb13515b 100644 --- a/clients/client-iot/src/commands/ListThingTypesCommand.ts +++ b/clients/client-iot/src/commands/ListThingTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingTypesRequest, ListThingTypesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingsCommand.ts b/clients/client-iot/src/commands/ListThingsCommand.ts index c8c5bef8e86c..35c6c9f6d956 100644 --- a/clients/client-iot/src/commands/ListThingsCommand.ts +++ b/clients/client-iot/src/commands/ListThingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingsRequest, ListThingsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts index 599e32e3a7c3..afa135cfd33f 100644 --- a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingsInBillingGroupRequest, ListThingsInBillingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts index cb3ec68ab969..b051abfdd8ce 100644 --- a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListThingsInThingGroupRequest, ListThingsInThingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts index 29804f363f43..1cb9980255e9 100644 --- a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListTopicRuleDestinationsRequest, ListTopicRuleDestinationsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListTopicRulesCommand.ts b/clients/client-iot/src/commands/ListTopicRulesCommand.ts index 4a27edb1e1ed..da00e9c4f856 100644 --- a/clients/client-iot/src/commands/ListTopicRulesCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListTopicRulesRequest, ListTopicRulesResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts index d4204e4b1050..156ed55e63e5 100644 --- a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts +++ b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListV2LoggingLevelsRequest, ListV2LoggingLevelsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ListViolationEventsCommand.ts b/clients/client-iot/src/commands/ListViolationEventsCommand.ts index d6b7ffc87089..65427fce2bfa 100644 --- a/clients/client-iot/src/commands/ListViolationEventsCommand.ts +++ b/clients/client-iot/src/commands/ListViolationEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ListViolationEventsRequest, ListViolationEventsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts index f55a93690638..1dd8a9a53814 100644 --- a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts +++ b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { PutVerificationStateOnViolationRequest, PutVerificationStateOnViolationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts index 854df41d1f58..18da539ed34a 100644 --- a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RegisterCACertificateRequest, RegisterCACertificateResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RegisterCertificateCommand.ts b/clients/client-iot/src/commands/RegisterCertificateCommand.ts index adcd8f94fda3..074000aa6128 100644 --- a/clients/client-iot/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RegisterCertificateRequest, RegisterCertificateResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts index 560c2b6bd8b6..693f46ce0a4b 100644 --- a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RegisterCertificateWithoutCARequest, RegisterCertificateWithoutCAResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RegisterThingCommand.ts b/clients/client-iot/src/commands/RegisterThingCommand.ts index d2d9b80a4a1e..8140aee80b05 100644 --- a/clients/client-iot/src/commands/RegisterThingCommand.ts +++ b/clients/client-iot/src/commands/RegisterThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RegisterThingRequest, RegisterThingResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts index dca749f3d6dc..d2362c0412e2 100644 --- a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RejectCertificateTransferRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts index c894d958e6f6..4c7417d11cdb 100644 --- a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RemoveThingFromBillingGroupRequest, RemoveThingFromBillingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts index fc05ec799731..012a5ccb39de 100644 --- a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { RemoveThingFromThingGroupRequest, RemoveThingFromThingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts index 7a2357c40368..00bb51183609 100644 --- a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ReplaceTopicRuleRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SearchIndexCommand.ts b/clients/client-iot/src/commands/SearchIndexCommand.ts index abdcc4e79284..12926d39cc9d 100644 --- a/clients/client-iot/src/commands/SearchIndexCommand.ts +++ b/clients/client-iot/src/commands/SearchIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SearchIndexRequest, SearchIndexResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts index a6aa9b0f07ad..93702074bfe2 100644 --- a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SetDefaultAuthorizerRequest, SetDefaultAuthorizerResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts index 1f1b285438b2..41e933dec04d 100644 --- a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SetDefaultPolicyVersionRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts index 75bcd8b1cf2d..0a5281443c33 100644 --- a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SetLoggingOptionsRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts index 4e02f54be089..485a1057ee5d 100644 --- a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SetV2LoggingLevelRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts index a7ef9b8d0be0..b5fa2bfa58c2 100644 --- a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { SetV2LoggingOptionsRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts index bfa1701ae480..330343d1188e 100644 --- a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { StartAuditMitigationActionsTaskRequest, StartAuditMitigationActionsTaskResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts index ecafbc8bb8ae..321912723d9f 100644 --- a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { StartDetectMitigationActionsTaskRequest, StartDetectMitigationActionsTaskResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts index db1a906fecf0..f83222150237 100644 --- a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { StartOnDemandAuditTaskRequest, StartOnDemandAuditTaskResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts index 36be41bf9d8f..b6cb109bae1c 100644 --- a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { StartThingRegistrationTaskRequest, StartThingRegistrationTaskResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts index 1dc7e4945365..28277e3e5e11 100644 --- a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { StopThingRegistrationTaskRequest, StopThingRegistrationTaskResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/TagResourceCommand.ts b/clients/client-iot/src/commands/TagResourceCommand.ts index 109ae0df8836..30468fb1941c 100644 --- a/clients/client-iot/src/commands/TagResourceCommand.ts +++ b/clients/client-iot/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/TestAuthorizationCommand.ts b/clients/client-iot/src/commands/TestAuthorizationCommand.ts index bb8ea8d76acb..41ed21cfca0a 100644 --- a/clients/client-iot/src/commands/TestAuthorizationCommand.ts +++ b/clients/client-iot/src/commands/TestAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { TestAuthorizationRequest, TestAuthorizationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts index d604cce94b87..a7c855b04216 100644 --- a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/TransferCertificateCommand.ts b/clients/client-iot/src/commands/TransferCertificateCommand.ts index 391f2f8d6ac6..6c910e71e050 100644 --- a/clients/client-iot/src/commands/TransferCertificateCommand.ts +++ b/clients/client-iot/src/commands/TransferCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { TransferCertificateRequest, TransferCertificateResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UntagResourceCommand.ts b/clients/client-iot/src/commands/UntagResourceCommand.ts index 875922dfffaa..561b4598ccff 100644 --- a/clients/client-iot/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts index 2865f3ed9b93..deace1105f6a 100644 --- a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateAccountAuditConfigurationRequest, UpdateAccountAuditConfigurationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts index 06c0f4a7121e..97bb0b0fb6d9 100644 --- a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateAuditSuppressionRequest, UpdateAuditSuppressionResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts index 37c47264c373..c1ef63a3df50 100644 --- a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts index 887be469de30..ff78837926a8 100644 --- a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateBillingGroupRequest, UpdateBillingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts index ad0d16f0d017..305e5cb458de 100644 --- a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateCACertificateRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateCertificateCommand.ts b/clients/client-iot/src/commands/UpdateCertificateCommand.ts index b86d18de2ed6..4f322308af9b 100644 --- a/clients/client-iot/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateCertificateRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts index d20d43a58f28..23b7544a0943 100644 --- a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateCustomMetricRequest, UpdateCustomMetricResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateDimensionCommand.ts b/clients/client-iot/src/commands/UpdateDimensionCommand.ts index c32662e55d0d..52b8ed6daff5 100644 --- a/clients/client-iot/src/commands/UpdateDimensionCommand.ts +++ b/clients/client-iot/src/commands/UpdateDimensionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateDimensionRequest, UpdateDimensionResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts index db5951f2234e..6022fdf6e384 100644 --- a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateDomainConfigurationRequest, UpdateDomainConfigurationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts index 0f7718cf6eaf..4b3de7a01fa8 100644 --- a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateDynamicThingGroupRequest, UpdateDynamicThingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts index 0b8fd1b917ae..77e20b06b15b 100644 --- a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateEventConfigurationsRequest, UpdateEventConfigurationsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts index 189400361cf7..a78c7b4f0274 100644 --- a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateFleetMetricRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts index 1a6df868bfd1..cf01461b2696 100644 --- a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateIndexingConfigurationRequest, UpdateIndexingConfigurationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateJobCommand.ts b/clients/client-iot/src/commands/UpdateJobCommand.ts index 256cba90a34b..10d53357b693 100644 --- a/clients/client-iot/src/commands/UpdateJobCommand.ts +++ b/clients/client-iot/src/commands/UpdateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateJobRequest } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts index 79a73df10b44..46da55412838 100644 --- a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateMitigationActionRequest, UpdateMitigationActionResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdatePackageCommand.ts b/clients/client-iot/src/commands/UpdatePackageCommand.ts index d4c17a55d1a5..3d6bff829856 100644 --- a/clients/client-iot/src/commands/UpdatePackageCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts index 36aef6a75abd..5c7820b62eec 100644 --- a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdatePackageConfigurationRequest, UpdatePackageConfigurationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts index ef4e72908659..47998db48cfd 100644 --- a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { diff --git a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts index 9dc1a442e03a..b895b0121d7f 100644 --- a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateProvisioningTemplateRequest, UpdateProvisioningTemplateResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts index bac01f7e9dc1..4b97791833b8 100644 --- a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateRoleAliasRequest, UpdateRoleAliasResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts index 556ac237ae3f..aec4a813dc49 100644 --- a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateScheduledAuditRequest, UpdateScheduledAuditResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts index 72666db882d0..923a0e7662b8 100644 --- a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateSecurityProfileRequest, UpdateSecurityProfileResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateStreamCommand.ts b/clients/client-iot/src/commands/UpdateStreamCommand.ts index 6c27f37c9181..4419570ca4bc 100644 --- a/clients/client-iot/src/commands/UpdateStreamCommand.ts +++ b/clients/client-iot/src/commands/UpdateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateStreamRequest, UpdateStreamResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateThingCommand.ts b/clients/client-iot/src/commands/UpdateThingCommand.ts index 9fa1e9ecde60..2de7037e2d90 100644 --- a/clients/client-iot/src/commands/UpdateThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateThingRequest, UpdateThingResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts index 6d86f43fed64..15c850eff387 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateThingGroupRequest, UpdateThingGroupResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts index 23dc2abd6d5c..019b9fb1f024 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateThingGroupsForThingRequest, UpdateThingGroupsForThingResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts index 02d8669e2abd..5b12a3a4c6a8 100644 --- a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { UpdateTopicRuleDestinationRequest, UpdateTopicRuleDestinationResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts index 2dd60c68d5c7..fbcbd5f04791 100644 --- a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts +++ b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient"; import { ValidateSecurityProfileBehaviorsRequest, ValidateSecurityProfileBehaviorsResponse } from "../models/models_2"; diff --git a/clients/client-iot/src/endpoint/EndpointParameters.ts b/clients/client-iot/src/endpoint/EndpointParameters.ts index d8d18017f143..a1041faefe0d 100644 --- a/clients/client-iot/src/endpoint/EndpointParameters.ts +++ b/clients/client-iot/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iot/src/endpoint/endpointResolver.ts b/clients/client-iot/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iot/src/endpoint/endpointResolver.ts +++ b/clients/client-iot/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iot/src/endpoint/ruleset.ts b/clients/client-iot/src/endpoint/ruleset.ts index c7799a514fc4..b88b6a262f4b 100644 --- a/clients/client-iot/src/endpoint/ruleset.ts +++ b/clients/client-iot/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iot/src/models/IoTServiceException.ts b/clients/client-iot/src/models/IoTServiceException.ts index e0edc4d82a33..d8ffd14cda1d 100644 --- a/clients/client-iot/src/models/IoTServiceException.ts +++ b/clients/client-iot/src/models/IoTServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iot/src/models/models_0.ts b/clients/client-iot/src/models/models_0.ts index a6e690bb6433..0b9fd8837da7 100644 --- a/clients/client-iot/src/models/models_0.ts +++ b/clients/client-iot/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTServiceException as __BaseException } from "./IoTServiceException"; diff --git a/clients/client-iot/src/models/models_1.ts b/clients/client-iot/src/models/models_1.ts index caa19d260ed8..8e58122c9711 100644 --- a/clients/client-iot/src/models/models_1.ts +++ b/clients/client-iot/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTServiceException as __BaseException } from "./IoTServiceException"; import { diff --git a/clients/client-iot/src/models/models_2.ts b/clients/client-iot/src/models/models_2.ts index 2acff922851a..eb2e85368438 100644 --- a/clients/client-iot/src/models/models_2.ts +++ b/clients/client-iot/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTServiceException as __BaseException } from "./IoTServiceException"; import { diff --git a/clients/client-iot/src/pagination/GetBehaviorModelTrainingSummariesPaginator.ts b/clients/client-iot/src/pagination/GetBehaviorModelTrainingSummariesPaginator.ts index 9d4b63377982..b54d32772e2a 100644 --- a/clients/client-iot/src/pagination/GetBehaviorModelTrainingSummariesPaginator.ts +++ b/clients/client-iot/src/pagination/GetBehaviorModelTrainingSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBehaviorModelTrainingSummariesCommand, diff --git a/clients/client-iot/src/pagination/Interfaces.ts b/clients/client-iot/src/pagination/Interfaces.ts index be9a4c5460c6..c0902094f448 100644 --- a/clients/client-iot/src/pagination/Interfaces.ts +++ b/clients/client-iot/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTClient } from "../IoTClient"; diff --git a/clients/client-iot/src/pagination/ListActiveViolationsPaginator.ts b/clients/client-iot/src/pagination/ListActiveViolationsPaginator.ts index 59d2cf4827df..8e442e049944 100644 --- a/clients/client-iot/src/pagination/ListActiveViolationsPaginator.ts +++ b/clients/client-iot/src/pagination/ListActiveViolationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListActiveViolationsCommand, diff --git a/clients/client-iot/src/pagination/ListAttachedPoliciesPaginator.ts b/clients/client-iot/src/pagination/ListAttachedPoliciesPaginator.ts index 11ec311c7065..91b40862ecf5 100644 --- a/clients/client-iot/src/pagination/ListAttachedPoliciesPaginator.ts +++ b/clients/client-iot/src/pagination/ListAttachedPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachedPoliciesCommand, diff --git a/clients/client-iot/src/pagination/ListAuditFindingsPaginator.ts b/clients/client-iot/src/pagination/ListAuditFindingsPaginator.ts index b3fbcc6d3d2a..6cae77d35c0d 100644 --- a/clients/client-iot/src/pagination/ListAuditFindingsPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuditFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuditFindingsCommand, diff --git a/clients/client-iot/src/pagination/ListAuditMitigationActionsExecutionsPaginator.ts b/clients/client-iot/src/pagination/ListAuditMitigationActionsExecutionsPaginator.ts index 7b9725a55314..a17bf4f95d39 100644 --- a/clients/client-iot/src/pagination/ListAuditMitigationActionsExecutionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuditMitigationActionsExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuditMitigationActionsExecutionsCommand, diff --git a/clients/client-iot/src/pagination/ListAuditMitigationActionsTasksPaginator.ts b/clients/client-iot/src/pagination/ListAuditMitigationActionsTasksPaginator.ts index 7b0d6bc55720..35f34dd2c4f1 100644 --- a/clients/client-iot/src/pagination/ListAuditMitigationActionsTasksPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuditMitigationActionsTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuditMitigationActionsTasksCommand, diff --git a/clients/client-iot/src/pagination/ListAuditSuppressionsPaginator.ts b/clients/client-iot/src/pagination/ListAuditSuppressionsPaginator.ts index be0c4e6eaae5..62c8a7919fc1 100644 --- a/clients/client-iot/src/pagination/ListAuditSuppressionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuditSuppressionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuditSuppressionsCommand, diff --git a/clients/client-iot/src/pagination/ListAuditTasksPaginator.ts b/clients/client-iot/src/pagination/ListAuditTasksPaginator.ts index 3f29397fafb9..0f217308371f 100644 --- a/clients/client-iot/src/pagination/ListAuditTasksPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuditTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuditTasksCommand, diff --git a/clients/client-iot/src/pagination/ListAuthorizersPaginator.ts b/clients/client-iot/src/pagination/ListAuthorizersPaginator.ts index 486c7689eb09..6e56d27744e0 100644 --- a/clients/client-iot/src/pagination/ListAuthorizersPaginator.ts +++ b/clients/client-iot/src/pagination/ListAuthorizersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAuthorizersCommand, diff --git a/clients/client-iot/src/pagination/ListBillingGroupsPaginator.ts b/clients/client-iot/src/pagination/ListBillingGroupsPaginator.ts index bffbe198bac7..c499d361d728 100644 --- a/clients/client-iot/src/pagination/ListBillingGroupsPaginator.ts +++ b/clients/client-iot/src/pagination/ListBillingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBillingGroupsCommand, diff --git a/clients/client-iot/src/pagination/ListCACertificatesPaginator.ts b/clients/client-iot/src/pagination/ListCACertificatesPaginator.ts index a2d51617fbaf..db4411809d6f 100644 --- a/clients/client-iot/src/pagination/ListCACertificatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListCACertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCACertificatesCommand, diff --git a/clients/client-iot/src/pagination/ListCertificatesByCAPaginator.ts b/clients/client-iot/src/pagination/ListCertificatesByCAPaginator.ts index 42480674d9e1..2e522d94706c 100644 --- a/clients/client-iot/src/pagination/ListCertificatesByCAPaginator.ts +++ b/clients/client-iot/src/pagination/ListCertificatesByCAPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCertificatesByCACommand, diff --git a/clients/client-iot/src/pagination/ListCertificatesPaginator.ts b/clients/client-iot/src/pagination/ListCertificatesPaginator.ts index 6fd79420cfb8..71f8b4a98789 100644 --- a/clients/client-iot/src/pagination/ListCertificatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCertificatesCommand, diff --git a/clients/client-iot/src/pagination/ListCustomMetricsPaginator.ts b/clients/client-iot/src/pagination/ListCustomMetricsPaginator.ts index effe2a95fabc..5e815b892097 100644 --- a/clients/client-iot/src/pagination/ListCustomMetricsPaginator.ts +++ b/clients/client-iot/src/pagination/ListCustomMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomMetricsCommand, diff --git a/clients/client-iot/src/pagination/ListDetectMitigationActionsExecutionsPaginator.ts b/clients/client-iot/src/pagination/ListDetectMitigationActionsExecutionsPaginator.ts index 8cccbedf5d02..8dfba8288b65 100644 --- a/clients/client-iot/src/pagination/ListDetectMitigationActionsExecutionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListDetectMitigationActionsExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDetectMitigationActionsExecutionsCommand, diff --git a/clients/client-iot/src/pagination/ListDetectMitigationActionsTasksPaginator.ts b/clients/client-iot/src/pagination/ListDetectMitigationActionsTasksPaginator.ts index a365344f957f..f28ca8316b4c 100644 --- a/clients/client-iot/src/pagination/ListDetectMitigationActionsTasksPaginator.ts +++ b/clients/client-iot/src/pagination/ListDetectMitigationActionsTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDetectMitigationActionsTasksCommand, diff --git a/clients/client-iot/src/pagination/ListDimensionsPaginator.ts b/clients/client-iot/src/pagination/ListDimensionsPaginator.ts index d37a95a0666e..c70a9463aa91 100644 --- a/clients/client-iot/src/pagination/ListDimensionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListDimensionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDimensionsCommand, diff --git a/clients/client-iot/src/pagination/ListDomainConfigurationsPaginator.ts b/clients/client-iot/src/pagination/ListDomainConfigurationsPaginator.ts index 881369432885..f2c91c8dbad0 100644 --- a/clients/client-iot/src/pagination/ListDomainConfigurationsPaginator.ts +++ b/clients/client-iot/src/pagination/ListDomainConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainConfigurationsCommand, diff --git a/clients/client-iot/src/pagination/ListFleetMetricsPaginator.ts b/clients/client-iot/src/pagination/ListFleetMetricsPaginator.ts index cebe50b8e0ab..282bc1cddee4 100644 --- a/clients/client-iot/src/pagination/ListFleetMetricsPaginator.ts +++ b/clients/client-iot/src/pagination/ListFleetMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetMetricsCommand, diff --git a/clients/client-iot/src/pagination/ListIndicesPaginator.ts b/clients/client-iot/src/pagination/ListIndicesPaginator.ts index 57c0ec0665f1..5e7219ca3d6b 100644 --- a/clients/client-iot/src/pagination/ListIndicesPaginator.ts +++ b/clients/client-iot/src/pagination/ListIndicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIndicesCommand, ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand"; import { IoTClient } from "../IoTClient"; diff --git a/clients/client-iot/src/pagination/ListJobExecutionsForJobPaginator.ts b/clients/client-iot/src/pagination/ListJobExecutionsForJobPaginator.ts index e7482d4c5419..753a588b0a15 100644 --- a/clients/client-iot/src/pagination/ListJobExecutionsForJobPaginator.ts +++ b/clients/client-iot/src/pagination/ListJobExecutionsForJobPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobExecutionsForJobCommand, diff --git a/clients/client-iot/src/pagination/ListJobExecutionsForThingPaginator.ts b/clients/client-iot/src/pagination/ListJobExecutionsForThingPaginator.ts index 565280f265da..391af30303c5 100644 --- a/clients/client-iot/src/pagination/ListJobExecutionsForThingPaginator.ts +++ b/clients/client-iot/src/pagination/ListJobExecutionsForThingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobExecutionsForThingCommand, diff --git a/clients/client-iot/src/pagination/ListJobTemplatesPaginator.ts b/clients/client-iot/src/pagination/ListJobTemplatesPaginator.ts index 997df233ee03..431f25f08dbc 100644 --- a/clients/client-iot/src/pagination/ListJobTemplatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListJobTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobTemplatesCommand, diff --git a/clients/client-iot/src/pagination/ListJobsPaginator.ts b/clients/client-iot/src/pagination/ListJobsPaginator.ts index 62515a6bdf58..eaad85e2b4d5 100644 --- a/clients/client-iot/src/pagination/ListJobsPaginator.ts +++ b/clients/client-iot/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { IoTClient } from "../IoTClient"; diff --git a/clients/client-iot/src/pagination/ListManagedJobTemplatesPaginator.ts b/clients/client-iot/src/pagination/ListManagedJobTemplatesPaginator.ts index 7119761b8a33..3988d9a6964c 100644 --- a/clients/client-iot/src/pagination/ListManagedJobTemplatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListManagedJobTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListManagedJobTemplatesCommand, diff --git a/clients/client-iot/src/pagination/ListMetricValuesPaginator.ts b/clients/client-iot/src/pagination/ListMetricValuesPaginator.ts index dfc2bc0201dc..7fd2689c8307 100644 --- a/clients/client-iot/src/pagination/ListMetricValuesPaginator.ts +++ b/clients/client-iot/src/pagination/ListMetricValuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMetricValuesCommand, diff --git a/clients/client-iot/src/pagination/ListMitigationActionsPaginator.ts b/clients/client-iot/src/pagination/ListMitigationActionsPaginator.ts index 1ef95ec293ee..e58c66f21430 100644 --- a/clients/client-iot/src/pagination/ListMitigationActionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListMitigationActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMitigationActionsCommand, diff --git a/clients/client-iot/src/pagination/ListOTAUpdatesPaginator.ts b/clients/client-iot/src/pagination/ListOTAUpdatesPaginator.ts index af2db9c42eb3..1455aedabcb5 100644 --- a/clients/client-iot/src/pagination/ListOTAUpdatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListOTAUpdatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOTAUpdatesCommand, diff --git a/clients/client-iot/src/pagination/ListOutgoingCertificatesPaginator.ts b/clients/client-iot/src/pagination/ListOutgoingCertificatesPaginator.ts index 1248f5eadbc5..af428955420b 100644 --- a/clients/client-iot/src/pagination/ListOutgoingCertificatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListOutgoingCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOutgoingCertificatesCommand, diff --git a/clients/client-iot/src/pagination/ListPackageVersionsPaginator.ts b/clients/client-iot/src/pagination/ListPackageVersionsPaginator.ts index d6918c4b69ca..a388ecf379f8 100644 --- a/clients/client-iot/src/pagination/ListPackageVersionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListPackageVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackageVersionsCommand, diff --git a/clients/client-iot/src/pagination/ListPackagesPaginator.ts b/clients/client-iot/src/pagination/ListPackagesPaginator.ts index 267cdcc42aa2..96a9503b8d7d 100644 --- a/clients/client-iot/src/pagination/ListPackagesPaginator.ts +++ b/clients/client-iot/src/pagination/ListPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagesCommand, diff --git a/clients/client-iot/src/pagination/ListPoliciesPaginator.ts b/clients/client-iot/src/pagination/ListPoliciesPaginator.ts index 64e968a2d705..7bd460955a73 100644 --- a/clients/client-iot/src/pagination/ListPoliciesPaginator.ts +++ b/clients/client-iot/src/pagination/ListPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesCommand, diff --git a/clients/client-iot/src/pagination/ListPolicyPrincipalsPaginator.ts b/clients/client-iot/src/pagination/ListPolicyPrincipalsPaginator.ts index 060a71ecccb6..5813d5405629 100644 --- a/clients/client-iot/src/pagination/ListPolicyPrincipalsPaginator.ts +++ b/clients/client-iot/src/pagination/ListPolicyPrincipalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPolicyPrincipalsCommand, diff --git a/clients/client-iot/src/pagination/ListPrincipalPoliciesPaginator.ts b/clients/client-iot/src/pagination/ListPrincipalPoliciesPaginator.ts index 7c93bc2f0b5b..1b443c778000 100644 --- a/clients/client-iot/src/pagination/ListPrincipalPoliciesPaginator.ts +++ b/clients/client-iot/src/pagination/ListPrincipalPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPrincipalPoliciesCommand, diff --git a/clients/client-iot/src/pagination/ListPrincipalThingsPaginator.ts b/clients/client-iot/src/pagination/ListPrincipalThingsPaginator.ts index 55906a9cfed2..f7f5c42b38f9 100644 --- a/clients/client-iot/src/pagination/ListPrincipalThingsPaginator.ts +++ b/clients/client-iot/src/pagination/ListPrincipalThingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPrincipalThingsCommand, diff --git a/clients/client-iot/src/pagination/ListProvisioningTemplateVersionsPaginator.ts b/clients/client-iot/src/pagination/ListProvisioningTemplateVersionsPaginator.ts index 4dca80920385..bac214898a81 100644 --- a/clients/client-iot/src/pagination/ListProvisioningTemplateVersionsPaginator.ts +++ b/clients/client-iot/src/pagination/ListProvisioningTemplateVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProvisioningTemplateVersionsCommand, diff --git a/clients/client-iot/src/pagination/ListProvisioningTemplatesPaginator.ts b/clients/client-iot/src/pagination/ListProvisioningTemplatesPaginator.ts index 42dc58a29d4b..02207283a42e 100644 --- a/clients/client-iot/src/pagination/ListProvisioningTemplatesPaginator.ts +++ b/clients/client-iot/src/pagination/ListProvisioningTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProvisioningTemplatesCommand, diff --git a/clients/client-iot/src/pagination/ListRelatedResourcesForAuditFindingPaginator.ts b/clients/client-iot/src/pagination/ListRelatedResourcesForAuditFindingPaginator.ts index e41ae5f672de..fd5d5647ea93 100644 --- a/clients/client-iot/src/pagination/ListRelatedResourcesForAuditFindingPaginator.ts +++ b/clients/client-iot/src/pagination/ListRelatedResourcesForAuditFindingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRelatedResourcesForAuditFindingCommand, diff --git a/clients/client-iot/src/pagination/ListRoleAliasesPaginator.ts b/clients/client-iot/src/pagination/ListRoleAliasesPaginator.ts index c532d3360b60..4809cefe4aab 100644 --- a/clients/client-iot/src/pagination/ListRoleAliasesPaginator.ts +++ b/clients/client-iot/src/pagination/ListRoleAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoleAliasesCommand, diff --git a/clients/client-iot/src/pagination/ListScheduledAuditsPaginator.ts b/clients/client-iot/src/pagination/ListScheduledAuditsPaginator.ts index b20da942e196..ee9afc1a68e8 100644 --- a/clients/client-iot/src/pagination/ListScheduledAuditsPaginator.ts +++ b/clients/client-iot/src/pagination/ListScheduledAuditsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScheduledAuditsCommand, diff --git a/clients/client-iot/src/pagination/ListSecurityProfilesForTargetPaginator.ts b/clients/client-iot/src/pagination/ListSecurityProfilesForTargetPaginator.ts index f0a8e07cc8f2..3d5eeb1c13d9 100644 --- a/clients/client-iot/src/pagination/ListSecurityProfilesForTargetPaginator.ts +++ b/clients/client-iot/src/pagination/ListSecurityProfilesForTargetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityProfilesForTargetCommand, diff --git a/clients/client-iot/src/pagination/ListSecurityProfilesPaginator.ts b/clients/client-iot/src/pagination/ListSecurityProfilesPaginator.ts index 428f03c3df5a..e98d7b7366dc 100644 --- a/clients/client-iot/src/pagination/ListSecurityProfilesPaginator.ts +++ b/clients/client-iot/src/pagination/ListSecurityProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityProfilesCommand, diff --git a/clients/client-iot/src/pagination/ListStreamsPaginator.ts b/clients/client-iot/src/pagination/ListStreamsPaginator.ts index 6da8eabbaca3..e7e10b1977ab 100644 --- a/clients/client-iot/src/pagination/ListStreamsPaginator.ts +++ b/clients/client-iot/src/pagination/ListStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamsCommand, ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand"; import { IoTClient } from "../IoTClient"; diff --git a/clients/client-iot/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-iot/src/pagination/ListTagsForResourcePaginator.ts index 09a56470aab8..fe621c808247 100644 --- a/clients/client-iot/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-iot/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-iot/src/pagination/ListTargetsForPolicyPaginator.ts b/clients/client-iot/src/pagination/ListTargetsForPolicyPaginator.ts index a2d00f0a5c3a..9ef0f94a992d 100644 --- a/clients/client-iot/src/pagination/ListTargetsForPolicyPaginator.ts +++ b/clients/client-iot/src/pagination/ListTargetsForPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetsForPolicyCommand, diff --git a/clients/client-iot/src/pagination/ListTargetsForSecurityProfilePaginator.ts b/clients/client-iot/src/pagination/ListTargetsForSecurityProfilePaginator.ts index 6a975745c187..58f18d96f163 100644 --- a/clients/client-iot/src/pagination/ListTargetsForSecurityProfilePaginator.ts +++ b/clients/client-iot/src/pagination/ListTargetsForSecurityProfilePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetsForSecurityProfileCommand, diff --git a/clients/client-iot/src/pagination/ListThingGroupsForThingPaginator.ts b/clients/client-iot/src/pagination/ListThingGroupsForThingPaginator.ts index 80c3240af352..6ab9eaf15243 100644 --- a/clients/client-iot/src/pagination/ListThingGroupsForThingPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingGroupsForThingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingGroupsForThingCommand, diff --git a/clients/client-iot/src/pagination/ListThingGroupsPaginator.ts b/clients/client-iot/src/pagination/ListThingGroupsPaginator.ts index a7c0f1e79c6b..e38470533f9f 100644 --- a/clients/client-iot/src/pagination/ListThingGroupsPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingGroupsCommand, diff --git a/clients/client-iot/src/pagination/ListThingPrincipalsPaginator.ts b/clients/client-iot/src/pagination/ListThingPrincipalsPaginator.ts index feb474e54cb9..d3ce997e2413 100644 --- a/clients/client-iot/src/pagination/ListThingPrincipalsPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingPrincipalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingPrincipalsCommand, diff --git a/clients/client-iot/src/pagination/ListThingRegistrationTaskReportsPaginator.ts b/clients/client-iot/src/pagination/ListThingRegistrationTaskReportsPaginator.ts index afcc3c68fd2e..57bef13a49c1 100644 --- a/clients/client-iot/src/pagination/ListThingRegistrationTaskReportsPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingRegistrationTaskReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingRegistrationTaskReportsCommand, diff --git a/clients/client-iot/src/pagination/ListThingRegistrationTasksPaginator.ts b/clients/client-iot/src/pagination/ListThingRegistrationTasksPaginator.ts index 5f38d33a0296..1617658c76ce 100644 --- a/clients/client-iot/src/pagination/ListThingRegistrationTasksPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingRegistrationTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingRegistrationTasksCommand, diff --git a/clients/client-iot/src/pagination/ListThingTypesPaginator.ts b/clients/client-iot/src/pagination/ListThingTypesPaginator.ts index bcd8288cb56f..6bd387496856 100644 --- a/clients/client-iot/src/pagination/ListThingTypesPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingTypesCommand, diff --git a/clients/client-iot/src/pagination/ListThingsInBillingGroupPaginator.ts b/clients/client-iot/src/pagination/ListThingsInBillingGroupPaginator.ts index 01431b3ad730..047db633a2a5 100644 --- a/clients/client-iot/src/pagination/ListThingsInBillingGroupPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingsInBillingGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingsInBillingGroupCommand, diff --git a/clients/client-iot/src/pagination/ListThingsInThingGroupPaginator.ts b/clients/client-iot/src/pagination/ListThingsInThingGroupPaginator.ts index a69acd07e8a8..5c12c613f77d 100644 --- a/clients/client-iot/src/pagination/ListThingsInThingGroupPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingsInThingGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingsInThingGroupCommand, diff --git a/clients/client-iot/src/pagination/ListThingsPaginator.ts b/clients/client-iot/src/pagination/ListThingsPaginator.ts index 6e2407b24122..ec8d6ad15df2 100644 --- a/clients/client-iot/src/pagination/ListThingsPaginator.ts +++ b/clients/client-iot/src/pagination/ListThingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThingsCommand, ListThingsCommandInput, ListThingsCommandOutput } from "../commands/ListThingsCommand"; import { IoTClient } from "../IoTClient"; diff --git a/clients/client-iot/src/pagination/ListTopicRuleDestinationsPaginator.ts b/clients/client-iot/src/pagination/ListTopicRuleDestinationsPaginator.ts index ae74d971d5c4..4aa1add48c87 100644 --- a/clients/client-iot/src/pagination/ListTopicRuleDestinationsPaginator.ts +++ b/clients/client-iot/src/pagination/ListTopicRuleDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTopicRuleDestinationsCommand, diff --git a/clients/client-iot/src/pagination/ListTopicRulesPaginator.ts b/clients/client-iot/src/pagination/ListTopicRulesPaginator.ts index e1c74f923336..477b45be5d79 100644 --- a/clients/client-iot/src/pagination/ListTopicRulesPaginator.ts +++ b/clients/client-iot/src/pagination/ListTopicRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTopicRulesCommand, diff --git a/clients/client-iot/src/pagination/ListV2LoggingLevelsPaginator.ts b/clients/client-iot/src/pagination/ListV2LoggingLevelsPaginator.ts index 13b810340d80..9c51f6d73108 100644 --- a/clients/client-iot/src/pagination/ListV2LoggingLevelsPaginator.ts +++ b/clients/client-iot/src/pagination/ListV2LoggingLevelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListV2LoggingLevelsCommand, diff --git a/clients/client-iot/src/pagination/ListViolationEventsPaginator.ts b/clients/client-iot/src/pagination/ListViolationEventsPaginator.ts index 2caa8b4ff4e9..f805229db90d 100644 --- a/clients/client-iot/src/pagination/ListViolationEventsPaginator.ts +++ b/clients/client-iot/src/pagination/ListViolationEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListViolationEventsCommand, diff --git a/clients/client-iot/src/protocols/Aws_restJson1.ts b/clients/client-iot/src/protocols/Aws_restJson1.ts index 4f5182969717..990086606f75 100644 --- a/clients/client-iot/src/protocols/Aws_restJson1.ts +++ b/clients/client-iot/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,10 +19,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-iot/src/runtimeConfig.browser.ts b/clients/client-iot/src/runtimeConfig.browser.ts index 3e01e3d70349..a13c1bb8eb08 100644 --- a/clients/client-iot/src/runtimeConfig.browser.ts +++ b/clients/client-iot/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTClientConfig } from "./IoTClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iot/src/runtimeConfig.shared.ts b/clients/client-iot/src/runtimeConfig.shared.ts index dd1597df7fe1..0366d29611cb 100644 --- a/clients/client-iot/src/runtimeConfig.shared.ts +++ b/clients/client-iot/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTClientConfig } from "./IoTClient"; diff --git a/clients/client-iot/src/runtimeConfig.ts b/clients/client-iot/src/runtimeConfig.ts index cc7f410e952d..46d5b6dfc1fe 100644 --- a/clients/client-iot/src/runtimeConfig.ts +++ b/clients/client-iot/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTClientConfig } from "./IoTClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index 7e5efae97382..1553df85737e 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iotanalytics/src/IoTAnalytics.ts b/clients/client-iotanalytics/src/IoTAnalytics.ts index f3bfa6f52f3e..41ace1bfd6b1 100644 --- a/clients/client-iotanalytics/src/IoTAnalytics.ts +++ b/clients/client-iotanalytics/src/IoTAnalytics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchPutMessageCommand, diff --git a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts index 703634b42952..d8b8da5703a4 100644 --- a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts +++ b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchPutMessageCommandInput, BatchPutMessageCommandOutput } from "./commands/BatchPutMessageCommand"; @@ -207,7 +205,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -316,7 +314,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts index 631cf557a51b..8b1863b2f7b4 100644 --- a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { BatchPutMessageRequest, BatchPutMessageResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts index 1f5a15330d4e..1856cc8da211 100644 --- a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CancelPipelineReprocessingRequest, CancelPipelineReprocessingResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts index 89385a72b7a1..6689cc180ccf 100644 --- a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts index 7b672e5cb72b..4062721ef5f8 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts index 4f11cebb83ae..1d7e647f49f0 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CreateDatasetContentRequest, CreateDatasetContentResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts index 48c8e2150030..b032352e2321 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts index 75f373ac28be..94f8c80a8ed5 100644 --- a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts index 2918a04e2fee..971a1fad3ddb 100644 --- a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DeleteChannelRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts index 235050e56a2d..c40abf3f55e0 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DeleteDatasetRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts index b6679da7a389..731994e95e8e 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DeleteDatasetContentRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts index fa2f287f6dec..d74c61cb922b 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DeleteDatastoreRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts index e63727968a94..05af186031ee 100644 --- a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DeletePipelineRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts index 0faa48eeabed..7d8651215d32 100644 --- a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts index f0f007c2fa15..3c1c1275f6df 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts index ed8fcc6a8486..336db002e154 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DescribeDatastoreRequest, DescribeDatastoreResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts index 1ee2f581a32f..95d5d5643d2a 100644 --- a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts index 6feaf8d1c95d..7367a766979d 100644 --- a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts index c1b57d4a44ac..1e19b2eb497e 100644 --- a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { GetDatasetContentRequest, GetDatasetContentResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts index 62e88f1dd9a6..7ca6d9329e9f 100644 --- a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts index 6a9572059cd6..bad234400109 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListDatasetContentsRequest, ListDatasetContentsResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts index c5f88a000512..ae0206568fb8 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts index 7ab982bc3acc..f3deb0c3773d 100644 --- a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListDatastoresRequest, ListDatastoresResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts index 9eafb126c38c..cca467869e6f 100644 --- a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts index 1d67f3d90a65..1aef2082e8d7 100644 --- a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts index f46eeb20ec01..e7e78edd75a6 100644 --- a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { PutLoggingOptionsRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts index a0daa5986f77..d9e269357649 100644 --- a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts +++ b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { RunPipelineActivityRequest, RunPipelineActivityResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts index ea346dd3aeef..95e4e8edd8da 100644 --- a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts +++ b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { SampleChannelDataRequest, SampleChannelDataResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts index cdb443a34ab9..69d3fc21ec2f 100644 --- a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { StartPipelineReprocessingRequest, StartPipelineReprocessingResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts index b1863e679dd4..6ee039524273 100644 --- a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts index 450bde4a9204..871942239023 100644 --- a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts index 91f02c3a3442..eee1c60a70d9 100644 --- a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { UpdateChannelRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts index 454beb761fb8..1af4c5a677a3 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { UpdateDatasetRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts index c7e37c23ff96..b7166f47396d 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { UpdateDatastoreRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts index 81008076c4ed..02529af1f827 100644 --- a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTAnalyticsClient"; import { UpdatePipelineRequest } from "../models/models_0"; diff --git a/clients/client-iotanalytics/src/endpoint/EndpointParameters.ts b/clients/client-iotanalytics/src/endpoint/EndpointParameters.ts index f10651b60cfe..2f8db1e71cff 100644 --- a/clients/client-iotanalytics/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotanalytics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotanalytics/src/endpoint/endpointResolver.ts b/clients/client-iotanalytics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotanalytics/src/endpoint/endpointResolver.ts +++ b/clients/client-iotanalytics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotanalytics/src/endpoint/ruleset.ts b/clients/client-iotanalytics/src/endpoint/ruleset.ts index e97cb0c0f95b..f3cdc4fce788 100644 --- a/clients/client-iotanalytics/src/endpoint/ruleset.ts +++ b/clients/client-iotanalytics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts b/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts index 9cf08f405123..14deaa01861b 100644 --- a/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts +++ b/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotanalytics/src/models/models_0.ts b/clients/client-iotanalytics/src/models/models_0.ts index 8e2d728ec88d..68bdd481e8ed 100644 --- a/clients/client-iotanalytics/src/models/models_0.ts +++ b/clients/client-iotanalytics/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTAnalyticsServiceException as __BaseException } from "./IoTAnalyticsServiceException"; diff --git a/clients/client-iotanalytics/src/pagination/Interfaces.ts b/clients/client-iotanalytics/src/pagination/Interfaces.ts index 35adf16d9e07..3213836464f1 100644 --- a/clients/client-iotanalytics/src/pagination/Interfaces.ts +++ b/clients/client-iotanalytics/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTAnalyticsClient } from "../IoTAnalyticsClient"; diff --git a/clients/client-iotanalytics/src/pagination/ListChannelsPaginator.ts b/clients/client-iotanalytics/src/pagination/ListChannelsPaginator.ts index c1bc6389c905..294da4bf9ae8 100644 --- a/clients/client-iotanalytics/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-iotanalytics/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-iotanalytics/src/pagination/ListDatasetContentsPaginator.ts b/clients/client-iotanalytics/src/pagination/ListDatasetContentsPaginator.ts index 4dbb236056bc..6fa3cf0dfcf1 100644 --- a/clients/client-iotanalytics/src/pagination/ListDatasetContentsPaginator.ts +++ b/clients/client-iotanalytics/src/pagination/ListDatasetContentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetContentsCommand, diff --git a/clients/client-iotanalytics/src/pagination/ListDatasetsPaginator.ts b/clients/client-iotanalytics/src/pagination/ListDatasetsPaginator.ts index 3f93467ba990..19b10eac2177 100644 --- a/clients/client-iotanalytics/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-iotanalytics/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-iotanalytics/src/pagination/ListDatastoresPaginator.ts b/clients/client-iotanalytics/src/pagination/ListDatastoresPaginator.ts index a582be055801..709a176cc72a 100644 --- a/clients/client-iotanalytics/src/pagination/ListDatastoresPaginator.ts +++ b/clients/client-iotanalytics/src/pagination/ListDatastoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatastoresCommand, diff --git a/clients/client-iotanalytics/src/pagination/ListPipelinesPaginator.ts b/clients/client-iotanalytics/src/pagination/ListPipelinesPaginator.ts index 301636099913..072976ac9aa3 100644 --- a/clients/client-iotanalytics/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-iotanalytics/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelinesCommand, diff --git a/clients/client-iotanalytics/src/protocols/Aws_restJson1.ts b/clients/client-iotanalytics/src/protocols/Aws_restJson1.ts index 48c0856fcdc8..b9510f7843da 100644 --- a/clients/client-iotanalytics/src/protocols/Aws_restJson1.ts +++ b/clients/client-iotanalytics/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchPutMessageCommandInput, BatchPutMessageCommandOutput } from "../commands/BatchPutMessageCommand"; import { diff --git a/clients/client-iotanalytics/src/runtimeConfig.browser.ts b/clients/client-iotanalytics/src/runtimeConfig.browser.ts index 191fea6ad7da..6400935ea40c 100644 --- a/clients/client-iotanalytics/src/runtimeConfig.browser.ts +++ b/clients/client-iotanalytics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTAnalyticsClientConfig } from "./IoTAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotanalytics/src/runtimeConfig.shared.ts b/clients/client-iotanalytics/src/runtimeConfig.shared.ts index ec764c099ab8..4182fc55559a 100644 --- a/clients/client-iotanalytics/src/runtimeConfig.shared.ts +++ b/clients/client-iotanalytics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTAnalyticsClientConfig } from "./IoTAnalyticsClient"; diff --git a/clients/client-iotanalytics/src/runtimeConfig.ts b/clients/client-iotanalytics/src/runtimeConfig.ts index 0e2fb8daef84..c6cdf0655ebe 100644 --- a/clients/client-iotanalytics/src/runtimeConfig.ts +++ b/clients/client-iotanalytics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTAnalyticsClientConfig } from "./IoTAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json index 402a5c0da2e0..adaec80b907c 100644 --- a/clients/client-iotdeviceadvisor/package.json +++ b/clients/client-iotdeviceadvisor/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisor.ts b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisor.ts index 121093dc3da7..9a9f6ac4c23a 100644 --- a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisor.ts +++ b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisor.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateSuiteDefinitionCommand, diff --git a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts index 8251caeb431b..3cd74b45abb2 100644 --- a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts +++ b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts index 4a93c18e587e..9069ad315787 100644 --- a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts index fc5eab9fda86..fd3311837513 100644 --- a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts index f7b0d2b5c012..47d3f445927d 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts index 9410fd2676f1..bd609740b8ad 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts index 726411857405..4350dfae70f7 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts index 697800fee174..d79a17f6e87f 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts index 3c7bc92b3c16..27c3855707ed 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts index 29b4be5a0103..40ba16572f1e 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts index 07c775d03d8b..e23e4af3ea0b 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts index eb3e8144c930..d870b967ef50 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts index c210f39ed2b6..1683cd16033b 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts index 877adf274d75..86c75cbbffbe 100644 --- a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts index 164a8d3dac2b..ec5366198329 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts index 3943abf11e4e..c104e2d78094 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient"; import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0"; diff --git a/clients/client-iotdeviceadvisor/src/endpoint/EndpointParameters.ts b/clients/client-iotdeviceadvisor/src/endpoint/EndpointParameters.ts index 26f8909b6d1e..d211c1b0864e 100644 --- a/clients/client-iotdeviceadvisor/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotdeviceadvisor/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotdeviceadvisor/src/endpoint/endpointResolver.ts b/clients/client-iotdeviceadvisor/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotdeviceadvisor/src/endpoint/endpointResolver.ts +++ b/clients/client-iotdeviceadvisor/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotdeviceadvisor/src/endpoint/ruleset.ts b/clients/client-iotdeviceadvisor/src/endpoint/ruleset.ts index 5c8cd6fd868d..d5a9ae765d40 100644 --- a/clients/client-iotdeviceadvisor/src/endpoint/ruleset.ts +++ b/clients/client-iotdeviceadvisor/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts b/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts index cb827367bc09..aaf7507a92c2 100644 --- a/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts +++ b/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotdeviceadvisor/src/models/models_0.ts b/clients/client-iotdeviceadvisor/src/models/models_0.ts index 2c86ed0a95a3..1f7ba0e21f0f 100644 --- a/clients/client-iotdeviceadvisor/src/models/models_0.ts +++ b/clients/client-iotdeviceadvisor/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IotDeviceAdvisorServiceException as __BaseException } from "./IotDeviceAdvisorServiceException"; diff --git a/clients/client-iotdeviceadvisor/src/pagination/Interfaces.ts b/clients/client-iotdeviceadvisor/src/pagination/Interfaces.ts index 5a8b1429269e..92af7198c823 100644 --- a/clients/client-iotdeviceadvisor/src/pagination/Interfaces.ts +++ b/clients/client-iotdeviceadvisor/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IotDeviceAdvisorClient } from "../IotDeviceAdvisorClient"; diff --git a/clients/client-iotdeviceadvisor/src/pagination/ListSuiteDefinitionsPaginator.ts b/clients/client-iotdeviceadvisor/src/pagination/ListSuiteDefinitionsPaginator.ts index cb7a5126102f..bb8a27b9d196 100644 --- a/clients/client-iotdeviceadvisor/src/pagination/ListSuiteDefinitionsPaginator.ts +++ b/clients/client-iotdeviceadvisor/src/pagination/ListSuiteDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSuiteDefinitionsCommand, diff --git a/clients/client-iotdeviceadvisor/src/pagination/ListSuiteRunsPaginator.ts b/clients/client-iotdeviceadvisor/src/pagination/ListSuiteRunsPaginator.ts index 46ca99d75f8e..a7a85c75628d 100644 --- a/clients/client-iotdeviceadvisor/src/pagination/ListSuiteRunsPaginator.ts +++ b/clients/client-iotdeviceadvisor/src/pagination/ListSuiteRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSuiteRunsCommand, diff --git a/clients/client-iotdeviceadvisor/src/protocols/Aws_restJson1.ts b/clients/client-iotdeviceadvisor/src/protocols/Aws_restJson1.ts index 2567db1a87ad..4c6aa0e5f60a 100644 --- a/clients/client-iotdeviceadvisor/src/protocols/Aws_restJson1.ts +++ b/clients/client-iotdeviceadvisor/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSuiteDefinitionCommandInput, diff --git a/clients/client-iotdeviceadvisor/src/runtimeConfig.browser.ts b/clients/client-iotdeviceadvisor/src/runtimeConfig.browser.ts index 67abb0c76d91..078e88d8b86c 100644 --- a/clients/client-iotdeviceadvisor/src/runtimeConfig.browser.ts +++ b/clients/client-iotdeviceadvisor/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotdeviceadvisor/src/runtimeConfig.shared.ts b/clients/client-iotdeviceadvisor/src/runtimeConfig.shared.ts index 2a1960cbdc23..03b252bea512 100644 --- a/clients/client-iotdeviceadvisor/src/runtimeConfig.shared.ts +++ b/clients/client-iotdeviceadvisor/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient"; diff --git a/clients/client-iotdeviceadvisor/src/runtimeConfig.ts b/clients/client-iotdeviceadvisor/src/runtimeConfig.ts index daf39d1d575f..017e639246ec 100644 --- a/clients/client-iotdeviceadvisor/src/runtimeConfig.ts +++ b/clients/client-iotdeviceadvisor/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IotDeviceAdvisorClientConfig } from "./IotDeviceAdvisorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json index 73ca32dee1b1..5d61584ca326 100644 --- a/clients/client-iotfleethub/package.json +++ b/clients/client-iotfleethub/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-iotfleethub/src/IoTFleetHub.ts b/clients/client-iotfleethub/src/IoTFleetHub.ts index a47379ae3692..e21a6e7b1fab 100644 --- a/clients/client-iotfleethub/src/IoTFleetHub.ts +++ b/clients/client-iotfleethub/src/IoTFleetHub.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateApplicationCommand, diff --git a/clients/client-iotfleethub/src/IoTFleetHubClient.ts b/clients/client-iotfleethub/src/IoTFleetHubClient.ts index 2cfe7ea14d80..c5f957420135 100644 --- a/clients/client-iotfleethub/src/IoTFleetHubClient.ts +++ b/clients/client-iotfleethub/src/IoTFleetHubClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand"; @@ -111,7 +109,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -220,7 +218,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts index 31cb7f5498c1..9bfb3c77e19d 100644 --- a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts index 18174500f805..a41652a82c6a 100644 --- a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts index c564263b4bcc..145333a7c5bd 100644 --- a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts index b66607a097f5..5002e3a3aa62 100644 --- a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts index 76cd2208ea51..a892cfd6138c 100644 --- a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts index af0dbc85d716..2a3222b085df 100644 --- a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts index 6a2be7467e21..c12f58ec6ac4 100644 --- a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts index df25bd88455b..accfd8f4868d 100644 --- a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetHubClient"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-iotfleethub/src/endpoint/EndpointParameters.ts b/clients/client-iotfleethub/src/endpoint/EndpointParameters.ts index 43c2fda5d414..5a421af1ee9a 100644 --- a/clients/client-iotfleethub/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotfleethub/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotfleethub/src/endpoint/endpointResolver.ts b/clients/client-iotfleethub/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotfleethub/src/endpoint/endpointResolver.ts +++ b/clients/client-iotfleethub/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotfleethub/src/endpoint/ruleset.ts b/clients/client-iotfleethub/src/endpoint/ruleset.ts index bba2c17b11d2..36375776dbdb 100644 --- a/clients/client-iotfleethub/src/endpoint/ruleset.ts +++ b/clients/client-iotfleethub/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts b/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts index 9029eb46c08e..cc9239ad5105 100644 --- a/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts +++ b/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotfleethub/src/models/models_0.ts b/clients/client-iotfleethub/src/models/models_0.ts index c69356a7a952..8efd65a4b7c8 100644 --- a/clients/client-iotfleethub/src/models/models_0.ts +++ b/clients/client-iotfleethub/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTFleetHubServiceException as __BaseException } from "./IoTFleetHubServiceException"; diff --git a/clients/client-iotfleethub/src/pagination/Interfaces.ts b/clients/client-iotfleethub/src/pagination/Interfaces.ts index 801b56f8b09c..f4d5f8f0a082 100644 --- a/clients/client-iotfleethub/src/pagination/Interfaces.ts +++ b/clients/client-iotfleethub/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTFleetHubClient } from "../IoTFleetHubClient"; diff --git a/clients/client-iotfleethub/src/pagination/ListApplicationsPaginator.ts b/clients/client-iotfleethub/src/pagination/ListApplicationsPaginator.ts index 1161eb88d618..74639b75457f 100644 --- a/clients/client-iotfleethub/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-iotfleethub/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-iotfleethub/src/protocols/Aws_restJson1.ts b/clients/client-iotfleethub/src/protocols/Aws_restJson1.ts index 814845528ef2..000ba74d7014 100644 --- a/clients/client-iotfleethub/src/protocols/Aws_restJson1.ts +++ b/clients/client-iotfleethub/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand"; diff --git a/clients/client-iotfleethub/src/runtimeConfig.browser.ts b/clients/client-iotfleethub/src/runtimeConfig.browser.ts index 97e152d44f65..2fa312dd897a 100644 --- a/clients/client-iotfleethub/src/runtimeConfig.browser.ts +++ b/clients/client-iotfleethub/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTFleetHubClientConfig } from "./IoTFleetHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotfleethub/src/runtimeConfig.shared.ts b/clients/client-iotfleethub/src/runtimeConfig.shared.ts index e3ca70e68a41..d6a5e6529b93 100644 --- a/clients/client-iotfleethub/src/runtimeConfig.shared.ts +++ b/clients/client-iotfleethub/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTFleetHubClientConfig } from "./IoTFleetHubClient"; diff --git a/clients/client-iotfleethub/src/runtimeConfig.ts b/clients/client-iotfleethub/src/runtimeConfig.ts index 88accdb70be4..2f830499a79b 100644 --- a/clients/client-iotfleethub/src/runtimeConfig.ts +++ b/clients/client-iotfleethub/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTFleetHubClientConfig } from "./IoTFleetHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotfleetwise/package.json b/clients/client-iotfleetwise/package.json index 547181023d28..bc13612020d4 100644 --- a/clients/client-iotfleetwise/package.json +++ b/clients/client-iotfleetwise/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iotfleetwise/src/IoTFleetWise.ts b/clients/client-iotfleetwise/src/IoTFleetWise.ts index 9f5fc49eaf40..7b7694931f7c 100644 --- a/clients/client-iotfleetwise/src/IoTFleetWise.ts +++ b/clients/client-iotfleetwise/src/IoTFleetWise.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateVehicleFleetCommand, diff --git a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts index 2e2e15d4b611..5fe956924f0a 100644 --- a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts +++ b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -297,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -406,7 +404,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts index b314a60b405a..a319aa2506f4 100644 --- a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts index b1dafcebd394..c225f553ae58 100644 --- a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts index b7e9987807a6..19dbfc217bdd 100644 --- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts index 338f0c59b96e..1b4b62c4736f 100644 --- a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts index 98b87d335fa3..dbc8c8b262c6 100644 --- a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts index 5ae5593e87e6..96344c35ee2d 100644 --- a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts index 7853308bebf2..71be71efbabc 100644 --- a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts index 5364344cf18e..d2a0849cb3b1 100644 --- a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts index df08dc14544c..3b16f09b47c9 100644 --- a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts index 0773a11d350b..92d14fc4d630 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts index 23d4daca2d7d..1a6c764df9fa 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts index f3bcaee220d4..9a1d6d69d2a9 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts index 2c0c00c979ce..77a0dd694ffe 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts index 7728d3cdfa7b..ef11f268bc38 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts index b2c6de08bb80..ae06287635f0 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts index 71bd713e4eb3..f9d5421887bd 100644 --- a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts index a860bba1aa72..edcf55a8ed11 100644 --- a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts index 9a74530f289e..1ac285e2f7c0 100644 --- a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts index 704745acca6b..255fc017d5a8 100644 --- a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetFleetRequest, GetFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts index 12a3853d0344..226c7f181088 100644 --- a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts index 21bf4a666978..27a958da3ffc 100644 --- a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts index 74b49bbfb21a..12f2fb1b1198 100644 --- a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts index 9ba26f2e7e43..a071c6633f5c 100644 --- a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts index 24abb907f8a2..abbd1446d196 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts index f8b42626f98d..187c9365494d 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts index 23445242007e..00a161a5bb8a 100644 --- a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts index 7566f22dbb6e..2c6a20eb183e 100644 --- a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts index cf002933293e..ec6b3729fe65 100644 --- a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts index f798da106489..eaa84c02cc19 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts index 67e3c108ca0e..38a90f194d1a 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListDecoderManifestSignalsRequest, ListDecoderManifestSignalsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts index 8f2bca0b8b00..d5343c8210ca 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts index 5164dda1eecc..b0a1e3e3ceac 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts index 04a821c75254..398a3204f893 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts index 9fa9a8aa8aa3..82a96b50cd45 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListModelManifestNodesRequest, ListModelManifestNodesResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts index 5a90dfb24106..b07aa835f502 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListModelManifestsRequest, ListModelManifestsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts index 6481b5574ec5..57f0fc3a9106 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListSignalCatalogNodesRequest, ListSignalCatalogNodesResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts index 9748f927e8b7..2e52495601b7 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListSignalCatalogsRequest, ListSignalCatalogsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts index 03712448630b..b3d3a4745353 100644 --- a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts index 8df74b482be0..4d49d922a359 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListVehiclesRequest, ListVehiclesResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts index 56a287cdb530..fac58ac9143a 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { ListVehiclesInFleetRequest, ListVehiclesInFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts index 963251ca598d..261d69dde866 100644 --- a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts index f173a4b9c91c..a5b73926a6d9 100644 --- a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts +++ b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts index 4a5d75ab9605..587922fe79a5 100644 --- a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts index 2f518edbb0c9..5d6ca1ee82bb 100644 --- a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts index 7a0c9a7d87bd..8abaeadcdd6a 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts index 8c9ffe8f8239..deceb5742cf7 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateDecoderManifestRequest, UpdateDecoderManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts index db48df67d9ed..980a93b28e38 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateFleetRequest, UpdateFleetResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts index 2207377631cb..65e2921e2038 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateModelManifestRequest, UpdateModelManifestResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts index 4a8eab4deda5..b4faf103a006 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateSignalCatalogRequest, UpdateSignalCatalogResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts index 00a8219fae0e..b4b147c431eb 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient"; import { UpdateVehicleRequest, UpdateVehicleResponse } from "../models/models_0"; diff --git a/clients/client-iotfleetwise/src/endpoint/EndpointParameters.ts b/clients/client-iotfleetwise/src/endpoint/EndpointParameters.ts index 6e4754b5e220..587727d23379 100644 --- a/clients/client-iotfleetwise/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotfleetwise/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotfleetwise/src/endpoint/endpointResolver.ts b/clients/client-iotfleetwise/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotfleetwise/src/endpoint/endpointResolver.ts +++ b/clients/client-iotfleetwise/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotfleetwise/src/endpoint/ruleset.ts b/clients/client-iotfleetwise/src/endpoint/ruleset.ts index 137cd9ba4253..12c9e9fad0db 100644 --- a/clients/client-iotfleetwise/src/endpoint/ruleset.ts +++ b/clients/client-iotfleetwise/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts b/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts index 93ebebfb6c18..8932a87fdbf5 100644 --- a/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts +++ b/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotfleetwise/src/models/models_0.ts b/clients/client-iotfleetwise/src/models/models_0.ts index e58d0b791791..2ad288bb0240 100644 --- a/clients/client-iotfleetwise/src/models/models_0.ts +++ b/clients/client-iotfleetwise/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTFleetWiseServiceException as __BaseException } from "./IoTFleetWiseServiceException"; diff --git a/clients/client-iotfleetwise/src/pagination/GetVehicleStatusPaginator.ts b/clients/client-iotfleetwise/src/pagination/GetVehicleStatusPaginator.ts index bd528a5cc7b2..7548b6283ce3 100644 --- a/clients/client-iotfleetwise/src/pagination/GetVehicleStatusPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/GetVehicleStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetVehicleStatusCommand, diff --git a/clients/client-iotfleetwise/src/pagination/Interfaces.ts b/clients/client-iotfleetwise/src/pagination/Interfaces.ts index e03a6bbff063..c8aa88007d65 100644 --- a/clients/client-iotfleetwise/src/pagination/Interfaces.ts +++ b/clients/client-iotfleetwise/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTFleetWiseClient } from "../IoTFleetWiseClient"; diff --git a/clients/client-iotfleetwise/src/pagination/ListCampaignsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListCampaignsPaginator.ts index ccfec8517dc9..2600b86d22f9 100644 --- a/clients/client-iotfleetwise/src/pagination/ListCampaignsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListCampaignsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCampaignsCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestNetworkInterfacesPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestNetworkInterfacesPaginator.ts index 2f7878a3a8b4..de0165eb7e92 100644 --- a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestNetworkInterfacesPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestNetworkInterfacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDecoderManifestNetworkInterfacesCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestSignalsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestSignalsPaginator.ts index 4dee6161d5b9..c79b0b28f8a0 100644 --- a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestSignalsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestSignalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDecoderManifestSignalsCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestsPaginator.ts index 62952d23f11a..b8a408d79a5a 100644 --- a/clients/client-iotfleetwise/src/pagination/ListDecoderManifestsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListDecoderManifestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDecoderManifestsCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListFleetsForVehiclePaginator.ts b/clients/client-iotfleetwise/src/pagination/ListFleetsForVehiclePaginator.ts index 65574acd05c9..372ffca77bf7 100644 --- a/clients/client-iotfleetwise/src/pagination/ListFleetsForVehiclePaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListFleetsForVehiclePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetsForVehicleCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListFleetsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListFleetsPaginator.ts index b8df50a444cb..546505961273 100644 --- a/clients/client-iotfleetwise/src/pagination/ListFleetsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetsCommand, ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand"; import { IoTFleetWiseClient } from "../IoTFleetWiseClient"; diff --git a/clients/client-iotfleetwise/src/pagination/ListModelManifestNodesPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListModelManifestNodesPaginator.ts index c796f3701af0..ec24aaca1bc7 100644 --- a/clients/client-iotfleetwise/src/pagination/ListModelManifestNodesPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListModelManifestNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelManifestNodesCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListModelManifestsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListModelManifestsPaginator.ts index b45111224c38..caf2361ea0b1 100644 --- a/clients/client-iotfleetwise/src/pagination/ListModelManifestsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListModelManifestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelManifestsCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListSignalCatalogNodesPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListSignalCatalogNodesPaginator.ts index 5dea570e82f5..84b66355c728 100644 --- a/clients/client-iotfleetwise/src/pagination/ListSignalCatalogNodesPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListSignalCatalogNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSignalCatalogNodesCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListSignalCatalogsPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListSignalCatalogsPaginator.ts index 5504f3c86111..e1dfcac12738 100644 --- a/clients/client-iotfleetwise/src/pagination/ListSignalCatalogsPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListSignalCatalogsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSignalCatalogsCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListVehiclesInFleetPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListVehiclesInFleetPaginator.ts index cd595d1d1edd..b477a511247e 100644 --- a/clients/client-iotfleetwise/src/pagination/ListVehiclesInFleetPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListVehiclesInFleetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVehiclesInFleetCommand, diff --git a/clients/client-iotfleetwise/src/pagination/ListVehiclesPaginator.ts b/clients/client-iotfleetwise/src/pagination/ListVehiclesPaginator.ts index 1be3d03e7c24..6f8f5cbcd940 100644 --- a/clients/client-iotfleetwise/src/pagination/ListVehiclesPaginator.ts +++ b/clients/client-iotfleetwise/src/pagination/ListVehiclesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVehiclesCommand, diff --git a/clients/client-iotfleetwise/src/protocols/Aws_json1_0.ts b/clients/client-iotfleetwise/src/protocols/Aws_json1_0.ts index 671866e70664..bdfe7b47b0f8 100644 --- a/clients/client-iotfleetwise/src/protocols/Aws_json1_0.ts +++ b/clients/client-iotfleetwise/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateVehicleFleetCommandInput, diff --git a/clients/client-iotfleetwise/src/runtimeConfig.browser.ts b/clients/client-iotfleetwise/src/runtimeConfig.browser.ts index 58c3207ee54c..ec46fc467d07 100644 --- a/clients/client-iotfleetwise/src/runtimeConfig.browser.ts +++ b/clients/client-iotfleetwise/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTFleetWiseClientConfig } from "./IoTFleetWiseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotfleetwise/src/runtimeConfig.shared.ts b/clients/client-iotfleetwise/src/runtimeConfig.shared.ts index 25459376c210..f7395c6bb51f 100644 --- a/clients/client-iotfleetwise/src/runtimeConfig.shared.ts +++ b/clients/client-iotfleetwise/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTFleetWiseClientConfig } from "./IoTFleetWiseClient"; diff --git a/clients/client-iotfleetwise/src/runtimeConfig.ts b/clients/client-iotfleetwise/src/runtimeConfig.ts index 447891175519..0bab4c04670a 100644 --- a/clients/client-iotfleetwise/src/runtimeConfig.ts +++ b/clients/client-iotfleetwise/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTFleetWiseClientConfig } from "./IoTFleetWiseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index c2bec031b7fd..6a93d647c2e1 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iotsecuretunneling/src/IoTSecureTunneling.ts b/clients/client-iotsecuretunneling/src/IoTSecureTunneling.ts index 99c400705362..ab96941d97ae 100644 --- a/clients/client-iotsecuretunneling/src/IoTSecureTunneling.ts +++ b/clients/client-iotsecuretunneling/src/IoTSecureTunneling.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloseTunnelCommand, CloseTunnelCommandInput, CloseTunnelCommandOutput } from "./commands/CloseTunnelCommand"; import { diff --git a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts index ec26159e9489..8ccffa0a56bd 100644 --- a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts +++ b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CloseTunnelCommandInput, CloseTunnelCommandOutput } from "./commands/CloseTunnelCommand"; @@ -111,7 +109,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -220,7 +218,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts index c1ac0eb4aac5..a66d84645c1d 100644 --- a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts index 3cc64aab5404..dd3f7dfe855e 100644 --- a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts index ee9842332368..d5efdd46af51 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts index 5afc96fdf6b5..74809ceee710 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts index b9fcca0f8ee3..da508b60f111 100644 --- a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts index 33ea68e6a229..b52b0c993672 100644 --- a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts index de663e096e29..c9765438c386 100644 --- a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts index bb9389e5af6f..f7ec61cc6f65 100644 --- a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSecureTunnelingClientResolvedConfig, diff --git a/clients/client-iotsecuretunneling/src/endpoint/EndpointParameters.ts b/clients/client-iotsecuretunneling/src/endpoint/EndpointParameters.ts index ae8492ba21f1..a7ccfe2d954e 100644 --- a/clients/client-iotsecuretunneling/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotsecuretunneling/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotsecuretunneling/src/endpoint/endpointResolver.ts b/clients/client-iotsecuretunneling/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotsecuretunneling/src/endpoint/endpointResolver.ts +++ b/clients/client-iotsecuretunneling/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotsecuretunneling/src/endpoint/ruleset.ts b/clients/client-iotsecuretunneling/src/endpoint/ruleset.ts index 9fd221ee2230..542c8ef62262 100644 --- a/clients/client-iotsecuretunneling/src/endpoint/ruleset.ts +++ b/clients/client-iotsecuretunneling/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts b/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts index 2a59553df0f0..fa294bb60b7a 100644 --- a/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts +++ b/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotsecuretunneling/src/models/models_0.ts b/clients/client-iotsecuretunneling/src/models/models_0.ts index 76efb983f50e..353b6f0971f0 100644 --- a/clients/client-iotsecuretunneling/src/models/models_0.ts +++ b/clients/client-iotsecuretunneling/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IoTSecureTunnelingServiceException as __BaseException } from "./IoTSecureTunnelingServiceException"; diff --git a/clients/client-iotsecuretunneling/src/pagination/Interfaces.ts b/clients/client-iotsecuretunneling/src/pagination/Interfaces.ts index 93eeb6aa5e41..02a31a0fa138 100644 --- a/clients/client-iotsecuretunneling/src/pagination/Interfaces.ts +++ b/clients/client-iotsecuretunneling/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTSecureTunnelingClient } from "../IoTSecureTunnelingClient"; diff --git a/clients/client-iotsecuretunneling/src/pagination/ListTunnelsPaginator.ts b/clients/client-iotsecuretunneling/src/pagination/ListTunnelsPaginator.ts index 2f8889ff402f..9528632be295 100644 --- a/clients/client-iotsecuretunneling/src/pagination/ListTunnelsPaginator.ts +++ b/clients/client-iotsecuretunneling/src/pagination/ListTunnelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTunnelsCommand, ListTunnelsCommandInput, ListTunnelsCommandOutput } from "../commands/ListTunnelsCommand"; import { IoTSecureTunnelingClient } from "../IoTSecureTunnelingClient"; diff --git a/clients/client-iotsecuretunneling/src/protocols/Aws_json1_1.ts b/clients/client-iotsecuretunneling/src/protocols/Aws_json1_1.ts index f36c1374611c..70579ad2cca8 100644 --- a/clients/client-iotsecuretunneling/src/protocols/Aws_json1_1.ts +++ b/clients/client-iotsecuretunneling/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloseTunnelCommandInput, CloseTunnelCommandOutput } from "../commands/CloseTunnelCommand"; import { DescribeTunnelCommandInput, DescribeTunnelCommandOutput } from "../commands/DescribeTunnelCommand"; diff --git a/clients/client-iotsecuretunneling/src/runtimeConfig.browser.ts b/clients/client-iotsecuretunneling/src/runtimeConfig.browser.ts index 689845f7a8b3..9017988c8273 100644 --- a/clients/client-iotsecuretunneling/src/runtimeConfig.browser.ts +++ b/clients/client-iotsecuretunneling/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotsecuretunneling/src/runtimeConfig.shared.ts b/clients/client-iotsecuretunneling/src/runtimeConfig.shared.ts index 49b61fd4ed27..4cd6ed1daf22 100644 --- a/clients/client-iotsecuretunneling/src/runtimeConfig.shared.ts +++ b/clients/client-iotsecuretunneling/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient"; diff --git a/clients/client-iotsecuretunneling/src/runtimeConfig.ts b/clients/client-iotsecuretunneling/src/runtimeConfig.ts index 95fa65b5a237..f063574f2714 100644 --- a/clients/client-iotsecuretunneling/src/runtimeConfig.ts +++ b/clients/client-iotsecuretunneling/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTSecureTunnelingClientConfig } from "./IoTSecureTunnelingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index 83b050520d9a..3b1ad09c68e7 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-iotsitewise/src/IoTSiteWise.ts b/clients/client-iotsitewise/src/IoTSiteWise.ts index 6fcb46de676c..78d03043c85d 100644 --- a/clients/client-iotsitewise/src/IoTSiteWise.ts +++ b/clients/client-iotsitewise/src/IoTSiteWise.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateAssetsCommand, diff --git a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts index a48c066f1732..013a0399a9b0 100644 --- a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts +++ b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand"; @@ -387,7 +385,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -496,7 +494,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts index 767a233c8b74..633480455494 100644 --- a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { AssociateAssetsRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts index 13a37f50ee3a..411525e4ee89 100644 --- a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts index 6a0194978110..497c8f75f4b3 100644 --- a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { BatchAssociateProjectAssetsRequest, BatchAssociateProjectAssetsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts index 1752eb577f07..4e17a014be84 100644 --- a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts index f92387263337..726e0ef6b5be 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { BatchGetAssetPropertyAggregatesRequest, BatchGetAssetPropertyAggregatesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts index 20fb3d3a2fda..0d7786648c20 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { BatchGetAssetPropertyValueRequest, BatchGetAssetPropertyValueResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts index 4797b73194cd..f5695dd89e3e 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts index 39cdabfa0f8c..f65f9942f3c0 100644 --- a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts index 7742555eb272..387a2288879d 100644 --- a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts index dfaf9b9f6256..cb9a0f23e4d2 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts index f71f29b744e8..71ca7cd95d0d 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts index 48bbccc794af..3559c0aedddf 100644 --- a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateBulkImportJobRequest, CreateBulkImportJobResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts index 94dbaa8cf4e0..8faccacc0575 100644 --- a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts index cd2c66a1c1a8..4de935d24199 100644 --- a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts index ce9eb6a4a42a..abedd8242be5 100644 --- a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts index 43b3232c0a99..c6249cb2700c 100644 --- a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts index 632550cdd645..f3c8d59c31d4 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts index 3cceec1d6c09..8ff983e4ac0e 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts index 254af7ca1705..366fe215aba4 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteAssetModelRequest, DeleteAssetModelResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts index 250213dabd11..e082a83a15b8 100644 --- a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts index f72c04e44e27..21bf34a05882 100644 --- a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteGatewayRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts index 7adba03e92b1..f62182b1c1e6 100644 --- a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts index 2f50ca1fa1a7..3d7ca4039e82 100644 --- a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts index b607bc282634..896641c3239f 100644 --- a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DeleteTimeSeriesRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts index 6819ba04826e..1a488b94b77e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeAccessPolicyRequest, DescribeAccessPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts index 66e5f30f783d..3ed6d793e3a0 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts index 33c5bf6fec50..102f7a9c33a5 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeAssetModelRequest, DescribeAssetModelResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts index 0759f7a1cc3a..e8511e70cf4a 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeAssetPropertyRequest, DescribeAssetPropertyResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts index 2f9377d026e9..b6dc2f4743b6 100644 --- a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeBulkImportJobRequest, DescribeBulkImportJobResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts index 1563f7bda304..1661fde5b226 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts index 080026cba465..f2eb442b0347 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts index 26db666ffc70..0cb72e404a25 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts index ccb85cb9f122..fea89ad06b9e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts index c360d8a38a3e..ef5e7bf08dd8 100644 --- a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts index 68ca877c2884..b8e61e6cf509 100644 --- a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribePortalRequest, DescribePortalResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts index ca99d6e977c9..d2dc8a064677 100644 --- a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts index bcad822e4258..44f41dbc5bbf 100644 --- a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeStorageConfigurationRequest, DescribeStorageConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts index 7947d9095c0f..497ac39ab3a4 100644 --- a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts index fb575f5d813d..c9601e462837 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DisassociateAssetsRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts index a5c51d8ad9c8..3af712ce98b3 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts index 968bce9aa4c9..ff24962ca4d0 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { GetAssetPropertyAggregatesRequest, GetAssetPropertyAggregatesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts index 3c5f8fdce6a5..33259cc85cf3 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts index f978a0bd8199..321924c5c0f4 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { GetAssetPropertyValueHistoryRequest, GetAssetPropertyValueHistoryResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts index 113514ed99bc..cc06f1a28741 100644 --- a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts index 8684c665743c..a066c36100e0 100644 --- a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts index 34ada04c999d..fa2f514347fd 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssetModelPropertiesRequest, ListAssetModelPropertiesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts index 3ec3773ba910..689f9b0bb601 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts index b46599e03b4c..6a9d038f7fab 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssetPropertiesRequest, ListAssetPropertiesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts index 4618ca6a50ba..ff2ca03575b8 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts index 3d0f79822eef..4d9d6fb10249 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts index cbf9421e2d4c..d0ac74766cb5 100644 --- a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts index 8d3a57e8c135..dc173b840fdf 100644 --- a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts index e98f9ac5754c..b33d66034169 100644 --- a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts index 77561552d0e2..a6c94b7bc35b 100644 --- a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts index 4de3c8e8389a..7627fd50cd7b 100644 --- a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts index 248ef9917d8e..b24b05b1f0a8 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts index b98fda96f80d..8997e7fe7d50 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts index 889daae82784..fffd398d7cdc 100644 --- a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts index dae3a0e3c9a5..0e6db215310c 100644 --- a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { ListTimeSeriesRequest, ListTimeSeriesResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts index 75f950262c53..1732dd9c0af2 100644 --- a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts index d6127fd9bc2e..f82d2643a362 100644 --- a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts index e72bc4d5fede..220b9f20e743 100644 --- a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { PutStorageConfigurationRequest, PutStorageConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts index e31dfcdbcf80..9a3d447f5b8e 100644 --- a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts index 3729571a317f..02ea2c0d54c7 100644 --- a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts index bd387cce88af..5f5f2e4856b2 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateAccessPolicyRequest, UpdateAccessPolicyResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts index 85fede73d659..ffa71ccb19be 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts index 9f2fa3dad248..b522a832b391 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateAssetModelRequest, UpdateAssetModelResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts index d10225bd2a22..4bebc3acce99 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateAssetPropertyRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts index 91636ea69c48..5e540a514a87 100644 --- a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts index 33d1eb2b4a82..8eb0514c83ea 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts index 3795cc68f4f5..2d5afd44c4ac 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateGatewayRequest } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts index 311d0f6ad67c..56ca2f98141d 100644 --- a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts index ffc5023ad6df..e9ae0c10ccec 100644 --- a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient"; import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; diff --git a/clients/client-iotsitewise/src/endpoint/EndpointParameters.ts b/clients/client-iotsitewise/src/endpoint/EndpointParameters.ts index 0aaf7e4a7481..a63f672dd169 100644 --- a/clients/client-iotsitewise/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotsitewise/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotsitewise/src/endpoint/endpointResolver.ts b/clients/client-iotsitewise/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotsitewise/src/endpoint/endpointResolver.ts +++ b/clients/client-iotsitewise/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotsitewise/src/endpoint/ruleset.ts b/clients/client-iotsitewise/src/endpoint/ruleset.ts index dde2b0676a44..b3557fc39613 100644 --- a/clients/client-iotsitewise/src/endpoint/ruleset.ts +++ b/clients/client-iotsitewise/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts b/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts index afc3386b357f..391abfd292ed 100644 --- a/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts +++ b/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotsitewise/src/models/models_0.ts b/clients/client-iotsitewise/src/models/models_0.ts index e5878b18012f..b4f9d36a5b6e 100644 --- a/clients/client-iotsitewise/src/models/models_0.ts +++ b/clients/client-iotsitewise/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException"; diff --git a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyAggregatesPaginator.ts b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyAggregatesPaginator.ts index 5ce35b3b1fa6..c9b907ccd4cb 100644 --- a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyAggregatesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyAggregatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchGetAssetPropertyAggregatesCommand, diff --git a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValueHistoryPaginator.ts b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValueHistoryPaginator.ts index 2a6dfda617f5..c248eac36ab6 100644 --- a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValueHistoryPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValueHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchGetAssetPropertyValueHistoryCommand, diff --git a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValuePaginator.ts b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValuePaginator.ts index ca25efbf0f03..2083cba63c60 100644 --- a/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValuePaginator.ts +++ b/clients/client-iotsitewise/src/pagination/BatchGetAssetPropertyValuePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchGetAssetPropertyValueCommand, diff --git a/clients/client-iotsitewise/src/pagination/GetAssetPropertyAggregatesPaginator.ts b/clients/client-iotsitewise/src/pagination/GetAssetPropertyAggregatesPaginator.ts index 8c170d8240b7..b41837984a15 100644 --- a/clients/client-iotsitewise/src/pagination/GetAssetPropertyAggregatesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/GetAssetPropertyAggregatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAssetPropertyAggregatesCommand, diff --git a/clients/client-iotsitewise/src/pagination/GetAssetPropertyValueHistoryPaginator.ts b/clients/client-iotsitewise/src/pagination/GetAssetPropertyValueHistoryPaginator.ts index 5f3bf70e37d0..40d805a5a386 100644 --- a/clients/client-iotsitewise/src/pagination/GetAssetPropertyValueHistoryPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/GetAssetPropertyValueHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAssetPropertyValueHistoryCommand, diff --git a/clients/client-iotsitewise/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts b/clients/client-iotsitewise/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts index beb47558e93d..c58a4509d5dd 100644 --- a/clients/client-iotsitewise/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInterpolatedAssetPropertyValuesCommand, diff --git a/clients/client-iotsitewise/src/pagination/Interfaces.ts b/clients/client-iotsitewise/src/pagination/Interfaces.ts index acd9f91c3fec..b83200c84b85 100644 --- a/clients/client-iotsitewise/src/pagination/Interfaces.ts +++ b/clients/client-iotsitewise/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/pagination/ListAccessPoliciesPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAccessPoliciesPaginator.ts index 54e8d73b50cc..9ce0d1b29c30 100644 --- a/clients/client-iotsitewise/src/pagination/ListAccessPoliciesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAccessPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessPoliciesCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListAssetModelPropertiesPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssetModelPropertiesPaginator.ts index 93fbef1e8094..44ff6daecb74 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssetModelPropertiesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssetModelPropertiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetModelPropertiesCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListAssetModelsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssetModelsPaginator.ts index 812909b10bca..1aef3707c45c 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssetModelsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssetModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetModelsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListAssetPropertiesPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssetPropertiesPaginator.ts index 80fd2f0e45ae..05ab1c55434e 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssetPropertiesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssetPropertiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetPropertiesCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListAssetRelationshipsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssetRelationshipsPaginator.ts index 30bc544183dc..00b70d09fde7 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssetRelationshipsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssetRelationshipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetRelationshipsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListAssetsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssetsPaginator.ts index 2b2aebd6984d..67e52de81230 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssetsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetsCommand, ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/pagination/ListAssociatedAssetsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListAssociatedAssetsPaginator.ts index 29e0aa9860c5..db5f682ae013 100644 --- a/clients/client-iotsitewise/src/pagination/ListAssociatedAssetsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListAssociatedAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociatedAssetsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListBulkImportJobsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListBulkImportJobsPaginator.ts index d149690ef6e0..81fddf807f07 100644 --- a/clients/client-iotsitewise/src/pagination/ListBulkImportJobsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListBulkImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBulkImportJobsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListDashboardsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListDashboardsPaginator.ts index 7701d340f3fb..4fdeae0d2d27 100644 --- a/clients/client-iotsitewise/src/pagination/ListDashboardsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListDashboardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDashboardsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListGatewaysPaginator.ts b/clients/client-iotsitewise/src/pagination/ListGatewaysPaginator.ts index 8740624a9f31..5f61a09869df 100644 --- a/clients/client-iotsitewise/src/pagination/ListGatewaysPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGatewaysCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListPortalsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListPortalsPaginator.ts index 699f9cf361ab..f5c2c4a9550a 100644 --- a/clients/client-iotsitewise/src/pagination/ListPortalsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListPortalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPortalsCommand, ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/pagination/ListProjectAssetsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListProjectAssetsPaginator.ts index 1f780f865dc1..463f073d0cbb 100644 --- a/clients/client-iotsitewise/src/pagination/ListProjectAssetsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListProjectAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectAssetsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListProjectsPaginator.ts b/clients/client-iotsitewise/src/pagination/ListProjectsPaginator.ts index 32632b7d51c0..e2bbdd05920e 100644 --- a/clients/client-iotsitewise/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-iotsitewise/src/pagination/ListTimeSeriesPaginator.ts b/clients/client-iotsitewise/src/pagination/ListTimeSeriesPaginator.ts index 501d3c9dafe8..8273b0fa18be 100644 --- a/clients/client-iotsitewise/src/pagination/ListTimeSeriesPaginator.ts +++ b/clients/client-iotsitewise/src/pagination/ListTimeSeriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTimeSeriesCommand, diff --git a/clients/client-iotsitewise/src/protocols/Aws_restJson1.ts b/clients/client-iotsitewise/src/protocols/Aws_restJson1.ts index b52f96961204..ae28c1257e33 100644 --- a/clients/client-iotsitewise/src/protocols/Aws_restJson1.ts +++ b/clients/client-iotsitewise/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,14 +22,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../commands/AssociateAssetsCommand"; diff --git a/clients/client-iotsitewise/src/runtimeConfig.browser.ts b/clients/client-iotsitewise/src/runtimeConfig.browser.ts index edc1ccfe8e3f..762d55aedc96 100644 --- a/clients/client-iotsitewise/src/runtimeConfig.browser.ts +++ b/clients/client-iotsitewise/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTSiteWiseClientConfig } from "./IoTSiteWiseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotsitewise/src/runtimeConfig.shared.ts b/clients/client-iotsitewise/src/runtimeConfig.shared.ts index 44be12a55ee6..4b5a1a0d05a2 100644 --- a/clients/client-iotsitewise/src/runtimeConfig.shared.ts +++ b/clients/client-iotsitewise/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTSiteWiseClientConfig } from "./IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/runtimeConfig.ts b/clients/client-iotsitewise/src/runtimeConfig.ts index eb84b05da110..0bfac302045c 100644 --- a/clients/client-iotsitewise/src/runtimeConfig.ts +++ b/clients/client-iotsitewise/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTSiteWiseClientConfig } from "./IoTSiteWiseClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iotsitewise/src/waiters/waitForAssetActive.ts b/clients/client-iotsitewise/src/waiters/waitForAssetActive.ts index a4d4c5444023..706ef7488d7b 100644 --- a/clients/client-iotsitewise/src/waiters/waitForAssetActive.ts +++ b/clients/client-iotsitewise/src/waiters/waitForAssetActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAssetCommand, DescribeAssetCommandInput } from "../commands/DescribeAssetCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/waiters/waitForAssetModelActive.ts b/clients/client-iotsitewise/src/waiters/waitForAssetModelActive.ts index c833526e3815..597625ce188a 100644 --- a/clients/client-iotsitewise/src/waiters/waitForAssetModelActive.ts +++ b/clients/client-iotsitewise/src/waiters/waitForAssetModelActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAssetModelCommand, DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/waiters/waitForAssetModelNotExists.ts b/clients/client-iotsitewise/src/waiters/waitForAssetModelNotExists.ts index 57792946df19..45b410bd934c 100644 --- a/clients/client-iotsitewise/src/waiters/waitForAssetModelNotExists.ts +++ b/clients/client-iotsitewise/src/waiters/waitForAssetModelNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAssetModelCommand, DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/waiters/waitForAssetNotExists.ts b/clients/client-iotsitewise/src/waiters/waitForAssetNotExists.ts index 83f68845f09e..fb43bf644d08 100644 --- a/clients/client-iotsitewise/src/waiters/waitForAssetNotExists.ts +++ b/clients/client-iotsitewise/src/waiters/waitForAssetNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAssetCommand, DescribeAssetCommandInput } from "../commands/DescribeAssetCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/waiters/waitForPortalActive.ts b/clients/client-iotsitewise/src/waiters/waitForPortalActive.ts index 8073ecdd75e8..6204a3ad58c1 100644 --- a/clients/client-iotsitewise/src/waiters/waitForPortalActive.ts +++ b/clients/client-iotsitewise/src/waiters/waitForPortalActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribePortalCommand, DescribePortalCommandInput } from "../commands/DescribePortalCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotsitewise/src/waiters/waitForPortalNotExists.ts b/clients/client-iotsitewise/src/waiters/waitForPortalNotExists.ts index 64001013a11d..479a4d28a10d 100644 --- a/clients/client-iotsitewise/src/waiters/waitForPortalNotExists.ts +++ b/clients/client-iotsitewise/src/waiters/waitForPortalNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribePortalCommand, DescribePortalCommandInput } from "../commands/DescribePortalCommand"; import { IoTSiteWiseClient } from "../IoTSiteWiseClient"; diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 3ac3f4e07671..3b8be9bca7b0 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iotthingsgraph/src/IoTThingsGraph.ts b/clients/client-iotthingsgraph/src/IoTThingsGraph.ts index 07c6930b5271..50aa79710554 100644 --- a/clients/client-iotthingsgraph/src/IoTThingsGraph.ts +++ b/clients/client-iotthingsgraph/src/IoTThingsGraph.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateEntityToThingCommand, diff --git a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts index 7b821efe7a41..f0897339e550 100644 --- a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts +++ b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -249,7 +247,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -358,7 +356,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index 8f69d895fe68..b7780280cc3d 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index 2184c763b3f9..71424016671d 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts index 0ca9caf1a44a..fc7d0eebcb11 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts index 184a7aebb32b..dfa1669a2c2b 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index 8868d49c774e..97532b1aa2c8 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index a291c3c7c0ab..31f7d24c1221 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index 799319f6854e..85b2cd997190 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index 7437384656af..0eca10739816 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index e4c690f073e2..d64538c60cc5 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts index 9244adfa61d3..0c3251e999fc 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index da1a48fe0f14..3dfb7dc73d7b 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index 386060bc12ba..bab3fa66ddac 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index e5bb1785bd44..5201acf00c2e 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index 24c38ae1efd4..b59f56465360 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index 10a425a59c55..e030933bb866 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index b77572d816a5..0bc22c3b2198 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index 75e938367222..e4ec347196bb 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index b620e12e9dfe..88c6ad3ee2a0 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index 4f75e3c96074..843ea013ee5b 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index 732e8adfb09f..80339295c330 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index c483b5e3d315..53123bbf912e 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index b052f42535fc..5a4a53822af4 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index e695478cbcfb..aa42cb2c0d7a 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index db2879eb980f..b5a29114510b 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index a8626ea55f77..ced3041cb562 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index f660374f1ae4..aa201b43b11a 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index 928b1cc4ff4a..53d6e76f3b22 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index 4176d2296b2c..2ee45479a330 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index 7e02c21b0650..d2b6dc398050 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts index 3d2e670b8c75..165b203a5d7b 100644 --- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 5defc645b777..892016f61023 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index 5a2b3d730b90..2931b97db88c 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 843fb3a1329c..49441b40cda2 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index e96a016be098..df8d7683c4fb 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index 50e052c8100c..450bc55c8ace 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient"; import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-iotthingsgraph/src/endpoint/EndpointParameters.ts b/clients/client-iotthingsgraph/src/endpoint/EndpointParameters.ts index f7598503e637..3ee2248e53bd 100644 --- a/clients/client-iotthingsgraph/src/endpoint/EndpointParameters.ts +++ b/clients/client-iotthingsgraph/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iotthingsgraph/src/endpoint/endpointResolver.ts b/clients/client-iotthingsgraph/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iotthingsgraph/src/endpoint/endpointResolver.ts +++ b/clients/client-iotthingsgraph/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iotthingsgraph/src/endpoint/ruleset.ts b/clients/client-iotthingsgraph/src/endpoint/ruleset.ts index 28f9011a3331..08e8c0e5f968 100644 --- a/clients/client-iotthingsgraph/src/endpoint/ruleset.ts +++ b/clients/client-iotthingsgraph/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts b/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts index 2c5b71170f95..7617cdf0bb4d 100644 --- a/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts +++ b/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iotthingsgraph/src/models/models_0.ts b/clients/client-iotthingsgraph/src/models/models_0.ts index 67a79f937deb..92ea15dce801 100644 --- a/clients/client-iotthingsgraph/src/models/models_0.ts +++ b/clients/client-iotthingsgraph/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException"; diff --git a/clients/client-iotthingsgraph/src/pagination/GetFlowTemplateRevisionsPaginator.ts b/clients/client-iotthingsgraph/src/pagination/GetFlowTemplateRevisionsPaginator.ts index ab542405801e..280a86e439f6 100644 --- a/clients/client-iotthingsgraph/src/pagination/GetFlowTemplateRevisionsPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/GetFlowTemplateRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFlowTemplateRevisionsCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/GetSystemTemplateRevisionsPaginator.ts b/clients/client-iotthingsgraph/src/pagination/GetSystemTemplateRevisionsPaginator.ts index bafb8942ba95..face3c9ef1ba 100644 --- a/clients/client-iotthingsgraph/src/pagination/GetSystemTemplateRevisionsPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/GetSystemTemplateRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSystemTemplateRevisionsCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/Interfaces.ts b/clients/client-iotthingsgraph/src/pagination/Interfaces.ts index 0af8d6f3033a..b29087a85867 100644 --- a/clients/client-iotthingsgraph/src/pagination/Interfaces.ts +++ b/clients/client-iotthingsgraph/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTThingsGraphClient } from "../IoTThingsGraphClient"; diff --git a/clients/client-iotthingsgraph/src/pagination/ListFlowExecutionMessagesPaginator.ts b/clients/client-iotthingsgraph/src/pagination/ListFlowExecutionMessagesPaginator.ts index 003ec5114088..1b9d5ac3ddeb 100644 --- a/clients/client-iotthingsgraph/src/pagination/ListFlowExecutionMessagesPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/ListFlowExecutionMessagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFlowExecutionMessagesCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-iotthingsgraph/src/pagination/ListTagsForResourcePaginator.ts index 66a3196c0205..bf7f511c39f9 100644 --- a/clients/client-iotthingsgraph/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchEntitiesPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchEntitiesPaginator.ts index 8602081da0d6..8f85826a817b 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchEntitiesPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchEntitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchEntitiesCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchFlowExecutionsPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchFlowExecutionsPaginator.ts index b5c6b47c0654..d476b939b330 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchFlowExecutionsPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchFlowExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchFlowExecutionsCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchFlowTemplatesPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchFlowTemplatesPaginator.ts index 70df51f13825..f985bb381f4a 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchFlowTemplatesPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchFlowTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchFlowTemplatesCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchSystemInstancesPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchSystemInstancesPaginator.ts index 4ff4b5eedce4..d670fc525109 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchSystemInstancesPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchSystemInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchSystemInstancesCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchSystemTemplatesPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchSystemTemplatesPaginator.ts index 99ce20dc4cac..a3fb82293875 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchSystemTemplatesPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchSystemTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchSystemTemplatesCommand, diff --git a/clients/client-iotthingsgraph/src/pagination/SearchThingsPaginator.ts b/clients/client-iotthingsgraph/src/pagination/SearchThingsPaginator.ts index dbdc52eb3cc5..adb294377e34 100644 --- a/clients/client-iotthingsgraph/src/pagination/SearchThingsPaginator.ts +++ b/clients/client-iotthingsgraph/src/pagination/SearchThingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchThingsCommand, diff --git a/clients/client-iotthingsgraph/src/protocols/Aws_json1_1.ts b/clients/client-iotthingsgraph/src/protocols/Aws_json1_1.ts index 8c893f918bab..e8e7b6e71a28 100644 --- a/clients/client-iotthingsgraph/src/protocols/Aws_json1_1.ts +++ b/clients/client-iotthingsgraph/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateEntityToThingCommandInput, diff --git a/clients/client-iotthingsgraph/src/runtimeConfig.browser.ts b/clients/client-iotthingsgraph/src/runtimeConfig.browser.ts index 7be548ca479a..df8f092e2ea8 100644 --- a/clients/client-iotthingsgraph/src/runtimeConfig.browser.ts +++ b/clients/client-iotthingsgraph/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTThingsGraphClientConfig } from "./IoTThingsGraphClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iotthingsgraph/src/runtimeConfig.shared.ts b/clients/client-iotthingsgraph/src/runtimeConfig.shared.ts index 1f330407de95..e16703be7662 100644 --- a/clients/client-iotthingsgraph/src/runtimeConfig.shared.ts +++ b/clients/client-iotthingsgraph/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTThingsGraphClientConfig } from "./IoTThingsGraphClient"; diff --git a/clients/client-iotthingsgraph/src/runtimeConfig.ts b/clients/client-iotthingsgraph/src/runtimeConfig.ts index ef3bd5dd8792..f2a7c061e630 100644 --- a/clients/client-iotthingsgraph/src/runtimeConfig.ts +++ b/clients/client-iotthingsgraph/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTThingsGraphClientConfig } from "./IoTThingsGraphClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-iottwinmaker/package.json b/clients/client-iottwinmaker/package.json index 0dd23a51bdf7..faf1e458e83c 100644 --- a/clients/client-iottwinmaker/package.json +++ b/clients/client-iottwinmaker/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-iottwinmaker/src/IoTTwinMaker.ts b/clients/client-iottwinmaker/src/IoTTwinMaker.ts index 323894ce1b00..b24f36bb1174 100644 --- a/clients/client-iottwinmaker/src/IoTTwinMaker.ts +++ b/clients/client-iottwinmaker/src/IoTTwinMaker.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchPutPropertyValuesCommand, diff --git a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts index ef98608a8554..ca6cd9671ac0 100644 --- a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts +++ b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts index 736f675f2e54..08d5517df89a 100644 --- a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts index b15efdfc606e..01ae912010c4 100644 --- a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts index 7aeab4cc94e3..f80f03a87ddf 100644 --- a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts index 0deab1ecc504..ccb3d57005ca 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts index 05bee3256759..046522400978 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { CreateSyncJobRequest, CreateSyncJobResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts index 5459ef67d38a..1eaecde0bd26 100644 --- a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts index 82d58a3a91d2..e1dca9fa0fd2 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { DeleteComponentTypeRequest, DeleteComponentTypeResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts index 536ca8fc6650..c4b8a597a5c2 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { DeleteEntityRequest, DeleteEntityResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts index fa043a3ff4b4..ebe24275b19b 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { DeleteSceneRequest, DeleteSceneResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts index 3852d505a953..039115280495 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { DeleteSyncJobRequest, DeleteSyncJobResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts index 499fa9e88346..a928b3392a9d 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts index 9dae830602ac..2025ae2dc509 100644 --- a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts index 24e273dd7563..c324b640d099 100644 --- a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetComponentTypeRequest, GetComponentTypeResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts index 7436f88f6239..ff13e94028b8 100644 --- a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetEntityRequest, GetEntityResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts index 7a095a71db84..ad255e400bf0 100644 --- a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetPricingPlanRequest, GetPricingPlanResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts index 741c24b4d55e..b7420ca50ee2 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetPropertyValueRequest, GetPropertyValueResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts index 0a6b14c35925..171f168fad8d 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetPropertyValueHistoryRequest, GetPropertyValueHistoryResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts index 36111ba962eb..88683b5bd436 100644 --- a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetSceneRequest, GetSceneResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts index 3c605d0aeca8..aad5557e47c2 100644 --- a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetSyncJobRequest, GetSyncJobResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts index 6151fb1fb4ef..c5f846f6dccc 100644 --- a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { GetWorkspaceRequest, GetWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts index edeeca36fd1c..ffd5b7912322 100644 --- a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListComponentTypesRequest, ListComponentTypesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts index a9fc8bca928a..67c26f50de95 100644 --- a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts index 97d50da049ea..4e8777bb1612 100644 --- a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListScenesRequest, ListScenesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts index d2b54499c4c0..178fe2ccde83 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListSyncJobsRequest, ListSyncJobsResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts index b465737b25b4..4c39839d2ba1 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListSyncResourcesRequest, ListSyncResourcesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts index 1950e6b4ceb0..39edb4b49f1b 100644 --- a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts index 4ea0c3315b73..915f7ea69e4e 100644 --- a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts index c2020f173be8..71ef5bd2feb3 100644 --- a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts index 40204aef6ee4..3490154fbff9 100644 --- a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts index 692e61f560bb..4b850e1ade6a 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UpdateComponentTypeRequest, UpdateComponentTypeResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts index 38062ff4a0bd..87889448fc4c 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts index d85c5fc89599..5b77e1cbbab6 100644 --- a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts index a7acc74b6f52..3510a0e9ca51 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts index 5afa38fd43df..2bdd3f101f38 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient"; import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0"; diff --git a/clients/client-iottwinmaker/src/endpoint/EndpointParameters.ts b/clients/client-iottwinmaker/src/endpoint/EndpointParameters.ts index 5cfd451cb201..faae9541a52a 100644 --- a/clients/client-iottwinmaker/src/endpoint/EndpointParameters.ts +++ b/clients/client-iottwinmaker/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-iottwinmaker/src/endpoint/endpointResolver.ts b/clients/client-iottwinmaker/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-iottwinmaker/src/endpoint/endpointResolver.ts +++ b/clients/client-iottwinmaker/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-iottwinmaker/src/endpoint/ruleset.ts b/clients/client-iottwinmaker/src/endpoint/ruleset.ts index 03533f9eb8ae..610eb88f939f 100644 --- a/clients/client-iottwinmaker/src/endpoint/ruleset.ts +++ b/clients/client-iottwinmaker/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts b/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts index 63b9f8ee73b2..c6551f844ea9 100644 --- a/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts +++ b/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-iottwinmaker/src/models/models_0.ts b/clients/client-iottwinmaker/src/models/models_0.ts index 8cfb585f9a0c..30d1c8d89be9 100644 --- a/clients/client-iottwinmaker/src/models/models_0.ts +++ b/clients/client-iottwinmaker/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { IoTTwinMakerServiceException as __BaseException } from "./IoTTwinMakerServiceException"; diff --git a/clients/client-iottwinmaker/src/pagination/ExecuteQueryPaginator.ts b/clients/client-iottwinmaker/src/pagination/ExecuteQueryPaginator.ts index 0ac319532efb..c7b0e80ccd82 100644 --- a/clients/client-iottwinmaker/src/pagination/ExecuteQueryPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ExecuteQueryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ExecuteQueryCommand, diff --git a/clients/client-iottwinmaker/src/pagination/GetPropertyValueHistoryPaginator.ts b/clients/client-iottwinmaker/src/pagination/GetPropertyValueHistoryPaginator.ts index 64b0093d611e..f341d0198b6d 100644 --- a/clients/client-iottwinmaker/src/pagination/GetPropertyValueHistoryPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/GetPropertyValueHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPropertyValueHistoryCommand, diff --git a/clients/client-iottwinmaker/src/pagination/GetPropertyValuePaginator.ts b/clients/client-iottwinmaker/src/pagination/GetPropertyValuePaginator.ts index 667983ab7aa3..7f5c0da54498 100644 --- a/clients/client-iottwinmaker/src/pagination/GetPropertyValuePaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/GetPropertyValuePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPropertyValueCommand, diff --git a/clients/client-iottwinmaker/src/pagination/Interfaces.ts b/clients/client-iottwinmaker/src/pagination/Interfaces.ts index 25957fb2562e..76983eb65b18 100644 --- a/clients/client-iottwinmaker/src/pagination/Interfaces.ts +++ b/clients/client-iottwinmaker/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IoTTwinMakerClient } from "../IoTTwinMakerClient"; diff --git a/clients/client-iottwinmaker/src/pagination/ListComponentTypesPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListComponentTypesPaginator.ts index bec32d36c81c..c20ad3c3b314 100644 --- a/clients/client-iottwinmaker/src/pagination/ListComponentTypesPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListComponentTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentTypesCommand, diff --git a/clients/client-iottwinmaker/src/pagination/ListEntitiesPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListEntitiesPaginator.ts index 9e286df3e389..e9e4dd3057da 100644 --- a/clients/client-iottwinmaker/src/pagination/ListEntitiesPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListEntitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntitiesCommand, diff --git a/clients/client-iottwinmaker/src/pagination/ListScenesPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListScenesPaginator.ts index bfcd4ef1678b..dd6344422c73 100644 --- a/clients/client-iottwinmaker/src/pagination/ListScenesPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListScenesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScenesCommand, ListScenesCommandInput, ListScenesCommandOutput } from "../commands/ListScenesCommand"; import { IoTTwinMakerClient } from "../IoTTwinMakerClient"; diff --git a/clients/client-iottwinmaker/src/pagination/ListSyncJobsPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListSyncJobsPaginator.ts index 64320c840be6..de7411de5b97 100644 --- a/clients/client-iottwinmaker/src/pagination/ListSyncJobsPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListSyncJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSyncJobsCommand, diff --git a/clients/client-iottwinmaker/src/pagination/ListSyncResourcesPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListSyncResourcesPaginator.ts index 7bf702cf8096..f9301da2dd64 100644 --- a/clients/client-iottwinmaker/src/pagination/ListSyncResourcesPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListSyncResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSyncResourcesCommand, diff --git a/clients/client-iottwinmaker/src/pagination/ListWorkspacesPaginator.ts b/clients/client-iottwinmaker/src/pagination/ListWorkspacesPaginator.ts index 5275f302ed52..6e3ea3804324 100644 --- a/clients/client-iottwinmaker/src/pagination/ListWorkspacesPaginator.ts +++ b/clients/client-iottwinmaker/src/pagination/ListWorkspacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkspacesCommand, diff --git a/clients/client-iottwinmaker/src/protocols/Aws_restJson1.ts b/clients/client-iottwinmaker/src/protocols/Aws_restJson1.ts index 985cbfdaf8b8..063acf3ac9de 100644 --- a/clients/client-iottwinmaker/src/protocols/Aws_restJson1.ts +++ b/clients/client-iottwinmaker/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,14 +23,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + DocumentType as __DocumentType, + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchPutPropertyValuesCommandInput, diff --git a/clients/client-iottwinmaker/src/runtimeConfig.browser.ts b/clients/client-iottwinmaker/src/runtimeConfig.browser.ts index b61b9d5fe1b5..aa667afda727 100644 --- a/clients/client-iottwinmaker/src/runtimeConfig.browser.ts +++ b/clients/client-iottwinmaker/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTTwinMakerClientConfig } from "./IoTTwinMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-iottwinmaker/src/runtimeConfig.shared.ts b/clients/client-iottwinmaker/src/runtimeConfig.shared.ts index 70e5273e8ec2..ea35a59d9c98 100644 --- a/clients/client-iottwinmaker/src/runtimeConfig.shared.ts +++ b/clients/client-iottwinmaker/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IoTTwinMakerClientConfig } from "./IoTTwinMakerClient"; diff --git a/clients/client-iottwinmaker/src/runtimeConfig.ts b/clients/client-iottwinmaker/src/runtimeConfig.ts index 846a010dd19c..5a7a3b80499d 100644 --- a/clients/client-iottwinmaker/src/runtimeConfig.ts +++ b/clients/client-iottwinmaker/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IoTTwinMakerClientConfig } from "./IoTTwinMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ivs-realtime/package.json b/clients/client-ivs-realtime/package.json index 3a28b45e3c55..3575ec012bd7 100644 --- a/clients/client-ivs-realtime/package.json +++ b/clients/client-ivs-realtime/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ivs-realtime/src/IVSRealTime.ts b/clients/client-ivs-realtime/src/IVSRealTime.ts index 40514c2b7a7a..d4faee4e7353 100644 --- a/clients/client-ivs-realtime/src/IVSRealTime.ts +++ b/clients/client-ivs-realtime/src/IVSRealTime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateParticipantTokenCommand, diff --git a/clients/client-ivs-realtime/src/IVSRealTimeClient.ts b/clients/client-ivs-realtime/src/IVSRealTimeClient.ts index 4c8e3fac28c6..6c5ef3a886fd 100644 --- a/clients/client-ivs-realtime/src/IVSRealTimeClient.ts +++ b/clients/client-ivs-realtime/src/IVSRealTimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts index 0b189bb1fdaf..03066fa0e8b5 100644 --- a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { diff --git a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts index adae3490e161..0403fa75458d 100644 --- a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { CreateStageRequest, CreateStageResponse, CreateStageResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts index c4c6a66abf60..621048da1abd 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts index 5f6b4080af6b..505c17bfccc5 100644 --- a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts index aaf3af782420..3cc22393bcff 100644 --- a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { GetParticipantRequest, GetParticipantResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts index d80b6b13e92c..8ff74c4b721a 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { GetStageRequest, GetStageResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts index a1e8871b184e..f4b1bb5ace3f 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { GetStageSessionRequest, GetStageSessionResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts index 8457193b833b..97b3bd9951d1 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { ListParticipantEventsRequest, ListParticipantEventsResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts index 8a1072a01d6a..1873f78c9511 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { ListParticipantsRequest, ListParticipantsResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts index 91d2434707fe..9fc798d2856c 100644 --- a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { ListStageSessionsRequest, ListStageSessionsResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts index 028d28514ee9..5da55254d4c2 100644 --- a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { ListStagesRequest, ListStagesResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts index d916dbf1c0a6..b4fdccdbcfcb 100644 --- a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts index 7546018a8128..1d56b43be37a 100644 --- a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts index dbf7f9f5aeea..03466b59d12a 100644 --- a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts index eeca92905148..ca7b99ede030 100644 --- a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient"; import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0"; diff --git a/clients/client-ivs-realtime/src/endpoint/EndpointParameters.ts b/clients/client-ivs-realtime/src/endpoint/EndpointParameters.ts index bb874ade9c7f..420ed7bedeb4 100644 --- a/clients/client-ivs-realtime/src/endpoint/EndpointParameters.ts +++ b/clients/client-ivs-realtime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ivs-realtime/src/endpoint/endpointResolver.ts b/clients/client-ivs-realtime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ivs-realtime/src/endpoint/endpointResolver.ts +++ b/clients/client-ivs-realtime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ivs-realtime/src/endpoint/ruleset.ts b/clients/client-ivs-realtime/src/endpoint/ruleset.ts index 4f9769657dbe..5f19f06c4e18 100644 --- a/clients/client-ivs-realtime/src/endpoint/ruleset.ts +++ b/clients/client-ivs-realtime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts b/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts index ec2e159cbbc7..f7aa6a2c6689 100644 --- a/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts +++ b/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ivs-realtime/src/models/models_0.ts b/clients/client-ivs-realtime/src/models/models_0.ts index 2bb45e9e1260..2030e2738760 100644 --- a/clients/client-ivs-realtime/src/models/models_0.ts +++ b/clients/client-ivs-realtime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IVSRealTimeServiceException as __BaseException } from "./IVSRealTimeServiceException"; diff --git a/clients/client-ivs-realtime/src/pagination/Interfaces.ts b/clients/client-ivs-realtime/src/pagination/Interfaces.ts index 17babf032af0..adbfa3656f46 100644 --- a/clients/client-ivs-realtime/src/pagination/Interfaces.ts +++ b/clients/client-ivs-realtime/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IVSRealTimeClient } from "../IVSRealTimeClient"; diff --git a/clients/client-ivs-realtime/src/pagination/ListParticipantEventsPaginator.ts b/clients/client-ivs-realtime/src/pagination/ListParticipantEventsPaginator.ts index 1a613a5e86d1..c909bcf6ec3a 100644 --- a/clients/client-ivs-realtime/src/pagination/ListParticipantEventsPaginator.ts +++ b/clients/client-ivs-realtime/src/pagination/ListParticipantEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListParticipantEventsCommand, diff --git a/clients/client-ivs-realtime/src/pagination/ListParticipantsPaginator.ts b/clients/client-ivs-realtime/src/pagination/ListParticipantsPaginator.ts index 18284e1db59a..dc497de5bc6c 100644 --- a/clients/client-ivs-realtime/src/pagination/ListParticipantsPaginator.ts +++ b/clients/client-ivs-realtime/src/pagination/ListParticipantsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListParticipantsCommand, diff --git a/clients/client-ivs-realtime/src/pagination/ListStageSessionsPaginator.ts b/clients/client-ivs-realtime/src/pagination/ListStageSessionsPaginator.ts index 38fb32d71816..1b10068017e0 100644 --- a/clients/client-ivs-realtime/src/pagination/ListStageSessionsPaginator.ts +++ b/clients/client-ivs-realtime/src/pagination/ListStageSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStageSessionsCommand, diff --git a/clients/client-ivs-realtime/src/pagination/ListStagesPaginator.ts b/clients/client-ivs-realtime/src/pagination/ListStagesPaginator.ts index cc2d5dcc42d7..75ad41b97310 100644 --- a/clients/client-ivs-realtime/src/pagination/ListStagesPaginator.ts +++ b/clients/client-ivs-realtime/src/pagination/ListStagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStagesCommand, ListStagesCommandInput, ListStagesCommandOutput } from "../commands/ListStagesCommand"; import { IVSRealTimeClient } from "../IVSRealTimeClient"; diff --git a/clients/client-ivs-realtime/src/protocols/Aws_restJson1.ts b/clients/client-ivs-realtime/src/protocols/Aws_restJson1.ts index 4d567956caa3..14e515f8b548 100644 --- a/clients/client-ivs-realtime/src/protocols/Aws_restJson1.ts +++ b/clients/client-ivs-realtime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateParticipantTokenCommandInput, diff --git a/clients/client-ivs-realtime/src/runtimeConfig.browser.ts b/clients/client-ivs-realtime/src/runtimeConfig.browser.ts index 421266821fe9..a90edbd0e341 100644 --- a/clients/client-ivs-realtime/src/runtimeConfig.browser.ts +++ b/clients/client-ivs-realtime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IVSRealTimeClientConfig } from "./IVSRealTimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ivs-realtime/src/runtimeConfig.shared.ts b/clients/client-ivs-realtime/src/runtimeConfig.shared.ts index 1558ee32436d..869c72d7d3f1 100644 --- a/clients/client-ivs-realtime/src/runtimeConfig.shared.ts +++ b/clients/client-ivs-realtime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IVSRealTimeClientConfig } from "./IVSRealTimeClient"; diff --git a/clients/client-ivs-realtime/src/runtimeConfig.ts b/clients/client-ivs-realtime/src/runtimeConfig.ts index 632ae3b11154..31a7f0c5af04 100644 --- a/clients/client-ivs-realtime/src/runtimeConfig.ts +++ b/clients/client-ivs-realtime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IVSRealTimeClientConfig } from "./IVSRealTimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 701c7a69fc72..14fd38f46e9a 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ivs/src/Ivs.ts b/clients/client-ivs/src/Ivs.ts index ca7685bb3b6e..fc8ffcd98a69 100644 --- a/clients/client-ivs/src/Ivs.ts +++ b/clients/client-ivs/src/Ivs.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetChannelCommand, diff --git a/clients/client-ivs/src/IvsClient.ts b/clients/client-ivs/src/IvsClient.ts index b9a6a6ca2d0b..768f12106776 100644 --- a/clients/client-ivs/src/IvsClient.ts +++ b/clients/client-ivs/src/IvsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetChannelCommandInput, BatchGetChannelCommandOutput } from "./commands/BatchGetChannelCommand"; @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts index ad7ec3276d66..4b8b4a119159 100644 --- a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { BatchGetChannelRequest, BatchGetChannelResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts index e55f1b4f0f6e..80fdcf0e4f71 100644 --- a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { diff --git a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts index 8a5ee5a9a669..adfc9457561f 100644 --- a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { diff --git a/clients/client-ivs/src/commands/CreateChannelCommand.ts b/clients/client-ivs/src/commands/CreateChannelCommand.ts index 87def9145820..d7a4d9fad581 100644 --- a/clients/client-ivs/src/commands/CreateChannelCommand.ts +++ b/clients/client-ivs/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { diff --git a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts index 94f81131d977..f52bafb42ac5 100644 --- a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { CreateRecordingConfigurationRequest, CreateRecordingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts index ba2f6b436718..2fd9128667ce 100644 --- a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { diff --git a/clients/client-ivs/src/commands/DeleteChannelCommand.ts b/clients/client-ivs/src/commands/DeleteChannelCommand.ts index d32a568bf97e..484badd88389 100644 --- a/clients/client-ivs/src/commands/DeleteChannelCommand.ts +++ b/clients/client-ivs/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { DeleteChannelRequest } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts index 90e375329457..f8cc1ac0792e 100644 --- a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { DeletePlaybackKeyPairRequest, DeletePlaybackKeyPairResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts index 89414d8b00fe..1a7795616671 100644 --- a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { DeleteRecordingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts index c9b606da5559..1074331797b4 100644 --- a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { DeleteStreamKeyRequest } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetChannelCommand.ts b/clients/client-ivs/src/commands/GetChannelCommand.ts index ad33e6a93b67..8fff674d7325 100644 --- a/clients/client-ivs/src/commands/GetChannelCommand.ts +++ b/clients/client-ivs/src/commands/GetChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts index 985b76547299..1d0ee2b8a550 100644 --- a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts index 39bbcd63be6a..aa6a8402bb6b 100644 --- a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetStreamCommand.ts b/clients/client-ivs/src/commands/GetStreamCommand.ts index 759db8be5e97..362c28628f59 100644 --- a/clients/client-ivs/src/commands/GetStreamCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetStreamRequest, GetStreamResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts index 8e1e096d2a62..c80a5adacd52 100644 --- a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetStreamKeyRequest, GetStreamKeyResponse, GetStreamKeyResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts index b7c26ccf9db0..c87d12660d05 100644 --- a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts index 71444ee780a5..d6de0eedb4ca 100644 --- a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListChannelsCommand.ts b/clients/client-ivs/src/commands/ListChannelsCommand.ts index c72e7f1bd929..82a8f58d22f7 100644 --- a/clients/client-ivs/src/commands/ListChannelsCommand.ts +++ b/clients/client-ivs/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts index a25bbacdb270..cfffe1b052e5 100644 --- a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts +++ b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts index acf9cfd578a6..af21197132f9 100644 --- a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts +++ b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts index 25c619e9fd8b..52cc3138ba2d 100644 --- a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts index 89ef818b9a3d..23f7a47ef339 100644 --- a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListStreamsCommand.ts b/clients/client-ivs/src/commands/ListStreamsCommand.ts index 6f0c3f00721f..4d0bfd08f1af 100644 --- a/clients/client-ivs/src/commands/ListStreamsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts index 73c3c7e6f0ab..39f9b46d0e8c 100644 --- a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/PutMetadataCommand.ts b/clients/client-ivs/src/commands/PutMetadataCommand.ts index 274d7afa1861..b832b702baf2 100644 --- a/clients/client-ivs/src/commands/PutMetadataCommand.ts +++ b/clients/client-ivs/src/commands/PutMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { PutMetadataRequest, PutMetadataRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts index d46d832dd845..3af88efec4d8 100644 --- a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { StartViewerSessionRevocationRequest, StartViewerSessionRevocationResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/StopStreamCommand.ts b/clients/client-ivs/src/commands/StopStreamCommand.ts index 0a53a5ce64ca..7efc908410b1 100644 --- a/clients/client-ivs/src/commands/StopStreamCommand.ts +++ b/clients/client-ivs/src/commands/StopStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { StopStreamRequest, StopStreamResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/TagResourceCommand.ts b/clients/client-ivs/src/commands/TagResourceCommand.ts index 974052bae97f..034de4865807 100644 --- a/clients/client-ivs/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/UntagResourceCommand.ts b/clients/client-ivs/src/commands/UntagResourceCommand.ts index 06d18262276b..61c5e29de61e 100644 --- a/clients/client-ivs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/commands/UpdateChannelCommand.ts b/clients/client-ivs/src/commands/UpdateChannelCommand.ts index 2fc5847cc4ac..30b27e599da2 100644 --- a/clients/client-ivs/src/commands/UpdateChannelCommand.ts +++ b/clients/client-ivs/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; diff --git a/clients/client-ivs/src/endpoint/EndpointParameters.ts b/clients/client-ivs/src/endpoint/EndpointParameters.ts index bb874ade9c7f..420ed7bedeb4 100644 --- a/clients/client-ivs/src/endpoint/EndpointParameters.ts +++ b/clients/client-ivs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ivs/src/endpoint/endpointResolver.ts b/clients/client-ivs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ivs/src/endpoint/endpointResolver.ts +++ b/clients/client-ivs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ivs/src/endpoint/ruleset.ts b/clients/client-ivs/src/endpoint/ruleset.ts index 466fe0f3cb46..59d36a9fd1f6 100644 --- a/clients/client-ivs/src/endpoint/ruleset.ts +++ b/clients/client-ivs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ivs/src/models/IvsServiceException.ts b/clients/client-ivs/src/models/IvsServiceException.ts index 25458a1a449e..d9c8af90fc75 100644 --- a/clients/client-ivs/src/models/IvsServiceException.ts +++ b/clients/client-ivs/src/models/IvsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ivs/src/models/models_0.ts b/clients/client-ivs/src/models/models_0.ts index 710f742d14af..f7e588287fe8 100644 --- a/clients/client-ivs/src/models/models_0.ts +++ b/clients/client-ivs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { IvsServiceException as __BaseException } from "./IvsServiceException"; diff --git a/clients/client-ivs/src/pagination/Interfaces.ts b/clients/client-ivs/src/pagination/Interfaces.ts index f72751076754..f26d2d42c7ef 100644 --- a/clients/client-ivs/src/pagination/Interfaces.ts +++ b/clients/client-ivs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IvsClient } from "../IvsClient"; diff --git a/clients/client-ivs/src/pagination/ListChannelsPaginator.ts b/clients/client-ivs/src/pagination/ListChannelsPaginator.ts index a7deb585bd3f..ba7fd571320f 100644 --- a/clients/client-ivs/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-ivs/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-ivs/src/pagination/ListPlaybackKeyPairsPaginator.ts b/clients/client-ivs/src/pagination/ListPlaybackKeyPairsPaginator.ts index c27844711254..797b995b2be4 100644 --- a/clients/client-ivs/src/pagination/ListPlaybackKeyPairsPaginator.ts +++ b/clients/client-ivs/src/pagination/ListPlaybackKeyPairsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlaybackKeyPairsCommand, diff --git a/clients/client-ivs/src/pagination/ListRecordingConfigurationsPaginator.ts b/clients/client-ivs/src/pagination/ListRecordingConfigurationsPaginator.ts index 74bdefcabdde..c3f235f931d2 100644 --- a/clients/client-ivs/src/pagination/ListRecordingConfigurationsPaginator.ts +++ b/clients/client-ivs/src/pagination/ListRecordingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecordingConfigurationsCommand, diff --git a/clients/client-ivs/src/pagination/ListStreamKeysPaginator.ts b/clients/client-ivs/src/pagination/ListStreamKeysPaginator.ts index 2620658dcb2b..45c3ef3ffe1a 100644 --- a/clients/client-ivs/src/pagination/ListStreamKeysPaginator.ts +++ b/clients/client-ivs/src/pagination/ListStreamKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamKeysCommand, diff --git a/clients/client-ivs/src/pagination/ListStreamSessionsPaginator.ts b/clients/client-ivs/src/pagination/ListStreamSessionsPaginator.ts index bb2ed70b483a..65a724450594 100644 --- a/clients/client-ivs/src/pagination/ListStreamSessionsPaginator.ts +++ b/clients/client-ivs/src/pagination/ListStreamSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamSessionsCommand, diff --git a/clients/client-ivs/src/pagination/ListStreamsPaginator.ts b/clients/client-ivs/src/pagination/ListStreamsPaginator.ts index b8f5f4e4bed6..211c7030ea9a 100644 --- a/clients/client-ivs/src/pagination/ListStreamsPaginator.ts +++ b/clients/client-ivs/src/pagination/ListStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamsCommand, ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand"; import { IvsClient } from "../IvsClient"; diff --git a/clients/client-ivs/src/protocols/Aws_restJson1.ts b/clients/client-ivs/src/protocols/Aws_restJson1.ts index 1d49797cca99..e9d6c8961a4c 100644 --- a/clients/client-ivs/src/protocols/Aws_restJson1.ts +++ b/clients/client-ivs/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetChannelCommandInput, BatchGetChannelCommandOutput } from "../commands/BatchGetChannelCommand"; import { BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput } from "../commands/BatchGetStreamKeyCommand"; diff --git a/clients/client-ivs/src/runtimeConfig.browser.ts b/clients/client-ivs/src/runtimeConfig.browser.ts index af5b14bf1be5..f353ccb950a0 100644 --- a/clients/client-ivs/src/runtimeConfig.browser.ts +++ b/clients/client-ivs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IvsClientConfig } from "./IvsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ivs/src/runtimeConfig.shared.ts b/clients/client-ivs/src/runtimeConfig.shared.ts index b18f316fb784..07e494b07bc1 100644 --- a/clients/client-ivs/src/runtimeConfig.shared.ts +++ b/clients/client-ivs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IvsClientConfig } from "./IvsClient"; diff --git a/clients/client-ivs/src/runtimeConfig.ts b/clients/client-ivs/src/runtimeConfig.ts index c8194ec05d28..8bbdd29112ae 100644 --- a/clients/client-ivs/src/runtimeConfig.ts +++ b/clients/client-ivs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IvsClientConfig } from "./IvsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ivschat/package.json b/clients/client-ivschat/package.json index a22eebcf89cc..06ee95e0d166 100644 --- a/clients/client-ivschat/package.json +++ b/clients/client-ivschat/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ivschat/src/Ivschat.ts b/clients/client-ivschat/src/Ivschat.ts index a065c720ecd7..a5f88580e2a1 100644 --- a/clients/client-ivschat/src/Ivschat.ts +++ b/clients/client-ivschat/src/Ivschat.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateChatTokenCommand, diff --git a/clients/client-ivschat/src/IvschatClient.ts b/clients/client-ivschat/src/IvschatClient.ts index 0c9f12c2a14d..3a1427a5e14a 100644 --- a/clients/client-ivschat/src/IvschatClient.ts +++ b/clients/client-ivschat/src/IvschatClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateChatTokenCommandInput, CreateChatTokenCommandOutput } from "./commands/CreateChatTokenCommand"; @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts index d0c66bf851a2..d44acf68553d 100644 --- a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts +++ b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { CreateChatTokenRequest, CreateChatTokenResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts index 183c3dc58729..f5e1cc106465 100644 --- a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/CreateRoomCommand.ts b/clients/client-ivschat/src/commands/CreateRoomCommand.ts index f97beff8a58c..2ee31d60fb78 100644 --- a/clients/client-ivschat/src/commands/CreateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/CreateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts index 281c39726d1b..d12fd424b30c 100644 --- a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { DeleteLoggingConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts index aec6edb254c9..9d2305f51126 100644 --- a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { DeleteMessageRequest, DeleteMessageResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts index 025c76f28d5f..c9fae894412d 100644 --- a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { DeleteRoomRequest } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts index 5d9948f388fa..e2dcbc6f3023 100644 --- a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts +++ b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { DisconnectUserRequest, DisconnectUserResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts index 4456395eaada..b005b841fbe1 100644 --- a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/GetRoomCommand.ts b/clients/client-ivschat/src/commands/GetRoomCommand.ts index 68f4146bf096..a729f9972717 100644 --- a/clients/client-ivschat/src/commands/GetRoomCommand.ts +++ b/clients/client-ivschat/src/commands/GetRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { GetRoomRequest, GetRoomResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts index c363ede2720d..e035a06dbede 100644 --- a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/ListRoomsCommand.ts b/clients/client-ivschat/src/commands/ListRoomsCommand.ts index 9cf6b178acf8..a75b8c1cafae 100644 --- a/clients/client-ivschat/src/commands/ListRoomsCommand.ts +++ b/clients/client-ivschat/src/commands/ListRoomsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { ListRoomsRequest, ListRoomsResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts index 5b79b61c5362..0973564bda76 100644 --- a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/SendEventCommand.ts b/clients/client-ivschat/src/commands/SendEventCommand.ts index c4b7d8655c36..36d48c8e8a2b 100644 --- a/clients/client-ivschat/src/commands/SendEventCommand.ts +++ b/clients/client-ivschat/src/commands/SendEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { SendEventRequest, SendEventResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/TagResourceCommand.ts b/clients/client-ivschat/src/commands/TagResourceCommand.ts index a0d5581877c3..a199431524d4 100644 --- a/clients/client-ivschat/src/commands/TagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/UntagResourceCommand.ts b/clients/client-ivschat/src/commands/UntagResourceCommand.ts index 1f7efdb4cdcb..919f095b88a0 100644 --- a/clients/client-ivschat/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts index 2e6822161a74..7ee938ca8cef 100644 --- a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts index e07feccb672b..68d46184ef8f 100644 --- a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient"; import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0"; diff --git a/clients/client-ivschat/src/endpoint/EndpointParameters.ts b/clients/client-ivschat/src/endpoint/EndpointParameters.ts index 873a9ccf57f8..f7de56fe1aef 100644 --- a/clients/client-ivschat/src/endpoint/EndpointParameters.ts +++ b/clients/client-ivschat/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ivschat/src/endpoint/endpointResolver.ts b/clients/client-ivschat/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ivschat/src/endpoint/endpointResolver.ts +++ b/clients/client-ivschat/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ivschat/src/endpoint/ruleset.ts b/clients/client-ivschat/src/endpoint/ruleset.ts index bccae40ded50..55f3737866aa 100644 --- a/clients/client-ivschat/src/endpoint/ruleset.ts +++ b/clients/client-ivschat/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ivschat/src/models/IvschatServiceException.ts b/clients/client-ivschat/src/models/IvschatServiceException.ts index 03fe1d7e232f..89764f4b12b7 100644 --- a/clients/client-ivschat/src/models/IvschatServiceException.ts +++ b/clients/client-ivschat/src/models/IvschatServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ivschat/src/models/models_0.ts b/clients/client-ivschat/src/models/models_0.ts index 59b783b8067f..5ebc7268cf53 100644 --- a/clients/client-ivschat/src/models/models_0.ts +++ b/clients/client-ivschat/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IvschatServiceException as __BaseException } from "./IvschatServiceException"; diff --git a/clients/client-ivschat/src/pagination/Interfaces.ts b/clients/client-ivschat/src/pagination/Interfaces.ts index 74298dc722e7..0c427863b29d 100644 --- a/clients/client-ivschat/src/pagination/Interfaces.ts +++ b/clients/client-ivschat/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { IvschatClient } from "../IvschatClient"; diff --git a/clients/client-ivschat/src/pagination/ListLoggingConfigurationsPaginator.ts b/clients/client-ivschat/src/pagination/ListLoggingConfigurationsPaginator.ts index 9b88790aeefb..fc9c3ed27c8b 100644 --- a/clients/client-ivschat/src/pagination/ListLoggingConfigurationsPaginator.ts +++ b/clients/client-ivschat/src/pagination/ListLoggingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLoggingConfigurationsCommand, diff --git a/clients/client-ivschat/src/pagination/ListRoomsPaginator.ts b/clients/client-ivschat/src/pagination/ListRoomsPaginator.ts index 7e3faa29f4dd..ca4e172a7c58 100644 --- a/clients/client-ivschat/src/pagination/ListRoomsPaginator.ts +++ b/clients/client-ivschat/src/pagination/ListRoomsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoomsCommand, ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand"; import { IvschatClient } from "../IvschatClient"; diff --git a/clients/client-ivschat/src/protocols/Aws_restJson1.ts b/clients/client-ivschat/src/protocols/Aws_restJson1.ts index 6d05c1fa6499..5b12fe61bb0e 100644 --- a/clients/client-ivschat/src/protocols/Aws_restJson1.ts +++ b/clients/client-ivschat/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateChatTokenCommandInput, CreateChatTokenCommandOutput } from "../commands/CreateChatTokenCommand"; import { diff --git a/clients/client-ivschat/src/runtimeConfig.browser.ts b/clients/client-ivschat/src/runtimeConfig.browser.ts index 51d3e6ef0262..d7bd85fa11bd 100644 --- a/clients/client-ivschat/src/runtimeConfig.browser.ts +++ b/clients/client-ivschat/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IvschatClientConfig } from "./IvschatClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ivschat/src/runtimeConfig.shared.ts b/clients/client-ivschat/src/runtimeConfig.shared.ts index 8fc655895347..e0fae22011fa 100644 --- a/clients/client-ivschat/src/runtimeConfig.shared.ts +++ b/clients/client-ivschat/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { IvschatClientConfig } from "./IvschatClient"; diff --git a/clients/client-ivschat/src/runtimeConfig.ts b/clients/client-ivschat/src/runtimeConfig.ts index 918070534746..7cca53305bba 100644 --- a/clients/client-ivschat/src/runtimeConfig.ts +++ b/clients/client-ivschat/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { IvschatClientConfig } from "./IvschatClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index d1c56f02faa4..81181c133adf 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kafka/src/Kafka.ts b/clients/client-kafka/src/Kafka.ts index 5f45d104cb98..9ce51e01e9e9 100644 --- a/clients/client-kafka/src/Kafka.ts +++ b/clients/client-kafka/src/Kafka.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchAssociateScramSecretCommand, diff --git a/clients/client-kafka/src/KafkaClient.ts b/clients/client-kafka/src/KafkaClient.ts index 4a211b8f5f28..c0dff72f49f5 100644 --- a/clients/client-kafka/src/KafkaClient.ts +++ b/clients/client-kafka/src/KafkaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -282,7 +280,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -391,7 +389,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts index 07ae0a96757d..f41ba48c3ac5 100644 --- a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts index 45bf6dc4fbf4..a18d031e87d5 100644 --- a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/CreateClusterCommand.ts b/clients/client-kafka/src/commands/CreateClusterCommand.ts index 2173f34c0c71..88b80de23b2f 100644 --- a/clients/client-kafka/src/commands/CreateClusterCommand.ts +++ b/clients/client-kafka/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/CreateClusterV2Command.ts b/clients/client-kafka/src/commands/CreateClusterV2Command.ts index 22741991f133..0b51ef058896 100644 --- a/clients/client-kafka/src/commands/CreateClusterV2Command.ts +++ b/clients/client-kafka/src/commands/CreateClusterV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts index 317b82a9d78e..b4de95fd5b15 100644 --- a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts index 6a31ddf5447e..83644680583a 100644 --- a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { CreateVpcConnectionRequest, CreateVpcConnectionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DeleteClusterCommand.ts b/clients/client-kafka/src/commands/DeleteClusterCommand.ts index 4549deb07eb9..d91f4def416d 100644 --- a/clients/client-kafka/src/commands/DeleteClusterCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts index f0ae9e2e9159..2a8a401dc161 100644 --- a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts index b92098264368..ff0daa4c5dfa 100644 --- a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts index 476f3d17cfee..58df08c9a7fc 100644 --- a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeClusterCommand.ts b/clients/client-kafka/src/commands/DescribeClusterCommand.ts index 27a903570dd5..2cef00eb5652 100644 --- a/clients/client-kafka/src/commands/DescribeClusterCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts index f2b6d0e7ce03..bf2149626246 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts index a9ab25f9d3e3..42ab9e019de1 100644 --- a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts index c03f6fe45c2b..fb60d897d366 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts index 7c0227fdb083..bdce9b1bfe24 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts index a4af32594ba2..8b0ff81fe353 100644 --- a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts index 80ed6004ce9e..f0fae9f14c31 100644 --- a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts +++ b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts index a25d5815e3ac..e1f08055a364 100644 --- a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts index f0aa76549f39..fd52fe4b129e 100644 --- a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts index b156568a82c1..ba6ff0f0fb01 100644 --- a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts index e89c9fc97251..b08599f3224a 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListClustersCommand.ts b/clients/client-kafka/src/commands/ListClustersCommand.ts index 90bbbc843abe..9cebae2b9105 100644 --- a/clients/client-kafka/src/commands/ListClustersCommand.ts +++ b/clients/client-kafka/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListClustersV2Command.ts b/clients/client-kafka/src/commands/ListClustersV2Command.ts index 2de5f886a4a9..8499fae61005 100644 --- a/clients/client-kafka/src/commands/ListClustersV2Command.ts +++ b/clients/client-kafka/src/commands/ListClustersV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListClustersV2Request, ListClustersV2Response } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts index 1ac6bcead0d9..16649273464c 100644 --- a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts index 230cb6912966..3037425177eb 100644 --- a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts index fdccb73a37a1..413878cc6de9 100644 --- a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListNodesCommand.ts b/clients/client-kafka/src/commands/ListNodesCommand.ts index 0f82f62d0357..e91dd02410af 100644 --- a/clients/client-kafka/src/commands/ListNodesCommand.ts +++ b/clients/client-kafka/src/commands/ListNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListNodesRequest, ListNodesResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts index 1c209dbe1668..d5decdef347a 100644 --- a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts +++ b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts index 4a049065c910..f16e6e24fad5 100644 --- a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts index eea1f1f69e04..7598a8170c4c 100644 --- a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { ListVpcConnectionsRequest, ListVpcConnectionsResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts index 12802690746b..f11f449dec97 100644 --- a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { PutClusterPolicyRequest, PutClusterPolicyResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/RebootBrokerCommand.ts b/clients/client-kafka/src/commands/RebootBrokerCommand.ts index 72156ef59aba..350ad4825262 100644 --- a/clients/client-kafka/src/commands/RebootBrokerCommand.ts +++ b/clients/client-kafka/src/commands/RebootBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts index 49ce0d8be787..78e52444de17 100644 --- a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { RejectClientVpcConnectionRequest, RejectClientVpcConnectionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/TagResourceCommand.ts b/clients/client-kafka/src/commands/TagResourceCommand.ts index a44c99e8e67d..692fc14db3a2 100644 --- a/clients/client-kafka/src/commands/TagResourceCommand.ts +++ b/clients/client-kafka/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UntagResourceCommand.ts b/clients/client-kafka/src/commands/UntagResourceCommand.ts index 93fafa114e56..05d94b4dae90 100644 --- a/clients/client-kafka/src/commands/UntagResourceCommand.ts +++ b/clients/client-kafka/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts index 8f95ff706e9e..6c94f7be7392 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts index a3210f8db793..0299c65fbdff 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts index 8a854fd23d0a..8d1da675279a 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts index 19962857d345..ac571b563672 100644 --- a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts index a40e8c830934..6ce443dad676 100644 --- a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts index dc6428dd72af..f7d22a52a2e2 100644 --- a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts index 8b4c9359e27d..89b8038c41dd 100644 --- a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts index eeca881f9549..f819a7c458d4 100644 --- a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts +++ b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts index 780408ff3cc1..65baef112d11 100644 --- a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/commands/UpdateStorageCommand.ts b/clients/client-kafka/src/commands/UpdateStorageCommand.ts index 23e185808329..5901facae1e0 100644 --- a/clients/client-kafka/src/commands/UpdateStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0"; diff --git a/clients/client-kafka/src/endpoint/EndpointParameters.ts b/clients/client-kafka/src/endpoint/EndpointParameters.ts index 85400baf9e40..702bf42e6256 100644 --- a/clients/client-kafka/src/endpoint/EndpointParameters.ts +++ b/clients/client-kafka/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kafka/src/endpoint/endpointResolver.ts b/clients/client-kafka/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kafka/src/endpoint/endpointResolver.ts +++ b/clients/client-kafka/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kafka/src/endpoint/ruleset.ts b/clients/client-kafka/src/endpoint/ruleset.ts index 41c364119ef4..1526f7330d7a 100644 --- a/clients/client-kafka/src/endpoint/ruleset.ts +++ b/clients/client-kafka/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kafka/src/models/KafkaServiceException.ts b/clients/client-kafka/src/models/KafkaServiceException.ts index 3c80a0e80439..5747e7c3a637 100644 --- a/clients/client-kafka/src/models/KafkaServiceException.ts +++ b/clients/client-kafka/src/models/KafkaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kafka/src/models/models_0.ts b/clients/client-kafka/src/models/models_0.ts index ab463e769591..4397ccefdde6 100644 --- a/clients/client-kafka/src/models/models_0.ts +++ b/clients/client-kafka/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KafkaServiceException as __BaseException } from "./KafkaServiceException"; diff --git a/clients/client-kafka/src/pagination/Interfaces.ts b/clients/client-kafka/src/pagination/Interfaces.ts index e160c3321798..384397b3f029 100644 --- a/clients/client-kafka/src/pagination/Interfaces.ts +++ b/clients/client-kafka/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KafkaClient } from "../KafkaClient"; diff --git a/clients/client-kafka/src/pagination/ListClientVpcConnectionsPaginator.ts b/clients/client-kafka/src/pagination/ListClientVpcConnectionsPaginator.ts index 0f6619774c9c..82f408960647 100644 --- a/clients/client-kafka/src/pagination/ListClientVpcConnectionsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListClientVpcConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClientVpcConnectionsCommand, diff --git a/clients/client-kafka/src/pagination/ListClusterOperationsPaginator.ts b/clients/client-kafka/src/pagination/ListClusterOperationsPaginator.ts index dabf33e42cc0..5c9f8a4f6291 100644 --- a/clients/client-kafka/src/pagination/ListClusterOperationsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListClusterOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClusterOperationsCommand, diff --git a/clients/client-kafka/src/pagination/ListClustersPaginator.ts b/clients/client-kafka/src/pagination/ListClustersPaginator.ts index 2b42c2355a80..b80027c92fef 100644 --- a/clients/client-kafka/src/pagination/ListClustersPaginator.ts +++ b/clients/client-kafka/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-kafka/src/pagination/ListClustersV2Paginator.ts b/clients/client-kafka/src/pagination/ListClustersV2Paginator.ts index d8e71338ef84..34cc7a386bd0 100644 --- a/clients/client-kafka/src/pagination/ListClustersV2Paginator.ts +++ b/clients/client-kafka/src/pagination/ListClustersV2Paginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersV2Command, diff --git a/clients/client-kafka/src/pagination/ListConfigurationRevisionsPaginator.ts b/clients/client-kafka/src/pagination/ListConfigurationRevisionsPaginator.ts index cc642a23b08b..fdfdd6d1f61e 100644 --- a/clients/client-kafka/src/pagination/ListConfigurationRevisionsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListConfigurationRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConfigurationRevisionsCommand, diff --git a/clients/client-kafka/src/pagination/ListConfigurationsPaginator.ts b/clients/client-kafka/src/pagination/ListConfigurationsPaginator.ts index 1395b64af9af..c041322070ec 100644 --- a/clients/client-kafka/src/pagination/ListConfigurationsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConfigurationsCommand, diff --git a/clients/client-kafka/src/pagination/ListKafkaVersionsPaginator.ts b/clients/client-kafka/src/pagination/ListKafkaVersionsPaginator.ts index 6f69bd4cb546..7dbda64c231b 100644 --- a/clients/client-kafka/src/pagination/ListKafkaVersionsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListKafkaVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKafkaVersionsCommand, diff --git a/clients/client-kafka/src/pagination/ListNodesPaginator.ts b/clients/client-kafka/src/pagination/ListNodesPaginator.ts index 96f1fbf4066a..d200b17b2917 100644 --- a/clients/client-kafka/src/pagination/ListNodesPaginator.ts +++ b/clients/client-kafka/src/pagination/ListNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNodesCommand, ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand"; import { KafkaClient } from "../KafkaClient"; diff --git a/clients/client-kafka/src/pagination/ListScramSecretsPaginator.ts b/clients/client-kafka/src/pagination/ListScramSecretsPaginator.ts index 7d9ca070e1ad..95219fb2f10e 100644 --- a/clients/client-kafka/src/pagination/ListScramSecretsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListScramSecretsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScramSecretsCommand, diff --git a/clients/client-kafka/src/pagination/ListVpcConnectionsPaginator.ts b/clients/client-kafka/src/pagination/ListVpcConnectionsPaginator.ts index d4faf4c93847..0e4750055a66 100644 --- a/clients/client-kafka/src/pagination/ListVpcConnectionsPaginator.ts +++ b/clients/client-kafka/src/pagination/ListVpcConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVpcConnectionsCommand, diff --git a/clients/client-kafka/src/protocols/Aws_restJson1.ts b/clients/client-kafka/src/protocols/Aws_restJson1.ts index a8b91dbbdc94..bc98871ec778 100644 --- a/clients/client-kafka/src/protocols/Aws_restJson1.ts +++ b/clients/client-kafka/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchAssociateScramSecretCommandInput, diff --git a/clients/client-kafka/src/runtimeConfig.browser.ts b/clients/client-kafka/src/runtimeConfig.browser.ts index 962c4f6e0b90..992d03192484 100644 --- a/clients/client-kafka/src/runtimeConfig.browser.ts +++ b/clients/client-kafka/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KafkaClientConfig } from "./KafkaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kafka/src/runtimeConfig.shared.ts b/clients/client-kafka/src/runtimeConfig.shared.ts index ddb4af4b9554..72b4de23eef7 100644 --- a/clients/client-kafka/src/runtimeConfig.shared.ts +++ b/clients/client-kafka/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KafkaClientConfig } from "./KafkaClient"; diff --git a/clients/client-kafka/src/runtimeConfig.ts b/clients/client-kafka/src/runtimeConfig.ts index 8d5e1db64f83..eb3203fb7147 100644 --- a/clients/client-kafka/src/runtimeConfig.ts +++ b/clients/client-kafka/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KafkaClientConfig } from "./KafkaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json index 515263bbb0e4..1cdc6e22a171 100644 --- a/clients/client-kafkaconnect/package.json +++ b/clients/client-kafkaconnect/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kafkaconnect/src/KafkaConnect.ts b/clients/client-kafkaconnect/src/KafkaConnect.ts index 3f60c9099599..b261eae95c4e 100644 --- a/clients/client-kafkaconnect/src/KafkaConnect.ts +++ b/clients/client-kafkaconnect/src/KafkaConnect.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateConnectorCommand, diff --git a/clients/client-kafkaconnect/src/KafkaConnectClient.ts b/clients/client-kafkaconnect/src/KafkaConnectClient.ts index ef8a6d3595be..73e35e5fef99 100644 --- a/clients/client-kafkaconnect/src/KafkaConnectClient.ts +++ b/clients/client-kafkaconnect/src/KafkaConnectClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand"; @@ -129,7 +127,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -238,7 +236,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts index 1d1554726db7..a9116de42058 100644 --- a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { diff --git a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts index 453aa8b24159..93d178f5c71c 100644 --- a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { CreateCustomPluginRequest, CreateCustomPluginResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts index e0abba271f99..d1f535685404 100644 --- a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { diff --git a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts index f4fbbe08c14b..ddf18b69cbfd 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { DeleteConnectorRequest, DeleteConnectorResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts index 0ae11a8c92ce..be568c0f8f0c 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { DeleteCustomPluginRequest, DeleteCustomPluginResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts index e5f96b481727..e61079bbdfc3 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { diff --git a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts index 4a9732380176..e13ab11a6f88 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { DescribeCustomPluginRequest, DescribeCustomPluginResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts index 69c38ff74f6a..3ec452f8c9b9 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { diff --git a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts index f1290e32d2c3..6a64464c6107 100644 --- a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts index 1a525647e361..6b156bbf4614 100644 --- a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { ListCustomPluginsRequest, ListCustomPluginsResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts index e29655df0714..1e3667bde058 100644 --- a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { ListWorkerConfigurationsRequest, ListWorkerConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts index c44b8d9b769c..96ce2394d750 100644 --- a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient"; import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0"; diff --git a/clients/client-kafkaconnect/src/endpoint/EndpointParameters.ts b/clients/client-kafkaconnect/src/endpoint/EndpointParameters.ts index 4b770b94702c..35dc6ceec112 100644 --- a/clients/client-kafkaconnect/src/endpoint/EndpointParameters.ts +++ b/clients/client-kafkaconnect/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kafkaconnect/src/endpoint/endpointResolver.ts b/clients/client-kafkaconnect/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kafkaconnect/src/endpoint/endpointResolver.ts +++ b/clients/client-kafkaconnect/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kafkaconnect/src/endpoint/ruleset.ts b/clients/client-kafkaconnect/src/endpoint/ruleset.ts index 93bf903d28ae..2df2b5f53573 100644 --- a/clients/client-kafkaconnect/src/endpoint/ruleset.ts +++ b/clients/client-kafkaconnect/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts b/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts index cb7f6b8f2399..e55858d9fa31 100644 --- a/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts +++ b/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kafkaconnect/src/models/models_0.ts b/clients/client-kafkaconnect/src/models/models_0.ts index 2ac2186fbf7e..db36ac0cea2c 100644 --- a/clients/client-kafkaconnect/src/models/models_0.ts +++ b/clients/client-kafkaconnect/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { KafkaConnectServiceException as __BaseException } from "./KafkaConnectServiceException"; diff --git a/clients/client-kafkaconnect/src/pagination/Interfaces.ts b/clients/client-kafkaconnect/src/pagination/Interfaces.ts index 245901eca560..99d47eae6474 100644 --- a/clients/client-kafkaconnect/src/pagination/Interfaces.ts +++ b/clients/client-kafkaconnect/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KafkaConnectClient } from "../KafkaConnectClient"; diff --git a/clients/client-kafkaconnect/src/pagination/ListConnectorsPaginator.ts b/clients/client-kafkaconnect/src/pagination/ListConnectorsPaginator.ts index f258464111a7..f51d7d3b3e91 100644 --- a/clients/client-kafkaconnect/src/pagination/ListConnectorsPaginator.ts +++ b/clients/client-kafkaconnect/src/pagination/ListConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConnectorsCommand, diff --git a/clients/client-kafkaconnect/src/pagination/ListCustomPluginsPaginator.ts b/clients/client-kafkaconnect/src/pagination/ListCustomPluginsPaginator.ts index d9541509d542..49a5f5dd1e9c 100644 --- a/clients/client-kafkaconnect/src/pagination/ListCustomPluginsPaginator.ts +++ b/clients/client-kafkaconnect/src/pagination/ListCustomPluginsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomPluginsCommand, diff --git a/clients/client-kafkaconnect/src/pagination/ListWorkerConfigurationsPaginator.ts b/clients/client-kafkaconnect/src/pagination/ListWorkerConfigurationsPaginator.ts index 10fee5b35185..07d8eedfde14 100644 --- a/clients/client-kafkaconnect/src/pagination/ListWorkerConfigurationsPaginator.ts +++ b/clients/client-kafkaconnect/src/pagination/ListWorkerConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkerConfigurationsCommand, diff --git a/clients/client-kafkaconnect/src/protocols/Aws_restJson1.ts b/clients/client-kafkaconnect/src/protocols/Aws_restJson1.ts index 913617dcf3e4..1e5c908b10d5 100644 --- a/clients/client-kafkaconnect/src/protocols/Aws_restJson1.ts +++ b/clients/client-kafkaconnect/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand"; import { CreateCustomPluginCommandInput, CreateCustomPluginCommandOutput } from "../commands/CreateCustomPluginCommand"; diff --git a/clients/client-kafkaconnect/src/runtimeConfig.browser.ts b/clients/client-kafkaconnect/src/runtimeConfig.browser.ts index deadd405ceaf..c8b4c77a125f 100644 --- a/clients/client-kafkaconnect/src/runtimeConfig.browser.ts +++ b/clients/client-kafkaconnect/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KafkaConnectClientConfig } from "./KafkaConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kafkaconnect/src/runtimeConfig.shared.ts b/clients/client-kafkaconnect/src/runtimeConfig.shared.ts index 8222fc57fd5a..75eabf55b23d 100644 --- a/clients/client-kafkaconnect/src/runtimeConfig.shared.ts +++ b/clients/client-kafkaconnect/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KafkaConnectClientConfig } from "./KafkaConnectClient"; diff --git a/clients/client-kafkaconnect/src/runtimeConfig.ts b/clients/client-kafkaconnect/src/runtimeConfig.ts index 2f2c20a11774..6b548e2b69d9 100644 --- a/clients/client-kafkaconnect/src/runtimeConfig.ts +++ b/clients/client-kafkaconnect/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KafkaConnectClientConfig } from "./KafkaConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kendra-ranking/package.json b/clients/client-kendra-ranking/package.json index 35945969cb65..5bd70c87cc09 100644 --- a/clients/client-kendra-ranking/package.json +++ b/clients/client-kendra-ranking/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-kendra-ranking/src/KendraRanking.ts b/clients/client-kendra-ranking/src/KendraRanking.ts index 30d7a123bfbb..a9ecc46e78d5 100644 --- a/clients/client-kendra-ranking/src/KendraRanking.ts +++ b/clients/client-kendra-ranking/src/KendraRanking.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateRescoreExecutionPlanCommand, diff --git a/clients/client-kendra-ranking/src/KendraRankingClient.ts b/clients/client-kendra-ranking/src/KendraRankingClient.ts index 3c949068e444..c39484f9cab5 100644 --- a/clients/client-kendra-ranking/src/KendraRankingClient.ts +++ b/clients/client-kendra-ranking/src/KendraRankingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -126,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -235,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts index 881cf2cbc3ab..425e4f697a88 100644 --- a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { CreateRescoreExecutionPlanRequest, CreateRescoreExecutionPlanResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts index 69625abc416b..d5e08f028af9 100644 --- a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { DeleteRescoreExecutionPlanRequest } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts index cb2599ad4a93..c69918e6fec0 100644 --- a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { DescribeRescoreExecutionPlanRequest, DescribeRescoreExecutionPlanResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts index 32760f10adf5..0bdf1871e719 100644 --- a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { ListRescoreExecutionPlansRequest, ListRescoreExecutionPlansResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts index a2d93d2e5f81..35746c83b0a4 100644 --- a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts index 47e2941d338e..d347c3a4d274 100644 --- a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts +++ b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { RescoreRequest, RescoreResult } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts index 1f0c629aabfa..07acb84c2cbb 100644 --- a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts index 4ff0bdfcd6b0..f58c5bf943f0 100644 --- a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts index d8a963e54ddd..8c196563698f 100644 --- a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraRankingClient"; import { UpdateRescoreExecutionPlanRequest } from "../models/models_0"; diff --git a/clients/client-kendra-ranking/src/endpoint/EndpointParameters.ts b/clients/client-kendra-ranking/src/endpoint/EndpointParameters.ts index 3dd66bac69ee..eb9c654c99db 100644 --- a/clients/client-kendra-ranking/src/endpoint/EndpointParameters.ts +++ b/clients/client-kendra-ranking/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kendra-ranking/src/endpoint/endpointResolver.ts b/clients/client-kendra-ranking/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kendra-ranking/src/endpoint/endpointResolver.ts +++ b/clients/client-kendra-ranking/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kendra-ranking/src/endpoint/ruleset.ts b/clients/client-kendra-ranking/src/endpoint/ruleset.ts index 4cd1860daf2b..89454052fc1e 100644 --- a/clients/client-kendra-ranking/src/endpoint/ruleset.ts +++ b/clients/client-kendra-ranking/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts b/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts index 4aad138d60c9..9051c13722df 100644 --- a/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts +++ b/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kendra-ranking/src/models/models_0.ts b/clients/client-kendra-ranking/src/models/models_0.ts index 46bacafaf2a4..223633e508fa 100644 --- a/clients/client-kendra-ranking/src/models/models_0.ts +++ b/clients/client-kendra-ranking/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KendraRankingServiceException as __BaseException } from "./KendraRankingServiceException"; diff --git a/clients/client-kendra-ranking/src/pagination/Interfaces.ts b/clients/client-kendra-ranking/src/pagination/Interfaces.ts index 9975f5cef993..63690412be2e 100644 --- a/clients/client-kendra-ranking/src/pagination/Interfaces.ts +++ b/clients/client-kendra-ranking/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KendraRankingClient } from "../KendraRankingClient"; diff --git a/clients/client-kendra-ranking/src/pagination/ListRescoreExecutionPlansPaginator.ts b/clients/client-kendra-ranking/src/pagination/ListRescoreExecutionPlansPaginator.ts index 5c00819d78ee..1f5c2978c203 100644 --- a/clients/client-kendra-ranking/src/pagination/ListRescoreExecutionPlansPaginator.ts +++ b/clients/client-kendra-ranking/src/pagination/ListRescoreExecutionPlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRescoreExecutionPlansCommand, diff --git a/clients/client-kendra-ranking/src/protocols/Aws_json1_0.ts b/clients/client-kendra-ranking/src/protocols/Aws_json1_0.ts index e4882fc50113..4a14ce55fc09 100644 --- a/clients/client-kendra-ranking/src/protocols/Aws_json1_0.ts +++ b/clients/client-kendra-ranking/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-kendra-ranking/src/runtimeConfig.browser.ts b/clients/client-kendra-ranking/src/runtimeConfig.browser.ts index 20a42477d9a0..266c108229c2 100644 --- a/clients/client-kendra-ranking/src/runtimeConfig.browser.ts +++ b/clients/client-kendra-ranking/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KendraRankingClientConfig } from "./KendraRankingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kendra-ranking/src/runtimeConfig.shared.ts b/clients/client-kendra-ranking/src/runtimeConfig.shared.ts index 2749dd8b4bca..1e80c8753f24 100644 --- a/clients/client-kendra-ranking/src/runtimeConfig.shared.ts +++ b/clients/client-kendra-ranking/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KendraRankingClientConfig } from "./KendraRankingClient"; diff --git a/clients/client-kendra-ranking/src/runtimeConfig.ts b/clients/client-kendra-ranking/src/runtimeConfig.ts index 76f816bebf9b..a6273e057337 100644 --- a/clients/client-kendra-ranking/src/runtimeConfig.ts +++ b/clients/client-kendra-ranking/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KendraRankingClientConfig } from "./KendraRankingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index 3761221fbfe9..f22845649093 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-kendra/src/Kendra.ts b/clients/client-kendra/src/Kendra.ts index 92019b1e91c6..34be842272c9 100644 --- a/clients/client-kendra/src/Kendra.ts +++ b/clients/client-kendra/src/Kendra.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateEntitiesToExperienceCommand, diff --git a/clients/client-kendra/src/KendraClient.ts b/clients/client-kendra/src/KendraClient.ts index ba8b6272618a..a56db10ded5e 100644 --- a/clients/client-kendra/src/KendraClient.ts +++ b/clients/client-kendra/src/KendraClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -381,7 +379,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -490,7 +488,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts index 43a9075d2d7f..d6b5f39bc162 100644 --- a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts +++ b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { AssociateEntitiesToExperienceRequest, AssociateEntitiesToExperienceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts index affda41d524e..770ec95d640f 100644 --- a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts index 210d2cb321a3..02516bd15c92 100644 --- a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts index 313d11805549..ab1426e3e64e 100644 --- a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { BatchDeleteFeaturedResultsSetRequest, BatchDeleteFeaturedResultsSetResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts index a7398a588f82..13e8212d3558 100644 --- a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts +++ b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts index 025d81bc0779..7dc11a5a7014 100644 --- a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts index 0b9c8aebb21e..b3daaa86c63e 100644 --- a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ClearQuerySuggestionsRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts index 01fdacf84aa4..ba27d7eee32f 100644 --- a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts index a62d6b8e4053..5d9b3ecc7952 100644 --- a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateExperienceCommand.ts b/clients/client-kendra/src/commands/CreateExperienceCommand.ts index 6deb38017830..4c75bd2d30e5 100644 --- a/clients/client-kendra/src/commands/CreateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/CreateExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateFaqCommand.ts b/clients/client-kendra/src/commands/CreateFaqCommand.ts index c8016718e369..383d8978b203 100644 --- a/clients/client-kendra/src/commands/CreateFaqCommand.ts +++ b/clients/client-kendra/src/commands/CreateFaqCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateFaqRequest, CreateFaqResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts index 9e18193f4606..98fcb1cfe482 100644 --- a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateFeaturedResultsSetRequest, CreateFeaturedResultsSetResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateIndexCommand.ts b/clients/client-kendra/src/commands/CreateIndexCommand.ts index 23bf3b167ce4..22c38ea1e0ed 100644 --- a/clients/client-kendra/src/commands/CreateIndexCommand.ts +++ b/clients/client-kendra/src/commands/CreateIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateIndexRequest, CreateIndexRequestFilterSensitiveLog, CreateIndexResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts index dec555f40d47..cabf552632d2 100644 --- a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateQuerySuggestionsBlockListRequest, CreateQuerySuggestionsBlockListResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts index 8f5d3155adf6..ab5cc768b22e 100644 --- a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { CreateThesaurusRequest, CreateThesaurusResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts index d8428e93c912..1850ca267a2a 100644 --- a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteAccessControlConfigurationRequest, DeleteAccessControlConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts index 65f8b8d3a9ac..ecbef97a0762 100644 --- a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteDataSourceRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts index 9ea314883e5d..57f5f7867b4b 100644 --- a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteExperienceRequest, DeleteExperienceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteFaqCommand.ts b/clients/client-kendra/src/commands/DeleteFaqCommand.ts index 86324fa078b0..1f56c2cdf9e7 100644 --- a/clients/client-kendra/src/commands/DeleteFaqCommand.ts +++ b/clients/client-kendra/src/commands/DeleteFaqCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteFaqRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteIndexCommand.ts b/clients/client-kendra/src/commands/DeleteIndexCommand.ts index d759580af685..bfe73587fd90 100644 --- a/clients/client-kendra/src/commands/DeleteIndexCommand.ts +++ b/clients/client-kendra/src/commands/DeleteIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteIndexRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts index 3f8b0b186e15..f53ba1c94507 100644 --- a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeletePrincipalMappingRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts index a6576a5ce2dc..6e5eac349833 100644 --- a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteQuerySuggestionsBlockListRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts index de8c84a6b8e8..f2147b0c76ff 100644 --- a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DeleteThesaurusRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts index fb21bfc647d0..6590339e610f 100644 --- a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { diff --git a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts index 5ba611b84094..a8d2888cc5a0 100644 --- a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts index 087f7a22a318..7f4781703714 100644 --- a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeFaqCommand.ts b/clients/client-kendra/src/commands/DescribeFaqCommand.ts index 5533ae0e131f..287b56a9ce7a 100644 --- a/clients/client-kendra/src/commands/DescribeFaqCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFaqCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts index 9978c5e4b3f3..cf4975ac2420 100644 --- a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeFeaturedResultsSetRequest, DescribeFeaturedResultsSetResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeIndexCommand.ts b/clients/client-kendra/src/commands/DescribeIndexCommand.ts index 4115749caece..9742d4c88e22 100644 --- a/clients/client-kendra/src/commands/DescribeIndexCommand.ts +++ b/clients/client-kendra/src/commands/DescribeIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { diff --git a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts index 0238d8574a48..43dde941b4dd 100644 --- a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribePrincipalMappingRequest, DescribePrincipalMappingResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts index 096eff5db7cf..0f21592d7a33 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts index 0813b07f7c03..b0c3d8f174c1 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeQuerySuggestionsConfigRequest, DescribeQuerySuggestionsConfigResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts index b549c2c23c77..1e017530e095 100644 --- a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DescribeThesaurusRequest, DescribeThesaurusResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts index c0a1e4e92b56..8376996da10d 100644 --- a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { diff --git a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts index a31e3bac683a..76743fac30d9 100644 --- a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { DisassociatePersonasFromEntitiesRequest, DisassociatePersonasFromEntitiesResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts index b7b9e05635d3..bf2fc27d6469 100644 --- a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { GetQuerySuggestionsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts index b500d714bddd..b7bc741265b2 100644 --- a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts +++ b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts index 3ff955718cf5..a8e94dcd2f53 100644 --- a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts +++ b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListAccessControlConfigurationsRequest, ListAccessControlConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts index f0d9f327254b..b287f4893637 100644 --- a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts index b12aaaf52ff2..3a60329240c9 100644 --- a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts index 1cb2f3c3142a..4c6ebf83d703 100644 --- a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts +++ b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts index ccdab7c788a2..e273752dc3aa 100644 --- a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { diff --git a/clients/client-kendra/src/commands/ListExperiencesCommand.ts b/clients/client-kendra/src/commands/ListExperiencesCommand.ts index a9e763b2c6bd..371b87540df0 100644 --- a/clients/client-kendra/src/commands/ListExperiencesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperiencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListFaqsCommand.ts b/clients/client-kendra/src/commands/ListFaqsCommand.ts index e38adfee1037..8e3dc014046d 100644 --- a/clients/client-kendra/src/commands/ListFaqsCommand.ts +++ b/clients/client-kendra/src/commands/ListFaqsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts index b847cfe70e87..d7f669899439 100644 --- a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts +++ b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListFeaturedResultsSetsRequest, ListFeaturedResultsSetsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts index 08520eebac34..a6ad70cb6503 100644 --- a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts +++ b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListGroupsOlderThanOrderingIdRequest, ListGroupsOlderThanOrderingIdResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListIndicesCommand.ts b/clients/client-kendra/src/commands/ListIndicesCommand.ts index beca4ff72276..b98f304e8e93 100644 --- a/clients/client-kendra/src/commands/ListIndicesCommand.ts +++ b/clients/client-kendra/src/commands/ListIndicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts index 07ed203b77a3..c9919d976225 100644 --- a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts +++ b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListQuerySuggestionsBlockListsRequest, ListQuerySuggestionsBlockListsResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts index d2d5b88666f4..9d86783bcb79 100644 --- a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/ListThesauriCommand.ts b/clients/client-kendra/src/commands/ListThesauriCommand.ts index 32e08553bc23..f42651a27d93 100644 --- a/clients/client-kendra/src/commands/ListThesauriCommand.ts +++ b/clients/client-kendra/src/commands/ListThesauriCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { ListThesauriRequest, ListThesauriResponse } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts index a60b0207d304..c0361c624c1c 100644 --- a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { PutPrincipalMappingRequest } from "../models/models_0"; diff --git a/clients/client-kendra/src/commands/QueryCommand.ts b/clients/client-kendra/src/commands/QueryCommand.ts index cbee4fa21e3d..36bdbe0c90ce 100644 --- a/clients/client-kendra/src/commands/QueryCommand.ts +++ b/clients/client-kendra/src/commands/QueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { QueryRequest, QueryResult } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/RetrieveCommand.ts b/clients/client-kendra/src/commands/RetrieveCommand.ts index 58a432b79baa..ef6bcce306d4 100644 --- a/clients/client-kendra/src/commands/RetrieveCommand.ts +++ b/clients/client-kendra/src/commands/RetrieveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { RetrieveRequest, RetrieveResult } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts index f2d3d7ba44f6..538a961839c5 100644 --- a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts index cbe30c9c7962..375d17c8e3c0 100644 --- a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { StopDataSourceSyncJobRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts index d1d83e69c3fb..3d4096401d3f 100644 --- a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { SubmitFeedbackRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/TagResourceCommand.ts b/clients/client-kendra/src/commands/TagResourceCommand.ts index 8f3e1588458b..d888bd2a1f74 100644 --- a/clients/client-kendra/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UntagResourceCommand.ts b/clients/client-kendra/src/commands/UntagResourceCommand.ts index cf444901d620..2a5301aba8d4 100644 --- a/clients/client-kendra/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts index 64477be0ffbb..0c2cfe89bc54 100644 --- a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts index ca25c39bfa73..a091475f2801 100644 --- a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateDataSourceRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts index 8990b9a50650..2bc1ce97d8fb 100644 --- a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateExperienceRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts index 47f3a04cadd9..c5e66e34ccac 100644 --- a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateFeaturedResultsSetRequest, UpdateFeaturedResultsSetResponse } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateIndexCommand.ts b/clients/client-kendra/src/commands/UpdateIndexCommand.ts index 79f8e8787326..97a1c723cb37 100644 --- a/clients/client-kendra/src/commands/UpdateIndexCommand.ts +++ b/clients/client-kendra/src/commands/UpdateIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateIndexRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts index 6a639a5d018a..c969c543002a 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateQuerySuggestionsBlockListRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts index eb97b78849a6..b1026dcbe13b 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateQuerySuggestionsConfigRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts index 70aabad44fea..1e026a2feab8 100644 --- a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient"; import { UpdateThesaurusRequest } from "../models/models_1"; diff --git a/clients/client-kendra/src/endpoint/EndpointParameters.ts b/clients/client-kendra/src/endpoint/EndpointParameters.ts index 13ded8d75e80..dfcb469769ce 100644 --- a/clients/client-kendra/src/endpoint/EndpointParameters.ts +++ b/clients/client-kendra/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kendra/src/endpoint/endpointResolver.ts b/clients/client-kendra/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kendra/src/endpoint/endpointResolver.ts +++ b/clients/client-kendra/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kendra/src/endpoint/ruleset.ts b/clients/client-kendra/src/endpoint/ruleset.ts index 5ea3ce6c5b43..0beb78c87a01 100644 --- a/clients/client-kendra/src/endpoint/ruleset.ts +++ b/clients/client-kendra/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kendra/src/models/KendraServiceException.ts b/clients/client-kendra/src/models/KendraServiceException.ts index 3c7beec083a1..e0165e36e4f5 100644 --- a/clients/client-kendra/src/models/KendraServiceException.ts +++ b/clients/client-kendra/src/models/KendraServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kendra/src/models/models_0.ts b/clients/client-kendra/src/models/models_0.ts index 4073932dfd4f..48f98235d728 100644 --- a/clients/client-kendra/src/models/models_0.ts +++ b/clients/client-kendra/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { KendraServiceException as __BaseException } from "./KendraServiceException"; diff --git a/clients/client-kendra/src/models/models_1.ts b/clients/client-kendra/src/models/models_1.ts index 6a40dc5db1bc..7357f96fb057 100644 --- a/clients/client-kendra/src/models/models_1.ts +++ b/clients/client-kendra/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KendraServiceException as __BaseException } from "./KendraServiceException"; import { diff --git a/clients/client-kendra/src/pagination/GetSnapshotsPaginator.ts b/clients/client-kendra/src/pagination/GetSnapshotsPaginator.ts index 30ecc494a52e..76136de63636 100644 --- a/clients/client-kendra/src/pagination/GetSnapshotsPaginator.ts +++ b/clients/client-kendra/src/pagination/GetSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSnapshotsCommand, diff --git a/clients/client-kendra/src/pagination/Interfaces.ts b/clients/client-kendra/src/pagination/Interfaces.ts index a2b672806c69..6a6be3dd7f6d 100644 --- a/clients/client-kendra/src/pagination/Interfaces.ts +++ b/clients/client-kendra/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KendraClient } from "../KendraClient"; diff --git a/clients/client-kendra/src/pagination/ListAccessControlConfigurationsPaginator.ts b/clients/client-kendra/src/pagination/ListAccessControlConfigurationsPaginator.ts index 590031999846..a3f584d8b407 100644 --- a/clients/client-kendra/src/pagination/ListAccessControlConfigurationsPaginator.ts +++ b/clients/client-kendra/src/pagination/ListAccessControlConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessControlConfigurationsCommand, diff --git a/clients/client-kendra/src/pagination/ListDataSourceSyncJobsPaginator.ts b/clients/client-kendra/src/pagination/ListDataSourceSyncJobsPaginator.ts index b8149722650f..cdeba2385690 100644 --- a/clients/client-kendra/src/pagination/ListDataSourceSyncJobsPaginator.ts +++ b/clients/client-kendra/src/pagination/ListDataSourceSyncJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSourceSyncJobsCommand, diff --git a/clients/client-kendra/src/pagination/ListDataSourcesPaginator.ts b/clients/client-kendra/src/pagination/ListDataSourcesPaginator.ts index 21578a33d7c0..f80958ef1951 100644 --- a/clients/client-kendra/src/pagination/ListDataSourcesPaginator.ts +++ b/clients/client-kendra/src/pagination/ListDataSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSourcesCommand, diff --git a/clients/client-kendra/src/pagination/ListEntityPersonasPaginator.ts b/clients/client-kendra/src/pagination/ListEntityPersonasPaginator.ts index 16ebda1db14e..c579b47e6e16 100644 --- a/clients/client-kendra/src/pagination/ListEntityPersonasPaginator.ts +++ b/clients/client-kendra/src/pagination/ListEntityPersonasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntityPersonasCommand, diff --git a/clients/client-kendra/src/pagination/ListExperienceEntitiesPaginator.ts b/clients/client-kendra/src/pagination/ListExperienceEntitiesPaginator.ts index 4ca8b85eee91..19386b148f83 100644 --- a/clients/client-kendra/src/pagination/ListExperienceEntitiesPaginator.ts +++ b/clients/client-kendra/src/pagination/ListExperienceEntitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperienceEntitiesCommand, diff --git a/clients/client-kendra/src/pagination/ListExperiencesPaginator.ts b/clients/client-kendra/src/pagination/ListExperiencesPaginator.ts index 30d3fcdc1871..ab0a9e1b6c5f 100644 --- a/clients/client-kendra/src/pagination/ListExperiencesPaginator.ts +++ b/clients/client-kendra/src/pagination/ListExperiencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperiencesCommand, diff --git a/clients/client-kendra/src/pagination/ListFaqsPaginator.ts b/clients/client-kendra/src/pagination/ListFaqsPaginator.ts index 1ad35d1e165b..c5d6496cf644 100644 --- a/clients/client-kendra/src/pagination/ListFaqsPaginator.ts +++ b/clients/client-kendra/src/pagination/ListFaqsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFaqsCommand, ListFaqsCommandInput, ListFaqsCommandOutput } from "../commands/ListFaqsCommand"; import { KendraClient } from "../KendraClient"; diff --git a/clients/client-kendra/src/pagination/ListGroupsOlderThanOrderingIdPaginator.ts b/clients/client-kendra/src/pagination/ListGroupsOlderThanOrderingIdPaginator.ts index eb2e8955f00f..3ab0404c338b 100644 --- a/clients/client-kendra/src/pagination/ListGroupsOlderThanOrderingIdPaginator.ts +++ b/clients/client-kendra/src/pagination/ListGroupsOlderThanOrderingIdPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsOlderThanOrderingIdCommand, diff --git a/clients/client-kendra/src/pagination/ListIndicesPaginator.ts b/clients/client-kendra/src/pagination/ListIndicesPaginator.ts index 6698bc4406ac..55105d01a74d 100644 --- a/clients/client-kendra/src/pagination/ListIndicesPaginator.ts +++ b/clients/client-kendra/src/pagination/ListIndicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIndicesCommand, ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand"; import { KendraClient } from "../KendraClient"; diff --git a/clients/client-kendra/src/pagination/ListQuerySuggestionsBlockListsPaginator.ts b/clients/client-kendra/src/pagination/ListQuerySuggestionsBlockListsPaginator.ts index 3fd5377676c8..58ee72a948b6 100644 --- a/clients/client-kendra/src/pagination/ListQuerySuggestionsBlockListsPaginator.ts +++ b/clients/client-kendra/src/pagination/ListQuerySuggestionsBlockListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQuerySuggestionsBlockListsCommand, diff --git a/clients/client-kendra/src/pagination/ListThesauriPaginator.ts b/clients/client-kendra/src/pagination/ListThesauriPaginator.ts index c356e85ee2f8..53782f80f912 100644 --- a/clients/client-kendra/src/pagination/ListThesauriPaginator.ts +++ b/clients/client-kendra/src/pagination/ListThesauriPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThesauriCommand, diff --git a/clients/client-kendra/src/protocols/Aws_json1_1.ts b/clients/client-kendra/src/protocols/Aws_json1_1.ts index b31f79c0f7bf..4d7c5d8a4e48 100644 --- a/clients/client-kendra/src/protocols/Aws_json1_1.ts +++ b/clients/client-kendra/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,14 +15,14 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-kendra/src/runtimeConfig.browser.ts b/clients/client-kendra/src/runtimeConfig.browser.ts index ec89fec75786..de0f69b6f872 100644 --- a/clients/client-kendra/src/runtimeConfig.browser.ts +++ b/clients/client-kendra/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KendraClientConfig } from "./KendraClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kendra/src/runtimeConfig.shared.ts b/clients/client-kendra/src/runtimeConfig.shared.ts index 91ea44f8f856..4f7d23f86e78 100644 --- a/clients/client-kendra/src/runtimeConfig.shared.ts +++ b/clients/client-kendra/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KendraClientConfig } from "./KendraClient"; diff --git a/clients/client-kendra/src/runtimeConfig.ts b/clients/client-kendra/src/runtimeConfig.ts index d7af6298b720..147e6cb4854f 100644 --- a/clients/client-kendra/src/runtimeConfig.ts +++ b/clients/client-kendra/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KendraClientConfig } from "./KendraClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-keyspaces/package.json b/clients/client-keyspaces/package.json index 300280dd70ce..f8b443f2a8f0 100644 --- a/clients/client-keyspaces/package.json +++ b/clients/client-keyspaces/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-keyspaces/src/Keyspaces.ts b/clients/client-keyspaces/src/Keyspaces.ts index ab24cde90553..52d35eaed011 100644 --- a/clients/client-keyspaces/src/Keyspaces.ts +++ b/clients/client-keyspaces/src/Keyspaces.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateKeyspaceCommand, diff --git a/clients/client-keyspaces/src/KeyspacesClient.ts b/clients/client-keyspaces/src/KeyspacesClient.ts index 047830279ff0..5c0bfd7bc750 100644 --- a/clients/client-keyspaces/src/KeyspacesClient.ts +++ b/clients/client-keyspaces/src/KeyspacesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput } from "./commands/CreateKeyspaceCommand"; @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts index 37ac92906c58..c4563084f36d 100644 --- a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { CreateKeyspaceRequest, CreateKeyspaceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/CreateTableCommand.ts b/clients/client-keyspaces/src/commands/CreateTableCommand.ts index 7620d66c5cae..605e8ac7bd01 100644 --- a/clients/client-keyspaces/src/commands/CreateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { CreateTableRequest, CreateTableResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts index 7f762bcf0da7..95e288057d33 100644 --- a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { DeleteKeyspaceRequest, DeleteKeyspaceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts index ab7a3df35e9a..68bb5f09924a 100644 --- a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { DeleteTableRequest, DeleteTableResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts index 3dfb88569c35..ba7b53d0b1dc 100644 --- a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { GetKeyspaceRequest, GetKeyspaceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/GetTableCommand.ts b/clients/client-keyspaces/src/commands/GetTableCommand.ts index 37d13e6fed87..cf46222369d8 100644 --- a/clients/client-keyspaces/src/commands/GetTableCommand.ts +++ b/clients/client-keyspaces/src/commands/GetTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { GetTableRequest, GetTableResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts index 0448636eebb5..3b7dfdd6dc50 100644 --- a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { ListKeyspacesRequest, ListKeyspacesResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/ListTablesCommand.ts b/clients/client-keyspaces/src/commands/ListTablesCommand.ts index 4422d53deebc..5e96c5eeb64f 100644 --- a/clients/client-keyspaces/src/commands/ListTablesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts index ca826ec18b9e..3b915afd5049 100644 --- a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts index d2fc1469de14..163075d7da40 100644 --- a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts +++ b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { RestoreTableRequest, RestoreTableResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/TagResourceCommand.ts b/clients/client-keyspaces/src/commands/TagResourceCommand.ts index 6cb2d4876ec2..26ca3bda185f 100644 --- a/clients/client-keyspaces/src/commands/TagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts index d8897fa57c11..88c3059b4735 100644 --- a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts index 627b79ef7975..e3c755420fec 100644 --- a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient"; import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0"; diff --git a/clients/client-keyspaces/src/endpoint/EndpointParameters.ts b/clients/client-keyspaces/src/endpoint/EndpointParameters.ts index 838219ca0ba3..b86c3dbad946 100644 --- a/clients/client-keyspaces/src/endpoint/EndpointParameters.ts +++ b/clients/client-keyspaces/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-keyspaces/src/endpoint/endpointResolver.ts b/clients/client-keyspaces/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-keyspaces/src/endpoint/endpointResolver.ts +++ b/clients/client-keyspaces/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-keyspaces/src/endpoint/ruleset.ts b/clients/client-keyspaces/src/endpoint/ruleset.ts index d51e76f55015..10923afe369c 100644 --- a/clients/client-keyspaces/src/endpoint/ruleset.ts +++ b/clients/client-keyspaces/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-keyspaces/src/models/KeyspacesServiceException.ts b/clients/client-keyspaces/src/models/KeyspacesServiceException.ts index d759e912c8af..23805be59e43 100644 --- a/clients/client-keyspaces/src/models/KeyspacesServiceException.ts +++ b/clients/client-keyspaces/src/models/KeyspacesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-keyspaces/src/models/models_0.ts b/clients/client-keyspaces/src/models/models_0.ts index df5cd9020ddd..37668dbfd998 100644 --- a/clients/client-keyspaces/src/models/models_0.ts +++ b/clients/client-keyspaces/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KeyspacesServiceException as __BaseException } from "./KeyspacesServiceException"; diff --git a/clients/client-keyspaces/src/pagination/Interfaces.ts b/clients/client-keyspaces/src/pagination/Interfaces.ts index 1563ee48b748..9f447dea1cb2 100644 --- a/clients/client-keyspaces/src/pagination/Interfaces.ts +++ b/clients/client-keyspaces/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KeyspacesClient } from "../KeyspacesClient"; diff --git a/clients/client-keyspaces/src/pagination/ListKeyspacesPaginator.ts b/clients/client-keyspaces/src/pagination/ListKeyspacesPaginator.ts index 9cd1257e2301..f05bf9a01ae1 100644 --- a/clients/client-keyspaces/src/pagination/ListKeyspacesPaginator.ts +++ b/clients/client-keyspaces/src/pagination/ListKeyspacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeyspacesCommand, diff --git a/clients/client-keyspaces/src/pagination/ListTablesPaginator.ts b/clients/client-keyspaces/src/pagination/ListTablesPaginator.ts index e447eda05024..96c5441d50f4 100644 --- a/clients/client-keyspaces/src/pagination/ListTablesPaginator.ts +++ b/clients/client-keyspaces/src/pagination/ListTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTablesCommand, ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand"; import { KeyspacesClient } from "../KeyspacesClient"; diff --git a/clients/client-keyspaces/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-keyspaces/src/pagination/ListTagsForResourcePaginator.ts index d8e202a1cade..139d38a115d0 100644 --- a/clients/client-keyspaces/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-keyspaces/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-keyspaces/src/protocols/Aws_json1_0.ts b/clients/client-keyspaces/src/protocols/Aws_json1_0.ts index 5f2415b79d22..dcacbac79661 100644 --- a/clients/client-keyspaces/src/protocols/Aws_json1_0.ts +++ b/clients/client-keyspaces/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput } from "../commands/CreateKeyspaceCommand"; import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand"; diff --git a/clients/client-keyspaces/src/runtimeConfig.browser.ts b/clients/client-keyspaces/src/runtimeConfig.browser.ts index b158b973f7f9..7fca4d7f2b2b 100644 --- a/clients/client-keyspaces/src/runtimeConfig.browser.ts +++ b/clients/client-keyspaces/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KeyspacesClientConfig } from "./KeyspacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-keyspaces/src/runtimeConfig.shared.ts b/clients/client-keyspaces/src/runtimeConfig.shared.ts index 38f2a894c117..9ad90c497bcf 100644 --- a/clients/client-keyspaces/src/runtimeConfig.shared.ts +++ b/clients/client-keyspaces/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KeyspacesClientConfig } from "./KeyspacesClient"; diff --git a/clients/client-keyspaces/src/runtimeConfig.ts b/clients/client-keyspaces/src/runtimeConfig.ts index b53b84f345d1..03a9249fd88d 100644 --- a/clients/client-keyspaces/src/runtimeConfig.ts +++ b/clients/client-keyspaces/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KeyspacesClientConfig } from "./KeyspacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index 16110dfe169a..ae444ba775b6 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2.ts b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2.ts index 7d6f5e61ed18..78505d2415a9 100644 --- a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2.ts +++ b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddApplicationCloudWatchLoggingOptionCommand, diff --git a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts index 2fc2d5337091..ea260c4e1192 100644 --- a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts +++ b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -243,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -352,7 +350,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 241077621347..7fd187d8cf82 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts index ace25134675f..2abbe1139e69 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 4c8793e467c0..e301aed383dd 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts index 42030c5428f4..83d18714f82f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts index 51d7fcc1e649..0fd6ee2b83ac 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts index c57c4d1e0302..76bce9151c68 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts index 98b6d5a96eb3..acd42c80d2a1 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts index 0e4a1dc35838..37c9fbac1432 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts index 2efb34fcfbca..46ab1911bf2e 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index f3ccc70cf951..a1c9b4408c17 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts index 291319569db0..da55cad5e2ba 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index bbf3e1b8eb9e..6fd8d33fefbf 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts index b0dd0b58b5d3..6b46b9915be8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index fc421e117b0e..d27843d3f50f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts index 36a7cae8a140..5f3c6780d304 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts index 4103380f9c35..639d135cb6a8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts index b4073fc9fe62..d76b22078a3b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts index 4b5258997edc..e24836b440bb 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts index 0409f6e28d05..8feaf26d2911 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts index bb1e89368abe..41454ef49223 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts index 35545ced0c66..1b08e4129930 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts index 48dfdbc3bd9d..80715dde6b00 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts index 6a52f9560be3..e6b3f5b055f8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts index 8c49e87f2cda..dab0699e0e65 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts index 1a733ed842ae..2137adfda539 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts index e65e678cf167..e778b9bcd406 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts index c85c9ad34200..c9f5c5ee5722 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts index 35700a7d2cd6..a697f32e3e5f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts index 55c05827ae82..a64cbb5c83c9 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts index 6a76f86a0d7d..7c39073d1955 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts index c53c5202b3b8..dbd6481d0896 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsV2ClientResolvedConfig, diff --git a/clients/client-kinesis-analytics-v2/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-analytics-v2/src/endpoint/EndpointParameters.ts index 76324f6adf74..5b341a0654d0 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-analytics-v2/src/endpoint/endpointResolver.ts b/clients/client-kinesis-analytics-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-analytics-v2/src/endpoint/ruleset.ts b/clients/client-kinesis-analytics-v2/src/endpoint/ruleset.ts index 3ecc27267616..a8803059c0b8 100644 --- a/clients/client-kinesis-analytics-v2/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-analytics-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts b/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts index d00f9a7d2f7d..33d4e6764927 100644 --- a/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts +++ b/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-analytics-v2/src/models/models_0.ts b/clients/client-kinesis-analytics-v2/src/models/models_0.ts index 8850e2dfcd06..5408b7088ba7 100644 --- a/clients/client-kinesis-analytics-v2/src/models/models_0.ts +++ b/clients/client-kinesis-analytics-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisAnalyticsV2ServiceException as __BaseException } from "./KinesisAnalyticsV2ServiceException"; diff --git a/clients/client-kinesis-analytics-v2/src/protocols/Aws_json1_1.ts b/clients/client-kinesis-analytics-v2/src/protocols/Aws_json1_1.ts index 25e57645273f..e58371e2cb71 100644 --- a/clients/client-kinesis-analytics-v2/src/protocols/Aws_json1_1.ts +++ b/clients/client-kinesis-analytics-v2/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddApplicationCloudWatchLoggingOptionCommandInput, diff --git a/clients/client-kinesis-analytics-v2/src/runtimeConfig.browser.ts b/clients/client-kinesis-analytics-v2/src/runtimeConfig.browser.ts index 049c75cf5935..0807f46f411f 100644 --- a/clients/client-kinesis-analytics-v2/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-analytics-v2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisAnalyticsV2ClientConfig } from "./KinesisAnalyticsV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-analytics-v2/src/runtimeConfig.shared.ts b/clients/client-kinesis-analytics-v2/src/runtimeConfig.shared.ts index 3dd984987427..2219e536553c 100644 --- a/clients/client-kinesis-analytics-v2/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-analytics-v2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisAnalyticsV2ClientConfig } from "./KinesisAnalyticsV2Client"; diff --git a/clients/client-kinesis-analytics-v2/src/runtimeConfig.ts b/clients/client-kinesis-analytics-v2/src/runtimeConfig.ts index 60ce5d977542..87c7a40fc772 100644 --- a/clients/client-kinesis-analytics-v2/src/runtimeConfig.ts +++ b/clients/client-kinesis-analytics-v2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisAnalyticsV2ClientConfig } from "./KinesisAnalyticsV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index a93a329de47a..8c53015c6551 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-analytics/src/KinesisAnalytics.ts b/clients/client-kinesis-analytics/src/KinesisAnalytics.ts index 0cbd669cb94e..f5074fc5a202 100644 --- a/clients/client-kinesis-analytics/src/KinesisAnalytics.ts +++ b/clients/client-kinesis-analytics/src/KinesisAnalytics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddApplicationCloudWatchLoggingOptionCommand, diff --git a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts index b200d732e02a..2cce34c27ef7 100644 --- a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts +++ b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -177,7 +175,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -286,7 +284,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index e6e0ab398a81..1f0ec51b541b 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts index 56fa3bca54f8..c0a3469b02f5 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 2552274a38d4..e5fe3750cdf7 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts index 27b193cb2f24..1c1258c01a5b 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts index b45642c8b677..70db3494898e 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts index 8d3f3401d9ff..ea8a08a203f7 100644 --- a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index 3fa485b990b3..070f6ad1065e 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts index 92eeaff4c294..badd068c52ea 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index de9de687c277..60c766ed613e 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts index a7eb0ce57a50..d5241a22b9e6 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index 1c7efa273cd4..f06536689096 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { diff --git a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts index c882e144de98..95ee071b2ef4 100644 --- a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts index 5ff41830b64d..79a81af7e15b 100644 --- a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts index 99507287c402..5cee2af5bbe9 100644 --- a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts index 8fee0a271e63..8e7492fa95f8 100644 --- a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts index a85fb2158631..d4328379e54d 100644 --- a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts index bf1b23367260..69c2d543f814 100644 --- a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts index 9782bf83fae2..2986340f3fb4 100644 --- a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts index 64433364f69a..3243f8ecdffe 100644 --- a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts index d168c048ab21..e0575ef6c660 100644 --- a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsClient"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-kinesis-analytics/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-analytics/src/endpoint/EndpointParameters.ts index 76324f6adf74..5b341a0654d0 100644 --- a/clients/client-kinesis-analytics/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-analytics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-analytics/src/endpoint/endpointResolver.ts b/clients/client-kinesis-analytics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-analytics/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-analytics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-analytics/src/endpoint/ruleset.ts b/clients/client-kinesis-analytics/src/endpoint/ruleset.ts index 8d8030a298c1..58745c3e2eac 100644 --- a/clients/client-kinesis-analytics/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-analytics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts b/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts index 2248df92b633..33ffcc301b53 100644 --- a/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts +++ b/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-analytics/src/models/models_0.ts b/clients/client-kinesis-analytics/src/models/models_0.ts index 658425cf5c2f..f3ccedcb8c6c 100644 --- a/clients/client-kinesis-analytics/src/models/models_0.ts +++ b/clients/client-kinesis-analytics/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException"; diff --git a/clients/client-kinesis-analytics/src/protocols/Aws_json1_1.ts b/clients/client-kinesis-analytics/src/protocols/Aws_json1_1.ts index 2842079a0a4c..2ebb32aaeff1 100644 --- a/clients/client-kinesis-analytics/src/protocols/Aws_json1_1.ts +++ b/clients/client-kinesis-analytics/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddApplicationCloudWatchLoggingOptionCommandInput, diff --git a/clients/client-kinesis-analytics/src/runtimeConfig.browser.ts b/clients/client-kinesis-analytics/src/runtimeConfig.browser.ts index 7a9011a2d671..a198544c1225 100644 --- a/clients/client-kinesis-analytics/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-analytics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-analytics/src/runtimeConfig.shared.ts b/clients/client-kinesis-analytics/src/runtimeConfig.shared.ts index 7a53a1c71dd4..5c9b1ff50fe6 100644 --- a/clients/client-kinesis-analytics/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-analytics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient"; diff --git a/clients/client-kinesis-analytics/src/runtimeConfig.ts b/clients/client-kinesis-analytics/src/runtimeConfig.ts index 2d7e1bbb3147..1654290eade9 100644 --- a/clients/client-kinesis-analytics/src/runtimeConfig.ts +++ b/clients/client-kinesis-analytics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisAnalyticsClientConfig } from "./KinesisAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index d74c7542daed..73ffdc61f7e6 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMedia.ts b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMedia.ts index 7eb574a77e36..6c5f3f069b35 100644 --- a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMedia.ts +++ b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMedia.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetClipCommand, GetClipCommandInput, GetClipCommandOutput } from "./commands/GetClipCommand"; import { diff --git a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts index f05a98fbf897..de82967ccd01 100644 --- a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts +++ b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetClipCommandInput, GetClipCommandOutput } from "./commands/GetClipCommand"; @@ -109,7 +107,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -218,7 +216,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts index be00a6e68f13..7859249db3b9 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts index 3190e0aab791..8ed610020c01 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts index 713493626039..ed93e3153c13 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts index 27e0b081463d..fd59e499409c 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts index f91955b5b18a..c73f2b1adf5b 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts index 6c9593d25186..6d793f026a35 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoArchivedMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-archived-media/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-video-archived-media/src/endpoint/EndpointParameters.ts index 9197478e4e3d..76700aedb160 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-video-archived-media/src/endpoint/endpointResolver.ts b/clients/client-kinesis-video-archived-media/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-video-archived-media/src/endpoint/ruleset.ts b/clients/client-kinesis-video-archived-media/src/endpoint/ruleset.ts index a69ba2aa0a3b..470de5c246f1 100644 --- a/clients/client-kinesis-video-archived-media/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-video-archived-media/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts b/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts index 818c83e6370e..1859f68f1a59 100644 --- a/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts +++ b/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-video-archived-media/src/models/models_0.ts b/clients/client-kinesis-video-archived-media/src/models/models_0.ts index 9ba2522eebf1..58558ec25900 100644 --- a/clients/client-kinesis-video-archived-media/src/models/models_0.ts +++ b/clients/client-kinesis-video-archived-media/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { KinesisVideoArchivedMediaServiceException as __BaseException } from "./KinesisVideoArchivedMediaServiceException"; diff --git a/clients/client-kinesis-video-archived-media/src/protocols/Aws_restJson1.ts b/clients/client-kinesis-video-archived-media/src/protocols/Aws_restJson1.ts index fe157893426f..fe6cf1f76fb6 100644 --- a/clients/client-kinesis-video-archived-media/src/protocols/Aws_restJson1.ts +++ b/clients/client-kinesis-video-archived-media/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,13 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetClipCommandInput, GetClipCommandOutput } from "../commands/GetClipCommand"; import { diff --git a/clients/client-kinesis-video-archived-media/src/runtimeConfig.browser.ts b/clients/client-kinesis-video-archived-media/src/runtimeConfig.browser.ts index 6250cf022e5b..ba8c3ed60a3e 100644 --- a/clients/client-kinesis-video-archived-media/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-video-archived-media/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-video-archived-media/src/runtimeConfig.shared.ts b/clients/client-kinesis-video-archived-media/src/runtimeConfig.shared.ts index 18dd31e6dbd1..055430ce1b03 100644 --- a/clients/client-kinesis-video-archived-media/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-video-archived-media/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient"; diff --git a/clients/client-kinesis-video-archived-media/src/runtimeConfig.ts b/clients/client-kinesis-video-archived-media/src/runtimeConfig.ts index 1a5e45120d7c..d81d167cf858 100644 --- a/clients/client-kinesis-video-archived-media/src/runtimeConfig.ts +++ b/clients/client-kinesis-video-archived-media/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoArchivedMediaClientConfig } from "./KinesisVideoArchivedMediaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index b8e5d99e8e4f..992cc48fb2f5 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-video-media/src/KinesisVideoMedia.ts b/clients/client-kinesis-video-media/src/KinesisVideoMedia.ts index 1f11da3a0309..554e72030670 100644 --- a/clients/client-kinesis-video-media/src/KinesisVideoMedia.ts +++ b/clients/client-kinesis-video-media/src/KinesisVideoMedia.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetMediaCommand, GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand"; import { KinesisVideoMediaClient, KinesisVideoMediaClientConfig } from "./KinesisVideoMediaClient"; diff --git a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts index 16d35d0f9f59..363e0e817c32 100644 --- a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts +++ b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand"; @@ -83,7 +81,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts index fca194d26a91..8b1f8ef893ac 100644 --- a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts +++ b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { KinesisVideoMediaClientResolvedConfig, diff --git a/clients/client-kinesis-video-media/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-video-media/src/endpoint/EndpointParameters.ts index 9197478e4e3d..76700aedb160 100644 --- a/clients/client-kinesis-video-media/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-video-media/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-video-media/src/endpoint/endpointResolver.ts b/clients/client-kinesis-video-media/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-video-media/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-video-media/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-video-media/src/endpoint/ruleset.ts b/clients/client-kinesis-video-media/src/endpoint/ruleset.ts index 0629cfc97c28..fb5d235512fb 100644 --- a/clients/client-kinesis-video-media/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-video-media/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts b/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts index a9ce4146b67b..3de7045436ec 100644 --- a/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts +++ b/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-video-media/src/models/models_0.ts b/clients/client-kinesis-video-media/src/models/models_0.ts index 0fae6e7bb6a5..2e7e45133f15 100644 --- a/clients/client-kinesis-video-media/src/models/models_0.ts +++ b/clients/client-kinesis-video-media/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { KinesisVideoMediaServiceException as __BaseException } from "./KinesisVideoMediaServiceException"; diff --git a/clients/client-kinesis-video-media/src/protocols/Aws_restJson1.ts b/clients/client-kinesis-video-media/src/protocols/Aws_restJson1.ts index a4f589c00c92..f0cbc41d9976 100644 --- a/clients/client-kinesis-video-media/src/protocols/Aws_restJson1.ts +++ b/clients/client-kinesis-video-media/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,13 +8,13 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMediaCommandInput, GetMediaCommandOutput } from "../commands/GetMediaCommand"; import { KinesisVideoMediaServiceException as __BaseException } from "../models/KinesisVideoMediaServiceException"; diff --git a/clients/client-kinesis-video-media/src/runtimeConfig.browser.ts b/clients/client-kinesis-video-media/src/runtimeConfig.browser.ts index faaf7d116df7..13cdbbf59b3d 100644 --- a/clients/client-kinesis-video-media/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-video-media/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoMediaClientConfig } from "./KinesisVideoMediaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-video-media/src/runtimeConfig.shared.ts b/clients/client-kinesis-video-media/src/runtimeConfig.shared.ts index b6fe4a6d2a3e..0e78616a3321 100644 --- a/clients/client-kinesis-video-media/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-video-media/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisVideoMediaClientConfig } from "./KinesisVideoMediaClient"; diff --git a/clients/client-kinesis-video-media/src/runtimeConfig.ts b/clients/client-kinesis-video-media/src/runtimeConfig.ts index 9a6046a237bd..4a5d9630f9da 100644 --- a/clients/client-kinesis-video-media/src/runtimeConfig.ts +++ b/clients/client-kinesis-video-media/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoMediaClientConfig } from "./KinesisVideoMediaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index 530968e08a71..8eae1a7d76bc 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-video-signaling/src/KinesisVideoSignaling.ts b/clients/client-kinesis-video-signaling/src/KinesisVideoSignaling.ts index 8a701f94d740..f90fa0102853 100644 --- a/clients/client-kinesis-video-signaling/src/KinesisVideoSignaling.ts +++ b/clients/client-kinesis-video-signaling/src/KinesisVideoSignaling.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetIceServerConfigCommand, diff --git a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts index 92e286664924..1ef61314e7f5 100644 --- a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts +++ b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,13 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { - getOmitRetryHeadersPlugin, - getRetryPlugin, - resolveRetryConfig, - RetryInputConfig, - RetryResolvedConfig, -} from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -29,32 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { + getOmitRetryHeadersPlugin, + getRetryPlugin, + resolveRetryConfig, + RetryInputConfig, + RetryResolvedConfig, +} from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetIceServerConfigCommandInput, GetIceServerConfigCommandOutput } from "./commands/GetIceServerConfigCommand"; @@ -92,7 +90,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts index c3b9d0c39306..3d4146339e32 100644 --- a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoSignalingClientResolvedConfig, diff --git a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts index 7501e1bf66ad..40d26e0e9bf8 100644 --- a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoSignalingClientResolvedConfig, diff --git a/clients/client-kinesis-video-signaling/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-video-signaling/src/endpoint/EndpointParameters.ts index 9197478e4e3d..76700aedb160 100644 --- a/clients/client-kinesis-video-signaling/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-video-signaling/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-video-signaling/src/endpoint/endpointResolver.ts b/clients/client-kinesis-video-signaling/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-video-signaling/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-video-signaling/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-video-signaling/src/endpoint/ruleset.ts b/clients/client-kinesis-video-signaling/src/endpoint/ruleset.ts index 0452c390a77c..a23b6fcc037f 100644 --- a/clients/client-kinesis-video-signaling/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-video-signaling/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts b/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts index 66106b816c59..bde659a15282 100644 --- a/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts +++ b/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-video-signaling/src/models/models_0.ts b/clients/client-kinesis-video-signaling/src/models/models_0.ts index bc33be6cba5b..dbdaf46f79f9 100644 --- a/clients/client-kinesis-video-signaling/src/models/models_0.ts +++ b/clients/client-kinesis-video-signaling/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisVideoSignalingServiceException as __BaseException } from "./KinesisVideoSignalingServiceException"; diff --git a/clients/client-kinesis-video-signaling/src/protocols/Aws_restJson1.ts b/clients/client-kinesis-video-signaling/src/protocols/Aws_restJson1.ts index 9257fd139a6e..414ebf910732 100644 --- a/clients/client-kinesis-video-signaling/src/protocols/Aws_restJson1.ts +++ b/clients/client-kinesis-video-signaling/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIceServerConfigCommandInput, GetIceServerConfigCommandOutput } from "../commands/GetIceServerConfigCommand"; import { diff --git a/clients/client-kinesis-video-signaling/src/runtimeConfig.browser.ts b/clients/client-kinesis-video-signaling/src/runtimeConfig.browser.ts index 3bf986710c45..8ff89255d8fb 100644 --- a/clients/client-kinesis-video-signaling/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-video-signaling/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoSignalingClientConfig } from "./KinesisVideoSignalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-video-signaling/src/runtimeConfig.shared.ts b/clients/client-kinesis-video-signaling/src/runtimeConfig.shared.ts index edac6600cc30..01f044b77c3b 100644 --- a/clients/client-kinesis-video-signaling/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-video-signaling/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisVideoSignalingClientConfig } from "./KinesisVideoSignalingClient"; diff --git a/clients/client-kinesis-video-signaling/src/runtimeConfig.ts b/clients/client-kinesis-video-signaling/src/runtimeConfig.ts index 804e1bd6e664..442445b239b1 100644 --- a/clients/client-kinesis-video-signaling/src/runtimeConfig.ts +++ b/clients/client-kinesis-video-signaling/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoSignalingClientConfig } from "./KinesisVideoSignalingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-video-webrtc-storage/package.json b/clients/client-kinesis-video-webrtc-storage/package.json index 4dd808ab2055..98dee0d69b70 100644 --- a/clients/client-kinesis-video-webrtc-storage/package.json +++ b/clients/client-kinesis-video-webrtc-storage/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorage.ts b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorage.ts index c6fd099ffc67..d0fc290df3f7 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorage.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorage.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { JoinStorageSessionCommand, diff --git a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts index 9b0a472bad19..6a573a5764f3 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput } from "./commands/JoinStorageSessionCommand"; @@ -82,7 +80,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -191,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts index 97ae69ac2e30..3cf40ddb677b 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoWebRTCStorageClientResolvedConfig, diff --git a/clients/client-kinesis-video-webrtc-storage/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-video-webrtc-storage/src/endpoint/EndpointParameters.ts index 8904d8add615..94551814b4a2 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-video-webrtc-storage/src/endpoint/endpointResolver.ts b/clients/client-kinesis-video-webrtc-storage/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-video-webrtc-storage/src/endpoint/ruleset.ts b/clients/client-kinesis-video-webrtc-storage/src/endpoint/ruleset.ts index 2a77a863cb7b..ad276a355d83 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts b/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts index 0888a65e764c..59fc111f0fed 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-video-webrtc-storage/src/models/models_0.ts b/clients/client-kinesis-video-webrtc-storage/src/models/models_0.ts index 55087d8eca89..4b43790d578f 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/models/models_0.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisVideoWebRTCStorageServiceException as __BaseException } from "./KinesisVideoWebRTCStorageServiceException"; diff --git a/clients/client-kinesis-video-webrtc-storage/src/protocols/Aws_restJson1.ts b/clients/client-kinesis-video-webrtc-storage/src/protocols/Aws_restJson1.ts index 0f43432920af..d5c0f446116e 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/protocols/Aws_restJson1.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,10 +8,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JoinStorageSessionCommandInput, JoinStorageSessionCommandOutput } from "../commands/JoinStorageSessionCommand"; import { KinesisVideoWebRTCStorageServiceException as __BaseException } from "../models/KinesisVideoWebRTCStorageServiceException"; diff --git a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.browser.ts b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.browser.ts index 34a0af7a74f7..37fb371ce5b6 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoWebRTCStorageClientConfig } from "./KinesisVideoWebRTCStorageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.shared.ts b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.shared.ts index dfb317aec7c2..cc21bba411ae 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisVideoWebRTCStorageClientConfig } from "./KinesisVideoWebRTCStorageClient"; diff --git a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.ts b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.ts index 6b23ca0088ab..7a9f7c6aa7a9 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoWebRTCStorageClientConfig } from "./KinesisVideoWebRTCStorageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index c74ab7521e56..21bc287a02fe 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis-video/src/KinesisVideo.ts b/clients/client-kinesis-video/src/KinesisVideo.ts index 6b2ca745a957..e421cd8d9f93 100644 --- a/clients/client-kinesis-video/src/KinesisVideo.ts +++ b/clients/client-kinesis-video/src/KinesisVideo.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateSignalingChannelCommand, diff --git a/clients/client-kinesis-video/src/KinesisVideoClient.ts b/clients/client-kinesis-video/src/KinesisVideoClient.ts index 2a50e0569735..65cb59767e65 100644 --- a/clients/client-kinesis-video/src/KinesisVideoClient.ts +++ b/clients/client-kinesis-video/src/KinesisVideoClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -228,7 +226,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -337,7 +335,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts index 4e637343961c..3a368871fdb1 100644 --- a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts index 201204f42caf..3b688ad43475 100644 --- a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { CreateStreamInput, CreateStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts index 39695b3d6f40..f631482ad04c 100644 --- a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts index f7be9f39cffe..1cc741713d37 100644 --- a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts index b378736409c2..a797f96d62e9 100644 --- a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts index fbbbd8632978..34ffff14379a 100644 --- a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { diff --git a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts index 1b38387939f7..f7f911624ec8 100644 --- a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { diff --git a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts index b5a9cd3a8deb..177a9a78c7a8 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { diff --git a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts index 7a2267bf4dd4..a2d0b3dffd07 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DescribeMediaStorageConfigurationInput, DescribeMediaStorageConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts index 93094e79d411..1b0f58332fcc 100644 --- a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DescribeNotificationConfigurationInput, DescribeNotificationConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts index f01086dbbb36..dafef83074f1 100644 --- a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts index 35b1a649a5dd..6d1af3b4ab74 100644 --- a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts index 5f7ec0ee229a..b9de10eddfea 100644 --- a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts index 602269235bae..3e0f1db7fcdf 100644 --- a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { GetSignalingChannelEndpointInput, GetSignalingChannelEndpointOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts index 6f8bbfcaeb3d..2fa31e42e504 100644 --- a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { diff --git a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts index dd737aa5d53a..71074e3343e8 100644 --- a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts index c06319018d08..928799a6ce82 100644 --- a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts index 3bed3290f0d9..96d2ad4dd23e 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts index 2fb87dc91af4..2ba8e520d288 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts index c678476ca801..aa87aeecd93b 100644 --- a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts +++ b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { diff --git a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts index 81b7982b7f76..bc1c59f0d20a 100644 --- a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts index b97c563a98cc..c14050871bf2 100644 --- a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { TagStreamInput, TagStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts index a920e6a9d063..eab35d903202 100644 --- a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts index 2630bc5619d9..a2633693c2fd 100644 --- a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UntagStreamInput, UntagStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts index 921f120bcd81..2041f554879b 100644 --- a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts index 891dadc5d147..1091a244cee3 100644 --- a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateImageGenerationConfigurationInput, UpdateImageGenerationConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts index a76210977220..8d2cbe08a1b8 100644 --- a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateMediaStorageConfigurationInput, UpdateMediaStorageConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts index 658999246eb1..2a33b015c80c 100644 --- a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateNotificationConfigurationInput, UpdateNotificationConfigurationOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts index 89164bce0761..1379fb2ced82 100644 --- a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateSignalingChannelInput, UpdateSignalingChannelOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts index cec5f687d60d..f5d064f12fb2 100644 --- a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient"; import { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis-video/src/endpoint/EndpointParameters.ts b/clients/client-kinesis-video/src/endpoint/EndpointParameters.ts index 9197478e4e3d..76700aedb160 100644 --- a/clients/client-kinesis-video/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis-video/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis-video/src/endpoint/endpointResolver.ts b/clients/client-kinesis-video/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis-video/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis-video/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis-video/src/endpoint/ruleset.ts b/clients/client-kinesis-video/src/endpoint/ruleset.ts index 2b65c45b09e4..784e4735c74d 100644 --- a/clients/client-kinesis-video/src/endpoint/ruleset.ts +++ b/clients/client-kinesis-video/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts b/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts index 7d3c72b36c52..a29509ef456e 100644 --- a/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts +++ b/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis-video/src/models/models_0.ts b/clients/client-kinesis-video/src/models/models_0.ts index 47d8376f21db..d518604af39f 100644 --- a/clients/client-kinesis-video/src/models/models_0.ts +++ b/clients/client-kinesis-video/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { KinesisVideoServiceException as __BaseException } from "./KinesisVideoServiceException"; diff --git a/clients/client-kinesis-video/src/pagination/DescribeMappedResourceConfigurationPaginator.ts b/clients/client-kinesis-video/src/pagination/DescribeMappedResourceConfigurationPaginator.ts index 49703777af23..c29723b32dd4 100644 --- a/clients/client-kinesis-video/src/pagination/DescribeMappedResourceConfigurationPaginator.ts +++ b/clients/client-kinesis-video/src/pagination/DescribeMappedResourceConfigurationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMappedResourceConfigurationCommand, diff --git a/clients/client-kinesis-video/src/pagination/Interfaces.ts b/clients/client-kinesis-video/src/pagination/Interfaces.ts index ff9011764fa2..c327d73b1371 100644 --- a/clients/client-kinesis-video/src/pagination/Interfaces.ts +++ b/clients/client-kinesis-video/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KinesisVideoClient } from "../KinesisVideoClient"; diff --git a/clients/client-kinesis-video/src/pagination/ListEdgeAgentConfigurationsPaginator.ts b/clients/client-kinesis-video/src/pagination/ListEdgeAgentConfigurationsPaginator.ts index 2a63ebaf9b4d..ebb69143798c 100644 --- a/clients/client-kinesis-video/src/pagination/ListEdgeAgentConfigurationsPaginator.ts +++ b/clients/client-kinesis-video/src/pagination/ListEdgeAgentConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEdgeAgentConfigurationsCommand, diff --git a/clients/client-kinesis-video/src/pagination/ListSignalingChannelsPaginator.ts b/clients/client-kinesis-video/src/pagination/ListSignalingChannelsPaginator.ts index d3079c12bc6f..9123c98e574d 100644 --- a/clients/client-kinesis-video/src/pagination/ListSignalingChannelsPaginator.ts +++ b/clients/client-kinesis-video/src/pagination/ListSignalingChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSignalingChannelsCommand, diff --git a/clients/client-kinesis-video/src/pagination/ListStreamsPaginator.ts b/clients/client-kinesis-video/src/pagination/ListStreamsPaginator.ts index 55a647b39ef3..0ec388a5bbe1 100644 --- a/clients/client-kinesis-video/src/pagination/ListStreamsPaginator.ts +++ b/clients/client-kinesis-video/src/pagination/ListStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamsCommand, ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand"; import { KinesisVideoClient } from "../KinesisVideoClient"; diff --git a/clients/client-kinesis-video/src/protocols/Aws_restJson1.ts b/clients/client-kinesis-video/src/protocols/Aws_restJson1.ts index 80513e084ead..32521c01c5d1 100644 --- a/clients/client-kinesis-video/src/protocols/Aws_restJson1.ts +++ b/clients/client-kinesis-video/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSignalingChannelCommandInput, diff --git a/clients/client-kinesis-video/src/runtimeConfig.browser.ts b/clients/client-kinesis-video/src/runtimeConfig.browser.ts index 9c88fb5ff1d4..6fcaa513bd37 100644 --- a/clients/client-kinesis-video/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis-video/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoClientConfig } from "./KinesisVideoClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis-video/src/runtimeConfig.shared.ts b/clients/client-kinesis-video/src/runtimeConfig.shared.ts index 2f4b23d42c42..cdb712628622 100644 --- a/clients/client-kinesis-video/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis-video/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisVideoClientConfig } from "./KinesisVideoClient"; diff --git a/clients/client-kinesis-video/src/runtimeConfig.ts b/clients/client-kinesis-video/src/runtimeConfig.ts index 96de7ce58445..8ed50c765452 100644 --- a/clients/client-kinesis-video/src/runtimeConfig.ts +++ b/clients/client-kinesis-video/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisVideoClientConfig } from "./KinesisVideoClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index 1af661d33159..d7e2d255e7bc 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -23,46 +23,47 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kinesis/src/Kinesis.ts b/clients/client-kinesis/src/Kinesis.ts index 2ccb4dc206f8..537bab1af23f 100644 --- a/clients/client-kinesis/src/Kinesis.ts +++ b/clients/client-kinesis/src/Kinesis.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsToStreamCommand, diff --git a/clients/client-kinesis/src/KinesisClient.ts b/clients/client-kinesis/src/KinesisClient.ts index ce321e2cb598..ac4d76be4e67 100644 --- a/clients/client-kinesis/src/KinesisClient.ts +++ b/clients/client-kinesis/src/KinesisClient.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -15,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -28,33 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, EventStreamSerdeProvider as __EventStreamSerdeProvider, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput } from "./commands/AddTagsToStreamCommand"; @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -324,7 +322,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts index 1a8b22969d77..678d2c4ddd4d 100644 --- a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts +++ b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { AddTagsToStreamInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/CreateStreamCommand.ts b/clients/client-kinesis/src/commands/CreateStreamCommand.ts index acfe1e8316c1..89c968e2c9aa 100644 --- a/clients/client-kinesis/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis/src/commands/CreateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { CreateStreamInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts index ff67f2f7eb65..485111c29460 100644 --- a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DecreaseStreamRetentionPeriodInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts index d4b3a9fc2266..1aca48b088da 100644 --- a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DeleteStreamInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts index 8602f9643330..64937784193d 100644 --- a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DeregisterStreamConsumerInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts index 79f6f0f4c121..3b591f969032 100644 --- a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts index e8ce0d8d2ed5..9bb35068f3e4 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts index 277a5ff05b6b..bd603ab0c649 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DescribeStreamConsumerInput, DescribeStreamConsumerOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts index 275e1665ca29..0d4e6169184d 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DescribeStreamSummaryInput, DescribeStreamSummaryOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts index 6382c5279b33..14520a1836d6 100644 --- a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { DisableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts index e3daf8ac7936..08e55c003b5c 100644 --- a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { EnableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/GetRecordsCommand.ts b/clients/client-kinesis/src/commands/GetRecordsCommand.ts index d5f0c209124b..a57b1bb68113 100644 --- a/clients/client-kinesis/src/commands/GetRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/GetRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { GetRecordsInput, GetRecordsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts index c0489925c375..bdbaa4ef1c6a 100644 --- a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts index e8a2a0d5b836..fd722abb4e0c 100644 --- a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { IncreaseStreamRetentionPeriodInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/ListShardsCommand.ts b/clients/client-kinesis/src/commands/ListShardsCommand.ts index 6dfb44f4b091..bbd7c3af82e8 100644 --- a/clients/client-kinesis/src/commands/ListShardsCommand.ts +++ b/clients/client-kinesis/src/commands/ListShardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { ListShardsInput, ListShardsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts index 1da826696486..136f7f4f9878 100644 --- a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { ListStreamConsumersInput, ListStreamConsumersOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/ListStreamsCommand.ts b/clients/client-kinesis/src/commands/ListStreamsCommand.ts index 06e15a269f85..fe1fdd1516c2 100644 --- a/clients/client-kinesis/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts index 4bd15cc95e41..01ecdb374108 100644 --- a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/MergeShardsCommand.ts b/clients/client-kinesis/src/commands/MergeShardsCommand.ts index 4d2efba95d3f..db4be6cc0847 100644 --- a/clients/client-kinesis/src/commands/MergeShardsCommand.ts +++ b/clients/client-kinesis/src/commands/MergeShardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { MergeShardsInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/PutRecordCommand.ts b/clients/client-kinesis/src/commands/PutRecordCommand.ts index b4f11f910a42..8e88d6b87195 100644 --- a/clients/client-kinesis/src/commands/PutRecordCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { PutRecordInput, PutRecordOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/PutRecordsCommand.ts b/clients/client-kinesis/src/commands/PutRecordsCommand.ts index ebd8db6e2951..50aaa3408df6 100644 --- a/clients/client-kinesis/src/commands/PutRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { PutRecordsInput, PutRecordsOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts index 6bf4554e2208..9c86097a0ccc 100644 --- a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts index 95f200f0ce44..2aec9c87f75e 100644 --- a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts +++ b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { RemoveTagsFromStreamInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/SplitShardCommand.ts b/clients/client-kinesis/src/commands/SplitShardCommand.ts index 514719e97e0a..ad6a4172649c 100644 --- a/clients/client-kinesis/src/commands/SplitShardCommand.ts +++ b/clients/client-kinesis/src/commands/SplitShardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { SplitShardInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts index 3bea08c7b8fd..cec9f04fc595 100644 --- a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { StartStreamEncryptionInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts index 9ef888b13860..c26a2244a58c 100644 --- a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { StopStreamEncryptionInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts index 9bb3fbf2af32..522376bfe752 100644 --- a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts +++ b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { diff --git a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts index b2ec7032fd50..6fee101c7f31 100644 --- a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts index b5229f77421d..f7947de5a994 100644 --- a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient"; import { UpdateStreamModeInput } from "../models/models_0"; diff --git a/clients/client-kinesis/src/endpoint/EndpointParameters.ts b/clients/client-kinesis/src/endpoint/EndpointParameters.ts index 01b4820d6eb8..eaffffa9493e 100644 --- a/clients/client-kinesis/src/endpoint/EndpointParameters.ts +++ b/clients/client-kinesis/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kinesis/src/endpoint/endpointResolver.ts b/clients/client-kinesis/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kinesis/src/endpoint/endpointResolver.ts +++ b/clients/client-kinesis/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kinesis/src/endpoint/ruleset.ts b/clients/client-kinesis/src/endpoint/ruleset.ts index c13d56b9b561..80127fac5870 100644 --- a/clients/client-kinesis/src/endpoint/ruleset.ts +++ b/clients/client-kinesis/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kinesis/src/models/KinesisServiceException.ts b/clients/client-kinesis/src/models/KinesisServiceException.ts index 0e9146eeca71..f09a14489c1f 100644 --- a/clients/client-kinesis/src/models/KinesisServiceException.ts +++ b/clients/client-kinesis/src/models/KinesisServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kinesis/src/models/models_0.ts b/clients/client-kinesis/src/models/models_0.ts index 1b718414ef16..897b3c5155d2 100644 --- a/clients/client-kinesis/src/models/models_0.ts +++ b/clients/client-kinesis/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisServiceException as __BaseException } from "./KinesisServiceException"; diff --git a/clients/client-kinesis/src/pagination/Interfaces.ts b/clients/client-kinesis/src/pagination/Interfaces.ts index 2b1fb26fc0b2..bdccacb8c879 100644 --- a/clients/client-kinesis/src/pagination/Interfaces.ts +++ b/clients/client-kinesis/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KinesisClient } from "../KinesisClient"; diff --git a/clients/client-kinesis/src/pagination/ListStreamConsumersPaginator.ts b/clients/client-kinesis/src/pagination/ListStreamConsumersPaginator.ts index a88d1a3a00de..53dabd439072 100644 --- a/clients/client-kinesis/src/pagination/ListStreamConsumersPaginator.ts +++ b/clients/client-kinesis/src/pagination/ListStreamConsumersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamConsumersCommand, diff --git a/clients/client-kinesis/src/pagination/ListStreamsPaginator.ts b/clients/client-kinesis/src/pagination/ListStreamsPaginator.ts index cb555c162bea..d2f8cc931b07 100644 --- a/clients/client-kinesis/src/pagination/ListStreamsPaginator.ts +++ b/clients/client-kinesis/src/pagination/ListStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamsCommand, ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand"; import { KinesisClient } from "../KinesisClient"; diff --git a/clients/client-kinesis/src/protocols/Aws_json1_1.ts b/clients/client-kinesis/src/protocols/Aws_json1_1.ts index 37b8abc6fb0a..6b666b238de3 100644 --- a/clients/client-kinesis/src/protocols/Aws_json1_1.ts +++ b/clients/client-kinesis/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,14 +13,14 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput } from "../commands/AddTagsToStreamCommand"; import { CreateStreamCommandInput, CreateStreamCommandOutput } from "../commands/CreateStreamCommand"; diff --git a/clients/client-kinesis/src/runtimeConfig.browser.ts b/clients/client-kinesis/src/runtimeConfig.browser.ts index d84494893a67..e9f29a47e88e 100644 --- a/clients/client-kinesis/src/runtimeConfig.browser.ts +++ b/clients/client-kinesis/src/runtimeConfig.browser.ts @@ -3,17 +3,17 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisClientConfig } from "./KinesisClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kinesis/src/runtimeConfig.shared.ts b/clients/client-kinesis/src/runtimeConfig.shared.ts index 5b1fab569bee..c706e2d89c0f 100644 --- a/clients/client-kinesis/src/runtimeConfig.shared.ts +++ b/clients/client-kinesis/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KinesisClientConfig } from "./KinesisClient"; diff --git a/clients/client-kinesis/src/runtimeConfig.ts b/clients/client-kinesis/src/runtimeConfig.ts index 33bc79dc6f9f..8d40d37dcf48 100644 --- a/clients/client-kinesis/src/runtimeConfig.ts +++ b/clients/client-kinesis/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttp2Handler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttp2Handler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KinesisClientConfig } from "./KinesisClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-kinesis/src/waiters/waitForStreamExists.ts b/clients/client-kinesis/src/waiters/waitForStreamExists.ts index 51821878f06f..bfed3c8e7016 100644 --- a/clients/client-kinesis/src/waiters/waitForStreamExists.ts +++ b/clients/client-kinesis/src/waiters/waitForStreamExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeStreamCommand, DescribeStreamCommandInput } from "../commands/DescribeStreamCommand"; import { KinesisClient } from "../KinesisClient"; diff --git a/clients/client-kinesis/src/waiters/waitForStreamNotExists.ts b/clients/client-kinesis/src/waiters/waitForStreamNotExists.ts index 340e692edb75..d00e5590be23 100644 --- a/clients/client-kinesis/src/waiters/waitForStreamNotExists.ts +++ b/clients/client-kinesis/src/waiters/waitForStreamNotExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeStreamCommand, DescribeStreamCommandInput } from "../commands/DescribeStreamCommand"; import { KinesisClient } from "../KinesisClient"; diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index aace15e9ce44..5b69a805fb4d 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-kms/src/KMS.ts b/clients/client-kms/src/KMS.ts index 4bfa68154392..318de932ce1a 100644 --- a/clients/client-kms/src/KMS.ts +++ b/clients/client-kms/src/KMS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelKeyDeletionCommand, diff --git a/clients/client-kms/src/KMSClient.ts b/clients/client-kms/src/KMSClient.ts index a7a67673ef4d..31386146f26c 100644 --- a/clients/client-kms/src/KMSClient.ts +++ b/clients/client-kms/src/KMSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand"; @@ -279,7 +277,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -388,7 +386,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts index 4226eae42c63..ef9247004af1 100644 --- a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { CancelKeyDeletionRequest, CancelKeyDeletionResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts index f670e4d6e6d4..40c8462939ee 100644 --- a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/CreateAliasCommand.ts b/clients/client-kms/src/commands/CreateAliasCommand.ts index df16b99666b5..18d8d26a258c 100644 --- a/clients/client-kms/src/commands/CreateAliasCommand.ts +++ b/clients/client-kms/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { CreateAliasRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts index ac4255cd6a90..1744dccb0580 100644 --- a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/CreateGrantCommand.ts b/clients/client-kms/src/commands/CreateGrantCommand.ts index 76554bf5ec02..492f8f3abae1 100644 --- a/clients/client-kms/src/commands/CreateGrantCommand.ts +++ b/clients/client-kms/src/commands/CreateGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/CreateKeyCommand.ts b/clients/client-kms/src/commands/CreateKeyCommand.ts index e3dd7cedbdcf..f41eff37fe32 100644 --- a/clients/client-kms/src/commands/CreateKeyCommand.ts +++ b/clients/client-kms/src/commands/CreateKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DecryptCommand.ts b/clients/client-kms/src/commands/DecryptCommand.ts index a149dbe9c7fe..19c49f1c963d 100644 --- a/clients/client-kms/src/commands/DecryptCommand.ts +++ b/clients/client-kms/src/commands/DecryptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DecryptRequest, DecryptResponse, DecryptResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DeleteAliasCommand.ts b/clients/client-kms/src/commands/DeleteAliasCommand.ts index 1b496f59729c..aefc5221a7d1 100644 --- a/clients/client-kms/src/commands/DeleteAliasCommand.ts +++ b/clients/client-kms/src/commands/DeleteAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DeleteAliasRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts index 5cfe41a9b531..ecbcaa24af96 100644 --- a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts index 6894a7b56416..97716190a98b 100644 --- a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DeleteImportedKeyMaterialRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts index 86ac543d55b2..e6380eac0eab 100644 --- a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts +++ b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/DescribeKeyCommand.ts b/clients/client-kms/src/commands/DescribeKeyCommand.ts index 0b41763aa394..77a6c236a117 100644 --- a/clients/client-kms/src/commands/DescribeKeyCommand.ts +++ b/clients/client-kms/src/commands/DescribeKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DisableKeyCommand.ts b/clients/client-kms/src/commands/DisableKeyCommand.ts index aa902dd9e269..b532ae308b13 100644 --- a/clients/client-kms/src/commands/DisableKeyCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DisableKeyRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts index 27e42120ba2f..d4db12e3b386 100644 --- a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DisableKeyRotationRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts index f24c1d2ecc09..d1f6d84bd433 100644 --- a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/EnableKeyCommand.ts b/clients/client-kms/src/commands/EnableKeyCommand.ts index 6362533aef2f..d35b19ac7a79 100644 --- a/clients/client-kms/src/commands/EnableKeyCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { EnableKeyRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts index 2337bcc9da0d..262b89a40360 100644 --- a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { EnableKeyRotationRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/EncryptCommand.ts b/clients/client-kms/src/commands/EncryptCommand.ts index 32e3ce57420b..1f27827c4fbf 100644 --- a/clients/client-kms/src/commands/EncryptCommand.ts +++ b/clients/client-kms/src/commands/EncryptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { EncryptRequest, EncryptRequestFilterSensitiveLog, EncryptResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts index 50ea175d0643..1038a400857e 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts index c81ed40f0ae0..5c6743498f5e 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts index ea279cca2202..9e093dfa320c 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts index 3b43cc1d5d32..ef1bc35f6402 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/GenerateMacCommand.ts b/clients/client-kms/src/commands/GenerateMacCommand.ts index 5074cd6a361f..784076d1bc97 100644 --- a/clients/client-kms/src/commands/GenerateMacCommand.ts +++ b/clients/client-kms/src/commands/GenerateMacCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { GenerateMacRequest, GenerateMacRequestFilterSensitiveLog, GenerateMacResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/GenerateRandomCommand.ts b/clients/client-kms/src/commands/GenerateRandomCommand.ts index 210f30d98cdf..4a26e73ac869 100644 --- a/clients/client-kms/src/commands/GenerateRandomCommand.ts +++ b/clients/client-kms/src/commands/GenerateRandomCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts index 3e59dfe56fe4..18e4ffca51b9 100644 --- a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts index d94cc4af36a5..c6e70bfceaec 100644 --- a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts +++ b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts index 7cb80c1cf74d..c01db09b1b9c 100644 --- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/GetPublicKeyCommand.ts b/clients/client-kms/src/commands/GetPublicKeyCommand.ts index 92e0d4516322..df7fe2533795 100644 --- a/clients/client-kms/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-kms/src/commands/GetPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts index d7f3a1d654db..bd585d6641ee 100644 --- a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListAliasesCommand.ts b/clients/client-kms/src/commands/ListAliasesCommand.ts index 234dff80e4c2..cbccebc49a50 100644 --- a/clients/client-kms/src/commands/ListAliasesCommand.ts +++ b/clients/client-kms/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListGrantsCommand.ts b/clients/client-kms/src/commands/ListGrantsCommand.ts index 5482627fd551..91ddff977e65 100644 --- a/clients/client-kms/src/commands/ListGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListGrantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts index 9f8cfe809465..5ec3eec02143 100644 --- a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts +++ b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListKeysCommand.ts b/clients/client-kms/src/commands/ListKeysCommand.ts index 4d42f5d1169a..77192bb3daae 100644 --- a/clients/client-kms/src/commands/ListKeysCommand.ts +++ b/clients/client-kms/src/commands/ListKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListKeysRequest, ListKeysResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListResourceTagsCommand.ts b/clients/client-kms/src/commands/ListResourceTagsCommand.ts index 462597f928ae..d35f883f6a97 100644 --- a/clients/client-kms/src/commands/ListResourceTagsCommand.ts +++ b/clients/client-kms/src/commands/ListResourceTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts index 2380cc575d11..8d04aa171ba7 100644 --- a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts index b12474876e0b..9c9f38d4bceb 100644 --- a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { PutKeyPolicyRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ReEncryptCommand.ts b/clients/client-kms/src/commands/ReEncryptCommand.ts index be441f9e8da2..561ff6b3c438 100644 --- a/clients/client-kms/src/commands/ReEncryptCommand.ts +++ b/clients/client-kms/src/commands/ReEncryptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ReplicateKeyCommand.ts b/clients/client-kms/src/commands/ReplicateKeyCommand.ts index 7b4b444ab999..c723a187f934 100644 --- a/clients/client-kms/src/commands/ReplicateKeyCommand.ts +++ b/clients/client-kms/src/commands/ReplicateKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/RetireGrantCommand.ts b/clients/client-kms/src/commands/RetireGrantCommand.ts index c6103d57e624..738c246e4aa9 100644 --- a/clients/client-kms/src/commands/RetireGrantCommand.ts +++ b/clients/client-kms/src/commands/RetireGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { RetireGrantRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/RevokeGrantCommand.ts b/clients/client-kms/src/commands/RevokeGrantCommand.ts index 4bb3747695e4..d676180c623d 100644 --- a/clients/client-kms/src/commands/RevokeGrantCommand.ts +++ b/clients/client-kms/src/commands/RevokeGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { RevokeGrantRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts index 9084e431dc9d..6a0c956ee193 100644 --- a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/SignCommand.ts b/clients/client-kms/src/commands/SignCommand.ts index 757410b60e8b..79d9b6a12624 100644 --- a/clients/client-kms/src/commands/SignCommand.ts +++ b/clients/client-kms/src/commands/SignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { SignRequest, SignRequestFilterSensitiveLog, SignResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/TagResourceCommand.ts b/clients/client-kms/src/commands/TagResourceCommand.ts index 4b95330f0b01..d5351c4e0d23 100644 --- a/clients/client-kms/src/commands/TagResourceCommand.ts +++ b/clients/client-kms/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/UntagResourceCommand.ts b/clients/client-kms/src/commands/UntagResourceCommand.ts index c37fe5b1ffe8..aa062a5cc1a6 100644 --- a/clients/client-kms/src/commands/UntagResourceCommand.ts +++ b/clients/client-kms/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/UpdateAliasCommand.ts b/clients/client-kms/src/commands/UpdateAliasCommand.ts index 3575b303b41d..3db2ae005d21 100644 --- a/clients/client-kms/src/commands/UpdateAliasCommand.ts +++ b/clients/client-kms/src/commands/UpdateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { UpdateAliasRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts index 0ca31b16bfb5..d17ebf20e6d6 100644 --- a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { diff --git a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts index e882ce5cfd22..d9ce67371f84 100644 --- a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts +++ b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { UpdateKeyDescriptionRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts index 04c00cb93717..08b867943619 100644 --- a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts +++ b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { UpdatePrimaryRegionRequest } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/VerifyCommand.ts b/clients/client-kms/src/commands/VerifyCommand.ts index 0d64f2c9e713..c12b8c2a9e0c 100644 --- a/clients/client-kms/src/commands/VerifyCommand.ts +++ b/clients/client-kms/src/commands/VerifyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { VerifyRequest, VerifyRequestFilterSensitiveLog, VerifyResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/commands/VerifyMacCommand.ts b/clients/client-kms/src/commands/VerifyMacCommand.ts index 4aa17a3cfaf1..0da3a94df9fc 100644 --- a/clients/client-kms/src/commands/VerifyMacCommand.ts +++ b/clients/client-kms/src/commands/VerifyMacCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient"; import { VerifyMacRequest, VerifyMacRequestFilterSensitiveLog, VerifyMacResponse } from "../models/models_0"; diff --git a/clients/client-kms/src/endpoint/EndpointParameters.ts b/clients/client-kms/src/endpoint/EndpointParameters.ts index 49c8f94c8a92..66e92571ef19 100644 --- a/clients/client-kms/src/endpoint/EndpointParameters.ts +++ b/clients/client-kms/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-kms/src/endpoint/endpointResolver.ts b/clients/client-kms/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-kms/src/endpoint/endpointResolver.ts +++ b/clients/client-kms/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-kms/src/endpoint/ruleset.ts b/clients/client-kms/src/endpoint/ruleset.ts index 66b50caf8fc9..58614d1b6757 100644 --- a/clients/client-kms/src/endpoint/ruleset.ts +++ b/clients/client-kms/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-kms/src/models/KMSServiceException.ts b/clients/client-kms/src/models/KMSServiceException.ts index 848af0df4a97..4c0699a3c586 100644 --- a/clients/client-kms/src/models/KMSServiceException.ts +++ b/clients/client-kms/src/models/KMSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-kms/src/models/models_0.ts b/clients/client-kms/src/models/models_0.ts index 9fa8e229e9d5..cc9e7f5b8b02 100644 --- a/clients/client-kms/src/models/models_0.ts +++ b/clients/client-kms/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { KMSServiceException as __BaseException } from "./KMSServiceException"; diff --git a/clients/client-kms/src/pagination/DescribeCustomKeyStoresPaginator.ts b/clients/client-kms/src/pagination/DescribeCustomKeyStoresPaginator.ts index a838095c3638..de8b808f5639 100644 --- a/clients/client-kms/src/pagination/DescribeCustomKeyStoresPaginator.ts +++ b/clients/client-kms/src/pagination/DescribeCustomKeyStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCustomKeyStoresCommand, diff --git a/clients/client-kms/src/pagination/Interfaces.ts b/clients/client-kms/src/pagination/Interfaces.ts index 7c4fa653243c..4db7f17b0df0 100644 --- a/clients/client-kms/src/pagination/Interfaces.ts +++ b/clients/client-kms/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { KMSClient } from "../KMSClient"; diff --git a/clients/client-kms/src/pagination/ListAliasesPaginator.ts b/clients/client-kms/src/pagination/ListAliasesPaginator.ts index 73b9a2657fba..4272b5fbd3a1 100644 --- a/clients/client-kms/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-kms/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { KMSClient } from "../KMSClient"; diff --git a/clients/client-kms/src/pagination/ListGrantsPaginator.ts b/clients/client-kms/src/pagination/ListGrantsPaginator.ts index 007e019aedf3..b0df6505ca23 100644 --- a/clients/client-kms/src/pagination/ListGrantsPaginator.ts +++ b/clients/client-kms/src/pagination/ListGrantsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGrantsCommand, ListGrantsCommandInput, ListGrantsCommandOutput } from "../commands/ListGrantsCommand"; import { KMSClient } from "../KMSClient"; diff --git a/clients/client-kms/src/pagination/ListKeyPoliciesPaginator.ts b/clients/client-kms/src/pagination/ListKeyPoliciesPaginator.ts index efb77477c877..445bbfb3baa0 100644 --- a/clients/client-kms/src/pagination/ListKeyPoliciesPaginator.ts +++ b/clients/client-kms/src/pagination/ListKeyPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeyPoliciesCommand, diff --git a/clients/client-kms/src/pagination/ListKeysPaginator.ts b/clients/client-kms/src/pagination/ListKeysPaginator.ts index f0dbf244be3f..75d155833f21 100644 --- a/clients/client-kms/src/pagination/ListKeysPaginator.ts +++ b/clients/client-kms/src/pagination/ListKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeysCommand, ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand"; import { KMSClient } from "../KMSClient"; diff --git a/clients/client-kms/src/pagination/ListResourceTagsPaginator.ts b/clients/client-kms/src/pagination/ListResourceTagsPaginator.ts index ffcce16b934d..87fe37e09d8d 100644 --- a/clients/client-kms/src/pagination/ListResourceTagsPaginator.ts +++ b/clients/client-kms/src/pagination/ListResourceTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceTagsCommand, diff --git a/clients/client-kms/src/pagination/ListRetirableGrantsPaginator.ts b/clients/client-kms/src/pagination/ListRetirableGrantsPaginator.ts index c91ba282e564..9dba4aaa23bd 100644 --- a/clients/client-kms/src/pagination/ListRetirableGrantsPaginator.ts +++ b/clients/client-kms/src/pagination/ListRetirableGrantsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRetirableGrantsCommand, diff --git a/clients/client-kms/src/protocols/Aws_json1_1.ts b/clients/client-kms/src/protocols/Aws_json1_1.ts index 25e76b1a6e71..22b6e4b51244 100644 --- a/clients/client-kms/src/protocols/Aws_json1_1.ts +++ b/clients/client-kms/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "../commands/CancelKeyDeletionCommand"; import { diff --git a/clients/client-kms/src/runtimeConfig.browser.ts b/clients/client-kms/src/runtimeConfig.browser.ts index 667229a16365..1897c63d244b 100644 --- a/clients/client-kms/src/runtimeConfig.browser.ts +++ b/clients/client-kms/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KMSClientConfig } from "./KMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-kms/src/runtimeConfig.shared.ts b/clients/client-kms/src/runtimeConfig.shared.ts index 2cc96308c7dd..e9ce0124a435 100644 --- a/clients/client-kms/src/runtimeConfig.shared.ts +++ b/clients/client-kms/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { KMSClientConfig } from "./KMSClient"; diff --git a/clients/client-kms/src/runtimeConfig.ts b/clients/client-kms/src/runtimeConfig.ts index c109424ee8ed..e245853192ad 100644 --- a/clients/client-kms/src/runtimeConfig.ts +++ b/clients/client-kms/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { KMSClientConfig } from "./KMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index b5fcdc961467..25dc50f7b7ad 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lakeformation/src/LakeFormation.ts b/clients/client-lakeformation/src/LakeFormation.ts index 9872cc292191..a0f99ff120e3 100644 --- a/clients/client-lakeformation/src/LakeFormation.ts +++ b/clients/client-lakeformation/src/LakeFormation.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddLFTagsToResourceCommand, diff --git a/clients/client-lakeformation/src/LakeFormationClient.ts b/clients/client-lakeformation/src/LakeFormationClient.ts index db5894d051d8..ae86ff8a35ea 100644 --- a/clients/client-lakeformation/src/LakeFormationClient.ts +++ b/clients/client-lakeformation/src/LakeFormationClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -392,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts index 2373111a984c..c0ce0b2149ee 100644 --- a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { AddLFTagsToResourceRequest, AddLFTagsToResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts index 5b6c75167a37..a3a12ca85947 100644 --- a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts +++ b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { AssumeDecoratedRoleWithSAMLRequest, AssumeDecoratedRoleWithSAMLResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts index f4692182eb1b..ae22b6fff8ca 100644 --- a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { BatchGrantPermissionsRequest, BatchGrantPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts index 14a5acd3bc29..0e4f809c6918 100644 --- a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { BatchRevokePermissionsRequest, BatchRevokePermissionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts index 7d3d3d9699c3..0be1a3b66ea1 100644 --- a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts index 96fa634c00e7..1cd0ca1b9f0a 100644 --- a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts index 21a6a462d4ae..b481f16662bf 100644 --- a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts index fc219990f0a5..70d148d38054 100644 --- a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { CreateLFTagRequest, CreateLFTagResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts index ce981d63ad29..c4ec59f88dc0 100644 --- a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts index bfe67a726cb8..4d9db2ddf720 100644 --- a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DeleteLFTagRequest, DeleteLFTagResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts index bab3726c0777..aff1c9a6c4b7 100644 --- a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DeleteObjectsOnCancelRequest, DeleteObjectsOnCancelResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts index b4e4eebcefa3..5018ed5648d9 100644 --- a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DeregisterResourceRequest, DeregisterResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts index 0ca31433bd7d..320c55a5391e 100644 --- a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DescribeResourceRequest, DescribeResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts index 7a1c084d3a3c..0c72a22c8fd1 100644 --- a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { DescribeTransactionRequest, DescribeTransactionResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts index 2acd1b5deecb..a65a179d466b 100644 --- a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ExtendTransactionRequest, ExtendTransactionResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts index 8679db4939ba..efa44edbc6bb 100644 --- a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetDataCellsFilterRequest, GetDataCellsFilterResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts index fe442c8f1b3a..4824f6061f1b 100644 --- a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetDataLakeSettingsRequest, GetDataLakeSettingsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts index 79d757208db2..88e54aacd603 100644 --- a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts +++ b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetEffectivePermissionsForPathRequest, GetEffectivePermissionsForPathResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts index 6acfed07dbf7..fbaeb00b2f1a 100644 --- a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetLFTagRequest, GetLFTagResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts index db6df6324a56..94a6ccf5b825 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetQueryStateRequest, GetQueryStateResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts index e4e121c3e9e5..9efda1eb22bf 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetQueryStatisticsRequest, GetQueryStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts index 069bde06e770..1d054979bb28 100644 --- a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetResourceLFTagsRequest, GetResourceLFTagsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts index e0cd0c35b235..05bef886eb2a 100644 --- a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetTableObjectsRequest, GetTableObjectsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts index 297db63ee876..9cb196871ce7 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts index bff4583d3469..4158978a1e5a 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetTemporaryGlueTableCredentialsRequest, GetTemporaryGlueTableCredentialsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts index f536639a8701..6a90ecde28ff 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts index 209c3a99033d..fc71b00d142c 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GetWorkUnitsRequest, GetWorkUnitsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts index 3e17b8baeb03..2ca3ba288b75 100644 --- a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { GrantPermissionsRequest, GrantPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts index afe90a53fd98..4e54bc35497a 100644 --- a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListDataCellsFilterRequest, ListDataCellsFilterResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts index 3044b090869f..51c8fa2f4cb9 100644 --- a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListLFTagsRequest, ListLFTagsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts index ec9ea77513a2..f71a87e11e08 100644 --- a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts index 16b8eb81b19c..b24cf6b4fc1a 100644 --- a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts +++ b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts index 2a076307f5ad..4fd3e3b1a838 100644 --- a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListTableStorageOptimizersRequest, ListTableStorageOptimizersResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts index 256affd32254..35176dc92301 100644 --- a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { ListTransactionsRequest, ListTransactionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts index 37f8d88ef3fd..05216db0f1e4 100644 --- a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { PutDataLakeSettingsRequest, PutDataLakeSettingsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts index 32b789e19c4f..d82ba7c35477 100644 --- a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { RegisterResourceRequest, RegisterResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts index d27a0cf71eb8..47abfd8ee1e3 100644 --- a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { RemoveLFTagsFromResourceRequest, RemoveLFTagsFromResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts index 915c9c8062be..4960a50cb5ca 100644 --- a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { RevokePermissionsRequest, RevokePermissionsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts index 6a360be2fbc3..14c773f398f7 100644 --- a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { SearchDatabasesByLFTagsRequest, SearchDatabasesByLFTagsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts index f9fea7213c56..032c5eb29913 100644 --- a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { SearchTablesByLFTagsRequest, SearchTablesByLFTagsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts index 3d2bd6590091..6fdad4dcc6c1 100644 --- a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts +++ b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { diff --git a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts index f3fce24cba52..7e3d4d4057ec 100644 --- a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { StartTransactionRequest, StartTransactionResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts index 5153ffbc3ab9..cb4b5ade80c4 100644 --- a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { UpdateDataCellsFilterRequest, UpdateDataCellsFilterResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts index 0700dee59e52..7f9dfafb9fd0 100644 --- a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { UpdateLFTagRequest, UpdateLFTagResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts index 12c99e4b89b4..916ef1956a41 100644 --- a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { UpdateResourceRequest, UpdateResourceResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts index 6dba45caf08d..4581a6fc5de2 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { UpdateTableObjectsRequest, UpdateTableObjectsResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts index 7e00bbbd62e1..f88722fd64b3 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient"; import { UpdateTableStorageOptimizerRequest, UpdateTableStorageOptimizerResponse } from "../models/models_0"; diff --git a/clients/client-lakeformation/src/endpoint/EndpointParameters.ts b/clients/client-lakeformation/src/endpoint/EndpointParameters.ts index 53c99f04b461..3aa34c2176aa 100644 --- a/clients/client-lakeformation/src/endpoint/EndpointParameters.ts +++ b/clients/client-lakeformation/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lakeformation/src/endpoint/endpointResolver.ts b/clients/client-lakeformation/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lakeformation/src/endpoint/endpointResolver.ts +++ b/clients/client-lakeformation/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lakeformation/src/endpoint/ruleset.ts b/clients/client-lakeformation/src/endpoint/ruleset.ts index ec9081a07e5b..1e313ef67074 100644 --- a/clients/client-lakeformation/src/endpoint/ruleset.ts +++ b/clients/client-lakeformation/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lakeformation/src/models/LakeFormationServiceException.ts b/clients/client-lakeformation/src/models/LakeFormationServiceException.ts index f246e12fb9d6..ed3147ae3a09 100644 --- a/clients/client-lakeformation/src/models/LakeFormationServiceException.ts +++ b/clients/client-lakeformation/src/models/LakeFormationServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lakeformation/src/models/models_0.ts b/clients/client-lakeformation/src/models/models_0.ts index ac34e1caebe4..d093a9c983b9 100644 --- a/clients/client-lakeformation/src/models/models_0.ts +++ b/clients/client-lakeformation/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { LakeFormationServiceException as __BaseException } from "./LakeFormationServiceException"; diff --git a/clients/client-lakeformation/src/pagination/GetEffectivePermissionsForPathPaginator.ts b/clients/client-lakeformation/src/pagination/GetEffectivePermissionsForPathPaginator.ts index 1be011640b8d..1693ddea9203 100644 --- a/clients/client-lakeformation/src/pagination/GetEffectivePermissionsForPathPaginator.ts +++ b/clients/client-lakeformation/src/pagination/GetEffectivePermissionsForPathPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetEffectivePermissionsForPathCommand, diff --git a/clients/client-lakeformation/src/pagination/GetTableObjectsPaginator.ts b/clients/client-lakeformation/src/pagination/GetTableObjectsPaginator.ts index 3fe817d3c926..85d5397e4c41 100644 --- a/clients/client-lakeformation/src/pagination/GetTableObjectsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/GetTableObjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTableObjectsCommand, diff --git a/clients/client-lakeformation/src/pagination/GetWorkUnitsPaginator.ts b/clients/client-lakeformation/src/pagination/GetWorkUnitsPaginator.ts index 049ddd3f7df1..441abac616e5 100644 --- a/clients/client-lakeformation/src/pagination/GetWorkUnitsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/GetWorkUnitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetWorkUnitsCommand, diff --git a/clients/client-lakeformation/src/pagination/Interfaces.ts b/clients/client-lakeformation/src/pagination/Interfaces.ts index 37b053a75ed7..224ddde22f20 100644 --- a/clients/client-lakeformation/src/pagination/Interfaces.ts +++ b/clients/client-lakeformation/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LakeFormationClient } from "../LakeFormationClient"; diff --git a/clients/client-lakeformation/src/pagination/ListDataCellsFilterPaginator.ts b/clients/client-lakeformation/src/pagination/ListDataCellsFilterPaginator.ts index 87f6d7d34b87..c6d21b1b19a4 100644 --- a/clients/client-lakeformation/src/pagination/ListDataCellsFilterPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListDataCellsFilterPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataCellsFilterCommand, diff --git a/clients/client-lakeformation/src/pagination/ListLFTagsPaginator.ts b/clients/client-lakeformation/src/pagination/ListLFTagsPaginator.ts index fccaf9fe872e..6b36e7e646b2 100644 --- a/clients/client-lakeformation/src/pagination/ListLFTagsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListLFTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLFTagsCommand, ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand"; import { LakeFormationClient } from "../LakeFormationClient"; diff --git a/clients/client-lakeformation/src/pagination/ListPermissionsPaginator.ts b/clients/client-lakeformation/src/pagination/ListPermissionsPaginator.ts index 20136cef8084..e5debb8c88ee 100644 --- a/clients/client-lakeformation/src/pagination/ListPermissionsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionsCommand, diff --git a/clients/client-lakeformation/src/pagination/ListResourcesPaginator.ts b/clients/client-lakeformation/src/pagination/ListResourcesPaginator.ts index d82581fd6582..ec9a8fe7a860 100644 --- a/clients/client-lakeformation/src/pagination/ListResourcesPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcesCommand, diff --git a/clients/client-lakeformation/src/pagination/ListTableStorageOptimizersPaginator.ts b/clients/client-lakeformation/src/pagination/ListTableStorageOptimizersPaginator.ts index 9b9c9083ca6f..f758d4671341 100644 --- a/clients/client-lakeformation/src/pagination/ListTableStorageOptimizersPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListTableStorageOptimizersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTableStorageOptimizersCommand, diff --git a/clients/client-lakeformation/src/pagination/ListTransactionsPaginator.ts b/clients/client-lakeformation/src/pagination/ListTransactionsPaginator.ts index f211601265e1..3ed1e4a5f4da 100644 --- a/clients/client-lakeformation/src/pagination/ListTransactionsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/ListTransactionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTransactionsCommand, diff --git a/clients/client-lakeformation/src/pagination/SearchDatabasesByLFTagsPaginator.ts b/clients/client-lakeformation/src/pagination/SearchDatabasesByLFTagsPaginator.ts index b45754b3dd02..7aef06fab230 100644 --- a/clients/client-lakeformation/src/pagination/SearchDatabasesByLFTagsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/SearchDatabasesByLFTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchDatabasesByLFTagsCommand, diff --git a/clients/client-lakeformation/src/pagination/SearchTablesByLFTagsPaginator.ts b/clients/client-lakeformation/src/pagination/SearchTablesByLFTagsPaginator.ts index eac397b01231..2c50b7f8b9a6 100644 --- a/clients/client-lakeformation/src/pagination/SearchTablesByLFTagsPaginator.ts +++ b/clients/client-lakeformation/src/pagination/SearchTablesByLFTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchTablesByLFTagsCommand, diff --git a/clients/client-lakeformation/src/protocols/Aws_restJson1.ts b/clients/client-lakeformation/src/protocols/Aws_restJson1.ts index d96649121a89..af9a6c6dd4b3 100644 --- a/clients/client-lakeformation/src/protocols/Aws_restJson1.ts +++ b/clients/client-lakeformation/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,17 +18,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddLFTagsToResourceCommandInput, diff --git a/clients/client-lakeformation/src/runtimeConfig.browser.ts b/clients/client-lakeformation/src/runtimeConfig.browser.ts index 7f88dd9dfb01..0c47f214e772 100644 --- a/clients/client-lakeformation/src/runtimeConfig.browser.ts +++ b/clients/client-lakeformation/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LakeFormationClientConfig } from "./LakeFormationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lakeformation/src/runtimeConfig.shared.ts b/clients/client-lakeformation/src/runtimeConfig.shared.ts index 734302e4c899..ac772640e4e5 100644 --- a/clients/client-lakeformation/src/runtimeConfig.shared.ts +++ b/clients/client-lakeformation/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LakeFormationClientConfig } from "./LakeFormationClient"; diff --git a/clients/client-lakeformation/src/runtimeConfig.ts b/clients/client-lakeformation/src/runtimeConfig.ts index 8b7f2a0ca003..10cf378be2c6 100644 --- a/clients/client-lakeformation/src/runtimeConfig.ts +++ b/clients/client-lakeformation/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LakeFormationClientConfig } from "./LakeFormationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index 29074bb643e7..f4dae6cfd2ab 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -22,47 +22,48 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lambda/src/Lambda.ts b/clients/client-lambda/src/Lambda.ts index 0b678625e11a..9b90d27e2c33 100644 --- a/clients/client-lambda/src/Lambda.ts +++ b/clients/client-lambda/src/Lambda.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddLayerVersionPermissionCommand, diff --git a/clients/client-lambda/src/LambdaClient.ts b/clients/client-lambda/src/LambdaClient.ts index f632bac5cdfd..6a6a6402bcab 100644 --- a/clients/client-lambda/src/LambdaClient.ts +++ b/clients/client-lambda/src/LambdaClient.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -15,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -28,33 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, EventStreamSerdeProvider as __EventStreamSerdeProvider, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -411,7 +409,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -525,7 +523,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts index 4d2a7dd235aa..11fc03a16297 100644 --- a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/AddPermissionCommand.ts b/clients/client-lambda/src/commands/AddPermissionCommand.ts index 69545d49e196..e1b187efee6e 100644 --- a/clients/client-lambda/src/commands/AddPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { AddPermissionRequest, AddPermissionResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/CreateAliasCommand.ts b/clients/client-lambda/src/commands/CreateAliasCommand.ts index 323c64f6c79b..c5b6b5d24d43 100644 --- a/clients/client-lambda/src/commands/CreateAliasCommand.ts +++ b/clients/client-lambda/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { AliasConfiguration, CreateAliasRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts index 64d29f8f4c34..30dd54caacbc 100644 --- a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts index f4f818da4fe9..ab03afa3be8e 100644 --- a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/CreateFunctionCommand.ts b/clients/client-lambda/src/commands/CreateFunctionCommand.ts index cd0d8c52b1ff..53abed872542 100644 --- a/clients/client-lambda/src/commands/CreateFunctionCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts index e4a6dfce9713..30b6a7456829 100644 --- a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteAliasCommand.ts b/clients/client-lambda/src/commands/DeleteAliasCommand.ts index 879ab8e09473..0bafbcb17ded 100644 --- a/clients/client-lambda/src/commands/DeleteAliasCommand.ts +++ b/clients/client-lambda/src/commands/DeleteAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteAliasRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts index 289dc5f4aceb..42c38547a16e 100644 --- a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts index 136f9327f80a..249e1647b85d 100644 --- a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts index a4d0d6c6f025..4de13a0d1ed6 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts index 25fe7564afa3..0d78ccef9360 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteFunctionRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts index d0c4f0de01b3..ac9aa19f3004 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteFunctionConcurrencyRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts index c8e6c9fb83f7..c7fde875f02a 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts index bba1261ec497..34dc763c88ec 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteFunctionUrlConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts index 16a9b86dae73..982b225e2ae0 100644 --- a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteLayerVersionRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts index efccebbddf70..db8a86e92967 100644 --- a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts index 1539eab51b54..505b9bd651b8 100644 --- a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetAliasCommand.ts b/clients/client-lambda/src/commands/GetAliasCommand.ts index bb984812ce11..8a9e0510e931 100644 --- a/clients/client-lambda/src/commands/GetAliasCommand.ts +++ b/clients/client-lambda/src/commands/GetAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { AliasConfiguration, GetAliasRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts index 5bd58a3d5ddc..881fc2d16df5 100644 --- a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts index 25e4729b5029..449c1bd02479 100644 --- a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts index b1130ed4758f..7de7c034183c 100644 --- a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetFunctionCommand.ts b/clients/client-lambda/src/commands/GetFunctionCommand.ts index 21ed545d2f87..9007e4125bca 100644 --- a/clients/client-lambda/src/commands/GetFunctionCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetFunctionRequest, GetFunctionResponse, GetFunctionResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts index ebd0df376a15..3ec87bb3c8e8 100644 --- a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts index 9fbc54bdccd2..f950cc3644ff 100644 --- a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts index 383067e9cbb1..fe03f78b87e9 100644 --- a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { FunctionEventInvokeConfig, GetFunctionEventInvokeConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts index 7d2584ba4aa5..25ba8948f575 100644 --- a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetFunctionUrlConfigRequest, GetFunctionUrlConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts index 01e78c950cc9..a62f8b789835 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetLayerVersionByArnRequest, GetLayerVersionResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts index b0237869478d..df31767cf7e5 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts index 3df07b10f856..fcc45f93d062 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetPolicyCommand.ts b/clients/client-lambda/src/commands/GetPolicyCommand.ts index d14dc9539e00..c6159349366b 100644 --- a/clients/client-lambda/src/commands/GetPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts index ad225fafb50e..468302367e04 100644 --- a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts index 65d5cf0d6717..d3d0fd07c9d0 100644 --- a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { GetRuntimeManagementConfigRequest, GetRuntimeManagementConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts index cf1d00f91a7f..ab8b24733b48 100644 --- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { InvokeAsyncRequest, InvokeAsyncRequestFilterSensitiveLog, InvokeAsyncResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts index d4415df8089f..ef1863236d72 100644 --- a/clients/client-lambda/src/commands/InvokeCommand.ts +++ b/clients/client-lambda/src/commands/InvokeCommand.ts @@ -1,19 +1,19 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts index 6606824266fd..5c2289811903 100644 --- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts +++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/ListAliasesCommand.ts b/clients/client-lambda/src/commands/ListAliasesCommand.ts index e0c161cc63db..4a12398723de 100644 --- a/clients/client-lambda/src/commands/ListAliasesCommand.ts +++ b/clients/client-lambda/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts index 6431db62fe71..57a19b70ea78 100644 --- a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListCodeSigningConfigsRequest, ListCodeSigningConfigsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts index b18b423fdd50..18d68b30a835 100644 --- a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts +++ b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts index 43920b1e30a4..af465d20ca79 100644 --- a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts index f5534a38dbde..2e69c3a4dd05 100644 --- a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListFunctionUrlConfigsRequest, ListFunctionUrlConfigsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts index 22aa6a89e404..ef8ae09237ba 100644 --- a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListFunctionsByCodeSigningConfigRequest, ListFunctionsByCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListFunctionsCommand.ts b/clients/client-lambda/src/commands/ListFunctionsCommand.ts index 61b987ea8e12..ce77676968b8 100644 --- a/clients/client-lambda/src/commands/ListFunctionsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts index a73d52385565..f5f5716fb717 100644 --- a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts +++ b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListLayersCommand.ts b/clients/client-lambda/src/commands/ListLayersCommand.ts index bf9746a47ea0..34eb498b6eb7 100644 --- a/clients/client-lambda/src/commands/ListLayersCommand.ts +++ b/clients/client-lambda/src/commands/ListLayersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListLayersRequest, ListLayersResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts index 582c0ffa46f9..88a998c1d2a6 100644 --- a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/ListTagsCommand.ts b/clients/client-lambda/src/commands/ListTagsCommand.ts index 80231c50efc1..8036c58005f4 100644 --- a/clients/client-lambda/src/commands/ListTagsCommand.ts +++ b/clients/client-lambda/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts index 48fb63a5a844..a2dd17ca4cda 100644 --- a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts +++ b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts index 8cb9af5dfd0e..cfda520a1de4 100644 --- a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/PublishVersionCommand.ts b/clients/client-lambda/src/commands/PublishVersionCommand.ts index b6347389694c..fd098b547329 100644 --- a/clients/client-lambda/src/commands/PublishVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts index 4f9f8654ccf4..489fbcac3815 100644 --- a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { PutFunctionCodeSigningConfigRequest, PutFunctionCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts index 940796fe6213..e52b257720f9 100644 --- a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts index a24073819c09..e0cfdb1957aa 100644 --- a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { FunctionEventInvokeConfig, PutFunctionEventInvokeConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts index 1c4159c93fbf..9d154e1c41cb 100644 --- a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { PutProvisionedConcurrencyConfigRequest, PutProvisionedConcurrencyConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts index b88ccd135a2e..958939181258 100644 --- a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { PutRuntimeManagementConfigRequest, PutRuntimeManagementConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts index f0b4a143f919..8f008601266d 100644 --- a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { RemoveLayerVersionPermissionRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/RemovePermissionCommand.ts b/clients/client-lambda/src/commands/RemovePermissionCommand.ts index 03b73bb96481..02d8ff7409fe 100644 --- a/clients/client-lambda/src/commands/RemovePermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { RemovePermissionRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/TagResourceCommand.ts b/clients/client-lambda/src/commands/TagResourceCommand.ts index 48fa3a117f8a..0a224acd5b06 100644 --- a/clients/client-lambda/src/commands/TagResourceCommand.ts +++ b/clients/client-lambda/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UntagResourceCommand.ts b/clients/client-lambda/src/commands/UntagResourceCommand.ts index 0c79910dfb95..c0a6ce5cf47d 100644 --- a/clients/client-lambda/src/commands/UntagResourceCommand.ts +++ b/clients/client-lambda/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UpdateAliasCommand.ts b/clients/client-lambda/src/commands/UpdateAliasCommand.ts index eb4ee4c590ad..d85794128b79 100644 --- a/clients/client-lambda/src/commands/UpdateAliasCommand.ts +++ b/clients/client-lambda/src/commands/UpdateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { AliasConfiguration, UpdateAliasRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts index d1da36a2a90d..bbf3b8648af9 100644 --- a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { UpdateCodeSigningConfigRequest, UpdateCodeSigningConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts index 443e3ebf2e73..49ad40b0c499 100644 --- a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { EventSourceMappingConfiguration, UpdateEventSourceMappingRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts index ff73f9a34543..8877d1aca8ed 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts index cc63191881cf..c6f6c419401f 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { diff --git a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts index ea24e047aaca..56a417ab40c9 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { FunctionEventInvokeConfig, UpdateFunctionEventInvokeConfigRequest } from "../models/models_0"; diff --git a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts index 304e7c62a214..0da85a3bf045 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient"; import { UpdateFunctionUrlConfigRequest, UpdateFunctionUrlConfigResponse } from "../models/models_0"; diff --git a/clients/client-lambda/src/endpoint/EndpointParameters.ts b/clients/client-lambda/src/endpoint/EndpointParameters.ts index abeb28ca8294..52d654e5004d 100644 --- a/clients/client-lambda/src/endpoint/EndpointParameters.ts +++ b/clients/client-lambda/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lambda/src/endpoint/endpointResolver.ts b/clients/client-lambda/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lambda/src/endpoint/endpointResolver.ts +++ b/clients/client-lambda/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lambda/src/endpoint/ruleset.ts b/clients/client-lambda/src/endpoint/ruleset.ts index e417e382b0a9..755a6e471dd0 100644 --- a/clients/client-lambda/src/endpoint/ruleset.ts +++ b/clients/client-lambda/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lambda/src/models/LambdaServiceException.ts b/clients/client-lambda/src/models/LambdaServiceException.ts index 845c0d157705..23211ec68225 100644 --- a/clients/client-lambda/src/models/LambdaServiceException.ts +++ b/clients/client-lambda/src/models/LambdaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lambda/src/models/models_0.ts b/clients/client-lambda/src/models/models_0.ts index 9e2647350f94..02163d594998 100644 --- a/clients/client-lambda/src/models/models_0.ts +++ b/clients/client-lambda/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { LambdaServiceException as __BaseException } from "./LambdaServiceException"; diff --git a/clients/client-lambda/src/pagination/Interfaces.ts b/clients/client-lambda/src/pagination/Interfaces.ts index caee26ff1b56..022f6094eb95 100644 --- a/clients/client-lambda/src/pagination/Interfaces.ts +++ b/clients/client-lambda/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/pagination/ListAliasesPaginator.ts b/clients/client-lambda/src/pagination/ListAliasesPaginator.ts index 353e82958282..9a8409d2ea07 100644 --- a/clients/client-lambda/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-lambda/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/pagination/ListCodeSigningConfigsPaginator.ts b/clients/client-lambda/src/pagination/ListCodeSigningConfigsPaginator.ts index 7a3e7608b078..217426685969 100644 --- a/clients/client-lambda/src/pagination/ListCodeSigningConfigsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListCodeSigningConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCodeSigningConfigsCommand, diff --git a/clients/client-lambda/src/pagination/ListEventSourceMappingsPaginator.ts b/clients/client-lambda/src/pagination/ListEventSourceMappingsPaginator.ts index 00bf9fd31b64..a4bb6ee853f4 100644 --- a/clients/client-lambda/src/pagination/ListEventSourceMappingsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListEventSourceMappingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventSourceMappingsCommand, diff --git a/clients/client-lambda/src/pagination/ListFunctionEventInvokeConfigsPaginator.ts b/clients/client-lambda/src/pagination/ListFunctionEventInvokeConfigsPaginator.ts index 704ed14ae9d4..cb90f205c2fc 100644 --- a/clients/client-lambda/src/pagination/ListFunctionEventInvokeConfigsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListFunctionEventInvokeConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFunctionEventInvokeConfigsCommand, diff --git a/clients/client-lambda/src/pagination/ListFunctionUrlConfigsPaginator.ts b/clients/client-lambda/src/pagination/ListFunctionUrlConfigsPaginator.ts index d01cff5fcc80..e8d69ad4449a 100644 --- a/clients/client-lambda/src/pagination/ListFunctionUrlConfigsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListFunctionUrlConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFunctionUrlConfigsCommand, diff --git a/clients/client-lambda/src/pagination/ListFunctionsByCodeSigningConfigPaginator.ts b/clients/client-lambda/src/pagination/ListFunctionsByCodeSigningConfigPaginator.ts index caf412ab2e5b..e711d3890c12 100644 --- a/clients/client-lambda/src/pagination/ListFunctionsByCodeSigningConfigPaginator.ts +++ b/clients/client-lambda/src/pagination/ListFunctionsByCodeSigningConfigPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFunctionsByCodeSigningConfigCommand, diff --git a/clients/client-lambda/src/pagination/ListFunctionsPaginator.ts b/clients/client-lambda/src/pagination/ListFunctionsPaginator.ts index 3b1dc4502cf1..c7fe58d52929 100644 --- a/clients/client-lambda/src/pagination/ListFunctionsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListFunctionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFunctionsCommand, diff --git a/clients/client-lambda/src/pagination/ListLayerVersionsPaginator.ts b/clients/client-lambda/src/pagination/ListLayerVersionsPaginator.ts index 77226868c8e8..88fbca0b33cd 100644 --- a/clients/client-lambda/src/pagination/ListLayerVersionsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListLayerVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLayerVersionsCommand, diff --git a/clients/client-lambda/src/pagination/ListLayersPaginator.ts b/clients/client-lambda/src/pagination/ListLayersPaginator.ts index 56093402afea..9921b3978cf3 100644 --- a/clients/client-lambda/src/pagination/ListLayersPaginator.ts +++ b/clients/client-lambda/src/pagination/ListLayersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLayersCommand, ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/pagination/ListProvisionedConcurrencyConfigsPaginator.ts b/clients/client-lambda/src/pagination/ListProvisionedConcurrencyConfigsPaginator.ts index 270a111544db..31b2c5ec7242 100644 --- a/clients/client-lambda/src/pagination/ListProvisionedConcurrencyConfigsPaginator.ts +++ b/clients/client-lambda/src/pagination/ListProvisionedConcurrencyConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProvisionedConcurrencyConfigsCommand, diff --git a/clients/client-lambda/src/pagination/ListVersionsByFunctionPaginator.ts b/clients/client-lambda/src/pagination/ListVersionsByFunctionPaginator.ts index 64060b9a84f4..473c1a434232 100644 --- a/clients/client-lambda/src/pagination/ListVersionsByFunctionPaginator.ts +++ b/clients/client-lambda/src/pagination/ListVersionsByFunctionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVersionsByFunctionCommand, diff --git a/clients/client-lambda/src/protocols/Aws_restJson1.ts b/clients/client-lambda/src/protocols/Aws_restJson1.ts index 455a8a23dd53..bd0a0ca6ad63 100644 --- a/clients/client-lambda/src/protocols/Aws_restJson1.ts +++ b/clients/client-lambda/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,13 +19,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddLayerVersionPermissionCommandInput, diff --git a/clients/client-lambda/src/runtimeConfig.browser.ts b/clients/client-lambda/src/runtimeConfig.browser.ts index 9e2fa72b537d..2a3e80740d84 100644 --- a/clients/client-lambda/src/runtimeConfig.browser.ts +++ b/clients/client-lambda/src/runtimeConfig.browser.ts @@ -3,17 +3,17 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LambdaClientConfig } from "./LambdaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lambda/src/runtimeConfig.shared.ts b/clients/client-lambda/src/runtimeConfig.shared.ts index 66c3712d9ecd..dd2c67aa73a2 100644 --- a/clients/client-lambda/src/runtimeConfig.shared.ts +++ b/clients/client-lambda/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LambdaClientConfig } from "./LambdaClient"; diff --git a/clients/client-lambda/src/runtimeConfig.ts b/clients/client-lambda/src/runtimeConfig.ts index 41e5b5662d91..8c615af3cfcb 100644 --- a/clients/client-lambda/src/runtimeConfig.ts +++ b/clients/client-lambda/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LambdaClientConfig } from "./LambdaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lambda/src/waiters/waitForFunctionActive.ts b/clients/client-lambda/src/waiters/waitForFunctionActive.ts index c88653a6acb1..ec5e42d39846 100644 --- a/clients/client-lambda/src/waiters/waitForFunctionActive.ts +++ b/clients/client-lambda/src/waiters/waitForFunctionActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionConfigurationCommand, diff --git a/clients/client-lambda/src/waiters/waitForFunctionActiveV2.ts b/clients/client-lambda/src/waiters/waitForFunctionActiveV2.ts index 6923cabd2c7d..854040b1c3fb 100644 --- a/clients/client-lambda/src/waiters/waitForFunctionActiveV2.ts +++ b/clients/client-lambda/src/waiters/waitForFunctionActiveV2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionCommand, GetFunctionCommandInput } from "../commands/GetFunctionCommand"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/waiters/waitForFunctionExists.ts b/clients/client-lambda/src/waiters/waitForFunctionExists.ts index e31ec14a0da3..4fbfa36dba23 100644 --- a/clients/client-lambda/src/waiters/waitForFunctionExists.ts +++ b/clients/client-lambda/src/waiters/waitForFunctionExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionCommand, GetFunctionCommandInput } from "../commands/GetFunctionCommand"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/waiters/waitForFunctionUpdated.ts b/clients/client-lambda/src/waiters/waitForFunctionUpdated.ts index d89b2b8076e9..9180ce56e220 100644 --- a/clients/client-lambda/src/waiters/waitForFunctionUpdated.ts +++ b/clients/client-lambda/src/waiters/waitForFunctionUpdated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionConfigurationCommand, diff --git a/clients/client-lambda/src/waiters/waitForFunctionUpdatedV2.ts b/clients/client-lambda/src/waiters/waitForFunctionUpdatedV2.ts index 5304e720e987..2596d2020d1c 100644 --- a/clients/client-lambda/src/waiters/waitForFunctionUpdatedV2.ts +++ b/clients/client-lambda/src/waiters/waitForFunctionUpdatedV2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionCommand, GetFunctionCommandInput } from "../commands/GetFunctionCommand"; import { LambdaClient } from "../LambdaClient"; diff --git a/clients/client-lambda/src/waiters/waitForPublishedVersionActive.ts b/clients/client-lambda/src/waiters/waitForPublishedVersionActive.ts index ec7c32f5a152..d8292034a3ff 100644 --- a/clients/client-lambda/src/waiters/waitForPublishedVersionActive.ts +++ b/clients/client-lambda/src/waiters/waitForPublishedVersionActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetFunctionConfigurationCommand, diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index 7a9ca155ae9d..1640269b2371 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lex-model-building-service/src/LexModelBuildingService.ts b/clients/client-lex-model-building-service/src/LexModelBuildingService.ts index 940e548f4554..9f1157b09e61 100644 --- a/clients/client-lex-model-building-service/src/LexModelBuildingService.ts +++ b/clients/client-lex-model-building-service/src/LexModelBuildingService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateBotVersionCommand, diff --git a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts index 7e7c95931adc..02f880dae704 100644 --- a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts +++ b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand"; @@ -237,7 +235,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -346,7 +344,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts index c97fa0ce7f00..ea8377f68489 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts index d8a82bae792b..654d2641a726 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts index 15917bca496c..fa0b6c98ac40 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts index 04da63f2afb7..00b341b4ff90 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts index 94c26bab09ed..3d084cd5e8e2 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts index 033d1024b560..f530307730ad 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts index 25c9021a429f..574316fa456b 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts index 6f8c7c39024e..e8a5174ce3b9 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts index 29563b4f14c7..e5871f138859 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts index 2e47df96cd3e..95ddee562acb 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts index debc404d0799..cec59ecf4344 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts index 32a5fe1eb8c8..f69d57da85a4 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts index e7559155a79f..af64cac3a00b 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts index 3b7e73f4a328..31eff01b9e62 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts index e60af9f37f49..fc06a3e6bf10 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts index 1a2d38e4eadd..68b616103c03 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts index 760e28b979d0..8a2115550a26 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts index a13626688047..219b9e7c8884 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts index 94834a7ad39a..25c2e14cfff7 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts index b3ded0c3a8a1..430ef7fa36e2 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts index 0e958c787085..644b05abd5d7 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts index 83c2b36d20da..a9bf2f9d9b61 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts index 1680357c0d58..954521b6358b 100644 --- a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts index 2dce42bcb9eb..761b69b0b508 100644 --- a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts index 8831c32c8780..4c5c19a78f36 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts index 06279f3194be..d14db8dc2095 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts index 5df9e8ce78db..de468e56938a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts index d72b7310fb35..99a11c059637 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts index 9b03c6b97550..39cdb80622f2 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts index 61e084a5c45e..dc72d5843299 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts index 5a0afa346265..75bc6c69d4a7 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts index 53faeaf3e76a..f0a863a6726e 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts index 01e3add2891f..dae5dfb0d12a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts index 14c71d46e687..cc04fad67673 100644 --- a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts index 626ac00ba0df..b7b8e4e5760c 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts index 92f2d376adb4..5c04518796f8 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts index ab1e7222716d..447be5a6944f 100644 --- a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts index b306d1316389..c8bc25bafbc3 100644 --- a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts index 1d0fa1cdc13e..252d7282f546 100644 --- a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts index 2971b919d990..199d18549298 100644 --- a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts index ff6abd837ef9..80b4040ea836 100644 --- a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts index 7bbc3236865b..5f6c18550b08 100644 --- a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelBuildingServiceClientResolvedConfig, diff --git a/clients/client-lex-model-building-service/src/endpoint/EndpointParameters.ts b/clients/client-lex-model-building-service/src/endpoint/EndpointParameters.ts index a1b1b473c486..19cbd73d0ba6 100644 --- a/clients/client-lex-model-building-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-lex-model-building-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lex-model-building-service/src/endpoint/endpointResolver.ts b/clients/client-lex-model-building-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lex-model-building-service/src/endpoint/endpointResolver.ts +++ b/clients/client-lex-model-building-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lex-model-building-service/src/endpoint/ruleset.ts b/clients/client-lex-model-building-service/src/endpoint/ruleset.ts index 8bc204d016cb..25cfd790e5ac 100644 --- a/clients/client-lex-model-building-service/src/endpoint/ruleset.ts +++ b/clients/client-lex-model-building-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts b/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts index 0d5cab855ffb..b186d1ca6a06 100644 --- a/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts +++ b/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lex-model-building-service/src/models/models_0.ts b/clients/client-lex-model-building-service/src/models/models_0.ts index c46a94ac2dc1..4c5509ca0724 100644 --- a/clients/client-lex-model-building-service/src/models/models_0.ts +++ b/clients/client-lex-model-building-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { LexModelBuildingServiceServiceException as __BaseException } from "./LexModelBuildingServiceServiceException"; diff --git a/clients/client-lex-model-building-service/src/pagination/GetBotAliasesPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBotAliasesPaginator.ts index 7c5b18231ef9..74cb792d5a11 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBotAliasesPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBotAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBotAliasesCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetBotChannelAssociationsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBotChannelAssociationsPaginator.ts index a91d5db49cc4..0d9a1ba85288 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBotChannelAssociationsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBotChannelAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBotChannelAssociationsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetBotVersionsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBotVersionsPaginator.ts index b23149b43667..4074fe62f2a8 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBotVersionsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBotVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBotVersionsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetBotsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBotsPaginator.ts index 64f1ddbbe805..845e0b9679e4 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBotsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBotsCommand, GetBotsCommandInput, GetBotsCommandOutput } from "../commands/GetBotsCommand"; import { LexModelBuildingServiceClient } from "../LexModelBuildingServiceClient"; diff --git a/clients/client-lex-model-building-service/src/pagination/GetBuiltinIntentsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBuiltinIntentsPaginator.ts index 4e982504bfdf..cbd9549867e9 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBuiltinIntentsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBuiltinIntentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBuiltinIntentsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetBuiltinSlotTypesPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetBuiltinSlotTypesPaginator.ts index 18cc16061027..658d24ed2be9 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetBuiltinSlotTypesPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetBuiltinSlotTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetBuiltinSlotTypesCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetIntentVersionsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetIntentVersionsPaginator.ts index e7754fbc1317..6d87bf8e83c7 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetIntentVersionsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetIntentVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIntentVersionsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetIntentsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetIntentsPaginator.ts index 3172410cc0dd..14eb20c0b4eb 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetIntentsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetIntentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetIntentsCommand, GetIntentsCommandInput, GetIntentsCommandOutput } from "../commands/GetIntentsCommand"; import { LexModelBuildingServiceClient } from "../LexModelBuildingServiceClient"; diff --git a/clients/client-lex-model-building-service/src/pagination/GetMigrationsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetMigrationsPaginator.ts index 60537a4eff04..31feeeccdb1c 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetMigrationsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetMigrationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetMigrationsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetSlotTypeVersionsPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetSlotTypeVersionsPaginator.ts index 3d8f9e94dbef..83c4d3779296 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetSlotTypeVersionsPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetSlotTypeVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSlotTypeVersionsCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/GetSlotTypesPaginator.ts b/clients/client-lex-model-building-service/src/pagination/GetSlotTypesPaginator.ts index 0e81294e95ce..beb3193cd963 100644 --- a/clients/client-lex-model-building-service/src/pagination/GetSlotTypesPaginator.ts +++ b/clients/client-lex-model-building-service/src/pagination/GetSlotTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSlotTypesCommand, diff --git a/clients/client-lex-model-building-service/src/pagination/Interfaces.ts b/clients/client-lex-model-building-service/src/pagination/Interfaces.ts index 259f985bbd1a..ad3041ee89a5 100644 --- a/clients/client-lex-model-building-service/src/pagination/Interfaces.ts +++ b/clients/client-lex-model-building-service/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LexModelBuildingServiceClient } from "../LexModelBuildingServiceClient"; diff --git a/clients/client-lex-model-building-service/src/protocols/Aws_restJson1.ts b/clients/client-lex-model-building-service/src/protocols/Aws_restJson1.ts index c39f45d78e3a..177647c10385 100644 --- a/clients/client-lex-model-building-service/src/protocols/Aws_restJson1.ts +++ b/clients/client-lex-model-building-service/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "../commands/CreateBotVersionCommand"; import { diff --git a/clients/client-lex-model-building-service/src/runtimeConfig.browser.ts b/clients/client-lex-model-building-service/src/runtimeConfig.browser.ts index a09f1b80e737..8d122a69ee8f 100644 --- a/clients/client-lex-model-building-service/src/runtimeConfig.browser.ts +++ b/clients/client-lex-model-building-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lex-model-building-service/src/runtimeConfig.shared.ts b/clients/client-lex-model-building-service/src/runtimeConfig.shared.ts index f00eed6d5f39..ba97265b46a9 100644 --- a/clients/client-lex-model-building-service/src/runtimeConfig.shared.ts +++ b/clients/client-lex-model-building-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServiceClient"; diff --git a/clients/client-lex-model-building-service/src/runtimeConfig.ts b/clients/client-lex-model-building-service/src/runtimeConfig.ts index 44dddc5e588d..f2cac40767ab 100644 --- a/clients/client-lex-model-building-service/src/runtimeConfig.ts +++ b/clients/client-lex-model-building-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index 9c4451bcadee..655b22487364 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lex-models-v2/src/LexModelsV2.ts b/clients/client-lex-models-v2/src/LexModelsV2.ts index 7924b6e00742..474fa949c424 100644 --- a/clients/client-lex-models-v2/src/LexModelsV2.ts +++ b/clients/client-lex-models-v2/src/LexModelsV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCreateCustomVocabularyItemCommand, diff --git a/clients/client-lex-models-v2/src/LexModelsV2Client.ts b/clients/client-lex-models-v2/src/LexModelsV2Client.ts index e5a4ba2992f2..7a02c698b362 100644 --- a/clients/client-lex-models-v2/src/LexModelsV2Client.ts +++ b/clients/client-lex-models-v2/src/LexModelsV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -423,7 +421,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -532,7 +530,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts index 78c389e3b78f..279917cd94d1 100644 --- a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { BatchCreateCustomVocabularyItemRequest, BatchCreateCustomVocabularyItemResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts index 4596347fd161..cd9be9ac0c30 100644 --- a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { BatchDeleteCustomVocabularyItemRequest, BatchDeleteCustomVocabularyItemResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts index 55514da756b8..a77f1e8e1baa 100644 --- a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { BatchUpdateCustomVocabularyItemRequest, BatchUpdateCustomVocabularyItemResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts index 049d12849fe8..a5dbec02e2f3 100644 --- a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { BuildBotLocaleRequest, BuildBotLocaleResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts index 7b8da82b65d5..c40fe4d1e513 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateBotAliasRequest, CreateBotAliasResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts index 7b9640a89bdf..fec8c1862e12 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateBotRequest, CreateBotResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts index 172d0ec9d72e..1359132e95e8 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateBotLocaleRequest, CreateBotLocaleResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts index 3b4c73f21375..b3d23cd248df 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts index b98f72e6eec1..ce79b4b0cecf 100644 --- a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateExportRequest, CreateExportRequestFilterSensitiveLog, CreateExportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts index 1ed630d1f58c..29e530888469 100644 --- a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateIntentRequest, CreateIntentResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts index f3a4295d51b7..45ce31eb1a31 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateResourcePolicyRequest, CreateResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts index d5da82e1e30e..9d32efd4526e 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateResourcePolicyStatementRequest, CreateResourcePolicyStatementResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts index 469fd48a7bdd..041ab9ce034f 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateSlotRequest, CreateSlotResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts index 15fc24f63cd7..670958ab3f65 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateSlotTypeRequest, CreateSlotTypeResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts index 0da249f7536e..75cec270ce75 100644 --- a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateTestSetDiscrepancyReportRequest, CreateTestSetDiscrepancyReportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts index 6582676bf0e8..42f85a0f425b 100644 --- a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { CreateUploadUrlRequest, CreateUploadUrlResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts index c1ae4ba12747..dc69d13d0451 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteBotAliasRequest, DeleteBotAliasResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts index debe7cf23af2..5e018110e77c 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteBotRequest, DeleteBotResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts index 6ef0a52356c0..31ff3d4a1976 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteBotLocaleRequest, DeleteBotLocaleResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts index 86c8b5e3c5b0..3e55b747483b 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteBotVersionRequest, DeleteBotVersionResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts index 1df4c82cc37b..620fcfe91d70 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteCustomVocabularyRequest, DeleteCustomVocabularyResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts index 7d3fd105bb42..8356a20a2006 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts index fd81a1c4a4de..32824c287225 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteImportRequest, DeleteImportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts index e4e7e394e3d9..3b7b6810a10f 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteIntentRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts index a80bb50c9c65..4670915edc02 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts index f66c5d4e3bcc..560faf6f7a0d 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteResourcePolicyStatementRequest, DeleteResourcePolicyStatementResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts index 2ec9f0c182e0..b6c7dac77867 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteSlotRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts index 0faea496bd1c..f36da1950909 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteSlotTypeRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts index 337cdcb4749f..4d5fca5b4304 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteTestSetRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts index a52e46dc9657..764f068a9361 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DeleteUtterancesRequest, DeleteUtterancesResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts index 564e7411195a..e4ec8d299da1 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts index 1f5c68aabee5..fb1519bc5fd6 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeBotRequest, DescribeBotResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts index def1ac54b9d5..fd658338478f 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts index b673781a8eff..c5b6c02c4431 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts index b5af8c0864a3..446931097dac 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeBotVersionRequest, DescribeBotVersionResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts index b58ecfd1efd4..85d0d06c91e5 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeCustomVocabularyMetadataRequest, DescribeCustomVocabularyMetadataResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts index eabf86c0a205..8eda2c57eb13 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeExportRequest, DescribeExportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts index 17a24a3220ac..5d04aa536c61 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeImportRequest, DescribeImportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts index 2eecd1527fa6..6710766993d5 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeIntentRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts index 5633a44e0232..ad01142dd29e 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts index ab8153053401..9ab3fcfb7214 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeSlotRequest } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts index 68576c343cdc..437d60ea5fca 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts index de6b247863f4..f132c1e5348a 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeTestExecutionRequest, DescribeTestExecutionResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts index 0f114212594e..3e0139477c4e 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeTestSetRequest, DescribeTestSetResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts index 1c59c7b02d90..d95fa3b2de71 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeTestSetDiscrepancyReportRequest, DescribeTestSetDiscrepancyReportResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts index e2fecba30d39..5e7061184c1a 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { DescribeTestSetGenerationRequest, DescribeTestSetGenerationResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts index f8f17a94af37..60e1d5f65f6f 100644 --- a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { GetTestExecutionArtifactsUrlRequest, GetTestExecutionArtifactsUrlResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts index bc847d24109d..488ff0fd12b3 100644 --- a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0"; diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts index f696aa66aa67..666d9b5705e1 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts index 0cf0dfb07548..dd27b1dc10d3 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts index 050de589031c..2156f3291336 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts index a0e99990deb7..887aecbd558a 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts index 7d3ca800b952..62e9fa392601 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBotsRequest, ListBotsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts index 7e2507b308aa..ec0f5a405ef2 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts index 5ff8ef83a358..5fcf4efec78b 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts index 198eb17a9ef7..aeb4a9c368bd 100644 --- a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListCustomVocabularyItemsRequest, ListCustomVocabularyItemsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts index 3f51587a4bec..b834bf00bfa0 100644 --- a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListExportsRequest, ListExportsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts index 002856bcdaa8..77f8aa3c9bc3 100644 --- a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListImportsRequest, ListImportsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts index 4a97a65fb8a9..53bb0a8b663e 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListIntentsRequest, ListIntentsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts index 4c5ed19d6542..204819d3096d 100644 --- a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListRecommendedIntentsRequest, ListRecommendedIntentsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts index 7b4c26143047..3dc96f0d114b 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListSlotTypesRequest, ListSlotTypesResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts index 276aace18b95..581995aa5939 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListSlotsRequest, ListSlotsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts index 95be7888f285..3932eb40f84d 100644 --- a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts index 1f7e5ab71abf..dbefa91573d5 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListTestExecutionResultItemsRequest, ListTestExecutionResultItemsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts index ad3ba35fd0d7..3a35ca0ce61e 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListTestExecutionsRequest, ListTestExecutionsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts index 16cb0ae7d65d..4f91d7b41aa3 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListTestSetRecordsRequest, ListTestSetRecordsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts index 9fbadc838866..f5a22d200597 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { ListTestSetsRequest, ListTestSetsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts index 312483426d2f..f9cd475f538f 100644 --- a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { SearchAssociatedTranscriptsRequest, SearchAssociatedTranscriptsResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts index 63cb492354a6..ce3007b50ae0 100644 --- a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { diff --git a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts index 3a20ab01a2e0..8fabca19a574 100644 --- a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { StartImportRequest, StartImportRequestFilterSensitiveLog, StartImportResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts index c24d90571185..15b87bf16561 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { StartTestExecutionRequest, StartTestExecutionResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts index 963d5101882b..0d97f1f1beff 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { StartTestSetGenerationRequest, StartTestSetGenerationResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts index 4dea9f2cb462..14294947f155 100644 --- a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { StopBotRecommendationRequest, StopBotRecommendationResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts index fabd547541e8..de7f573dd85b 100644 --- a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts index 8d4ecdf2e182..b2fde2afa727 100644 --- a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts index e6c155523e78..3842001ad98e 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateBotAliasRequest, UpdateBotAliasResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts index 218d04a1fb9f..9997d911660f 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateBotRequest, UpdateBotResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts index b4dfc0b0703f..8cfb13a0e967 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts index 6f7c86f31e97..e73b7e104f50 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { diff --git a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts index 3c738f434750..9aaa42221f9a 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateExportRequest, UpdateExportRequestFilterSensitiveLog, UpdateExportResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts index 74500b931284..69f1220e6c66 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts index dd26c69f6b64..0407ccea8e42 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts index 6296bb3e451e..6e5aa6e91d65 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts index 122b110bd39b..d7c65ae7a201 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts index 880dbc427718..6a60ba4e214d 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client"; import { UpdateTestSetRequest, UpdateTestSetResponse } from "../models/models_1"; diff --git a/clients/client-lex-models-v2/src/endpoint/EndpointParameters.ts b/clients/client-lex-models-v2/src/endpoint/EndpointParameters.ts index a1b1b473c486..19cbd73d0ba6 100644 --- a/clients/client-lex-models-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-lex-models-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lex-models-v2/src/endpoint/endpointResolver.ts b/clients/client-lex-models-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lex-models-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-lex-models-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lex-models-v2/src/endpoint/ruleset.ts b/clients/client-lex-models-v2/src/endpoint/ruleset.ts index c5a2430221cc..e5e640d3d780 100644 --- a/clients/client-lex-models-v2/src/endpoint/ruleset.ts +++ b/clients/client-lex-models-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts b/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts index 333e704ac3bc..ba2fc69a915d 100644 --- a/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts +++ b/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lex-models-v2/src/models/models_0.ts b/clients/client-lex-models-v2/src/models/models_0.ts index 5adef41b430a..dc3ccb1a5f29 100644 --- a/clients/client-lex-models-v2/src/models/models_0.ts +++ b/clients/client-lex-models-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { LexModelsV2ServiceException as __BaseException } from "./LexModelsV2ServiceException"; diff --git a/clients/client-lex-models-v2/src/models/models_1.ts b/clients/client-lex-models-v2/src/models/models_1.ts index 7b95475a5d03..9a7c37fc5493 100644 --- a/clients/client-lex-models-v2/src/models/models_1.ts +++ b/clients/client-lex-models-v2/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { ActiveContext, diff --git a/clients/client-lex-models-v2/src/pagination/Interfaces.ts b/clients/client-lex-models-v2/src/pagination/Interfaces.ts index 6c4d0a6293d9..775dd498ee92 100644 --- a/clients/client-lex-models-v2/src/pagination/Interfaces.ts +++ b/clients/client-lex-models-v2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListAggregatedUtterancesPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListAggregatedUtterancesPaginator.ts index b6b027424361..0eecbfe9a0d5 100644 --- a/clients/client-lex-models-v2/src/pagination/ListAggregatedUtterancesPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListAggregatedUtterancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAggregatedUtterancesCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBotAliasesPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBotAliasesPaginator.ts index b50d471481f9..3e31dfa83389 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBotAliasesPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBotAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotAliasesCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBotLocalesPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBotLocalesPaginator.ts index cc5f8405dd67..f3661c7a77d8 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBotLocalesPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBotLocalesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotLocalesCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBotRecommendationsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBotRecommendationsPaginator.ts index d6918e454b1a..e457e476d50c 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBotRecommendationsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBotRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotRecommendationsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBotVersionsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBotVersionsPaginator.ts index 7da4fe620ca4..7b03365dcb1d 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBotVersionsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBotVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotVersionsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBotsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBotsPaginator.ts index cdacd7315bbc..fabe0be0a6a0 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBotsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBotsCommand, ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListBuiltInIntentsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBuiltInIntentsPaginator.ts index e48ec8bbbf64..e462aac099d5 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBuiltInIntentsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBuiltInIntentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBuiltInIntentsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListBuiltInSlotTypesPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListBuiltInSlotTypesPaginator.ts index bfed31aef3ff..267b37dbec7b 100644 --- a/clients/client-lex-models-v2/src/pagination/ListBuiltInSlotTypesPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListBuiltInSlotTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBuiltInSlotTypesCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListCustomVocabularyItemsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListCustomVocabularyItemsPaginator.ts index cd405fc377b2..00ddb34ffa31 100644 --- a/clients/client-lex-models-v2/src/pagination/ListCustomVocabularyItemsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListCustomVocabularyItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomVocabularyItemsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListExportsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListExportsPaginator.ts index dcfe72eaceab..b66dfa52ec76 100644 --- a/clients/client-lex-models-v2/src/pagination/ListExportsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExportsCommand, ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListImportsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListImportsPaginator.ts index 449b275bd815..9cb133ea754e 100644 --- a/clients/client-lex-models-v2/src/pagination/ListImportsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListImportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListIntentsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListIntentsPaginator.ts index bdcf71a5bf8e..7479963f463a 100644 --- a/clients/client-lex-models-v2/src/pagination/ListIntentsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListIntentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIntentsCommand, ListIntentsCommandInput, ListIntentsCommandOutput } from "../commands/ListIntentsCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListRecommendedIntentsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListRecommendedIntentsPaginator.ts index 8e3a46d47387..739aa330b795 100644 --- a/clients/client-lex-models-v2/src/pagination/ListRecommendedIntentsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListRecommendedIntentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecommendedIntentsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListSlotTypesPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListSlotTypesPaginator.ts index 41dcc6f21455..b7e66f782025 100644 --- a/clients/client-lex-models-v2/src/pagination/ListSlotTypesPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListSlotTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSlotTypesCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListSlotsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListSlotsPaginator.ts index 3a3980178c74..51182416e6bc 100644 --- a/clients/client-lex-models-v2/src/pagination/ListSlotsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListSlotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSlotsCommand, ListSlotsCommandInput, ListSlotsCommandOutput } from "../commands/ListSlotsCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/pagination/ListTestExecutionResultItemsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListTestExecutionResultItemsPaginator.ts index 67702d21c7f6..fe786ab25054 100644 --- a/clients/client-lex-models-v2/src/pagination/ListTestExecutionResultItemsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListTestExecutionResultItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestExecutionResultItemsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListTestExecutionsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListTestExecutionsPaginator.ts index 724ce001053e..200331f62ab1 100644 --- a/clients/client-lex-models-v2/src/pagination/ListTestExecutionsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListTestExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestExecutionsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListTestSetRecordsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListTestSetRecordsPaginator.ts index 5f7dc0863250..833cc6bcb9d5 100644 --- a/clients/client-lex-models-v2/src/pagination/ListTestSetRecordsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListTestSetRecordsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestSetRecordsCommand, diff --git a/clients/client-lex-models-v2/src/pagination/ListTestSetsPaginator.ts b/clients/client-lex-models-v2/src/pagination/ListTestSetsPaginator.ts index beaac5338340..9f1bfc5ad508 100644 --- a/clients/client-lex-models-v2/src/pagination/ListTestSetsPaginator.ts +++ b/clients/client-lex-models-v2/src/pagination/ListTestSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestSetsCommand, diff --git a/clients/client-lex-models-v2/src/protocols/Aws_restJson1.ts b/clients/client-lex-models-v2/src/protocols/Aws_restJson1.ts index 05c79b971f20..37dfd7bfd43e 100644 --- a/clients/client-lex-models-v2/src/protocols/Aws_restJson1.ts +++ b/clients/client-lex-models-v2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreateCustomVocabularyItemCommandInput, diff --git a/clients/client-lex-models-v2/src/runtimeConfig.browser.ts b/clients/client-lex-models-v2/src/runtimeConfig.browser.ts index f288aba32733..ec203315abdd 100644 --- a/clients/client-lex-models-v2/src/runtimeConfig.browser.ts +++ b/clients/client-lex-models-v2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexModelsV2ClientConfig } from "./LexModelsV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lex-models-v2/src/runtimeConfig.shared.ts b/clients/client-lex-models-v2/src/runtimeConfig.shared.ts index 701067467997..dea000b74cda 100644 --- a/clients/client-lex-models-v2/src/runtimeConfig.shared.ts +++ b/clients/client-lex-models-v2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LexModelsV2ClientConfig } from "./LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/runtimeConfig.ts b/clients/client-lex-models-v2/src/runtimeConfig.ts index 69f43ddea41d..240ecd61bbaa 100644 --- a/clients/client-lex-models-v2/src/runtimeConfig.ts +++ b/clients/client-lex-models-v2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexModelsV2ClientConfig } from "./LexModelsV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotAliasAvailable.ts b/clients/client-lex-models-v2/src/waiters/waitForBotAliasAvailable.ts index 42b685059b7b..598974a75eb9 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotAliasAvailable.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotAliasAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotAliasCommand, DescribeBotAliasCommandInput } from "../commands/DescribeBotAliasCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotAvailable.ts b/clients/client-lex-models-v2/src/waiters/waitForBotAvailable.ts index 8dcd0ebc9b13..bac3ea67e621 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotAvailable.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotCommand, DescribeBotCommandInput } from "../commands/DescribeBotCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotExportCompleted.ts b/clients/client-lex-models-v2/src/waiters/waitForBotExportCompleted.ts index 117df75c50d0..dcfec9ef5203 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotExportCompleted.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotExportCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeExportCommand, DescribeExportCommandInput } from "../commands/DescribeExportCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotImportCompleted.ts b/clients/client-lex-models-v2/src/waiters/waitForBotImportCompleted.ts index 636d492fae62..e89f9861b05c 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotImportCompleted.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotImportCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImportCommand, DescribeImportCommandInput } from "../commands/DescribeImportCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleBuilt.ts b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleBuilt.ts index a1598bc4346a..3c9b9dda4f19 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleBuilt.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleBuilt.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotLocaleCommand, DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleCreated.ts b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleCreated.ts index 2d52356339fb..39cf6507b559 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleCreated.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotLocaleCommand, DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleExpressTestingAvailable.ts b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleExpressTestingAvailable.ts index 7e299ed3b27e..3093d6935fba 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotLocaleExpressTestingAvailable.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotLocaleExpressTestingAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotLocaleCommand, DescribeBotLocaleCommandInput } from "../commands/DescribeBotLocaleCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-models-v2/src/waiters/waitForBotVersionAvailable.ts b/clients/client-lex-models-v2/src/waiters/waitForBotVersionAvailable.ts index 14e53501de1a..63b60bd42ae5 100644 --- a/clients/client-lex-models-v2/src/waiters/waitForBotVersionAvailable.ts +++ b/clients/client-lex-models-v2/src/waiters/waitForBotVersionAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBotVersionCommand, DescribeBotVersionCommandInput } from "../commands/DescribeBotVersionCommand"; import { LexModelsV2Client } from "../LexModelsV2Client"; diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 4127f159502e..91477f6d4a64 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -24,43 +24,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", diff --git a/clients/client-lex-runtime-service/src/LexRuntimeService.ts b/clients/client-lex-runtime-service/src/LexRuntimeService.ts index 8962c1090300..267af0556d78 100644 --- a/clients/client-lex-runtime-service/src/LexRuntimeService.ts +++ b/clients/client-lex-runtime-service/src/LexRuntimeService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteSessionCommand, diff --git a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts index 1b8d4c9f34f6..42f6381355cb 100644 --- a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts +++ b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand"; @@ -97,7 +95,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -206,7 +204,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts index dd56443f268c..f6b292a65517 100644 --- a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeServiceClientResolvedConfig, diff --git a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts index e1609845c3c8..6fd107132833 100644 --- a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeServiceClientResolvedConfig, diff --git a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts index 3023da8748fa..ece46d5aa043 100644 --- a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { LexRuntimeServiceClientResolvedConfig, diff --git a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts index e9e481385030..1b71c854dd08 100644 --- a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeServiceClientResolvedConfig, diff --git a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts index 1027cca0d21f..d0db3fc7832b 100644 --- a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { LexRuntimeServiceClientResolvedConfig, diff --git a/clients/client-lex-runtime-service/src/endpoint/EndpointParameters.ts b/clients/client-lex-runtime-service/src/endpoint/EndpointParameters.ts index a1b1b473c486..19cbd73d0ba6 100644 --- a/clients/client-lex-runtime-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-lex-runtime-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lex-runtime-service/src/endpoint/endpointResolver.ts b/clients/client-lex-runtime-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lex-runtime-service/src/endpoint/endpointResolver.ts +++ b/clients/client-lex-runtime-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lex-runtime-service/src/endpoint/ruleset.ts b/clients/client-lex-runtime-service/src/endpoint/ruleset.ts index 432275c93467..b0ac24e95bfb 100644 --- a/clients/client-lex-runtime-service/src/endpoint/ruleset.ts +++ b/clients/client-lex-runtime-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts b/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts index bf1ad4b5540e..99c26a9d61bf 100644 --- a/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts +++ b/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lex-runtime-service/src/models/models_0.ts b/clients/client-lex-runtime-service/src/models/models_0.ts index 96d95a4a17cf..13624810ed78 100644 --- a/clients/client-lex-runtime-service/src/models/models_0.ts +++ b/clients/client-lex-runtime-service/src/models/models_0.ts @@ -3,7 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, SENSITIVE_STRING, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { Readable } from "stream"; import { LexRuntimeServiceServiceException as __BaseException } from "./LexRuntimeServiceServiceException"; diff --git a/clients/client-lex-runtime-service/src/protocols/Aws_restJson1.ts b/clients/client-lex-runtime-service/src/protocols/Aws_restJson1.ts index a0bf45665e9a..397161f34fd8 100644 --- a/clients/client-lex-runtime-service/src/protocols/Aws_restJson1.ts +++ b/clients/client-lex-runtime-service/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,13 +14,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand"; import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand"; diff --git a/clients/client-lex-runtime-service/src/runtimeConfig.browser.ts b/clients/client-lex-runtime-service/src/runtimeConfig.browser.ts index 67ce84110268..3ff738b55226 100644 --- a/clients/client-lex-runtime-service/src/runtimeConfig.browser.ts +++ b/clients/client-lex-runtime-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexRuntimeServiceClientConfig } from "./LexRuntimeServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lex-runtime-service/src/runtimeConfig.shared.ts b/clients/client-lex-runtime-service/src/runtimeConfig.shared.ts index bf05545e3650..9672b03ee7f5 100644 --- a/clients/client-lex-runtime-service/src/runtimeConfig.shared.ts +++ b/clients/client-lex-runtime-service/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LexRuntimeServiceClientConfig } from "./LexRuntimeServiceClient"; diff --git a/clients/client-lex-runtime-service/src/runtimeConfig.ts b/clients/client-lex-runtime-service/src/runtimeConfig.ts index bd566d5f75ea..9e3ec1066488 100644 --- a/clients/client-lex-runtime-service/src/runtimeConfig.ts +++ b/clients/client-lex-runtime-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexRuntimeServiceClientConfig } from "./LexRuntimeServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json index af32876fcbc7..aadbe89b04a8 100644 --- a/clients/client-lex-runtime-v2/package.json +++ b/clients/client-lex-runtime-v2/package.json @@ -22,48 +22,49 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", "@aws-sdk/eventstream-handler-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-eventstream": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lex-runtime-v2/src/LexRuntimeV2.ts b/clients/client-lex-runtime-v2/src/LexRuntimeV2.ts index 6552bc5f1333..77086cf13487 100644 --- a/clients/client-lex-runtime-v2/src/LexRuntimeV2.ts +++ b/clients/client-lex-runtime-v2/src/LexRuntimeV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteSessionCommand, diff --git a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts index c92fce33970d..195cafce4a92 100644 --- a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts +++ b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EventStreamInputConfig, EventStreamResolvedConfig, @@ -20,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -33,35 +24,44 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + Credentials as __Credentials, + EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, +} from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, - EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand"; @@ -112,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts index ff4f97dc3664..e30c1999b9f5 100644 --- a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0"; diff --git a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts index 460d3ace762e..de8a595c144b 100644 --- a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { GetSessionRequest, GetSessionResponse, GetSessionResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts index 3a1f3a2a6285..c0d60b25dc76 100644 --- a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts index 7fad53484d78..9c4d56b752e2 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts index fc0e565bb8f6..5eea362e24ac 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { diff --git a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts index 0380a2eec906..a0219071f937 100644 --- a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexRuntimeV2Client"; import { diff --git a/clients/client-lex-runtime-v2/src/endpoint/EndpointParameters.ts b/clients/client-lex-runtime-v2/src/endpoint/EndpointParameters.ts index 19c7b500499f..4ad4b6849637 100644 --- a/clients/client-lex-runtime-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-lex-runtime-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lex-runtime-v2/src/endpoint/endpointResolver.ts b/clients/client-lex-runtime-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lex-runtime-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-lex-runtime-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lex-runtime-v2/src/endpoint/ruleset.ts b/clients/client-lex-runtime-v2/src/endpoint/ruleset.ts index 80c81f9dbd3b..b9354b5fab75 100644 --- a/clients/client-lex-runtime-v2/src/endpoint/ruleset.ts +++ b/clients/client-lex-runtime-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts b/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts index 66fac4b89791..c27993e0b167 100644 --- a/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts +++ b/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lex-runtime-v2/src/models/models_0.ts b/clients/client-lex-runtime-v2/src/models/models_0.ts index 3390a86a88ef..e39d1efbc719 100644 --- a/clients/client-lex-runtime-v2/src/models/models_0.ts +++ b/clients/client-lex-runtime-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { LexRuntimeV2ServiceException as __BaseException } from "./LexRuntimeV2ServiceException"; diff --git a/clients/client-lex-runtime-v2/src/protocols/Aws_restJson1.ts b/clients/client-lex-runtime-v2/src/protocols/Aws_restJson1.ts index 798ca371574d..2dbf444660f7 100644 --- a/clients/client-lex-runtime-v2/src/protocols/Aws_restJson1.ts +++ b/clients/client-lex-runtime-v2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,16 +12,16 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, Message as __Message, MessageHeaders as __MessageHeaders, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand"; import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand"; diff --git a/clients/client-lex-runtime-v2/src/runtimeConfig.browser.ts b/clients/client-lex-runtime-v2/src/runtimeConfig.browser.ts index 6160fdc486f4..128d6943e4cb 100644 --- a/clients/client-lex-runtime-v2/src/runtimeConfig.browser.ts +++ b/clients/client-lex-runtime-v2/src/runtimeConfig.browser.ts @@ -3,17 +3,17 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidFunction, invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidFunction, invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lex-runtime-v2/src/runtimeConfig.native.ts b/clients/client-lex-runtime-v2/src/runtimeConfig.native.ts index 12540a66cfa9..911ef83bbc73 100644 --- a/clients/client-lex-runtime-v2/src/runtimeConfig.native.ts +++ b/clients/client-lex-runtime-v2/src/runtimeConfig.native.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code import { Sha256 } from "@aws-crypto/sha256-js"; -import { invalidFunction } from "@aws-sdk/invalid-dependency"; +import { invalidFunction } from "@smithy/invalid-dependency"; import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client"; import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; diff --git a/clients/client-lex-runtime-v2/src/runtimeConfig.shared.ts b/clients/client-lex-runtime-v2/src/runtimeConfig.shared.ts index c900e90e76b6..46b6b482be25 100644 --- a/clients/client-lex-runtime-v2/src/runtimeConfig.shared.ts +++ b/clients/client-lex-runtime-v2/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client"; diff --git a/clients/client-lex-runtime-v2/src/runtimeConfig.ts b/clients/client-lex-runtime-v2/src/runtimeConfig.ts index 81222662c35d..e22b869e509c 100644 --- a/clients/client-lex-runtime-v2/src/runtimeConfig.ts +++ b/clients/client-lex-runtime-v2/src/runtimeConfig.ts @@ -3,27 +3,27 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttp2Handler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttp2Handler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LexRuntimeV2ClientConfig } from "./LexRuntimeV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-license-manager-linux-subscriptions/package.json b/clients/client-license-manager-linux-subscriptions/package.json index 401c4aeed726..a246f3b8ac38 100644 --- a/clients/client-license-manager-linux-subscriptions/package.json +++ b/clients/client-license-manager-linux-subscriptions/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptions.ts b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptions.ts index bba0059e977a..c90744f2f35c 100644 --- a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptions.ts +++ b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptions.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetServiceSettingsCommand, diff --git a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts index 0db2185fc15e..f49ac66cbed2 100644 --- a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts +++ b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "./commands/GetServiceSettingsCommand"; @@ -102,7 +100,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -211,7 +209,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts index 85fcfcb714d5..4da3f7aac40d 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts index 5ae782f54567..33c8d1585f01 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts index 965c0a719464..97303c3c74b4 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts index faa755839c61..c722f48b1cf6 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-linux-subscriptions/src/endpoint/EndpointParameters.ts b/clients/client-license-manager-linux-subscriptions/src/endpoint/EndpointParameters.ts index e605ad3bb400..600caeec6528 100644 --- a/clients/client-license-manager-linux-subscriptions/src/endpoint/EndpointParameters.ts +++ b/clients/client-license-manager-linux-subscriptions/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-license-manager-linux-subscriptions/src/endpoint/endpointResolver.ts b/clients/client-license-manager-linux-subscriptions/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-license-manager-linux-subscriptions/src/endpoint/endpointResolver.ts +++ b/clients/client-license-manager-linux-subscriptions/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-license-manager-linux-subscriptions/src/endpoint/ruleset.ts b/clients/client-license-manager-linux-subscriptions/src/endpoint/ruleset.ts index 9712cc65a518..35c6ab7ace98 100644 --- a/clients/client-license-manager-linux-subscriptions/src/endpoint/ruleset.ts +++ b/clients/client-license-manager-linux-subscriptions/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts b/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts index 1a69c4375437..e182aff6e507 100644 --- a/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts +++ b/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-license-manager-linux-subscriptions/src/models/models_0.ts b/clients/client-license-manager-linux-subscriptions/src/models/models_0.ts index 1704f182f2f5..ba577a179b13 100644 --- a/clients/client-license-manager-linux-subscriptions/src/models/models_0.ts +++ b/clients/client-license-manager-linux-subscriptions/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException"; diff --git a/clients/client-license-manager-linux-subscriptions/src/pagination/Interfaces.ts b/clients/client-license-manager-linux-subscriptions/src/pagination/Interfaces.ts index 92cd4b96c483..84d061498b3c 100644 --- a/clients/client-license-manager-linux-subscriptions/src/pagination/Interfaces.ts +++ b/clients/client-license-manager-linux-subscriptions/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LicenseManagerLinuxSubscriptionsClient } from "../LicenseManagerLinuxSubscriptionsClient"; diff --git a/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionInstancesPaginator.ts b/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionInstancesPaginator.ts index d80b9b48249f..af3345f2c33e 100644 --- a/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionInstancesPaginator.ts +++ b/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLinuxSubscriptionInstancesCommand, diff --git a/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionsPaginator.ts b/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionsPaginator.ts index 5041ce2fca68..94f59f3c589a 100644 --- a/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionsPaginator.ts +++ b/clients/client-license-manager-linux-subscriptions/src/pagination/ListLinuxSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLinuxSubscriptionsCommand, diff --git a/clients/client-license-manager-linux-subscriptions/src/protocols/Aws_restJson1.ts b/clients/client-license-manager-linux-subscriptions/src/protocols/Aws_restJson1.ts index 457503ae9f3a..7abdad40fd81 100644 --- a/clients/client-license-manager-linux-subscriptions/src/protocols/Aws_restJson1.ts +++ b/clients/client-license-manager-linux-subscriptions/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand"; import { diff --git a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.browser.ts b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.browser.ts index 26365259fd07..00bf7a14ef10 100644 --- a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.browser.ts +++ b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.shared.ts b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.shared.ts index f8c71f8e52d8..3bd15b820f8a 100644 --- a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.shared.ts +++ b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient"; diff --git a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.ts b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.ts index a575a4ec4bcd..db49fc208580 100644 --- a/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.ts +++ b/clients/client-license-manager-linux-subscriptions/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerLinuxSubscriptionsClientConfig } from "./LicenseManagerLinuxSubscriptionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-license-manager-user-subscriptions/package.json b/clients/client-license-manager-user-subscriptions/package.json index acc2c8c0cbb3..bbe8f3dc3ef4 100644 --- a/clients/client-license-manager-user-subscriptions/package.json +++ b/clients/client-license-manager-user-subscriptions/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptions.ts b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptions.ts index 9aeba446c582..42f1b1589807 100644 --- a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptions.ts +++ b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptions.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateUserCommand, diff --git a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts index 0552e46f66d1..367b02745749 100644 --- a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts +++ b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateUserCommandInput, AssociateUserCommandOutput } from "./commands/AssociateUserCommand"; @@ -138,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -247,7 +245,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts index 4770b5ad141e..fe47dde98d16 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts index d4b4bac614c1..d4c37681b0f3 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts index fc422e8a0b9b..84b79f8df0a9 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts index f9c1fef4977f..c12ca2aa062c 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts index 694795a4c7bd..7841b525f8f4 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts index 65f094664a76..420c3243472c 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts index 7493244a30ae..a85e87979666 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts index 4c3344e51cc1..d53d6b4ce483 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts index 3b95655f70d9..415f58d66a5b 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts index 1edd8d13a5d8..36f20cf1fcba 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts index 27a1c74192dc..27b31519b2be 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerUserSubscriptionsClientResolvedConfig, diff --git a/clients/client-license-manager-user-subscriptions/src/endpoint/EndpointParameters.ts b/clients/client-license-manager-user-subscriptions/src/endpoint/EndpointParameters.ts index 1c0ce91e8f17..e93d5ad70d38 100644 --- a/clients/client-license-manager-user-subscriptions/src/endpoint/EndpointParameters.ts +++ b/clients/client-license-manager-user-subscriptions/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-license-manager-user-subscriptions/src/endpoint/endpointResolver.ts b/clients/client-license-manager-user-subscriptions/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-license-manager-user-subscriptions/src/endpoint/endpointResolver.ts +++ b/clients/client-license-manager-user-subscriptions/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-license-manager-user-subscriptions/src/endpoint/ruleset.ts b/clients/client-license-manager-user-subscriptions/src/endpoint/ruleset.ts index d56f669a73b8..787cac3dc74f 100644 --- a/clients/client-license-manager-user-subscriptions/src/endpoint/ruleset.ts +++ b/clients/client-license-manager-user-subscriptions/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts b/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts index 7b4c06b25c09..52734cb396e3 100644 --- a/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts +++ b/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-license-manager-user-subscriptions/src/models/models_0.ts b/clients/client-license-manager-user-subscriptions/src/models/models_0.ts index 542906094021..a199cb16faf1 100644 --- a/clients/client-license-manager-user-subscriptions/src/models/models_0.ts +++ b/clients/client-license-manager-user-subscriptions/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { LicenseManagerUserSubscriptionsServiceException as __BaseException } from "./LicenseManagerUserSubscriptionsServiceException"; diff --git a/clients/client-license-manager-user-subscriptions/src/pagination/Interfaces.ts b/clients/client-license-manager-user-subscriptions/src/pagination/Interfaces.ts index a4b26f25fbab..ed293f39579a 100644 --- a/clients/client-license-manager-user-subscriptions/src/pagination/Interfaces.ts +++ b/clients/client-license-manager-user-subscriptions/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LicenseManagerUserSubscriptionsClient } from "../LicenseManagerUserSubscriptionsClient"; diff --git a/clients/client-license-manager-user-subscriptions/src/pagination/ListIdentityProvidersPaginator.ts b/clients/client-license-manager-user-subscriptions/src/pagination/ListIdentityProvidersPaginator.ts index fb9f468922e1..aa0a7cdc81f8 100644 --- a/clients/client-license-manager-user-subscriptions/src/pagination/ListIdentityProvidersPaginator.ts +++ b/clients/client-license-manager-user-subscriptions/src/pagination/ListIdentityProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIdentityProvidersCommand, diff --git a/clients/client-license-manager-user-subscriptions/src/pagination/ListInstancesPaginator.ts b/clients/client-license-manager-user-subscriptions/src/pagination/ListInstancesPaginator.ts index 43e7fff3412c..adb8f1c52d1c 100644 --- a/clients/client-license-manager-user-subscriptions/src/pagination/ListInstancesPaginator.ts +++ b/clients/client-license-manager-user-subscriptions/src/pagination/ListInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstancesCommand, diff --git a/clients/client-license-manager-user-subscriptions/src/pagination/ListProductSubscriptionsPaginator.ts b/clients/client-license-manager-user-subscriptions/src/pagination/ListProductSubscriptionsPaginator.ts index 8283126b8d87..c94c4372b2f2 100644 --- a/clients/client-license-manager-user-subscriptions/src/pagination/ListProductSubscriptionsPaginator.ts +++ b/clients/client-license-manager-user-subscriptions/src/pagination/ListProductSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProductSubscriptionsCommand, diff --git a/clients/client-license-manager-user-subscriptions/src/pagination/ListUserAssociationsPaginator.ts b/clients/client-license-manager-user-subscriptions/src/pagination/ListUserAssociationsPaginator.ts index 13600b62e717..81c38805e398 100644 --- a/clients/client-license-manager-user-subscriptions/src/pagination/ListUserAssociationsPaginator.ts +++ b/clients/client-license-manager-user-subscriptions/src/pagination/ListUserAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserAssociationsCommand, diff --git a/clients/client-license-manager-user-subscriptions/src/protocols/Aws_restJson1.ts b/clients/client-license-manager-user-subscriptions/src/protocols/Aws_restJson1.ts index 7a546acd3772..4cefdf04d5f7 100644 --- a/clients/client-license-manager-user-subscriptions/src/protocols/Aws_restJson1.ts +++ b/clients/client-license-manager-user-subscriptions/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateUserCommandInput, AssociateUserCommandOutput } from "../commands/AssociateUserCommand"; import { diff --git a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.browser.ts b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.browser.ts index 060334c440d7..9173b4f6e07b 100644 --- a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.browser.ts +++ b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.shared.ts b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.shared.ts index 5d74e8a42e1f..8d65c588c49d 100644 --- a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.shared.ts +++ b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient"; diff --git a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.ts b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.ts index e120240cca82..04b8975b3857 100644 --- a/clients/client-license-manager-user-subscriptions/src/runtimeConfig.ts +++ b/clients/client-license-manager-user-subscriptions/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index 90c15fafc33f..e65d263b5915 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-license-manager/src/LicenseManager.ts b/clients/client-license-manager/src/LicenseManager.ts index 971b65576ef9..bc5a3ecf83ee 100644 --- a/clients/client-license-manager/src/LicenseManager.ts +++ b/clients/client-license-manager/src/LicenseManager.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptGrantCommand, AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand"; import { diff --git a/clients/client-license-manager/src/LicenseManagerClient.ts b/clients/client-license-manager/src/LicenseManagerClient.ts index 0b8cd7457ee6..6511f243be89 100644 --- a/clients/client-license-manager/src/LicenseManagerClient.ts +++ b/clients/client-license-manager/src/LicenseManagerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand"; @@ -318,7 +316,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -427,7 +425,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts index ba790ae49a42..5ac4275c02a0 100644 --- a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts +++ b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts index 3b3923393077..7e42a3ed7432 100644 --- a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CheckInLicenseRequest, CheckInLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts index f5902ffe3ef1..2d037c1549b5 100644 --- a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CheckoutBorrowLicenseRequest, CheckoutBorrowLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts index 2b9274f71a1e..b4ea19b8196d 100644 --- a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CheckoutLicenseRequest, CheckoutLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateGrantCommand.ts b/clients/client-license-manager/src/commands/CreateGrantCommand.ts index 9af397fbf573..7f7c53de364e 100644 --- a/clients/client-license-manager/src/commands/CreateGrantCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts index 3443b0f77fdc..d2febd9023c5 100644 --- a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateGrantVersionRequest, CreateGrantVersionResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts index 34e5bb0f4e80..e2cab67591c7 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateLicenseRequest, CreateLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts index 65d83c2eccb7..bbda9fa83591 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateLicenseConfigurationRequest, CreateLicenseConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts index 7ba11c58506e..65ae31b2cb81 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts index 31dda87d8659..32e4d93be82f 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts index 5ff8209aab25..47d238494a54 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/CreateTokenCommand.ts b/clients/client-license-manager/src/commands/CreateTokenCommand.ts index eb49d7c5aad5..3fa11c2bab8c 100644 --- a/clients/client-license-manager/src/commands/CreateTokenCommand.ts +++ b/clients/client-license-manager/src/commands/CreateTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts index 601605b3517b..5df37e00538f 100644 --- a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts index 333d54e74c59..9b40900d3427 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts index cb6f0d5b8b7c..b812c4817610 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts index c601220c380e..cc30ed8e2946 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts index 645e01a6549b..aaaf3072c274 100644 --- a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts index 64770e716267..40628e4a190e 100644 --- a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts +++ b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts index 6040ab970bc4..16217c8046d6 100644 --- a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts +++ b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetGrantCommand.ts b/clients/client-license-manager/src/commands/GetGrantCommand.ts index d298c7853930..266ec583baed 100644 --- a/clients/client-license-manager/src/commands/GetGrantCommand.ts +++ b/clients/client-license-manager/src/commands/GetGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetGrantRequest, GetGrantResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetLicenseCommand.ts b/clients/client-license-manager/src/commands/GetLicenseCommand.ts index fd37d40e6320..aed2cd1c0189 100644 --- a/clients/client-license-manager/src/commands/GetLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetLicenseRequest, GetLicenseResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts index ca7239d505ea..a1f3bf9f3722 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts index fbeb0a135513..6debce67e6dc 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts index b9f2f474a0ac..81cdea26f990 100644 --- a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetLicenseManagerReportGeneratorRequest, GetLicenseManagerReportGeneratorResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts index e018e07f9f4c..ea45c90d1ca3 100644 --- a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts index b52c01fe105e..4511bc3736fd 100644 --- a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts index 472096292f3e..c8dbe191162e 100644 --- a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts index d5ffd526612f..d8ef5f1d6427 100644 --- a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts index 447f0ef73388..02974ec557d8 100644 --- a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts index cdbc2458b849..5d231a9b7ae5 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts index 40eca29d1092..026074abefb6 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts index 0e3369edb43a..1708fd4d2979 100644 --- a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts index 35a34da9d5b7..653dcfe44085 100644 --- a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts index 34af98e21349..02d9fcb314db 100644 --- a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListLicenseVersionsRequest, ListLicenseVersionsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListLicensesCommand.ts b/clients/client-license-manager/src/commands/ListLicensesCommand.ts index beb5c70cf2fa..6e3fb55ad1b4 100644 --- a/clients/client-license-manager/src/commands/ListLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicensesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListLicensesRequest, ListLicensesResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts index c380943f0f39..cd5feecc737f 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListReceivedGrantsRequest, ListReceivedGrantsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts index 168255a9ad03..4ac902f074b8 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts index 5631f9ead19b..1da592311dd7 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListReceivedLicensesRequest, ListReceivedLicensesResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts index e38b488935ce..33cd74b304db 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts index 66d1742690cd..e64a5cc5c5d7 100644 --- a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts +++ b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListResourceInventoryRequest, ListResourceInventoryResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts index 023efa1dc338..f2649734f692 100644 --- a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListTokensCommand.ts b/clients/client-license-manager/src/commands/ListTokensCommand.ts index 436edb058464..aa07d53e5950 100644 --- a/clients/client-license-manager/src/commands/ListTokensCommand.ts +++ b/clients/client-license-manager/src/commands/ListTokensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListTokensRequest, ListTokensResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts index c96392a1866e..337a48046715 100644 --- a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { ListUsageForLicenseConfigurationRequest, ListUsageForLicenseConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/RejectGrantCommand.ts b/clients/client-license-manager/src/commands/RejectGrantCommand.ts index f207f6996cea..9d88b9d1aae6 100644 --- a/clients/client-license-manager/src/commands/RejectGrantCommand.ts +++ b/clients/client-license-manager/src/commands/RejectGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { RejectGrantRequest, RejectGrantResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/TagResourceCommand.ts b/clients/client-license-manager/src/commands/TagResourceCommand.ts index 7c1f04d9388d..72afc08390f3 100644 --- a/clients/client-license-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/UntagResourceCommand.ts b/clients/client-license-manager/src/commands/UntagResourceCommand.ts index c3160493c4d1..edd2c791a248 100644 --- a/clients/client-license-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts index 0d6bf70e5e6a..603d3a7b8a5e 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { UpdateLicenseConfigurationRequest, UpdateLicenseConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts index bedbb1080e63..bd9f769ebba9 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts index e0cee0768ed6..b6a79ee96a15 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { diff --git a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts index 5048b5e7f08d..a5c6ff601810 100644 --- a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient"; import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0"; diff --git a/clients/client-license-manager/src/endpoint/EndpointParameters.ts b/clients/client-license-manager/src/endpoint/EndpointParameters.ts index 4515ad205c8e..cb913b1e279d 100644 --- a/clients/client-license-manager/src/endpoint/EndpointParameters.ts +++ b/clients/client-license-manager/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-license-manager/src/endpoint/endpointResolver.ts b/clients/client-license-manager/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-license-manager/src/endpoint/endpointResolver.ts +++ b/clients/client-license-manager/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-license-manager/src/endpoint/ruleset.ts b/clients/client-license-manager/src/endpoint/ruleset.ts index 5900eac4530e..61af806e8680 100644 --- a/clients/client-license-manager/src/endpoint/ruleset.ts +++ b/clients/client-license-manager/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-license-manager/src/models/LicenseManagerServiceException.ts b/clients/client-license-manager/src/models/LicenseManagerServiceException.ts index fdf79911e83a..4d52f3a9dbcc 100644 --- a/clients/client-license-manager/src/models/LicenseManagerServiceException.ts +++ b/clients/client-license-manager/src/models/LicenseManagerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-license-manager/src/models/models_0.ts b/clients/client-license-manager/src/models/models_0.ts index 91ab0fbbe69b..0f03981c99fe 100644 --- a/clients/client-license-manager/src/models/models_0.ts +++ b/clients/client-license-manager/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException"; diff --git a/clients/client-license-manager/src/protocols/Aws_json1_1.ts b/clients/client-license-manager/src/protocols/Aws_json1_1.ts index d1eb0a4ed21a..42f1a1ccb97f 100644 --- a/clients/client-license-manager/src/protocols/Aws_json1_1.ts +++ b/clients/client-license-manager/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "../commands/AcceptGrantCommand"; import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "../commands/CheckInLicenseCommand"; diff --git a/clients/client-license-manager/src/runtimeConfig.browser.ts b/clients/client-license-manager/src/runtimeConfig.browser.ts index 7457f5a49456..c40fe00cbf5e 100644 --- a/clients/client-license-manager/src/runtimeConfig.browser.ts +++ b/clients/client-license-manager/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerClientConfig } from "./LicenseManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-license-manager/src/runtimeConfig.shared.ts b/clients/client-license-manager/src/runtimeConfig.shared.ts index e4108f93c10b..07d0e06de17f 100644 --- a/clients/client-license-manager/src/runtimeConfig.shared.ts +++ b/clients/client-license-manager/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LicenseManagerClientConfig } from "./LicenseManagerClient"; diff --git a/clients/client-license-manager/src/runtimeConfig.ts b/clients/client-license-manager/src/runtimeConfig.ts index 5462161615e5..7965bd29e1cf 100644 --- a/clients/client-license-manager/src/runtimeConfig.ts +++ b/clients/client-license-manager/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LicenseManagerClientConfig } from "./LicenseManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index 6998519a89b2..dc0e88249f1e 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lightsail/src/Lightsail.ts b/clients/client-lightsail/src/Lightsail.ts index bf6fbaa46078..a3eaf5c9cd97 100644 --- a/clients/client-lightsail/src/Lightsail.ts +++ b/clients/client-lightsail/src/Lightsail.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AllocateStaticIpCommand, diff --git a/clients/client-lightsail/src/LightsailClient.ts b/clients/client-lightsail/src/LightsailClient.ts index 4deaee61b296..f3d50312f9bc 100644 --- a/clients/client-lightsail/src/LightsailClient.ts +++ b/clients/client-lightsail/src/LightsailClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput } from "./commands/AllocateStaticIpCommand"; @@ -792,7 +790,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -901,7 +899,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts index 122c437b5fb1..93970f37282f 100644 --- a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AllocateStaticIpRequest, AllocateStaticIpResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts index c374553d50d3..fb7e6bc504c8 100644 --- a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AttachCertificateToDistributionRequest, AttachCertificateToDistributionResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/AttachDiskCommand.ts b/clients/client-lightsail/src/commands/AttachDiskCommand.ts index 5d6318a853b3..711ae82c579b 100644 --- a/clients/client-lightsail/src/commands/AttachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/AttachDiskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AttachDiskRequest, AttachDiskResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts index fd8e112dd2e9..04d914108303 100644 --- a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AttachInstancesToLoadBalancerRequest, AttachInstancesToLoadBalancerResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts index 8e82b44d6a36..5f1ee4998a86 100644 --- a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AttachLoadBalancerTlsCertificateRequest, AttachLoadBalancerTlsCertificateResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts index 64081c700814..e4b2f8e64b4b 100644 --- a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { AttachStaticIpRequest, AttachStaticIpResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts index 9ba0a592c738..9861f816170d 100644 --- a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CloseInstancePublicPortsRequest, CloseInstancePublicPortsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts index f5ae6849a675..19e105c6e32c 100644 --- a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CopySnapshotRequest, CopySnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts index f9ec9b0412f6..ec9532c3883b 100644 --- a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/CreateBucketCommand.ts b/clients/client-lightsail/src/commands/CreateBucketCommand.ts index 39122bb8533e..bd262b56eed7 100644 --- a/clients/client-lightsail/src/commands/CreateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateBucketRequest, CreateBucketResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts index 9de9bff55a04..a36bdb618675 100644 --- a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateCertificateRequest, CreateCertificateResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts index b90ae2d20a75..f1db2d8e8a99 100644 --- a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateCloudFormationStackRequest, CreateCloudFormationStackResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts index 6fb8a8ffa821..2c32d95cfa0f 100644 --- a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateContactMethodRequest, CreateContactMethodResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts index d2ed0a2ab28b..4cb17fb4a48c 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateContainerServiceRequest, CreateContainerServiceResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts index fe7b363288f7..0ba762c283e7 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateContainerServiceDeploymentRequest, CreateContainerServiceDeploymentResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts index b13fcf0b40e1..a4e8c156b907 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/CreateDiskCommand.ts b/clients/client-lightsail/src/commands/CreateDiskCommand.ts index e7da0b4c03e1..d02b68cae55f 100644 --- a/clients/client-lightsail/src/commands/CreateDiskCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDiskRequest, CreateDiskResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts index 4724b9e31ac9..65eddbfe9f36 100644 --- a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDiskFromSnapshotRequest, CreateDiskFromSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts index a637dcea7ed3..101d9b499f61 100644 --- a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDiskSnapshotRequest, CreateDiskSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts index 8175f83c0cbb..6a389462b631 100644 --- a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDistributionRequest, CreateDistributionResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateDomainCommand.ts b/clients/client-lightsail/src/commands/CreateDomainCommand.ts index b2422af95b3f..e708da331d82 100644 --- a/clients/client-lightsail/src/commands/CreateDomainCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDomainRequest, CreateDomainResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts index 563898194f75..0b33ee81b237 100644 --- a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateDomainEntryRequest, CreateDomainEntryResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts index db48c1de38ed..842843c07a73 100644 --- a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts index 6aacd0e2d7db..c581d40c4649 100644 --- a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateInstanceSnapshotRequest, CreateInstanceSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts index 514d7d3f7fc6..ebe36145d82c 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateInstancesRequest, CreateInstancesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts index e45893b47be5..2924fe033202 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateInstancesFromSnapshotRequest, CreateInstancesFromSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts index 518b335a91cf..6467dbdc05c3 100644 --- a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateKeyPairRequest, CreateKeyPairResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts index df81e87381b9..d85af047cf5f 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateLoadBalancerRequest, CreateLoadBalancerResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts index 10bab80000c7..2009ab8e6079 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateLoadBalancerTlsCertificateRequest, CreateLoadBalancerTlsCertificateResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts index 4ba77fdaac51..b4e1191bef0c 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts index 2dabbe22c4e5..6ec6fcb60c3f 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts index d3254d530e89..181fe654ee0a 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { CreateRelationalDatabaseSnapshotRequest, CreateRelationalDatabaseSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts index 4a6d1d3c388e..f0afd0d599cc 100644 --- a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts index fcc89031d4cd..85b4faaeedc6 100644 --- a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteAutoSnapshotRequest, DeleteAutoSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts index 7160c00409b8..82f72af45995 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteBucketAccessKeyRequest, DeleteBucketAccessKeyResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts index fd64d9603ec5..f9ef1a1f94b0 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteBucketRequest, DeleteBucketResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts index 61c90b1389a2..47d9743b131c 100644 --- a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteCertificateRequest, DeleteCertificateResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts index a973a13c4b53..81102111f06f 100644 --- a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteContactMethodRequest, DeleteContactMethodResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts index 2d32fb948146..7745294c674d 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteContainerImageRequest, DeleteContainerImageResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts index 54dddf5c6cec..fd7b24cbbe7c 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteContainerServiceRequest, DeleteContainerServiceResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts index 417fe0545b8a..54cbec3f3a6c 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteDiskRequest, DeleteDiskResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts index 41e3e66884ec..34ebf50d64c4 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteDiskSnapshotRequest, DeleteDiskSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts index 717e2f407ecf..2b2fc8e2f016 100644 --- a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteDistributionRequest, DeleteDistributionResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts index 7b253134a5d8..039a88a14191 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts index 21d49ce11a3d..01d9d520df0b 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteDomainEntryRequest, DeleteDomainEntryResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts index 6a6d2159514f..074182ecc8a4 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteInstanceRequest, DeleteInstanceResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts index 6ce6d725dde8..a8e78ec58469 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteInstanceSnapshotRequest, DeleteInstanceSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts index 877f39ac0272..cd5f838e08c9 100644 --- a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts index 96061b9463d3..ad1c96f9d8ee 100644 --- a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteKnownHostKeysRequest, DeleteKnownHostKeysResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts index 855cdbe7f3a4..c07fa82a213c 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteLoadBalancerRequest, DeleteLoadBalancerResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts index 4be35699db39..ed35171f845a 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteLoadBalancerTlsCertificateRequest, DeleteLoadBalancerTlsCertificateResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts index 61a31a74d2b7..09f72b9ba1ca 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteRelationalDatabaseRequest, DeleteRelationalDatabaseResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts index 2595e34736c6..21fc16d40ebb 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DeleteRelationalDatabaseSnapshotRequest, DeleteRelationalDatabaseSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts index a7fc4a672275..1a07a6f6c336 100644 --- a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DetachCertificateFromDistributionRequest, DetachCertificateFromDistributionResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DetachDiskCommand.ts b/clients/client-lightsail/src/commands/DetachDiskCommand.ts index c84e0abf4ada..bcab08e65f0e 100644 --- a/clients/client-lightsail/src/commands/DetachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DetachDiskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DetachDiskRequest, DetachDiskResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts index 8662469a89eb..1eafd823f2f1 100644 --- a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DetachInstancesFromLoadBalancerRequest, DetachInstancesFromLoadBalancerResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts index 3a37e1ee8867..6c142e74ff5b 100644 --- a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DetachStaticIpRequest, DetachStaticIpResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts index 9a2c234f6fc3..035e3df38483 100644 --- a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DisableAddOnRequest, DisableAddOnResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts index aa33eb8c120f..5ee2cb255825 100644 --- a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { DownloadDefaultKeyPairRequest, DownloadDefaultKeyPairResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts index 522a075438a8..278a15e2cc3f 100644 --- a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { EnableAddOnRequest, EnableAddOnResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts index 292ec8cad33c..b067f906c648 100644 --- a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts index 3fe0dfc2ae0d..e6d54d52d096 100644 --- a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts +++ b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetActiveNamesRequest, GetActiveNamesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts index 4bc46ab8d05e..47fc1b6f5f32 100644 --- a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetAlarmsRequest, GetAlarmsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts index 4511da072d19..0e396f0b9e1b 100644 --- a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetAutoSnapshotsRequest, GetAutoSnapshotsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts index 18d26334d361..6bc6a32c5054 100644 --- a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetBlueprintsRequest, GetBlueprintsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts index c94b2164850b..715d7508e9b3 100644 --- a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts index c9c05b644d85..79580d1fe3ce 100644 --- a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetBucketBundlesRequest, GetBucketBundlesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts index aebedbc1414d..10519982b6e0 100644 --- a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetBucketMetricDataRequest, GetBucketMetricDataResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetBucketsCommand.ts b/clients/client-lightsail/src/commands/GetBucketsCommand.ts index e1d3bb2b1fdb..be710137f06d 100644 --- a/clients/client-lightsail/src/commands/GetBucketsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetBucketsRequest, GetBucketsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBundlesCommand.ts index d1d0d615f937..a86e44eb62de 100644 --- a/clients/client-lightsail/src/commands/GetBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetBundlesRequest, GetBundlesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts index 4b1f49b7638d..d545d8bd795d 100644 --- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetCertificatesRequest, GetCertificatesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts index aa844d2c0150..0f184b1a8b3b 100644 --- a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetCloudFormationStackRecordsRequest, GetCloudFormationStackRecordsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts index c2efec60c715..458785b0c2d0 100644 --- a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContactMethodsRequest, GetContactMethodsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts index 8ff0cefe3bdd..f7a7d6223118 100644 --- a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerAPIMetadataRequest, GetContainerAPIMetadataResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts index 840764145f0f..48bd441def7f 100644 --- a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerImagesRequest, GetContainerImagesResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts index 0e8e139661ab..2616f399cc78 100644 --- a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerLogRequest, GetContainerLogResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts index 1271f0f2eed2..c4990e8b5a44 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerServiceDeploymentsRequest, GetContainerServiceDeploymentsResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts index bcf44b988acd..459c1b7d8dc2 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerServiceMetricDataRequest, GetContainerServiceMetricDataResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts index 504e4b6aa74c..705cffca8f8d 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetContainerServicePowersRequest, GetContainerServicePowersResult } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts index f523d475017c..61aa29db2b07 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { ContainerServicesListResult, GetContainerServicesRequest } from "../models/models_0"; diff --git a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts index d9a29277da2d..5a14145979a9 100644 --- a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts +++ b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetCostEstimateRequest, GetCostEstimateResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDiskCommand.ts b/clients/client-lightsail/src/commands/GetDiskCommand.ts index 62558f0e20d3..da8ad36636cd 100644 --- a/clients/client-lightsail/src/commands/GetDiskCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDiskRequest, GetDiskResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts index 99951e4c0c0d..e635ca4532ea 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDiskSnapshotRequest, GetDiskSnapshotResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts index 91f5f8fa235e..6a4645fd63e2 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDiskSnapshotsRequest, GetDiskSnapshotsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDisksCommand.ts b/clients/client-lightsail/src/commands/GetDisksCommand.ts index 7217d0ea3eef..05ef2aab70b7 100644 --- a/clients/client-lightsail/src/commands/GetDisksCommand.ts +++ b/clients/client-lightsail/src/commands/GetDisksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDisksRequest, GetDisksResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts index a5d0eb898d82..08d6b74e5359 100644 --- a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDistributionBundlesRequest, GetDistributionBundlesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts index 1bc603a6dc3e..f94cc457317b 100644 --- a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDistributionLatestCacheResetRequest, GetDistributionLatestCacheResetResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts index c06d571a74a0..c0f565d72f6f 100644 --- a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDistributionMetricDataRequest, GetDistributionMetricDataResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts index a80b96e254db..752682170038 100644 --- a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDistributionsRequest, GetDistributionsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDomainCommand.ts b/clients/client-lightsail/src/commands/GetDomainCommand.ts index 9317157df9ea..1d81f73e1975 100644 --- a/clients/client-lightsail/src/commands/GetDomainCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDomainRequest, GetDomainResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetDomainsCommand.ts b/clients/client-lightsail/src/commands/GetDomainsCommand.ts index 9ec18c95ede5..e15487885ffa 100644 --- a/clients/client-lightsail/src/commands/GetDomainsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetDomainsRequest, GetDomainsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts index ac527b207441..f6c22c7256bb 100644 --- a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetExportSnapshotRecordsRequest, GetExportSnapshotRecordsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts index 44f938b80145..fcab8eb9a32a 100644 --- a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceAccessDetailsRequest, GetInstanceAccessDetailsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceCommand.ts b/clients/client-lightsail/src/commands/GetInstanceCommand.ts index 73e41fc14afe..4e1cf3de4a21 100644 --- a/clients/client-lightsail/src/commands/GetInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceRequest, GetInstanceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts index e6111bd7daac..a7e520b01259 100644 --- a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceMetricDataRequest, GetInstanceMetricDataResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts index db07e86d0d19..7ad38d1ecee6 100644 --- a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstancePortStatesRequest, GetInstancePortStatesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts index d597a7575f04..b8a05aae03e8 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceSnapshotRequest, GetInstanceSnapshotResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts index 7dc90e4eb5e4..71dabfd03ba6 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceSnapshotsRequest, GetInstanceSnapshotsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts index 254a0d85448d..c04bac37a4c8 100644 --- a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstanceStateRequest, GetInstanceStateResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetInstancesCommand.ts b/clients/client-lightsail/src/commands/GetInstancesCommand.ts index 3afed20e59ce..08bb42c86fee 100644 --- a/clients/client-lightsail/src/commands/GetInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetInstancesRequest, GetInstancesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts index 9fb70de89827..9be42009f9ce 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetKeyPairRequest, GetKeyPairResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts index 56703f65fa57..8589772e585f 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetKeyPairsRequest, GetKeyPairsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts index 448dd8cc525b..a026691d0735 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetLoadBalancerRequest, GetLoadBalancerResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts index 5758c2290d60..1e059ff27b45 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetLoadBalancerMetricDataRequest, GetLoadBalancerMetricDataResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts index 906c2a359b02..c82dc4074bc2 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetLoadBalancerTlsCertificatesRequest, GetLoadBalancerTlsCertificatesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts index 0cbe0eaccb2d..ae47d22f57e9 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetLoadBalancerTlsPoliciesRequest, GetLoadBalancerTlsPoliciesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts index cf03bfd7a9b6..04d23c7924a2 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetLoadBalancersRequest, GetLoadBalancersResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetOperationCommand.ts b/clients/client-lightsail/src/commands/GetOperationCommand.ts index 7689a6f5e65e..19cc657bb339 100644 --- a/clients/client-lightsail/src/commands/GetOperationCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetOperationRequest, GetOperationResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetOperationsCommand.ts b/clients/client-lightsail/src/commands/GetOperationsCommand.ts index 7d85a4f3444a..a14f1cd2dee1 100644 --- a/clients/client-lightsail/src/commands/GetOperationsCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetOperationsRequest, GetOperationsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts index 1fd470c966ef..6422b96bc9f7 100644 --- a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetOperationsForResourceRequest, GetOperationsForResourceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRegionsCommand.ts b/clients/client-lightsail/src/commands/GetRegionsCommand.ts index 7500b607c4f6..47d7c1165d0d 100644 --- a/clients/client-lightsail/src/commands/GetRegionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRegionsRequest, GetRegionsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts index 2533660df34e..d00fb2fc5183 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseBlueprintsRequest, GetRelationalDatabaseBlueprintsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts index c61ea1205e4a..571cccbafd37 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseBundlesRequest, GetRelationalDatabaseBundlesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts index e37a18eef6d3..9c57f92b2ba2 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseRequest, GetRelationalDatabaseResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts index c8c2d11f3f54..0e99cde90a3e 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseEventsRequest, GetRelationalDatabaseEventsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts index 83399c7542ba..f31e11255637 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseLogEventsRequest, GetRelationalDatabaseLogEventsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts index abd1fd86431e..094fd86a4f13 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseLogStreamsRequest, GetRelationalDatabaseLogStreamsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts index 8972279db045..f0a5c5ccdc51 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts index 90ae1a1c084c..7103945c370e 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseMetricDataRequest, GetRelationalDatabaseMetricDataResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts index 0e17d597d34e..ca03c891bdd5 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseParametersRequest, GetRelationalDatabaseParametersResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts index 6f4720bdbd3e..d2a1c32bb675 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseSnapshotRequest, GetRelationalDatabaseSnapshotResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts index 5e2b4c6a903e..4c92d679d7c7 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabaseSnapshotsRequest, GetRelationalDatabaseSnapshotsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts index 5fd90e7828da..7dfde1845491 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetRelationalDatabasesRequest, GetRelationalDatabasesResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts index e86307e3a919..ed42a5276dee 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetStaticIpRequest, GetStaticIpResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts index 7300547683ce..8b41bf2d2127 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { GetStaticIpsRequest, GetStaticIpsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts index 64b8b6fbadcb..dd2e9e3834da 100644 --- a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts index fa45e4f0099b..d8a7a31ad0c2 100644 --- a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts +++ b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { IsVpcPeeredRequest, IsVpcPeeredResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts index 37d7bc52013c..7c461ba76252 100644 --- a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { OpenInstancePublicPortsRequest, OpenInstancePublicPortsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/PeerVpcCommand.ts b/clients/client-lightsail/src/commands/PeerVpcCommand.ts index ae35369a6c97..0469a44c4b19 100644 --- a/clients/client-lightsail/src/commands/PeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/PeerVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { PeerVpcRequest, PeerVpcResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/PutAlarmCommand.ts b/clients/client-lightsail/src/commands/PutAlarmCommand.ts index 9271477e2039..870dc2891cd6 100644 --- a/clients/client-lightsail/src/commands/PutAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/PutAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { PutAlarmRequest, PutAlarmResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts index a6dd9796acb7..44945091de9e 100644 --- a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { PutInstancePublicPortsRequest, PutInstancePublicPortsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts index 7808fd3fca9b..3cb975d2447f 100644 --- a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { RebootInstanceRequest, RebootInstanceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts index fd5b3cd0cb4c..59fb95352ffc 100644 --- a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { RebootRelationalDatabaseRequest, RebootRelationalDatabaseResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts index 93106617d84b..01fe8607b6a4 100644 --- a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { RegisterContainerImageRequest, RegisterContainerImageResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts index d60026fa11ff..e3d9ce9eef18 100644 --- a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { ReleaseStaticIpRequest, ReleaseStaticIpResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts index 8f83d9adbaf2..d5e18b39928d 100644 --- a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts +++ b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { ResetDistributionCacheRequest, ResetDistributionCacheResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts index 9f1cdfa17dc7..2251ba9897bf 100644 --- a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts +++ b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { SendContactMethodVerificationRequest, SendContactMethodVerificationResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts index 90d745ed1e8c..f2a2edacafe4 100644 --- a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { SetIpAddressTypeRequest, SetIpAddressTypeResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts index 5808ae3b669a..161b30c746c8 100644 --- a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts +++ b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { SetResourceAccessForBucketRequest, SetResourceAccessForBucketResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts index c55f9e37bf54..8ca2311fbb08 100644 --- a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StartGUISessionRequest, StartGUISessionResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StartInstanceCommand.ts b/clients/client-lightsail/src/commands/StartInstanceCommand.ts index c7f1ed196745..94a4f5badba9 100644 --- a/clients/client-lightsail/src/commands/StartInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StartInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StartInstanceRequest, StartInstanceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts index 408f8673af74..7461ff7d40e8 100644 --- a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StartRelationalDatabaseRequest, StartRelationalDatabaseResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts index 2318eb0e3f4f..3bf09d18bc48 100644 --- a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StopGUISessionRequest, StopGUISessionResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StopInstanceCommand.ts b/clients/client-lightsail/src/commands/StopInstanceCommand.ts index fe269c4e5cc5..4d2cc08739e0 100644 --- a/clients/client-lightsail/src/commands/StopInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StopInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StopInstanceRequest, StopInstanceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts index 55b73ede2277..86f0f26a4e14 100644 --- a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { StopRelationalDatabaseRequest, StopRelationalDatabaseResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/TagResourceCommand.ts b/clients/client-lightsail/src/commands/TagResourceCommand.ts index b9a1eeead43e..44d99e4c073d 100644 --- a/clients/client-lightsail/src/commands/TagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { TagResourceRequest, TagResourceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/TestAlarmCommand.ts b/clients/client-lightsail/src/commands/TestAlarmCommand.ts index 841a44c182b4..e9bea20f3cf5 100644 --- a/clients/client-lightsail/src/commands/TestAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/TestAlarmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { TestAlarmRequest, TestAlarmResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts index 63bb2e1c5f89..163959b0ee40 100644 --- a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UnpeerVpcRequest, UnpeerVpcResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UntagResourceCommand.ts b/clients/client-lightsail/src/commands/UntagResourceCommand.ts index 0390051dd986..974bb42a300e 100644 --- a/clients/client-lightsail/src/commands/UntagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts index 29ce345e66f2..be106576a17e 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateBucketBundleRequest, UpdateBucketBundleResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts index dfc2ead985b1..fcaa04eef5e7 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateBucketRequest, UpdateBucketResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts index d9086be2bd33..dc2b3e605e5c 100644 --- a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateContainerServiceRequest, UpdateContainerServiceResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts index bbbe82a72a28..b9f01599625a 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateDistributionBundleRequest, UpdateDistributionBundleResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts index a443a49cc764..2c9132308794 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts index 2e01acc519da..5b3335a41286 100644 --- a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateDomainEntryRequest, UpdateDomainEntryResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts index 74bbfcb9e718..40e907a12ae8 100644 --- a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateInstanceMetadataOptionsRequest, UpdateInstanceMetadataOptionsResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts index 9b7b8f9f293d..3045e5e0c10d 100644 --- a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { UpdateLoadBalancerAttributeRequest, UpdateLoadBalancerAttributeResult } from "../models/models_1"; diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts index f0f6456f5802..d7ab7246504c 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts index 15b96014b6bb..9e38f597382a 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient"; import { diff --git a/clients/client-lightsail/src/endpoint/EndpointParameters.ts b/clients/client-lightsail/src/endpoint/EndpointParameters.ts index e3c063b18b3d..938389a35f16 100644 --- a/clients/client-lightsail/src/endpoint/EndpointParameters.ts +++ b/clients/client-lightsail/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lightsail/src/endpoint/endpointResolver.ts b/clients/client-lightsail/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lightsail/src/endpoint/endpointResolver.ts +++ b/clients/client-lightsail/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lightsail/src/endpoint/ruleset.ts b/clients/client-lightsail/src/endpoint/ruleset.ts index ddcae733a171..319b05f83990 100644 --- a/clients/client-lightsail/src/endpoint/ruleset.ts +++ b/clients/client-lightsail/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lightsail/src/models/LightsailServiceException.ts b/clients/client-lightsail/src/models/LightsailServiceException.ts index c1b86dc8ba91..0178316921ec 100644 --- a/clients/client-lightsail/src/models/LightsailServiceException.ts +++ b/clients/client-lightsail/src/models/LightsailServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lightsail/src/models/models_0.ts b/clients/client-lightsail/src/models/models_0.ts index 404b54349fd5..d51e0d3802d9 100644 --- a/clients/client-lightsail/src/models/models_0.ts +++ b/clients/client-lightsail/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { LightsailServiceException as __BaseException } from "./LightsailServiceException"; diff --git a/clients/client-lightsail/src/models/models_1.ts b/clients/client-lightsail/src/models/models_1.ts index 04fa0273483a..e6c451f02923 100644 --- a/clients/client-lightsail/src/models/models_1.ts +++ b/clients/client-lightsail/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { AccessDirection, diff --git a/clients/client-lightsail/src/protocols/Aws_json1_1.ts b/clients/client-lightsail/src/protocols/Aws_json1_1.ts index aa08ef9093e1..9b71fb9acfc0 100644 --- a/clients/client-lightsail/src/protocols/Aws_json1_1.ts +++ b/clients/client-lightsail/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput } from "../commands/AllocateStaticIpCommand"; import { diff --git a/clients/client-lightsail/src/runtimeConfig.browser.ts b/clients/client-lightsail/src/runtimeConfig.browser.ts index 5565df6f9a75..f2fdeda0c151 100644 --- a/clients/client-lightsail/src/runtimeConfig.browser.ts +++ b/clients/client-lightsail/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LightsailClientConfig } from "./LightsailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lightsail/src/runtimeConfig.shared.ts b/clients/client-lightsail/src/runtimeConfig.shared.ts index 978394b01af6..a779d14c30cb 100644 --- a/clients/client-lightsail/src/runtimeConfig.shared.ts +++ b/clients/client-lightsail/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LightsailClientConfig } from "./LightsailClient"; diff --git a/clients/client-lightsail/src/runtimeConfig.ts b/clients/client-lightsail/src/runtimeConfig.ts index 2599b45df5a8..24e3a84c1f36 100644 --- a/clients/client-lightsail/src/runtimeConfig.ts +++ b/clients/client-lightsail/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LightsailClientConfig } from "./LightsailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-location/package.json b/clients/client-location/package.json index 27d4bc9ddd78..dab19aca2065 100644 --- a/clients/client-location/package.json +++ b/clients/client-location/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-location/src/Location.ts b/clients/client-location/src/Location.ts index d57fc26c662b..23b17df0e78b 100644 --- a/clients/client-location/src/Location.ts +++ b/clients/client-location/src/Location.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateTrackerConsumerCommand, diff --git a/clients/client-location/src/LocationClient.ts b/clients/client-location/src/LocationClient.ts index 8c9ff706e4f0..8efc0397b8d6 100644 --- a/clients/client-location/src/LocationClient.ts +++ b/clients/client-location/src/LocationClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -333,7 +331,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -442,7 +440,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts index af97ea30a6cc..895eb8b0f270 100644 --- a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts index 93d2fa3e7ec8..cc98f649ec8d 100644 --- a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { BatchDeleteDevicePositionHistoryRequest, BatchDeleteDevicePositionHistoryResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts index 01f8f9da5b15..5f765fe6ce9c 100644 --- a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { BatchDeleteGeofenceRequest, BatchDeleteGeofenceResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts index 3f9921229537..25a8c15c869c 100644 --- a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts +++ b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts index 1d0f59ea9774..4c5b11f65019 100644 --- a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts index 0cec0b77d03f..cc0ae18bf240 100644 --- a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts index 98d6c0c15b9c..0b2227fc1264 100644 --- a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/CalculateRouteCommand.ts b/clients/client-location/src/commands/CalculateRouteCommand.ts index a94bc725d229..2ebd55602714 100644 --- a/clients/client-location/src/commands/CalculateRouteCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts index 0a79a6aa9938..e5573c9a9e90 100644 --- a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts index 4557b009c8f7..475a55e83a96 100644 --- a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/CreateKeyCommand.ts b/clients/client-location/src/commands/CreateKeyCommand.ts index 0fa90f7caad3..aac2c2544cfc 100644 --- a/clients/client-location/src/commands/CreateKeyCommand.ts +++ b/clients/client-location/src/commands/CreateKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreateKeyRequest, CreateKeyResponse, CreateKeyResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-location/src/commands/CreateMapCommand.ts b/clients/client-location/src/commands/CreateMapCommand.ts index 1e7a161ac5ca..8987fc9cf1fe 100644 --- a/clients/client-location/src/commands/CreateMapCommand.ts +++ b/clients/client-location/src/commands/CreateMapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreateMapRequest, CreateMapResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts index e636c89395a1..d789bcb6913c 100644 --- a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreatePlaceIndexRequest, CreatePlaceIndexResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts index 3dd967fca883..1cdf4e7d1ed1 100644 --- a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreateRouteCalculatorRequest, CreateRouteCalculatorResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/CreateTrackerCommand.ts b/clients/client-location/src/commands/CreateTrackerCommand.ts index 03115378f777..5f459229da62 100644 --- a/clients/client-location/src/commands/CreateTrackerCommand.ts +++ b/clients/client-location/src/commands/CreateTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { CreateTrackerRequest, CreateTrackerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts index 1cd7573234ac..dd6948460db7 100644 --- a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeleteKeyCommand.ts b/clients/client-location/src/commands/DeleteKeyCommand.ts index ed549db0091a..1f15226e7bd8 100644 --- a/clients/client-location/src/commands/DeleteKeyCommand.ts +++ b/clients/client-location/src/commands/DeleteKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeleteMapCommand.ts b/clients/client-location/src/commands/DeleteMapCommand.ts index 581b4cbfe4c2..dd0b9317e5d9 100644 --- a/clients/client-location/src/commands/DeleteMapCommand.ts +++ b/clients/client-location/src/commands/DeleteMapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts index 2eda13197ac5..8c427f54e6db 100644 --- a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts index 215b4bb63e49..684101ca7658 100644 --- a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DeleteTrackerCommand.ts b/clients/client-location/src/commands/DeleteTrackerCommand.ts index 73dd371d092b..ae45194b98ed 100644 --- a/clients/client-location/src/commands/DeleteTrackerCommand.ts +++ b/clients/client-location/src/commands/DeleteTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts index a487ba165a72..2045b8884285 100644 --- a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribeKeyCommand.ts b/clients/client-location/src/commands/DescribeKeyCommand.ts index 3057df08e790..3356773b6692 100644 --- a/clients/client-location/src/commands/DescribeKeyCommand.ts +++ b/clients/client-location/src/commands/DescribeKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribeKeyRequest, DescribeKeyResponse, DescribeKeyResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribeMapCommand.ts b/clients/client-location/src/commands/DescribeMapCommand.ts index 40661670162b..19ef0108b0e2 100644 --- a/clients/client-location/src/commands/DescribeMapCommand.ts +++ b/clients/client-location/src/commands/DescribeMapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts index 6af5eb39e461..dcf3c856aab8 100644 --- a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts index 7c631f746937..624484a281c1 100644 --- a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DescribeTrackerCommand.ts b/clients/client-location/src/commands/DescribeTrackerCommand.ts index decd9326f474..97d38a70cb56 100644 --- a/clients/client-location/src/commands/DescribeTrackerCommand.ts +++ b/clients/client-location/src/commands/DescribeTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DescribeTrackerRequest, DescribeTrackerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts index 8992af6d1642..31ac04e339fb 100644 --- a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/GetDevicePositionCommand.ts b/clients/client-location/src/commands/GetDevicePositionCommand.ts index eebf5bff95d8..3b84a4de546a 100644 --- a/clients/client-location/src/commands/GetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts index 883a0d5c7f56..7f694e9f642f 100644 --- a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/GetGeofenceCommand.ts b/clients/client-location/src/commands/GetGeofenceCommand.ts index a979e6acf908..18ca8ceaa316 100644 --- a/clients/client-location/src/commands/GetGeofenceCommand.ts +++ b/clients/client-location/src/commands/GetGeofenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { GetGeofenceRequest, GetGeofenceResponse, GetGeofenceResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts index 2ec2d3af6054..e6ce26ec97f7 100644 --- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { GetMapGlyphsRequest, GetMapGlyphsRequestFilterSensitiveLog, GetMapGlyphsResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts index 154a744dedd1..6a6b7e25cb03 100644 --- a/clients/client-location/src/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts index 0538e154b2f2..a706a65e87a2 100644 --- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts index 5d3c32d7eb54..23af397be225 100644 --- a/clients/client-location/src/commands/GetMapTileCommand.ts +++ b/clients/client-location/src/commands/GetMapTileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { GetMapTileRequest, GetMapTileRequestFilterSensitiveLog, GetMapTileResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/GetPlaceCommand.ts b/clients/client-location/src/commands/GetPlaceCommand.ts index d03b56847bde..32853ba79ee6 100644 --- a/clients/client-location/src/commands/GetPlaceCommand.ts +++ b/clients/client-location/src/commands/GetPlaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { GetPlaceRequest, GetPlaceResponse, GetPlaceResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListDevicePositionsCommand.ts b/clients/client-location/src/commands/ListDevicePositionsCommand.ts index 3ca16d5ea089..93df4218434a 100644 --- a/clients/client-location/src/commands/ListDevicePositionsCommand.ts +++ b/clients/client-location/src/commands/ListDevicePositionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts index 65f51ecb5d28..22074b1925a9 100644 --- a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts +++ b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListGeofencesCommand.ts b/clients/client-location/src/commands/ListGeofencesCommand.ts index 4a46afd24596..4009940ac399 100644 --- a/clients/client-location/src/commands/ListGeofencesCommand.ts +++ b/clients/client-location/src/commands/ListGeofencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/ListKeysCommand.ts b/clients/client-location/src/commands/ListKeysCommand.ts index f651f8206c68..384d3ed64093 100644 --- a/clients/client-location/src/commands/ListKeysCommand.ts +++ b/clients/client-location/src/commands/ListKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListKeysRequest, ListKeysResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListMapsCommand.ts b/clients/client-location/src/commands/ListMapsCommand.ts index a74dc1b05602..d8840c6c03dd 100644 --- a/clients/client-location/src/commands/ListMapsCommand.ts +++ b/clients/client-location/src/commands/ListMapsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListMapsRequest, ListMapsResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts index 34163e1b6f44..597288e2053c 100644 --- a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts +++ b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts index ed151d3d4b98..5daa51dd9427 100644 --- a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts +++ b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListTagsForResourceCommand.ts b/clients/client-location/src/commands/ListTagsForResourceCommand.ts index ed5b6e0a63e6..61b9aad5a0fc 100644 --- a/clients/client-location/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-location/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts index 13543c652f0b..00ae2e228837 100644 --- a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts +++ b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/ListTrackersCommand.ts b/clients/client-location/src/commands/ListTrackersCommand.ts index e0c99eb21a18..0894f0f2a91b 100644 --- a/clients/client-location/src/commands/ListTrackersCommand.ts +++ b/clients/client-location/src/commands/ListTrackersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { ListTrackersRequest, ListTrackersResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/PutGeofenceCommand.ts b/clients/client-location/src/commands/PutGeofenceCommand.ts index 1115ecdb9ded..f13afcb28df6 100644 --- a/clients/client-location/src/commands/PutGeofenceCommand.ts +++ b/clients/client-location/src/commands/PutGeofenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { PutGeofenceRequest, PutGeofenceRequestFilterSensitiveLog, PutGeofenceResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts index 22d87b43efd2..95a895ab790a 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts index a125786f981e..2620946826a3 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts index 07305b31e317..e0c969e76033 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { diff --git a/clients/client-location/src/commands/TagResourceCommand.ts b/clients/client-location/src/commands/TagResourceCommand.ts index 9ed951450e0c..5be5a6cd589f 100644 --- a/clients/client-location/src/commands/TagResourceCommand.ts +++ b/clients/client-location/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UntagResourceCommand.ts b/clients/client-location/src/commands/UntagResourceCommand.ts index 18f6a116c89d..d2f1f1d4daf0 100644 --- a/clients/client-location/src/commands/UntagResourceCommand.ts +++ b/clients/client-location/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts index 893b695a4f9c..16d348feb7fe 100644 --- a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdateKeyCommand.ts b/clients/client-location/src/commands/UpdateKeyCommand.ts index 58d82e369079..d3572f0ae2b4 100644 --- a/clients/client-location/src/commands/UpdateKeyCommand.ts +++ b/clients/client-location/src/commands/UpdateKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdateMapCommand.ts b/clients/client-location/src/commands/UpdateMapCommand.ts index 9979e13c13aa..e058f60165cd 100644 --- a/clients/client-location/src/commands/UpdateMapCommand.ts +++ b/clients/client-location/src/commands/UpdateMapCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts index 43366f899619..0d3eab78cea2 100644 --- a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts index e0b56f1f1c49..185b88e63ce1 100644 --- a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0"; diff --git a/clients/client-location/src/commands/UpdateTrackerCommand.ts b/clients/client-location/src/commands/UpdateTrackerCommand.ts index 4dc8a2f53d4c..37ad15dfdd20 100644 --- a/clients/client-location/src/commands/UpdateTrackerCommand.ts +++ b/clients/client-location/src/commands/UpdateTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient"; import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0"; diff --git a/clients/client-location/src/endpoint/EndpointParameters.ts b/clients/client-location/src/endpoint/EndpointParameters.ts index 63926d71bee1..0f1aa008bdf8 100644 --- a/clients/client-location/src/endpoint/EndpointParameters.ts +++ b/clients/client-location/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-location/src/endpoint/endpointResolver.ts b/clients/client-location/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-location/src/endpoint/endpointResolver.ts +++ b/clients/client-location/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-location/src/endpoint/ruleset.ts b/clients/client-location/src/endpoint/ruleset.ts index ed039cd42b9a..a8098d176e21 100644 --- a/clients/client-location/src/endpoint/ruleset.ts +++ b/clients/client-location/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-location/src/models/LocationServiceException.ts b/clients/client-location/src/models/LocationServiceException.ts index c6eed76f7d1a..eac6f0ac5857 100644 --- a/clients/client-location/src/models/LocationServiceException.ts +++ b/clients/client-location/src/models/LocationServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-location/src/models/models_0.ts b/clients/client-location/src/models/models_0.ts index 5d3f94ece590..d367a115dffa 100644 --- a/clients/client-location/src/models/models_0.ts +++ b/clients/client-location/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { LocationServiceException as __BaseException } from "./LocationServiceException"; diff --git a/clients/client-location/src/pagination/GetDevicePositionHistoryPaginator.ts b/clients/client-location/src/pagination/GetDevicePositionHistoryPaginator.ts index 26b8ae45ce3f..c9eb3f42724a 100644 --- a/clients/client-location/src/pagination/GetDevicePositionHistoryPaginator.ts +++ b/clients/client-location/src/pagination/GetDevicePositionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDevicePositionHistoryCommand, diff --git a/clients/client-location/src/pagination/Interfaces.ts b/clients/client-location/src/pagination/Interfaces.ts index 0e715b514ff2..be966af33a3c 100644 --- a/clients/client-location/src/pagination/Interfaces.ts +++ b/clients/client-location/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LocationClient } from "../LocationClient"; diff --git a/clients/client-location/src/pagination/ListDevicePositionsPaginator.ts b/clients/client-location/src/pagination/ListDevicePositionsPaginator.ts index d56e6baf8bda..8f29912a656a 100644 --- a/clients/client-location/src/pagination/ListDevicePositionsPaginator.ts +++ b/clients/client-location/src/pagination/ListDevicePositionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicePositionsCommand, diff --git a/clients/client-location/src/pagination/ListGeofenceCollectionsPaginator.ts b/clients/client-location/src/pagination/ListGeofenceCollectionsPaginator.ts index efa8f77ac4ec..a23675f5033b 100644 --- a/clients/client-location/src/pagination/ListGeofenceCollectionsPaginator.ts +++ b/clients/client-location/src/pagination/ListGeofenceCollectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGeofenceCollectionsCommand, diff --git a/clients/client-location/src/pagination/ListGeofencesPaginator.ts b/clients/client-location/src/pagination/ListGeofencesPaginator.ts index 8e31f5555a61..cc3bc99f7b6a 100644 --- a/clients/client-location/src/pagination/ListGeofencesPaginator.ts +++ b/clients/client-location/src/pagination/ListGeofencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGeofencesCommand, diff --git a/clients/client-location/src/pagination/ListKeysPaginator.ts b/clients/client-location/src/pagination/ListKeysPaginator.ts index 52636e7f60df..eb79985cbbd8 100644 --- a/clients/client-location/src/pagination/ListKeysPaginator.ts +++ b/clients/client-location/src/pagination/ListKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeysCommand, ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand"; import { LocationClient } from "../LocationClient"; diff --git a/clients/client-location/src/pagination/ListMapsPaginator.ts b/clients/client-location/src/pagination/ListMapsPaginator.ts index 7edfc49e9134..00bf10e9c2ce 100644 --- a/clients/client-location/src/pagination/ListMapsPaginator.ts +++ b/clients/client-location/src/pagination/ListMapsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMapsCommand, ListMapsCommandInput, ListMapsCommandOutput } from "../commands/ListMapsCommand"; import { LocationClient } from "../LocationClient"; diff --git a/clients/client-location/src/pagination/ListPlaceIndexesPaginator.ts b/clients/client-location/src/pagination/ListPlaceIndexesPaginator.ts index 42be97205693..ec41dd07fd44 100644 --- a/clients/client-location/src/pagination/ListPlaceIndexesPaginator.ts +++ b/clients/client-location/src/pagination/ListPlaceIndexesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlaceIndexesCommand, diff --git a/clients/client-location/src/pagination/ListRouteCalculatorsPaginator.ts b/clients/client-location/src/pagination/ListRouteCalculatorsPaginator.ts index dda4fecc9fc9..d33f6157be96 100644 --- a/clients/client-location/src/pagination/ListRouteCalculatorsPaginator.ts +++ b/clients/client-location/src/pagination/ListRouteCalculatorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRouteCalculatorsCommand, diff --git a/clients/client-location/src/pagination/ListTrackerConsumersPaginator.ts b/clients/client-location/src/pagination/ListTrackerConsumersPaginator.ts index 5ea3fddb2de9..c21ed7947ee9 100644 --- a/clients/client-location/src/pagination/ListTrackerConsumersPaginator.ts +++ b/clients/client-location/src/pagination/ListTrackerConsumersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrackerConsumersCommand, diff --git a/clients/client-location/src/pagination/ListTrackersPaginator.ts b/clients/client-location/src/pagination/ListTrackersPaginator.ts index 115286d3ec88..deb7ec4bbba5 100644 --- a/clients/client-location/src/pagination/ListTrackersPaginator.ts +++ b/clients/client-location/src/pagination/ListTrackersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrackersCommand, diff --git a/clients/client-location/src/protocols/Aws_restJson1.ts b/clients/client-location/src/protocols/Aws_restJson1.ts index a2cccd5cca7e..3efa17f779e2 100644 --- a/clients/client-location/src/protocols/Aws_restJson1.ts +++ b/clients/client-location/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,14 +21,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTrackerConsumerCommandInput, diff --git a/clients/client-location/src/runtimeConfig.browser.ts b/clients/client-location/src/runtimeConfig.browser.ts index eb21a29f41d6..7ebcdc45be39 100644 --- a/clients/client-location/src/runtimeConfig.browser.ts +++ b/clients/client-location/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LocationClientConfig } from "./LocationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-location/src/runtimeConfig.shared.ts b/clients/client-location/src/runtimeConfig.shared.ts index 7ec548604f36..72655fa16a11 100644 --- a/clients/client-location/src/runtimeConfig.shared.ts +++ b/clients/client-location/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LocationClientConfig } from "./LocationClient"; diff --git a/clients/client-location/src/runtimeConfig.ts b/clients/client-location/src/runtimeConfig.ts index 2a249c70fac4..0200ff8a5dae 100644 --- a/clients/client-location/src/runtimeConfig.ts +++ b/clients/client-location/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LocationClientConfig } from "./LocationClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index 9b0bc1b18200..537cbe1cfdeb 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-lookoutequipment/src/LookoutEquipment.ts b/clients/client-lookoutequipment/src/LookoutEquipment.ts index b249280b6599..6f9960d46b6c 100644 --- a/clients/client-lookoutequipment/src/LookoutEquipment.ts +++ b/clients/client-lookoutequipment/src/LookoutEquipment.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDatasetCommand, diff --git a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts index 17f5187e1596..0cbc2932357d 100644 --- a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts +++ b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand"; @@ -222,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -331,7 +329,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts index ba725c333af3..57c28e7dd79c 100644 --- a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts index e6ded7cce7ff..798019853045 100644 --- a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts index bee5c3825911..9b609686da48 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts index 56995cd4c16c..6857cacf6394 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts index 60b592a6f739..0c6aa0a8807f 100644 --- a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts index ff3bdd352fe7..ccf6b69927a2 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DeleteDatasetRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts index 94e5bbb73352..77d2e0196f11 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DeleteInferenceSchedulerRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts index 8b385ee5f59f..f49f04d5f99d 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DeleteLabelRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts index 13494f83f9d3..b7ffb7ea9161 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DeleteLabelGroupRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts index c6a8a9473447..2e8df34d7f6c 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DeleteModelRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts index b8057faa3675..711788713013 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts index 652733a388cc..c0d200a7e720 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts index 6510d747a131..e863bfa48f2e 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts index ceb9bba0f409..3f6f6e31ed5f 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts index 4bd4ed7b01fa..4370e09a58cf 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeLabelGroupRequest, DescribeLabelGroupResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts index 82e8bb11aca4..3bb0a1c0d49f 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts index e2247f6b0efe..751464e75ba4 100644 --- a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts index a5450be2aa56..b3fb5c44ba85 100644 --- a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts index f51e2bce4bcc..0ee3c8627436 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts index 0dde3af72711..1f907bbb3396 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts index 07ddc7d7ff59..1dfbe730d439 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts index fcedd0e1ec50..6a54ea22311a 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListLabelGroupsRequest, ListLabelGroupsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts index 8c14a4d2800a..2089ec97304b 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListLabelsRequest, ListLabelsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts index 7c39b6c6f79f..b1c082b7c1ab 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListModelsRequest, ListModelsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts index 51d89f18ca9b..a74b5a2f5afd 100644 --- a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListSensorStatisticsRequest, ListSensorStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts index 7c1d3578408a..2ddc209b8d7c 100644 --- a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts index 7d0164828248..ea1f16f99f8c 100644 --- a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { StartDataIngestionJobRequest, StartDataIngestionJobResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts index 3e8ab5696adc..7c146d8fc8ec 100644 --- a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts index 077d98ec7616..001137699d41 100644 --- a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts index 88cc22f1715f..d88af4ab3a8d 100644 --- a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts index 3774740c9ed6..9ed174bd5562 100644 --- a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts index 0954f3d2dec6..c8b7575b8e74 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { UpdateInferenceSchedulerRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts index de244d07d2b5..f4018f6fece2 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient"; import { UpdateLabelGroupRequest } from "../models/models_0"; diff --git a/clients/client-lookoutequipment/src/endpoint/EndpointParameters.ts b/clients/client-lookoutequipment/src/endpoint/EndpointParameters.ts index 2557e50fd0ad..c2835ddd2d95 100644 --- a/clients/client-lookoutequipment/src/endpoint/EndpointParameters.ts +++ b/clients/client-lookoutequipment/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lookoutequipment/src/endpoint/endpointResolver.ts b/clients/client-lookoutequipment/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lookoutequipment/src/endpoint/endpointResolver.ts +++ b/clients/client-lookoutequipment/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lookoutequipment/src/endpoint/ruleset.ts b/clients/client-lookoutequipment/src/endpoint/ruleset.ts index 4b09401907a4..04644ec7326e 100644 --- a/clients/client-lookoutequipment/src/endpoint/ruleset.ts +++ b/clients/client-lookoutequipment/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts b/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts index e0da21ccb16f..ef76b67198c2 100644 --- a/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts +++ b/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lookoutequipment/src/models/models_0.ts b/clients/client-lookoutequipment/src/models/models_0.ts index 93ecc5bd04f5..241267d49652 100644 --- a/clients/client-lookoutequipment/src/models/models_0.ts +++ b/clients/client-lookoutequipment/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException"; diff --git a/clients/client-lookoutequipment/src/pagination/Interfaces.ts b/clients/client-lookoutequipment/src/pagination/Interfaces.ts index 825cb7aa7985..52f0aae8dd1a 100644 --- a/clients/client-lookoutequipment/src/pagination/Interfaces.ts +++ b/clients/client-lookoutequipment/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LookoutEquipmentClient } from "../LookoutEquipmentClient"; diff --git a/clients/client-lookoutequipment/src/pagination/ListDataIngestionJobsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListDataIngestionJobsPaginator.ts index 8014186d77b2..9365a3160423 100644 --- a/clients/client-lookoutequipment/src/pagination/ListDataIngestionJobsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListDataIngestionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataIngestionJobsCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListDatasetsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListDatasetsPaginator.ts index 42985f8d6ae1..d19ec81554c6 100644 --- a/clients/client-lookoutequipment/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListInferenceEventsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListInferenceEventsPaginator.ts index 6fe44dd97385..c3a0d4e5962a 100644 --- a/clients/client-lookoutequipment/src/pagination/ListInferenceEventsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListInferenceEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceEventsCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListInferenceExecutionsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListInferenceExecutionsPaginator.ts index a067f398cfea..882113891387 100644 --- a/clients/client-lookoutequipment/src/pagination/ListInferenceExecutionsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListInferenceExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceExecutionsCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListInferenceSchedulersPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListInferenceSchedulersPaginator.ts index 0a6b5952dbe9..a6aaca219bff 100644 --- a/clients/client-lookoutequipment/src/pagination/ListInferenceSchedulersPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListInferenceSchedulersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceSchedulersCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListLabelGroupsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListLabelGroupsPaginator.ts index 7375fa5a03a2..0381c86bad0a 100644 --- a/clients/client-lookoutequipment/src/pagination/ListLabelGroupsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListLabelGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLabelGroupsCommand, diff --git a/clients/client-lookoutequipment/src/pagination/ListLabelsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListLabelsPaginator.ts index 28835cde1f46..dbc8eef99a2f 100644 --- a/clients/client-lookoutequipment/src/pagination/ListLabelsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListLabelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLabelsCommand, ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand"; import { LookoutEquipmentClient } from "../LookoutEquipmentClient"; diff --git a/clients/client-lookoutequipment/src/pagination/ListModelsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListModelsPaginator.ts index 625ef9c54639..cf54fe391426 100644 --- a/clients/client-lookoutequipment/src/pagination/ListModelsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelsCommand, ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand"; import { LookoutEquipmentClient } from "../LookoutEquipmentClient"; diff --git a/clients/client-lookoutequipment/src/pagination/ListSensorStatisticsPaginator.ts b/clients/client-lookoutequipment/src/pagination/ListSensorStatisticsPaginator.ts index a98b6e2fe68c..37907ff97225 100644 --- a/clients/client-lookoutequipment/src/pagination/ListSensorStatisticsPaginator.ts +++ b/clients/client-lookoutequipment/src/pagination/ListSensorStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSensorStatisticsCommand, diff --git a/clients/client-lookoutequipment/src/protocols/Aws_json1_0.ts b/clients/client-lookoutequipment/src/protocols/Aws_json1_0.ts index f29a00900dce..9b3704b33153 100644 --- a/clients/client-lookoutequipment/src/protocols/Aws_json1_0.ts +++ b/clients/client-lookoutequipment/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand"; diff --git a/clients/client-lookoutequipment/src/runtimeConfig.browser.ts b/clients/client-lookoutequipment/src/runtimeConfig.browser.ts index ae3d1a65ca1a..da59534e4ebe 100644 --- a/clients/client-lookoutequipment/src/runtimeConfig.browser.ts +++ b/clients/client-lookoutequipment/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lookoutequipment/src/runtimeConfig.shared.ts b/clients/client-lookoutequipment/src/runtimeConfig.shared.ts index 097495b367fc..3297a2ddc96f 100644 --- a/clients/client-lookoutequipment/src/runtimeConfig.shared.ts +++ b/clients/client-lookoutequipment/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient"; diff --git a/clients/client-lookoutequipment/src/runtimeConfig.ts b/clients/client-lookoutequipment/src/runtimeConfig.ts index bc9d6615a1eb..f188632dc058 100644 --- a/clients/client-lookoutequipment/src/runtimeConfig.ts +++ b/clients/client-lookoutequipment/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json index 3af523c20293..0595e4627b90 100644 --- a/clients/client-lookoutmetrics/package.json +++ b/clients/client-lookoutmetrics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-lookoutmetrics/src/LookoutMetrics.ts b/clients/client-lookoutmetrics/src/LookoutMetrics.ts index 5f36a5c5c5b3..7e3fa254fe7c 100644 --- a/clients/client-lookoutmetrics/src/LookoutMetrics.ts +++ b/clients/client-lookoutmetrics/src/LookoutMetrics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivateAnomalyDetectorCommand, diff --git a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts index 24998452d4f6..53037ccc1389 100644 --- a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts +++ b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -216,7 +214,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -325,7 +323,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts index 96f57cc83b8e..2fbf420e721f 100644 --- a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ActivateAnomalyDetectorRequest, ActivateAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts index d5ccd70f08c4..946b5d8137d0 100644 --- a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { BackTestAnomalyDetectorRequest, BackTestAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts index e3674e5c18f8..536f9815e1ce 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { CreateAlertRequest, CreateAlertResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts index 9bcdaca01bbe..e68b90b26e77 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { CreateAnomalyDetectorRequest, CreateAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts index 655d25997adb..9264bd72841b 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { CreateMetricSetRequest, CreateMetricSetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts index e2327ed4df8b..c9ab7f3be2c9 100644 --- a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DeactivateAnomalyDetectorRequest, DeactivateAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts index b5d60a32262c..fafe009d494c 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DeleteAlertRequest, DeleteAlertResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts index 50127a4a39f4..9a7725749274 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DeleteAnomalyDetectorRequest, DeleteAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts index aca78e4701f3..541391733f15 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DescribeAlertRequest, DescribeAlertResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts index 4f619e87a95c..a66075a5e633 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts index c5c84c4e1b1f..c42868548f69 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DescribeAnomalyDetectorRequest, DescribeAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts index 8858daf1a041..1584b1f9e53e 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DescribeMetricSetRequest, DescribeMetricSetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts index f1485ad6b76c..d67d6f232d99 100644 --- a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { DetectMetricSetConfigRequest, DetectMetricSetConfigResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts index c46e6d489bce..23dd066c8b0d 100644 --- a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { GetAnomalyGroupRequest, GetAnomalyGroupResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts index c198a85c4b85..f4678e86a711 100644 --- a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { GetDataQualityMetricsRequest, GetDataQualityMetricsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts index d6bb53a89c71..c80ed17c0a81 100644 --- a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { GetFeedbackRequest, GetFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts index 2e7c02e382d3..ce6302b71340 100644 --- a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { GetSampleDataRequest, GetSampleDataResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts index b9dac418012a..ec825e85c896 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts index b2bf6fce7ff8..6323c222f53a 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListAnomalyDetectorsRequest, ListAnomalyDetectorsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts index 750f2096068c..eb6f5f36e875 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListAnomalyGroupRelatedMetricsRequest, ListAnomalyGroupRelatedMetricsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts index 5dcc49d857d7..7ff6cc5d73e6 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListAnomalyGroupSummariesRequest, ListAnomalyGroupSummariesResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts index 55ddcc8c1f0b..a4dd95788359 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListAnomalyGroupTimeSeriesRequest, ListAnomalyGroupTimeSeriesResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts index 0975e69c4c15..6f03f41aafc4 100644 --- a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListMetricSetsRequest, ListMetricSetsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts index 5eab93c2f29f..a960113befe8 100644 --- a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts index c1fe318aa89f..fb9eb179ff2a 100644 --- a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts index 4c370f18b337..c60825ce7cf6 100644 --- a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts index 903335dc6133..9fe15211b50a 100644 --- a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts index 27756b4533a0..146312bbc3f8 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { UpdateAlertRequest, UpdateAlertResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts index 5b8a82f634a7..f221df2dada1 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { UpdateAnomalyDetectorRequest, UpdateAnomalyDetectorResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts index 3eea3ac259a8..e94c843c312e 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutMetricsClient"; import { UpdateMetricSetRequest, UpdateMetricSetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutmetrics/src/endpoint/EndpointParameters.ts b/clients/client-lookoutmetrics/src/endpoint/EndpointParameters.ts index eb6fb8a15b5c..a3bedcb0cc56 100644 --- a/clients/client-lookoutmetrics/src/endpoint/EndpointParameters.ts +++ b/clients/client-lookoutmetrics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lookoutmetrics/src/endpoint/endpointResolver.ts b/clients/client-lookoutmetrics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lookoutmetrics/src/endpoint/endpointResolver.ts +++ b/clients/client-lookoutmetrics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lookoutmetrics/src/endpoint/ruleset.ts b/clients/client-lookoutmetrics/src/endpoint/ruleset.ts index 37ceb340e4de..30e3a96f2e18 100644 --- a/clients/client-lookoutmetrics/src/endpoint/ruleset.ts +++ b/clients/client-lookoutmetrics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts b/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts index 49ced2974ddb..917a308b5c16 100644 --- a/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts +++ b/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lookoutmetrics/src/models/models_0.ts b/clients/client-lookoutmetrics/src/models/models_0.ts index 5fa4284beea7..41c274854e25 100644 --- a/clients/client-lookoutmetrics/src/models/models_0.ts +++ b/clients/client-lookoutmetrics/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { LookoutMetricsServiceException as __BaseException } from "./LookoutMetricsServiceException"; diff --git a/clients/client-lookoutmetrics/src/pagination/DescribeAnomalyDetectionExecutionsPaginator.ts b/clients/client-lookoutmetrics/src/pagination/DescribeAnomalyDetectionExecutionsPaginator.ts index 31c430264ea5..52a4084130b7 100644 --- a/clients/client-lookoutmetrics/src/pagination/DescribeAnomalyDetectionExecutionsPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/DescribeAnomalyDetectionExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAnomalyDetectionExecutionsCommand, diff --git a/clients/client-lookoutmetrics/src/pagination/GetFeedbackPaginator.ts b/clients/client-lookoutmetrics/src/pagination/GetFeedbackPaginator.ts index 2debf36211d4..c205d9dd329a 100644 --- a/clients/client-lookoutmetrics/src/pagination/GetFeedbackPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/GetFeedbackPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFeedbackCommand, GetFeedbackCommandInput, GetFeedbackCommandOutput } from "../commands/GetFeedbackCommand"; import { LookoutMetricsClient } from "../LookoutMetricsClient"; diff --git a/clients/client-lookoutmetrics/src/pagination/Interfaces.ts b/clients/client-lookoutmetrics/src/pagination/Interfaces.ts index e514fadbe328..89513a7a0a22 100644 --- a/clients/client-lookoutmetrics/src/pagination/Interfaces.ts +++ b/clients/client-lookoutmetrics/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LookoutMetricsClient } from "../LookoutMetricsClient"; diff --git a/clients/client-lookoutmetrics/src/pagination/ListAlertsPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListAlertsPaginator.ts index 27a8d58ffba7..0b606347d323 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListAlertsPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListAlertsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAlertsCommand, ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand"; import { LookoutMetricsClient } from "../LookoutMetricsClient"; diff --git a/clients/client-lookoutmetrics/src/pagination/ListAnomalyDetectorsPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListAnomalyDetectorsPaginator.ts index 0c8d476dcc94..712bbdfba598 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListAnomalyDetectorsPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListAnomalyDetectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomalyDetectorsCommand, diff --git a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupRelatedMetricsPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupRelatedMetricsPaginator.ts index eb1619a25214..82e36acffb23 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupRelatedMetricsPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupRelatedMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomalyGroupRelatedMetricsCommand, diff --git a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupSummariesPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupSummariesPaginator.ts index db43be9e9a10..bd27910baa1a 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupSummariesPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomalyGroupSummariesCommand, diff --git a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupTimeSeriesPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupTimeSeriesPaginator.ts index 08be13179b4f..bf9af62c1568 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupTimeSeriesPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListAnomalyGroupTimeSeriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnomalyGroupTimeSeriesCommand, diff --git a/clients/client-lookoutmetrics/src/pagination/ListMetricSetsPaginator.ts b/clients/client-lookoutmetrics/src/pagination/ListMetricSetsPaginator.ts index e89157ffce7b..a8f068e16f27 100644 --- a/clients/client-lookoutmetrics/src/pagination/ListMetricSetsPaginator.ts +++ b/clients/client-lookoutmetrics/src/pagination/ListMetricSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMetricSetsCommand, diff --git a/clients/client-lookoutmetrics/src/protocols/Aws_restJson1.ts b/clients/client-lookoutmetrics/src/protocols/Aws_restJson1.ts index 353756a7fa5a..8624000253b8 100644 --- a/clients/client-lookoutmetrics/src/protocols/Aws_restJson1.ts +++ b/clients/client-lookoutmetrics/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateAnomalyDetectorCommandInput, diff --git a/clients/client-lookoutmetrics/src/runtimeConfig.browser.ts b/clients/client-lookoutmetrics/src/runtimeConfig.browser.ts index 02b69e0789a8..09619e675580 100644 --- a/clients/client-lookoutmetrics/src/runtimeConfig.browser.ts +++ b/clients/client-lookoutmetrics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutMetricsClientConfig } from "./LookoutMetricsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lookoutmetrics/src/runtimeConfig.shared.ts b/clients/client-lookoutmetrics/src/runtimeConfig.shared.ts index 993d7eff0221..de97ffa754bc 100644 --- a/clients/client-lookoutmetrics/src/runtimeConfig.shared.ts +++ b/clients/client-lookoutmetrics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LookoutMetricsClientConfig } from "./LookoutMetricsClient"; diff --git a/clients/client-lookoutmetrics/src/runtimeConfig.ts b/clients/client-lookoutmetrics/src/runtimeConfig.ts index 02f3ae748360..5b76d8c08d46 100644 --- a/clients/client-lookoutmetrics/src/runtimeConfig.ts +++ b/clients/client-lookoutmetrics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutMetricsClientConfig } from "./LookoutMetricsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 1aa4a4c8342c..704613a56cb1 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-lookoutvision/src/LookoutVision.ts b/clients/client-lookoutvision/src/LookoutVision.ts index 3a40f28c2caa..5d10a1a85012 100644 --- a/clients/client-lookoutvision/src/LookoutVision.ts +++ b/clients/client-lookoutvision/src/LookoutVision.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDatasetCommand, diff --git a/clients/client-lookoutvision/src/LookoutVisionClient.ts b/clients/client-lookoutvision/src/LookoutVisionClient.ts index b772d81d0336..737b4c0870a7 100644 --- a/clients/client-lookoutvision/src/LookoutVisionClient.ts +++ b/clients/client-lookoutvision/src/LookoutVisionClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand"; @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts index 0773cdf8b5c3..14493df078d3 100644 --- a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts index 3f2e866fb5fa..08bb163fcb78 100644 --- a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts index 866623cc02f8..ab1c43673d48 100644 --- a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts index 76d21b07a542..1af4574baef9 100644 --- a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts index 0e6a2ba0c18d..ed38d5d7a154 100644 --- a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DeleteModelRequest, DeleteModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts index bb13b05a7004..81848d18d961 100644 --- a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts index 27a1ba05403d..e564af1e6292 100644 --- a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts index 8558976825f7..cd0bb45e39d1 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts index 386ee8a0b31d..7a83c29ef310 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DescribeModelPackagingJobRequest, DescribeModelPackagingJobResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts index 809d6c13b154..a1bd27f7bafa 100644 --- a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts index 767e51df615b..f667c195703c 100644 --- a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts +++ b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { diff --git a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts index 120c8c95932f..d176b068d6d5 100644 --- a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts index ea8aa6834cd7..8bd68104dd6a 100644 --- a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { ListModelPackagingJobsRequest, ListModelPackagingJobsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts index 87d23d416c4c..fcdc5513941e 100644 --- a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { ListModelsRequest, ListModelsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts index 559e3e32b144..88251178b5ab 100644 --- a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts index 4b10f092cb45..feb6e9404375 100644 --- a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/StartModelCommand.ts b/clients/client-lookoutvision/src/commands/StartModelCommand.ts index ab13c207ba1c..a45f3f3c43f3 100644 --- a/clients/client-lookoutvision/src/commands/StartModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { StartModelRequest, StartModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts index b26099f4b96c..a47b7f07d6d0 100644 --- a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { StartModelPackagingJobRequest, StartModelPackagingJobResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/StopModelCommand.ts b/clients/client-lookoutvision/src/commands/StopModelCommand.ts index db23105b3228..3b0339b85642 100644 --- a/clients/client-lookoutvision/src/commands/StopModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StopModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { StopModelRequest, StopModelResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts index 8922acc53225..5faaee4a2de7 100644 --- a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts index ed0f6292721b..a6f5530b407d 100644 --- a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts index 71b302c3bce7..7959ea353326 100644 --- a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutVisionClient"; import { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../models/models_0"; diff --git a/clients/client-lookoutvision/src/endpoint/EndpointParameters.ts b/clients/client-lookoutvision/src/endpoint/EndpointParameters.ts index 377a22849dcf..0bd78e8840bc 100644 --- a/clients/client-lookoutvision/src/endpoint/EndpointParameters.ts +++ b/clients/client-lookoutvision/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-lookoutvision/src/endpoint/endpointResolver.ts b/clients/client-lookoutvision/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-lookoutvision/src/endpoint/endpointResolver.ts +++ b/clients/client-lookoutvision/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-lookoutvision/src/endpoint/ruleset.ts b/clients/client-lookoutvision/src/endpoint/ruleset.ts index e048f31835f4..7f65fbc6382e 100644 --- a/clients/client-lookoutvision/src/endpoint/ruleset.ts +++ b/clients/client-lookoutvision/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts b/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts index f907116666fe..8359be1b1eca 100644 --- a/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts +++ b/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-lookoutvision/src/models/models_0.ts b/clients/client-lookoutvision/src/models/models_0.ts index cbc95e7ea054..15425ce1a745 100644 --- a/clients/client-lookoutvision/src/models/models_0.ts +++ b/clients/client-lookoutvision/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { LookoutVisionServiceException as __BaseException } from "./LookoutVisionServiceException"; diff --git a/clients/client-lookoutvision/src/pagination/Interfaces.ts b/clients/client-lookoutvision/src/pagination/Interfaces.ts index ccacfa33b406..b364125b314f 100644 --- a/clients/client-lookoutvision/src/pagination/Interfaces.ts +++ b/clients/client-lookoutvision/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { LookoutVisionClient } from "../LookoutVisionClient"; diff --git a/clients/client-lookoutvision/src/pagination/ListDatasetEntriesPaginator.ts b/clients/client-lookoutvision/src/pagination/ListDatasetEntriesPaginator.ts index 8a363b8f92d2..15223a298b4a 100644 --- a/clients/client-lookoutvision/src/pagination/ListDatasetEntriesPaginator.ts +++ b/clients/client-lookoutvision/src/pagination/ListDatasetEntriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetEntriesCommand, diff --git a/clients/client-lookoutvision/src/pagination/ListModelPackagingJobsPaginator.ts b/clients/client-lookoutvision/src/pagination/ListModelPackagingJobsPaginator.ts index 3d9f4c86cb4a..e0b8ae935209 100644 --- a/clients/client-lookoutvision/src/pagination/ListModelPackagingJobsPaginator.ts +++ b/clients/client-lookoutvision/src/pagination/ListModelPackagingJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelPackagingJobsCommand, diff --git a/clients/client-lookoutvision/src/pagination/ListModelsPaginator.ts b/clients/client-lookoutvision/src/pagination/ListModelsPaginator.ts index e016dc84570d..5d3c77bb9cc7 100644 --- a/clients/client-lookoutvision/src/pagination/ListModelsPaginator.ts +++ b/clients/client-lookoutvision/src/pagination/ListModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelsCommand, ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand"; import { LookoutVisionClient } from "../LookoutVisionClient"; diff --git a/clients/client-lookoutvision/src/pagination/ListProjectsPaginator.ts b/clients/client-lookoutvision/src/pagination/ListProjectsPaginator.ts index e5d3306b3985..b993d176ecda 100644 --- a/clients/client-lookoutvision/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-lookoutvision/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-lookoutvision/src/protocols/Aws_restJson1.ts b/clients/client-lookoutvision/src/protocols/Aws_restJson1.ts index 03e66d0bdc06..6c08eb376deb 100644 --- a/clients/client-lookoutvision/src/protocols/Aws_restJson1.ts +++ b/clients/client-lookoutvision/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand"; diff --git a/clients/client-lookoutvision/src/runtimeConfig.browser.ts b/clients/client-lookoutvision/src/runtimeConfig.browser.ts index 1580ed967d82..1aad6704f023 100644 --- a/clients/client-lookoutvision/src/runtimeConfig.browser.ts +++ b/clients/client-lookoutvision/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutVisionClientConfig } from "./LookoutVisionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-lookoutvision/src/runtimeConfig.shared.ts b/clients/client-lookoutvision/src/runtimeConfig.shared.ts index 870d1b282236..1701b260d41d 100644 --- a/clients/client-lookoutvision/src/runtimeConfig.shared.ts +++ b/clients/client-lookoutvision/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { LookoutVisionClientConfig } from "./LookoutVisionClient"; diff --git a/clients/client-lookoutvision/src/runtimeConfig.ts b/clients/client-lookoutvision/src/runtimeConfig.ts index d7bad09f3098..06ba930d88a8 100644 --- a/clients/client-lookoutvision/src/runtimeConfig.ts +++ b/clients/client-lookoutvision/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { LookoutVisionClientConfig } from "./LookoutVisionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-m2/package.json b/clients/client-m2/package.json index 06cc55d9ac73..10c03ff35975 100644 --- a/clients/client-m2/package.json +++ b/clients/client-m2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-m2/src/M2.ts b/clients/client-m2/src/M2.ts index 2f89473be480..0520167ce0d0 100644 --- a/clients/client-m2/src/M2.ts +++ b/clients/client-m2/src/M2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelBatchJobExecutionCommand, diff --git a/clients/client-m2/src/M2Client.ts b/clients/client-m2/src/M2Client.ts index 82767efd93bd..9555637f9bf2 100644 --- a/clients/client-m2/src/M2Client.ts +++ b/clients/client-m2/src/M2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -319,7 +317,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts index da31a7e1e451..439492d05086 100644 --- a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { CancelBatchJobExecutionRequest, CancelBatchJobExecutionResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/CreateApplicationCommand.ts b/clients/client-m2/src/commands/CreateApplicationCommand.ts index 27bb3e6ae92e..d51571f7ef81 100644 --- a/clients/client-m2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-m2/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts index c1d14fea8fdb..dd350f7b8a69 100644 --- a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { CreateDataSetImportTaskRequest, CreateDataSetImportTaskResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/CreateDeploymentCommand.ts b/clients/client-m2/src/commands/CreateDeploymentCommand.ts index 7a8522c4cef4..fb499d56c599 100644 --- a/clients/client-m2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-m2/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts index 2501c4ba4cb5..8c13470b7549 100644 --- a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/DeleteApplicationCommand.ts b/clients/client-m2/src/commands/DeleteApplicationCommand.ts index f47aa6646eba..fb5cae0a4bdc 100644 --- a/clients/client-m2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts index 8f86680268a3..27be4edf9b2b 100644 --- a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { DeleteApplicationFromEnvironmentRequest, DeleteApplicationFromEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts index a1489307de5a..4ca9c16b7e8a 100644 --- a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetApplicationCommand.ts b/clients/client-m2/src/commands/GetApplicationCommand.ts index a7792ed56c51..1125138e8098 100644 --- a/clients/client-m2/src/commands/GetApplicationCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts index ed0b6902bb1c..8aceded3b3be 100644 --- a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetApplicationVersionRequest, GetApplicationVersionResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts index dfbdc2694f32..b7d1632e1c7c 100644 --- a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetBatchJobExecutionRequest, GetBatchJobExecutionResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts index 608a1e3e1a44..59911848a3cb 100644 --- a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetDataSetDetailsRequest, GetDataSetDetailsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts index 07b317347786..b9da492a9712 100644 --- a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetDataSetImportTaskRequest, GetDataSetImportTaskResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetDeploymentCommand.ts b/clients/client-m2/src/commands/GetDeploymentCommand.ts index 4c01442cdba1..506649d27df7 100644 --- a/clients/client-m2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-m2/src/commands/GetDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/GetEnvironmentCommand.ts b/clients/client-m2/src/commands/GetEnvironmentCommand.ts index 8c1df6fbea3e..0a0d924315e4 100644 --- a/clients/client-m2/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts index 80c68bfacf34..8ad9e60f1883 100644 --- a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListApplicationsCommand.ts b/clients/client-m2/src/commands/ListApplicationsCommand.ts index 564219ada398..a5c27f5226df 100644 --- a/clients/client-m2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts index 17f844ae4ba9..9700edfe8cfe 100644 --- a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListBatchJobDefinitionsRequest, ListBatchJobDefinitionsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts index 008493861635..16c8c84e8123 100644 --- a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListBatchJobExecutionsRequest, ListBatchJobExecutionsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts index e5e04fe8db6e..84965c68beb1 100644 --- a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListDataSetImportHistoryRequest, ListDataSetImportHistoryResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListDataSetsCommand.ts b/clients/client-m2/src/commands/ListDataSetsCommand.ts index 8dccc36f51c0..8e8eeed63ee0 100644 --- a/clients/client-m2/src/commands/ListDataSetsCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListDeploymentsCommand.ts b/clients/client-m2/src/commands/ListDeploymentsCommand.ts index 2f5e95bd91dd..46c0e03198b6 100644 --- a/clients/client-m2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-m2/src/commands/ListDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts index f9c9627a45f9..6f4e623e78fb 100644 --- a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListEngineVersionsRequest, ListEngineVersionsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts index dbde7a3b5123..f163007c79c7 100644 --- a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts index dc6d09d14089..9d45db2a0e81 100644 --- a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/StartApplicationCommand.ts b/clients/client-m2/src/commands/StartApplicationCommand.ts index 2e724fde3baf..9c86390d061b 100644 --- a/clients/client-m2/src/commands/StartApplicationCommand.ts +++ b/clients/client-m2/src/commands/StartApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/StartBatchJobCommand.ts b/clients/client-m2/src/commands/StartBatchJobCommand.ts index 82531aca75b4..e608393e6ac0 100644 --- a/clients/client-m2/src/commands/StartBatchJobCommand.ts +++ b/clients/client-m2/src/commands/StartBatchJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { StartBatchJobRequest, StartBatchJobResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/StopApplicationCommand.ts b/clients/client-m2/src/commands/StopApplicationCommand.ts index 949039b3ed5c..8ed2cbac614a 100644 --- a/clients/client-m2/src/commands/StopApplicationCommand.ts +++ b/clients/client-m2/src/commands/StopApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/TagResourceCommand.ts b/clients/client-m2/src/commands/TagResourceCommand.ts index d291dbe488f4..29c20c5c772d 100644 --- a/clients/client-m2/src/commands/TagResourceCommand.ts +++ b/clients/client-m2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/UntagResourceCommand.ts b/clients/client-m2/src/commands/UntagResourceCommand.ts index c0e38417cc9d..b8b77c711430 100644 --- a/clients/client-m2/src/commands/UntagResourceCommand.ts +++ b/clients/client-m2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/UpdateApplicationCommand.ts b/clients/client-m2/src/commands/UpdateApplicationCommand.ts index edb4e09b7832..85807b5533ee 100644 --- a/clients/client-m2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-m2/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts index 8077ba9ff146..86098c3fdea9 100644 --- a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client"; import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0"; diff --git a/clients/client-m2/src/endpoint/EndpointParameters.ts b/clients/client-m2/src/endpoint/EndpointParameters.ts index 4e3d3549ef12..8003b5062284 100644 --- a/clients/client-m2/src/endpoint/EndpointParameters.ts +++ b/clients/client-m2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-m2/src/endpoint/endpointResolver.ts b/clients/client-m2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-m2/src/endpoint/endpointResolver.ts +++ b/clients/client-m2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-m2/src/endpoint/ruleset.ts b/clients/client-m2/src/endpoint/ruleset.ts index 35bd9fb62b32..7518c967e157 100644 --- a/clients/client-m2/src/endpoint/ruleset.ts +++ b/clients/client-m2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-m2/src/models/M2ServiceException.ts b/clients/client-m2/src/models/M2ServiceException.ts index 3ced35c321d4..421510090771 100644 --- a/clients/client-m2/src/models/M2ServiceException.ts +++ b/clients/client-m2/src/models/M2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-m2/src/models/models_0.ts b/clients/client-m2/src/models/models_0.ts index 7468ae12fae4..7b4b703f93df 100644 --- a/clients/client-m2/src/models/models_0.ts +++ b/clients/client-m2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { M2ServiceException as __BaseException } from "./M2ServiceException"; diff --git a/clients/client-m2/src/pagination/Interfaces.ts b/clients/client-m2/src/pagination/Interfaces.ts index f4fdad7ff9be..c9697328b982 100644 --- a/clients/client-m2/src/pagination/Interfaces.ts +++ b/clients/client-m2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { M2Client } from "../M2Client"; diff --git a/clients/client-m2/src/pagination/ListApplicationVersionsPaginator.ts b/clients/client-m2/src/pagination/ListApplicationVersionsPaginator.ts index af568761c800..8fb12c97fb34 100644 --- a/clients/client-m2/src/pagination/ListApplicationVersionsPaginator.ts +++ b/clients/client-m2/src/pagination/ListApplicationVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationVersionsCommand, diff --git a/clients/client-m2/src/pagination/ListApplicationsPaginator.ts b/clients/client-m2/src/pagination/ListApplicationsPaginator.ts index d06549e51607..32df142ffd9e 100644 --- a/clients/client-m2/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-m2/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-m2/src/pagination/ListBatchJobDefinitionsPaginator.ts b/clients/client-m2/src/pagination/ListBatchJobDefinitionsPaginator.ts index 3be9ca10fedb..c3cdb56f8376 100644 --- a/clients/client-m2/src/pagination/ListBatchJobDefinitionsPaginator.ts +++ b/clients/client-m2/src/pagination/ListBatchJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBatchJobDefinitionsCommand, diff --git a/clients/client-m2/src/pagination/ListBatchJobExecutionsPaginator.ts b/clients/client-m2/src/pagination/ListBatchJobExecutionsPaginator.ts index ae48ceeec0d4..f0b5bb0d931f 100644 --- a/clients/client-m2/src/pagination/ListBatchJobExecutionsPaginator.ts +++ b/clients/client-m2/src/pagination/ListBatchJobExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBatchJobExecutionsCommand, diff --git a/clients/client-m2/src/pagination/ListDataSetImportHistoryPaginator.ts b/clients/client-m2/src/pagination/ListDataSetImportHistoryPaginator.ts index f0e196f682da..f94a5959eb3a 100644 --- a/clients/client-m2/src/pagination/ListDataSetImportHistoryPaginator.ts +++ b/clients/client-m2/src/pagination/ListDataSetImportHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSetImportHistoryCommand, diff --git a/clients/client-m2/src/pagination/ListDataSetsPaginator.ts b/clients/client-m2/src/pagination/ListDataSetsPaginator.ts index fddc81113c4c..547d50f477fc 100644 --- a/clients/client-m2/src/pagination/ListDataSetsPaginator.ts +++ b/clients/client-m2/src/pagination/ListDataSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSetsCommand, diff --git a/clients/client-m2/src/pagination/ListDeploymentsPaginator.ts b/clients/client-m2/src/pagination/ListDeploymentsPaginator.ts index 6c61488fffce..ed5ab82998b4 100644 --- a/clients/client-m2/src/pagination/ListDeploymentsPaginator.ts +++ b/clients/client-m2/src/pagination/ListDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeploymentsCommand, diff --git a/clients/client-m2/src/pagination/ListEngineVersionsPaginator.ts b/clients/client-m2/src/pagination/ListEngineVersionsPaginator.ts index e9fa1e08d776..74c6460e4a2a 100644 --- a/clients/client-m2/src/pagination/ListEngineVersionsPaginator.ts +++ b/clients/client-m2/src/pagination/ListEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEngineVersionsCommand, diff --git a/clients/client-m2/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-m2/src/pagination/ListEnvironmentsPaginator.ts index beb1d50363a7..7001057ed5bf 100644 --- a/clients/client-m2/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-m2/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentsCommand, diff --git a/clients/client-m2/src/protocols/Aws_restJson1.ts b/clients/client-m2/src/protocols/Aws_restJson1.ts index 9608b3cf95e2..cddfcf2efe87 100644 --- a/clients/client-m2/src/protocols/Aws_restJson1.ts +++ b/clients/client-m2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-m2/src/runtimeConfig.browser.ts b/clients/client-m2/src/runtimeConfig.browser.ts index 89a20bed8334..e91a9e819319 100644 --- a/clients/client-m2/src/runtimeConfig.browser.ts +++ b/clients/client-m2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { M2ClientConfig } from "./M2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-m2/src/runtimeConfig.shared.ts b/clients/client-m2/src/runtimeConfig.shared.ts index d845c1e0acae..e002f4b382f5 100644 --- a/clients/client-m2/src/runtimeConfig.shared.ts +++ b/clients/client-m2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { M2ClientConfig } from "./M2Client"; diff --git a/clients/client-m2/src/runtimeConfig.ts b/clients/client-m2/src/runtimeConfig.ts index 23fdcd8342f3..f192ec4bfa83 100644 --- a/clients/client-m2/src/runtimeConfig.ts +++ b/clients/client-m2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { M2ClientConfig } from "./M2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index e3028ae81776..b12df0441b4d 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-machinelearning": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-machine-learning/src/MachineLearning.ts b/clients/client-machine-learning/src/MachineLearning.ts index 4e209efc1e52..a67a49ac7697 100644 --- a/clients/client-machine-learning/src/MachineLearning.ts +++ b/clients/client-machine-learning/src/MachineLearning.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsCommand, AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; import { diff --git a/clients/client-machine-learning/src/MachineLearningClient.ts b/clients/client-machine-learning/src/MachineLearningClient.ts index ffb8414efa56..ae36f7a7e756 100644 --- a/clients/client-machine-learning/src/MachineLearningClient.ts +++ b/clients/client-machine-learning/src/MachineLearningClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand"; @@ -198,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -307,7 +305,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-machine-learning/src/commands/AddTagsCommand.ts b/clients/client-machine-learning/src/commands/AddTagsCommand.ts index 143cace7cbc8..6dc93d402cc6 100644 --- a/clients/client-machine-learning/src/commands/AddTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { AddTagsInput, AddTagsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts index 0c192d613bbd..cc9b89ade467 100644 --- a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts index 70cca9b89ae8..0fc78c633077 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts index 199dd865b6bc..1a9a6f12a803 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts index a789b3d25d13..a1749c70ec7f 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts index a273cd5e8772..1b55b73f7a2f 100644 --- a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts index 24daac561c0a..f33199b07049 100644 --- a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts index b770dd6318c8..428e9a5f92de 100644 --- a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts index caf9ca9f4d7d..a156c5dacf62 100644 --- a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts index 6199fc04468c..eab00df05ebd 100644 --- a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts index ebe0235ad1e7..c934c62f33cb 100644 --- a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts index c177692aed1a..28e21db26e32 100644 --- a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts index 55c8a1053a9e..a51e169cc3d3 100644 --- a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts index 60ba3b27d154..9c06f43527f8 100644 --- a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts index 0d2960366b2f..000fb4cbe713 100644 --- a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts index 4e819dcd4919..223c5624502f 100644 --- a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts index 8cd3b82cf554..3617afc4620c 100644 --- a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts index 486adaf602cf..9a1ee6ba225b 100644 --- a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts index 5888a6b3b5b5..5c8e765453bf 100644 --- a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts index 172d61f9b9bf..5a896aaa0416 100644 --- a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts index 5691993add48..9314f62d8344 100644 --- a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts index fdaaee45f80e..e74f1b5323af 100644 --- a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts index dc6081680986..bea7f54cc6d8 100644 --- a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { GetMLModelInput, GetMLModelOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/PredictCommand.ts b/clients/client-machine-learning/src/commands/PredictCommand.ts index bafce0fb9e4c..04ffa2f1a09b 100644 --- a/clients/client-machine-learning/src/commands/PredictCommand.ts +++ b/clients/client-machine-learning/src/commands/PredictCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getPredictEndpointPlugin } from "@aws-sdk/middleware-sdk-machinelearning"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { PredictInput, PredictOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts index 313e14d58369..748fe0e77be3 100644 --- a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts index 49f6dc15f26c..9001990b4235 100644 --- a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts index 7a5230dbcc9e..5951bd3e3c53 100644 --- a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { UpdateEvaluationInput, UpdateEvaluationOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts index a7e64033f32c..97477df13f67 100644 --- a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient"; import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0"; diff --git a/clients/client-machine-learning/src/endpoint/EndpointParameters.ts b/clients/client-machine-learning/src/endpoint/EndpointParameters.ts index 084bd98ce165..c251ecce32a9 100644 --- a/clients/client-machine-learning/src/endpoint/EndpointParameters.ts +++ b/clients/client-machine-learning/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-machine-learning/src/endpoint/endpointResolver.ts b/clients/client-machine-learning/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-machine-learning/src/endpoint/endpointResolver.ts +++ b/clients/client-machine-learning/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-machine-learning/src/endpoint/ruleset.ts b/clients/client-machine-learning/src/endpoint/ruleset.ts index 87ad0da165f9..e96a32c56e89 100644 --- a/clients/client-machine-learning/src/endpoint/ruleset.ts +++ b/clients/client-machine-learning/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-machine-learning/src/models/MachineLearningServiceException.ts b/clients/client-machine-learning/src/models/MachineLearningServiceException.ts index 9e7bc8d9db3e..4f475f04f4ac 100644 --- a/clients/client-machine-learning/src/models/MachineLearningServiceException.ts +++ b/clients/client-machine-learning/src/models/MachineLearningServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-machine-learning/src/models/models_0.ts b/clients/client-machine-learning/src/models/models_0.ts index ec55787b7f08..3712ae9f4e70 100644 --- a/clients/client-machine-learning/src/models/models_0.ts +++ b/clients/client-machine-learning/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MachineLearningServiceException as __BaseException } from "./MachineLearningServiceException"; diff --git a/clients/client-machine-learning/src/pagination/DescribeBatchPredictionsPaginator.ts b/clients/client-machine-learning/src/pagination/DescribeBatchPredictionsPaginator.ts index c201b48fea5a..37844a181d28 100644 --- a/clients/client-machine-learning/src/pagination/DescribeBatchPredictionsPaginator.ts +++ b/clients/client-machine-learning/src/pagination/DescribeBatchPredictionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeBatchPredictionsCommand, diff --git a/clients/client-machine-learning/src/pagination/DescribeDataSourcesPaginator.ts b/clients/client-machine-learning/src/pagination/DescribeDataSourcesPaginator.ts index 47a53b64fcca..fc426b825d05 100644 --- a/clients/client-machine-learning/src/pagination/DescribeDataSourcesPaginator.ts +++ b/clients/client-machine-learning/src/pagination/DescribeDataSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataSourcesCommand, diff --git a/clients/client-machine-learning/src/pagination/DescribeEvaluationsPaginator.ts b/clients/client-machine-learning/src/pagination/DescribeEvaluationsPaginator.ts index 12c5d197ccdd..aaf2ee8568d5 100644 --- a/clients/client-machine-learning/src/pagination/DescribeEvaluationsPaginator.ts +++ b/clients/client-machine-learning/src/pagination/DescribeEvaluationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEvaluationsCommand, diff --git a/clients/client-machine-learning/src/pagination/DescribeMLModelsPaginator.ts b/clients/client-machine-learning/src/pagination/DescribeMLModelsPaginator.ts index ea53e237eaa4..181aff50aa23 100644 --- a/clients/client-machine-learning/src/pagination/DescribeMLModelsPaginator.ts +++ b/clients/client-machine-learning/src/pagination/DescribeMLModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMLModelsCommand, diff --git a/clients/client-machine-learning/src/pagination/Interfaces.ts b/clients/client-machine-learning/src/pagination/Interfaces.ts index 0290b4da8170..c33393dabf3d 100644 --- a/clients/client-machine-learning/src/pagination/Interfaces.ts +++ b/clients/client-machine-learning/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MachineLearningClient } from "../MachineLearningClient"; diff --git a/clients/client-machine-learning/src/protocols/Aws_json1_1.ts b/clients/client-machine-learning/src/protocols/Aws_json1_1.ts index 5d641e241c73..41ea7b35d5c9 100644 --- a/clients/client-machine-learning/src/protocols/Aws_json1_1.ts +++ b/clients/client-machine-learning/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand"; import { diff --git a/clients/client-machine-learning/src/runtimeConfig.browser.ts b/clients/client-machine-learning/src/runtimeConfig.browser.ts index 5153ed2423c8..60bea68f9602 100644 --- a/clients/client-machine-learning/src/runtimeConfig.browser.ts +++ b/clients/client-machine-learning/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MachineLearningClientConfig } from "./MachineLearningClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-machine-learning/src/runtimeConfig.shared.ts b/clients/client-machine-learning/src/runtimeConfig.shared.ts index d79d965b3e61..741c9bc30050 100644 --- a/clients/client-machine-learning/src/runtimeConfig.shared.ts +++ b/clients/client-machine-learning/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MachineLearningClientConfig } from "./MachineLearningClient"; diff --git a/clients/client-machine-learning/src/runtimeConfig.ts b/clients/client-machine-learning/src/runtimeConfig.ts index 4be5d8554c6a..75f2e1e6a1da 100644 --- a/clients/client-machine-learning/src/runtimeConfig.ts +++ b/clients/client-machine-learning/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MachineLearningClientConfig } from "./MachineLearningClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-machine-learning/src/waiters/waitForBatchPredictionAvailable.ts b/clients/client-machine-learning/src/waiters/waitForBatchPredictionAvailable.ts index 2ea9120ef02d..f6dce1a5062c 100644 --- a/clients/client-machine-learning/src/waiters/waitForBatchPredictionAvailable.ts +++ b/clients/client-machine-learning/src/waiters/waitForBatchPredictionAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeBatchPredictionsCommand, diff --git a/clients/client-machine-learning/src/waiters/waitForDataSourceAvailable.ts b/clients/client-machine-learning/src/waiters/waitForDataSourceAvailable.ts index cfe1ca0e701b..e780c0689cfe 100644 --- a/clients/client-machine-learning/src/waiters/waitForDataSourceAvailable.ts +++ b/clients/client-machine-learning/src/waiters/waitForDataSourceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDataSourcesCommand, DescribeDataSourcesCommandInput } from "../commands/DescribeDataSourcesCommand"; import { MachineLearningClient } from "../MachineLearningClient"; diff --git a/clients/client-machine-learning/src/waiters/waitForEvaluationAvailable.ts b/clients/client-machine-learning/src/waiters/waitForEvaluationAvailable.ts index 9a7c85702f8f..b84e7409c4b1 100644 --- a/clients/client-machine-learning/src/waiters/waitForEvaluationAvailable.ts +++ b/clients/client-machine-learning/src/waiters/waitForEvaluationAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEvaluationsCommand, DescribeEvaluationsCommandInput } from "../commands/DescribeEvaluationsCommand"; import { MachineLearningClient } from "../MachineLearningClient"; diff --git a/clients/client-machine-learning/src/waiters/waitForMLModelAvailable.ts b/clients/client-machine-learning/src/waiters/waitForMLModelAvailable.ts index b9ee25d7e247..77287d8ac224 100644 --- a/clients/client-machine-learning/src/waiters/waitForMLModelAvailable.ts +++ b/clients/client-machine-learning/src/waiters/waitForMLModelAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeMLModelsCommand, DescribeMLModelsCommandInput } from "../commands/DescribeMLModelsCommand"; import { MachineLearningClient } from "../MachineLearningClient"; diff --git a/clients/client-macie/package.json b/clients/client-macie/package.json index f06094994728..c868426511cc 100644 --- a/clients/client-macie/package.json +++ b/clients/client-macie/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-macie/src/Macie.ts b/clients/client-macie/src/Macie.ts index 4769d8fd17bf..b3f2d9fb1619 100644 --- a/clients/client-macie/src/Macie.ts +++ b/clients/client-macie/src/Macie.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateMemberAccountCommand, diff --git a/clients/client-macie/src/MacieClient.ts b/clients/client-macie/src/MacieClient.ts index 3bedf7ab0748..6594739de283 100644 --- a/clients/client-macie/src/MacieClient.ts +++ b/clients/client-macie/src/MacieClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts index 8f58a004cc6e..4a5502c25c1e 100644 --- a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { AssociateMemberAccountRequest } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts index 1a66a43ad81d..c9848208d6f0 100644 --- a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { AssociateS3ResourcesRequest, AssociateS3ResourcesResult } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts index 4eea4d6e03bb..8b51430606cb 100644 --- a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { DisassociateMemberAccountRequest } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts index 7e378f0318ee..42882cf8d08d 100644 --- a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { DisassociateS3ResourcesRequest, DisassociateS3ResourcesResult } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts index a3a16f65cfc1..39847de256a8 100644 --- a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { ListMemberAccountsRequest, ListMemberAccountsResult } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts index cfbe184ad957..68bf5dabe4f6 100644 --- a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { ListS3ResourcesRequest, ListS3ResourcesResult } from "../models/models_0"; diff --git a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts index ec6047d65293..161ab604a560 100644 --- a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MacieClient"; import { UpdateS3ResourcesRequest, UpdateS3ResourcesResult } from "../models/models_0"; diff --git a/clients/client-macie/src/endpoint/EndpointParameters.ts b/clients/client-macie/src/endpoint/EndpointParameters.ts index e60275aa9074..eba5058cb9ca 100644 --- a/clients/client-macie/src/endpoint/EndpointParameters.ts +++ b/clients/client-macie/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-macie/src/endpoint/endpointResolver.ts b/clients/client-macie/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-macie/src/endpoint/endpointResolver.ts +++ b/clients/client-macie/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-macie/src/endpoint/ruleset.ts b/clients/client-macie/src/endpoint/ruleset.ts index b9c4f03cb202..3aedd46c000a 100644 --- a/clients/client-macie/src/endpoint/ruleset.ts +++ b/clients/client-macie/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-macie/src/models/MacieServiceException.ts b/clients/client-macie/src/models/MacieServiceException.ts index ebdacbc12158..4db3708cc8a4 100644 --- a/clients/client-macie/src/models/MacieServiceException.ts +++ b/clients/client-macie/src/models/MacieServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-macie/src/models/models_0.ts b/clients/client-macie/src/models/models_0.ts index 9ef2d0dc682b..0e29ff1d304f 100644 --- a/clients/client-macie/src/models/models_0.ts +++ b/clients/client-macie/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MacieServiceException as __BaseException } from "./MacieServiceException"; diff --git a/clients/client-macie/src/pagination/Interfaces.ts b/clients/client-macie/src/pagination/Interfaces.ts index 4472936235ed..76b51405133e 100644 --- a/clients/client-macie/src/pagination/Interfaces.ts +++ b/clients/client-macie/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MacieClient } from "../MacieClient"; diff --git a/clients/client-macie/src/pagination/ListMemberAccountsPaginator.ts b/clients/client-macie/src/pagination/ListMemberAccountsPaginator.ts index 7f9d08d17868..7510227fe591 100644 --- a/clients/client-macie/src/pagination/ListMemberAccountsPaginator.ts +++ b/clients/client-macie/src/pagination/ListMemberAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMemberAccountsCommand, diff --git a/clients/client-macie/src/pagination/ListS3ResourcesPaginator.ts b/clients/client-macie/src/pagination/ListS3ResourcesPaginator.ts index 2c72388c094a..bf00dd748360 100644 --- a/clients/client-macie/src/pagination/ListS3ResourcesPaginator.ts +++ b/clients/client-macie/src/pagination/ListS3ResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListS3ResourcesCommand, diff --git a/clients/client-macie/src/protocols/Aws_json1_1.ts b/clients/client-macie/src/protocols/Aws_json1_1.ts index b5920529c190..952b93c632fb 100644 --- a/clients/client-macie/src/protocols/Aws_json1_1.ts +++ b/clients/client-macie/src/protocols/Aws_json1_1.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateMemberAccountCommandInput, diff --git a/clients/client-macie/src/runtimeConfig.browser.ts b/clients/client-macie/src/runtimeConfig.browser.ts index f3a542babbb4..74b11a180c0a 100644 --- a/clients/client-macie/src/runtimeConfig.browser.ts +++ b/clients/client-macie/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MacieClientConfig } from "./MacieClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-macie/src/runtimeConfig.shared.ts b/clients/client-macie/src/runtimeConfig.shared.ts index 147775f87375..c547c474312a 100644 --- a/clients/client-macie/src/runtimeConfig.shared.ts +++ b/clients/client-macie/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MacieClientConfig } from "./MacieClient"; diff --git a/clients/client-macie/src/runtimeConfig.ts b/clients/client-macie/src/runtimeConfig.ts index 897e5236d1dd..92e6f6d2da45 100644 --- a/clients/client-macie/src/runtimeConfig.ts +++ b/clients/client-macie/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MacieClientConfig } from "./MacieClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index c4ff3821e202..076b74c144d5 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-macie2/src/Macie2.ts b/clients/client-macie2/src/Macie2.ts index 9778bdcc29c5..c80f8644e117 100644 --- a/clients/client-macie2/src/Macie2.ts +++ b/clients/client-macie2/src/Macie2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptInvitationCommand, diff --git a/clients/client-macie2/src/Macie2Client.ts b/clients/client-macie2/src/Macie2Client.ts index 032261331849..409e21bd2e80 100644 --- a/clients/client-macie2/src/Macie2Client.ts +++ b/clients/client-macie2/src/Macie2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand"; @@ -465,7 +463,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -574,7 +572,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts index dc7a6367da07..6d558d7764af 100644 --- a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts index 749092ca10c5..e73f1299b00b 100644 --- a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateAllowListCommand.ts b/clients/client-macie2/src/commands/CreateAllowListCommand.ts index 673cab3c7b04..b270d9b7577a 100644 --- a/clients/client-macie2/src/commands/CreateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/CreateAllowListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateAllowListRequest, CreateAllowListResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts index 5ca51dc35eea..1ba3dc47abc4 100644 --- a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts index 74493713ad5b..f61550ed1d4b 100644 --- a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts index f96682dc197a..efd34a148ded 100644 --- a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts index b1b88768d793..d5bc6dfc258d 100644 --- a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateMemberCommand.ts b/clients/client-macie2/src/commands/CreateMemberCommand.ts index bd288051f01b..1e7a1a5b3281 100644 --- a/clients/client-macie2/src/commands/CreateMemberCommand.ts +++ b/clients/client-macie2/src/commands/CreateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateMemberRequest, CreateMemberResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts index ac84db14111f..d110e8ffc1ec 100644 --- a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts index a6da524d1805..acde004ea4ea 100644 --- a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts index 542ad347d213..b9908c9c6b99 100644 --- a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts +++ b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeleteAllowListRequest, DeleteAllowListResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts index 442e8980dfb8..635032b70ee4 100644 --- a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeleteCustomDataIdentifierRequest, DeleteCustomDataIdentifierResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts index 4c40a85c496c..c01ea99c2895 100644 --- a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeleteFindingsFilterRequest, DeleteFindingsFilterResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts index 6d461d30da98..4c6d55e70f4f 100644 --- a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DeleteMemberCommand.ts b/clients/client-macie2/src/commands/DeleteMemberCommand.ts index f5163b102539..e7606a67e133 100644 --- a/clients/client-macie2/src/commands/DeleteMemberCommand.ts +++ b/clients/client-macie2/src/commands/DeleteMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DeleteMemberRequest, DeleteMemberResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts index cc7d2ab36e0a..39398ebe15b3 100644 --- a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts +++ b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DescribeBucketsRequest, DescribeBucketsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts index d310f912d87a..d189477f078f 100644 --- a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DescribeClassificationJobRequest, DescribeClassificationJobResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts index 46018d960fe2..7a6bc86461a7 100644 --- a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/DisableMacieCommand.ts b/clients/client-macie2/src/commands/DisableMacieCommand.ts index 432d241d46d3..83b569ef4dda 100644 --- a/clients/client-macie2/src/commands/DisableMacieCommand.ts +++ b/clients/client-macie2/src/commands/DisableMacieCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DisableMacieRequest, DisableMacieResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts index 607faabf9856..724ecbf59a29 100644 --- a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts index 63f3e998b54c..3be3ef50f988 100644 --- a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts index 2a57e34ed315..eef8a5ffb874 100644 --- a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts index 6550a2fb2567..bc4ae22a39ba 100644 --- a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/EnableMacieCommand.ts b/clients/client-macie2/src/commands/EnableMacieCommand.ts index 9c184d464af7..71b8f6c127ee 100644 --- a/clients/client-macie2/src/commands/EnableMacieCommand.ts +++ b/clients/client-macie2/src/commands/EnableMacieCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { EnableMacieRequest, EnableMacieResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts index 24e2f92ff35d..b5e86d78b64b 100644 --- a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts index 593f75345b97..b6dd2fb2dfd5 100644 --- a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetAllowListCommand.ts b/clients/client-macie2/src/commands/GetAllowListCommand.ts index 4e83584fc9dc..332bc0c4216f 100644 --- a/clients/client-macie2/src/commands/GetAllowListCommand.ts +++ b/clients/client-macie2/src/commands/GetAllowListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetAllowListRequest, GetAllowListResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts index c32ac756d0ee..8699d5f5f15d 100644 --- a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts index d90a43c5bc51..3e313be0423b 100644 --- a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetBucketStatisticsRequest, GetBucketStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts index ec5206be5554..b1bdf957a112 100644 --- a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts index afe2e09044e3..b94e1272269c 100644 --- a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetClassificationScopeRequest, GetClassificationScopeResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts index 9478e0d26df7..5ed286081aef 100644 --- a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetCustomDataIdentifierRequest, GetCustomDataIdentifierResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts index d09c4b6d2bf9..3690d773d68c 100644 --- a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetFindingStatisticsRequest, GetFindingStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetFindingsCommand.ts b/clients/client-macie2/src/commands/GetFindingsCommand.ts index 5a09a4b012ae..f450981c4af5 100644 --- a/clients/client-macie2/src/commands/GetFindingsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts index 615ef4d46fd4..36306d8a7c06 100644 --- a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetFindingsFilterRequest, GetFindingsFilterResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts index 5b291c9a7fa4..bad951ba1b3b 100644 --- a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts index ac026e0c1273..61111016954d 100644 --- a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts index 4491b78f68fc..93bea426e21e 100644 --- a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetMacieSessionRequest, GetMacieSessionResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts index 3ff376964695..93e458d64ec8 100644 --- a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetMemberCommand.ts b/clients/client-macie2/src/commands/GetMemberCommand.ts index ed9c2dd9276f..e0d6048706c4 100644 --- a/clients/client-macie2/src/commands/GetMemberCommand.ts +++ b/clients/client-macie2/src/commands/GetMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetMemberRequest, GetMemberResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts index f1d42f195629..23da192cea9a 100644 --- a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetResourceProfileRequest, GetResourceProfileResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts index 3efd7e670124..fd7f4b9ff4c7 100644 --- a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetRevealConfigurationRequest, GetRevealConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts index 03972362dbe6..3b9d9f5e63eb 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts index c9d3ab66e777..095363a1e020 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetSensitiveDataOccurrencesRequest, GetSensitiveDataOccurrencesResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts index e59f54021ba2..54e9fdfd9ef8 100644 --- a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetSensitivityInspectionTemplateRequest, GetSensitivityInspectionTemplateResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts index 4a15c6f1764c..2de86e10f798 100644 --- a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts index a1bb1057f7e3..dfc6e5927d3c 100644 --- a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { GetUsageTotalsRequest, GetUsageTotalsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListAllowListsCommand.ts b/clients/client-macie2/src/commands/ListAllowListsCommand.ts index 2e9ebe074b10..fa12dc2d9ce4 100644 --- a/clients/client-macie2/src/commands/ListAllowListsCommand.ts +++ b/clients/client-macie2/src/commands/ListAllowListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListAllowListsRequest, ListAllowListsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts index 88c14d1b234a..f222f407f55d 100644 --- a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListClassificationJobsRequest, ListClassificationJobsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts index f17d1c6252a9..47650800f272 100644 --- a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListClassificationScopesRequest, ListClassificationScopesResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts index 659fcc89ee01..28c0b74c4b70 100644 --- a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListCustomDataIdentifiersRequest, ListCustomDataIdentifiersResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListFindingsCommand.ts b/clients/client-macie2/src/commands/ListFindingsCommand.ts index a627e9807e10..f01a8ee7daf1 100644 --- a/clients/client-macie2/src/commands/ListFindingsCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts index 1cec6c976f35..bbf2a14c057f 100644 --- a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListFindingsFiltersRequest, ListFindingsFiltersResponse } from "../models/models_0"; diff --git a/clients/client-macie2/src/commands/ListInvitationsCommand.ts b/clients/client-macie2/src/commands/ListInvitationsCommand.ts index 723b97ac43c3..bb627a3482c3 100644 --- a/clients/client-macie2/src/commands/ListInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/ListInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts index 3b0fe1cf97dc..847082acd46f 100644 --- a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListManagedDataIdentifiersRequest, ListManagedDataIdentifiersResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListMembersCommand.ts b/clients/client-macie2/src/commands/ListMembersCommand.ts index f3f8e20ead96..b8d06a0283d8 100644 --- a/clients/client-macie2/src/commands/ListMembersCommand.ts +++ b/clients/client-macie2/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListMembersRequest, ListMembersResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts index cf0119416a96..51e73d0decf2 100644 --- a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts index 8f9cab265890..18e065e4ba0c 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListResourceProfileArtifactsRequest, ListResourceProfileArtifactsResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts index 65a8fda8bf8e..ae58c10e78f0 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListResourceProfileDetectionsRequest, ListResourceProfileDetectionsResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts index 96a97b39e633..9b62db82a65a 100644 --- a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts +++ b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts index 5a0d0be39fbd..a57b483d4829 100644 --- a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts index 8b6491b8dd4e..2c2ea518fcbe 100644 --- a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts index d2ef43c7a1b2..ad83b6cc6273 100644 --- a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/SearchResourcesCommand.ts b/clients/client-macie2/src/commands/SearchResourcesCommand.ts index 11870eb82677..fb289b66954c 100644 --- a/clients/client-macie2/src/commands/SearchResourcesCommand.ts +++ b/clients/client-macie2/src/commands/SearchResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/TagResourceCommand.ts b/clients/client-macie2/src/commands/TagResourceCommand.ts index 5f1253bcceed..d75835dd8573 100644 --- a/clients/client-macie2/src/commands/TagResourceCommand.ts +++ b/clients/client-macie2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts index 44f3218aeb4a..80a35ddae075 100644 --- a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UntagResourceCommand.ts b/clients/client-macie2/src/commands/UntagResourceCommand.ts index df9ef4f715ea..a68588d760f6 100644 --- a/clients/client-macie2/src/commands/UntagResourceCommand.ts +++ b/clients/client-macie2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts index e6d99c0fce06..4d82adc8e49f 100644 --- a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts index 723242d71f4e..977d08b88066 100644 --- a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts index 5f8d644a0f7e..fad4901e5734 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts index 16f29bbdce64..5363449122eb 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateClassificationScopeRequest, UpdateClassificationScopeResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts index 1d9aa1da1fd5..9afa4061d331 100644 --- a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts index b34c50022a4c..55802ae9504c 100644 --- a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts index 512f20540f3a..b57a740a5bbd 100644 --- a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateMemberSessionRequest, UpdateMemberSessionResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts index 981048d708c9..3a06a594de25 100644 --- a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts index 5f8b30539b3f..f8439e533cde 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateResourceProfileRequest, UpdateResourceProfileResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts index 1c9685d92c71..4810fe32b5b7 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateResourceProfileDetectionsRequest, UpdateResourceProfileDetectionsResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts index 4d9aff068d18..59c1aaa1570b 100644 --- a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_1"; diff --git a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts index a5450d841fe7..58f6af101145 100644 --- a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client"; import { diff --git a/clients/client-macie2/src/endpoint/EndpointParameters.ts b/clients/client-macie2/src/endpoint/EndpointParameters.ts index b398e93ccf0e..05b12236f5be 100644 --- a/clients/client-macie2/src/endpoint/EndpointParameters.ts +++ b/clients/client-macie2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-macie2/src/endpoint/endpointResolver.ts b/clients/client-macie2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-macie2/src/endpoint/endpointResolver.ts +++ b/clients/client-macie2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-macie2/src/endpoint/ruleset.ts b/clients/client-macie2/src/endpoint/ruleset.ts index a5c42e861f5a..78ad5098d128 100644 --- a/clients/client-macie2/src/endpoint/ruleset.ts +++ b/clients/client-macie2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-macie2/src/models/Macie2ServiceException.ts b/clients/client-macie2/src/models/Macie2ServiceException.ts index 11cf42394ab0..15ca1aa30ac4 100644 --- a/clients/client-macie2/src/models/Macie2ServiceException.ts +++ b/clients/client-macie2/src/models/Macie2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-macie2/src/models/models_0.ts b/clients/client-macie2/src/models/models_0.ts index 5dacf18239d6..8a1e2d1bb5b7 100644 --- a/clients/client-macie2/src/models/models_0.ts +++ b/clients/client-macie2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Macie2ServiceException as __BaseException } from "./Macie2ServiceException"; diff --git a/clients/client-macie2/src/pagination/DescribeBucketsPaginator.ts b/clients/client-macie2/src/pagination/DescribeBucketsPaginator.ts index dd0887506b6a..1d7f18170084 100644 --- a/clients/client-macie2/src/pagination/DescribeBucketsPaginator.ts +++ b/clients/client-macie2/src/pagination/DescribeBucketsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeBucketsCommand, diff --git a/clients/client-macie2/src/pagination/GetUsageStatisticsPaginator.ts b/clients/client-macie2/src/pagination/GetUsageStatisticsPaginator.ts index 2495caa9f9d2..c6fc6461cc0d 100644 --- a/clients/client-macie2/src/pagination/GetUsageStatisticsPaginator.ts +++ b/clients/client-macie2/src/pagination/GetUsageStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUsageStatisticsCommand, diff --git a/clients/client-macie2/src/pagination/Interfaces.ts b/clients/client-macie2/src/pagination/Interfaces.ts index 24d347d63cf2..07d58f064d6a 100644 --- a/clients/client-macie2/src/pagination/Interfaces.ts +++ b/clients/client-macie2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Macie2Client } from "../Macie2Client"; diff --git a/clients/client-macie2/src/pagination/ListAllowListsPaginator.ts b/clients/client-macie2/src/pagination/ListAllowListsPaginator.ts index 8e10bf37880f..46ed0a7a6349 100644 --- a/clients/client-macie2/src/pagination/ListAllowListsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListAllowListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAllowListsCommand, diff --git a/clients/client-macie2/src/pagination/ListClassificationJobsPaginator.ts b/clients/client-macie2/src/pagination/ListClassificationJobsPaginator.ts index c72db56a7063..2804ff5bf8e8 100644 --- a/clients/client-macie2/src/pagination/ListClassificationJobsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListClassificationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClassificationJobsCommand, diff --git a/clients/client-macie2/src/pagination/ListClassificationScopesPaginator.ts b/clients/client-macie2/src/pagination/ListClassificationScopesPaginator.ts index 31f939241e21..342c62453007 100644 --- a/clients/client-macie2/src/pagination/ListClassificationScopesPaginator.ts +++ b/clients/client-macie2/src/pagination/ListClassificationScopesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClassificationScopesCommand, diff --git a/clients/client-macie2/src/pagination/ListCustomDataIdentifiersPaginator.ts b/clients/client-macie2/src/pagination/ListCustomDataIdentifiersPaginator.ts index ca43c0e9d91e..a6c9f2532f97 100644 --- a/clients/client-macie2/src/pagination/ListCustomDataIdentifiersPaginator.ts +++ b/clients/client-macie2/src/pagination/ListCustomDataIdentifiersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomDataIdentifiersCommand, diff --git a/clients/client-macie2/src/pagination/ListFindingsFiltersPaginator.ts b/clients/client-macie2/src/pagination/ListFindingsFiltersPaginator.ts index c865f0ace263..e79591fa9252 100644 --- a/clients/client-macie2/src/pagination/ListFindingsFiltersPaginator.ts +++ b/clients/client-macie2/src/pagination/ListFindingsFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingsFiltersCommand, diff --git a/clients/client-macie2/src/pagination/ListFindingsPaginator.ts b/clients/client-macie2/src/pagination/ListFindingsPaginator.ts index d1fb6f2450d8..1013f97fc5eb 100644 --- a/clients/client-macie2/src/pagination/ListFindingsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingsCommand, diff --git a/clients/client-macie2/src/pagination/ListInvitationsPaginator.ts b/clients/client-macie2/src/pagination/ListInvitationsPaginator.ts index ca37f643fb7b..c4034fba8778 100644 --- a/clients/client-macie2/src/pagination/ListInvitationsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInvitationsCommand, diff --git a/clients/client-macie2/src/pagination/ListManagedDataIdentifiersPaginator.ts b/clients/client-macie2/src/pagination/ListManagedDataIdentifiersPaginator.ts index dec416e0fff8..c583c8e3a429 100644 --- a/clients/client-macie2/src/pagination/ListManagedDataIdentifiersPaginator.ts +++ b/clients/client-macie2/src/pagination/ListManagedDataIdentifiersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListManagedDataIdentifiersCommand, diff --git a/clients/client-macie2/src/pagination/ListMembersPaginator.ts b/clients/client-macie2/src/pagination/ListMembersPaginator.ts index ca57663d3599..9edbe11636ea 100644 --- a/clients/client-macie2/src/pagination/ListMembersPaginator.ts +++ b/clients/client-macie2/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { Macie2Client } from "../Macie2Client"; diff --git a/clients/client-macie2/src/pagination/ListOrganizationAdminAccountsPaginator.ts b/clients/client-macie2/src/pagination/ListOrganizationAdminAccountsPaginator.ts index 0145c6f36b43..924c1184796f 100644 --- a/clients/client-macie2/src/pagination/ListOrganizationAdminAccountsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListOrganizationAdminAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationAdminAccountsCommand, diff --git a/clients/client-macie2/src/pagination/ListResourceProfileArtifactsPaginator.ts b/clients/client-macie2/src/pagination/ListResourceProfileArtifactsPaginator.ts index b1606ef5ccfd..ea72f0365ad3 100644 --- a/clients/client-macie2/src/pagination/ListResourceProfileArtifactsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListResourceProfileArtifactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceProfileArtifactsCommand, diff --git a/clients/client-macie2/src/pagination/ListResourceProfileDetectionsPaginator.ts b/clients/client-macie2/src/pagination/ListResourceProfileDetectionsPaginator.ts index 3f59050c119f..3664b0c86bc7 100644 --- a/clients/client-macie2/src/pagination/ListResourceProfileDetectionsPaginator.ts +++ b/clients/client-macie2/src/pagination/ListResourceProfileDetectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceProfileDetectionsCommand, diff --git a/clients/client-macie2/src/pagination/ListSensitivityInspectionTemplatesPaginator.ts b/clients/client-macie2/src/pagination/ListSensitivityInspectionTemplatesPaginator.ts index 63dcb3c595bc..23232dbd027b 100644 --- a/clients/client-macie2/src/pagination/ListSensitivityInspectionTemplatesPaginator.ts +++ b/clients/client-macie2/src/pagination/ListSensitivityInspectionTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSensitivityInspectionTemplatesCommand, diff --git a/clients/client-macie2/src/pagination/SearchResourcesPaginator.ts b/clients/client-macie2/src/pagination/SearchResourcesPaginator.ts index 8c52c7779644..2dc20ed85f3e 100644 --- a/clients/client-macie2/src/pagination/SearchResourcesPaginator.ts +++ b/clients/client-macie2/src/pagination/SearchResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchResourcesCommand, diff --git a/clients/client-macie2/src/protocols/Aws_restJson1.ts b/clients/client-macie2/src/protocols/Aws_restJson1.ts index 7c83fee512e9..5b2ea5e49972 100644 --- a/clients/client-macie2/src/protocols/Aws_restJson1.ts +++ b/clients/client-macie2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand"; diff --git a/clients/client-macie2/src/runtimeConfig.browser.ts b/clients/client-macie2/src/runtimeConfig.browser.ts index 1d2967af672d..c1ec8d143618 100644 --- a/clients/client-macie2/src/runtimeConfig.browser.ts +++ b/clients/client-macie2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Macie2ClientConfig } from "./Macie2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-macie2/src/runtimeConfig.shared.ts b/clients/client-macie2/src/runtimeConfig.shared.ts index 5e26c21e2c4e..1c039432e4b2 100644 --- a/clients/client-macie2/src/runtimeConfig.shared.ts +++ b/clients/client-macie2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Macie2ClientConfig } from "./Macie2Client"; diff --git a/clients/client-macie2/src/runtimeConfig.ts b/clients/client-macie2/src/runtimeConfig.ts index f90f2bde0f1a..36ab739933d6 100644 --- a/clients/client-macie2/src/runtimeConfig.ts +++ b/clients/client-macie2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Macie2ClientConfig } from "./Macie2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-macie2/src/waiters/waitForFindingRevealed.ts b/clients/client-macie2/src/waiters/waitForFindingRevealed.ts index 755e8178ce95..534f89c1ba73 100644 --- a/clients/client-macie2/src/waiters/waitForFindingRevealed.ts +++ b/clients/client-macie2/src/waiters/waitForFindingRevealed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetSensitiveDataOccurrencesCommand, diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index c436e2109a25..7a58b01cd267 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-managedblockchain/src/ManagedBlockchain.ts b/clients/client-managedblockchain/src/ManagedBlockchain.ts index 9242f735f11f..b534d995cdb5 100644 --- a/clients/client-managedblockchain/src/ManagedBlockchain.ts +++ b/clients/client-managedblockchain/src/ManagedBlockchain.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAccessorCommand, diff --git a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts index 7018e8d7f44b..fac757b6d357 100644 --- a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts +++ b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAccessorCommandInput, CreateAccessorCommandOutput } from "./commands/CreateAccessorCommand"; @@ -165,7 +163,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -274,7 +272,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts index 0b8c73dc1191..39f01a5f43aa 100644 --- a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts index 0f11d5145b27..ea928cbdb4bf 100644 --- a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts index 4c717f4aef37..e21678e23329 100644 --- a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts index edf261391fc3..86b20bd5a815 100644 --- a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts index f334c3ee3e29..54f8ad952930 100644 --- a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts index 8f2e65665035..86bfd65e4637 100644 --- a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts index 70716e911668..ca06f8bd3e8a 100644 --- a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts index d1acb2d8124a..c3a95bb5079f 100644 --- a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts index ec8518de159b..93a5fba2b2eb 100644 --- a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts index df610a4b5c48..93a485493eda 100644 --- a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts index c2a538559e76..1d451b584a52 100644 --- a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts index ee8f61a57580..2eabbaa3d96b 100644 --- a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts index 5b5d7161137a..099ce5e41b55 100644 --- a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts index a9b10ec2d16b..a2d811d5570b 100644 --- a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts index dc0cb8efdde3..52fa2491374c 100644 --- a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts index 39a469890974..6ffe8595a0f5 100644 --- a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts index 8c61e245bd34..265f8dae2318 100644 --- a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts index c42bcb24a3e1..27c50d612458 100644 --- a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts index 6434211b0387..00a2128a9132 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts index edd353604417..08b3d05061e6 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts index 84771f1f1d86..b7c0b4f6f183 100644 --- a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts index b09a0e38dbb3..2aad8416520f 100644 --- a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts +++ b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts index 59274c820a43..359bb888e4ab 100644 --- a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts index e38c71b3d0dd..8a29179f9b71 100644 --- a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts index 1d262f675b77..06f2da2ed7dc 100644 --- a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts index e67aff87647d..1bddfa3661c8 100644 --- a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts index 6a10c13d70fd..186e653c126d 100644 --- a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ManagedBlockchainClientResolvedConfig, diff --git a/clients/client-managedblockchain/src/endpoint/EndpointParameters.ts b/clients/client-managedblockchain/src/endpoint/EndpointParameters.ts index cab58d048233..6447c52cd2e8 100644 --- a/clients/client-managedblockchain/src/endpoint/EndpointParameters.ts +++ b/clients/client-managedblockchain/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-managedblockchain/src/endpoint/endpointResolver.ts b/clients/client-managedblockchain/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-managedblockchain/src/endpoint/endpointResolver.ts +++ b/clients/client-managedblockchain/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-managedblockchain/src/endpoint/ruleset.ts b/clients/client-managedblockchain/src/endpoint/ruleset.ts index d534b48e5a28..7ffbf53632d1 100644 --- a/clients/client-managedblockchain/src/endpoint/ruleset.ts +++ b/clients/client-managedblockchain/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts b/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts index 432cc3ed5ab7..47080109ecf1 100644 --- a/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts +++ b/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-managedblockchain/src/models/models_0.ts b/clients/client-managedblockchain/src/models/models_0.ts index e62b360eedd5..23fecb9b3c4b 100644 --- a/clients/client-managedblockchain/src/models/models_0.ts +++ b/clients/client-managedblockchain/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ManagedBlockchainServiceException as __BaseException } from "./ManagedBlockchainServiceException"; diff --git a/clients/client-managedblockchain/src/pagination/Interfaces.ts b/clients/client-managedblockchain/src/pagination/Interfaces.ts index b26b186508aa..b980b36c62ef 100644 --- a/clients/client-managedblockchain/src/pagination/Interfaces.ts +++ b/clients/client-managedblockchain/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ManagedBlockchainClient } from "../ManagedBlockchainClient"; diff --git a/clients/client-managedblockchain/src/pagination/ListAccessorsPaginator.ts b/clients/client-managedblockchain/src/pagination/ListAccessorsPaginator.ts index 0c5cfb2e4df2..232a437cf48c 100644 --- a/clients/client-managedblockchain/src/pagination/ListAccessorsPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListAccessorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessorsCommand, diff --git a/clients/client-managedblockchain/src/pagination/ListInvitationsPaginator.ts b/clients/client-managedblockchain/src/pagination/ListInvitationsPaginator.ts index b0c8f2ddf15b..fb115062147e 100644 --- a/clients/client-managedblockchain/src/pagination/ListInvitationsPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInvitationsCommand, diff --git a/clients/client-managedblockchain/src/pagination/ListMembersPaginator.ts b/clients/client-managedblockchain/src/pagination/ListMembersPaginator.ts index f5eb1ff601d1..a0def0427e2f 100644 --- a/clients/client-managedblockchain/src/pagination/ListMembersPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { ManagedBlockchainClient } from "../ManagedBlockchainClient"; diff --git a/clients/client-managedblockchain/src/pagination/ListNetworksPaginator.ts b/clients/client-managedblockchain/src/pagination/ListNetworksPaginator.ts index a6f5b59fad14..a3b3dac8f992 100644 --- a/clients/client-managedblockchain/src/pagination/ListNetworksPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworksCommand, diff --git a/clients/client-managedblockchain/src/pagination/ListNodesPaginator.ts b/clients/client-managedblockchain/src/pagination/ListNodesPaginator.ts index 05af8b6c8d45..69cea5559d1a 100644 --- a/clients/client-managedblockchain/src/pagination/ListNodesPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNodesCommand, ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand"; import { ManagedBlockchainClient } from "../ManagedBlockchainClient"; diff --git a/clients/client-managedblockchain/src/pagination/ListProposalVotesPaginator.ts b/clients/client-managedblockchain/src/pagination/ListProposalVotesPaginator.ts index 925cd7c62ed9..fd563695fa3b 100644 --- a/clients/client-managedblockchain/src/pagination/ListProposalVotesPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListProposalVotesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProposalVotesCommand, diff --git a/clients/client-managedblockchain/src/pagination/ListProposalsPaginator.ts b/clients/client-managedblockchain/src/pagination/ListProposalsPaginator.ts index 2e49fd3c19c1..a05257500a85 100644 --- a/clients/client-managedblockchain/src/pagination/ListProposalsPaginator.ts +++ b/clients/client-managedblockchain/src/pagination/ListProposalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProposalsCommand, diff --git a/clients/client-managedblockchain/src/protocols/Aws_restJson1.ts b/clients/client-managedblockchain/src/protocols/Aws_restJson1.ts index 1648300d9825..64c4ebaa1586 100644 --- a/clients/client-managedblockchain/src/protocols/Aws_restJson1.ts +++ b/clients/client-managedblockchain/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateAccessorCommandInput, CreateAccessorCommandOutput } from "../commands/CreateAccessorCommand"; diff --git a/clients/client-managedblockchain/src/runtimeConfig.browser.ts b/clients/client-managedblockchain/src/runtimeConfig.browser.ts index d6a46498f68b..1c7b39231c27 100644 --- a/clients/client-managedblockchain/src/runtimeConfig.browser.ts +++ b/clients/client-managedblockchain/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-managedblockchain/src/runtimeConfig.shared.ts b/clients/client-managedblockchain/src/runtimeConfig.shared.ts index 3f07faa52a31..fbfb05f25804 100644 --- a/clients/client-managedblockchain/src/runtimeConfig.shared.ts +++ b/clients/client-managedblockchain/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient"; diff --git a/clients/client-managedblockchain/src/runtimeConfig.ts b/clients/client-managedblockchain/src/runtimeConfig.ts index 5a12b3b308e7..80288d51183a 100644 --- a/clients/client-managedblockchain/src/runtimeConfig.ts +++ b/clients/client-managedblockchain/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ManagedBlockchainClientConfig } from "./ManagedBlockchainClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index dcb8e548838a..9f690d2c4578 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-marketplace-catalog/src/MarketplaceCatalog.ts b/clients/client-marketplace-catalog/src/MarketplaceCatalog.ts index 2dbb7c8ffc32..39dcd2272b29 100644 --- a/clients/client-marketplace-catalog/src/MarketplaceCatalog.ts +++ b/clients/client-marketplace-catalog/src/MarketplaceCatalog.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelChangeSetCommand, diff --git a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts index c68c6c43fe32..a51bceecd73a 100644 --- a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts +++ b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelChangeSetCommandInput, CancelChangeSetCommandOutput } from "./commands/CancelChangeSetCommand"; @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts index 12932c1a78d2..b624afe9ca5b 100644 --- a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts index e8b12dcc91fb..db2acb5e978f 100644 --- a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts index fea6a43f4d55..646cd44c5903 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts index dc83255aae08..1c197403b6fb 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts index 378a550838f2..0bffe67f8f50 100644 --- a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts index 0da2c6955db1..3db216a3be88 100644 --- a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts index c5963b67b39f..d51d4a0f3f6f 100644 --- a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts index 8d7353781ce1..60d176d5d211 100644 --- a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts index 2705aa939aae..14b26678d5eb 100644 --- a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts index 5f7ce78cfd30..8d942e867471 100644 --- a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts index 9f66b669cb92..d4d8b0d21e68 100644 --- a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts index b04be0fc7b2c..c5f4f6ad1a0a 100644 --- a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCatalogClientResolvedConfig, diff --git a/clients/client-marketplace-catalog/src/endpoint/EndpointParameters.ts b/clients/client-marketplace-catalog/src/endpoint/EndpointParameters.ts index 075b59910f93..bab95fc85642 100644 --- a/clients/client-marketplace-catalog/src/endpoint/EndpointParameters.ts +++ b/clients/client-marketplace-catalog/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-marketplace-catalog/src/endpoint/endpointResolver.ts b/clients/client-marketplace-catalog/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-marketplace-catalog/src/endpoint/endpointResolver.ts +++ b/clients/client-marketplace-catalog/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-marketplace-catalog/src/endpoint/ruleset.ts b/clients/client-marketplace-catalog/src/endpoint/ruleset.ts index 38ff684b296a..da1cf58de936 100644 --- a/clients/client-marketplace-catalog/src/endpoint/ruleset.ts +++ b/clients/client-marketplace-catalog/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts b/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts index 3d2a3e55e6ab..d44d61c79e17 100644 --- a/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts +++ b/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-marketplace-catalog/src/models/models_0.ts b/clients/client-marketplace-catalog/src/models/models_0.ts index 54b1f70010ba..255808cfeec1 100644 --- a/clients/client-marketplace-catalog/src/models/models_0.ts +++ b/clients/client-marketplace-catalog/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MarketplaceCatalogServiceException as __BaseException } from "./MarketplaceCatalogServiceException"; diff --git a/clients/client-marketplace-catalog/src/pagination/Interfaces.ts b/clients/client-marketplace-catalog/src/pagination/Interfaces.ts index dd8534cb5ac1..19adf6f8d217 100644 --- a/clients/client-marketplace-catalog/src/pagination/Interfaces.ts +++ b/clients/client-marketplace-catalog/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MarketplaceCatalogClient } from "../MarketplaceCatalogClient"; diff --git a/clients/client-marketplace-catalog/src/pagination/ListChangeSetsPaginator.ts b/clients/client-marketplace-catalog/src/pagination/ListChangeSetsPaginator.ts index dfc0bc5ec848..38ca44d28710 100644 --- a/clients/client-marketplace-catalog/src/pagination/ListChangeSetsPaginator.ts +++ b/clients/client-marketplace-catalog/src/pagination/ListChangeSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChangeSetsCommand, diff --git a/clients/client-marketplace-catalog/src/pagination/ListEntitiesPaginator.ts b/clients/client-marketplace-catalog/src/pagination/ListEntitiesPaginator.ts index a5edd0dbecef..1745bf8601d7 100644 --- a/clients/client-marketplace-catalog/src/pagination/ListEntitiesPaginator.ts +++ b/clients/client-marketplace-catalog/src/pagination/ListEntitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntitiesCommand, diff --git a/clients/client-marketplace-catalog/src/protocols/Aws_restJson1.ts b/clients/client-marketplace-catalog/src/protocols/Aws_restJson1.ts index 5fd6cc9fd6b8..c94dd3f275f1 100644 --- a/clients/client-marketplace-catalog/src/protocols/Aws_restJson1.ts +++ b/clients/client-marketplace-catalog/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelChangeSetCommandInput, CancelChangeSetCommandOutput } from "../commands/CancelChangeSetCommand"; diff --git a/clients/client-marketplace-catalog/src/runtimeConfig.browser.ts b/clients/client-marketplace-catalog/src/runtimeConfig.browser.ts index 62b50b4fcdb7..86b5d07887f2 100644 --- a/clients/client-marketplace-catalog/src/runtimeConfig.browser.ts +++ b/clients/client-marketplace-catalog/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-marketplace-catalog/src/runtimeConfig.shared.ts b/clients/client-marketplace-catalog/src/runtimeConfig.shared.ts index 515ef3ae99f5..80bd11d32f23 100644 --- a/clients/client-marketplace-catalog/src/runtimeConfig.shared.ts +++ b/clients/client-marketplace-catalog/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient"; diff --git a/clients/client-marketplace-catalog/src/runtimeConfig.ts b/clients/client-marketplace-catalog/src/runtimeConfig.ts index 50d174b363de..e19c8592bf1b 100644 --- a/clients/client-marketplace-catalog/src/runtimeConfig.ts +++ b/clients/client-marketplace-catalog/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceCatalogClientConfig } from "./MarketplaceCatalogClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index d6e600952faf..dc58731e0ce1 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalytics.ts b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalytics.ts index 92ff23e4f8d1..f1cb3cb64582 100644 --- a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalytics.ts +++ b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalytics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GenerateDataSetCommand, diff --git a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts index 1e74d4b0a40f..d09ccbbefe58 100644 --- a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts +++ b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GenerateDataSetCommandInput, GenerateDataSetCommandOutput } from "./commands/GenerateDataSetCommand"; @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -195,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts index f70b53fb6c5a..92e36e4c19db 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCommerceAnalyticsClientResolvedConfig, diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts index d27453813438..af0cf7343340 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceCommerceAnalyticsClientResolvedConfig, diff --git a/clients/client-marketplace-commerce-analytics/src/endpoint/EndpointParameters.ts b/clients/client-marketplace-commerce-analytics/src/endpoint/EndpointParameters.ts index 4cf15071402e..f724ea392052 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoint/EndpointParameters.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-marketplace-commerce-analytics/src/endpoint/endpointResolver.ts b/clients/client-marketplace-commerce-analytics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoint/endpointResolver.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-marketplace-commerce-analytics/src/endpoint/ruleset.ts b/clients/client-marketplace-commerce-analytics/src/endpoint/ruleset.ts index 3a7e5dedfa25..dc2a0847ae49 100644 --- a/clients/client-marketplace-commerce-analytics/src/endpoint/ruleset.ts +++ b/clients/client-marketplace-commerce-analytics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts b/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts index 17e5403ce304..29705d11f37c 100644 --- a/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts +++ b/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-marketplace-commerce-analytics/src/models/models_0.ts b/clients/client-marketplace-commerce-analytics/src/models/models_0.ts index e23d43b884eb..494a24e3f891 100644 --- a/clients/client-marketplace-commerce-analytics/src/models/models_0.ts +++ b/clients/client-marketplace-commerce-analytics/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MarketplaceCommerceAnalyticsServiceException as __BaseException } from "./MarketplaceCommerceAnalyticsServiceException"; diff --git a/clients/client-marketplace-commerce-analytics/src/protocols/Aws_json1_1.ts b/clients/client-marketplace-commerce-analytics/src/protocols/Aws_json1_1.ts index 580da378ebb7..00bd90e00dc9 100644 --- a/clients/client-marketplace-commerce-analytics/src/protocols/Aws_json1_1.ts +++ b/clients/client-marketplace-commerce-analytics/src/protocols/Aws_json1_1.ts @@ -1,14 +1,18 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateDataSetCommandInput, GenerateDataSetCommandOutput } from "../commands/GenerateDataSetCommand"; import { diff --git a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.browser.ts b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.browser.ts index 2d437c397a36..b03fe3e344cc 100644 --- a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.browser.ts +++ b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.shared.ts b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.shared.ts index f53eb770f56b..36b442572574 100644 --- a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.shared.ts +++ b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceAnalyticsClient"; diff --git a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.ts b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.ts index f9527bfdcfe0..772ad5763f29 100644 --- a/clients/client-marketplace-commerce-analytics/src/runtimeConfig.ts +++ b/clients/client-marketplace-commerce-analytics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceAnalyticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index 7462365afe82..e3bfc61c3d59 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementService.ts b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementService.ts index 43e907d1d8b1..d74ec4e546fd 100644 --- a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementService.ts +++ b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementService.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetEntitlementsCommand, diff --git a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts index 617a275dbd64..05686f2bfe1f 100644 --- a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts +++ b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetEntitlementsCommandInput, GetEntitlementsCommandOutput } from "./commands/GetEntitlementsCommand"; @@ -82,7 +80,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -191,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts index cc48d3c88a0b..cd2bdc0c4bf4 100644 --- a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts +++ b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceEntitlementServiceClientResolvedConfig, diff --git a/clients/client-marketplace-entitlement-service/src/endpoint/EndpointParameters.ts b/clients/client-marketplace-entitlement-service/src/endpoint/EndpointParameters.ts index 075b59910f93..bab95fc85642 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoint/EndpointParameters.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-marketplace-entitlement-service/src/endpoint/endpointResolver.ts b/clients/client-marketplace-entitlement-service/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoint/endpointResolver.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-marketplace-entitlement-service/src/endpoint/ruleset.ts b/clients/client-marketplace-entitlement-service/src/endpoint/ruleset.ts index 5bb1a4864f1c..8fb769a524b2 100644 --- a/clients/client-marketplace-entitlement-service/src/endpoint/ruleset.ts +++ b/clients/client-marketplace-entitlement-service/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts b/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts index 39fbb03c2345..56585a6dcb45 100644 --- a/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts +++ b/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-marketplace-entitlement-service/src/models/models_0.ts b/clients/client-marketplace-entitlement-service/src/models/models_0.ts index b15dd1739d1a..5af050c8aad0 100644 --- a/clients/client-marketplace-entitlement-service/src/models/models_0.ts +++ b/clients/client-marketplace-entitlement-service/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MarketplaceEntitlementServiceServiceException as __BaseException } from "./MarketplaceEntitlementServiceServiceException"; diff --git a/clients/client-marketplace-entitlement-service/src/protocols/Aws_json1_1.ts b/clients/client-marketplace-entitlement-service/src/protocols/Aws_json1_1.ts index 04da23dcdee0..41a7017d71a2 100644 --- a/clients/client-marketplace-entitlement-service/src/protocols/Aws_json1_1.ts +++ b/clients/client-marketplace-entitlement-service/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEntitlementsCommandInput, GetEntitlementsCommandOutput } from "../commands/GetEntitlementsCommand"; import { MarketplaceEntitlementServiceServiceException as __BaseException } from "../models/MarketplaceEntitlementServiceServiceException"; diff --git a/clients/client-marketplace-entitlement-service/src/runtimeConfig.browser.ts b/clients/client-marketplace-entitlement-service/src/runtimeConfig.browser.ts index f256bfae878c..2f6d34b70771 100644 --- a/clients/client-marketplace-entitlement-service/src/runtimeConfig.browser.ts +++ b/clients/client-marketplace-entitlement-service/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-marketplace-entitlement-service/src/runtimeConfig.shared.ts b/clients/client-marketplace-entitlement-service/src/runtimeConfig.shared.ts index 656feced38ea..cda77d040273 100644 --- a/clients/client-marketplace-entitlement-service/src/runtimeConfig.shared.ts +++ b/clients/client-marketplace-entitlement-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient"; diff --git a/clients/client-marketplace-entitlement-service/src/runtimeConfig.ts b/clients/client-marketplace-entitlement-service/src/runtimeConfig.ts index 7ff89cf458df..f1b3df2aea12 100644 --- a/clients/client-marketplace-entitlement-service/src/runtimeConfig.ts +++ b/clients/client-marketplace-entitlement-service/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceEntitlementServiceClientConfig } from "./MarketplaceEntitlementServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index b5dd11c92d04..a2ae9d1793c7 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-marketplace-metering/src/MarketplaceMetering.ts b/clients/client-marketplace-metering/src/MarketplaceMetering.ts index 3de6920bb105..6d91fea9b4ea 100644 --- a/clients/client-marketplace-metering/src/MarketplaceMetering.ts +++ b/clients/client-marketplace-metering/src/MarketplaceMetering.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchMeterUsageCommand, diff --git a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts index fb7e8755dbcd..3c7c310c860d 100644 --- a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts +++ b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchMeterUsageCommandInput, BatchMeterUsageCommandOutput } from "./commands/BatchMeterUsageCommand"; @@ -93,7 +91,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -202,7 +200,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts index 2838a8b41332..74ab6ddf0401 100644 --- a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceMeteringClientResolvedConfig, diff --git a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts index e8a80e779f8e..f46155649ccc 100644 --- a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceMeteringClientResolvedConfig, diff --git a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts index 8d638c201379..177acfd825e2 100644 --- a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceMeteringClientResolvedConfig, diff --git a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts index a8afe0134394..5e41a3397c70 100644 --- a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts +++ b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MarketplaceMeteringClientResolvedConfig, diff --git a/clients/client-marketplace-metering/src/endpoint/EndpointParameters.ts b/clients/client-marketplace-metering/src/endpoint/EndpointParameters.ts index 075b59910f93..bab95fc85642 100644 --- a/clients/client-marketplace-metering/src/endpoint/EndpointParameters.ts +++ b/clients/client-marketplace-metering/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-marketplace-metering/src/endpoint/endpointResolver.ts b/clients/client-marketplace-metering/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-marketplace-metering/src/endpoint/endpointResolver.ts +++ b/clients/client-marketplace-metering/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-marketplace-metering/src/endpoint/ruleset.ts b/clients/client-marketplace-metering/src/endpoint/ruleset.ts index 0c3f6020771c..aa4e90b96fe2 100644 --- a/clients/client-marketplace-metering/src/endpoint/ruleset.ts +++ b/clients/client-marketplace-metering/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts b/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts index 729c942aac1f..074ed6a68f87 100644 --- a/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts +++ b/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-marketplace-metering/src/models/models_0.ts b/clients/client-marketplace-metering/src/models/models_0.ts index 2e3e39f45dbe..cd10c1b3c4e6 100644 --- a/clients/client-marketplace-metering/src/models/models_0.ts +++ b/clients/client-marketplace-metering/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MarketplaceMeteringServiceException as __BaseException } from "./MarketplaceMeteringServiceException"; diff --git a/clients/client-marketplace-metering/src/protocols/Aws_json1_1.ts b/clients/client-marketplace-metering/src/protocols/Aws_json1_1.ts index ec783c02b870..e7bbb4e71a2b 100644 --- a/clients/client-marketplace-metering/src/protocols/Aws_json1_1.ts +++ b/clients/client-marketplace-metering/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchMeterUsageCommandInput, BatchMeterUsageCommandOutput } from "../commands/BatchMeterUsageCommand"; import { MeterUsageCommandInput, MeterUsageCommandOutput } from "../commands/MeterUsageCommand"; diff --git a/clients/client-marketplace-metering/src/runtimeConfig.browser.ts b/clients/client-marketplace-metering/src/runtimeConfig.browser.ts index 8079f2ea3540..75da30c00054 100644 --- a/clients/client-marketplace-metering/src/runtimeConfig.browser.ts +++ b/clients/client-marketplace-metering/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceMeteringClientConfig } from "./MarketplaceMeteringClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-marketplace-metering/src/runtimeConfig.shared.ts b/clients/client-marketplace-metering/src/runtimeConfig.shared.ts index 7c56e3157a79..ee0c6f67fbb9 100644 --- a/clients/client-marketplace-metering/src/runtimeConfig.shared.ts +++ b/clients/client-marketplace-metering/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MarketplaceMeteringClientConfig } from "./MarketplaceMeteringClient"; diff --git a/clients/client-marketplace-metering/src/runtimeConfig.ts b/clients/client-marketplace-metering/src/runtimeConfig.ts index 5f75695d2887..666575fc04cb 100644 --- a/clients/client-marketplace-metering/src/runtimeConfig.ts +++ b/clients/client-marketplace-metering/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MarketplaceMeteringClientConfig } from "./MarketplaceMeteringClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index cf3b53546275..b7f113c95eee 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mediaconnect/src/MediaConnect.ts b/clients/client-mediaconnect/src/MediaConnect.ts index 8a8cd1616592..80a4a17d1d96 100644 --- a/clients/client-mediaconnect/src/MediaConnect.ts +++ b/clients/client-mediaconnect/src/MediaConnect.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddBridgeOutputsCommand, diff --git a/clients/client-mediaconnect/src/MediaConnectClient.ts b/clients/client-mediaconnect/src/MediaConnectClient.ts index 1b787cb35c93..724afc737155 100644 --- a/clients/client-mediaconnect/src/MediaConnectClient.ts +++ b/clients/client-mediaconnect/src/MediaConnectClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput } from "./commands/AddBridgeOutputsCommand"; @@ -273,7 +271,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -382,7 +380,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts index 7476b48352ac..afe8161214f1 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddBridgeOutputsRequest, AddBridgeOutputsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts index 9fb47767e108..337ebca434f6 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddBridgeSourcesRequest, AddBridgeSourcesResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts index 2816e1c0256a..32502a69ee42 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts index da17f4a34403..be641ba37c81 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts index 0e6679cf622b..9d2040c48b7b 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts index c8607f8a6625..395764574fe8 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts index c90acc994e36..2011f57ceeeb 100644 --- a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { CreateBridgeRequest, CreateBridgeResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts index 49bc2d1e283d..04d056fb52df 100644 --- a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts index 1981f0e4530c..d0d9dd22200f 100644 --- a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts index 43c225f90d2f..39de4cb7243c 100644 --- a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DeleteBridgeRequest, DeleteBridgeResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts index 6e9f72d84890..912e44b69aac 100644 --- a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts index 25e8ac62c87b..4897aaa14898 100644 --- a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DeleteGatewayRequest, DeleteGatewayResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts index b598d5e4d4a4..12b948c216f5 100644 --- a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DeregisterGatewayInstanceRequest, DeregisterGatewayInstanceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts index 632b59364665..39b8bc8e6333 100644 --- a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeBridgeRequest, DescribeBridgeResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts index 674cdabe175b..85d25c8d8652 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts index 183e48d8c542..56073c8db25a 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts index c4f1366b7de2..f811d1dee095 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeGatewayInstanceRequest, DescribeGatewayInstanceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts index 3cf6dccfaf51..bda3890da054 100644 --- a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts index 93156388a4b1..53b681744ba7 100644 --- a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts index bff31388a40e..c2fb735fa910 100644 --- a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts index 5265329e4a45..90e94a295ba7 100644 --- a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListBridgesRequest, ListBridgesResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts index 9c709ce26850..797098d017b6 100644 --- a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts index a93491a92a5a..25423b8927d0 100644 --- a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts index 722b44b6cd62..552d1e93cdb7 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListGatewayInstancesRequest, ListGatewayInstancesResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts index 17f36206c9a2..f74e51c414a8 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts index 064c0b14abaa..2f22318e6264 100644 --- a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts index 108c7e639f65..8b9c68cc7262 100644 --- a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts index 3c9a8406f4ab..65bd290bdb5c 100644 --- a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts index 66a561e23e57..8fc1ae1f381b 100644 --- a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts index 34fc766f2099..de32146ad446 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveBridgeOutputRequest, RemoveBridgeOutputResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts index 427ec1fcd741..218290b6c99d 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveBridgeSourceRequest, RemoveBridgeSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts index e075572724c7..8216231bab9d 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveFlowMediaStreamRequest, RemoveFlowMediaStreamResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts index 8891ec266627..8ebb6e718ad4 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveFlowOutputRequest, RemoveFlowOutputResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts index f3c2cb48f859..f24472d714e7 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveFlowSourceRequest, RemoveFlowSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts index 989f0e7d6f96..2b281a31ca43 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RemoveFlowVpcInterfaceRequest, RemoveFlowVpcInterfaceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts index 5a3777ece6ea..bcab343faf58 100644 --- a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { RevokeFlowEntitlementRequest, RevokeFlowEntitlementResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts index a9b295f76977..d8c4ef74a3ef 100644 --- a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { StartFlowRequest, StartFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts index a4a564e9f692..fa5c6fdfb305 100644 --- a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { StopFlowRequest, StopFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts index 809cd7af7ee9..8c08e2d7456f 100644 --- a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts index 2dc82db98a78..2ee200eff62c 100644 --- a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts index 160c0590542d..889a420360c8 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateBridgeRequest, UpdateBridgeResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts index 5e7d5b303aed..0a6fc2d791ac 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateBridgeOutputRequest, UpdateBridgeOutputResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts index 8a7d3d438d4f..183cf0bfe5c3 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateBridgeSourceRequest, UpdateBridgeSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts index 7a0eda044f03..3034312a96ad 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateBridgeStateRequest, UpdateBridgeStateResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts index 6e81685c0a00..4f2787920883 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts index 752dd748d29f..e20c2a8d87be 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateFlowEntitlementRequest, UpdateFlowEntitlementResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts index 5c44d839179e..8643e2610169 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateFlowMediaStreamRequest, UpdateFlowMediaStreamResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts index d3b423dde69a..047e27a316e7 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateFlowOutputRequest, UpdateFlowOutputResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts index 606f2f2acaf4..7cc9305007dc 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateFlowSourceRequest, UpdateFlowSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts index b461f95ee85e..c90148c6fb0b 100644 --- a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient"; import { UpdateGatewayInstanceRequest, UpdateGatewayInstanceResponse } from "../models/models_0"; diff --git a/clients/client-mediaconnect/src/endpoint/EndpointParameters.ts b/clients/client-mediaconnect/src/endpoint/EndpointParameters.ts index c9068cd98c19..ca07ebb8d01c 100644 --- a/clients/client-mediaconnect/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediaconnect/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediaconnect/src/endpoint/endpointResolver.ts b/clients/client-mediaconnect/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediaconnect/src/endpoint/endpointResolver.ts +++ b/clients/client-mediaconnect/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediaconnect/src/endpoint/ruleset.ts b/clients/client-mediaconnect/src/endpoint/ruleset.ts index ebbcd1c8abfe..d573a69fb53f 100644 --- a/clients/client-mediaconnect/src/endpoint/ruleset.ts +++ b/clients/client-mediaconnect/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts b/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts index 34ad195b63a5..410c16b1c889 100644 --- a/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts +++ b/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediaconnect/src/models/models_0.ts b/clients/client-mediaconnect/src/models/models_0.ts index ca572a0faa54..4500c9e148c0 100644 --- a/clients/client-mediaconnect/src/models/models_0.ts +++ b/clients/client-mediaconnect/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException"; diff --git a/clients/client-mediaconnect/src/pagination/Interfaces.ts b/clients/client-mediaconnect/src/pagination/Interfaces.ts index c2fb2260633c..a37f27229c5b 100644 --- a/clients/client-mediaconnect/src/pagination/Interfaces.ts +++ b/clients/client-mediaconnect/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/pagination/ListBridgesPaginator.ts b/clients/client-mediaconnect/src/pagination/ListBridgesPaginator.ts index 5d053fc145d4..16d85a4fd351 100644 --- a/clients/client-mediaconnect/src/pagination/ListBridgesPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListBridgesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBridgesCommand, ListBridgesCommandInput, ListBridgesCommandOutput } from "../commands/ListBridgesCommand"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/pagination/ListEntitlementsPaginator.ts b/clients/client-mediaconnect/src/pagination/ListEntitlementsPaginator.ts index 696fb20b99aa..acc98c45ea2b 100644 --- a/clients/client-mediaconnect/src/pagination/ListEntitlementsPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListEntitlementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEntitlementsCommand, diff --git a/clients/client-mediaconnect/src/pagination/ListFlowsPaginator.ts b/clients/client-mediaconnect/src/pagination/ListFlowsPaginator.ts index c6bffacc5b84..31d633e33d19 100644 --- a/clients/client-mediaconnect/src/pagination/ListFlowsPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListFlowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFlowsCommand, ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/pagination/ListGatewayInstancesPaginator.ts b/clients/client-mediaconnect/src/pagination/ListGatewayInstancesPaginator.ts index ded40adeb57d..d64046882aaa 100644 --- a/clients/client-mediaconnect/src/pagination/ListGatewayInstancesPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListGatewayInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGatewayInstancesCommand, diff --git a/clients/client-mediaconnect/src/pagination/ListGatewaysPaginator.ts b/clients/client-mediaconnect/src/pagination/ListGatewaysPaginator.ts index 78fe923f32ab..515d95a44e80 100644 --- a/clients/client-mediaconnect/src/pagination/ListGatewaysPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGatewaysCommand, diff --git a/clients/client-mediaconnect/src/pagination/ListOfferingsPaginator.ts b/clients/client-mediaconnect/src/pagination/ListOfferingsPaginator.ts index ae21cc72a53b..6cd5ada8540e 100644 --- a/clients/client-mediaconnect/src/pagination/ListOfferingsPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOfferingsCommand, diff --git a/clients/client-mediaconnect/src/pagination/ListReservationsPaginator.ts b/clients/client-mediaconnect/src/pagination/ListReservationsPaginator.ts index f4a8b0ef6cee..f44620d8fd6a 100644 --- a/clients/client-mediaconnect/src/pagination/ListReservationsPaginator.ts +++ b/clients/client-mediaconnect/src/pagination/ListReservationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReservationsCommand, diff --git a/clients/client-mediaconnect/src/protocols/Aws_restJson1.ts b/clients/client-mediaconnect/src/protocols/Aws_restJson1.ts index 5e88687af272..61763a23f3d2 100644 --- a/clients/client-mediaconnect/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediaconnect/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddBridgeOutputsCommandInput, AddBridgeOutputsCommandOutput } from "../commands/AddBridgeOutputsCommand"; import { AddBridgeSourcesCommandInput, AddBridgeSourcesCommandOutput } from "../commands/AddBridgeSourcesCommand"; diff --git a/clients/client-mediaconnect/src/runtimeConfig.browser.ts b/clients/client-mediaconnect/src/runtimeConfig.browser.ts index 5930dea60c05..28cf65cd60e3 100644 --- a/clients/client-mediaconnect/src/runtimeConfig.browser.ts +++ b/clients/client-mediaconnect/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaConnectClientConfig } from "./MediaConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediaconnect/src/runtimeConfig.shared.ts b/clients/client-mediaconnect/src/runtimeConfig.shared.ts index b480a7a83a5b..7695b8cad931 100644 --- a/clients/client-mediaconnect/src/runtimeConfig.shared.ts +++ b/clients/client-mediaconnect/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaConnectClientConfig } from "./MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/runtimeConfig.ts b/clients/client-mediaconnect/src/runtimeConfig.ts index 8092bd2fff44..53ee972b5860 100644 --- a/clients/client-mediaconnect/src/runtimeConfig.ts +++ b/clients/client-mediaconnect/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaConnectClientConfig } from "./MediaConnectClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediaconnect/src/waiters/waitForFlowActive.ts b/clients/client-mediaconnect/src/waiters/waitForFlowActive.ts index ac2bdc91795b..add96f3f2bab 100644 --- a/clients/client-mediaconnect/src/waiters/waitForFlowActive.ts +++ b/clients/client-mediaconnect/src/waiters/waitForFlowActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeFlowCommand, DescribeFlowCommandInput } from "../commands/DescribeFlowCommand"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/waiters/waitForFlowDeleted.ts b/clients/client-mediaconnect/src/waiters/waitForFlowDeleted.ts index f1ac238576d5..69a03f374b7e 100644 --- a/clients/client-mediaconnect/src/waiters/waitForFlowDeleted.ts +++ b/clients/client-mediaconnect/src/waiters/waitForFlowDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeFlowCommand, DescribeFlowCommandInput } from "../commands/DescribeFlowCommand"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconnect/src/waiters/waitForFlowStandby.ts b/clients/client-mediaconnect/src/waiters/waitForFlowStandby.ts index 70efdad8347b..1f53ec306052 100644 --- a/clients/client-mediaconnect/src/waiters/waitForFlowStandby.ts +++ b/clients/client-mediaconnect/src/waiters/waitForFlowStandby.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeFlowCommand, DescribeFlowCommandInput } from "../commands/DescribeFlowCommand"; import { MediaConnectClient } from "../MediaConnectClient"; diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index 8b4f4e1e784c..aaf27499573b 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-mediaconvert/src/MediaConvert.ts b/clients/client-mediaconvert/src/MediaConvert.ts index e65fe8ce954d..47bfd164ff7d 100644 --- a/clients/client-mediaconvert/src/MediaConvert.ts +++ b/clients/client-mediaconvert/src/MediaConvert.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateCertificateCommand, diff --git a/clients/client-mediaconvert/src/MediaConvertClient.ts b/clients/client-mediaconvert/src/MediaConvertClient.ts index d61c293344ee..f0d93033460d 100644 --- a/clients/client-mediaconvert/src/MediaConvertClient.ts +++ b/clients/client-mediaconvert/src/MediaConvertClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -174,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts index 30bd4625a5d6..4d10a477d324 100644 --- a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts index 51acfbea9b62..05b9efcdf044 100644 --- a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { CancelJobRequest, CancelJobResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts index e34458b3be9c..892849de1230 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { CreateJobRequest, CreateJobResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts index 314f77774115..f2c372dbaeb1 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts index d5347352ee7f..0837f1944b93 100644 --- a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts index 123f1b893084..c5979316e82a 100644 --- a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts index 35d263934f12..13b7b8bef50e 100644 --- a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts index 32be8cb51c3b..724c9ff856a0 100644 --- a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts index 0967dbbc55f8..a8cba0922dcf 100644 --- a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts index cdb22666ca19..c033d3622b4f 100644 --- a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DeleteQueueRequest } from "../models/models_1"; diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts index b8cf84a74c6a..f1ba8115ef72 100644 --- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts index 455344783e8c..176c275e40a6 100644 --- a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/GetJobCommand.ts b/clients/client-mediaconvert/src/commands/GetJobCommand.ts index b6de1383bccc..92c2fe6c430b 100644 --- a/clients/client-mediaconvert/src/commands/GetJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { GetJobRequest, GetJobResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts index cec3efe8e783..c9f4b98201c7 100644 --- a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts index 1cfcaf5a1beb..70b9dc18a765 100644 --- a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts index c441c60009eb..04ec538e3b73 100644 --- a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { GetPresetRequest, GetPresetResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts index 70dbbdf217b8..e7efdde56145 100644 --- a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { GetQueueRequest, GetQueueResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts index 36ef3569e2b2..1ef452957c68 100644 --- a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts index 477e1994ab6e..63740dab5d61 100644 --- a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { ListJobsRequest, ListJobsResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts index e861b8b12dd4..f2baee5d7833 100644 --- a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts index a824e004ac56..6f01d172d7e3 100644 --- a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts index 1617c327f0bf..a27372ba9d8c 100644 --- a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts index 044ce5903dc3..faf60bc52b58 100644 --- a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts index 4cc7c9ac45b8..b29d52b96404 100644 --- a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts index db516d4448d6..79176e6d3439 100644 --- a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts index 84c63d85cf88..255a2ea04cb6 100644 --- a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts index e5dd040145b6..01c514f46d75 100644 --- a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts index 769779a8fb81..441ff53835f6 100644 --- a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient"; import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2"; diff --git a/clients/client-mediaconvert/src/endpoint/EndpointParameters.ts b/clients/client-mediaconvert/src/endpoint/EndpointParameters.ts index 168f159e6b0f..410cec7dec37 100644 --- a/clients/client-mediaconvert/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediaconvert/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediaconvert/src/endpoint/endpointResolver.ts b/clients/client-mediaconvert/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediaconvert/src/endpoint/endpointResolver.ts +++ b/clients/client-mediaconvert/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediaconvert/src/endpoint/ruleset.ts b/clients/client-mediaconvert/src/endpoint/ruleset.ts index 8a23dc8728eb..dc47c71af8d7 100644 --- a/clients/client-mediaconvert/src/endpoint/ruleset.ts +++ b/clients/client-mediaconvert/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts b/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts index 2190ae64bea7..6520096a8ad7 100644 --- a/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts +++ b/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediaconvert/src/models/models_1.ts b/clients/client-mediaconvert/src/models/models_1.ts index 84f20b5d3ffa..caa6345838e1 100644 --- a/clients/client-mediaconvert/src/models/models_1.ts +++ b/clients/client-mediaconvert/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException"; import { diff --git a/clients/client-mediaconvert/src/pagination/DescribeEndpointsPaginator.ts b/clients/client-mediaconvert/src/pagination/DescribeEndpointsPaginator.ts index 9a53cf76ee12..0bfc28fc0847 100644 --- a/clients/client-mediaconvert/src/pagination/DescribeEndpointsPaginator.ts +++ b/clients/client-mediaconvert/src/pagination/DescribeEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointsCommand, diff --git a/clients/client-mediaconvert/src/pagination/Interfaces.ts b/clients/client-mediaconvert/src/pagination/Interfaces.ts index f81309145df2..16dd21c96eec 100644 --- a/clients/client-mediaconvert/src/pagination/Interfaces.ts +++ b/clients/client-mediaconvert/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaConvertClient } from "../MediaConvertClient"; diff --git a/clients/client-mediaconvert/src/pagination/ListJobTemplatesPaginator.ts b/clients/client-mediaconvert/src/pagination/ListJobTemplatesPaginator.ts index a1d4e936dca2..0d090756d280 100644 --- a/clients/client-mediaconvert/src/pagination/ListJobTemplatesPaginator.ts +++ b/clients/client-mediaconvert/src/pagination/ListJobTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobTemplatesCommand, diff --git a/clients/client-mediaconvert/src/pagination/ListJobsPaginator.ts b/clients/client-mediaconvert/src/pagination/ListJobsPaginator.ts index 98324eff4d59..d6a016c4c42a 100644 --- a/clients/client-mediaconvert/src/pagination/ListJobsPaginator.ts +++ b/clients/client-mediaconvert/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { MediaConvertClient } from "../MediaConvertClient"; diff --git a/clients/client-mediaconvert/src/pagination/ListPresetsPaginator.ts b/clients/client-mediaconvert/src/pagination/ListPresetsPaginator.ts index 59915936b694..dec9994fd0f0 100644 --- a/clients/client-mediaconvert/src/pagination/ListPresetsPaginator.ts +++ b/clients/client-mediaconvert/src/pagination/ListPresetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPresetsCommand, ListPresetsCommandInput, ListPresetsCommandOutput } from "../commands/ListPresetsCommand"; import { MediaConvertClient } from "../MediaConvertClient"; diff --git a/clients/client-mediaconvert/src/pagination/ListQueuesPaginator.ts b/clients/client-mediaconvert/src/pagination/ListQueuesPaginator.ts index 8e933dde88f3..b03973b259a5 100644 --- a/clients/client-mediaconvert/src/pagination/ListQueuesPaginator.ts +++ b/clients/client-mediaconvert/src/pagination/ListQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueuesCommand, ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand"; import { MediaConvertClient } from "../MediaConvertClient"; diff --git a/clients/client-mediaconvert/src/protocols/Aws_restJson1.ts b/clients/client-mediaconvert/src/protocols/Aws_restJson1.ts index 56277f0ac895..c54c806ba89a 100644 --- a/clients/client-mediaconvert/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediaconvert/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-mediaconvert/src/runtimeConfig.browser.ts b/clients/client-mediaconvert/src/runtimeConfig.browser.ts index e5eafbd3fa8c..bae3d22fea80 100644 --- a/clients/client-mediaconvert/src/runtimeConfig.browser.ts +++ b/clients/client-mediaconvert/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaConvertClientConfig } from "./MediaConvertClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediaconvert/src/runtimeConfig.shared.ts b/clients/client-mediaconvert/src/runtimeConfig.shared.ts index 98269cb18a03..9a137767ee83 100644 --- a/clients/client-mediaconvert/src/runtimeConfig.shared.ts +++ b/clients/client-mediaconvert/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaConvertClientConfig } from "./MediaConvertClient"; diff --git a/clients/client-mediaconvert/src/runtimeConfig.ts b/clients/client-mediaconvert/src/runtimeConfig.ts index 590046d8ba89..e4587f1fc768 100644 --- a/clients/client-mediaconvert/src/runtimeConfig.ts +++ b/clients/client-mediaconvert/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaConvertClientConfig } from "./MediaConvertClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index 337510f49fd6..15ca2284a75e 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-medialive/src/MediaLive.ts b/clients/client-medialive/src/MediaLive.ts index b3b1cb743936..59b66a7a34c8 100644 --- a/clients/client-medialive/src/MediaLive.ts +++ b/clients/client-medialive/src/MediaLive.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptInputDeviceTransferCommand, diff --git a/clients/client-medialive/src/MediaLiveClient.ts b/clients/client-medialive/src/MediaLiveClient.ts index 804dd36ec63a..258364fb195e 100644 --- a/clients/client-medialive/src/MediaLiveClient.ts +++ b/clients/client-medialive/src/MediaLiveClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -322,7 +320,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -431,7 +429,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts index 5bdae9e87aac..9d63e2ace09e 100644 --- a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { AcceptInputDeviceTransferRequest, AcceptInputDeviceTransferResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/BatchDeleteCommand.ts b/clients/client-medialive/src/commands/BatchDeleteCommand.ts index 4c2ac97b0669..c1d6297256a8 100644 --- a/clients/client-medialive/src/commands/BatchDeleteCommand.ts +++ b/clients/client-medialive/src/commands/BatchDeleteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/BatchStartCommand.ts b/clients/client-medialive/src/commands/BatchStartCommand.ts index 7c73eef78e8a..ebcbd4596b0f 100644 --- a/clients/client-medialive/src/commands/BatchStartCommand.ts +++ b/clients/client-medialive/src/commands/BatchStartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { BatchStartRequest, BatchStartResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/BatchStopCommand.ts b/clients/client-medialive/src/commands/BatchStopCommand.ts index 75f2d606b4e8..1269a5c2143a 100644 --- a/clients/client-medialive/src/commands/BatchStopCommand.ts +++ b/clients/client-medialive/src/commands/BatchStopCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { BatchStopRequest, BatchStopResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts index 0f7d7e44c7c0..e122e95b5234 100644 --- a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts +++ b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts index a26fe62844a0..d56fbcf67b89 100644 --- a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts index 8093102cfafa..ede7d3042053 100644 --- a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts +++ b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateChannelCommand.ts b/clients/client-medialive/src/commands/CreateChannelCommand.ts index 0590f87131ad..b363f073d246 100644 --- a/clients/client-medialive/src/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateInputCommand.ts b/clients/client-medialive/src/commands/CreateInputCommand.ts index f0c661fe2c5c..774dea422236 100644 --- a/clients/client-medialive/src/commands/CreateInputCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateInputRequest, CreateInputResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts index 425ff79e19f7..42144fd914ff 100644 --- a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateInputSecurityGroupRequest, CreateInputSecurityGroupResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts index 83e46c308127..d27ed1fefe34 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateMultiplexRequest, CreateMultiplexResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts index 2877846df900..d8e7ac45d629 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateMultiplexProgramRequest, CreateMultiplexProgramResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts index 21666b693b52..59a73f9e49ca 100644 --- a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreatePartnerInputRequest, CreatePartnerInputResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/CreateTagsCommand.ts b/clients/client-medialive/src/commands/CreateTagsCommand.ts index 7dbfeab5b5af..c0f6b4178e87 100644 --- a/clients/client-medialive/src/commands/CreateTagsCommand.ts +++ b/clients/client-medialive/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { CreateTagsRequest } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteChannelCommand.ts b/clients/client-medialive/src/commands/DeleteChannelCommand.ts index b2c1ed635060..e8533b612273 100644 --- a/clients/client-medialive/src/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteInputCommand.ts b/clients/client-medialive/src/commands/DeleteInputCommand.ts index 109999696a91..809bad86e9c2 100644 --- a/clients/client-medialive/src/commands/DeleteInputCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts index 43172cf06f72..6e981139175b 100644 --- a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts index a88c2ed9e979..59dbf00768e7 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts index 2c47af48ae85..543653f30971 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteReservationCommand.ts b/clients/client-medialive/src/commands/DeleteReservationCommand.ts index 247ca5ae67d5..b6e61093dd49 100644 --- a/clients/client-medialive/src/commands/DeleteReservationCommand.ts +++ b/clients/client-medialive/src/commands/DeleteReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts index 91ffa61177ad..9a2cd87b0ea9 100644 --- a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DeleteTagsCommand.ts b/clients/client-medialive/src/commands/DeleteTagsCommand.ts index 618136a6fff9..363564ad49e9 100644 --- a/clients/client-medialive/src/commands/DeleteTagsCommand.ts +++ b/clients/client-medialive/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DeleteTagsRequest } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeChannelCommand.ts b/clients/client-medialive/src/commands/DescribeChannelCommand.ts index 4fd3ad527b22..67c5797a1ab3 100644 --- a/clients/client-medialive/src/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeInputCommand.ts b/clients/client-medialive/src/commands/DescribeInputCommand.ts index 6b6bdaab3c75..7f8cc82d7db6 100644 --- a/clients/client-medialive/src/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeInputRequest, DescribeInputResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts index 0ac6b9d1fbcc..0e3d25be00fd 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts index 8dd827664d48..7415b0cc15ef 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { diff --git a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts index e833e46cf7e8..70456bd5f93c 100644 --- a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts index af2b785e8d7b..99b932c97d75 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts index a54ceedfcf8b..3d0b5f424b29 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts index 18fb06a01d13..f9eb3df3f951 100644 --- a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeReservationCommand.ts b/clients/client-medialive/src/commands/DescribeReservationCommand.ts index fc3876fc80af..c612be51f227 100644 --- a/clients/client-medialive/src/commands/DescribeReservationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts index 74223670fda5..b7d3186160a2 100644 --- a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListChannelsCommand.ts b/clients/client-medialive/src/commands/ListChannelsCommand.ts index e50cb01a172f..4f5bd700c216 100644 --- a/clients/client-medialive/src/commands/ListChannelsCommand.ts +++ b/clients/client-medialive/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts index 424796affdef..0c3e41603a37 100644 --- a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts index 7eac011b15e2..607919e6cb8a 100644 --- a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts index 056dd3ad0bde..c61620b767c1 100644 --- a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListInputsCommand.ts b/clients/client-medialive/src/commands/ListInputsCommand.ts index 9cdc548deaab..c8cfad7328e9 100644 --- a/clients/client-medialive/src/commands/ListInputsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListInputsRequest, ListInputsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts index 2af047dc2383..8d5fd64a35ba 100644 --- a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListMultiplexProgramsRequest, ListMultiplexProgramsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts index 97444f5cc206..31137bd44119 100644 --- a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListOfferingsCommand.ts b/clients/client-medialive/src/commands/ListOfferingsCommand.ts index f231f74ece1b..67b790e402fe 100644 --- a/clients/client-medialive/src/commands/ListOfferingsCommand.ts +++ b/clients/client-medialive/src/commands/ListOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListReservationsCommand.ts b/clients/client-medialive/src/commands/ListReservationsCommand.ts index 915f98b9a42c..84928dad3ea5 100644 --- a/clients/client-medialive/src/commands/ListReservationsCommand.ts +++ b/clients/client-medialive/src/commands/ListReservationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListReservationsRequest, ListReservationsResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts index 79e05e89319d..fda8f5838aa1 100644 --- a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts index f1652d1276b9..39e5e759c6b3 100644 --- a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts index db2799c231e5..c9206ad12eee 100644 --- a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts index c5ddf05e7884..1ab70de5d0b5 100644 --- a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/StartChannelCommand.ts b/clients/client-medialive/src/commands/StartChannelCommand.ts index 863c474568e6..ee6242ae4b1c 100644 --- a/clients/client-medialive/src/commands/StartChannelCommand.ts +++ b/clients/client-medialive/src/commands/StartChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { StartChannelRequest, StartChannelResponse } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts index 7e85c9cda67c..ba00aadd3431 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { StartInputDeviceMaintenanceWindowRequest } from "../models/models_1"; diff --git a/clients/client-medialive/src/commands/StartMultiplexCommand.ts b/clients/client-medialive/src/commands/StartMultiplexCommand.ts index dd2226f387f2..63a6ca3e009f 100644 --- a/clients/client-medialive/src/commands/StartMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StartMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/StopChannelCommand.ts b/clients/client-medialive/src/commands/StopChannelCommand.ts index 500a7dae0a3e..c7a449d92e95 100644 --- a/clients/client-medialive/src/commands/StopChannelCommand.ts +++ b/clients/client-medialive/src/commands/StopChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { StopChannelRequest, StopChannelResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/StopMultiplexCommand.ts b/clients/client-medialive/src/commands/StopMultiplexCommand.ts index ec6070d57734..7373f083f5db 100644 --- a/clients/client-medialive/src/commands/StopMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StopMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts index ff450ae7872c..69a93ff00421 100644 --- a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts index adb9efafb390..43dbc5a30363 100644 --- a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateChannelCommand.ts b/clients/client-medialive/src/commands/UpdateChannelCommand.ts index 6071e85bfe22..a74acf0e3f69 100644 --- a/clients/client-medialive/src/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateInputCommand.ts b/clients/client-medialive/src/commands/UpdateInputCommand.ts index 8a0826efcc64..81579a1d22dd 100644 --- a/clients/client-medialive/src/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts index 915294b0309e..87626178c59e 100644 --- a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts index 4f1eeba5cb16..8533abf5aa1f 100644 --- a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts index fae5d6317425..938ac69d0e57 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts index 1b5308a56dc9..a913ebaf674b 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/commands/UpdateReservationCommand.ts b/clients/client-medialive/src/commands/UpdateReservationCommand.ts index b878fd4957c0..bb52d4439be5 100644 --- a/clients/client-medialive/src/commands/UpdateReservationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateReservationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient"; import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2"; diff --git a/clients/client-medialive/src/endpoint/EndpointParameters.ts b/clients/client-medialive/src/endpoint/EndpointParameters.ts index fabfe2b7be99..3ed45a07e814 100644 --- a/clients/client-medialive/src/endpoint/EndpointParameters.ts +++ b/clients/client-medialive/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-medialive/src/endpoint/endpointResolver.ts b/clients/client-medialive/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-medialive/src/endpoint/endpointResolver.ts +++ b/clients/client-medialive/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-medialive/src/endpoint/ruleset.ts b/clients/client-medialive/src/endpoint/ruleset.ts index ccb3be97c793..f7f3ca5d78a3 100644 --- a/clients/client-medialive/src/endpoint/ruleset.ts +++ b/clients/client-medialive/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-medialive/src/models/MediaLiveServiceException.ts b/clients/client-medialive/src/models/MediaLiveServiceException.ts index 1db359198534..6410fc7a4e4f 100644 --- a/clients/client-medialive/src/models/MediaLiveServiceException.ts +++ b/clients/client-medialive/src/models/MediaLiveServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-medialive/src/models/models_1.ts b/clients/client-medialive/src/models/models_1.ts index 47aa32779e09..dbd0c17c0d69 100644 --- a/clients/client-medialive/src/models/models_1.ts +++ b/clients/client-medialive/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException"; diff --git a/clients/client-medialive/src/pagination/DescribeSchedulePaginator.ts b/clients/client-medialive/src/pagination/DescribeSchedulePaginator.ts index 613b7ecbb04a..0075b9281df1 100644 --- a/clients/client-medialive/src/pagination/DescribeSchedulePaginator.ts +++ b/clients/client-medialive/src/pagination/DescribeSchedulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeScheduleCommand, diff --git a/clients/client-medialive/src/pagination/Interfaces.ts b/clients/client-medialive/src/pagination/Interfaces.ts index 42e8bc9cbc31..18a9977c0062 100644 --- a/clients/client-medialive/src/pagination/Interfaces.ts +++ b/clients/client-medialive/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/pagination/ListChannelsPaginator.ts b/clients/client-medialive/src/pagination/ListChannelsPaginator.ts index a3060227dfe8..6668a9efe578 100644 --- a/clients/client-medialive/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-medialive/src/pagination/ListInputDeviceTransfersPaginator.ts b/clients/client-medialive/src/pagination/ListInputDeviceTransfersPaginator.ts index bbe4fc8d50f5..9233dd42a7d1 100644 --- a/clients/client-medialive/src/pagination/ListInputDeviceTransfersPaginator.ts +++ b/clients/client-medialive/src/pagination/ListInputDeviceTransfersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInputDeviceTransfersCommand, diff --git a/clients/client-medialive/src/pagination/ListInputDevicesPaginator.ts b/clients/client-medialive/src/pagination/ListInputDevicesPaginator.ts index 6d5a14d09ceb..c89572958b47 100644 --- a/clients/client-medialive/src/pagination/ListInputDevicesPaginator.ts +++ b/clients/client-medialive/src/pagination/ListInputDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInputDevicesCommand, diff --git a/clients/client-medialive/src/pagination/ListInputSecurityGroupsPaginator.ts b/clients/client-medialive/src/pagination/ListInputSecurityGroupsPaginator.ts index a28748504dd8..7f2ed54c8f83 100644 --- a/clients/client-medialive/src/pagination/ListInputSecurityGroupsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListInputSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInputSecurityGroupsCommand, diff --git a/clients/client-medialive/src/pagination/ListInputsPaginator.ts b/clients/client-medialive/src/pagination/ListInputsPaginator.ts index a5d3eaa68f5f..6a3cc8c858f1 100644 --- a/clients/client-medialive/src/pagination/ListInputsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListInputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInputsCommand, ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/pagination/ListMultiplexProgramsPaginator.ts b/clients/client-medialive/src/pagination/ListMultiplexProgramsPaginator.ts index ef6ab637bb23..2ed65d3373f9 100644 --- a/clients/client-medialive/src/pagination/ListMultiplexProgramsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListMultiplexProgramsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMultiplexProgramsCommand, diff --git a/clients/client-medialive/src/pagination/ListMultiplexesPaginator.ts b/clients/client-medialive/src/pagination/ListMultiplexesPaginator.ts index fd9ee3b38c1d..7223ff950b1e 100644 --- a/clients/client-medialive/src/pagination/ListMultiplexesPaginator.ts +++ b/clients/client-medialive/src/pagination/ListMultiplexesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMultiplexesCommand, diff --git a/clients/client-medialive/src/pagination/ListOfferingsPaginator.ts b/clients/client-medialive/src/pagination/ListOfferingsPaginator.ts index 9edc3b5589a0..100f41c278d6 100644 --- a/clients/client-medialive/src/pagination/ListOfferingsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOfferingsCommand, diff --git a/clients/client-medialive/src/pagination/ListReservationsPaginator.ts b/clients/client-medialive/src/pagination/ListReservationsPaginator.ts index 2978b4b6c161..b70c6918167f 100644 --- a/clients/client-medialive/src/pagination/ListReservationsPaginator.ts +++ b/clients/client-medialive/src/pagination/ListReservationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReservationsCommand, diff --git a/clients/client-medialive/src/protocols/Aws_restJson1.ts b/clients/client-medialive/src/protocols/Aws_restJson1.ts index 298476866ed5..22890bfe7a44 100644 --- a/clients/client-medialive/src/protocols/Aws_restJson1.ts +++ b/clients/client-medialive/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,13 +18,13 @@ import { strictParseLong as __strictParseLong, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-medialive/src/runtimeConfig.browser.ts b/clients/client-medialive/src/runtimeConfig.browser.ts index 091ff8161d69..126f442bc166 100644 --- a/clients/client-medialive/src/runtimeConfig.browser.ts +++ b/clients/client-medialive/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaLiveClientConfig } from "./MediaLiveClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-medialive/src/runtimeConfig.shared.ts b/clients/client-medialive/src/runtimeConfig.shared.ts index 34bf08b0c0cc..f14f695482ba 100644 --- a/clients/client-medialive/src/runtimeConfig.shared.ts +++ b/clients/client-medialive/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaLiveClientConfig } from "./MediaLiveClient"; diff --git a/clients/client-medialive/src/runtimeConfig.ts b/clients/client-medialive/src/runtimeConfig.ts index 94e9b7e3b29c..d8366a43f536 100644 --- a/clients/client-medialive/src/runtimeConfig.ts +++ b/clients/client-medialive/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaLiveClientConfig } from "./MediaLiveClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-medialive/src/waiters/waitForChannelCreated.ts b/clients/client-medialive/src/waiters/waitForChannelCreated.ts index 1fb73a26cffc..dcd13c9388dc 100644 --- a/clients/client-medialive/src/waiters/waitForChannelCreated.ts +++ b/clients/client-medialive/src/waiters/waitForChannelCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeChannelCommand, DescribeChannelCommandInput } from "../commands/DescribeChannelCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForChannelDeleted.ts b/clients/client-medialive/src/waiters/waitForChannelDeleted.ts index a9ded6feb3b6..466bd7d2dd3a 100644 --- a/clients/client-medialive/src/waiters/waitForChannelDeleted.ts +++ b/clients/client-medialive/src/waiters/waitForChannelDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeChannelCommand, DescribeChannelCommandInput } from "../commands/DescribeChannelCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForChannelRunning.ts b/clients/client-medialive/src/waiters/waitForChannelRunning.ts index 4fedbe0bcd28..b4eaa82882f0 100644 --- a/clients/client-medialive/src/waiters/waitForChannelRunning.ts +++ b/clients/client-medialive/src/waiters/waitForChannelRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeChannelCommand, DescribeChannelCommandInput } from "../commands/DescribeChannelCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForChannelStopped.ts b/clients/client-medialive/src/waiters/waitForChannelStopped.ts index a38362322596..a585bbcd34ec 100644 --- a/clients/client-medialive/src/waiters/waitForChannelStopped.ts +++ b/clients/client-medialive/src/waiters/waitForChannelStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeChannelCommand, DescribeChannelCommandInput } from "../commands/DescribeChannelCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForInputAttached.ts b/clients/client-medialive/src/waiters/waitForInputAttached.ts index f86d0da41135..3b2f6516eeb8 100644 --- a/clients/client-medialive/src/waiters/waitForInputAttached.ts +++ b/clients/client-medialive/src/waiters/waitForInputAttached.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInputCommand, DescribeInputCommandInput } from "../commands/DescribeInputCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForInputDeleted.ts b/clients/client-medialive/src/waiters/waitForInputDeleted.ts index b7ae84bd791f..f698f35b9e0d 100644 --- a/clients/client-medialive/src/waiters/waitForInputDeleted.ts +++ b/clients/client-medialive/src/waiters/waitForInputDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInputCommand, DescribeInputCommandInput } from "../commands/DescribeInputCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForInputDetached.ts b/clients/client-medialive/src/waiters/waitForInputDetached.ts index 3cfcf6fa5a37..3f62bee1170e 100644 --- a/clients/client-medialive/src/waiters/waitForInputDetached.ts +++ b/clients/client-medialive/src/waiters/waitForInputDetached.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInputCommand, DescribeInputCommandInput } from "../commands/DescribeInputCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForMultiplexCreated.ts b/clients/client-medialive/src/waiters/waitForMultiplexCreated.ts index 014a7b537983..879d83105059 100644 --- a/clients/client-medialive/src/waiters/waitForMultiplexCreated.ts +++ b/clients/client-medialive/src/waiters/waitForMultiplexCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeMultiplexCommand, DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForMultiplexDeleted.ts b/clients/client-medialive/src/waiters/waitForMultiplexDeleted.ts index 7e1005e002bb..177026d032a4 100644 --- a/clients/client-medialive/src/waiters/waitForMultiplexDeleted.ts +++ b/clients/client-medialive/src/waiters/waitForMultiplexDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeMultiplexCommand, DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForMultiplexRunning.ts b/clients/client-medialive/src/waiters/waitForMultiplexRunning.ts index 96212b0aa320..7ff56ff0dd9b 100644 --- a/clients/client-medialive/src/waiters/waitForMultiplexRunning.ts +++ b/clients/client-medialive/src/waiters/waitForMultiplexRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeMultiplexCommand, DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-medialive/src/waiters/waitForMultiplexStopped.ts b/clients/client-medialive/src/waiters/waitForMultiplexStopped.ts index a5252f15d150..2acf958c839e 100644 --- a/clients/client-medialive/src/waiters/waitForMultiplexStopped.ts +++ b/clients/client-medialive/src/waiters/waitForMultiplexStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeMultiplexCommand, DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand"; import { MediaLiveClient } from "../MediaLiveClient"; diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index 2be95e42fdee..6cf72c7ec655 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mediapackage-vod/src/MediaPackageVod.ts b/clients/client-mediapackage-vod/src/MediaPackageVod.ts index 1fdda24dff3e..aff7c0887298 100644 --- a/clients/client-mediapackage-vod/src/MediaPackageVod.ts +++ b/clients/client-mediapackage-vod/src/MediaPackageVod.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ConfigureLogsCommand, diff --git a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts index fec358d8fb71..5eef1c31545a 100644 --- a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts +++ b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "./commands/ConfigureLogsCommand"; @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts index 5d1df5fd8337..5e9c810eeee1 100644 --- a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts index 2a2e084f97df..0044136da89d 100644 --- a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts index b3bc542fa6ae..2a75f1b7bfb9 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { CreatePackagingConfigurationRequest, CreatePackagingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts index 137aef3e3554..d031cfbe12bb 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { CreatePackagingGroupRequest, CreatePackagingGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts index 0aa478b02316..119e7731c832 100644 --- a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts index cf22c3c7d17e..52b510408ddc 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DeletePackagingConfigurationRequest, DeletePackagingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts index 52e42030b6cb..81c482c36db1 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DeletePackagingGroupRequest, DeletePackagingGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts index 077692304233..46dcc301fd68 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts index 54b4a3232574..0665626acdca 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DescribePackagingConfigurationRequest, DescribePackagingConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts index 6c051e0c3769..ba392fd6d39c 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { DescribePackagingGroupRequest, DescribePackagingGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts index 31ca9cae009a..be1bf0250ec2 100644 --- a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts index 12f335e6d297..a7b240afbb39 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { ListPackagingConfigurationsRequest, ListPackagingConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts index d6e32068a0f9..e403bee72175 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { ListPackagingGroupsRequest, ListPackagingGroupsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts index 11c547a2f565..11a4f3cdc4f4 100644 --- a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts index bc8ae48d1a04..4239f8f5166d 100644 --- a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts index a3de01c99828..3e09b6526cc5 100644 --- a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts index 52c3fc5193f6..af000051eacd 100644 --- a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageVodClient"; import { UpdatePackagingGroupRequest, UpdatePackagingGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage-vod/src/endpoint/EndpointParameters.ts b/clients/client-mediapackage-vod/src/endpoint/EndpointParameters.ts index 485ec180aa53..395f1a75de32 100644 --- a/clients/client-mediapackage-vod/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediapackage-vod/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediapackage-vod/src/endpoint/endpointResolver.ts b/clients/client-mediapackage-vod/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediapackage-vod/src/endpoint/endpointResolver.ts +++ b/clients/client-mediapackage-vod/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediapackage-vod/src/endpoint/ruleset.ts b/clients/client-mediapackage-vod/src/endpoint/ruleset.ts index ce8494566c39..25f9a33568b5 100644 --- a/clients/client-mediapackage-vod/src/endpoint/ruleset.ts +++ b/clients/client-mediapackage-vod/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts b/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts index 36101bec728e..522c4e278ace 100644 --- a/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts +++ b/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediapackage-vod/src/models/models_0.ts b/clients/client-mediapackage-vod/src/models/models_0.ts index b549824cc098..e79bd16d70ad 100644 --- a/clients/client-mediapackage-vod/src/models/models_0.ts +++ b/clients/client-mediapackage-vod/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException"; diff --git a/clients/client-mediapackage-vod/src/pagination/Interfaces.ts b/clients/client-mediapackage-vod/src/pagination/Interfaces.ts index bc823757bd1f..b96cc27eb9fe 100644 --- a/clients/client-mediapackage-vod/src/pagination/Interfaces.ts +++ b/clients/client-mediapackage-vod/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaPackageVodClient } from "../MediaPackageVodClient"; diff --git a/clients/client-mediapackage-vod/src/pagination/ListAssetsPaginator.ts b/clients/client-mediapackage-vod/src/pagination/ListAssetsPaginator.ts index 1d4a0732b5de..fb18ce7a98f3 100644 --- a/clients/client-mediapackage-vod/src/pagination/ListAssetsPaginator.ts +++ b/clients/client-mediapackage-vod/src/pagination/ListAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetsCommand, ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand"; import { MediaPackageVodClient } from "../MediaPackageVodClient"; diff --git a/clients/client-mediapackage-vod/src/pagination/ListPackagingConfigurationsPaginator.ts b/clients/client-mediapackage-vod/src/pagination/ListPackagingConfigurationsPaginator.ts index 950a00c7222c..8fc6193fb314 100644 --- a/clients/client-mediapackage-vod/src/pagination/ListPackagingConfigurationsPaginator.ts +++ b/clients/client-mediapackage-vod/src/pagination/ListPackagingConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagingConfigurationsCommand, diff --git a/clients/client-mediapackage-vod/src/pagination/ListPackagingGroupsPaginator.ts b/clients/client-mediapackage-vod/src/pagination/ListPackagingGroupsPaginator.ts index 6bf6d7a83c83..3734e5a805d0 100644 --- a/clients/client-mediapackage-vod/src/pagination/ListPackagingGroupsPaginator.ts +++ b/clients/client-mediapackage-vod/src/pagination/ListPackagingGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagingGroupsCommand, diff --git a/clients/client-mediapackage-vod/src/protocols/Aws_restJson1.ts b/clients/client-mediapackage-vod/src/protocols/Aws_restJson1.ts index d3589e5724bc..d268b5eda07b 100644 --- a/clients/client-mediapackage-vod/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediapackage-vod/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "../commands/ConfigureLogsCommand"; import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand"; diff --git a/clients/client-mediapackage-vod/src/runtimeConfig.browser.ts b/clients/client-mediapackage-vod/src/runtimeConfig.browser.ts index bf781dfdea0a..c1077a2c644f 100644 --- a/clients/client-mediapackage-vod/src/runtimeConfig.browser.ts +++ b/clients/client-mediapackage-vod/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageVodClientConfig } from "./MediaPackageVodClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediapackage-vod/src/runtimeConfig.shared.ts b/clients/client-mediapackage-vod/src/runtimeConfig.shared.ts index 95b97b2f2114..5f4f0de8f451 100644 --- a/clients/client-mediapackage-vod/src/runtimeConfig.shared.ts +++ b/clients/client-mediapackage-vod/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaPackageVodClientConfig } from "./MediaPackageVodClient"; diff --git a/clients/client-mediapackage-vod/src/runtimeConfig.ts b/clients/client-mediapackage-vod/src/runtimeConfig.ts index fc704315da35..a45d1aba6701 100644 --- a/clients/client-mediapackage-vod/src/runtimeConfig.ts +++ b/clients/client-mediapackage-vod/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageVodClientConfig } from "./MediaPackageVodClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index 52f4949bb310..f85586b7e641 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mediapackage/src/MediaPackage.ts b/clients/client-mediapackage/src/MediaPackage.ts index f99c9f884d4b..d8fb2f724866 100644 --- a/clients/client-mediapackage/src/MediaPackage.ts +++ b/clients/client-mediapackage/src/MediaPackage.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ConfigureLogsCommand, diff --git a/clients/client-mediapackage/src/MediaPackageClient.ts b/clients/client-mediapackage/src/MediaPackageClient.ts index 055f61d5feb7..fc84d3cdb76f 100644 --- a/clients/client-mediapackage/src/MediaPackageClient.ts +++ b/clients/client-mediapackage/src/MediaPackageClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "./commands/ConfigureLogsCommand"; @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts index 1177dd34fae3..dc7412063562 100644 --- a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts index 5a5f6f6c93e3..da2e41f3a0a3 100644 --- a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts index e264082dbb41..d55eb92e8ed8 100644 --- a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { CreateHarvestJobRequest, CreateHarvestJobResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts index 65c046c3fd0c..194ae7e416db 100644 --- a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { CreateOriginEndpointRequest, CreateOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts index 10d2df71d756..b90812f35ec2 100644 --- a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts index 8d347e13aca3..ea7d2448314b 100644 --- a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts index 85fafcf210f5..117c80890caf 100644 --- a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts index 5786ef664ad1..0a0bce44b7ae 100644 --- a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { DescribeHarvestJobRequest, DescribeHarvestJobResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts index f4afca498572..aac7dd712c9e 100644 --- a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { DescribeOriginEndpointRequest, DescribeOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts index 413b46cf456e..8d15b6d30bee 100644 --- a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts index e22a93abef52..9ebfc19ef78e 100644 --- a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { ListHarvestJobsRequest, ListHarvestJobsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts index 1c305942a672..cde13bbf2fae 100644 --- a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { ListOriginEndpointsRequest, ListOriginEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts index c1349dcf3250..5f2e0e91964a 100644 --- a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts index f39cbee8f74d..8c0a7f4838c0 100644 --- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { RotateChannelCredentialsRequest, RotateChannelCredentialsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts index 02daebab9658..e93fc2e3301b 100644 --- a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { RotateIngestEndpointCredentialsRequest, RotateIngestEndpointCredentialsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/TagResourceCommand.ts b/clients/client-mediapackage/src/commands/TagResourceCommand.ts index 9db48a365652..c775b9cbf84c 100644 --- a/clients/client-mediapackage/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts index 7ef32030ba00..df703310265b 100644 --- a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts index 5c822947e31b..706d0bba60be 100644 --- a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts index b7c4ab3c7c6e..dafa85ba7f3f 100644 --- a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageClient"; import { UpdateOriginEndpointRequest, UpdateOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackage/src/endpoint/EndpointParameters.ts b/clients/client-mediapackage/src/endpoint/EndpointParameters.ts index a4aedbf6de7d..381c138c4947 100644 --- a/clients/client-mediapackage/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediapackage/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediapackage/src/endpoint/endpointResolver.ts b/clients/client-mediapackage/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediapackage/src/endpoint/endpointResolver.ts +++ b/clients/client-mediapackage/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediapackage/src/endpoint/ruleset.ts b/clients/client-mediapackage/src/endpoint/ruleset.ts index d3954519cdaf..d3695d535b73 100644 --- a/clients/client-mediapackage/src/endpoint/ruleset.ts +++ b/clients/client-mediapackage/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediapackage/src/models/MediaPackageServiceException.ts b/clients/client-mediapackage/src/models/MediaPackageServiceException.ts index 456a7ad4ea20..8fa402e36f83 100644 --- a/clients/client-mediapackage/src/models/MediaPackageServiceException.ts +++ b/clients/client-mediapackage/src/models/MediaPackageServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediapackage/src/models/models_0.ts b/clients/client-mediapackage/src/models/models_0.ts index b55eeb756c6d..fd6229b23848 100644 --- a/clients/client-mediapackage/src/models/models_0.ts +++ b/clients/client-mediapackage/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaPackageServiceException as __BaseException } from "./MediaPackageServiceException"; diff --git a/clients/client-mediapackage/src/pagination/Interfaces.ts b/clients/client-mediapackage/src/pagination/Interfaces.ts index 0fdd93eedd64..57b75532ea8a 100644 --- a/clients/client-mediapackage/src/pagination/Interfaces.ts +++ b/clients/client-mediapackage/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaPackageClient } from "../MediaPackageClient"; diff --git a/clients/client-mediapackage/src/pagination/ListChannelsPaginator.ts b/clients/client-mediapackage/src/pagination/ListChannelsPaginator.ts index 79f48954c788..c3f860e6bac5 100644 --- a/clients/client-mediapackage/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-mediapackage/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-mediapackage/src/pagination/ListHarvestJobsPaginator.ts b/clients/client-mediapackage/src/pagination/ListHarvestJobsPaginator.ts index 0d9b4d26f2a4..45ca025fa756 100644 --- a/clients/client-mediapackage/src/pagination/ListHarvestJobsPaginator.ts +++ b/clients/client-mediapackage/src/pagination/ListHarvestJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHarvestJobsCommand, diff --git a/clients/client-mediapackage/src/pagination/ListOriginEndpointsPaginator.ts b/clients/client-mediapackage/src/pagination/ListOriginEndpointsPaginator.ts index d079ec2c1780..215d5cb3b57f 100644 --- a/clients/client-mediapackage/src/pagination/ListOriginEndpointsPaginator.ts +++ b/clients/client-mediapackage/src/pagination/ListOriginEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOriginEndpointsCommand, diff --git a/clients/client-mediapackage/src/protocols/Aws_restJson1.ts b/clients/client-mediapackage/src/protocols/Aws_restJson1.ts index 342ac671ccc0..e1d8b2376165 100644 --- a/clients/client-mediapackage/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediapackage/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigureLogsCommandInput, ConfigureLogsCommandOutput } from "../commands/ConfigureLogsCommand"; import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand"; diff --git a/clients/client-mediapackage/src/runtimeConfig.browser.ts b/clients/client-mediapackage/src/runtimeConfig.browser.ts index 6585289f8d7b..0a042505a491 100644 --- a/clients/client-mediapackage/src/runtimeConfig.browser.ts +++ b/clients/client-mediapackage/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageClientConfig } from "./MediaPackageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediapackage/src/runtimeConfig.shared.ts b/clients/client-mediapackage/src/runtimeConfig.shared.ts index b274a7cd6b62..ca2f1d8a12e7 100644 --- a/clients/client-mediapackage/src/runtimeConfig.shared.ts +++ b/clients/client-mediapackage/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaPackageClientConfig } from "./MediaPackageClient"; diff --git a/clients/client-mediapackage/src/runtimeConfig.ts b/clients/client-mediapackage/src/runtimeConfig.ts index 6c0374741c93..37314634e1b8 100644 --- a/clients/client-mediapackage/src/runtimeConfig.ts +++ b/clients/client-mediapackage/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageClientConfig } from "./MediaPackageClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediapackagev2/package.json b/clients/client-mediapackagev2/package.json index 11219919b2ad..ad30dd6ab6ee 100644 --- a/clients/client-mediapackagev2/package.json +++ b/clients/client-mediapackagev2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-mediapackagev2/src/MediaPackageV2.ts b/clients/client-mediapackagev2/src/MediaPackageV2.ts index c8efaae9a3b5..d2ffe7a55da7 100644 --- a/clients/client-mediapackagev2/src/MediaPackageV2.ts +++ b/clients/client-mediapackagev2/src/MediaPackageV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateChannelCommand, diff --git a/clients/client-mediapackagev2/src/MediaPackageV2Client.ts b/clients/client-mediapackagev2/src/MediaPackageV2Client.ts index e0557c28eb91..f36d8003d4e7 100644 --- a/clients/client-mediapackagev2/src/MediaPackageV2Client.ts +++ b/clients/client-mediapackagev2/src/MediaPackageV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand"; @@ -180,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -289,7 +287,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts index 3905eaa24913..ff14a534156c 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts index b0f404fda5ee..e92160986180 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { CreateChannelGroupRequest, CreateChannelGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts index 5e8b3f37c9aa..a9e5f4e06815 100644 --- a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { CreateOriginEndpointRequest, CreateOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts index df60f9ffab8b..9be8097f4aa2 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts index d431eb94e4c7..bcf206dab7a8 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { DeleteChannelGroupRequest, DeleteChannelGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts index 4050a31b0f7d..33a5b391f7b4 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts index 99ef9b32e456..fa3149655556 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts index dea3292ac383..f221055be5ad 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { DeleteOriginEndpointPolicyRequest, DeleteOriginEndpointPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts index 3a896817f7e5..613d8a9db8a5 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts index 5b8d068fefb8..e6f9b983cf58 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { GetChannelGroupRequest, GetChannelGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts index 33bfe8f2f58c..11791c75bcf9 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts index accae76843f7..ee255e7c30f3 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { GetOriginEndpointRequest, GetOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts index 0c1a5679019d..33dc515bcebf 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { GetOriginEndpointPolicyRequest, GetOriginEndpointPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts index b26e85f51269..3b9588eabeef 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { ListChannelGroupsRequest, ListChannelGroupsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts index bc29e142838c..b90326269a0f 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts index 19a468273fc5..54aa8b3f64ab 100644 --- a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { ListOriginEndpointsRequest, ListOriginEndpointsResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts index 224c12a86247..cfe23b1e7a81 100644 --- a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts index 6c6bf7cd61a1..3f4b166229ff 100644 --- a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts index ba38d6f863d5..991246b78138 100644 --- a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { PutOriginEndpointPolicyRequest, PutOriginEndpointPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts index b2cd520590b0..d7073e56e20b 100644 --- a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts index caf724bc8ba8..c226e527b624 100644 --- a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts index 526ddbd26454..491cb8ef9269 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts index 272345835a87..c1ccc445c13e 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { UpdateChannelGroupRequest, UpdateChannelGroupResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts index 0dfc83eb5ead..338eced331bb 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaPackageV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaPackageV2Client"; import { UpdateOriginEndpointRequest, UpdateOriginEndpointResponse } from "../models/models_0"; diff --git a/clients/client-mediapackagev2/src/endpoint/EndpointParameters.ts b/clients/client-mediapackagev2/src/endpoint/EndpointParameters.ts index d8f4db7d8349..7ac149bee019 100644 --- a/clients/client-mediapackagev2/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediapackagev2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediapackagev2/src/endpoint/endpointResolver.ts b/clients/client-mediapackagev2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediapackagev2/src/endpoint/endpointResolver.ts +++ b/clients/client-mediapackagev2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediapackagev2/src/endpoint/ruleset.ts b/clients/client-mediapackagev2/src/endpoint/ruleset.ts index 971d6df2111a..cdd0ec93f123 100644 --- a/clients/client-mediapackagev2/src/endpoint/ruleset.ts +++ b/clients/client-mediapackagev2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediapackagev2/src/models/MediaPackageV2ServiceException.ts b/clients/client-mediapackagev2/src/models/MediaPackageV2ServiceException.ts index 14e4c3f486dc..211b6ab4d218 100644 --- a/clients/client-mediapackagev2/src/models/MediaPackageV2ServiceException.ts +++ b/clients/client-mediapackagev2/src/models/MediaPackageV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediapackagev2/src/models/models_0.ts b/clients/client-mediapackagev2/src/models/models_0.ts index 39673325dbbf..fd08d212c418 100644 --- a/clients/client-mediapackagev2/src/models/models_0.ts +++ b/clients/client-mediapackagev2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaPackageV2ServiceException as __BaseException } from "./MediaPackageV2ServiceException"; diff --git a/clients/client-mediapackagev2/src/pagination/Interfaces.ts b/clients/client-mediapackagev2/src/pagination/Interfaces.ts index c890beca5968..28e0b9aa38b9 100644 --- a/clients/client-mediapackagev2/src/pagination/Interfaces.ts +++ b/clients/client-mediapackagev2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaPackageV2Client } from "../MediaPackageV2Client"; diff --git a/clients/client-mediapackagev2/src/pagination/ListChannelGroupsPaginator.ts b/clients/client-mediapackagev2/src/pagination/ListChannelGroupsPaginator.ts index 0ae71ecd5095..86cc580954e6 100644 --- a/clients/client-mediapackagev2/src/pagination/ListChannelGroupsPaginator.ts +++ b/clients/client-mediapackagev2/src/pagination/ListChannelGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelGroupsCommand, diff --git a/clients/client-mediapackagev2/src/pagination/ListChannelsPaginator.ts b/clients/client-mediapackagev2/src/pagination/ListChannelsPaginator.ts index 2a04433962cd..f75437f22957 100644 --- a/clients/client-mediapackagev2/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-mediapackagev2/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-mediapackagev2/src/pagination/ListOriginEndpointsPaginator.ts b/clients/client-mediapackagev2/src/pagination/ListOriginEndpointsPaginator.ts index a53cf8c2bb6e..fc79da06720a 100644 --- a/clients/client-mediapackagev2/src/pagination/ListOriginEndpointsPaginator.ts +++ b/clients/client-mediapackagev2/src/pagination/ListOriginEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOriginEndpointsCommand, diff --git a/clients/client-mediapackagev2/src/protocols/Aws_restJson1.ts b/clients/client-mediapackagev2/src/protocols/Aws_restJson1.ts index 683e8be4373a..8c463ba29545 100644 --- a/clients/client-mediapackagev2/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediapackagev2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand"; diff --git a/clients/client-mediapackagev2/src/runtimeConfig.browser.ts b/clients/client-mediapackagev2/src/runtimeConfig.browser.ts index afbabfeb9c68..d71b8d84396f 100644 --- a/clients/client-mediapackagev2/src/runtimeConfig.browser.ts +++ b/clients/client-mediapackagev2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediapackagev2/src/runtimeConfig.shared.ts b/clients/client-mediapackagev2/src/runtimeConfig.shared.ts index fa2d7ec21f13..abcdf6a45ac0 100644 --- a/clients/client-mediapackagev2/src/runtimeConfig.shared.ts +++ b/clients/client-mediapackagev2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client"; diff --git a/clients/client-mediapackagev2/src/runtimeConfig.ts b/clients/client-mediapackagev2/src/runtimeConfig.ts index e895fadb404d..f2daae81117c 100644 --- a/clients/client-mediapackagev2/src/runtimeConfig.ts +++ b/clients/client-mediapackagev2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaPackageV2ClientConfig } from "./MediaPackageV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index 3a63674ba29c..db4e6decf739 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -24,43 +24,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/chai": "^4.2.11", "@types/mocha": "^8.0.4", diff --git a/clients/client-mediastore-data/src/MediaStoreData.ts b/clients/client-mediastore-data/src/MediaStoreData.ts index 92e54bb8e2c7..38fe1e3cb44b 100644 --- a/clients/client-mediastore-data/src/MediaStoreData.ts +++ b/clients/client-mediastore-data/src/MediaStoreData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteObjectCommand, diff --git a/clients/client-mediastore-data/src/MediaStoreDataClient.ts b/clients/client-mediastore-data/src/MediaStoreDataClient.ts index a4d13911cf80..cf4e933015e3 100644 --- a/clients/client-mediastore-data/src/MediaStoreDataClient.ts +++ b/clients/client-mediastore-data/src/MediaStoreDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand"; @@ -97,7 +95,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -206,7 +204,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts index 7744cd469313..4102f2d8c059 100644 --- a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient"; import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0"; diff --git a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts index 5fb69f933f9e..fa14cf32dd35 100644 --- a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient"; import { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0"; diff --git a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts index 4f87d749e34f..601115a0f976 100644 --- a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient"; import { GetObjectRequest, GetObjectResponse, GetObjectResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts index 39c7d9e301a5..18fb0699834c 100644 --- a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts +++ b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient"; import { ListItemsRequest, ListItemsResponse } from "../models/models_0"; diff --git a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts index c258d8f46d19..ee8ac96f12ac 100644 --- a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient"; import { PutObjectRequest, PutObjectRequestFilterSensitiveLog, PutObjectResponse } from "../models/models_0"; diff --git a/clients/client-mediastore-data/src/endpoint/EndpointParameters.ts b/clients/client-mediastore-data/src/endpoint/EndpointParameters.ts index efce8319a80c..7b48328489a3 100644 --- a/clients/client-mediastore-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediastore-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediastore-data/src/endpoint/endpointResolver.ts b/clients/client-mediastore-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediastore-data/src/endpoint/endpointResolver.ts +++ b/clients/client-mediastore-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediastore-data/src/endpoint/ruleset.ts b/clients/client-mediastore-data/src/endpoint/ruleset.ts index 9db412cf1086..19f8acb3bf71 100644 --- a/clients/client-mediastore-data/src/endpoint/ruleset.ts +++ b/clients/client-mediastore-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts b/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts index c1bce2df6d0b..ca470c0346e4 100644 --- a/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts +++ b/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediastore-data/src/models/models_0.ts b/clients/client-mediastore-data/src/models/models_0.ts index 103064b6b58e..d0b5dd1d55bf 100644 --- a/clients/client-mediastore-data/src/models/models_0.ts +++ b/clients/client-mediastore-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { MediaStoreDataServiceException as __BaseException } from "./MediaStoreDataServiceException"; diff --git a/clients/client-mediastore-data/src/pagination/Interfaces.ts b/clients/client-mediastore-data/src/pagination/Interfaces.ts index a41a75ed863e..61b3be6f3bd4 100644 --- a/clients/client-mediastore-data/src/pagination/Interfaces.ts +++ b/clients/client-mediastore-data/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaStoreDataClient } from "../MediaStoreDataClient"; diff --git a/clients/client-mediastore-data/src/pagination/ListItemsPaginator.ts b/clients/client-mediastore-data/src/pagination/ListItemsPaginator.ts index edf3ce5b2550..6108e9623e6a 100644 --- a/clients/client-mediastore-data/src/pagination/ListItemsPaginator.ts +++ b/clients/client-mediastore-data/src/pagination/ListItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListItemsCommand, ListItemsCommandInput, ListItemsCommandOutput } from "../commands/ListItemsCommand"; import { MediaStoreDataClient } from "../MediaStoreDataClient"; diff --git a/clients/client-mediastore-data/src/protocols/Aws_restJson1.ts b/clients/client-mediastore-data/src/protocols/Aws_restJson1.ts index 33d4e39c177c..38061923206c 100644 --- a/clients/client-mediastore-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediastore-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,13 +17,13 @@ import { strictParseLong as __strictParseLong, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "../commands/DeleteObjectCommand"; import { DescribeObjectCommandInput, DescribeObjectCommandOutput } from "../commands/DescribeObjectCommand"; diff --git a/clients/client-mediastore-data/src/runtimeConfig.browser.ts b/clients/client-mediastore-data/src/runtimeConfig.browser.ts index 2898a62a833e..24178ccb4ae2 100644 --- a/clients/client-mediastore-data/src/runtimeConfig.browser.ts +++ b/clients/client-mediastore-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaStoreDataClientConfig } from "./MediaStoreDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediastore-data/src/runtimeConfig.shared.ts b/clients/client-mediastore-data/src/runtimeConfig.shared.ts index c1c50ab0443b..a1051b3eb045 100644 --- a/clients/client-mediastore-data/src/runtimeConfig.shared.ts +++ b/clients/client-mediastore-data/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaStoreDataClientConfig } from "./MediaStoreDataClient"; diff --git a/clients/client-mediastore-data/src/runtimeConfig.ts b/clients/client-mediastore-data/src/runtimeConfig.ts index 830fc44745eb..6eba87b5d418 100644 --- a/clients/client-mediastore-data/src/runtimeConfig.ts +++ b/clients/client-mediastore-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaStoreDataClientConfig } from "./MediaStoreDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index bbf5a2f0dcd0..fab693c07c16 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mediastore/src/MediaStore.ts b/clients/client-mediastore/src/MediaStore.ts index 6d1c75d740d9..3af86f30d0df 100644 --- a/clients/client-mediastore/src/MediaStore.ts +++ b/clients/client-mediastore/src/MediaStore.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateContainerCommand, diff --git a/clients/client-mediastore/src/MediaStoreClient.ts b/clients/client-mediastore/src/MediaStoreClient.ts index 5ab33de3713d..7b7c645d8f6a 100644 --- a/clients/client-mediastore/src/MediaStoreClient.ts +++ b/clients/client-mediastore/src/MediaStoreClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateContainerCommandInput, CreateContainerCommandOutput } from "./commands/CreateContainerCommand"; @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediastore/src/commands/CreateContainerCommand.ts b/clients/client-mediastore/src/commands/CreateContainerCommand.ts index d11e6bf9f551..657d4cc1a6d2 100644 --- a/clients/client-mediastore/src/commands/CreateContainerCommand.ts +++ b/clients/client-mediastore/src/commands/CreateContainerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { CreateContainerInput, CreateContainerOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts index 289c5712da21..1675f361b10b 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DeleteContainerInput, DeleteContainerOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts index 3e6a11fdb79b..a88b375efccb 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DeleteContainerPolicyInput, DeleteContainerPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts index b3c225e79c55..010fe7361f91 100644 --- a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DeleteCorsPolicyInput, DeleteCorsPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts index fe57b34a25e2..eae6c6e0e99c 100644 --- a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DeleteLifecyclePolicyInput, DeleteLifecyclePolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts index 149cab78f55e..fd6117c86bdf 100644 --- a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts index 3eaa1734ab5f..f22e83a3bf99 100644 --- a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { DescribeContainerInput, DescribeContainerOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts index a84ab39c13c1..9d9e52e2bc53 100644 --- a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { GetContainerPolicyInput, GetContainerPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts index 3a830a18970e..cea6ce7f1185 100644 --- a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts index e64f030c448a..51b5e6f8bb57 100644 --- a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts index 196dcced1d34..8c4c64bbcc3c 100644 --- a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { GetMetricPolicyInput, GetMetricPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/ListContainersCommand.ts b/clients/client-mediastore/src/commands/ListContainersCommand.ts index e42bbb2f7381..d48c6b5d70ba 100644 --- a/clients/client-mediastore/src/commands/ListContainersCommand.ts +++ b/clients/client-mediastore/src/commands/ListContainersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { ListContainersInput, ListContainersOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts index 288a7d7ef0cf..81a4cc4c070e 100644 --- a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts index 669d03391fc8..1b2921459ae7 100644 --- a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { PutContainerPolicyInput, PutContainerPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts index e02bd50a71d3..12b6fce56de9 100644 --- a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts index 6da1e9dccc98..35631dc15e10 100644 --- a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts index 574ce0596767..57f1a82c05de 100644 --- a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { PutMetricPolicyInput, PutMetricPolicyOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts index 655eaf239e0f..f8b03bd4f8d2 100644 --- a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { StartAccessLoggingInput, StartAccessLoggingOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts index 9f591be55147..56a7f6bbd0ef 100644 --- a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { StopAccessLoggingInput, StopAccessLoggingOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/TagResourceCommand.ts b/clients/client-mediastore/src/commands/TagResourceCommand.ts index 27f5dbcd61e5..40f9d26042cf 100644 --- a/clients/client-mediastore/src/commands/TagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/commands/UntagResourceCommand.ts b/clients/client-mediastore/src/commands/UntagResourceCommand.ts index ecd8c790211d..041bdf44f71b 100644 --- a/clients/client-mediastore/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; diff --git a/clients/client-mediastore/src/endpoint/EndpointParameters.ts b/clients/client-mediastore/src/endpoint/EndpointParameters.ts index efce8319a80c..7b48328489a3 100644 --- a/clients/client-mediastore/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediastore/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediastore/src/endpoint/endpointResolver.ts b/clients/client-mediastore/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediastore/src/endpoint/endpointResolver.ts +++ b/clients/client-mediastore/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediastore/src/endpoint/ruleset.ts b/clients/client-mediastore/src/endpoint/ruleset.ts index 07db1d5682e5..3951239e9791 100644 --- a/clients/client-mediastore/src/endpoint/ruleset.ts +++ b/clients/client-mediastore/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediastore/src/models/MediaStoreServiceException.ts b/clients/client-mediastore/src/models/MediaStoreServiceException.ts index 675f5a16f693..8929f2061225 100644 --- a/clients/client-mediastore/src/models/MediaStoreServiceException.ts +++ b/clients/client-mediastore/src/models/MediaStoreServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediastore/src/models/models_0.ts b/clients/client-mediastore/src/models/models_0.ts index 378a66c61d8c..56d8b53f4332 100644 --- a/clients/client-mediastore/src/models/models_0.ts +++ b/clients/client-mediastore/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaStoreServiceException as __BaseException } from "./MediaStoreServiceException"; diff --git a/clients/client-mediastore/src/pagination/Interfaces.ts b/clients/client-mediastore/src/pagination/Interfaces.ts index 6fda1ca3fff0..ac6f89083b51 100644 --- a/clients/client-mediastore/src/pagination/Interfaces.ts +++ b/clients/client-mediastore/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaStoreClient } from "../MediaStoreClient"; diff --git a/clients/client-mediastore/src/pagination/ListContainersPaginator.ts b/clients/client-mediastore/src/pagination/ListContainersPaginator.ts index 226041b5782f..a47e60481144 100644 --- a/clients/client-mediastore/src/pagination/ListContainersPaginator.ts +++ b/clients/client-mediastore/src/pagination/ListContainersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContainersCommand, diff --git a/clients/client-mediastore/src/protocols/Aws_json1_1.ts b/clients/client-mediastore/src/protocols/Aws_json1_1.ts index 684ed7c9bb24..e10fc875a456 100644 --- a/clients/client-mediastore/src/protocols/Aws_json1_1.ts +++ b/clients/client-mediastore/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContainerCommandInput, CreateContainerCommandOutput } from "../commands/CreateContainerCommand"; import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "../commands/DeleteContainerCommand"; diff --git a/clients/client-mediastore/src/runtimeConfig.browser.ts b/clients/client-mediastore/src/runtimeConfig.browser.ts index 4b20c3c50475..9415bf113cbf 100644 --- a/clients/client-mediastore/src/runtimeConfig.browser.ts +++ b/clients/client-mediastore/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaStoreClientConfig } from "./MediaStoreClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediastore/src/runtimeConfig.shared.ts b/clients/client-mediastore/src/runtimeConfig.shared.ts index b1d0576ea423..5ca4fabb0af1 100644 --- a/clients/client-mediastore/src/runtimeConfig.shared.ts +++ b/clients/client-mediastore/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaStoreClientConfig } from "./MediaStoreClient"; diff --git a/clients/client-mediastore/src/runtimeConfig.ts b/clients/client-mediastore/src/runtimeConfig.ts index 4533846efb76..45835f5a2708 100644 --- a/clients/client-mediastore/src/runtimeConfig.ts +++ b/clients/client-mediastore/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaStoreClientConfig } from "./MediaStoreClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index e0b1b1c7639e..c241b2a2ee56 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mediatailor/src/MediaTailor.ts b/clients/client-mediatailor/src/MediaTailor.ts index 3703cc815366..292bae1a9337 100644 --- a/clients/client-mediatailor/src/MediaTailor.ts +++ b/clients/client-mediatailor/src/MediaTailor.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ConfigureLogsForChannelCommand, diff --git a/clients/client-mediatailor/src/MediaTailorClient.ts b/clients/client-mediatailor/src/MediaTailorClient.ts index 74fc0cc76847..ce13f92e12ea 100644 --- a/clients/client-mediatailor/src/MediaTailorClient.ts +++ b/clients/client-mediatailor/src/MediaTailorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -264,7 +262,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -373,7 +371,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts index 9f94cff73309..3e7f66a805d9 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ConfigureLogsForChannelRequest, ConfigureLogsForChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts index 5cdf108ce5b6..91a2bec5bcd1 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { diff --git a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts index af77681bf7ad..91dccba7d7ed 100644 --- a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts index 956ccce29049..596cb90665a5 100644 --- a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts index c3126e83df60..a6026e46367e 100644 --- a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts index dc3d05a65352..9947eb1cf784 100644 --- a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts index c22f66e101a5..dd1a3c0e2b8b 100644 --- a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts index 11f1eea8776b..69611f2f8ce1 100644 --- a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts index 8ea62585fb5b..426f7a91cc33 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts index ba7e1400cb88..75cfd62eac54 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts index cd90cc7fb6b3..004d280c1c15 100644 --- a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts index 3eef764ea9d3..4b938e1be37a 100644 --- a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts index e715e6df6dd2..835cbe582bb7 100644 --- a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts index 7ec9d71f6850..6ef9c04e2f2c 100644 --- a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts index 86a945503dd5..4271ed21f73c 100644 --- a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts index 15b26ffae369..bda028bdd653 100644 --- a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts index cbfb84b9f6cd..d4ac03589122 100644 --- a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts index 8012cf5e4bec..f77f6791b59e 100644 --- a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts index 13a5de8a20a3..59f10b3465b5 100644 --- a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts index c39ec169ebb4..407c27fe95b4 100644 --- a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts index 78709a15d8e4..632c350cd3cd 100644 --- a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts index 34120f073b3d..439e21bcb4a1 100644 --- a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts index 896e12bd5d2f..3ea940bdacd3 100644 --- a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts index e5fe2fa90325..8e72ca8da210 100644 --- a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts index 02fb11b794dc..513d733883af 100644 --- a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts index d4fa44b2fd62..5194af5281a3 100644 --- a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts index 8e29339b6999..bde18182c3f3 100644 --- a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts index 65a43bcafcb6..f8ff9fd01afc 100644 --- a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts index 96a4d2677232..c4968e19b835 100644 --- a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts index 4782418e3bac..8c5a92837b72 100644 --- a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts index 58c926f680c2..7edfe51afcd7 100644 --- a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts index d691e0136896..37fd25bbfcb3 100644 --- a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts index df3e8c244e4d..005c9481215b 100644 --- a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts index 75f9ad1f55dc..4428f715bd02 100644 --- a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts index 29f1540eb00b..dcd14cac08d2 100644 --- a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/StartChannelCommand.ts b/clients/client-mediatailor/src/commands/StartChannelCommand.ts index da7651854126..48312d38c603 100644 --- a/clients/client-mediatailor/src/commands/StartChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StartChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { StartChannelRequest, StartChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/StopChannelCommand.ts b/clients/client-mediatailor/src/commands/StopChannelCommand.ts index 1e2f47a2291a..738241a1071a 100644 --- a/clients/client-mediatailor/src/commands/StopChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StopChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { StopChannelRequest, StopChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/TagResourceCommand.ts b/clients/client-mediatailor/src/commands/TagResourceCommand.ts index 3d0faf37cbe6..3cac5b766d8e 100644 --- a/clients/client-mediatailor/src/commands/TagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { TagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts index 687d39d1c3b7..2e8685a32670 100644 --- a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UntagResourceRequest } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts index 0c4c10790e31..ac8739188aad 100644 --- a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts index 11ffcbf4abbe..1dc15a1b7d88 100644 --- a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts index 792328f3924b..82e3cf0361d6 100644 --- a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UpdateProgramRequest, UpdateProgramResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts index 5c7a99ba42de..34a263bc6f0d 100644 --- a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts index 6ad6b4908828..4c6b0c8ff1e0 100644 --- a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient"; import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0"; diff --git a/clients/client-mediatailor/src/endpoint/EndpointParameters.ts b/clients/client-mediatailor/src/endpoint/EndpointParameters.ts index 60de0ce29c6b..7c9aefbcd9a6 100644 --- a/clients/client-mediatailor/src/endpoint/EndpointParameters.ts +++ b/clients/client-mediatailor/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mediatailor/src/endpoint/endpointResolver.ts b/clients/client-mediatailor/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mediatailor/src/endpoint/endpointResolver.ts +++ b/clients/client-mediatailor/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mediatailor/src/endpoint/ruleset.ts b/clients/client-mediatailor/src/endpoint/ruleset.ts index a2faad532bc6..076fa6b599a7 100644 --- a/clients/client-mediatailor/src/endpoint/ruleset.ts +++ b/clients/client-mediatailor/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mediatailor/src/models/MediaTailorServiceException.ts b/clients/client-mediatailor/src/models/MediaTailorServiceException.ts index 27169b1d550a..20831a4ed8fd 100644 --- a/clients/client-mediatailor/src/models/MediaTailorServiceException.ts +++ b/clients/client-mediatailor/src/models/MediaTailorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mediatailor/src/models/models_0.ts b/clients/client-mediatailor/src/models/models_0.ts index 7fa9205702b0..af3c05d6a7f4 100644 --- a/clients/client-mediatailor/src/models/models_0.ts +++ b/clients/client-mediatailor/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException"; diff --git a/clients/client-mediatailor/src/pagination/GetChannelSchedulePaginator.ts b/clients/client-mediatailor/src/pagination/GetChannelSchedulePaginator.ts index c8d8081ca109..ab1071128744 100644 --- a/clients/client-mediatailor/src/pagination/GetChannelSchedulePaginator.ts +++ b/clients/client-mediatailor/src/pagination/GetChannelSchedulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetChannelScheduleCommand, diff --git a/clients/client-mediatailor/src/pagination/Interfaces.ts b/clients/client-mediatailor/src/pagination/Interfaces.ts index f4fabc7a1030..6fc9d90b67bd 100644 --- a/clients/client-mediatailor/src/pagination/Interfaces.ts +++ b/clients/client-mediatailor/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MediaTailorClient } from "../MediaTailorClient"; diff --git a/clients/client-mediatailor/src/pagination/ListAlertsPaginator.ts b/clients/client-mediatailor/src/pagination/ListAlertsPaginator.ts index 568a250d676c..1aebff5d8205 100644 --- a/clients/client-mediatailor/src/pagination/ListAlertsPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListAlertsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAlertsCommand, ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand"; import { MediaTailorClient } from "../MediaTailorClient"; diff --git a/clients/client-mediatailor/src/pagination/ListChannelsPaginator.ts b/clients/client-mediatailor/src/pagination/ListChannelsPaginator.ts index 55bb218014aa..41d748dda513 100644 --- a/clients/client-mediatailor/src/pagination/ListChannelsPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChannelsCommand, diff --git a/clients/client-mediatailor/src/pagination/ListLiveSourcesPaginator.ts b/clients/client-mediatailor/src/pagination/ListLiveSourcesPaginator.ts index bebec962038a..d16a8bdd6aa1 100644 --- a/clients/client-mediatailor/src/pagination/ListLiveSourcesPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListLiveSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLiveSourcesCommand, diff --git a/clients/client-mediatailor/src/pagination/ListPlaybackConfigurationsPaginator.ts b/clients/client-mediatailor/src/pagination/ListPlaybackConfigurationsPaginator.ts index 22029db6a8ee..a61c2fce6757 100644 --- a/clients/client-mediatailor/src/pagination/ListPlaybackConfigurationsPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListPlaybackConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlaybackConfigurationsCommand, diff --git a/clients/client-mediatailor/src/pagination/ListPrefetchSchedulesPaginator.ts b/clients/client-mediatailor/src/pagination/ListPrefetchSchedulesPaginator.ts index b5eed47d7678..38382533f539 100644 --- a/clients/client-mediatailor/src/pagination/ListPrefetchSchedulesPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListPrefetchSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPrefetchSchedulesCommand, diff --git a/clients/client-mediatailor/src/pagination/ListSourceLocationsPaginator.ts b/clients/client-mediatailor/src/pagination/ListSourceLocationsPaginator.ts index a96bdf09a5eb..89d623797941 100644 --- a/clients/client-mediatailor/src/pagination/ListSourceLocationsPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListSourceLocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSourceLocationsCommand, diff --git a/clients/client-mediatailor/src/pagination/ListVodSourcesPaginator.ts b/clients/client-mediatailor/src/pagination/ListVodSourcesPaginator.ts index 55b5b5b18294..7cb71ecb9357 100644 --- a/clients/client-mediatailor/src/pagination/ListVodSourcesPaginator.ts +++ b/clients/client-mediatailor/src/pagination/ListVodSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVodSourcesCommand, diff --git a/clients/client-mediatailor/src/protocols/Aws_restJson1.ts b/clients/client-mediatailor/src/protocols/Aws_restJson1.ts index b4cabe409b0a..e3d203fd435e 100644 --- a/clients/client-mediatailor/src/protocols/Aws_restJson1.ts +++ b/clients/client-mediatailor/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigureLogsForChannelCommandInput, diff --git a/clients/client-mediatailor/src/runtimeConfig.browser.ts b/clients/client-mediatailor/src/runtimeConfig.browser.ts index ec841b5e4efe..8e1fa2976840 100644 --- a/clients/client-mediatailor/src/runtimeConfig.browser.ts +++ b/clients/client-mediatailor/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaTailorClientConfig } from "./MediaTailorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mediatailor/src/runtimeConfig.shared.ts b/clients/client-mediatailor/src/runtimeConfig.shared.ts index 8738d29c10f8..8dcb20d25288 100644 --- a/clients/client-mediatailor/src/runtimeConfig.shared.ts +++ b/clients/client-mediatailor/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MediaTailorClientConfig } from "./MediaTailorClient"; diff --git a/clients/client-mediatailor/src/runtimeConfig.ts b/clients/client-mediatailor/src/runtimeConfig.ts index 61d76f236e72..3a9710055f70 100644 --- a/clients/client-mediatailor/src/runtimeConfig.ts +++ b/clients/client-mediatailor/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MediaTailorClientConfig } from "./MediaTailorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-memorydb/package.json b/clients/client-memorydb/package.json index 69c628b5a417..87b5f41918a5 100644 --- a/clients/client-memorydb/package.json +++ b/clients/client-memorydb/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-memorydb/src/MemoryDB.ts b/clients/client-memorydb/src/MemoryDB.ts index 5592853fc41b..d0d82188ca1c 100644 --- a/clients/client-memorydb/src/MemoryDB.ts +++ b/clients/client-memorydb/src/MemoryDB.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchUpdateClusterCommand, diff --git a/clients/client-memorydb/src/MemoryDBClient.ts b/clients/client-memorydb/src/MemoryDBClient.ts index 768f87290d50..d48b174cb266 100644 --- a/clients/client-memorydb/src/MemoryDBClient.ts +++ b/clients/client-memorydb/src/MemoryDBClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchUpdateClusterCommandInput, BatchUpdateClusterCommandOutput } from "./commands/BatchUpdateClusterCommand"; @@ -231,7 +229,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -340,7 +338,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts index d68678724b5c..8f59b5bab4f2 100644 --- a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { BatchUpdateClusterRequest, BatchUpdateClusterResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts index 7f2056cc5450..b6b062c82957 100644 --- a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CopySnapshotRequest, CopySnapshotResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateACLCommand.ts b/clients/client-memorydb/src/commands/CreateACLCommand.ts index caf1f67f633d..5b89367503e4 100644 --- a/clients/client-memorydb/src/commands/CreateACLCommand.ts +++ b/clients/client-memorydb/src/commands/CreateACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateACLRequest, CreateACLResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateClusterCommand.ts b/clients/client-memorydb/src/commands/CreateClusterCommand.ts index 9022ea10ec6e..1882df23e6f4 100644 --- a/clients/client-memorydb/src/commands/CreateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts index 8caa21456180..55e93bb9f574 100644 --- a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts index a947c1d13511..c31d8671c757 100644 --- a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts index b41ba51a2199..911d7a93cbfc 100644 --- a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/CreateUserCommand.ts b/clients/client-memorydb/src/commands/CreateUserCommand.ts index 876b95f881d0..5e96e8bd35e9 100644 --- a/clients/client-memorydb/src/commands/CreateUserCommand.ts +++ b/clients/client-memorydb/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteACLCommand.ts b/clients/client-memorydb/src/commands/DeleteACLCommand.ts index b522c43106b5..c56a2f4726ab 100644 --- a/clients/client-memorydb/src/commands/DeleteACLCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteACLRequest, DeleteACLResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts index 6e611a860ea1..b800fc7487aa 100644 --- a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts index 1a077ddb9f79..c9c98fce5a53 100644 --- a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts index 59a6575369f1..ab53210e9bab 100644 --- a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts index 21ce4ef7b7df..dd55890ea797 100644 --- a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DeleteUserCommand.ts b/clients/client-memorydb/src/commands/DeleteUserCommand.ts index 6fd3af937e1d..639fee9de307 100644 --- a/clients/client-memorydb/src/commands/DeleteUserCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts index d376da39d834..3b29a2786dd8 100644 --- a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeACLsRequest, DescribeACLsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts index 9ac16fb4b7b6..be8fb5d7d5e1 100644 --- a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts index b76ef74dc149..803ed9a5bc48 100644 --- a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeEngineVersionsRequest, DescribeEngineVersionsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts index 866804491b91..6064e1aaffba 100644 --- a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts index 36b31dc24295..12fbf08163f2 100644 --- a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts index a6eca5fe5f34..61722633238f 100644 --- a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts index c76eabeb10d4..00886ce9e557 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeReservedNodesRequest, DescribeReservedNodesResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts index b9848446c48b..ada7de0f1e22 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeReservedNodesOfferingsRequest, DescribeReservedNodesOfferingsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts index 7917eb9e829f..7e66527b1e31 100644 --- a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeServiceUpdatesRequest, DescribeServiceUpdatesResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts index 2805be5aeacb..2ca324bf1f72 100644 --- a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts index 7d5936a376dd..f4948a7ba29d 100644 --- a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts index 2e7eda5348b7..8133e57e5153 100644 --- a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/FailoverShardCommand.ts b/clients/client-memorydb/src/commands/FailoverShardCommand.ts index cb4366b616f6..3d3a4cc79342 100644 --- a/clients/client-memorydb/src/commands/FailoverShardCommand.ts +++ b/clients/client-memorydb/src/commands/FailoverShardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { FailoverShardRequest, FailoverShardResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts index 32572b47f6cc..efcba7b850bc 100644 --- a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { ListAllowedNodeTypeUpdatesRequest, ListAllowedNodeTypeUpdatesResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/ListTagsCommand.ts b/clients/client-memorydb/src/commands/ListTagsCommand.ts index d2f816d9e6ed..b9965a846f3a 100644 --- a/clients/client-memorydb/src/commands/ListTagsCommand.ts +++ b/clients/client-memorydb/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts index 8773fc33ebc9..e99a4e7a69ca 100644 --- a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts +++ b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { PurchaseReservedNodesOfferingRequest, PurchaseReservedNodesOfferingResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts index df4c1b1a4efe..43181fae2b00 100644 --- a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { ResetParameterGroupRequest, ResetParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/TagResourceCommand.ts b/clients/client-memorydb/src/commands/TagResourceCommand.ts index 3429b9021cfd..02cf24f097c8 100644 --- a/clients/client-memorydb/src/commands/TagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UntagResourceCommand.ts b/clients/client-memorydb/src/commands/UntagResourceCommand.ts index fadfcc9ae940..117fa4a45aa6 100644 --- a/clients/client-memorydb/src/commands/UntagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UpdateACLCommand.ts b/clients/client-memorydb/src/commands/UpdateACLCommand.ts index b872e1a9ae5c..a3a22ad6f278 100644 --- a/clients/client-memorydb/src/commands/UpdateACLCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UpdateACLRequest, UpdateACLResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts index 4bc2802b6a64..b36697ea2187 100644 --- a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts index 8e05e755772f..ac70115bf9d1 100644 --- a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts index 78376f82aace..6a6d2a2187eb 100644 --- a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/commands/UpdateUserCommand.ts b/clients/client-memorydb/src/commands/UpdateUserCommand.ts index 562429ccc4ed..2105ab4a7048 100644 --- a/clients/client-memorydb/src/commands/UpdateUserCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MemoryDBClient"; import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; diff --git a/clients/client-memorydb/src/endpoint/EndpointParameters.ts b/clients/client-memorydb/src/endpoint/EndpointParameters.ts index 28c55e842775..b97c79091e68 100644 --- a/clients/client-memorydb/src/endpoint/EndpointParameters.ts +++ b/clients/client-memorydb/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-memorydb/src/endpoint/endpointResolver.ts b/clients/client-memorydb/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-memorydb/src/endpoint/endpointResolver.ts +++ b/clients/client-memorydb/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-memorydb/src/endpoint/ruleset.ts b/clients/client-memorydb/src/endpoint/ruleset.ts index a22217026c9d..db1dfd7cbc3a 100644 --- a/clients/client-memorydb/src/endpoint/ruleset.ts +++ b/clients/client-memorydb/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-memorydb/src/models/MemoryDBServiceException.ts b/clients/client-memorydb/src/models/MemoryDBServiceException.ts index 2890010ff049..d1d7ceb015bf 100644 --- a/clients/client-memorydb/src/models/MemoryDBServiceException.ts +++ b/clients/client-memorydb/src/models/MemoryDBServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-memorydb/src/models/models_0.ts b/clients/client-memorydb/src/models/models_0.ts index 2bead00ff6ac..01a802ee8616 100644 --- a/clients/client-memorydb/src/models/models_0.ts +++ b/clients/client-memorydb/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MemoryDBServiceException as __BaseException } from "./MemoryDBServiceException"; diff --git a/clients/client-memorydb/src/pagination/DescribeACLsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeACLsPaginator.ts index 5b2cfe82304c..f2657828643e 100644 --- a/clients/client-memorydb/src/pagination/DescribeACLsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeACLsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeACLsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeClustersPaginator.ts b/clients/client-memorydb/src/pagination/DescribeClustersPaginator.ts index c55445f7f5fe..dc98819163ae 100644 --- a/clients/client-memorydb/src/pagination/DescribeClustersPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClustersCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeEngineVersionsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeEngineVersionsPaginator.ts index 7c07180de25d..adc9622cdf0b 100644 --- a/clients/client-memorydb/src/pagination/DescribeEngineVersionsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEngineVersionsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeEventsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeEventsPaginator.ts index c50b1b4b4dba..f79cef6eadce 100644 --- a/clients/client-memorydb/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeParameterGroupsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeParameterGroupsPaginator.ts index 026d6e52025b..8bea75edbb03 100644 --- a/clients/client-memorydb/src/pagination/DescribeParameterGroupsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeParameterGroupsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeParametersPaginator.ts b/clients/client-memorydb/src/pagination/DescribeParametersPaginator.ts index 57394ec7802f..0c948b4d42ca 100644 --- a/clients/client-memorydb/src/pagination/DescribeParametersPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeParametersCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeReservedNodesOfferingsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeReservedNodesOfferingsPaginator.ts index 89fc14e9056a..8c33fee844fa 100644 --- a/clients/client-memorydb/src/pagination/DescribeReservedNodesOfferingsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeReservedNodesOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedNodesOfferingsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeReservedNodesPaginator.ts b/clients/client-memorydb/src/pagination/DescribeReservedNodesPaginator.ts index f438a974fede..655b78c4f555 100644 --- a/clients/client-memorydb/src/pagination/DescribeReservedNodesPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeReservedNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedNodesCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeServiceUpdatesPaginator.ts b/clients/client-memorydb/src/pagination/DescribeServiceUpdatesPaginator.ts index 48dc9b4c251f..845d8ad8a29c 100644 --- a/clients/client-memorydb/src/pagination/DescribeServiceUpdatesPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeServiceUpdatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeServiceUpdatesCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeSnapshotsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeSnapshotsPaginator.ts index c95dfbf66cf7..6726ed03855d 100644 --- a/clients/client-memorydb/src/pagination/DescribeSnapshotsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeSubnetGroupsPaginator.ts b/clients/client-memorydb/src/pagination/DescribeSubnetGroupsPaginator.ts index cfacc5a1c107..bd6b5af96cad 100644 --- a/clients/client-memorydb/src/pagination/DescribeSubnetGroupsPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSubnetGroupsCommand, diff --git a/clients/client-memorydb/src/pagination/DescribeUsersPaginator.ts b/clients/client-memorydb/src/pagination/DescribeUsersPaginator.ts index 235341214bc5..decacccddde6 100644 --- a/clients/client-memorydb/src/pagination/DescribeUsersPaginator.ts +++ b/clients/client-memorydb/src/pagination/DescribeUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUsersCommand, diff --git a/clients/client-memorydb/src/pagination/Interfaces.ts b/clients/client-memorydb/src/pagination/Interfaces.ts index 2ba65b955743..02bceab26707 100644 --- a/clients/client-memorydb/src/pagination/Interfaces.ts +++ b/clients/client-memorydb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MemoryDBClient } from "../MemoryDBClient"; diff --git a/clients/client-memorydb/src/protocols/Aws_json1_1.ts b/clients/client-memorydb/src/protocols/Aws_json1_1.ts index c6629148502d..399e8803082b 100644 --- a/clients/client-memorydb/src/protocols/Aws_json1_1.ts +++ b/clients/client-memorydb/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchUpdateClusterCommandInput, BatchUpdateClusterCommandOutput } from "../commands/BatchUpdateClusterCommand"; import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand"; diff --git a/clients/client-memorydb/src/runtimeConfig.browser.ts b/clients/client-memorydb/src/runtimeConfig.browser.ts index 43fb6dca6090..4be665ce15d1 100644 --- a/clients/client-memorydb/src/runtimeConfig.browser.ts +++ b/clients/client-memorydb/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MemoryDBClientConfig } from "./MemoryDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-memorydb/src/runtimeConfig.shared.ts b/clients/client-memorydb/src/runtimeConfig.shared.ts index dd061cb7b575..e5f752cde89c 100644 --- a/clients/client-memorydb/src/runtimeConfig.shared.ts +++ b/clients/client-memorydb/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MemoryDBClientConfig } from "./MemoryDBClient"; diff --git a/clients/client-memorydb/src/runtimeConfig.ts b/clients/client-memorydb/src/runtimeConfig.ts index 75ea1627fc0e..c43c744d34dc 100644 --- a/clients/client-memorydb/src/runtimeConfig.ts +++ b/clients/client-memorydb/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MemoryDBClientConfig } from "./MemoryDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mgn/package.json b/clients/client-mgn/package.json index cadb44843d85..a6140f88ff05 100644 --- a/clients/client-mgn/package.json +++ b/clients/client-mgn/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-mgn/src/Mgn.ts b/clients/client-mgn/src/Mgn.ts index bfd02225e8c2..faafa2ded481 100644 --- a/clients/client-mgn/src/Mgn.ts +++ b/clients/client-mgn/src/Mgn.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ArchiveApplicationCommand, diff --git a/clients/client-mgn/src/MgnClient.ts b/clients/client-mgn/src/MgnClient.ts index 8e02bb91c826..50057f390729 100644 --- a/clients/client-mgn/src/MgnClient.ts +++ b/clients/client-mgn/src/MgnClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ArchiveApplicationCommandInput, ArchiveApplicationCommandOutput } from "./commands/ArchiveApplicationCommand"; @@ -360,7 +358,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -469,7 +467,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts index f381a5bfb5c3..f59cc0b264db 100644 --- a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { Application, ApplicationFilterSensitiveLog, ArchiveApplicationRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts index d7e2c48e82d4..ea5cc7127ace 100644 --- a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ArchiveWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts index e5906504f068..3dbbadedc6b1 100644 --- a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { AssociateApplicationsRequest, AssociateApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts index 8498ebb9297c..f6b1a38aa92a 100644 --- a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { AssociateSourceServersRequest, AssociateSourceServersResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts index 92468b17c784..e3ac63ac02b1 100644 --- a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts +++ b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ChangeServerLifeCycleStateRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/CreateApplicationCommand.ts b/clients/client-mgn/src/commands/CreateApplicationCommand.ts index 932c29c154c7..bf95b7c581cd 100644 --- a/clients/client-mgn/src/commands/CreateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts index 93d6d6adb043..6050f1ed7409 100644 --- a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts index 5d07744eb542..8cad75539280 100644 --- a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/CreateWaveCommand.ts b/clients/client-mgn/src/commands/CreateWaveCommand.ts index 4d98ea433ce4..fae18fc21f5f 100644 --- a/clients/client-mgn/src/commands/CreateWaveCommand.ts +++ b/clients/client-mgn/src/commands/CreateWaveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts index a3adbe01ec4a..f68daa97b510 100644 --- a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DeleteJobCommand.ts b/clients/client-mgn/src/commands/DeleteJobCommand.ts index 81d6c11e6b60..cfe69ac94df3 100644 --- a/clients/client-mgn/src/commands/DeleteJobCommand.ts +++ b/clients/client-mgn/src/commands/DeleteJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index 4a4f4f4c8917..c80d660525cc 100644 --- a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index 83e70d937032..bc3cf13450c0 100644 --- a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts index be9d33ca4e32..34e8af837355 100644 --- a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts index 0c02d92fd9c1..8d931ead6d65 100644 --- a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts +++ b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DeleteVcenterClientRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DeleteWaveCommand.ts b/clients/client-mgn/src/commands/DeleteWaveCommand.ts index 62687b86713d..143ed3fc8081 100644 --- a/clients/client-mgn/src/commands/DeleteWaveCommand.ts +++ b/clients/client-mgn/src/commands/DeleteWaveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DeleteWaveRequest, DeleteWaveResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts index 3330b0518def..a9ff191687a1 100644 --- a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DescribeJobsCommand.ts b/clients/client-mgn/src/commands/DescribeJobsCommand.ts index d235c3b87ff7..a406a7fad155 100644 --- a/clients/client-mgn/src/commands/DescribeJobsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DescribeJobsRequest, DescribeJobsResponse, DescribeJobsResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index b5a2fd424e76..a264b35f7f14 100644 --- a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index aaae1a73e7b1..148f324172c8 100644 --- a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts index f430c8505b98..1d7a0704c427 100644 --- a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts index 09a4a256dcb5..ad65cde669d9 100644 --- a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts index 5c70f4381784..549814f314a7 100644 --- a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DisassociateApplicationsRequest, DisassociateApplicationsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts index 289e2cbab720..2823f637516f 100644 --- a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DisassociateSourceServersRequest, DisassociateSourceServersResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts index 58cc717cf4b9..becbf40ee147 100644 --- a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts +++ b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { DisconnectFromServiceRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts index 8620a06fed5b..60822d96b39b 100644 --- a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts +++ b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { FinalizeCutoverRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts index 3143067cdbff..ed0111863398 100644 --- a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts index 4fbb2fcf737f..8adf49f8de65 100644 --- a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/InitializeServiceCommand.ts b/clients/client-mgn/src/commands/InitializeServiceCommand.ts index 5f7588a7530b..9be76cb53ff5 100644 --- a/clients/client-mgn/src/commands/InitializeServiceCommand.ts +++ b/clients/client-mgn/src/commands/InitializeServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListApplicationsCommand.ts b/clients/client-mgn/src/commands/ListApplicationsCommand.ts index bbaa12be7daf..e5d299140f1a 100644 --- a/clients/client-mgn/src/commands/ListApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts index 7d6ccd6778af..fa9f02bcd66a 100644 --- a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListExportErrorsRequest, ListExportErrorsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListExportsCommand.ts b/clients/client-mgn/src/commands/ListExportsCommand.ts index 9d80cc34388f..806363baef3c 100644 --- a/clients/client-mgn/src/commands/ListExportsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListExportsRequest, ListExportsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts index 9b6abce85d6c..ff4718e8cbc2 100644 --- a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListImportErrorsRequest, ListImportErrorsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListImportsCommand.ts b/clients/client-mgn/src/commands/ListImportsCommand.ts index c786d7b5e5bd..3052c32d4be7 100644 --- a/clients/client-mgn/src/commands/ListImportsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListImportsRequest, ListImportsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts index afe4c07de7b1..23e7b77e5da8 100644 --- a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListSourceServerActionsRequest, ListSourceServerActionsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts index eb26583edd5b..4bfd05f99bae 100644 --- a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts index 6b3c74f1e642..77f311aa7d16 100644 --- a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListTemplateActionsRequest, ListTemplateActionsResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/ListWavesCommand.ts b/clients/client-mgn/src/commands/ListWavesCommand.ts index 320b4810dc84..2e20b1fef41f 100644 --- a/clients/client-mgn/src/commands/ListWavesCommand.ts +++ b/clients/client-mgn/src/commands/ListWavesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { ListWavesRequest, ListWavesResponse, ListWavesResponseFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts index 435633cb44f3..9122dcc0153b 100644 --- a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts +++ b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { MarkAsArchivedRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts index 07f98254eb30..1d9ebdd96b62 100644 --- a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { PutSourceServerActionRequest, SourceServerActionDocument } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts index a43c7bf5a3f2..8a50656f1bae 100644 --- a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { PutTemplateActionRequest, TemplateActionDocument } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts index 4a137ccec8a0..c50047b12261 100644 --- a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { RemoveSourceServerActionRequest, RemoveSourceServerActionResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts index db20b8c52c13..1f3883b321c2 100644 --- a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { RemoveTemplateActionRequest, RemoveTemplateActionResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts index 903ca1faf166..ceee71d3a055 100644 --- a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { RetryDataReplicationRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/StartCutoverCommand.ts b/clients/client-mgn/src/commands/StartCutoverCommand.ts index c56473051bd6..d1557a7f8a18 100644 --- a/clients/client-mgn/src/commands/StartCutoverCommand.ts +++ b/clients/client-mgn/src/commands/StartCutoverCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/StartExportCommand.ts b/clients/client-mgn/src/commands/StartExportCommand.ts index 991fc5bdf271..3c41f8876ad6 100644 --- a/clients/client-mgn/src/commands/StartExportCommand.ts +++ b/clients/client-mgn/src/commands/StartExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { StartExportRequest, StartExportResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/StartImportCommand.ts b/clients/client-mgn/src/commands/StartImportCommand.ts index b1ef5cedcd79..a56d8878faa9 100644 --- a/clients/client-mgn/src/commands/StartImportCommand.ts +++ b/clients/client-mgn/src/commands/StartImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { StartImportRequest, StartImportResponse } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/StartReplicationCommand.ts b/clients/client-mgn/src/commands/StartReplicationCommand.ts index 630c7877ab1b..694c636fba50 100644 --- a/clients/client-mgn/src/commands/StartReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StartReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { SourceServer, SourceServerFilterSensitiveLog, StartReplicationRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/StartTestCommand.ts b/clients/client-mgn/src/commands/StartTestCommand.ts index d0f0f50f594c..6aa47bfdb1fd 100644 --- a/clients/client-mgn/src/commands/StartTestCommand.ts +++ b/clients/client-mgn/src/commands/StartTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/TagResourceCommand.ts b/clients/client-mgn/src/commands/TagResourceCommand.ts index c4866a09a5c2..dd674ac6ff97 100644 --- a/clients/client-mgn/src/commands/TagResourceCommand.ts +++ b/clients/client-mgn/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts index 491a6c74cb18..636d2883eb9a 100644 --- a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts +++ b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts index 2047d3aef9f8..67363b5598a6 100644 --- a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { Application, ApplicationFilterSensitiveLog, UnarchiveApplicationRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts index 77adc77d2e88..966e01d934c6 100644 --- a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { UnarchiveWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/UntagResourceCommand.ts b/clients/client-mgn/src/commands/UntagResourceCommand.ts index 4533368a14fc..aee1554da616 100644 --- a/clients/client-mgn/src/commands/UntagResourceCommand.ts +++ b/clients/client-mgn/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts index 82ee2a00f2d8..85a9153d4ac6 100644 --- a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { Application, ApplicationFilterSensitiveLog, UpdateApplicationRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts index 05d7e83caaf8..a315dd820369 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0"; diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index fd4d45ed9eac..df53366d77cd 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts index f1fcc7958369..cd961bbd9dec 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 183dc0c48b4f..e9141561145a 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts index 13aedf1cf32f..3d4997f6813a 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { diff --git a/clients/client-mgn/src/commands/UpdateWaveCommand.ts b/clients/client-mgn/src/commands/UpdateWaveCommand.ts index 4ef83183c476..1fe2aa16cdf9 100644 --- a/clients/client-mgn/src/commands/UpdateWaveCommand.ts +++ b/clients/client-mgn/src/commands/UpdateWaveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MgnClient"; import { UpdateWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; diff --git a/clients/client-mgn/src/endpoint/EndpointParameters.ts b/clients/client-mgn/src/endpoint/EndpointParameters.ts index b0077c6e25b8..6b974d53274a 100644 --- a/clients/client-mgn/src/endpoint/EndpointParameters.ts +++ b/clients/client-mgn/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mgn/src/endpoint/endpointResolver.ts b/clients/client-mgn/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mgn/src/endpoint/endpointResolver.ts +++ b/clients/client-mgn/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mgn/src/endpoint/ruleset.ts b/clients/client-mgn/src/endpoint/ruleset.ts index ad0148f9706e..219f33fdb853 100644 --- a/clients/client-mgn/src/endpoint/ruleset.ts +++ b/clients/client-mgn/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mgn/src/models/MgnServiceException.ts b/clients/client-mgn/src/models/MgnServiceException.ts index ba65c9c39eb1..3e7625522eb9 100644 --- a/clients/client-mgn/src/models/MgnServiceException.ts +++ b/clients/client-mgn/src/models/MgnServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mgn/src/models/models_0.ts b/clients/client-mgn/src/models/models_0.ts index b8df41de6d93..13253444f863 100644 --- a/clients/client-mgn/src/models/models_0.ts +++ b/clients/client-mgn/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { MgnServiceException as __BaseException } from "./MgnServiceException"; diff --git a/clients/client-mgn/src/pagination/DescribeJobLogItemsPaginator.ts b/clients/client-mgn/src/pagination/DescribeJobLogItemsPaginator.ts index 6d7c235e2071..4a23c5ed8d83 100644 --- a/clients/client-mgn/src/pagination/DescribeJobLogItemsPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeJobLogItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeJobLogItemsCommand, diff --git a/clients/client-mgn/src/pagination/DescribeJobsPaginator.ts b/clients/client-mgn/src/pagination/DescribeJobsPaginator.ts index 200ef3d84a9b..a07af59c765f 100644 --- a/clients/client-mgn/src/pagination/DescribeJobsPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeJobsCommand, diff --git a/clients/client-mgn/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts b/clients/client-mgn/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts index 74493bd18cee..36e53205bebd 100644 --- a/clients/client-mgn/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeLaunchConfigurationTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeLaunchConfigurationTemplatesCommand, diff --git a/clients/client-mgn/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts b/clients/client-mgn/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts index a4cba1ecdaa9..0c0815ddb653 100644 --- a/clients/client-mgn/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeReplicationConfigurationTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReplicationConfigurationTemplatesCommand, diff --git a/clients/client-mgn/src/pagination/DescribeSourceServersPaginator.ts b/clients/client-mgn/src/pagination/DescribeSourceServersPaginator.ts index d4ab78f6d88c..576a89fd18c2 100644 --- a/clients/client-mgn/src/pagination/DescribeSourceServersPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeSourceServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSourceServersCommand, diff --git a/clients/client-mgn/src/pagination/DescribeVcenterClientsPaginator.ts b/clients/client-mgn/src/pagination/DescribeVcenterClientsPaginator.ts index d71febb0ca35..2fd6eb81f57c 100644 --- a/clients/client-mgn/src/pagination/DescribeVcenterClientsPaginator.ts +++ b/clients/client-mgn/src/pagination/DescribeVcenterClientsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVcenterClientsCommand, diff --git a/clients/client-mgn/src/pagination/Interfaces.ts b/clients/client-mgn/src/pagination/Interfaces.ts index ee8cc2d11c32..c14fcf873b91 100644 --- a/clients/client-mgn/src/pagination/Interfaces.ts +++ b/clients/client-mgn/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MgnClient } from "../MgnClient"; diff --git a/clients/client-mgn/src/pagination/ListApplicationsPaginator.ts b/clients/client-mgn/src/pagination/ListApplicationsPaginator.ts index f98be6578765..d92e571394c4 100644 --- a/clients/client-mgn/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-mgn/src/pagination/ListExportErrorsPaginator.ts b/clients/client-mgn/src/pagination/ListExportErrorsPaginator.ts index f4c59210387c..fb5774d1aceb 100644 --- a/clients/client-mgn/src/pagination/ListExportErrorsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListExportErrorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExportErrorsCommand, diff --git a/clients/client-mgn/src/pagination/ListExportsPaginator.ts b/clients/client-mgn/src/pagination/ListExportsPaginator.ts index 5ea64e250b07..071a675bd6ea 100644 --- a/clients/client-mgn/src/pagination/ListExportsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExportsCommand, ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand"; import { MgnClient } from "../MgnClient"; diff --git a/clients/client-mgn/src/pagination/ListImportErrorsPaginator.ts b/clients/client-mgn/src/pagination/ListImportErrorsPaginator.ts index 171647657a00..e1d44665b44f 100644 --- a/clients/client-mgn/src/pagination/ListImportErrorsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListImportErrorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportErrorsCommand, diff --git a/clients/client-mgn/src/pagination/ListImportsPaginator.ts b/clients/client-mgn/src/pagination/ListImportsPaginator.ts index 29931a1a54f5..ec903c1a5d00 100644 --- a/clients/client-mgn/src/pagination/ListImportsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListImportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand"; import { MgnClient } from "../MgnClient"; diff --git a/clients/client-mgn/src/pagination/ListSourceServerActionsPaginator.ts b/clients/client-mgn/src/pagination/ListSourceServerActionsPaginator.ts index 28cf3c743514..73ff12867010 100644 --- a/clients/client-mgn/src/pagination/ListSourceServerActionsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListSourceServerActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSourceServerActionsCommand, diff --git a/clients/client-mgn/src/pagination/ListTemplateActionsPaginator.ts b/clients/client-mgn/src/pagination/ListTemplateActionsPaginator.ts index ad8a127d18fa..3ec3140ee1f9 100644 --- a/clients/client-mgn/src/pagination/ListTemplateActionsPaginator.ts +++ b/clients/client-mgn/src/pagination/ListTemplateActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplateActionsCommand, diff --git a/clients/client-mgn/src/pagination/ListWavesPaginator.ts b/clients/client-mgn/src/pagination/ListWavesPaginator.ts index af07eadbc276..5bdb37917b5f 100644 --- a/clients/client-mgn/src/pagination/ListWavesPaginator.ts +++ b/clients/client-mgn/src/pagination/ListWavesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWavesCommand, ListWavesCommandInput, ListWavesCommandOutput } from "../commands/ListWavesCommand"; import { MgnClient } from "../MgnClient"; diff --git a/clients/client-mgn/src/protocols/Aws_restJson1.ts b/clients/client-mgn/src/protocols/Aws_restJson1.ts index 3e80d9945b1a..47fe734e150a 100644 --- a/clients/client-mgn/src/protocols/Aws_restJson1.ts +++ b/clients/client-mgn/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { strictParseLong as __strictParseLong, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { ArchiveApplicationCommandInput, ArchiveApplicationCommandOutput } from "../commands/ArchiveApplicationCommand"; diff --git a/clients/client-mgn/src/runtimeConfig.browser.ts b/clients/client-mgn/src/runtimeConfig.browser.ts index 33406cd3b9a1..f8bca7bee508 100644 --- a/clients/client-mgn/src/runtimeConfig.browser.ts +++ b/clients/client-mgn/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MgnClientConfig } from "./MgnClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mgn/src/runtimeConfig.shared.ts b/clients/client-mgn/src/runtimeConfig.shared.ts index 00c7fa04ead4..637da51efc8d 100644 --- a/clients/client-mgn/src/runtimeConfig.shared.ts +++ b/clients/client-mgn/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MgnClientConfig } from "./MgnClient"; diff --git a/clients/client-mgn/src/runtimeConfig.ts b/clients/client-mgn/src/runtimeConfig.ts index 30ba2423148e..2b4fbcb0a2ab 100644 --- a/clients/client-mgn/src/runtimeConfig.ts +++ b/clients/client-mgn/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MgnClientConfig } from "./MgnClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-migration-hub-refactor-spaces/package.json b/clients/client-migration-hub-refactor-spaces/package.json index 55d00976d189..3cb18fa29635 100644 --- a/clients/client-migration-hub-refactor-spaces/package.json +++ b/clients/client-migration-hub-refactor-spaces/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpaces.ts b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpaces.ts index 7305ffc57ddf..b5204f802f1e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpaces.ts +++ b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpaces.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateApplicationCommand, diff --git a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts index 2bca6d863d7e..464b6703461c 100644 --- a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts +++ b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand"; @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts index bd9cb3dce6d6..bca6843f539e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts index dcf9334ee2bc..444bffb7fd7e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts index 25dc75dd7460..e792381bac40 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts index 1d8173fecb2c..4a3a5b2be0dc 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts index e8b61027dcc3..59aa83da1636 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts index 3b65fe37aa60..ce4f8604e802 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts index 8b53fa6ccfc6..6f61c251943b 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts index 23133e2c8b5b..25e81a1f3324 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts index 047edf097b76..0b0f81de88f7 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts index c2c24a84f261..c49927f58a98 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts index 337cbd931a53..414046b0b695 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts index 3e85a1380fd0..0a228ba06a77 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts index adfd83dd9d87..dbac0b8a5f11 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts index 44f9e8bf7427..08764cf10f83 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts index 2ad0a6452593..fe3282573258 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts index fd54c570cd3d..7ca3c18b6b09 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts index 1d6886ace466..056b7d70ec83 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts index 9cc11c70f72b..28de70c2c651 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts index 707921dd81b9..c4885b271e3a 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts index 09fb12d49c91..de71974d5364 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts index eb4ac5c111d5..38b684342959 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts index 4faa1d6769a3..3e8489081e34 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts index d640b6dd6f63..0a729e8bb17c 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts index 66bf6ce6898b..dd306824e5d2 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubRefactorSpacesClientResolvedConfig, diff --git a/clients/client-migration-hub-refactor-spaces/src/endpoint/EndpointParameters.ts b/clients/client-migration-hub-refactor-spaces/src/endpoint/EndpointParameters.ts index e498627377cf..2e7c56b37da3 100644 --- a/clients/client-migration-hub-refactor-spaces/src/endpoint/EndpointParameters.ts +++ b/clients/client-migration-hub-refactor-spaces/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-migration-hub-refactor-spaces/src/endpoint/endpointResolver.ts b/clients/client-migration-hub-refactor-spaces/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-migration-hub-refactor-spaces/src/endpoint/endpointResolver.ts +++ b/clients/client-migration-hub-refactor-spaces/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-migration-hub-refactor-spaces/src/endpoint/ruleset.ts b/clients/client-migration-hub-refactor-spaces/src/endpoint/ruleset.ts index 8d5a5e10fec9..2f122c3d2e2d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/endpoint/ruleset.ts +++ b/clients/client-migration-hub-refactor-spaces/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts b/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts index 2d646a7e2389..2392589f3188 100644 --- a/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts +++ b/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-migration-hub-refactor-spaces/src/models/models_0.ts b/clients/client-migration-hub-refactor-spaces/src/models/models_0.ts index 7691e420ea8c..68c7cf5e94d8 100644 --- a/clients/client-migration-hub-refactor-spaces/src/models/models_0.ts +++ b/clients/client-migration-hub-refactor-spaces/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { MigrationHubRefactorSpacesServiceException as __BaseException } from "./MigrationHubRefactorSpacesServiceException"; diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/Interfaces.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/Interfaces.ts index 46aa94a219a0..947751305517 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/Interfaces.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MigrationHubRefactorSpacesClient } from "../MigrationHubRefactorSpacesClient"; diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/ListApplicationsPaginator.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/ListApplicationsPaginator.ts index 612b5be9d754..7131372b875c 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentVpcsPaginator.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentVpcsPaginator.ts index 93dd1b53c526..36280fd5e084 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentVpcsPaginator.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentVpcsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentVpcsCommand, diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentsPaginator.ts index daa99d4e5d12..9735e18f65b1 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentsCommand, diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/ListRoutesPaginator.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/ListRoutesPaginator.ts index 7180e030296d..06a12bb095af 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/ListRoutesPaginator.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/ListRoutesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoutesCommand, ListRoutesCommandInput, ListRoutesCommandOutput } from "../commands/ListRoutesCommand"; import { MigrationHubRefactorSpacesClient } from "../MigrationHubRefactorSpacesClient"; diff --git a/clients/client-migration-hub-refactor-spaces/src/pagination/ListServicesPaginator.ts b/clients/client-migration-hub-refactor-spaces/src/pagination/ListServicesPaginator.ts index 68667aca33b5..687f15f05ca1 100644 --- a/clients/client-migration-hub-refactor-spaces/src/pagination/ListServicesPaginator.ts +++ b/clients/client-migration-hub-refactor-spaces/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-migration-hub-refactor-spaces/src/protocols/Aws_restJson1.ts b/clients/client-migration-hub-refactor-spaces/src/protocols/Aws_restJson1.ts index 5079c0d64608..333a4095736e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/protocols/Aws_restJson1.ts +++ b/clients/client-migration-hub-refactor-spaces/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand"; diff --git a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.browser.ts b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.browser.ts index d522471d0da7..cc0124cb7857 100644 --- a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.browser.ts +++ b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubRefactorSpacesClientConfig } from "./MigrationHubRefactorSpacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.shared.ts b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.shared.ts index 28daece22299..eab9f02de496 100644 --- a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.shared.ts +++ b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MigrationHubRefactorSpacesClientConfig } from "./MigrationHubRefactorSpacesClient"; diff --git a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.ts b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.ts index 11ccb6b5848b..5e308d2f0df5 100644 --- a/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.ts +++ b/clients/client-migration-hub-refactor-spaces/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubRefactorSpacesClientConfig } from "./MigrationHubRefactorSpacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index e3374a36179b..944c162a4856 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-migration-hub/src/MigrationHub.ts b/clients/client-migration-hub/src/MigrationHub.ts index 039060510b94..6bb60a1e6aa2 100644 --- a/clients/client-migration-hub/src/MigrationHub.ts +++ b/clients/client-migration-hub/src/MigrationHub.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateCreatedArtifactCommand, diff --git a/clients/client-migration-hub/src/MigrationHubClient.ts b/clients/client-migration-hub/src/MigrationHubClient.ts index 202c6f0c286c..d115f185d46e 100644 --- a/clients/client-migration-hub/src/MigrationHubClient.ts +++ b/clients/client-migration-hub/src/MigrationHubClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -180,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -289,7 +287,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts index 9ab1e719f5d2..7dbfadd76987 100644 --- a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { AssociateCreatedArtifactRequest, AssociateCreatedArtifactResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts index 044b7b1f8657..a17cf974d378 100644 --- a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { AssociateDiscoveredResourceRequest, AssociateDiscoveredResourceResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts index 333719469eb9..2389da7157dc 100644 --- a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { CreateProgressUpdateStreamRequest, CreateProgressUpdateStreamResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts index caaa69afb977..2626570117dc 100644 --- a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { DeleteProgressUpdateStreamRequest, DeleteProgressUpdateStreamResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts index 8dd45b11ce53..b8ad2672cffe 100644 --- a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { DescribeApplicationStateRequest, DescribeApplicationStateResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts index 33ae3f900cb6..06a80f156585 100644 --- a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { DescribeMigrationTaskRequest, DescribeMigrationTaskResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts index bcfae37f0851..2348acfea3c1 100644 --- a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { DisassociateCreatedArtifactRequest, DisassociateCreatedArtifactResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts index d60662424349..05c5a02daa6d 100644 --- a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { DisassociateDiscoveredResourceRequest, DisassociateDiscoveredResourceResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts index afce84b791b7..3c3a14e09d7e 100644 --- a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ImportMigrationTaskRequest, ImportMigrationTaskResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts index 5b07809b58a7..83552a64a67b 100644 --- a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ListApplicationStatesRequest, ListApplicationStatesResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts index c0de281515d4..50e70563da16 100644 --- a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ListCreatedArtifactsRequest, ListCreatedArtifactsResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts index 5b2a85f178df..78ea423ce559 100644 --- a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts index d0581576611c..152896208eeb 100644 --- a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts +++ b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ListMigrationTasksRequest, ListMigrationTasksResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts index cc8b71f2f750..a686be19eed0 100644 --- a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { ListProgressUpdateStreamsRequest, ListProgressUpdateStreamsResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts index fb2e98a61ae0..8118b94d8e4e 100644 --- a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { NotifyApplicationStateRequest, NotifyApplicationStateResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts index 1672102407b3..d20826b78d5e 100644 --- a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { NotifyMigrationTaskStateRequest, NotifyMigrationTaskStateResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts index a61a10397fc7..cb755af17e64 100644 --- a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts +++ b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubClient"; import { PutResourceAttributesRequest, PutResourceAttributesResult } from "../models/models_0"; diff --git a/clients/client-migration-hub/src/endpoint/EndpointParameters.ts b/clients/client-migration-hub/src/endpoint/EndpointParameters.ts index 0e43595c56fa..35c0470c6a23 100644 --- a/clients/client-migration-hub/src/endpoint/EndpointParameters.ts +++ b/clients/client-migration-hub/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-migration-hub/src/endpoint/endpointResolver.ts b/clients/client-migration-hub/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-migration-hub/src/endpoint/endpointResolver.ts +++ b/clients/client-migration-hub/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-migration-hub/src/endpoint/ruleset.ts b/clients/client-migration-hub/src/endpoint/ruleset.ts index c31118656829..5930b32ac754 100644 --- a/clients/client-migration-hub/src/endpoint/ruleset.ts +++ b/clients/client-migration-hub/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-migration-hub/src/models/MigrationHubServiceException.ts b/clients/client-migration-hub/src/models/MigrationHubServiceException.ts index 2699f92e375a..8e39201ab975 100644 --- a/clients/client-migration-hub/src/models/MigrationHubServiceException.ts +++ b/clients/client-migration-hub/src/models/MigrationHubServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-migration-hub/src/models/models_0.ts b/clients/client-migration-hub/src/models/models_0.ts index d4af9f145821..f018135e8e03 100644 --- a/clients/client-migration-hub/src/models/models_0.ts +++ b/clients/client-migration-hub/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MigrationHubServiceException as __BaseException } from "./MigrationHubServiceException"; diff --git a/clients/client-migration-hub/src/pagination/Interfaces.ts b/clients/client-migration-hub/src/pagination/Interfaces.ts index f86379545288..d02ac86b373f 100644 --- a/clients/client-migration-hub/src/pagination/Interfaces.ts +++ b/clients/client-migration-hub/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MigrationHubClient } from "../MigrationHubClient"; diff --git a/clients/client-migration-hub/src/pagination/ListApplicationStatesPaginator.ts b/clients/client-migration-hub/src/pagination/ListApplicationStatesPaginator.ts index 9c3f729b59d8..da87abf0ef98 100644 --- a/clients/client-migration-hub/src/pagination/ListApplicationStatesPaginator.ts +++ b/clients/client-migration-hub/src/pagination/ListApplicationStatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationStatesCommand, diff --git a/clients/client-migration-hub/src/pagination/ListCreatedArtifactsPaginator.ts b/clients/client-migration-hub/src/pagination/ListCreatedArtifactsPaginator.ts index a1924d42b3f8..2d9bc30a84df 100644 --- a/clients/client-migration-hub/src/pagination/ListCreatedArtifactsPaginator.ts +++ b/clients/client-migration-hub/src/pagination/ListCreatedArtifactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCreatedArtifactsCommand, diff --git a/clients/client-migration-hub/src/pagination/ListDiscoveredResourcesPaginator.ts b/clients/client-migration-hub/src/pagination/ListDiscoveredResourcesPaginator.ts index e8d1b9cbc56a..35aabe41c8d0 100644 --- a/clients/client-migration-hub/src/pagination/ListDiscoveredResourcesPaginator.ts +++ b/clients/client-migration-hub/src/pagination/ListDiscoveredResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDiscoveredResourcesCommand, diff --git a/clients/client-migration-hub/src/pagination/ListMigrationTasksPaginator.ts b/clients/client-migration-hub/src/pagination/ListMigrationTasksPaginator.ts index ecbacf9427a2..c5bc36ac4f44 100644 --- a/clients/client-migration-hub/src/pagination/ListMigrationTasksPaginator.ts +++ b/clients/client-migration-hub/src/pagination/ListMigrationTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMigrationTasksCommand, diff --git a/clients/client-migration-hub/src/pagination/ListProgressUpdateStreamsPaginator.ts b/clients/client-migration-hub/src/pagination/ListProgressUpdateStreamsPaginator.ts index 0c9f7acd4ff9..a14e75fec38a 100644 --- a/clients/client-migration-hub/src/pagination/ListProgressUpdateStreamsPaginator.ts +++ b/clients/client-migration-hub/src/pagination/ListProgressUpdateStreamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProgressUpdateStreamsCommand, diff --git a/clients/client-migration-hub/src/protocols/Aws_json1_1.ts b/clients/client-migration-hub/src/protocols/Aws_json1_1.ts index f83e0e80bc3a..72f63e4e5973 100644 --- a/clients/client-migration-hub/src/protocols/Aws_json1_1.ts +++ b/clients/client-migration-hub/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateCreatedArtifactCommandInput, diff --git a/clients/client-migration-hub/src/runtimeConfig.browser.ts b/clients/client-migration-hub/src/runtimeConfig.browser.ts index 17738cdae21c..eb86f7f6bc68 100644 --- a/clients/client-migration-hub/src/runtimeConfig.browser.ts +++ b/clients/client-migration-hub/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubClientConfig } from "./MigrationHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-migration-hub/src/runtimeConfig.shared.ts b/clients/client-migration-hub/src/runtimeConfig.shared.ts index 0ec57ed237fd..e3e35a71f4e4 100644 --- a/clients/client-migration-hub/src/runtimeConfig.shared.ts +++ b/clients/client-migration-hub/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MigrationHubClientConfig } from "./MigrationHubClient"; diff --git a/clients/client-migration-hub/src/runtimeConfig.ts b/clients/client-migration-hub/src/runtimeConfig.ts index 37655abf5dbb..9d5676dd8ea9 100644 --- a/clients/client-migration-hub/src/runtimeConfig.ts +++ b/clients/client-migration-hub/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubClientConfig } from "./MigrationHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 78fc3b6de86d..b8cc8f41c241 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-migrationhub-config/src/MigrationHubConfig.ts b/clients/client-migrationhub-config/src/MigrationHubConfig.ts index e3b9e3ddc3af..5996bf80b4c4 100644 --- a/clients/client-migrationhub-config/src/MigrationHubConfig.ts +++ b/clients/client-migrationhub-config/src/MigrationHubConfig.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateHomeRegionControlCommand, diff --git a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts index 10bc99242589..e05abf90ce3c 100644 --- a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts +++ b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -96,7 +94,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -205,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts index 5e3cbbd99d9d..7f212c0ae8b2 100644 --- a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubConfigClientResolvedConfig, diff --git a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts index 751fe3625fe2..46aaee893eb6 100644 --- a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubConfigClientResolvedConfig, diff --git a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts index 6a268c50793a..f2cc2513d54b 100644 --- a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts +++ b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubConfigClientResolvedConfig, diff --git a/clients/client-migrationhub-config/src/endpoint/EndpointParameters.ts b/clients/client-migrationhub-config/src/endpoint/EndpointParameters.ts index 0e43595c56fa..35c0470c6a23 100644 --- a/clients/client-migrationhub-config/src/endpoint/EndpointParameters.ts +++ b/clients/client-migrationhub-config/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-migrationhub-config/src/endpoint/endpointResolver.ts b/clients/client-migrationhub-config/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-migrationhub-config/src/endpoint/endpointResolver.ts +++ b/clients/client-migrationhub-config/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-migrationhub-config/src/endpoint/ruleset.ts b/clients/client-migrationhub-config/src/endpoint/ruleset.ts index 3ca7e512d138..33b82445831e 100644 --- a/clients/client-migrationhub-config/src/endpoint/ruleset.ts +++ b/clients/client-migrationhub-config/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts b/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts index 629ec0beef69..3e19aa848f4d 100644 --- a/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts +++ b/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-migrationhub-config/src/models/models_0.ts b/clients/client-migrationhub-config/src/models/models_0.ts index 002cd99f5a49..ed35efc6ce28 100644 --- a/clients/client-migrationhub-config/src/models/models_0.ts +++ b/clients/client-migrationhub-config/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MigrationHubConfigServiceException as __BaseException } from "./MigrationHubConfigServiceException"; diff --git a/clients/client-migrationhub-config/src/pagination/DescribeHomeRegionControlsPaginator.ts b/clients/client-migrationhub-config/src/pagination/DescribeHomeRegionControlsPaginator.ts index b4ed3ff8fa1b..5f381030a096 100644 --- a/clients/client-migrationhub-config/src/pagination/DescribeHomeRegionControlsPaginator.ts +++ b/clients/client-migrationhub-config/src/pagination/DescribeHomeRegionControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHomeRegionControlsCommand, diff --git a/clients/client-migrationhub-config/src/pagination/Interfaces.ts b/clients/client-migrationhub-config/src/pagination/Interfaces.ts index e71611e107d4..1023fe96cdc6 100644 --- a/clients/client-migrationhub-config/src/pagination/Interfaces.ts +++ b/clients/client-migrationhub-config/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MigrationHubConfigClient } from "../MigrationHubConfigClient"; diff --git a/clients/client-migrationhub-config/src/protocols/Aws_json1_1.ts b/clients/client-migrationhub-config/src/protocols/Aws_json1_1.ts index b24f680fc4d7..4e8cf27290c3 100644 --- a/clients/client-migrationhub-config/src/protocols/Aws_json1_1.ts +++ b/clients/client-migrationhub-config/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHomeRegionControlCommandInput, diff --git a/clients/client-migrationhub-config/src/runtimeConfig.browser.ts b/clients/client-migrationhub-config/src/runtimeConfig.browser.ts index 23fb936ffca1..84b95e7f53f0 100644 --- a/clients/client-migrationhub-config/src/runtimeConfig.browser.ts +++ b/clients/client-migrationhub-config/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubConfigClientConfig } from "./MigrationHubConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-migrationhub-config/src/runtimeConfig.shared.ts b/clients/client-migrationhub-config/src/runtimeConfig.shared.ts index 67805dc283a6..c2f1d419b539 100644 --- a/clients/client-migrationhub-config/src/runtimeConfig.shared.ts +++ b/clients/client-migrationhub-config/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MigrationHubConfigClientConfig } from "./MigrationHubConfigClient"; diff --git a/clients/client-migrationhub-config/src/runtimeConfig.ts b/clients/client-migrationhub-config/src/runtimeConfig.ts index 7838541d13a0..92799aa8a021 100644 --- a/clients/client-migrationhub-config/src/runtimeConfig.ts +++ b/clients/client-migrationhub-config/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubConfigClientConfig } from "./MigrationHubConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-migrationhuborchestrator/package.json b/clients/client-migrationhuborchestrator/package.json index ecd7198a2917..bc75a7c9dd3e 100644 --- a/clients/client-migrationhuborchestrator/package.json +++ b/clients/client-migrationhuborchestrator/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestrator.ts b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestrator.ts index ca0c65dd7c84..fef738166e4a 100644 --- a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestrator.ts +++ b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestrator.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateWorkflowCommand, diff --git a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts index 4a6a4a103ffd..ba7e4d641622 100644 --- a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts +++ b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand"; @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts index 5f90c5b5ada3..9cf0ff3accc2 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts index 6ffab0980a4b..f0517646d432 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts index a17d5a5a5e2b..dcf4d7425ebf 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts index e2c1688cb3e5..aa37a63b2b89 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts index 712d27a32cf6..45e7d092b849 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts index 008153515df7..a29d050521a7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts index af66931b8a3b..3838959fc382 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts index b9948ed5dd76..7f581486e4d3 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts index c54998bd612e..1587ff970bcd 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts index ecdc15c4cc64..cc931bdafa39 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts index b4b7add43c47..aeea46ee5a40 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts index 5964053532e8..a707ffa1c708 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts index 5bdd902ff6a8..5f48947bfa2c 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts index 52fc6529e80f..d29d14c09e25 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts index c78275097dd8..7893ba701849 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts index a8d9ddff637a..133f21d5039c 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts index 5c9bcd499bd5..bbf6ebba93bd 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts index dec417d699de..7b964e2072f5 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts index d8916dfbe83d..47658b945f80 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts index 933ddc92aec6..d76b41a39cbe 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts index d4d24143d858..4455235cd067 100644 --- a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts index 791fe453de53..7ad5fc001f7d 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts index 171fab7eac60..457429747cf8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts index e99221ee840b..0a831f6a5939 100644 --- a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts index 294b47e7dd4b..59a0935b12db 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts index 3e8719c1cb01..0cd7c2c19916 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts index 32318247f74d..880765a6ee56 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts index bcb13b480ae5..21ffa77dd869 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubOrchestratorClientResolvedConfig, diff --git a/clients/client-migrationhuborchestrator/src/endpoint/EndpointParameters.ts b/clients/client-migrationhuborchestrator/src/endpoint/EndpointParameters.ts index 33b0adfaaf98..b9ea6a39ad70 100644 --- a/clients/client-migrationhuborchestrator/src/endpoint/EndpointParameters.ts +++ b/clients/client-migrationhuborchestrator/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-migrationhuborchestrator/src/endpoint/endpointResolver.ts b/clients/client-migrationhuborchestrator/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-migrationhuborchestrator/src/endpoint/endpointResolver.ts +++ b/clients/client-migrationhuborchestrator/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-migrationhuborchestrator/src/endpoint/ruleset.ts b/clients/client-migrationhuborchestrator/src/endpoint/ruleset.ts index 46680965d0da..a41437ba2b15 100644 --- a/clients/client-migrationhuborchestrator/src/endpoint/ruleset.ts +++ b/clients/client-migrationhuborchestrator/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts b/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts index 59609b6e800b..347d5dbf8e09 100644 --- a/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts +++ b/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-migrationhuborchestrator/src/models/models_0.ts b/clients/client-migrationhuborchestrator/src/models/models_0.ts index 065149439c93..2272d2f87183 100644 --- a/clients/client-migrationhuborchestrator/src/models/models_0.ts +++ b/clients/client-migrationhuborchestrator/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException"; diff --git a/clients/client-migrationhuborchestrator/src/pagination/Interfaces.ts b/clients/client-migrationhuborchestrator/src/pagination/Interfaces.ts index 21b2fc0eaab9..e04fcf77fe57 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/Interfaces.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient"; diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListPluginsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListPluginsPaginator.ts index 21362b71c4f2..0cfeabf92eca 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListPluginsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListPluginsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPluginsCommand, ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand"; import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient"; diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepGroupsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepGroupsPaginator.ts index 123b5b82f7b6..ade3fd6f3422 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepGroupsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplateStepGroupsCommand, diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepsPaginator.ts index 73f5464396ba..ac7c5be313b2 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListTemplateStepsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplateStepsCommand, diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListTemplatesPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListTemplatesPaginator.ts index 23258c78d864..c9e6cfefc4bc 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListTemplatesPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplatesCommand, diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepGroupsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepGroupsPaginator.ts index d2620612881e..57fb9c90a5c1 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepGroupsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowStepGroupsCommand, diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepsPaginator.ts index f09f659e6e43..ae4931fa9acc 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowStepsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowStepsCommand, diff --git a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowsPaginator.ts b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowsPaginator.ts index 3d9136e8efc5..31dff94b27dd 100644 --- a/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowsPaginator.ts +++ b/clients/client-migrationhuborchestrator/src/pagination/ListWorkflowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowsCommand, diff --git a/clients/client-migrationhuborchestrator/src/protocols/Aws_restJson1.ts b/clients/client-migrationhuborchestrator/src/protocols/Aws_restJson1.ts index 333a271b0479..cc06c3fcbe1b 100644 --- a/clients/client-migrationhuborchestrator/src/protocols/Aws_restJson1.ts +++ b/clients/client-migrationhuborchestrator/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand"; import { CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput } from "../commands/CreateWorkflowStepCommand"; diff --git a/clients/client-migrationhuborchestrator/src/runtimeConfig.browser.ts b/clients/client-migrationhuborchestrator/src/runtimeConfig.browser.ts index 263c981a8eae..a67a87e4e28e 100644 --- a/clients/client-migrationhuborchestrator/src/runtimeConfig.browser.ts +++ b/clients/client-migrationhuborchestrator/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-migrationhuborchestrator/src/runtimeConfig.shared.ts b/clients/client-migrationhuborchestrator/src/runtimeConfig.shared.ts index 4896b9b15156..626db39c42ee 100644 --- a/clients/client-migrationhuborchestrator/src/runtimeConfig.shared.ts +++ b/clients/client-migrationhuborchestrator/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient"; diff --git a/clients/client-migrationhuborchestrator/src/runtimeConfig.ts b/clients/client-migrationhuborchestrator/src/runtimeConfig.ts index 2c2924d1d530..4c522e2e598e 100644 --- a/clients/client-migrationhuborchestrator/src/runtimeConfig.ts +++ b/clients/client-migrationhuborchestrator/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-migrationhubstrategy/package.json b/clients/client-migrationhubstrategy/package.json index 6fa17b9778c7..8f95e9a74fff 100644 --- a/clients/client-migrationhubstrategy/package.json +++ b/clients/client-migrationhubstrategy/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-migrationhubstrategy/src/MigrationHubStrategy.ts b/clients/client-migrationhubstrategy/src/MigrationHubStrategy.ts index f03c0cd8582d..2034e7388786 100644 --- a/clients/client-migrationhubstrategy/src/MigrationHubStrategy.ts +++ b/clients/client-migrationhubstrategy/src/MigrationHubStrategy.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetApplicationComponentDetailsCommand, diff --git a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts index e628a6252af8..078e8391abcf 100644 --- a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts +++ b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -180,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -289,7 +287,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts index ac7a5bae022a..a118c44172d4 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts index 98ee3c3c5e27..5c02986ba018 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts index 52e3a6e56841..7fa46319fd8d 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts index 39dc5f23c2ea..076ea1df31cb 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts index 97e3c077555b..8cc9dddca500 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts index b88c8aabd841..4dc0adca61bf 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts index eed0a2384eaa..063d8edf043a 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts index 77c9d6c5fbf1..48d12b4f10dd 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts index 2798f20476a1..23e0f5417977 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts index 3be306131c22..a60d050315a1 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts index 23b6c1254a67..b7386731bc7a 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts index f3036d9f9579..6b684d46e9cd 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts index eef248b5be17..94f02a82e0ed 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts index da6776264eda..9c7bb166a3ed 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts index 86ce08ef799b..6ed4ea1a0268 100644 --- a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts index aebfa247c07e..10b0ba072309 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts index b92e64dda41f..9ef778199876 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts index 44802e571d0e..2a1fcf0d754f 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts index cc5069b4a581..ced6d54aeb7e 100644 --- a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts index afd3abd8d991..c2a020eca7fd 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts index 778db43c3f3c..e42afab7ea7f 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrationHubStrategyClientResolvedConfig, diff --git a/clients/client-migrationhubstrategy/src/endpoint/EndpointParameters.ts b/clients/client-migrationhubstrategy/src/endpoint/EndpointParameters.ts index e02d777765a9..599d4f41175c 100644 --- a/clients/client-migrationhubstrategy/src/endpoint/EndpointParameters.ts +++ b/clients/client-migrationhubstrategy/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-migrationhubstrategy/src/endpoint/endpointResolver.ts b/clients/client-migrationhubstrategy/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-migrationhubstrategy/src/endpoint/endpointResolver.ts +++ b/clients/client-migrationhubstrategy/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-migrationhubstrategy/src/endpoint/ruleset.ts b/clients/client-migrationhubstrategy/src/endpoint/ruleset.ts index 841827a7c32e..335022d60e61 100644 --- a/clients/client-migrationhubstrategy/src/endpoint/ruleset.ts +++ b/clients/client-migrationhubstrategy/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts b/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts index 842b38b3ccc1..9f2e13ecab92 100644 --- a/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts +++ b/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-migrationhubstrategy/src/models/models_0.ts b/clients/client-migrationhubstrategy/src/models/models_0.ts index 89385c5f1b0d..af98384ee029 100644 --- a/clients/client-migrationhubstrategy/src/models/models_0.ts +++ b/clients/client-migrationhubstrategy/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { MigrationHubStrategyServiceException as __BaseException } from "./MigrationHubStrategyServiceException"; diff --git a/clients/client-migrationhubstrategy/src/pagination/GetServerDetailsPaginator.ts b/clients/client-migrationhubstrategy/src/pagination/GetServerDetailsPaginator.ts index dbff0a292e54..99dc65ed469d 100644 --- a/clients/client-migrationhubstrategy/src/pagination/GetServerDetailsPaginator.ts +++ b/clients/client-migrationhubstrategy/src/pagination/GetServerDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetServerDetailsCommand, diff --git a/clients/client-migrationhubstrategy/src/pagination/Interfaces.ts b/clients/client-migrationhubstrategy/src/pagination/Interfaces.ts index 835caa3dca92..dc8541622e64 100644 --- a/clients/client-migrationhubstrategy/src/pagination/Interfaces.ts +++ b/clients/client-migrationhubstrategy/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MigrationHubStrategyClient } from "../MigrationHubStrategyClient"; diff --git a/clients/client-migrationhubstrategy/src/pagination/ListApplicationComponentsPaginator.ts b/clients/client-migrationhubstrategy/src/pagination/ListApplicationComponentsPaginator.ts index 5f4b6e4b9109..8da876b3e186 100644 --- a/clients/client-migrationhubstrategy/src/pagination/ListApplicationComponentsPaginator.ts +++ b/clients/client-migrationhubstrategy/src/pagination/ListApplicationComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationComponentsCommand, diff --git a/clients/client-migrationhubstrategy/src/pagination/ListCollectorsPaginator.ts b/clients/client-migrationhubstrategy/src/pagination/ListCollectorsPaginator.ts index dcb0088f76eb..34cd920b7bcc 100644 --- a/clients/client-migrationhubstrategy/src/pagination/ListCollectorsPaginator.ts +++ b/clients/client-migrationhubstrategy/src/pagination/ListCollectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCollectorsCommand, diff --git a/clients/client-migrationhubstrategy/src/pagination/ListImportFileTaskPaginator.ts b/clients/client-migrationhubstrategy/src/pagination/ListImportFileTaskPaginator.ts index 6d2b426cb5e9..c5b626c42537 100644 --- a/clients/client-migrationhubstrategy/src/pagination/ListImportFileTaskPaginator.ts +++ b/clients/client-migrationhubstrategy/src/pagination/ListImportFileTaskPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportFileTaskCommand, diff --git a/clients/client-migrationhubstrategy/src/pagination/ListServersPaginator.ts b/clients/client-migrationhubstrategy/src/pagination/ListServersPaginator.ts index d01282d9b96c..d1952c8f0682 100644 --- a/clients/client-migrationhubstrategy/src/pagination/ListServersPaginator.ts +++ b/clients/client-migrationhubstrategy/src/pagination/ListServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServersCommand, ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand"; import { MigrationHubStrategyClient } from "../MigrationHubStrategyClient"; diff --git a/clients/client-migrationhubstrategy/src/protocols/Aws_restJson1.ts b/clients/client-migrationhubstrategy/src/protocols/Aws_restJson1.ts index 9da2429f2ac7..7df93a46ec47 100644 --- a/clients/client-migrationhubstrategy/src/protocols/Aws_restJson1.ts +++ b/clients/client-migrationhubstrategy/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationComponentDetailsCommandInput, diff --git a/clients/client-migrationhubstrategy/src/runtimeConfig.browser.ts b/clients/client-migrationhubstrategy/src/runtimeConfig.browser.ts index a7884ab1fe22..a63da4d6ac65 100644 --- a/clients/client-migrationhubstrategy/src/runtimeConfig.browser.ts +++ b/clients/client-migrationhubstrategy/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubStrategyClientConfig } from "./MigrationHubStrategyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-migrationhubstrategy/src/runtimeConfig.shared.ts b/clients/client-migrationhubstrategy/src/runtimeConfig.shared.ts index 250e5e976baa..5a4c5aabd372 100644 --- a/clients/client-migrationhubstrategy/src/runtimeConfig.shared.ts +++ b/clients/client-migrationhubstrategy/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MigrationHubStrategyClientConfig } from "./MigrationHubStrategyClient"; diff --git a/clients/client-migrationhubstrategy/src/runtimeConfig.ts b/clients/client-migrationhubstrategy/src/runtimeConfig.ts index 9ebe48e17ba5..fe444545e3b3 100644 --- a/clients/client-migrationhubstrategy/src/runtimeConfig.ts +++ b/clients/client-migrationhubstrategy/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MigrationHubStrategyClientConfig } from "./MigrationHubStrategyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mobile/package.json b/clients/client-mobile/package.json index f4a0576a7096..8f24e8ceedd0 100644 --- a/clients/client-mobile/package.json +++ b/clients/client-mobile/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mobile/src/Mobile.ts b/clients/client-mobile/src/Mobile.ts index d273a68dfc81..9c0e0e0aa4cc 100644 --- a/clients/client-mobile/src/Mobile.ts +++ b/clients/client-mobile/src/Mobile.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateProjectCommand, diff --git a/clients/client-mobile/src/MobileClient.ts b/clients/client-mobile/src/MobileClient.ts index 9c60f12edbc9..ab5a8560790a 100644 --- a/clients/client-mobile/src/MobileClient.ts +++ b/clients/client-mobile/src/MobileClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand"; @@ -108,7 +106,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -217,7 +215,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mobile/src/commands/CreateProjectCommand.ts b/clients/client-mobile/src/commands/CreateProjectCommand.ts index d12693416f28..8e9941671d9b 100644 --- a/clients/client-mobile/src/commands/CreateProjectCommand.ts +++ b/clients/client-mobile/src/commands/CreateProjectCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { CreateProjectRequest, CreateProjectResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/DeleteProjectCommand.ts b/clients/client-mobile/src/commands/DeleteProjectCommand.ts index de617337ee90..1e883fdc3da8 100644 --- a/clients/client-mobile/src/commands/DeleteProjectCommand.ts +++ b/clients/client-mobile/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/DescribeBundleCommand.ts b/clients/client-mobile/src/commands/DescribeBundleCommand.ts index 48279d505cd0..af42ffb21e8c 100644 --- a/clients/client-mobile/src/commands/DescribeBundleCommand.ts +++ b/clients/client-mobile/src/commands/DescribeBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { DescribeBundleRequest, DescribeBundleResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/DescribeProjectCommand.ts b/clients/client-mobile/src/commands/DescribeProjectCommand.ts index 299c7b2bb267..c0cb2b4048f8 100644 --- a/clients/client-mobile/src/commands/DescribeProjectCommand.ts +++ b/clients/client-mobile/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { DescribeProjectRequest, DescribeProjectResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/ExportBundleCommand.ts b/clients/client-mobile/src/commands/ExportBundleCommand.ts index 8d6c6f96e99c..26fd92020c11 100644 --- a/clients/client-mobile/src/commands/ExportBundleCommand.ts +++ b/clients/client-mobile/src/commands/ExportBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { ExportBundleRequest, ExportBundleResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/ExportProjectCommand.ts b/clients/client-mobile/src/commands/ExportProjectCommand.ts index 6a4306549ecf..e11331bf40d9 100644 --- a/clients/client-mobile/src/commands/ExportProjectCommand.ts +++ b/clients/client-mobile/src/commands/ExportProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { ExportProjectRequest, ExportProjectResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/ListBundlesCommand.ts b/clients/client-mobile/src/commands/ListBundlesCommand.ts index c8ecab7baeec..853eb6b16030 100644 --- a/clients/client-mobile/src/commands/ListBundlesCommand.ts +++ b/clients/client-mobile/src/commands/ListBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { ListBundlesRequest, ListBundlesResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/ListProjectsCommand.ts b/clients/client-mobile/src/commands/ListProjectsCommand.ts index 71618a2772f7..c79492921931 100644 --- a/clients/client-mobile/src/commands/ListProjectsCommand.ts +++ b/clients/client-mobile/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/commands/UpdateProjectCommand.ts b/clients/client-mobile/src/commands/UpdateProjectCommand.ts index 6a41f5ab4205..c3c0378ae04d 100644 --- a/clients/client-mobile/src/commands/UpdateProjectCommand.ts +++ b/clients/client-mobile/src/commands/UpdateProjectCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MobileClient"; import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0"; diff --git a/clients/client-mobile/src/endpoint/EndpointParameters.ts b/clients/client-mobile/src/endpoint/EndpointParameters.ts index 5f7a3af03b4e..6eb2126fa9ef 100644 --- a/clients/client-mobile/src/endpoint/EndpointParameters.ts +++ b/clients/client-mobile/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mobile/src/endpoint/endpointResolver.ts b/clients/client-mobile/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mobile/src/endpoint/endpointResolver.ts +++ b/clients/client-mobile/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mobile/src/endpoint/ruleset.ts b/clients/client-mobile/src/endpoint/ruleset.ts index 776b280d64db..14b460c08d82 100644 --- a/clients/client-mobile/src/endpoint/ruleset.ts +++ b/clients/client-mobile/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mobile/src/models/MobileServiceException.ts b/clients/client-mobile/src/models/MobileServiceException.ts index 765f5ae0444c..7100c24cbfa4 100644 --- a/clients/client-mobile/src/models/MobileServiceException.ts +++ b/clients/client-mobile/src/models/MobileServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mobile/src/models/models_0.ts b/clients/client-mobile/src/models/models_0.ts index 4fb683b4f238..da6ac71bd437 100644 --- a/clients/client-mobile/src/models/models_0.ts +++ b/clients/client-mobile/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MobileServiceException as __BaseException } from "./MobileServiceException"; diff --git a/clients/client-mobile/src/pagination/Interfaces.ts b/clients/client-mobile/src/pagination/Interfaces.ts index c69f7e22172f..c89fdd0d8365 100644 --- a/clients/client-mobile/src/pagination/Interfaces.ts +++ b/clients/client-mobile/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MobileClient } from "../MobileClient"; diff --git a/clients/client-mobile/src/pagination/ListBundlesPaginator.ts b/clients/client-mobile/src/pagination/ListBundlesPaginator.ts index 6a9f7e2231e0..84d010bcba96 100644 --- a/clients/client-mobile/src/pagination/ListBundlesPaginator.ts +++ b/clients/client-mobile/src/pagination/ListBundlesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBundlesCommand, ListBundlesCommandInput, ListBundlesCommandOutput } from "../commands/ListBundlesCommand"; import { MobileClient } from "../MobileClient"; diff --git a/clients/client-mobile/src/pagination/ListProjectsPaginator.ts b/clients/client-mobile/src/pagination/ListProjectsPaginator.ts index 7df5da8253a2..d372fff9c614 100644 --- a/clients/client-mobile/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-mobile/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-mobile/src/protocols/Aws_restJson1.ts b/clients/client-mobile/src/protocols/Aws_restJson1.ts index 5ee06f068828..826d3c80a610 100644 --- a/clients/client-mobile/src/protocols/Aws_restJson1.ts +++ b/clients/client-mobile/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand"; import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand"; diff --git a/clients/client-mobile/src/runtimeConfig.browser.ts b/clients/client-mobile/src/runtimeConfig.browser.ts index c92b01ead803..d0b63c75a96e 100644 --- a/clients/client-mobile/src/runtimeConfig.browser.ts +++ b/clients/client-mobile/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MobileClientConfig } from "./MobileClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mobile/src/runtimeConfig.shared.ts b/clients/client-mobile/src/runtimeConfig.shared.ts index 806a6ee64907..df78012de11b 100644 --- a/clients/client-mobile/src/runtimeConfig.shared.ts +++ b/clients/client-mobile/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MobileClientConfig } from "./MobileClient"; diff --git a/clients/client-mobile/src/runtimeConfig.ts b/clients/client-mobile/src/runtimeConfig.ts index 44b52068d848..95b16ae8801e 100644 --- a/clients/client-mobile/src/runtimeConfig.ts +++ b/clients/client-mobile/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MobileClientConfig } from "./MobileClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index 34ee56259f7c..48e47d2d68df 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-mq/src/Mq.ts b/clients/client-mq/src/Mq.ts index 73a1629c951d..af6addbc0204 100644 --- a/clients/client-mq/src/Mq.ts +++ b/clients/client-mq/src/Mq.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateBrokerCommand, diff --git a/clients/client-mq/src/MqClient.ts b/clients/client-mq/src/MqClient.ts index 81150487b21d..66e990b58233 100644 --- a/clients/client-mq/src/MqClient.ts +++ b/clients/client-mq/src/MqClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateBrokerCommandInput, CreateBrokerCommandOutput } from "./commands/CreateBrokerCommand"; @@ -171,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -280,7 +278,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mq/src/commands/CreateBrokerCommand.ts b/clients/client-mq/src/commands/CreateBrokerCommand.ts index 5f787defee57..837486f7c8e4 100644 --- a/clients/client-mq/src/commands/CreateBrokerCommand.ts +++ b/clients/client-mq/src/commands/CreateBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBrokerRequest, CreateBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/CreateConfigurationCommand.ts b/clients/client-mq/src/commands/CreateConfigurationCommand.ts index 8b23d1fade00..93490ece1adf 100644 --- a/clients/client-mq/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/CreateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/CreateTagsCommand.ts b/clients/client-mq/src/commands/CreateTagsCommand.ts index b8d9e6272028..60c37e702132 100644 --- a/clients/client-mq/src/commands/CreateTagsCommand.ts +++ b/clients/client-mq/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTagsRequest } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/CreateUserCommand.ts b/clients/client-mq/src/commands/CreateUserCommand.ts index 919cf077a60a..8dffd830cfce 100644 --- a/clients/client-mq/src/commands/CreateUserCommand.ts +++ b/clients/client-mq/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DeleteBrokerCommand.ts b/clients/client-mq/src/commands/DeleteBrokerCommand.ts index fb68c5e066bf..5f7966eeda68 100644 --- a/clients/client-mq/src/commands/DeleteBrokerCommand.ts +++ b/clients/client-mq/src/commands/DeleteBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBrokerRequest, DeleteBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DeleteTagsCommand.ts b/clients/client-mq/src/commands/DeleteTagsCommand.ts index ef53172494c4..be5e1113b2c4 100644 --- a/clients/client-mq/src/commands/DeleteTagsCommand.ts +++ b/clients/client-mq/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagsRequest } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DeleteUserCommand.ts b/clients/client-mq/src/commands/DeleteUserCommand.ts index d0114b07fb7e..544622d29a62 100644 --- a/clients/client-mq/src/commands/DeleteUserCommand.ts +++ b/clients/client-mq/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeBrokerCommand.ts b/clients/client-mq/src/commands/DescribeBrokerCommand.ts index ea08f9c8dd94..9064387ab57c 100644 --- a/clients/client-mq/src/commands/DescribeBrokerCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBrokerRequest, DescribeBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts index 60fb8e866e97..532c59be74eb 100644 --- a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBrokerEngineTypesRequest, DescribeBrokerEngineTypesResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts index 047639754117..984cc9eddf36 100644 --- a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBrokerInstanceOptionsRequest, DescribeBrokerInstanceOptionsResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts index 669d3025e71d..8c8e8d53c17f 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts index f00c68e08019..63fa824f394d 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/DescribeUserCommand.ts b/clients/client-mq/src/commands/DescribeUserCommand.ts index 3187d4ab9b34..b750ffb50bbc 100644 --- a/clients/client-mq/src/commands/DescribeUserCommand.ts +++ b/clients/client-mq/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/ListBrokersCommand.ts b/clients/client-mq/src/commands/ListBrokersCommand.ts index 4a7419785ef3..d127409e39c9 100644 --- a/clients/client-mq/src/commands/ListBrokersCommand.ts +++ b/clients/client-mq/src/commands/ListBrokersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBrokersRequest, ListBrokersResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts index 50069d03955f..b1544340e199 100644 --- a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/ListConfigurationsCommand.ts b/clients/client-mq/src/commands/ListConfigurationsCommand.ts index b751753f2c72..fbc353a6d43a 100644 --- a/clients/client-mq/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/ListTagsCommand.ts b/clients/client-mq/src/commands/ListTagsCommand.ts index dfe9a61cc04c..884873756fbd 100644 --- a/clients/client-mq/src/commands/ListTagsCommand.ts +++ b/clients/client-mq/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/ListUsersCommand.ts b/clients/client-mq/src/commands/ListUsersCommand.ts index dc7561a93267..aa6497672144 100644 --- a/clients/client-mq/src/commands/ListUsersCommand.ts +++ b/clients/client-mq/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/PromoteCommand.ts b/clients/client-mq/src/commands/PromoteCommand.ts index 19e897e75daf..9910930d0461 100644 --- a/clients/client-mq/src/commands/PromoteCommand.ts +++ b/clients/client-mq/src/commands/PromoteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromoteRequest, PromoteResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/RebootBrokerCommand.ts b/clients/client-mq/src/commands/RebootBrokerCommand.ts index d19f2a915308..66eb9ee77938 100644 --- a/clients/client-mq/src/commands/RebootBrokerCommand.ts +++ b/clients/client-mq/src/commands/RebootBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/UpdateBrokerCommand.ts b/clients/client-mq/src/commands/UpdateBrokerCommand.ts index 2f49779d82ff..39800e23d317 100644 --- a/clients/client-mq/src/commands/UpdateBrokerCommand.ts +++ b/clients/client-mq/src/commands/UpdateBrokerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateBrokerRequest, UpdateBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts index 67fb84dde0a0..404b4da8318a 100644 --- a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/commands/UpdateUserCommand.ts b/clients/client-mq/src/commands/UpdateUserCommand.ts index 3f8d594b59ed..651e169bcbd0 100644 --- a/clients/client-mq/src/commands/UpdateUserCommand.ts +++ b/clients/client-mq/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; diff --git a/clients/client-mq/src/endpoint/EndpointParameters.ts b/clients/client-mq/src/endpoint/EndpointParameters.ts index 6f33fca1f7a3..085894868462 100644 --- a/clients/client-mq/src/endpoint/EndpointParameters.ts +++ b/clients/client-mq/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mq/src/endpoint/endpointResolver.ts b/clients/client-mq/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mq/src/endpoint/endpointResolver.ts +++ b/clients/client-mq/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mq/src/endpoint/ruleset.ts b/clients/client-mq/src/endpoint/ruleset.ts index 146a55d3fd70..70987dd90f3b 100644 --- a/clients/client-mq/src/endpoint/ruleset.ts +++ b/clients/client-mq/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mq/src/models/MqServiceException.ts b/clients/client-mq/src/models/MqServiceException.ts index f6f96c3c1b61..9fa2fa128c97 100644 --- a/clients/client-mq/src/models/MqServiceException.ts +++ b/clients/client-mq/src/models/MqServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mq/src/models/models_0.ts b/clients/client-mq/src/models/models_0.ts index c4b82ffd815b..eb0ee363d01c 100644 --- a/clients/client-mq/src/models/models_0.ts +++ b/clients/client-mq/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MqServiceException as __BaseException } from "./MqServiceException"; diff --git a/clients/client-mq/src/pagination/Interfaces.ts b/clients/client-mq/src/pagination/Interfaces.ts index 90850aa62ab5..27d90a7b4198 100644 --- a/clients/client-mq/src/pagination/Interfaces.ts +++ b/clients/client-mq/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MqClient } from "../MqClient"; diff --git a/clients/client-mq/src/pagination/ListBrokersPaginator.ts b/clients/client-mq/src/pagination/ListBrokersPaginator.ts index c60757ba9467..96278b2a8ff6 100644 --- a/clients/client-mq/src/pagination/ListBrokersPaginator.ts +++ b/clients/client-mq/src/pagination/ListBrokersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBrokersCommand, ListBrokersCommandInput, ListBrokersCommandOutput } from "../commands/ListBrokersCommand"; import { MqClient } from "../MqClient"; diff --git a/clients/client-mq/src/protocols/Aws_restJson1.ts b/clients/client-mq/src/protocols/Aws_restJson1.ts index d714b036c5ce..dc35b99407ec 100644 --- a/clients/client-mq/src/protocols/Aws_restJson1.ts +++ b/clients/client-mq/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateBrokerCommandInput, CreateBrokerCommandOutput } from "../commands/CreateBrokerCommand"; diff --git a/clients/client-mq/src/runtimeConfig.browser.ts b/clients/client-mq/src/runtimeConfig.browser.ts index 79ebd6ee4866..93397513f688 100644 --- a/clients/client-mq/src/runtimeConfig.browser.ts +++ b/clients/client-mq/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MqClientConfig } from "./MqClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mq/src/runtimeConfig.shared.ts b/clients/client-mq/src/runtimeConfig.shared.ts index ae5aaeccfb2f..440b95f79325 100644 --- a/clients/client-mq/src/runtimeConfig.shared.ts +++ b/clients/client-mq/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MqClientConfig } from "./MqClient"; diff --git a/clients/client-mq/src/runtimeConfig.ts b/clients/client-mq/src/runtimeConfig.ts index 6f2928adbf91..b850652598b3 100644 --- a/clients/client-mq/src/runtimeConfig.ts +++ b/clients/client-mq/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MqClientConfig } from "./MqClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index d80393c96876..4285e479ba6a 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mturk/src/MTurk.ts b/clients/client-mturk/src/MTurk.ts index 88b2d29bdb4f..44b5b88fe741 100644 --- a/clients/client-mturk/src/MTurk.ts +++ b/clients/client-mturk/src/MTurk.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptQualificationRequestCommand, diff --git a/clients/client-mturk/src/MTurkClient.ts b/clients/client-mturk/src/MTurkClient.ts index b776fba18dd0..abaf57d6af74 100644 --- a/clients/client-mturk/src/MTurkClient.ts +++ b/clients/client-mturk/src/MTurkClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -261,7 +259,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -370,7 +368,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts index 0a824318399e..c773dc85d09f 100644 --- a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptQualificationRequestRequest, AcceptQualificationRequestResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts index 8cffaf269924..73b43f9b0aca 100644 --- a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApproveAssignmentRequest, ApproveAssignmentResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts index 551abbe7fbb0..b1de8c137492 100644 --- a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts +++ b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateQualificationWithWorkerRequest, AssociateQualificationWithWorkerResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts index 67a554624b14..ada31e312548 100644 --- a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAdditionalAssignmentsForHITRequest, diff --git a/clients/client-mturk/src/commands/CreateHITCommand.ts b/clients/client-mturk/src/commands/CreateHITCommand.ts index cc971a39e9c5..a532821d71bb 100644 --- a/clients/client-mturk/src/commands/CreateHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHITRequest, CreateHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts index 1b2989dd3062..4bcbb90b76a1 100644 --- a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts index 74454a249fd7..1e3304ac8bf4 100644 --- a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts index 34ec83eb19fd..40af9bf3f02e 100644 --- a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts index ebf8a8840229..b9f538797ba5 100644 --- a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/DeleteHITCommand.ts b/clients/client-mturk/src/commands/DeleteHITCommand.ts index e4311cfa8178..7d7273ce120e 100644 --- a/clients/client-mturk/src/commands/DeleteHITCommand.ts +++ b/clients/client-mturk/src/commands/DeleteHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts index baa5f84c2e0f..4883f98f636a 100644 --- a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts index e64a235305de..8a94e42e5bcd 100644 --- a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts index 85c9ac7fe5db..7b1855d11c4a 100644 --- a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts +++ b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateQualificationFromWorkerRequest, diff --git a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts index 799d8da9ae13..6d67edce685b 100644 --- a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts +++ b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/GetAssignmentCommand.ts b/clients/client-mturk/src/commands/GetAssignmentCommand.ts index 39797be2ce7f..589c27484f26 100644 --- a/clients/client-mturk/src/commands/GetAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/GetAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts index 2d204d94ec28..f3a19561e07d 100644 --- a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts +++ b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/GetHITCommand.ts b/clients/client-mturk/src/commands/GetHITCommand.ts index bd9dc22c5961..262793a3b91d 100644 --- a/clients/client-mturk/src/commands/GetHITCommand.ts +++ b/clients/client-mturk/src/commands/GetHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHITRequest, GetHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts index a6727caf728e..5042a1279da6 100644 --- a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts index d35e651ac3c6..a65cecbd643e 100644 --- a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetQualificationTypeRequest, GetQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts index 1a8c9b75554b..f2d307a4812f 100644 --- a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts index e7ed75e830fc..5fd12d861252 100644 --- a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts +++ b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListHITsCommand.ts b/clients/client-mturk/src/commands/ListHITsCommand.ts index e31bb3145bed..1010de842632 100644 --- a/clients/client-mturk/src/commands/ListHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHITsRequest, ListHITsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts index 4cc66b1f219c..eb032b5fde9a 100644 --- a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHITsForQualificationTypeRequest, ListHITsForQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts index 921af3126eca..80e8678e818b 100644 --- a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts index af1ad95eb64f..c6a193f08388 100644 --- a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListQualificationTypesRequest, ListQualificationTypesResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts index 517b0dd6100d..6cf5d46697f7 100644 --- a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReviewPolicyResultsForHITRequest, ListReviewPolicyResultsForHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts index 0fc9dfac6933..b456ed9bb1f8 100644 --- a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts index a0e5cb1784a7..5d838bbdc079 100644 --- a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts index 6de3e1418b6d..04cb5eee29c0 100644 --- a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkersWithQualificationTypeRequest, ListWorkersWithQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts index be3eb5e06d75..38c2dccd661f 100644 --- a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts +++ b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts index ba08b7e4e5a9..18ce878e68cd 100644 --- a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts index 7feedaea5197..45a87239f732 100644 --- a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/SendBonusCommand.ts b/clients/client-mturk/src/commands/SendBonusCommand.ts index 41329d146b51..2ca977b39871 100644 --- a/clients/client-mturk/src/commands/SendBonusCommand.ts +++ b/clients/client-mturk/src/commands/SendBonusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendBonusRequest, SendBonusResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts index 8f0fe3086747..cccbe0938dd3 100644 --- a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts +++ b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts index a95de2f32552..4c60c35a85b3 100644 --- a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts index 3de402b56a71..b7621d1f31c3 100644 --- a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts index 5f36532d132d..5297b94aef9a 100644 --- a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts index f58186a5d4dc..896c06ff46ff 100644 --- a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts +++ b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts index ed687986f901..a0ae79253dec 100644 --- a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; diff --git a/clients/client-mturk/src/endpoint/EndpointParameters.ts b/clients/client-mturk/src/endpoint/EndpointParameters.ts index a7dfdc0e424c..082d2067c17a 100644 --- a/clients/client-mturk/src/endpoint/EndpointParameters.ts +++ b/clients/client-mturk/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mturk/src/endpoint/endpointResolver.ts b/clients/client-mturk/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mturk/src/endpoint/endpointResolver.ts +++ b/clients/client-mturk/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mturk/src/endpoint/ruleset.ts b/clients/client-mturk/src/endpoint/ruleset.ts index 62e96832a436..2d3caf9f8e5d 100644 --- a/clients/client-mturk/src/endpoint/ruleset.ts +++ b/clients/client-mturk/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mturk/src/models/MTurkServiceException.ts b/clients/client-mturk/src/models/MTurkServiceException.ts index e13b272198f6..8962171dbe61 100644 --- a/clients/client-mturk/src/models/MTurkServiceException.ts +++ b/clients/client-mturk/src/models/MTurkServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mturk/src/models/models_0.ts b/clients/client-mturk/src/models/models_0.ts index afba1865b604..48289788251a 100644 --- a/clients/client-mturk/src/models/models_0.ts +++ b/clients/client-mturk/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MTurkServiceException as __BaseException } from "./MTurkServiceException"; diff --git a/clients/client-mturk/src/pagination/Interfaces.ts b/clients/client-mturk/src/pagination/Interfaces.ts index 306c73f22d95..23e79557aee6 100644 --- a/clients/client-mturk/src/pagination/Interfaces.ts +++ b/clients/client-mturk/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MTurkClient } from "../MTurkClient"; diff --git a/clients/client-mturk/src/pagination/ListAssignmentsForHITPaginator.ts b/clients/client-mturk/src/pagination/ListAssignmentsForHITPaginator.ts index a57ab64b8578..fd107fb0dd7e 100644 --- a/clients/client-mturk/src/pagination/ListAssignmentsForHITPaginator.ts +++ b/clients/client-mturk/src/pagination/ListAssignmentsForHITPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssignmentsForHITCommand, diff --git a/clients/client-mturk/src/pagination/ListBonusPaymentsPaginator.ts b/clients/client-mturk/src/pagination/ListBonusPaymentsPaginator.ts index a0eb1923881d..11324da18019 100644 --- a/clients/client-mturk/src/pagination/ListBonusPaymentsPaginator.ts +++ b/clients/client-mturk/src/pagination/ListBonusPaymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBonusPaymentsCommand, diff --git a/clients/client-mturk/src/pagination/ListHITsForQualificationTypePaginator.ts b/clients/client-mturk/src/pagination/ListHITsForQualificationTypePaginator.ts index a2c7aa599bdf..2794ec58d63b 100644 --- a/clients/client-mturk/src/pagination/ListHITsForQualificationTypePaginator.ts +++ b/clients/client-mturk/src/pagination/ListHITsForQualificationTypePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHITsForQualificationTypeCommand, diff --git a/clients/client-mturk/src/pagination/ListHITsPaginator.ts b/clients/client-mturk/src/pagination/ListHITsPaginator.ts index b780940311f3..9cb3e491ca7d 100644 --- a/clients/client-mturk/src/pagination/ListHITsPaginator.ts +++ b/clients/client-mturk/src/pagination/ListHITsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHITsCommand, ListHITsCommandInput, ListHITsCommandOutput } from "../commands/ListHITsCommand"; import { MTurkClient } from "../MTurkClient"; diff --git a/clients/client-mturk/src/pagination/ListQualificationRequestsPaginator.ts b/clients/client-mturk/src/pagination/ListQualificationRequestsPaginator.ts index 3b4f97322621..09eb9ee9e1c5 100644 --- a/clients/client-mturk/src/pagination/ListQualificationRequestsPaginator.ts +++ b/clients/client-mturk/src/pagination/ListQualificationRequestsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQualificationRequestsCommand, diff --git a/clients/client-mturk/src/pagination/ListQualificationTypesPaginator.ts b/clients/client-mturk/src/pagination/ListQualificationTypesPaginator.ts index 4cd87698ccca..42e8bd4bf3f7 100644 --- a/clients/client-mturk/src/pagination/ListQualificationTypesPaginator.ts +++ b/clients/client-mturk/src/pagination/ListQualificationTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQualificationTypesCommand, diff --git a/clients/client-mturk/src/pagination/ListReviewPolicyResultsForHITPaginator.ts b/clients/client-mturk/src/pagination/ListReviewPolicyResultsForHITPaginator.ts index 240c4a0bf8c3..bcbc64809ce0 100644 --- a/clients/client-mturk/src/pagination/ListReviewPolicyResultsForHITPaginator.ts +++ b/clients/client-mturk/src/pagination/ListReviewPolicyResultsForHITPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReviewPolicyResultsForHITCommand, diff --git a/clients/client-mturk/src/pagination/ListReviewableHITsPaginator.ts b/clients/client-mturk/src/pagination/ListReviewableHITsPaginator.ts index c431778f0868..4efa960ccdd0 100644 --- a/clients/client-mturk/src/pagination/ListReviewableHITsPaginator.ts +++ b/clients/client-mturk/src/pagination/ListReviewableHITsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReviewableHITsCommand, diff --git a/clients/client-mturk/src/pagination/ListWorkerBlocksPaginator.ts b/clients/client-mturk/src/pagination/ListWorkerBlocksPaginator.ts index 206aadaedd76..1c780c06dea7 100644 --- a/clients/client-mturk/src/pagination/ListWorkerBlocksPaginator.ts +++ b/clients/client-mturk/src/pagination/ListWorkerBlocksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkerBlocksCommand, diff --git a/clients/client-mturk/src/pagination/ListWorkersWithQualificationTypePaginator.ts b/clients/client-mturk/src/pagination/ListWorkersWithQualificationTypePaginator.ts index 9f1927ef8630..47dc63270da2 100644 --- a/clients/client-mturk/src/pagination/ListWorkersWithQualificationTypePaginator.ts +++ b/clients/client-mturk/src/pagination/ListWorkersWithQualificationTypePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkersWithQualificationTypeCommand, diff --git a/clients/client-mturk/src/protocols/Aws_json1_1.ts b/clients/client-mturk/src/protocols/Aws_json1_1.ts index 728f443f71e4..21ea5c21280b 100644 --- a/clients/client-mturk/src/protocols/Aws_json1_1.ts +++ b/clients/client-mturk/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptQualificationRequestCommandInput, diff --git a/clients/client-mturk/src/runtimeConfig.browser.ts b/clients/client-mturk/src/runtimeConfig.browser.ts index e6a2fde9806b..b2377e85a41d 100644 --- a/clients/client-mturk/src/runtimeConfig.browser.ts +++ b/clients/client-mturk/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MTurkClientConfig } from "./MTurkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mturk/src/runtimeConfig.shared.ts b/clients/client-mturk/src/runtimeConfig.shared.ts index bdf1700b88ff..0c5a43d7341e 100644 --- a/clients/client-mturk/src/runtimeConfig.shared.ts +++ b/clients/client-mturk/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MTurkClientConfig } from "./MTurkClient"; diff --git a/clients/client-mturk/src/runtimeConfig.ts b/clients/client-mturk/src/runtimeConfig.ts index 76b6514de8c0..52b61984de79 100644 --- a/clients/client-mturk/src/runtimeConfig.ts +++ b/clients/client-mturk/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MTurkClientConfig } from "./MTurkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-mwaa/package.json b/clients/client-mwaa/package.json index f1ccf0110a48..715f2f5a0ac4 100644 --- a/clients/client-mwaa/package.json +++ b/clients/client-mwaa/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-mwaa/src/MWAA.ts b/clients/client-mwaa/src/MWAA.ts index 56101df79bad..283d0248d80e 100644 --- a/clients/client-mwaa/src/MWAA.ts +++ b/clients/client-mwaa/src/MWAA.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateCliTokenCommand, diff --git a/clients/client-mwaa/src/MWAAClient.ts b/clients/client-mwaa/src/MWAAClient.ts index be1cfc33f52c..5a80f64cf331 100644 --- a/clients/client-mwaa/src/MWAAClient.ts +++ b/clients/client-mwaa/src/MWAAClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateCliTokenCommandInput, CreateCliTokenCommandOutput } from "./commands/CreateCliTokenCommand"; @@ -120,7 +118,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -229,7 +227,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts index 3618fcddc80f..9dd07849a84a 100644 --- a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCliTokenRequest, diff --git a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts index 0cf14b65d2d0..85e8fe5dbf6d 100644 --- a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentInput, diff --git a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts index 93fff2705dbe..179d9007697a 100644 --- a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebLoginTokenRequest, diff --git a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts index efdb65f72286..2effe526e81c 100644 --- a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEnvironmentInput, DeleteEnvironmentOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts index c13fa3b9ba8e..f25fd21aec0b 100644 --- a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnvironmentInput, GetEnvironmentOutput, GetEnvironmentOutputFilterSensitiveLog } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts index 8ab9b28f3176..8ee177a2ad4e 100644 --- a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentsInput, ListEnvironmentsOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts index df11fb3246ad..3a8a8b7777e6 100644 --- a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts index 34bd83d70a2e..7474ddad4e34 100644 --- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PublishMetricsInput, PublishMetricsOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/TagResourceCommand.ts b/clients/client-mwaa/src/commands/TagResourceCommand.ts index c7be9c11a62d..02355095b843 100644 --- a/clients/client-mwaa/src/commands/TagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/UntagResourceCommand.ts b/clients/client-mwaa/src/commands/UntagResourceCommand.ts index e3faf9f7cc4d..47933540afe3 100644 --- a/clients/client-mwaa/src/commands/UntagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts index 23bd65206475..cbda96350500 100644 --- a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEnvironmentInput, diff --git a/clients/client-mwaa/src/endpoint/EndpointParameters.ts b/clients/client-mwaa/src/endpoint/EndpointParameters.ts index 628214b72de1..aa7b1a98891d 100644 --- a/clients/client-mwaa/src/endpoint/EndpointParameters.ts +++ b/clients/client-mwaa/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-mwaa/src/endpoint/endpointResolver.ts b/clients/client-mwaa/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-mwaa/src/endpoint/endpointResolver.ts +++ b/clients/client-mwaa/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-mwaa/src/endpoint/ruleset.ts b/clients/client-mwaa/src/endpoint/ruleset.ts index cc910efc860d..360c36c0391d 100644 --- a/clients/client-mwaa/src/endpoint/ruleset.ts +++ b/clients/client-mwaa/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-mwaa/src/models/MWAAServiceException.ts b/clients/client-mwaa/src/models/MWAAServiceException.ts index 6481c86687f8..82d52fda147a 100644 --- a/clients/client-mwaa/src/models/MWAAServiceException.ts +++ b/clients/client-mwaa/src/models/MWAAServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-mwaa/src/models/models_0.ts b/clients/client-mwaa/src/models/models_0.ts index a3fd0d6d3193..3ae3f8d4896d 100644 --- a/clients/client-mwaa/src/models/models_0.ts +++ b/clients/client-mwaa/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { MWAAServiceException as __BaseException } from "./MWAAServiceException"; diff --git a/clients/client-mwaa/src/pagination/Interfaces.ts b/clients/client-mwaa/src/pagination/Interfaces.ts index 908d1af30e88..f3d185ca51e4 100644 --- a/clients/client-mwaa/src/pagination/Interfaces.ts +++ b/clients/client-mwaa/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { MWAAClient } from "../MWAAClient"; diff --git a/clients/client-mwaa/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-mwaa/src/pagination/ListEnvironmentsPaginator.ts index fcb99327073d..b6470b3fdda2 100644 --- a/clients/client-mwaa/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-mwaa/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentsCommand, diff --git a/clients/client-mwaa/src/protocols/Aws_restJson1.ts b/clients/client-mwaa/src/protocols/Aws_restJson1.ts index 9e81dd735d9a..34b596f5efeb 100644 --- a/clients/client-mwaa/src/protocols/Aws_restJson1.ts +++ b/clients/client-mwaa/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,14 +20,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCliTokenCommandInput, CreateCliTokenCommandOutput } from "../commands/CreateCliTokenCommand"; import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand"; diff --git a/clients/client-mwaa/src/runtimeConfig.browser.ts b/clients/client-mwaa/src/runtimeConfig.browser.ts index 3e4daef2053a..f3906ce42e1e 100644 --- a/clients/client-mwaa/src/runtimeConfig.browser.ts +++ b/clients/client-mwaa/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MWAAClientConfig } from "./MWAAClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-mwaa/src/runtimeConfig.shared.ts b/clients/client-mwaa/src/runtimeConfig.shared.ts index 93b6e52ed9e5..aa255862a08e 100644 --- a/clients/client-mwaa/src/runtimeConfig.shared.ts +++ b/clients/client-mwaa/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { MWAAClientConfig } from "./MWAAClient"; diff --git a/clients/client-mwaa/src/runtimeConfig.ts b/clients/client-mwaa/src/runtimeConfig.ts index 9d0c31f59e89..02cc05b656bd 100644 --- a/clients/client-mwaa/src/runtimeConfig.ts +++ b/clients/client-mwaa/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { MWAAClientConfig } from "./MWAAClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index b8fae67becda..09411b4a954a 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-rds": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-neptune/src/Neptune.ts b/clients/client-neptune/src/Neptune.ts index fe17f0eae77c..7b8a5daf7309 100644 --- a/clients/client-neptune/src/Neptune.ts +++ b/clients/client-neptune/src/Neptune.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddRoleToDBClusterCommand, diff --git a/clients/client-neptune/src/NeptuneClient.ts b/clients/client-neptune/src/NeptuneClient.ts index 8c2d5c72c6a7..0ddcd220df83 100644 --- a/clients/client-neptune/src/NeptuneClient.ts +++ b/clients/client-neptune/src/NeptuneClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand"; @@ -453,7 +451,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -562,7 +560,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts index 51b3c7a15d6e..15d3221b0504 100644 --- a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddRoleToDBClusterMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 5b1d93165f94..cf4374cb45a3 100644 --- a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts index 9e1655ea85d1..8110b9258d5c 100644 --- a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts index 1f173fa92b44..1d850df51d08 100644 --- a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts index 4fd7c637ea10..5991428af251 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts index 65e3e967f458..7eb4e2294494 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts index c43d6648ae50..68c727942ad4 100644 --- a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBParameterGroupMessage, CopyDBParameterGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts index 81c20f0a694b..90021d223523 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts index 9f788d99987a..c5b1e2aa569c 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterEndpointMessage, CreateDBClusterEndpointOutput } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts index cfbc027d8433..d14568a34186 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts index 197f68c7360a..f6b8395722df 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts index 99706b8f22b8..858cf2976aeb 100644 --- a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts index f3aa0ae84b30..62b2fc1a0be8 100644 --- a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBParameterGroupMessage, CreateDBParameterGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts index 185a802008c2..e4b8b94133ec 100644 --- a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts index c1c02dca269a..c5999307f57f 100644 --- a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts index 520f047f6428..65aa22d573e3 100644 --- a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts index a02fdc893829..a49741f1606f 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts index daea22e51f9f..dd8b46649ffe 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterEndpointMessage, DeleteDBClusterEndpointOutput } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts index 993328ee62bb..e40f1518975c 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts index e3dc29301dc6..7b7669e17a69 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts index 8a5549d36ec4..dafced57b3d5 100644 --- a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts index 41f631427bee..93bcc82da256 100644 --- a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts index 5a44770c293d..7cb53d3a60d4 100644 --- a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBSubnetGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts index 80b34e141638..b3aee0503284 100644 --- a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts index b5d97cb7126c..bac7f1ed7ca3 100644 --- a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts index cce85e34564f..bba2c4c4d39a 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts index d72eb36148e6..d043d90fb2f8 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts index ed7ee04c8124..b6ef9362b204 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 56f93d306e87..a6559de5b7d8 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBClusterSnapshotAttributesMessage, diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts index 7ce19a345007..8a0937f738c1 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts index cf17442b9597..4950e3b6719d 100644 --- a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts index 6574f4458aa9..791b2ed6f40f 100644 --- a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts index 7e2315afcd8d..dd435342c248 100644 --- a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts index 233a3b301f6b..fc371e5d7b35 100644 --- a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts index 209131d9cd73..d53cf35d3933 100644 --- a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts index 7671078094a4..c6b5e2d7583e 100644 --- a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 745b166e54aa..f43bd7531e0d 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEngineDefaultClusterParametersMessage, diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts index 6f2e85d33380..715c29f34b80 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEngineDefaultParametersMessage, DescribeEngineDefaultParametersResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts index 1a4ce182e2bb..0b515bf2056c 100644 --- a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts index 13bda2807fe8..a4f2646a88ee 100644 --- a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeEventsCommand.ts b/clients/client-neptune/src/commands/DescribeEventsCommand.ts index f877aa608a27..7ac286268396 100644 --- a/clients/client-neptune/src/commands/DescribeEventsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts index 1820b9729cca..1c92703c5526 100644 --- a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 16af8caeb9c7..681aa4c73fb8 100644 --- a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts index 0d6b6a963ab8..9c8b46c0f3b3 100644 --- a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts index c5d99db12f3e..58b1009caa7f 100644 --- a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeValidDBInstanceModificationsMessage, diff --git a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts index cea6a1affdc3..27e0c32d17e6 100644 --- a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts index 80a866abecb1..38a4f7d265fa 100644 --- a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts index 603af25acc5b..db847f20e78b 100644 --- a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts index c588f7e004a0..040cf12b25b7 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts index cb9bc2027b3e..622fbcdd482a 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBClusterEndpointMessage, ModifyDBClusterEndpointOutput } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts index 8d7ce73dd608..f8d25715770d 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index d2863cc09cf7..c2a684711cb1 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts index c374bbbbdd6d..400b4be5f971 100644 --- a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts index a0fd16d5c491..b429dde0e6cb 100644 --- a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupNameMessage, ModifyDBParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts index fd35d643ac39..fa477449e5ac 100644 --- a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts index d41d7191c3d6..9397d202a2e7 100644 --- a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts index 8a087b8d501e..d5b4a3128b26 100644 --- a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts index 22f6be52542f..b0ab83eb7187 100644 --- a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromoteReadReplicaDBClusterMessage, PromoteReadReplicaDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts index c18b6a1adc36..2c039bca0f90 100644 --- a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts index ea1bb82f9775..7f5078a4472b 100644 --- a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts index 5fc34010c22f..56371439f9cb 100644 --- a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveRoleFromDBClusterMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 06e75ec90e21..ceedf55e04d2 100644 --- a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveSourceIdentifierFromSubscriptionMessage, diff --git a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts index 3ae07136c26d..d21a8590ac85 100644 --- a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveTagsFromResourceMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts index 877da317b16c..5bd6c54adf2f 100644 --- a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts index ce729dc7e590..9f211e7bfe3c 100644 --- a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 7878d22e18f8..bfe995ec9832 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 15e9b05222e8..5e0e738acdf0 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/StartDBClusterCommand.ts b/clients/client-neptune/src/commands/StartDBClusterCommand.ts index d3ea047d6327..432c8c5b42c9 100644 --- a/clients/client-neptune/src/commands/StartDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StartDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/commands/StopDBClusterCommand.ts b/clients/client-neptune/src/commands/StopDBClusterCommand.ts index 8832a728260b..f90c8ae3e3ef 100644 --- a/clients/client-neptune/src/commands/StopDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StopDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/endpoint/EndpointParameters.ts b/clients/client-neptune/src/endpoint/EndpointParameters.ts index 00961a06efd6..f2ab6786461d 100644 --- a/clients/client-neptune/src/endpoint/EndpointParameters.ts +++ b/clients/client-neptune/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-neptune/src/endpoint/endpointResolver.ts b/clients/client-neptune/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-neptune/src/endpoint/endpointResolver.ts +++ b/clients/client-neptune/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-neptune/src/endpoint/ruleset.ts b/clients/client-neptune/src/endpoint/ruleset.ts index 6ab2bc3f03f8..2211bccc6d52 100644 --- a/clients/client-neptune/src/endpoint/ruleset.ts +++ b/clients/client-neptune/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-neptune/src/models/NeptuneServiceException.ts b/clients/client-neptune/src/models/NeptuneServiceException.ts index def0de48dce8..4b6dd0246501 100644 --- a/clients/client-neptune/src/models/NeptuneServiceException.ts +++ b/clients/client-neptune/src/models/NeptuneServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-neptune/src/models/models_0.ts b/clients/client-neptune/src/models/models_0.ts index 58d956b6d0ff..89f7176f4b13 100644 --- a/clients/client-neptune/src/models/models_0.ts +++ b/clients/client-neptune/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { NeptuneServiceException as __BaseException } from "./NeptuneServiceException"; diff --git a/clients/client-neptune/src/pagination/DescribeDBClusterEndpointsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBClusterEndpointsPaginator.ts index 8a37fe63505f..5c445fd2788f 100644 --- a/clients/client-neptune/src/pagination/DescribeDBClusterEndpointsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBClusterEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterEndpointsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts index 4a977b7c854f..6647e3904961 100644 --- a/clients/client-neptune/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParameterGroupsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBClusterParametersPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBClusterParametersPaginator.ts index 9fe2abdc432f..30fd9140a48f 100644 --- a/clients/client-neptune/src/pagination/DescribeDBClusterParametersPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBClusterParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParametersCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBClusterSnapshotsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBClusterSnapshotsPaginator.ts index 9e0c7d1af4dd..a63d4e3de2a3 100644 --- a/clients/client-neptune/src/pagination/DescribeDBClusterSnapshotsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBClusterSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterSnapshotsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBClustersPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBClustersPaginator.ts index 084e635c7c80..5a32dd6ee530 100644 --- a/clients/client-neptune/src/pagination/DescribeDBClustersPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClustersCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBEngineVersionsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBEngineVersionsPaginator.ts index 94e4076cd9bf..c98d833fcbf3 100644 --- a/clients/client-neptune/src/pagination/DescribeDBEngineVersionsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBEngineVersionsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBInstancesPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBInstancesPaginator.ts index 059bd114cbae..41f18eede5ea 100644 --- a/clients/client-neptune/src/pagination/DescribeDBInstancesPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBInstancesCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBParameterGroupsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBParameterGroupsPaginator.ts index f07761495911..152c6dc16567 100644 --- a/clients/client-neptune/src/pagination/DescribeDBParameterGroupsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBParameterGroupsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBParametersPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBParametersPaginator.ts index 7b4f5251e214..f5755c939fe0 100644 --- a/clients/client-neptune/src/pagination/DescribeDBParametersPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBParametersCommand, diff --git a/clients/client-neptune/src/pagination/DescribeDBSubnetGroupsPaginator.ts b/clients/client-neptune/src/pagination/DescribeDBSubnetGroupsPaginator.ts index 1d5d19477563..c210456c9485 100644 --- a/clients/client-neptune/src/pagination/DescribeDBSubnetGroupsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeDBSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBSubnetGroupsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeEngineDefaultParametersPaginator.ts b/clients/client-neptune/src/pagination/DescribeEngineDefaultParametersPaginator.ts index 362f15ad967b..f512c4cd1d86 100644 --- a/clients/client-neptune/src/pagination/DescribeEngineDefaultParametersPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeEngineDefaultParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEngineDefaultParametersCommand, diff --git a/clients/client-neptune/src/pagination/DescribeEventSubscriptionsPaginator.ts b/clients/client-neptune/src/pagination/DescribeEventSubscriptionsPaginator.ts index 5e2ed039f6e4..ac5b4f28c72b 100644 --- a/clients/client-neptune/src/pagination/DescribeEventSubscriptionsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventSubscriptionsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeEventsPaginator.ts b/clients/client-neptune/src/pagination/DescribeEventsPaginator.ts index 645256c40551..3bdd295ec53b 100644 --- a/clients/client-neptune/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-neptune/src/pagination/DescribeGlobalClustersPaginator.ts b/clients/client-neptune/src/pagination/DescribeGlobalClustersPaginator.ts index 518c1246ca5b..46ff0d3859e7 100644 --- a/clients/client-neptune/src/pagination/DescribeGlobalClustersPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeGlobalClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGlobalClustersCommand, diff --git a/clients/client-neptune/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts b/clients/client-neptune/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts index f86369e0f03a..498089dca83c 100644 --- a/clients/client-neptune/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrderableDBInstanceOptionsCommand, diff --git a/clients/client-neptune/src/pagination/DescribePendingMaintenanceActionsPaginator.ts b/clients/client-neptune/src/pagination/DescribePendingMaintenanceActionsPaginator.ts index d490fd101768..6bec8e910ab0 100644 --- a/clients/client-neptune/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +++ b/clients/client-neptune/src/pagination/DescribePendingMaintenanceActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePendingMaintenanceActionsCommand, diff --git a/clients/client-neptune/src/pagination/Interfaces.ts b/clients/client-neptune/src/pagination/Interfaces.ts index 1797237d5b7b..49ba63626b12 100644 --- a/clients/client-neptune/src/pagination/Interfaces.ts +++ b/clients/client-neptune/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { NeptuneClient } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/protocols/Aws_query.ts b/clients/client-neptune/src/protocols/Aws_query.ts index 24675c3b88d6..751cc5b9bfc9 100644 --- a/clients/client-neptune/src/protocols/Aws_query.ts +++ b/clients/client-neptune/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -13,10 +14,13 @@ import { strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "../commands/AddRoleToDBClusterCommand"; diff --git a/clients/client-neptune/src/runtimeConfig.browser.ts b/clients/client-neptune/src/runtimeConfig.browser.ts index 6f658ad4db09..eaeffced4349 100644 --- a/clients/client-neptune/src/runtimeConfig.browser.ts +++ b/clients/client-neptune/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NeptuneClientConfig } from "./NeptuneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-neptune/src/runtimeConfig.shared.ts b/clients/client-neptune/src/runtimeConfig.shared.ts index c34b7b742039..5b0b6b35c512 100644 --- a/clients/client-neptune/src/runtimeConfig.shared.ts +++ b/clients/client-neptune/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { NeptuneClientConfig } from "./NeptuneClient"; diff --git a/clients/client-neptune/src/runtimeConfig.ts b/clients/client-neptune/src/runtimeConfig.ts index 6330542d4c86..b7a531c2441f 100644 --- a/clients/client-neptune/src/runtimeConfig.ts +++ b/clients/client-neptune/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NeptuneClientConfig } from "./NeptuneClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-neptune/src/waiters/waitForDBInstanceAvailable.ts b/clients/client-neptune/src/waiters/waitForDBInstanceAvailable.ts index 1499259f0317..c02b4b7bf8c3 100644 --- a/clients/client-neptune/src/waiters/waitForDBInstanceAvailable.ts +++ b/clients/client-neptune/src/waiters/waitForDBInstanceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { NeptuneClient } from "../NeptuneClient"; diff --git a/clients/client-neptune/src/waiters/waitForDBInstanceDeleted.ts b/clients/client-neptune/src/waiters/waitForDBInstanceDeleted.ts index b62c4a89063d..1b0287692184 100644 --- a/clients/client-neptune/src/waiters/waitForDBInstanceDeleted.ts +++ b/clients/client-neptune/src/waiters/waitForDBInstanceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { NeptuneClient } from "../NeptuneClient"; diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index 24f204ffc2b5..ea233a566135 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-network-firewall/src/NetworkFirewall.ts b/clients/client-network-firewall/src/NetworkFirewall.ts index 981e79798e35..6d46c589e963 100644 --- a/clients/client-network-firewall/src/NetworkFirewall.ts +++ b/clients/client-network-firewall/src/NetworkFirewall.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateFirewallPolicyCommand, diff --git a/clients/client-network-firewall/src/NetworkFirewallClient.ts b/clients/client-network-firewall/src/NetworkFirewallClient.ts index 1bc5e35e82d1..ac10a196ea76 100644 --- a/clients/client-network-firewall/src/NetworkFirewallClient.ts +++ b/clients/client-network-firewall/src/NetworkFirewallClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -258,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -367,7 +365,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts index 4c5e8448e273..689a4d6cdfb6 100644 --- a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts index 071d8dd021ee..91bf802dd0c7 100644 --- a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts index e8123bf5de4b..cae83ffc931b 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts index 89cce24a6a76..a76d1d0aa82e 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts index 15c8a1888e33..51b0bcf94b0e 100644 --- a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts index 0b30ef1d199d..20ace7123d34 100644 --- a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTLSInspectionConfigurationRequest, CreateTLSInspectionConfigurationResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts index 451986cdad1f..1e1279074ed6 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts index 0d9d1c123441..a532a941cc80 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts index ae0f4a8d8112..6ddfd6e95329 100644 --- a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts index 75875d3d13db..d0434ccb801b 100644 --- a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts index 3f0ae37347fa..0da594095025 100644 --- a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTLSInspectionConfigurationRequest, DeleteTLSInspectionConfigurationResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts index 6ead0991efac..7f2db3194d17 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts index 30f6e506979b..c2b3cc301a2c 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts index 0b232ff047c2..da4ccdeef004 100644 --- a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts index 4840877f63fd..d8ac1be95db5 100644 --- a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts index b8d55e6bc8e5..283fd0e678cb 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts index 9de6e2a0e09a..1cf2d321d709 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts index 47f095ea9b71..cbe99a97de16 100644 --- a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTLSInspectionConfigurationRequest, diff --git a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts index 57e238fb320f..4f7d7eabf581 100644 --- a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts index e058d307247b..a0ab32641cf2 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts index 2877b8e235ec..89dfb8867c4b 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts index 728095982f4b..0ca948d455eb 100644 --- a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts index 8c9fdc6f86c6..15026672516e 100644 --- a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTLSInspectionConfigurationsRequest, ListTLSInspectionConfigurationsResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts index a3462c21e88d..c6c0f37c5f7f 100644 --- a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts index f99ed9167ebf..1da8be6e197f 100644 --- a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/TagResourceCommand.ts b/clients/client-network-firewall/src/commands/TagResourceCommand.ts index 76e141c3dfaf..cbf6809c5664 100644 --- a/clients/client-network-firewall/src/commands/TagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts index ce69dc53a008..9ad13a4f2fbc 100644 --- a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts index 7e08809e639a..63a1433410b5 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts index 7670c063d998..b40723b4a695 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts index e6d5eeb72c2d..9fad4150bb12 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallEncryptionConfigurationRequest, diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts index c473de712c9b..2743534d4c72 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallPolicyChangeProtectionRequest, diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts index 15ff0c213e3d..9ea6eb4728ce 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts index 6440ec0c7c1d..eb7619684311 100644 --- a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts index 780ee78633f5..3cd767e0a6dd 100644 --- a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts index da43fde8ac7a..5f1d1c67a99e 100644 --- a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts index 1b77d2175d5b..55d666668da5 100644 --- a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTLSInspectionConfigurationRequest, UpdateTLSInspectionConfigurationResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/endpoint/EndpointParameters.ts b/clients/client-network-firewall/src/endpoint/EndpointParameters.ts index 6480baa65cc2..0d342ea236fe 100644 --- a/clients/client-network-firewall/src/endpoint/EndpointParameters.ts +++ b/clients/client-network-firewall/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-network-firewall/src/endpoint/endpointResolver.ts b/clients/client-network-firewall/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-network-firewall/src/endpoint/endpointResolver.ts +++ b/clients/client-network-firewall/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-network-firewall/src/endpoint/ruleset.ts b/clients/client-network-firewall/src/endpoint/ruleset.ts index 45bbc7325d86..8ba9863ce036 100644 --- a/clients/client-network-firewall/src/endpoint/ruleset.ts +++ b/clients/client-network-firewall/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts b/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts index 6777dcd9576d..81221218e1ac 100644 --- a/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts +++ b/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-network-firewall/src/models/models_0.ts b/clients/client-network-firewall/src/models/models_0.ts index df8d25950cd6..375bad70ce6a 100644 --- a/clients/client-network-firewall/src/models/models_0.ts +++ b/clients/client-network-firewall/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { NetworkFirewallServiceException as __BaseException } from "./NetworkFirewallServiceException"; diff --git a/clients/client-network-firewall/src/pagination/Interfaces.ts b/clients/client-network-firewall/src/pagination/Interfaces.ts index dee494da63a9..febb8a116eaa 100644 --- a/clients/client-network-firewall/src/pagination/Interfaces.ts +++ b/clients/client-network-firewall/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { NetworkFirewallClient } from "../NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/pagination/ListFirewallPoliciesPaginator.ts b/clients/client-network-firewall/src/pagination/ListFirewallPoliciesPaginator.ts index d8233d053c21..0e488b7d31b7 100644 --- a/clients/client-network-firewall/src/pagination/ListFirewallPoliciesPaginator.ts +++ b/clients/client-network-firewall/src/pagination/ListFirewallPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallPoliciesCommand, diff --git a/clients/client-network-firewall/src/pagination/ListFirewallsPaginator.ts b/clients/client-network-firewall/src/pagination/ListFirewallsPaginator.ts index a01731d01ab5..e4fc079f87ff 100644 --- a/clients/client-network-firewall/src/pagination/ListFirewallsPaginator.ts +++ b/clients/client-network-firewall/src/pagination/ListFirewallsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallsCommand, diff --git a/clients/client-network-firewall/src/pagination/ListRuleGroupsPaginator.ts b/clients/client-network-firewall/src/pagination/ListRuleGroupsPaginator.ts index 031c341030f6..a0bc547ca86c 100644 --- a/clients/client-network-firewall/src/pagination/ListRuleGroupsPaginator.ts +++ b/clients/client-network-firewall/src/pagination/ListRuleGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRuleGroupsCommand, diff --git a/clients/client-network-firewall/src/pagination/ListTLSInspectionConfigurationsPaginator.ts b/clients/client-network-firewall/src/pagination/ListTLSInspectionConfigurationsPaginator.ts index 25ae0f05bfb7..16fafb2e6596 100644 --- a/clients/client-network-firewall/src/pagination/ListTLSInspectionConfigurationsPaginator.ts +++ b/clients/client-network-firewall/src/pagination/ListTLSInspectionConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTLSInspectionConfigurationsCommand, diff --git a/clients/client-network-firewall/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-network-firewall/src/pagination/ListTagsForResourcePaginator.ts index a107b8415c51..4253c813bb7c 100644 --- a/clients/client-network-firewall/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-network-firewall/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-network-firewall/src/protocols/Aws_json1_0.ts b/clients/client-network-firewall/src/protocols/Aws_json1_0.ts index ecb92047a330..411a6f0ca0fd 100644 --- a/clients/client-network-firewall/src/protocols/Aws_json1_0.ts +++ b/clients/client-network-firewall/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFirewallPolicyCommandInput, diff --git a/clients/client-network-firewall/src/runtimeConfig.browser.ts b/clients/client-network-firewall/src/runtimeConfig.browser.ts index 3f119a466df0..4389f6c3d91f 100644 --- a/clients/client-network-firewall/src/runtimeConfig.browser.ts +++ b/clients/client-network-firewall/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NetworkFirewallClientConfig } from "./NetworkFirewallClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-network-firewall/src/runtimeConfig.shared.ts b/clients/client-network-firewall/src/runtimeConfig.shared.ts index 28ed1414d223..22c1540bb2e4 100644 --- a/clients/client-network-firewall/src/runtimeConfig.shared.ts +++ b/clients/client-network-firewall/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { NetworkFirewallClientConfig } from "./NetworkFirewallClient"; diff --git a/clients/client-network-firewall/src/runtimeConfig.ts b/clients/client-network-firewall/src/runtimeConfig.ts index 7b32144b35d6..b9a9861dc534 100644 --- a/clients/client-network-firewall/src/runtimeConfig.ts +++ b/clients/client-network-firewall/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NetworkFirewallClientConfig } from "./NetworkFirewallClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index 0709aeb4b332..2248bcec7d22 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-networkmanager/src/NetworkManager.ts b/clients/client-networkmanager/src/NetworkManager.ts index f0de055e3c3a..3c1c085b4fff 100644 --- a/clients/client-networkmanager/src/NetworkManager.ts +++ b/clients/client-networkmanager/src/NetworkManager.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptAttachmentCommand, diff --git a/clients/client-networkmanager/src/NetworkManagerClient.ts b/clients/client-networkmanager/src/NetworkManagerClient.ts index 244540af0d8f..a897802a2557 100644 --- a/clients/client-networkmanager/src/NetworkManagerClient.ts +++ b/clients/client-networkmanager/src/NetworkManagerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand"; @@ -468,7 +466,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -577,7 +575,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts index 5c325c741f98..09c92634bde0 100644 --- a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts index f917a03ff575..4060153109a4 100644 --- a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts index f814584b129c..b28de9dd6182 100644 --- a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateCustomerGatewayRequest, AssociateCustomerGatewayResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts index 6f9d19303981..cb16d310c983 100644 --- a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateLinkRequest, AssociateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts index 471caf08b0ac..31b826e41079 100644 --- a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTransitGatewayConnectPeerRequest, diff --git a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts index e340933c376a..52bcc65c463c 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectAttachmentRequest, CreateConnectAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts index 6cf5ff95a56e..bf9e4f407326 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectPeerRequest, CreateConnectPeerResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts index 601a7cabc4c6..0ce1ac351205 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts index e818d86fe037..187ec2661d65 100644 --- a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCoreNetworkRequest, CreateCoreNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts index 1c45906ba229..c8914ebb7dbf 100644 --- a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeviceRequest, diff --git a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts index 00870776f455..ec1feedeaa3b 100644 --- a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGlobalNetworkRequest, CreateGlobalNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts index c80e06653ac9..dcc5428a4cca 100644 --- a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLinkRequest, CreateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts index 1a77be8df947..493e75e79f00 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSiteRequest, diff --git a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts index ddecd7917d1a..85edd1e86963 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSiteToSiteVpnAttachmentRequest, CreateSiteToSiteVpnAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts index 1d929ec1267e..c8e70c2df79b 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTransitGatewayPeeringRequest, CreateTransitGatewayPeeringResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts index 657caaeac856..644f70a80f55 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTransitGatewayRouteTableAttachmentRequest, diff --git a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts index 8a3c4a6c36d5..6b1413a2bdc4 100644 --- a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVpcAttachmentRequest, CreateVpcAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts index e28f80808b9a..b29bd90e8f62 100644 --- a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts index 4d167da0f1b0..6a1ffa5aafb2 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectPeerRequest, DeleteConnectPeerResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts index df22bee1473c..963a0d44e08a 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts index c7a0f15360d0..342a49efbd6e 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCoreNetworkRequest, DeleteCoreNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts index 09c2b0c13914..2e5b243de959 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCoreNetworkPolicyVersionRequest, DeleteCoreNetworkPolicyVersionResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts index b466513030aa..0f2210f34775 100644 --- a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDeviceRequest, DeleteDeviceResponse, DeleteDeviceResponseFilterSensitiveLog } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts index 2766bf166fea..35fc66815162 100644 --- a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGlobalNetworkRequest, DeleteGlobalNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts index 4f2fb0bef2a8..6b632e7a3293 100644 --- a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts index c6f097514c1b..51d0f90bba4b 100644 --- a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePeeringRequest, DeletePeeringResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts index 34b0c52a71b4..a9f001c3cd9a 100644 --- a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts index 5ba14d900ab3..c770bb1e2f96 100644 --- a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSiteRequest, DeleteSiteResponse, DeleteSiteResponseFilterSensitiveLog } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts index 5d5bde335b57..cf081c90e496 100644 --- a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterTransitGatewayRequest, DeregisterTransitGatewayResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts index bca94b69b6cf..5f75370cc690 100644 --- a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGlobalNetworksRequest, DescribeGlobalNetworksResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts index 18aefac03a64..f70a66005fc2 100644 --- a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateConnectPeerRequest, DisassociateConnectPeerResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts index 2af808cab3dd..e5105ae7f001 100644 --- a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateCustomerGatewayRequest, DisassociateCustomerGatewayResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts index 4421e3c2cb1d..1edd6feb30db 100644 --- a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateLinkRequest, DisassociateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts index ac556f48f726..17e34b33d3d2 100644 --- a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateTransitGatewayConnectPeerRequest, diff --git a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts index bf2864568b1f..68e7cd46f97c 100644 --- a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteCoreNetworkChangeSetRequest, ExecuteCoreNetworkChangeSetResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts index d70fcd5dfae5..c43157d6e759 100644 --- a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts index 551f1df4fad1..df0dec9cb05b 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectPeerAssociationsRequest, GetConnectPeerAssociationsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts index 204bec4a6946..0a834ed08d11 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectPeerRequest, GetConnectPeerResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts index a5ddcd4fc589..e1121889531f 100644 --- a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts index 837ba5751a57..7ea6c9cdf09c 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCoreNetworkChangeEventsRequest, GetCoreNetworkChangeEventsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts index 6186ab12bac4..fb072b4c6327 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCoreNetworkChangeSetRequest, GetCoreNetworkChangeSetResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts index 77ea3fbec368..460bbb78e82e 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCoreNetworkRequest, GetCoreNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts index d7c92862182c..57f61e4acf48 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCoreNetworkPolicyRequest, GetCoreNetworkPolicyResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts index ef7205e2b15d..b79b0c8f7d91 100644 --- a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCustomerGatewayAssociationsRequest, GetCustomerGatewayAssociationsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts index 347481b985f5..1c56b18b4ab2 100644 --- a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDevicesRequest, GetDevicesResponse, GetDevicesResponseFilterSensitiveLog } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts index 61be7763ba83..c46b1ed6f753 100644 --- a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLinkAssociationsRequest, GetLinkAssociationsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetLinksCommand.ts b/clients/client-networkmanager/src/commands/GetLinksCommand.ts index ec0c7bc4c391..29c1ee9fc95e 100644 --- a/clients/client-networkmanager/src/commands/GetLinksCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLinksRequest, GetLinksResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts index e146e7765b74..12e86d38aa03 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkResourceCountsRequest, GetNetworkResourceCountsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts index 55a797972acf..b8d90acd4d10 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkResourceRelationshipsRequest, GetNetworkResourceRelationshipsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts index 1762b41af7c2..e45cf3309c9f 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkResourcesRequest, GetNetworkResourcesResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts index 2a28e5d2139c..2a7963419453 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkRoutesRequest, GetNetworkRoutesResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts index f308ed30e7a9..b9556266e833 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkTelemetryRequest, GetNetworkTelemetryResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts index c7a9d7156342..70d2b9ac7ece 100644 --- a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts index e739928622af..5d9dac27ea6b 100644 --- a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRouteAnalysisRequest, GetRouteAnalysisResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts index 3f4bb6cc6492..494cda54c4c6 100644 --- a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSiteToSiteVpnAttachmentRequest, GetSiteToSiteVpnAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetSitesCommand.ts b/clients/client-networkmanager/src/commands/GetSitesCommand.ts index 4f92ecb7ab68..94113d542564 100644 --- a/clients/client-networkmanager/src/commands/GetSitesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSitesRequest, GetSitesResponse, GetSitesResponseFilterSensitiveLog } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts index 771509d61a24..d393024b9f92 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTransitGatewayConnectPeerAssociationsRequest, diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts index e2de31efccc1..f285cabf311d 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTransitGatewayPeeringRequest, GetTransitGatewayPeeringResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts index c3448f135cee..f49625e6b5dc 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTransitGatewayRegistrationsRequest, GetTransitGatewayRegistrationsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts index c8cdb45b736d..2c8743ceb577 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTransitGatewayRouteTableAttachmentRequest, diff --git a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts index 105e41796def..aaae565bac7f 100644 --- a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVpcAttachmentRequest, GetVpcAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts index 666bdbad0444..bf821dab92a8 100644 --- a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts index 7311bf96c986..e4a172be0a76 100644 --- a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts +++ b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConnectPeersRequest, ListConnectPeersResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts index e34f3f7e132c..a0622abd070f 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCoreNetworkPolicyVersionsRequest, ListCoreNetworkPolicyVersionsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts index ea3e4461d0d2..f38537281592 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCoreNetworksRequest, ListCoreNetworksResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts index 99b785e3c17d..4b13ea5fbefe 100644 --- a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts +++ b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrganizationServiceAccessStatusRequest, diff --git a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts index 43e6d8e6012b..dff3ca22597b 100644 --- a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPeeringsRequest, ListPeeringsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts index 17e546df168f..e288c31531ee 100644 --- a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts index 8f583c949ac6..4220c2565096 100644 --- a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutCoreNetworkPolicyRequest, PutCoreNetworkPolicyResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts index 7c0d3fff8117..89284a934a1d 100644 --- a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts index 4f697b2a7706..74051c6c18c0 100644 --- a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterTransitGatewayRequest, RegisterTransitGatewayResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts index 3f76f51717bd..985ad2e2791b 100644 --- a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectAttachmentRequest, RejectAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts index 58a27c479764..27a64559e63f 100644 --- a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreCoreNetworkPolicyVersionRequest, RestoreCoreNetworkPolicyVersionResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts index a203b0aa4f9d..7de67296112e 100644 --- a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts +++ b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartOrganizationServiceAccessUpdateRequest, diff --git a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts index 56d8fc14a3c0..a2704d1d75e8 100644 --- a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartRouteAnalysisRequest, StartRouteAnalysisResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/TagResourceCommand.ts b/clients/client-networkmanager/src/commands/TagResourceCommand.ts index ebc777d38c2a..d61f36e485dd 100644 --- a/clients/client-networkmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts index 2bb4456965d7..78381b52459a 100644 --- a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts index efd5292a5d6d..a97d2987226f 100644 --- a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts index 6e4ad003c111..09cb6e77f9db 100644 --- a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCoreNetworkRequest, UpdateCoreNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts index e46009d097ad..6cbd37ac8e68 100644 --- a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDeviceRequest, diff --git a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts index 4ee63f5e90c2..694b7fe9e4c1 100644 --- a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGlobalNetworkRequest, UpdateGlobalNetworkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts index 6970eb43c9ef..463c6ded4bd9 100644 --- a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLinkRequest, UpdateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts index ac1b3f763dab..bd0c7af89fa9 100644 --- a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNetworkResourceMetadataRequest, UpdateNetworkResourceMetadataResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts index d252d39a86e4..bd7625b54894 100644 --- a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSiteRequest, diff --git a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts index d091a0c9e361..da52f9a3c2b1 100644 --- a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVpcAttachmentRequest, UpdateVpcAttachmentResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/endpoint/EndpointParameters.ts b/clients/client-networkmanager/src/endpoint/EndpointParameters.ts index f84c35915ad4..feff4fe534e8 100644 --- a/clients/client-networkmanager/src/endpoint/EndpointParameters.ts +++ b/clients/client-networkmanager/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-networkmanager/src/endpoint/endpointResolver.ts b/clients/client-networkmanager/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-networkmanager/src/endpoint/endpointResolver.ts +++ b/clients/client-networkmanager/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-networkmanager/src/endpoint/ruleset.ts b/clients/client-networkmanager/src/endpoint/ruleset.ts index 52d42c876dd4..6b0dc0c5fc58 100644 --- a/clients/client-networkmanager/src/endpoint/ruleset.ts +++ b/clients/client-networkmanager/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts b/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts index 990283018978..e6ddd01d40c4 100644 --- a/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts +++ b/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-networkmanager/src/models/models_0.ts b/clients/client-networkmanager/src/models/models_0.ts index 5712d1cc94b7..f7049d71fba7 100644 --- a/clients/client-networkmanager/src/models/models_0.ts +++ b/clients/client-networkmanager/src/models/models_0.ts @@ -3,7 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, SENSITIVE_STRING, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { NetworkManagerServiceException as __BaseException } from "./NetworkManagerServiceException"; diff --git a/clients/client-networkmanager/src/pagination/DescribeGlobalNetworksPaginator.ts b/clients/client-networkmanager/src/pagination/DescribeGlobalNetworksPaginator.ts index d05e1715a523..9eb08fa731a3 100644 --- a/clients/client-networkmanager/src/pagination/DescribeGlobalNetworksPaginator.ts +++ b/clients/client-networkmanager/src/pagination/DescribeGlobalNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGlobalNetworksCommand, diff --git a/clients/client-networkmanager/src/pagination/GetConnectPeerAssociationsPaginator.ts b/clients/client-networkmanager/src/pagination/GetConnectPeerAssociationsPaginator.ts index 56ed2f51f316..99589e24a509 100644 --- a/clients/client-networkmanager/src/pagination/GetConnectPeerAssociationsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetConnectPeerAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConnectPeerAssociationsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetConnectionsPaginator.ts b/clients/client-networkmanager/src/pagination/GetConnectionsPaginator.ts index a3015273fbf8..11cc29f0c6a4 100644 --- a/clients/client-networkmanager/src/pagination/GetConnectionsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConnectionsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeEventsPaginator.ts b/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeEventsPaginator.ts index 24079d855f19..ff974b103879 100644 --- a/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeEventsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCoreNetworkChangeEventsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeSetPaginator.ts b/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeSetPaginator.ts index 984a51ad7623..d90623a81853 100644 --- a/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeSetPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetCoreNetworkChangeSetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCoreNetworkChangeSetCommand, diff --git a/clients/client-networkmanager/src/pagination/GetCustomerGatewayAssociationsPaginator.ts b/clients/client-networkmanager/src/pagination/GetCustomerGatewayAssociationsPaginator.ts index 023a53226d6e..e35de38577f2 100644 --- a/clients/client-networkmanager/src/pagination/GetCustomerGatewayAssociationsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetCustomerGatewayAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCustomerGatewayAssociationsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetDevicesPaginator.ts b/clients/client-networkmanager/src/pagination/GetDevicesPaginator.ts index 92d9c601001a..0961757f131b 100644 --- a/clients/client-networkmanager/src/pagination/GetDevicesPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDevicesCommand, GetDevicesCommandInput, GetDevicesCommandOutput } from "../commands/GetDevicesCommand"; import { NetworkManagerClient } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/pagination/GetLinkAssociationsPaginator.ts b/clients/client-networkmanager/src/pagination/GetLinkAssociationsPaginator.ts index c26cd04609ae..1e06a5874900 100644 --- a/clients/client-networkmanager/src/pagination/GetLinkAssociationsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetLinkAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLinkAssociationsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetLinksPaginator.ts b/clients/client-networkmanager/src/pagination/GetLinksPaginator.ts index 0d20658ffc37..35a5b8e9de9f 100644 --- a/clients/client-networkmanager/src/pagination/GetLinksPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetLinksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLinksCommand, GetLinksCommandInput, GetLinksCommandOutput } from "../commands/GetLinksCommand"; import { NetworkManagerClient } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/pagination/GetNetworkResourceCountsPaginator.ts b/clients/client-networkmanager/src/pagination/GetNetworkResourceCountsPaginator.ts index 77d33c071db6..0a5c800c71b3 100644 --- a/clients/client-networkmanager/src/pagination/GetNetworkResourceCountsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetNetworkResourceCountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetNetworkResourceCountsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetNetworkResourceRelationshipsPaginator.ts b/clients/client-networkmanager/src/pagination/GetNetworkResourceRelationshipsPaginator.ts index f58f9b7745f9..236c8a9ef47e 100644 --- a/clients/client-networkmanager/src/pagination/GetNetworkResourceRelationshipsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetNetworkResourceRelationshipsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetNetworkResourceRelationshipsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetNetworkResourcesPaginator.ts b/clients/client-networkmanager/src/pagination/GetNetworkResourcesPaginator.ts index 425a145196db..287163330f6c 100644 --- a/clients/client-networkmanager/src/pagination/GetNetworkResourcesPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetNetworkResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetNetworkResourcesCommand, diff --git a/clients/client-networkmanager/src/pagination/GetNetworkTelemetryPaginator.ts b/clients/client-networkmanager/src/pagination/GetNetworkTelemetryPaginator.ts index 8a0d3ff30618..ea5d466d3d5d 100644 --- a/clients/client-networkmanager/src/pagination/GetNetworkTelemetryPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetNetworkTelemetryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetNetworkTelemetryCommand, diff --git a/clients/client-networkmanager/src/pagination/GetSitesPaginator.ts b/clients/client-networkmanager/src/pagination/GetSitesPaginator.ts index 3855e576c9d4..39a4f82ac8a5 100644 --- a/clients/client-networkmanager/src/pagination/GetSitesPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetSitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSitesCommand, GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand"; import { NetworkManagerClient } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.ts b/clients/client-networkmanager/src/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.ts index 74a932d00e0e..ccb5c3fafb22 100644 --- a/clients/client-networkmanager/src/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayConnectPeerAssociationsCommand, diff --git a/clients/client-networkmanager/src/pagination/GetTransitGatewayRegistrationsPaginator.ts b/clients/client-networkmanager/src/pagination/GetTransitGatewayRegistrationsPaginator.ts index dd238964733e..13f1149df1a7 100644 --- a/clients/client-networkmanager/src/pagination/GetTransitGatewayRegistrationsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/GetTransitGatewayRegistrationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTransitGatewayRegistrationsCommand, diff --git a/clients/client-networkmanager/src/pagination/Interfaces.ts b/clients/client-networkmanager/src/pagination/Interfaces.ts index 15cbeda8b5b8..ecbcb56f88e0 100644 --- a/clients/client-networkmanager/src/pagination/Interfaces.ts +++ b/clients/client-networkmanager/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { NetworkManagerClient } from "../NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/pagination/ListAttachmentsPaginator.ts b/clients/client-networkmanager/src/pagination/ListAttachmentsPaginator.ts index 256abcc060f3..c6a9dbb38b6b 100644 --- a/clients/client-networkmanager/src/pagination/ListAttachmentsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/ListAttachmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachmentsCommand, diff --git a/clients/client-networkmanager/src/pagination/ListConnectPeersPaginator.ts b/clients/client-networkmanager/src/pagination/ListConnectPeersPaginator.ts index 812707b0d5c4..a92c2cfab95e 100644 --- a/clients/client-networkmanager/src/pagination/ListConnectPeersPaginator.ts +++ b/clients/client-networkmanager/src/pagination/ListConnectPeersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConnectPeersCommand, diff --git a/clients/client-networkmanager/src/pagination/ListCoreNetworkPolicyVersionsPaginator.ts b/clients/client-networkmanager/src/pagination/ListCoreNetworkPolicyVersionsPaginator.ts index 7f178764708d..ccb63c4054c1 100644 --- a/clients/client-networkmanager/src/pagination/ListCoreNetworkPolicyVersionsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/ListCoreNetworkPolicyVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoreNetworkPolicyVersionsCommand, diff --git a/clients/client-networkmanager/src/pagination/ListCoreNetworksPaginator.ts b/clients/client-networkmanager/src/pagination/ListCoreNetworksPaginator.ts index 5cc04c9886f5..dad023bf8689 100644 --- a/clients/client-networkmanager/src/pagination/ListCoreNetworksPaginator.ts +++ b/clients/client-networkmanager/src/pagination/ListCoreNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCoreNetworksCommand, diff --git a/clients/client-networkmanager/src/pagination/ListPeeringsPaginator.ts b/clients/client-networkmanager/src/pagination/ListPeeringsPaginator.ts index 6d61019e00d0..c27334ad3d88 100644 --- a/clients/client-networkmanager/src/pagination/ListPeeringsPaginator.ts +++ b/clients/client-networkmanager/src/pagination/ListPeeringsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPeeringsCommand, diff --git a/clients/client-networkmanager/src/protocols/Aws_restJson1.ts b/clients/client-networkmanager/src/protocols/Aws_restJson1.ts index 609018c38b40..bc49c9917168 100644 --- a/clients/client-networkmanager/src/protocols/Aws_restJson1.ts +++ b/clients/client-networkmanager/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "../commands/AcceptAttachmentCommand"; diff --git a/clients/client-networkmanager/src/runtimeConfig.browser.ts b/clients/client-networkmanager/src/runtimeConfig.browser.ts index b922f13bb14e..d6ec42bff301 100644 --- a/clients/client-networkmanager/src/runtimeConfig.browser.ts +++ b/clients/client-networkmanager/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NetworkManagerClientConfig } from "./NetworkManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-networkmanager/src/runtimeConfig.shared.ts b/clients/client-networkmanager/src/runtimeConfig.shared.ts index f976e1a71105..f423be3b58ec 100644 --- a/clients/client-networkmanager/src/runtimeConfig.shared.ts +++ b/clients/client-networkmanager/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { NetworkManagerClientConfig } from "./NetworkManagerClient"; diff --git a/clients/client-networkmanager/src/runtimeConfig.ts b/clients/client-networkmanager/src/runtimeConfig.ts index 7ecbe83895e2..258470d0543e 100644 --- a/clients/client-networkmanager/src/runtimeConfig.ts +++ b/clients/client-networkmanager/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NetworkManagerClientConfig } from "./NetworkManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-nimble/package.json b/clients/client-nimble/package.json index bb38728b428c..f05ef525ad4a 100644 --- a/clients/client-nimble/package.json +++ b/clients/client-nimble/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-nimble/src/Nimble.ts b/clients/client-nimble/src/Nimble.ts index 86b5291692f6..3be9b7999790 100644 --- a/clients/client-nimble/src/Nimble.ts +++ b/clients/client-nimble/src/Nimble.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptEulasCommand, AcceptEulasCommandInput, AcceptEulasCommandOutput } from "./commands/AcceptEulasCommand"; import { diff --git a/clients/client-nimble/src/NimbleClient.ts b/clients/client-nimble/src/NimbleClient.ts index e369fb413089..adb45a4c1454 100644 --- a/clients/client-nimble/src/NimbleClient.ts +++ b/clients/client-nimble/src/NimbleClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptEulasCommandInput, AcceptEulasCommandOutput } from "./commands/AcceptEulasCommand"; @@ -321,7 +319,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -430,7 +428,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-nimble/src/commands/AcceptEulasCommand.ts b/clients/client-nimble/src/commands/AcceptEulasCommand.ts index 817a791c982f..9a0ecbded50b 100644 --- a/clients/client-nimble/src/commands/AcceptEulasCommand.ts +++ b/clients/client-nimble/src/commands/AcceptEulasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptEulasRequest, AcceptEulasResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts index 518e953af767..5c8dbc342030 100644 --- a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLaunchProfileRequest, diff --git a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts index 2a02cf9bd66b..ba26dd212828 100644 --- a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStreamingImageRequest, diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts index 2f99cfe8ba64..66313aec5418 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStreamingSessionRequest, CreateStreamingSessionResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts index 1626879aa295..7c0d46bd5b72 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStreamingSessionStreamRequest, diff --git a/clients/client-nimble/src/commands/CreateStudioCommand.ts b/clients/client-nimble/src/commands/CreateStudioCommand.ts index 94f1aaf6c807..97ad46b6aec9 100644 --- a/clients/client-nimble/src/commands/CreateStudioCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStudioRequest, diff --git a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts index f983c143cabd..eac95414c380 100644 --- a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStudioComponentRequest, diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts index a1dea6da9619..7a0bfa6a747c 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLaunchProfileRequest, diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts index 086eee34d6d6..22f35a5bd0d3 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLaunchProfileMemberRequest, DeleteLaunchProfileMemberResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts index e21f01f41307..b3b06b1f36bc 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStreamingImageRequest, diff --git a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts index 273c4d6b584f..7d11aa92673b 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStreamingSessionRequest, DeleteStreamingSessionResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/DeleteStudioCommand.ts b/clients/client-nimble/src/commands/DeleteStudioCommand.ts index f31d531b5902..d8aec31e6981 100644 --- a/clients/client-nimble/src/commands/DeleteStudioCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStudioRequest, DeleteStudioResponse, DeleteStudioResponseFilterSensitiveLog } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts index 7b89b239ccc2..390b875d9f1c 100644 --- a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStudioComponentRequest, diff --git a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts index 90423d6bee45..d9962469ff91 100644 --- a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStudioMemberRequest, DeleteStudioMemberResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetEulaCommand.ts b/clients/client-nimble/src/commands/GetEulaCommand.ts index 574a1e228563..ae08911e6c4c 100644 --- a/clients/client-nimble/src/commands/GetEulaCommand.ts +++ b/clients/client-nimble/src/commands/GetEulaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEulaRequest, GetEulaResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts index bb37191ad1ce..086e075f9b71 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLaunchProfileRequest, diff --git a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts index f7dc624a2202..95319145c757 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLaunchProfileDetailsRequest, diff --git a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts index 964e7ce698a4..a7e76b9caaf3 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLaunchProfileInitializationRequest, diff --git a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts index 1a587e08973b..f6641253ffbf 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLaunchProfileMemberRequest, GetLaunchProfileMemberResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts index b3945c6adeac..08cefe420b97 100644 --- a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStreamingImageRequest, diff --git a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts index 4dd0fcf0f667..3225441934e2 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStreamingSessionBackupRequest, GetStreamingSessionBackupResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts index b930bc1b145e..be58e47a6365 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStreamingSessionRequest, GetStreamingSessionResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts index c6de37d316bb..d663d819d685 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStreamingSessionStreamRequest, diff --git a/clients/client-nimble/src/commands/GetStudioCommand.ts b/clients/client-nimble/src/commands/GetStudioCommand.ts index fa6dcc31ec06..96b514be7f5e 100644 --- a/clients/client-nimble/src/commands/GetStudioCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStudioRequest, GetStudioResponse, GetStudioResponseFilterSensitiveLog } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts index 142597620164..6349996fc24c 100644 --- a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStudioComponentRequest, diff --git a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts index 7f3acfae7892..7c4ea88481f9 100644 --- a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStudioMemberRequest, GetStudioMemberResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts index da3c7d380a45..0a12a6772a0b 100644 --- a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts +++ b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEulaAcceptancesRequest, ListEulaAcceptancesResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListEulasCommand.ts b/clients/client-nimble/src/commands/ListEulasCommand.ts index ce6593586a1e..0842a2179a09 100644 --- a/clients/client-nimble/src/commands/ListEulasCommand.ts +++ b/clients/client-nimble/src/commands/ListEulasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEulasRequest, ListEulasResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts index ed1e503b83e6..7a312375af1c 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLaunchProfileMembersRequest, ListLaunchProfileMembersResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts index de145d6f1968..43a82578f15b 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLaunchProfilesRequest, diff --git a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts index e270ab3b0b5a..e8fc0d126202 100644 --- a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStreamingImagesRequest, diff --git a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts index 62a0b8a6e0bb..dde01c6ad656 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStreamingSessionBackupsRequest, ListStreamingSessionBackupsResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts index 0d322f6f4c4d..223bf3db02d2 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStreamingSessionsRequest, ListStreamingSessionsResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts index a6f2207d00f8..20e39319ad22 100644 --- a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStudioComponentsRequest, diff --git a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts index 65e0f7c75807..e292743bad29 100644 --- a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStudioMembersRequest, ListStudioMembersResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListStudiosCommand.ts b/clients/client-nimble/src/commands/ListStudiosCommand.ts index 2bf77165d596..a89bf1cb0eb7 100644 --- a/clients/client-nimble/src/commands/ListStudiosCommand.ts +++ b/clients/client-nimble/src/commands/ListStudiosCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStudiosRequest, ListStudiosResponse, ListStudiosResponseFilterSensitiveLog } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts index 7136a541787d..774c19c3e422 100644 --- a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts index 92bdcef0520e..2a693ecb51f0 100644 --- a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutLaunchProfileMembersRequest, PutLaunchProfileMembersResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts index a3969fc02580..ff3cbad64502 100644 --- a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutStudioMembersRequest, PutStudioMembersResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts index f8cd8fa5be01..3eb0dc4c2366 100644 --- a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartStreamingSessionRequest, StartStreamingSessionResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts index f44ca7099951..80a9a5c50ad1 100644 --- a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts +++ b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartStudioSSOConfigurationRepairRequest, diff --git a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts index 56d6dd80b6a3..80c73f4e8282 100644 --- a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopStreamingSessionRequest, StopStreamingSessionResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/TagResourceCommand.ts b/clients/client-nimble/src/commands/TagResourceCommand.ts index 16c8d4c9ee61..60eb9186948e 100644 --- a/clients/client-nimble/src/commands/TagResourceCommand.ts +++ b/clients/client-nimble/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/UntagResourceCommand.ts b/clients/client-nimble/src/commands/UntagResourceCommand.ts index 788d582c1410..d3899b2ea1e6 100644 --- a/clients/client-nimble/src/commands/UntagResourceCommand.ts +++ b/clients/client-nimble/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts index 7f0a299c2472..ec6a87242cb1 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLaunchProfileRequest, diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts index 4d5a839cc6d3..a491425c0179 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLaunchProfileMemberRequest, UpdateLaunchProfileMemberResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; diff --git a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts index 0648913c1dd9..677c1ff6ce48 100644 --- a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStreamingImageRequest, diff --git a/clients/client-nimble/src/commands/UpdateStudioCommand.ts b/clients/client-nimble/src/commands/UpdateStudioCommand.ts index 58ff0a41f62f..05eb21d99b92 100644 --- a/clients/client-nimble/src/commands/UpdateStudioCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStudioRequest, diff --git a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts index 62566fa66f60..051651bc7152 100644 --- a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStudioComponentRequest, diff --git a/clients/client-nimble/src/endpoint/EndpointParameters.ts b/clients/client-nimble/src/endpoint/EndpointParameters.ts index 5f4422743f29..3bdb9da9e787 100644 --- a/clients/client-nimble/src/endpoint/EndpointParameters.ts +++ b/clients/client-nimble/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-nimble/src/endpoint/endpointResolver.ts b/clients/client-nimble/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-nimble/src/endpoint/endpointResolver.ts +++ b/clients/client-nimble/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-nimble/src/endpoint/ruleset.ts b/clients/client-nimble/src/endpoint/ruleset.ts index 1ce2ed10c96c..9ec533cc2cb8 100644 --- a/clients/client-nimble/src/endpoint/ruleset.ts +++ b/clients/client-nimble/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-nimble/src/models/NimbleServiceException.ts b/clients/client-nimble/src/models/NimbleServiceException.ts index d4dc863a8064..9ba94c537372 100644 --- a/clients/client-nimble/src/models/NimbleServiceException.ts +++ b/clients/client-nimble/src/models/NimbleServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-nimble/src/models/models_0.ts b/clients/client-nimble/src/models/models_0.ts index c8524915178c..32ad961c1b8f 100644 --- a/clients/client-nimble/src/models/models_0.ts +++ b/clients/client-nimble/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { NimbleServiceException as __BaseException } from "./NimbleServiceException"; diff --git a/clients/client-nimble/src/pagination/Interfaces.ts b/clients/client-nimble/src/pagination/Interfaces.ts index c92535baaaf1..aecfe9b8d989 100644 --- a/clients/client-nimble/src/pagination/Interfaces.ts +++ b/clients/client-nimble/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/pagination/ListEulaAcceptancesPaginator.ts b/clients/client-nimble/src/pagination/ListEulaAcceptancesPaginator.ts index a44cb4f5c9ab..f035eea9bf73 100644 --- a/clients/client-nimble/src/pagination/ListEulaAcceptancesPaginator.ts +++ b/clients/client-nimble/src/pagination/ListEulaAcceptancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEulaAcceptancesCommand, diff --git a/clients/client-nimble/src/pagination/ListEulasPaginator.ts b/clients/client-nimble/src/pagination/ListEulasPaginator.ts index 4010d5d09ef8..8233f2811642 100644 --- a/clients/client-nimble/src/pagination/ListEulasPaginator.ts +++ b/clients/client-nimble/src/pagination/ListEulasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEulasCommand, ListEulasCommandInput, ListEulasCommandOutput } from "../commands/ListEulasCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/pagination/ListLaunchProfileMembersPaginator.ts b/clients/client-nimble/src/pagination/ListLaunchProfileMembersPaginator.ts index 0d82e1a205d6..193b6dff28c9 100644 --- a/clients/client-nimble/src/pagination/ListLaunchProfileMembersPaginator.ts +++ b/clients/client-nimble/src/pagination/ListLaunchProfileMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLaunchProfileMembersCommand, diff --git a/clients/client-nimble/src/pagination/ListLaunchProfilesPaginator.ts b/clients/client-nimble/src/pagination/ListLaunchProfilesPaginator.ts index 8bc4f6541855..3b0a2a779c22 100644 --- a/clients/client-nimble/src/pagination/ListLaunchProfilesPaginator.ts +++ b/clients/client-nimble/src/pagination/ListLaunchProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLaunchProfilesCommand, diff --git a/clients/client-nimble/src/pagination/ListStreamingImagesPaginator.ts b/clients/client-nimble/src/pagination/ListStreamingImagesPaginator.ts index 09a7e35c176c..7b86d344c856 100644 --- a/clients/client-nimble/src/pagination/ListStreamingImagesPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStreamingImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamingImagesCommand, diff --git a/clients/client-nimble/src/pagination/ListStreamingSessionBackupsPaginator.ts b/clients/client-nimble/src/pagination/ListStreamingSessionBackupsPaginator.ts index 22d4e131e30f..6844879c6233 100644 --- a/clients/client-nimble/src/pagination/ListStreamingSessionBackupsPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStreamingSessionBackupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamingSessionBackupsCommand, diff --git a/clients/client-nimble/src/pagination/ListStreamingSessionsPaginator.ts b/clients/client-nimble/src/pagination/ListStreamingSessionsPaginator.ts index 6d0c525c8346..ec9ac13e7ca7 100644 --- a/clients/client-nimble/src/pagination/ListStreamingSessionsPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStreamingSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamingSessionsCommand, diff --git a/clients/client-nimble/src/pagination/ListStudioComponentsPaginator.ts b/clients/client-nimble/src/pagination/ListStudioComponentsPaginator.ts index 5c027b61107e..8b065987191a 100644 --- a/clients/client-nimble/src/pagination/ListStudioComponentsPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStudioComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudioComponentsCommand, diff --git a/clients/client-nimble/src/pagination/ListStudioMembersPaginator.ts b/clients/client-nimble/src/pagination/ListStudioMembersPaginator.ts index af124aab80fd..9433e8f39f0d 100644 --- a/clients/client-nimble/src/pagination/ListStudioMembersPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStudioMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudioMembersCommand, diff --git a/clients/client-nimble/src/pagination/ListStudiosPaginator.ts b/clients/client-nimble/src/pagination/ListStudiosPaginator.ts index c03ce2108d43..068f5a2479ff 100644 --- a/clients/client-nimble/src/pagination/ListStudiosPaginator.ts +++ b/clients/client-nimble/src/pagination/ListStudiosPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudiosCommand, ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/protocols/Aws_restJson1.ts b/clients/client-nimble/src/protocols/Aws_restJson1.ts index 40c66cc203fa..52bc7bbfad60 100644 --- a/clients/client-nimble/src/protocols/Aws_restJson1.ts +++ b/clients/client-nimble/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AcceptEulasCommandInput, AcceptEulasCommandOutput } from "../commands/AcceptEulasCommand"; diff --git a/clients/client-nimble/src/runtimeConfig.browser.ts b/clients/client-nimble/src/runtimeConfig.browser.ts index 87f738385407..6a80ea8a3d3b 100644 --- a/clients/client-nimble/src/runtimeConfig.browser.ts +++ b/clients/client-nimble/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NimbleClientConfig } from "./NimbleClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-nimble/src/runtimeConfig.shared.ts b/clients/client-nimble/src/runtimeConfig.shared.ts index 35f976cefa61..1e557c4fc8f9 100644 --- a/clients/client-nimble/src/runtimeConfig.shared.ts +++ b/clients/client-nimble/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { NimbleClientConfig } from "./NimbleClient"; diff --git a/clients/client-nimble/src/runtimeConfig.ts b/clients/client-nimble/src/runtimeConfig.ts index 7881b105c612..a30e7ffa7a1a 100644 --- a/clients/client-nimble/src/runtimeConfig.ts +++ b/clients/client-nimble/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { NimbleClientConfig } from "./NimbleClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-nimble/src/waiters/waitForLaunchProfileDeleted.ts b/clients/client-nimble/src/waiters/waitForLaunchProfileDeleted.ts index 78e8f16a4f73..ace865c282e5 100644 --- a/clients/client-nimble/src/waiters/waitForLaunchProfileDeleted.ts +++ b/clients/client-nimble/src/waiters/waitForLaunchProfileDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetLaunchProfileCommand, GetLaunchProfileCommandInput } from "../commands/GetLaunchProfileCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForLaunchProfileReady.ts b/clients/client-nimble/src/waiters/waitForLaunchProfileReady.ts index 0a64e8d9cdd5..0ce589eac877 100644 --- a/clients/client-nimble/src/waiters/waitForLaunchProfileReady.ts +++ b/clients/client-nimble/src/waiters/waitForLaunchProfileReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetLaunchProfileCommand, GetLaunchProfileCommandInput } from "../commands/GetLaunchProfileCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingImageDeleted.ts b/clients/client-nimble/src/waiters/waitForStreamingImageDeleted.ts index 9d06a74ffdcc..15ed5351c7cc 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingImageDeleted.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingImageDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingImageCommand, GetStreamingImageCommandInput } from "../commands/GetStreamingImageCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingImageReady.ts b/clients/client-nimble/src/waiters/waitForStreamingImageReady.ts index 48aec0d38752..fc977606c442 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingImageReady.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingImageReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingImageCommand, GetStreamingImageCommandInput } from "../commands/GetStreamingImageCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingSessionDeleted.ts b/clients/client-nimble/src/waiters/waitForStreamingSessionDeleted.ts index af21a9c506a2..f0d348b4110c 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingSessionDeleted.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingSessionDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingSessionCommand, GetStreamingSessionCommandInput } from "../commands/GetStreamingSessionCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingSessionReady.ts b/clients/client-nimble/src/waiters/waitForStreamingSessionReady.ts index 4aa298b06d34..57aa85d49571 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingSessionReady.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingSessionReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingSessionCommand, GetStreamingSessionCommandInput } from "../commands/GetStreamingSessionCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingSessionStopped.ts b/clients/client-nimble/src/waiters/waitForStreamingSessionStopped.ts index b0deeeb204a8..d48e517dafed 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingSessionStopped.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingSessionStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingSessionCommand, GetStreamingSessionCommandInput } from "../commands/GetStreamingSessionCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStreamingSessionStreamReady.ts b/clients/client-nimble/src/waiters/waitForStreamingSessionStreamReady.ts index 933e50493a44..48347d2826e4 100644 --- a/clients/client-nimble/src/waiters/waitForStreamingSessionStreamReady.ts +++ b/clients/client-nimble/src/waiters/waitForStreamingSessionStreamReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStreamingSessionStreamCommand, diff --git a/clients/client-nimble/src/waiters/waitForStudioComponentDeleted.ts b/clients/client-nimble/src/waiters/waitForStudioComponentDeleted.ts index 2bc069ab5168..1a923648ab76 100644 --- a/clients/client-nimble/src/waiters/waitForStudioComponentDeleted.ts +++ b/clients/client-nimble/src/waiters/waitForStudioComponentDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStudioComponentCommand, GetStudioComponentCommandInput } from "../commands/GetStudioComponentCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStudioComponentReady.ts b/clients/client-nimble/src/waiters/waitForStudioComponentReady.ts index b47b3d640016..ffc685de1da5 100644 --- a/clients/client-nimble/src/waiters/waitForStudioComponentReady.ts +++ b/clients/client-nimble/src/waiters/waitForStudioComponentReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStudioComponentCommand, GetStudioComponentCommandInput } from "../commands/GetStudioComponentCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStudioDeleted.ts b/clients/client-nimble/src/waiters/waitForStudioDeleted.ts index fdb2da806acd..5605b54b23f9 100644 --- a/clients/client-nimble/src/waiters/waitForStudioDeleted.ts +++ b/clients/client-nimble/src/waiters/waitForStudioDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStudioCommand, GetStudioCommandInput } from "../commands/GetStudioCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-nimble/src/waiters/waitForStudioReady.ts b/clients/client-nimble/src/waiters/waitForStudioReady.ts index d4e9398786e2..27974b5c73a4 100644 --- a/clients/client-nimble/src/waiters/waitForStudioReady.ts +++ b/clients/client-nimble/src/waiters/waitForStudioReady.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetStudioCommand, GetStudioCommandInput } from "../commands/GetStudioCommand"; import { NimbleClient } from "../NimbleClient"; diff --git a/clients/client-oam/package.json b/clients/client-oam/package.json index 8d4964a0132d..f23b54c5a7b1 100644 --- a/clients/client-oam/package.json +++ b/clients/client-oam/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-oam/src/OAM.ts b/clients/client-oam/src/OAM.ts index c7f82b240157..061ca891a4e3 100644 --- a/clients/client-oam/src/OAM.ts +++ b/clients/client-oam/src/OAM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateLinkCommand, CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand"; import { CreateSinkCommand, CreateSinkCommandInput, CreateSinkCommandOutput } from "./commands/CreateSinkCommand"; diff --git a/clients/client-oam/src/OAMClient.ts b/clients/client-oam/src/OAMClient.ts index f46802b629d8..990d6885b6a8 100644 --- a/clients/client-oam/src/OAMClient.ts +++ b/clients/client-oam/src/OAMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand"; @@ -129,7 +127,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -238,7 +236,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-oam/src/commands/CreateLinkCommand.ts b/clients/client-oam/src/commands/CreateLinkCommand.ts index b74f165100c7..add96e2873d2 100644 --- a/clients/client-oam/src/commands/CreateLinkCommand.ts +++ b/clients/client-oam/src/commands/CreateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLinkInput, CreateLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/CreateSinkCommand.ts b/clients/client-oam/src/commands/CreateSinkCommand.ts index 680bfa8141dd..5301d4fd2dea 100644 --- a/clients/client-oam/src/commands/CreateSinkCommand.ts +++ b/clients/client-oam/src/commands/CreateSinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSinkInput, CreateSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/DeleteLinkCommand.ts b/clients/client-oam/src/commands/DeleteLinkCommand.ts index 0ce8d2933980..9d484d031fa5 100644 --- a/clients/client-oam/src/commands/DeleteLinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLinkInput, DeleteLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/DeleteSinkCommand.ts b/clients/client-oam/src/commands/DeleteSinkCommand.ts index 7a09098b9cb3..dd50c3689537 100644 --- a/clients/client-oam/src/commands/DeleteSinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteSinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSinkInput, DeleteSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/GetLinkCommand.ts b/clients/client-oam/src/commands/GetLinkCommand.ts index b90e93bb6cd0..ca6b78e92b30 100644 --- a/clients/client-oam/src/commands/GetLinkCommand.ts +++ b/clients/client-oam/src/commands/GetLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLinkInput, GetLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/GetSinkCommand.ts b/clients/client-oam/src/commands/GetSinkCommand.ts index 7d6ee90166c0..49bac533013a 100644 --- a/clients/client-oam/src/commands/GetSinkCommand.ts +++ b/clients/client-oam/src/commands/GetSinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSinkInput, GetSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts index 2a0d019bf2fd..13027c9438c2 100644 --- a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSinkPolicyInput, GetSinkPolicyOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts index 9ed61d9cac02..87753d6b2c7f 100644 --- a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts +++ b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAttachedLinksInput, ListAttachedLinksOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/ListLinksCommand.ts b/clients/client-oam/src/commands/ListLinksCommand.ts index 27773cf9d584..ca9ef7b13792 100644 --- a/clients/client-oam/src/commands/ListLinksCommand.ts +++ b/clients/client-oam/src/commands/ListLinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLinksInput, ListLinksOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/ListSinksCommand.ts b/clients/client-oam/src/commands/ListSinksCommand.ts index 14a1aa66b5df..af76b43ee436 100644 --- a/clients/client-oam/src/commands/ListSinksCommand.ts +++ b/clients/client-oam/src/commands/ListSinksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSinksInput, ListSinksOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts index 1b13eb22ad90..06a40ca36a8e 100644 --- a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts index dc6ebe01be4f..26a164cb4b6a 100644 --- a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSinkPolicyInput, PutSinkPolicyOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/TagResourceCommand.ts b/clients/client-oam/src/commands/TagResourceCommand.ts index 8a8a854e89ab..ee6920285466 100644 --- a/clients/client-oam/src/commands/TagResourceCommand.ts +++ b/clients/client-oam/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/UntagResourceCommand.ts b/clients/client-oam/src/commands/UntagResourceCommand.ts index e1de0a000749..66776debe6e7 100644 --- a/clients/client-oam/src/commands/UntagResourceCommand.ts +++ b/clients/client-oam/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/commands/UpdateLinkCommand.ts b/clients/client-oam/src/commands/UpdateLinkCommand.ts index b30b20d78a5f..78dfd501fd8e 100644 --- a/clients/client-oam/src/commands/UpdateLinkCommand.ts +++ b/clients/client-oam/src/commands/UpdateLinkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLinkInput, UpdateLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; diff --git a/clients/client-oam/src/endpoint/EndpointParameters.ts b/clients/client-oam/src/endpoint/EndpointParameters.ts index 66bbb6949333..5d92c608b469 100644 --- a/clients/client-oam/src/endpoint/EndpointParameters.ts +++ b/clients/client-oam/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-oam/src/endpoint/endpointResolver.ts b/clients/client-oam/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-oam/src/endpoint/endpointResolver.ts +++ b/clients/client-oam/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-oam/src/endpoint/ruleset.ts b/clients/client-oam/src/endpoint/ruleset.ts index dc248ea1ab3d..a33fd126d68a 100644 --- a/clients/client-oam/src/endpoint/ruleset.ts +++ b/clients/client-oam/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-oam/src/models/OAMServiceException.ts b/clients/client-oam/src/models/OAMServiceException.ts index 1d0a932cd56f..dfba27549490 100644 --- a/clients/client-oam/src/models/OAMServiceException.ts +++ b/clients/client-oam/src/models/OAMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-oam/src/models/models_0.ts b/clients/client-oam/src/models/models_0.ts index 7b13919cdd41..d1003ce2f27d 100644 --- a/clients/client-oam/src/models/models_0.ts +++ b/clients/client-oam/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { OAMServiceException as __BaseException } from "./OAMServiceException"; diff --git a/clients/client-oam/src/pagination/Interfaces.ts b/clients/client-oam/src/pagination/Interfaces.ts index a828d412b497..670e619bd918 100644 --- a/clients/client-oam/src/pagination/Interfaces.ts +++ b/clients/client-oam/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OAMClient } from "../OAMClient"; diff --git a/clients/client-oam/src/pagination/ListAttachedLinksPaginator.ts b/clients/client-oam/src/pagination/ListAttachedLinksPaginator.ts index 0b8e712032e8..803929df0e48 100644 --- a/clients/client-oam/src/pagination/ListAttachedLinksPaginator.ts +++ b/clients/client-oam/src/pagination/ListAttachedLinksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttachedLinksCommand, diff --git a/clients/client-oam/src/pagination/ListLinksPaginator.ts b/clients/client-oam/src/pagination/ListLinksPaginator.ts index 2de65299a6e7..a3af252a29cd 100644 --- a/clients/client-oam/src/pagination/ListLinksPaginator.ts +++ b/clients/client-oam/src/pagination/ListLinksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLinksCommand, ListLinksCommandInput, ListLinksCommandOutput } from "../commands/ListLinksCommand"; import { OAMClient } from "../OAMClient"; diff --git a/clients/client-oam/src/pagination/ListSinksPaginator.ts b/clients/client-oam/src/pagination/ListSinksPaginator.ts index b7bf54e3d497..a203347b226e 100644 --- a/clients/client-oam/src/pagination/ListSinksPaginator.ts +++ b/clients/client-oam/src/pagination/ListSinksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSinksCommand, ListSinksCommandInput, ListSinksCommandOutput } from "../commands/ListSinksCommand"; import { OAMClient } from "../OAMClient"; diff --git a/clients/client-oam/src/protocols/Aws_restJson1.ts b/clients/client-oam/src/protocols/Aws_restJson1.ts index 4480a15fea07..45a886b79b02 100644 --- a/clients/client-oam/src/protocols/Aws_restJson1.ts +++ b/clients/client-oam/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLinkCommandInput, CreateLinkCommandOutput } from "../commands/CreateLinkCommand"; import { CreateSinkCommandInput, CreateSinkCommandOutput } from "../commands/CreateSinkCommand"; diff --git a/clients/client-oam/src/runtimeConfig.browser.ts b/clients/client-oam/src/runtimeConfig.browser.ts index 1fae0833516f..0271ca05fa18 100644 --- a/clients/client-oam/src/runtimeConfig.browser.ts +++ b/clients/client-oam/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OAMClientConfig } from "./OAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-oam/src/runtimeConfig.shared.ts b/clients/client-oam/src/runtimeConfig.shared.ts index 82866ca80814..f2758d7b0841 100644 --- a/clients/client-oam/src/runtimeConfig.shared.ts +++ b/clients/client-oam/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OAMClientConfig } from "./OAMClient"; diff --git a/clients/client-oam/src/runtimeConfig.ts b/clients/client-oam/src/runtimeConfig.ts index 337e1c7eb770..051e57a561a7 100644 --- a/clients/client-oam/src/runtimeConfig.ts +++ b/clients/client-oam/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OAMClientConfig } from "./OAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-omics/package.json b/clients/client-omics/package.json index 154420e43733..ca3cc785b878 100644 --- a/clients/client-omics/package.json +++ b/clients/client-omics/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-omics/src/Omics.ts b/clients/client-omics/src/Omics.ts index 65f6f72b3837..07b401ce23b7 100644 --- a/clients/client-omics/src/Omics.ts +++ b/clients/client-omics/src/Omics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AbortMultipartReadSetUploadCommand, diff --git a/clients/client-omics/src/OmicsClient.ts b/clients/client-omics/src/OmicsClient.ts index 512229099eca..013db3122cfa 100644 --- a/clients/client-omics/src/OmicsClient.ts +++ b/clients/client-omics/src/OmicsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -406,7 +404,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -515,7 +513,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts index 999ad63146bf..f1ff9e5e24a1 100644 --- a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AbortMultipartReadSetUploadRequest, AbortMultipartReadSetUploadResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts index 025c9dbf1fb1..850a76e34e05 100644 --- a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts +++ b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteReadSetRequest, BatchDeleteReadSetResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts index 6efdaafb0e07..c80dccd94e8e 100644 --- a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelAnnotationImportRequest, CancelAnnotationImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CancelRunCommand.ts b/clients/client-omics/src/commands/CancelRunCommand.ts index 6b449a8a9dfe..184c49932bcc 100644 --- a/clients/client-omics/src/commands/CancelRunCommand.ts +++ b/clients/client-omics/src/commands/CancelRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelRunRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts index 5e148b1ab06e..a7250d926b74 100644 --- a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelVariantImportRequest, CancelVariantImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts index 015f80027219..a1cdcb3bb201 100644 --- a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CompleteMultipartReadSetUploadRequest, CompleteMultipartReadSetUploadResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts index f15193582af7..47369d08968f 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAnnotationStoreRequest, CreateAnnotationStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts index 44e4626ef47e..3d872456193c 100644 --- a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMultipartReadSetUploadRequest, CreateMultipartReadSetUploadResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts index 71790b49dcae..febcd3d90822 100644 --- a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReferenceStoreRequest, CreateReferenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateRunGroupCommand.ts b/clients/client-omics/src/commands/CreateRunGroupCommand.ts index f654922bf3a2..7ff5b8ff4551 100644 --- a/clients/client-omics/src/commands/CreateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/CreateRunGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRunGroupRequest, CreateRunGroupResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts index c78235abff4b..cf5fbd69d9b1 100644 --- a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSequenceStoreRequest, CreateSequenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts index dcf85943f428..27f4fd608695 100644 --- a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVariantStoreRequest, CreateVariantStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/CreateWorkflowCommand.ts b/clients/client-omics/src/commands/CreateWorkflowCommand.ts index be8b09d40db6..ee6b0bf9c64d 100644 --- a/clients/client-omics/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/CreateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts index 3c94a173aea2..0af81cd3352d 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteReferenceCommand.ts b/clients/client-omics/src/commands/DeleteReferenceCommand.ts index 2ad3c9541dec..bf64c097a672 100644 --- a/clients/client-omics/src/commands/DeleteReferenceCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReferenceRequest, DeleteReferenceResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts index 3a02650c2e54..eccd5244b674 100644 --- a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReferenceStoreRequest, DeleteReferenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteRunCommand.ts b/clients/client-omics/src/commands/DeleteRunCommand.ts index 7c613b841fb5..c602238f1292 100644 --- a/clients/client-omics/src/commands/DeleteRunCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRunRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts index c8f0e1a155c5..80689cc5522a 100644 --- a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRunGroupRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts index ca7cf6c7374f..46f3ee7be47b 100644 --- a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSequenceStoreRequest, DeleteSequenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts index 21c92e5d9354..2ad0f9072c41 100644 --- a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVariantStoreRequest, DeleteVariantStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts index ef992e01ec6c..5f9a6d410695 100644 --- a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkflowRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts index fa82ddb90a0c..836968e9c463 100644 --- a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts index 2205127fa56d..653ee3106841 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts index 65c15ac1f8f6..0a846a1cb430 100644 --- a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadSetActivationJobRequest, GetReadSetActivationJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReadSetCommand.ts b/clients/client-omics/src/commands/GetReadSetCommand.ts index 18e6c1ca2d92..1769ba8f7fdc 100644 --- a/clients/client-omics/src/commands/GetReadSetCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetReadSetRequest, GetReadSetResponse, GetReadSetResponseFilterSensitiveLog } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts index a14d601b0aa6..c067c7946f95 100644 --- a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadSetExportJobRequest, GetReadSetExportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts index e7294f02b603..3a42c01ebe7d 100644 --- a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts index 1891ba46f1b9..00784f5f020a 100644 --- a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReferenceCommand.ts b/clients/client-omics/src/commands/GetReferenceCommand.ts index 8baadd6ffaed..574b961cc33f 100644 --- a/clients/client-omics/src/commands/GetReferenceCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetReferenceRequest, GetReferenceResponse, GetReferenceResponseFilterSensitiveLog } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts index fc67ea6dffd2..e0ef5fcc6024 100644 --- a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReferenceImportJobRequest, GetReferenceImportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts index 7d2fbe286d0e..751380cf5fd0 100644 --- a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts index bb95d8214c4e..581749934775 100644 --- a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReferenceStoreRequest, GetReferenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetRunCommand.ts b/clients/client-omics/src/commands/GetRunCommand.ts index bb638bcf4404..418d1538da24 100644 --- a/clients/client-omics/src/commands/GetRunCommand.ts +++ b/clients/client-omics/src/commands/GetRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRunRequest, GetRunResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetRunGroupCommand.ts b/clients/client-omics/src/commands/GetRunGroupCommand.ts index 327cf69701c6..52e6f56d79e3 100644 --- a/clients/client-omics/src/commands/GetRunGroupCommand.ts +++ b/clients/client-omics/src/commands/GetRunGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRunGroupRequest, GetRunGroupResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetRunTaskCommand.ts b/clients/client-omics/src/commands/GetRunTaskCommand.ts index 77463c1592ce..67806797be9f 100644 --- a/clients/client-omics/src/commands/GetRunTaskCommand.ts +++ b/clients/client-omics/src/commands/GetRunTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRunTaskRequest, GetRunTaskResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts index 5ef5ff8d4837..ffb6809226b0 100644 --- a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSequenceStoreRequest, GetSequenceStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts index 85ac8ccc22e2..7dec01841cff 100644 --- a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVariantImportRequest, GetVariantImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetVariantStoreCommand.ts b/clients/client-omics/src/commands/GetVariantStoreCommand.ts index 3ee6d0609815..37dbd0f124fc 100644 --- a/clients/client-omics/src/commands/GetVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/GetVariantStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVariantStoreRequest, GetVariantStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/GetWorkflowCommand.ts b/clients/client-omics/src/commands/GetWorkflowCommand.ts index 6026d82be6c3..f0182fa18329 100644 --- a/clients/client-omics/src/commands/GetWorkflowCommand.ts +++ b/clients/client-omics/src/commands/GetWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts index 2965e97107dd..5f86f33001a1 100644 --- a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAnnotationImportJobsRequest, ListAnnotationImportJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts index 7d3dc4b6671a..1ab759ce255f 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAnnotationStoresRequest, ListAnnotationStoresResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts index 1d602a798a18..3d98c2c6d0f5 100644 --- a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts +++ b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMultipartReadSetUploadsRequest, ListMultipartReadSetUploadsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts index 20d4ec5e35a6..ed4425a051df 100644 --- a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadSetActivationJobsRequest, ListReadSetActivationJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts index 99320e99bb02..742403b732d5 100644 --- a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadSetExportJobsRequest, ListReadSetExportJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts index d5c16f520255..99fc013dacc3 100644 --- a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadSetImportJobsRequest, ListReadSetImportJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts index d99ec47014a9..8f1d638e6724 100644 --- a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadSetUploadPartsRequest, ListReadSetUploadPartsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReadSetsCommand.ts b/clients/client-omics/src/commands/ListReadSetsCommand.ts index 6f87314fc716..d9bd21e2b1d7 100644 --- a/clients/client-omics/src/commands/ListReadSetsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadSetsRequest, ListReadSetsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts index ef32823322ed..2c1da909a342 100644 --- a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts index ba3bc54c73b2..d15f6bff0607 100644 --- a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListReferencesCommand.ts b/clients/client-omics/src/commands/ListReferencesCommand.ts index 1d378f401652..b07d0385adab 100644 --- a/clients/client-omics/src/commands/ListReferencesCommand.ts +++ b/clients/client-omics/src/commands/ListReferencesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReferencesRequest, ListReferencesResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListRunGroupsCommand.ts b/clients/client-omics/src/commands/ListRunGroupsCommand.ts index 5a964dee8f80..9b065d0e701c 100644 --- a/clients/client-omics/src/commands/ListRunGroupsCommand.ts +++ b/clients/client-omics/src/commands/ListRunGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListRunTasksCommand.ts b/clients/client-omics/src/commands/ListRunTasksCommand.ts index 68cfbf8c21a0..4ddeb0490a86 100644 --- a/clients/client-omics/src/commands/ListRunTasksCommand.ts +++ b/clients/client-omics/src/commands/ListRunTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListRunsCommand.ts b/clients/client-omics/src/commands/ListRunsCommand.ts index b9cc170a00d3..f1a322f531f2 100644 --- a/clients/client-omics/src/commands/ListRunsCommand.ts +++ b/clients/client-omics/src/commands/ListRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRunsRequest, ListRunsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts index 6071ca5f7cb5..f374cecdf716 100644 --- a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts index d301224ec9c2..f1b3e96bc11a 100644 --- a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts index c37cbf55f821..cb05ee8d52bf 100644 --- a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListVariantStoresCommand.ts b/clients/client-omics/src/commands/ListVariantStoresCommand.ts index 824355927435..ea708cbdddad 100644 --- a/clients/client-omics/src/commands/ListVariantStoresCommand.ts +++ b/clients/client-omics/src/commands/ListVariantStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/ListWorkflowsCommand.ts b/clients/client-omics/src/commands/ListWorkflowsCommand.ts index 38ebd0172d85..e9c71e07db68 100644 --- a/clients/client-omics/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-omics/src/commands/ListWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts index e80f8c288ea2..c4a410e2cd70 100644 --- a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts index 6590cdbf5a3e..3245ca72ef12 100644 --- a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts index 931661119fba..85f34b14bd65 100644 --- a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts index 365b1a9b4876..cf192a89cbcf 100644 --- a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts index 6dab944be361..866267603599 100644 --- a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartRunCommand.ts b/clients/client-omics/src/commands/StartRunCommand.ts index 1ffe00d430d2..fc8984b46afb 100644 --- a/clients/client-omics/src/commands/StartRunCommand.ts +++ b/clients/client-omics/src/commands/StartRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartRunRequest, StartRunResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts index 44c091b88206..c0218b72af1a 100644 --- a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/TagResourceCommand.ts b/clients/client-omics/src/commands/TagResourceCommand.ts index 00f585d322dd..ded7b9f53b85 100644 --- a/clients/client-omics/src/commands/TagResourceCommand.ts +++ b/clients/client-omics/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UntagResourceCommand.ts b/clients/client-omics/src/commands/UntagResourceCommand.ts index 5e812a163bb4..64a22ed91f96 100644 --- a/clients/client-omics/src/commands/UntagResourceCommand.ts +++ b/clients/client-omics/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts index 864f08aac2d6..ae86219bdeff 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts index c2c889ecbc4f..dfd8709b5e95 100644 --- a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRunGroupRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts index a3aedc7c44f4..61230ea72120 100644 --- a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts index 0a8d0e8a6a72..b7a0a4afb0f0 100644 --- a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkflowRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; diff --git a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts index 7ce1a2af25cc..262775140062 100644 --- a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts +++ b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UploadReadSetPartRequest, diff --git a/clients/client-omics/src/endpoint/EndpointParameters.ts b/clients/client-omics/src/endpoint/EndpointParameters.ts index 401cb7f8b0e7..fffd49369d2c 100644 --- a/clients/client-omics/src/endpoint/EndpointParameters.ts +++ b/clients/client-omics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-omics/src/endpoint/endpointResolver.ts b/clients/client-omics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-omics/src/endpoint/endpointResolver.ts +++ b/clients/client-omics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-omics/src/endpoint/ruleset.ts b/clients/client-omics/src/endpoint/ruleset.ts index de65cb005ce7..abbc28c16c18 100644 --- a/clients/client-omics/src/endpoint/ruleset.ts +++ b/clients/client-omics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-omics/src/models/OmicsServiceException.ts b/clients/client-omics/src/models/OmicsServiceException.ts index 17144bd4f2f9..9df263bdcfca 100644 --- a/clients/client-omics/src/models/OmicsServiceException.ts +++ b/clients/client-omics/src/models/OmicsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-omics/src/models/models_0.ts b/clients/client-omics/src/models/models_0.ts index 29cdba870ce1..1ffda6990e66 100644 --- a/clients/client-omics/src/models/models_0.ts +++ b/clients/client-omics/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { Readable } from "stream"; import { OmicsServiceException as __BaseException } from "./OmicsServiceException"; diff --git a/clients/client-omics/src/pagination/Interfaces.ts b/clients/client-omics/src/pagination/Interfaces.ts index 0f4c027c3c21..fdb4f6982359 100644 --- a/clients/client-omics/src/pagination/Interfaces.ts +++ b/clients/client-omics/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/pagination/ListAnnotationImportJobsPaginator.ts b/clients/client-omics/src/pagination/ListAnnotationImportJobsPaginator.ts index b4ec8101c445..e4a71a5df3e2 100644 --- a/clients/client-omics/src/pagination/ListAnnotationImportJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListAnnotationImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnnotationImportJobsCommand, diff --git a/clients/client-omics/src/pagination/ListAnnotationStoresPaginator.ts b/clients/client-omics/src/pagination/ListAnnotationStoresPaginator.ts index 750f4bd08585..9d6ea2f1eb40 100644 --- a/clients/client-omics/src/pagination/ListAnnotationStoresPaginator.ts +++ b/clients/client-omics/src/pagination/ListAnnotationStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnnotationStoresCommand, diff --git a/clients/client-omics/src/pagination/ListMultipartReadSetUploadsPaginator.ts b/clients/client-omics/src/pagination/ListMultipartReadSetUploadsPaginator.ts index 9317cc90df5a..083491f20d0a 100644 --- a/clients/client-omics/src/pagination/ListMultipartReadSetUploadsPaginator.ts +++ b/clients/client-omics/src/pagination/ListMultipartReadSetUploadsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMultipartReadSetUploadsCommand, diff --git a/clients/client-omics/src/pagination/ListReadSetActivationJobsPaginator.ts b/clients/client-omics/src/pagination/ListReadSetActivationJobsPaginator.ts index a1c78c6b02e4..e1375fc195ae 100644 --- a/clients/client-omics/src/pagination/ListReadSetActivationJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReadSetActivationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadSetActivationJobsCommand, diff --git a/clients/client-omics/src/pagination/ListReadSetExportJobsPaginator.ts b/clients/client-omics/src/pagination/ListReadSetExportJobsPaginator.ts index 5f8d4758cc80..ac963211fb5a 100644 --- a/clients/client-omics/src/pagination/ListReadSetExportJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReadSetExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadSetExportJobsCommand, diff --git a/clients/client-omics/src/pagination/ListReadSetImportJobsPaginator.ts b/clients/client-omics/src/pagination/ListReadSetImportJobsPaginator.ts index a9d91d1cb9af..3910edaf8b81 100644 --- a/clients/client-omics/src/pagination/ListReadSetImportJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReadSetImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadSetImportJobsCommand, diff --git a/clients/client-omics/src/pagination/ListReadSetUploadPartsPaginator.ts b/clients/client-omics/src/pagination/ListReadSetUploadPartsPaginator.ts index ff784fc55f2f..36d533589096 100644 --- a/clients/client-omics/src/pagination/ListReadSetUploadPartsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReadSetUploadPartsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadSetUploadPartsCommand, diff --git a/clients/client-omics/src/pagination/ListReadSetsPaginator.ts b/clients/client-omics/src/pagination/ListReadSetsPaginator.ts index f493ba4782ef..0c101f35fa7c 100644 --- a/clients/client-omics/src/pagination/ListReadSetsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReadSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadSetsCommand, diff --git a/clients/client-omics/src/pagination/ListReferenceImportJobsPaginator.ts b/clients/client-omics/src/pagination/ListReferenceImportJobsPaginator.ts index a86a24fb8212..775e339cbe1b 100644 --- a/clients/client-omics/src/pagination/ListReferenceImportJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListReferenceImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReferenceImportJobsCommand, diff --git a/clients/client-omics/src/pagination/ListReferenceStoresPaginator.ts b/clients/client-omics/src/pagination/ListReferenceStoresPaginator.ts index 34abf61ec9d9..164600f5d8eb 100644 --- a/clients/client-omics/src/pagination/ListReferenceStoresPaginator.ts +++ b/clients/client-omics/src/pagination/ListReferenceStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReferenceStoresCommand, diff --git a/clients/client-omics/src/pagination/ListReferencesPaginator.ts b/clients/client-omics/src/pagination/ListReferencesPaginator.ts index 6a3e7ad3259a..66aecc632787 100644 --- a/clients/client-omics/src/pagination/ListReferencesPaginator.ts +++ b/clients/client-omics/src/pagination/ListReferencesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReferencesCommand, diff --git a/clients/client-omics/src/pagination/ListRunGroupsPaginator.ts b/clients/client-omics/src/pagination/ListRunGroupsPaginator.ts index f8f4410785b6..69ac69056937 100644 --- a/clients/client-omics/src/pagination/ListRunGroupsPaginator.ts +++ b/clients/client-omics/src/pagination/ListRunGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRunGroupsCommand, diff --git a/clients/client-omics/src/pagination/ListRunTasksPaginator.ts b/clients/client-omics/src/pagination/ListRunTasksPaginator.ts index cf0b043f03ea..f1d79d9b37fe 100644 --- a/clients/client-omics/src/pagination/ListRunTasksPaginator.ts +++ b/clients/client-omics/src/pagination/ListRunTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRunTasksCommand, diff --git a/clients/client-omics/src/pagination/ListRunsPaginator.ts b/clients/client-omics/src/pagination/ListRunsPaginator.ts index e3b5319c1754..18e8c47ea2a0 100644 --- a/clients/client-omics/src/pagination/ListRunsPaginator.ts +++ b/clients/client-omics/src/pagination/ListRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRunsCommand, ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/pagination/ListSequenceStoresPaginator.ts b/clients/client-omics/src/pagination/ListSequenceStoresPaginator.ts index 1249adb271c1..9ed165456d96 100644 --- a/clients/client-omics/src/pagination/ListSequenceStoresPaginator.ts +++ b/clients/client-omics/src/pagination/ListSequenceStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSequenceStoresCommand, diff --git a/clients/client-omics/src/pagination/ListVariantImportJobsPaginator.ts b/clients/client-omics/src/pagination/ListVariantImportJobsPaginator.ts index 1b08416ca4bf..e3d13857098f 100644 --- a/clients/client-omics/src/pagination/ListVariantImportJobsPaginator.ts +++ b/clients/client-omics/src/pagination/ListVariantImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVariantImportJobsCommand, diff --git a/clients/client-omics/src/pagination/ListVariantStoresPaginator.ts b/clients/client-omics/src/pagination/ListVariantStoresPaginator.ts index 30519e2da1dc..5470cfc754f9 100644 --- a/clients/client-omics/src/pagination/ListVariantStoresPaginator.ts +++ b/clients/client-omics/src/pagination/ListVariantStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVariantStoresCommand, diff --git a/clients/client-omics/src/pagination/ListWorkflowsPaginator.ts b/clients/client-omics/src/pagination/ListWorkflowsPaginator.ts index bf2f4f58960c..d28750ed645d 100644 --- a/clients/client-omics/src/pagination/ListWorkflowsPaginator.ts +++ b/clients/client-omics/src/pagination/ListWorkflowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowsCommand, diff --git a/clients/client-omics/src/protocols/Aws_restJson1.ts b/clients/client-omics/src/protocols/Aws_restJson1.ts index 4d7eecd2f82c..7dc724464795 100644 --- a/clients/client-omics/src/protocols/Aws_restJson1.ts +++ b/clients/client-omics/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,18 +21,14 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-omics/src/runtimeConfig.browser.ts b/clients/client-omics/src/runtimeConfig.browser.ts index 354dc8aa344d..caf022da3db0 100644 --- a/clients/client-omics/src/runtimeConfig.browser.ts +++ b/clients/client-omics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OmicsClientConfig } from "./OmicsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-omics/src/runtimeConfig.shared.ts b/clients/client-omics/src/runtimeConfig.shared.ts index 5d506e8e2167..5693f5f44011 100644 --- a/clients/client-omics/src/runtimeConfig.shared.ts +++ b/clients/client-omics/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OmicsClientConfig } from "./OmicsClient"; diff --git a/clients/client-omics/src/runtimeConfig.ts b/clients/client-omics/src/runtimeConfig.ts index 9d8b66db2633..b69af28a5076 100644 --- a/clients/client-omics/src/runtimeConfig.ts +++ b/clients/client-omics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OmicsClientConfig } from "./OmicsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-omics/src/waiters/waitForAnnotationImportJobCreated.ts b/clients/client-omics/src/waiters/waitForAnnotationImportJobCreated.ts index a9127a17e4a8..943d13cfaf3c 100644 --- a/clients/client-omics/src/waiters/waitForAnnotationImportJobCreated.ts +++ b/clients/client-omics/src/waiters/waitForAnnotationImportJobCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetAnnotationImportJobCommand, diff --git a/clients/client-omics/src/waiters/waitForAnnotationStoreCreated.ts b/clients/client-omics/src/waiters/waitForAnnotationStoreCreated.ts index a3c15b6f8e75..66a266bb8266 100644 --- a/clients/client-omics/src/waiters/waitForAnnotationStoreCreated.ts +++ b/clients/client-omics/src/waiters/waitForAnnotationStoreCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetAnnotationStoreCommand, GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForAnnotationStoreDeleted.ts b/clients/client-omics/src/waiters/waitForAnnotationStoreDeleted.ts index 5862fcda54f2..380621f40c37 100644 --- a/clients/client-omics/src/waiters/waitForAnnotationStoreDeleted.ts +++ b/clients/client-omics/src/waiters/waitForAnnotationStoreDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetAnnotationStoreCommand, GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForReadSetActivationJobCompleted.ts b/clients/client-omics/src/waiters/waitForReadSetActivationJobCompleted.ts index cd1e7dc7eb2b..cbbde875c98d 100644 --- a/clients/client-omics/src/waiters/waitForReadSetActivationJobCompleted.ts +++ b/clients/client-omics/src/waiters/waitForReadSetActivationJobCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReadSetActivationJobCommand, diff --git a/clients/client-omics/src/waiters/waitForReadSetExportJobCompleted.ts b/clients/client-omics/src/waiters/waitForReadSetExportJobCompleted.ts index c4da4b297ede..e137247088ad 100644 --- a/clients/client-omics/src/waiters/waitForReadSetExportJobCompleted.ts +++ b/clients/client-omics/src/waiters/waitForReadSetExportJobCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReadSetExportJobCommand, GetReadSetExportJobCommandInput } from "../commands/GetReadSetExportJobCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForReadSetImportJobCompleted.ts b/clients/client-omics/src/waiters/waitForReadSetImportJobCompleted.ts index 992825925f79..a0709140b305 100644 --- a/clients/client-omics/src/waiters/waitForReadSetImportJobCompleted.ts +++ b/clients/client-omics/src/waiters/waitForReadSetImportJobCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReadSetImportJobCommand, GetReadSetImportJobCommandInput } from "../commands/GetReadSetImportJobCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForReferenceImportJobCompleted.ts b/clients/client-omics/src/waiters/waitForReferenceImportJobCompleted.ts index 8c5bded1227d..0eb4550f3736 100644 --- a/clients/client-omics/src/waiters/waitForReferenceImportJobCompleted.ts +++ b/clients/client-omics/src/waiters/waitForReferenceImportJobCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReferenceImportJobCommand, diff --git a/clients/client-omics/src/waiters/waitForRunCompleted.ts b/clients/client-omics/src/waiters/waitForRunCompleted.ts index cd9a0dcaa672..fbc559812d1c 100644 --- a/clients/client-omics/src/waiters/waitForRunCompleted.ts +++ b/clients/client-omics/src/waiters/waitForRunCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetRunCommand, GetRunCommandInput } from "../commands/GetRunCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForRunRunning.ts b/clients/client-omics/src/waiters/waitForRunRunning.ts index 253d79f1037f..f8d9ae1a819d 100644 --- a/clients/client-omics/src/waiters/waitForRunRunning.ts +++ b/clients/client-omics/src/waiters/waitForRunRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetRunCommand, GetRunCommandInput } from "../commands/GetRunCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForTaskCompleted.ts b/clients/client-omics/src/waiters/waitForTaskCompleted.ts index 828a7e8699ad..1e4a682ac608 100644 --- a/clients/client-omics/src/waiters/waitForTaskCompleted.ts +++ b/clients/client-omics/src/waiters/waitForTaskCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetRunTaskCommand, GetRunTaskCommandInput } from "../commands/GetRunTaskCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForTaskRunning.ts b/clients/client-omics/src/waiters/waitForTaskRunning.ts index 390d0f1c4e3a..3ac459a9bdba 100644 --- a/clients/client-omics/src/waiters/waitForTaskRunning.ts +++ b/clients/client-omics/src/waiters/waitForTaskRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetRunTaskCommand, GetRunTaskCommandInput } from "../commands/GetRunTaskCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForVariantImportJobCreated.ts b/clients/client-omics/src/waiters/waitForVariantImportJobCreated.ts index acbeea8f8d35..67d67748e3ac 100644 --- a/clients/client-omics/src/waiters/waitForVariantImportJobCreated.ts +++ b/clients/client-omics/src/waiters/waitForVariantImportJobCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetVariantImportJobCommand, GetVariantImportJobCommandInput } from "../commands/GetVariantImportJobCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForVariantStoreCreated.ts b/clients/client-omics/src/waiters/waitForVariantStoreCreated.ts index 5baed607203a..ece849fba5a7 100644 --- a/clients/client-omics/src/waiters/waitForVariantStoreCreated.ts +++ b/clients/client-omics/src/waiters/waitForVariantStoreCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetVariantStoreCommand, GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForVariantStoreDeleted.ts b/clients/client-omics/src/waiters/waitForVariantStoreDeleted.ts index 90a219fea1f9..1646e63317b3 100644 --- a/clients/client-omics/src/waiters/waitForVariantStoreDeleted.ts +++ b/clients/client-omics/src/waiters/waitForVariantStoreDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetVariantStoreCommand, GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-omics/src/waiters/waitForWorkflowActive.ts b/clients/client-omics/src/waiters/waitForWorkflowActive.ts index 887ab0448261..ac98b0673bb5 100644 --- a/clients/client-omics/src/waiters/waitForWorkflowActive.ts +++ b/clients/client-omics/src/waiters/waitForWorkflowActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetWorkflowCommand, GetWorkflowCommandInput } from "../commands/GetWorkflowCommand"; import { OmicsClient } from "../OmicsClient"; diff --git a/clients/client-opensearch/package.json b/clients/client-opensearch/package.json index 89550f509a64..cb9bd362a8b7 100644 --- a/clients/client-opensearch/package.json +++ b/clients/client-opensearch/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-opensearch/src/OpenSearch.ts b/clients/client-opensearch/src/OpenSearch.ts index 760f5892c5a3..e667c341e347 100644 --- a/clients/client-opensearch/src/OpenSearch.ts +++ b/clients/client-opensearch/src/OpenSearch.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptInboundConnectionCommand, diff --git a/clients/client-opensearch/src/OpenSearchClient.ts b/clients/client-opensearch/src/OpenSearchClient.ts index aea2a4d3d5a6..29c75c152af9 100644 --- a/clients/client-opensearch/src/OpenSearchClient.ts +++ b/clients/client-opensearch/src/OpenSearchClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -336,7 +334,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -445,7 +443,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts index 5fa503d230b2..cfbe0f095a54 100644 --- a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptInboundConnectionRequest, AcceptInboundConnectionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/AddTagsCommand.ts b/clients/client-opensearch/src/commands/AddTagsCommand.ts index 68f540e19a1d..90d75a7ecff9 100644 --- a/clients/client-opensearch/src/commands/AddTagsCommand.ts +++ b/clients/client-opensearch/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsRequest } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts index 6fead8391a5e..3d65f11a4edc 100644 --- a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociatePackageRequest, AssociatePackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 9d4de82411c8..90df3507fdb6 100644 --- a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeVpcEndpointAccessRequest, AuthorizeVpcEndpointAccessResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts index 4628bde4790d..c767ff460809 100644 --- a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelServiceSoftwareUpdateRequest, CancelServiceSoftwareUpdateResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/CreateDomainCommand.ts b/clients/client-opensearch/src/commands/CreateDomainCommand.ts index 6121f4c22a42..2348988a96f2 100644 --- a/clients/client-opensearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-opensearch/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDomainRequest, CreateDomainRequestFilterSensitiveLog, CreateDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts index 5be9b7c147e3..ca07b12a688a 100644 --- a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOutboundConnectionRequest, CreateOutboundConnectionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/CreatePackageCommand.ts b/clients/client-opensearch/src/commands/CreatePackageCommand.ts index cf1b30ed4f6d..10f000971b13 100644 --- a/clients/client-opensearch/src/commands/CreatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/CreatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts index 2eb65f6a30d4..89a2560edfbc 100644 --- a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts index a93db186f927..6a9cd2e64df6 100644 --- a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts index 34f3c02fdc69..19bea76ea8b0 100644 --- a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInboundConnectionRequest, DeleteInboundConnectionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts index ba915ac1af9b..ae24aa45fd66 100644 --- a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOutboundConnectionRequest, DeleteOutboundConnectionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DeletePackageCommand.ts b/clients/client-opensearch/src/commands/DeletePackageCommand.ts index c596546b195f..feec1bf01c69 100644 --- a/clients/client-opensearch/src/commands/DeletePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DeletePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts index 73634be82440..46d61761c23d 100644 --- a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts index 77766f83537f..603249b746cf 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts index f0d14908abfc..22768a00fa07 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts index 2ea7b2ba9bca..471514f8e681 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts index a0880cb5e3e5..31fc41add20c 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainConfigRequest, DescribeDomainConfigResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts index bb2edf95262f..a47cdabe011e 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainHealthRequest, DescribeDomainHealthResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts index f02a4ffc39c6..92aee9335902 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainNodesRequest, DescribeDomainNodesResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts index 1e9282af2623..d3d9c1678c46 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts index 9a0b3b646546..a3998af188f5 100644 --- a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDryRunProgressRequest, DescribeDryRunProgressResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts index 1ab2a5626b9c..a7af7a7322c8 100644 --- a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInboundConnectionsRequest, DescribeInboundConnectionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts index 058003aae500..29b0d42f2a4e 100644 --- a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstanceTypeLimitsRequest, DescribeInstanceTypeLimitsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts index dd1bb90dce2a..1af6b3dc6c96 100644 --- a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOutboundConnectionsRequest, DescribeOutboundConnectionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts index d11881cafb09..719855773ee4 100644 --- a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts index 1d2688e9ebb9..0b3ef552f261 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedInstanceOfferingsRequest, diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts index be8bccb8ae83..5562c002a16e 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedInstancesRequest, DescribeReservedInstancesResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts index cb9d7a797094..32ce4b7158a9 100644 --- a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts index e17f264a97b2..4a4f5bf40e8d 100644 --- a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts index aedc56373c9d..f90ccfa1ae7a 100644 --- a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCompatibleVersionsRequest, GetCompatibleVersionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts index f831778461bd..8de50dcfcf2d 100644 --- a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts index 8540a7a0a67c..d005171a33ba 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts index 032c4d7b5822..02b6808848df 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts index 2c295e470088..8d8f56b8be39 100644 --- a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts index 95b99d59c219..b8e97cbb26dd 100644 --- a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts index 3e5ce32e5b1f..b9324fd2fd59 100644 --- a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts +++ b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInstanceTypeDetailsRequest, ListInstanceTypeDetailsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts index 909a2795def2..644761229253 100644 --- a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts index bb236093c07d..707b302e6a23 100644 --- a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListScheduledActionsRequest, ListScheduledActionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListTagsCommand.ts b/clients/client-opensearch/src/commands/ListTagsCommand.ts index c33567c82c9f..65e40344c677 100644 --- a/clients/client-opensearch/src/commands/ListTagsCommand.ts +++ b/clients/client-opensearch/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListVersionsCommand.ts b/clients/client-opensearch/src/commands/ListVersionsCommand.ts index 757ac29358cc..9591e37820a5 100644 --- a/clients/client-opensearch/src/commands/ListVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVersionsRequest, ListVersionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts index f77abe0a50da..9eb0e116904a 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts index 0f4e841d2233..89e44bcf0297 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts index ce05b3c92bb1..219c479c07a2 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts index ecf90388b3af..69f44c8c193b 100644 --- a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts +++ b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PurchaseReservedInstanceOfferingRequest, PurchaseReservedInstanceOfferingResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts index 4fd1227a21ca..387d71eb70aa 100644 --- a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectInboundConnectionRequest, RejectInboundConnectionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts index ad55b1b59917..8b5a613011fa 100644 --- a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts +++ b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveTagsRequest } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts index 363d74d9ca72..ef6996b8f4cb 100644 --- a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts index 6442c24193fb..0d0aa1747313 100644 --- a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartServiceSoftwareUpdateRequest, StartServiceSoftwareUpdateResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts index 7a5fb7e92810..dfe0e53a18c0 100644 --- a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainConfigRequest, diff --git a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts index 4bb67211d1c1..d60bcad027d1 100644 --- a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts index 162f009fa09d..6f6a3fcf2d7c 100644 --- a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts index ea3c758c931e..857caa31ceb5 100644 --- a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts index d7147fba155f..8a47e316d86b 100644 --- a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpgradeDomainRequest, UpgradeDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/endpoint/EndpointParameters.ts b/clients/client-opensearch/src/endpoint/EndpointParameters.ts index 993d72c7d8cb..e7e4ac3e6cf4 100644 --- a/clients/client-opensearch/src/endpoint/EndpointParameters.ts +++ b/clients/client-opensearch/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-opensearch/src/endpoint/endpointResolver.ts b/clients/client-opensearch/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-opensearch/src/endpoint/endpointResolver.ts +++ b/clients/client-opensearch/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-opensearch/src/endpoint/ruleset.ts b/clients/client-opensearch/src/endpoint/ruleset.ts index d9fae3b7e240..b9504be16686 100644 --- a/clients/client-opensearch/src/endpoint/ruleset.ts +++ b/clients/client-opensearch/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-opensearch/src/models/OpenSearchServiceException.ts b/clients/client-opensearch/src/models/OpenSearchServiceException.ts index 4b302c0af9e3..1fc0d078a246 100644 --- a/clients/client-opensearch/src/models/OpenSearchServiceException.ts +++ b/clients/client-opensearch/src/models/OpenSearchServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-opensearch/src/models/models_0.ts b/clients/client-opensearch/src/models/models_0.ts index 18a239360626..517edf556f72 100644 --- a/clients/client-opensearch/src/models/models_0.ts +++ b/clients/client-opensearch/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { OpenSearchServiceException as __BaseException } from "./OpenSearchServiceException"; diff --git a/clients/client-opensearch/src/pagination/DescribeDomainAutoTunesPaginator.ts b/clients/client-opensearch/src/pagination/DescribeDomainAutoTunesPaginator.ts index 35cd5b5e64f4..902de57f2c6e 100644 --- a/clients/client-opensearch/src/pagination/DescribeDomainAutoTunesPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribeDomainAutoTunesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDomainAutoTunesCommand, diff --git a/clients/client-opensearch/src/pagination/DescribeInboundConnectionsPaginator.ts b/clients/client-opensearch/src/pagination/DescribeInboundConnectionsPaginator.ts index ec22b329c71d..8a200302ee30 100644 --- a/clients/client-opensearch/src/pagination/DescribeInboundConnectionsPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribeInboundConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInboundConnectionsCommand, diff --git a/clients/client-opensearch/src/pagination/DescribeOutboundConnectionsPaginator.ts b/clients/client-opensearch/src/pagination/DescribeOutboundConnectionsPaginator.ts index 866be3986057..b3a91a7d9775 100644 --- a/clients/client-opensearch/src/pagination/DescribeOutboundConnectionsPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribeOutboundConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOutboundConnectionsCommand, diff --git a/clients/client-opensearch/src/pagination/DescribePackagesPaginator.ts b/clients/client-opensearch/src/pagination/DescribePackagesPaginator.ts index ae0e345bcf18..89fa96991f4a 100644 --- a/clients/client-opensearch/src/pagination/DescribePackagesPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribePackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePackagesCommand, diff --git a/clients/client-opensearch/src/pagination/DescribeReservedInstanceOfferingsPaginator.ts b/clients/client-opensearch/src/pagination/DescribeReservedInstanceOfferingsPaginator.ts index 379863717f5a..d67724bb8b41 100644 --- a/clients/client-opensearch/src/pagination/DescribeReservedInstanceOfferingsPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribeReservedInstanceOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedInstanceOfferingsCommand, diff --git a/clients/client-opensearch/src/pagination/DescribeReservedInstancesPaginator.ts b/clients/client-opensearch/src/pagination/DescribeReservedInstancesPaginator.ts index c4ed606b8887..698bccbbc3d8 100644 --- a/clients/client-opensearch/src/pagination/DescribeReservedInstancesPaginator.ts +++ b/clients/client-opensearch/src/pagination/DescribeReservedInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedInstancesCommand, diff --git a/clients/client-opensearch/src/pagination/GetPackageVersionHistoryPaginator.ts b/clients/client-opensearch/src/pagination/GetPackageVersionHistoryPaginator.ts index 680fff430396..66831af4b30c 100644 --- a/clients/client-opensearch/src/pagination/GetPackageVersionHistoryPaginator.ts +++ b/clients/client-opensearch/src/pagination/GetPackageVersionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPackageVersionHistoryCommand, diff --git a/clients/client-opensearch/src/pagination/GetUpgradeHistoryPaginator.ts b/clients/client-opensearch/src/pagination/GetUpgradeHistoryPaginator.ts index 72fbf6b63e2c..c0e66b1261a8 100644 --- a/clients/client-opensearch/src/pagination/GetUpgradeHistoryPaginator.ts +++ b/clients/client-opensearch/src/pagination/GetUpgradeHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetUpgradeHistoryCommand, diff --git a/clients/client-opensearch/src/pagination/Interfaces.ts b/clients/client-opensearch/src/pagination/Interfaces.ts index 40879aae1423..c3a04a3be4ad 100644 --- a/clients/client-opensearch/src/pagination/Interfaces.ts +++ b/clients/client-opensearch/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OpenSearchClient } from "../OpenSearchClient"; diff --git a/clients/client-opensearch/src/pagination/ListDomainsForPackagePaginator.ts b/clients/client-opensearch/src/pagination/ListDomainsForPackagePaginator.ts index 7632c0ae509a..d11e703e2b40 100644 --- a/clients/client-opensearch/src/pagination/ListDomainsForPackagePaginator.ts +++ b/clients/client-opensearch/src/pagination/ListDomainsForPackagePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsForPackageCommand, diff --git a/clients/client-opensearch/src/pagination/ListInstanceTypeDetailsPaginator.ts b/clients/client-opensearch/src/pagination/ListInstanceTypeDetailsPaginator.ts index e49a20d53465..59cc83254b0c 100644 --- a/clients/client-opensearch/src/pagination/ListInstanceTypeDetailsPaginator.ts +++ b/clients/client-opensearch/src/pagination/ListInstanceTypeDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstanceTypeDetailsCommand, diff --git a/clients/client-opensearch/src/pagination/ListPackagesForDomainPaginator.ts b/clients/client-opensearch/src/pagination/ListPackagesForDomainPaginator.ts index a6e4b3828f4a..d38e6ed46d8c 100644 --- a/clients/client-opensearch/src/pagination/ListPackagesForDomainPaginator.ts +++ b/clients/client-opensearch/src/pagination/ListPackagesForDomainPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagesForDomainCommand, diff --git a/clients/client-opensearch/src/pagination/ListScheduledActionsPaginator.ts b/clients/client-opensearch/src/pagination/ListScheduledActionsPaginator.ts index 933807f0007d..322d1254c0bf 100644 --- a/clients/client-opensearch/src/pagination/ListScheduledActionsPaginator.ts +++ b/clients/client-opensearch/src/pagination/ListScheduledActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScheduledActionsCommand, diff --git a/clients/client-opensearch/src/pagination/ListVersionsPaginator.ts b/clients/client-opensearch/src/pagination/ListVersionsPaginator.ts index db6690692f97..779714449676 100644 --- a/clients/client-opensearch/src/pagination/ListVersionsPaginator.ts +++ b/clients/client-opensearch/src/pagination/ListVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVersionsCommand, diff --git a/clients/client-opensearch/src/protocols/Aws_restJson1.ts b/clients/client-opensearch/src/protocols/Aws_restJson1.ts index 03a7b777ac8e..a85ca2c88f9a 100644 --- a/clients/client-opensearch/src/protocols/Aws_restJson1.ts +++ b/clients/client-opensearch/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptInboundConnectionCommandInput, diff --git a/clients/client-opensearch/src/runtimeConfig.browser.ts b/clients/client-opensearch/src/runtimeConfig.browser.ts index 575f54c63342..c7c007b5be47 100644 --- a/clients/client-opensearch/src/runtimeConfig.browser.ts +++ b/clients/client-opensearch/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpenSearchClientConfig } from "./OpenSearchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-opensearch/src/runtimeConfig.shared.ts b/clients/client-opensearch/src/runtimeConfig.shared.ts index e877f5763da5..b42ad1bb07ee 100644 --- a/clients/client-opensearch/src/runtimeConfig.shared.ts +++ b/clients/client-opensearch/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OpenSearchClientConfig } from "./OpenSearchClient"; diff --git a/clients/client-opensearch/src/runtimeConfig.ts b/clients/client-opensearch/src/runtimeConfig.ts index aeef6e32cf6f..af49fdc5a426 100644 --- a/clients/client-opensearch/src/runtimeConfig.ts +++ b/clients/client-opensearch/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpenSearchClientConfig } from "./OpenSearchClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-opensearchserverless/package.json b/clients/client-opensearchserverless/package.json index e48d57a7a91f..f9722ecfed61 100644 --- a/clients/client-opensearchserverless/package.json +++ b/clients/client-opensearchserverless/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-opensearchserverless/src/OpenSearchServerless.ts b/clients/client-opensearchserverless/src/OpenSearchServerless.ts index 5d8ff8df068a..9fd30a6363fe 100644 --- a/clients/client-opensearchserverless/src/OpenSearchServerless.ts +++ b/clients/client-opensearchserverless/src/OpenSearchServerless.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetCollectionCommand, diff --git a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts index 7dcda0ca0524..4a3614180a7d 100644 --- a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts +++ b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput } from "./commands/BatchGetCollectionCommand"; @@ -207,7 +205,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -316,7 +314,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts index be9df037a435..71b8f7696857 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetCollectionRequest, BatchGetCollectionResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts index 9c4a595ff9ba..453f090be00d 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetVpcEndpointRequest, BatchGetVpcEndpointResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts index 13489444be16..dd63ad34d57c 100644 --- a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts index bb0b41fb653c..8be272e7d198 100644 --- a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCollectionRequest, CreateCollectionResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts index ffa87cf1407c..7164adb0aebd 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSecurityConfigRequest, CreateSecurityConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts index 42efb8f31763..9d4aabd0c171 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSecurityPolicyRequest, CreateSecurityPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts index 67147a415430..7c68477c9186 100644 --- a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts index 64da693ddf2f..3d548c091d02 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts index d63a123006bb..24e871c47431 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCollectionRequest, DeleteCollectionResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts index d1dde8bb37bd..68d9206a76b5 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSecurityConfigRequest, DeleteSecurityConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts index 358cd119fef5..284b9b738dac 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSecurityPolicyRequest, DeleteSecurityPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts index d304d29da326..464e372ef672 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts index e729e1f82ef5..22c08e0892e5 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPolicyRequest, GetAccessPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts index 0bae46de1612..c5f13a3c23f5 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts index 82fcf55c7124..01c2334f9fbe 100644 --- a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPoliciesStatsRequest, GetPoliciesStatsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts index c6ac3649d08b..170eb946e891 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSecurityConfigRequest, GetSecurityConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts index 5e3f445a8824..fba7158d3a62 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSecurityPolicyRequest, GetSecurityPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts index 5d16d6318eb2..655ea439175f 100644 --- a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts index 45fbbadd04b0..4edaff1e4131 100644 --- a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCollectionsRequest, ListCollectionsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts index cab31eb0e6d7..5c9237e6fc31 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecurityConfigsRequest, ListSecurityConfigsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts index de85f4a271e8..ee4eb83991df 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts index 554be7dc292e..42501c9a626f 100644 --- a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts index 809fd12a1e00..c2e4b08fb43a 100644 --- a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts index 61842fa544fe..bc1a090d9572 100644 --- a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts index 77ba4c777167..28f05a7055d4 100644 --- a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts index 9ea60418eedf..e40b0eaae2f4 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccessPolicyRequest, UpdateAccessPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts index f88412601761..cd8b0b3b6e30 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts index 09779b43622a..bcd41e58c11b 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCollectionRequest, UpdateCollectionResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts index 34819ce6d06b..5aedab8c5e68 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSecurityConfigRequest, UpdateSecurityConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts index beff980b83d8..57be5702fa70 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSecurityPolicyRequest, UpdateSecurityPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts index 31540ffb7d26..9560b7cb7a59 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0"; import { diff --git a/clients/client-opensearchserverless/src/endpoint/EndpointParameters.ts b/clients/client-opensearchserverless/src/endpoint/EndpointParameters.ts index f02ada913918..104521999f09 100644 --- a/clients/client-opensearchserverless/src/endpoint/EndpointParameters.ts +++ b/clients/client-opensearchserverless/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-opensearchserverless/src/endpoint/endpointResolver.ts b/clients/client-opensearchserverless/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-opensearchserverless/src/endpoint/endpointResolver.ts +++ b/clients/client-opensearchserverless/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-opensearchserverless/src/endpoint/ruleset.ts b/clients/client-opensearchserverless/src/endpoint/ruleset.ts index 057b2ac146d3..6f4a8bdf9029 100644 --- a/clients/client-opensearchserverless/src/endpoint/ruleset.ts +++ b/clients/client-opensearchserverless/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts b/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts index 40eeeb60c131..77a9259541bb 100644 --- a/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts +++ b/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-opensearchserverless/src/models/models_0.ts b/clients/client-opensearchserverless/src/models/models_0.ts index d91709495b9d..682b34b83603 100644 --- a/clients/client-opensearchserverless/src/models/models_0.ts +++ b/clients/client-opensearchserverless/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { OpenSearchServerlessServiceException as __BaseException } from "./OpenSearchServerlessServiceException"; diff --git a/clients/client-opensearchserverless/src/pagination/Interfaces.ts b/clients/client-opensearchserverless/src/pagination/Interfaces.ts index 0c2bd422f1ce..74406b1d6b5e 100644 --- a/clients/client-opensearchserverless/src/pagination/Interfaces.ts +++ b/clients/client-opensearchserverless/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OpenSearchServerlessClient } from "../OpenSearchServerlessClient"; diff --git a/clients/client-opensearchserverless/src/pagination/ListAccessPoliciesPaginator.ts b/clients/client-opensearchserverless/src/pagination/ListAccessPoliciesPaginator.ts index 5824a6deccd5..ee4c0e656872 100644 --- a/clients/client-opensearchserverless/src/pagination/ListAccessPoliciesPaginator.ts +++ b/clients/client-opensearchserverless/src/pagination/ListAccessPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessPoliciesCommand, diff --git a/clients/client-opensearchserverless/src/pagination/ListCollectionsPaginator.ts b/clients/client-opensearchserverless/src/pagination/ListCollectionsPaginator.ts index 94e70c771203..4c39e05f73e0 100644 --- a/clients/client-opensearchserverless/src/pagination/ListCollectionsPaginator.ts +++ b/clients/client-opensearchserverless/src/pagination/ListCollectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCollectionsCommand, diff --git a/clients/client-opensearchserverless/src/pagination/ListSecurityConfigsPaginator.ts b/clients/client-opensearchserverless/src/pagination/ListSecurityConfigsPaginator.ts index 9f0d8ff8bc28..95f2810ad242 100644 --- a/clients/client-opensearchserverless/src/pagination/ListSecurityConfigsPaginator.ts +++ b/clients/client-opensearchserverless/src/pagination/ListSecurityConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityConfigsCommand, diff --git a/clients/client-opensearchserverless/src/pagination/ListSecurityPoliciesPaginator.ts b/clients/client-opensearchserverless/src/pagination/ListSecurityPoliciesPaginator.ts index f1677133cc30..24b42f4d6c3c 100644 --- a/clients/client-opensearchserverless/src/pagination/ListSecurityPoliciesPaginator.ts +++ b/clients/client-opensearchserverless/src/pagination/ListSecurityPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityPoliciesCommand, diff --git a/clients/client-opensearchserverless/src/pagination/ListVpcEndpointsPaginator.ts b/clients/client-opensearchserverless/src/pagination/ListVpcEndpointsPaginator.ts index 354ee3e66926..91a9924acdc2 100644 --- a/clients/client-opensearchserverless/src/pagination/ListVpcEndpointsPaginator.ts +++ b/clients/client-opensearchserverless/src/pagination/ListVpcEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVpcEndpointsCommand, diff --git a/clients/client-opensearchserverless/src/protocols/Aws_json1_0.ts b/clients/client-opensearchserverless/src/protocols/Aws_json1_0.ts index e230af391cbe..963b39a1795f 100644 --- a/clients/client-opensearchserverless/src/protocols/Aws_json1_0.ts +++ b/clients/client-opensearchserverless/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,14 +8,14 @@ import { expectString as __expectString, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput } from "../commands/BatchGetCollectionCommand"; diff --git a/clients/client-opensearchserverless/src/runtimeConfig.browser.ts b/clients/client-opensearchserverless/src/runtimeConfig.browser.ts index f0e6f6a195ed..3ea0a4f210a1 100644 --- a/clients/client-opensearchserverless/src/runtimeConfig.browser.ts +++ b/clients/client-opensearchserverless/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpenSearchServerlessClientConfig } from "./OpenSearchServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-opensearchserverless/src/runtimeConfig.shared.ts b/clients/client-opensearchserverless/src/runtimeConfig.shared.ts index fa0f640ebae2..dcf3b15950a1 100644 --- a/clients/client-opensearchserverless/src/runtimeConfig.shared.ts +++ b/clients/client-opensearchserverless/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OpenSearchServerlessClientConfig } from "./OpenSearchServerlessClient"; diff --git a/clients/client-opensearchserverless/src/runtimeConfig.ts b/clients/client-opensearchserverless/src/runtimeConfig.ts index 54b223ba108f..e6cf3778a025 100644 --- a/clients/client-opensearchserverless/src/runtimeConfig.ts +++ b/clients/client-opensearchserverless/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpenSearchServerlessClientConfig } from "./OpenSearchServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index f2de8650bac8..f022bf360c4d 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-opsworks/src/OpsWorks.ts b/clients/client-opsworks/src/OpsWorks.ts index 01d249f46c08..150808b66958 100644 --- a/clients/client-opsworks/src/OpsWorks.ts +++ b/clients/client-opsworks/src/OpsWorks.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssignInstanceCommand, diff --git a/clients/client-opsworks/src/OpsWorksClient.ts b/clients/client-opsworks/src/OpsWorksClient.ts index 656613edf8e0..09a88276051e 100644 --- a/clients/client-opsworks/src/OpsWorksClient.ts +++ b/clients/client-opsworks/src/OpsWorksClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssignInstanceCommandInput, AssignInstanceCommandOutput } from "./commands/AssignInstanceCommand"; @@ -381,7 +379,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -490,7 +488,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts index baa533a1bdd6..e5e09bd7d136 100644 --- a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssignInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts index 374f90e53c76..dc485ea73623 100644 --- a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssignVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts index 2d5fced800a7..841e3d5b48b8 100644 --- a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts index f6be39fb71f1..60cc50adc9fc 100644 --- a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachElasticLoadBalancerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CloneStackCommand.ts b/clients/client-opsworks/src/commands/CloneStackCommand.ts index f40774e592b4..8e0074270a1c 100644 --- a/clients/client-opsworks/src/commands/CloneStackCommand.ts +++ b/clients/client-opsworks/src/commands/CloneStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloneStackRequest, CloneStackResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateAppCommand.ts b/clients/client-opsworks/src/commands/CreateAppCommand.ts index 32ca9ad0b8b8..904ba0667439 100644 --- a/clients/client-opsworks/src/commands/CreateAppCommand.ts +++ b/clients/client-opsworks/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppRequest, CreateAppResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts index 3aca88b0864b..74260c6aabe7 100644 --- a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts index 702d678c906f..c4444658b0e2 100644 --- a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInstanceRequest, CreateInstanceResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateLayerCommand.ts b/clients/client-opsworks/src/commands/CreateLayerCommand.ts index fe99dcd6104a..1d076971f8fa 100644 --- a/clients/client-opsworks/src/commands/CreateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/CreateLayerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLayerRequest, CreateLayerResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateStackCommand.ts b/clients/client-opsworks/src/commands/CreateStackCommand.ts index 50c511f5d81d..d576e83c4bec 100644 --- a/clients/client-opsworks/src/commands/CreateStackCommand.ts +++ b/clients/client-opsworks/src/commands/CreateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStackRequest, CreateStackResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts index 2bb7b2be6ce5..bdd477afcda1 100644 --- a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserProfileRequest, CreateUserProfileResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeleteAppCommand.ts b/clients/client-opsworks/src/commands/DeleteAppCommand.ts index 90f19416648d..ed334b190d9f 100644 --- a/clients/client-opsworks/src/commands/DeleteAppCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts index 53d75d0283a8..4e0b3f15a2b7 100644 --- a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts index e4b4e73161e4..2eef6689b28f 100644 --- a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLayerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeleteStackCommand.ts b/clients/client-opsworks/src/commands/DeleteStackCommand.ts index 14502d7f967d..737e5def4f59 100644 --- a/clients/client-opsworks/src/commands/DeleteStackCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts index be50dc2ee241..e23c7675a01d 100644 --- a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts index 290b1f60adc5..0466f5b18da9 100644 --- a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterEcsClusterRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts index 6bfe46b600ac..19f44244b741 100644 --- a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts index 47478cddf7c9..97164cdea602 100644 --- a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts index 7c83d81ab393..6b8f814d1337 100644 --- a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts index aa8ee2b9d8a6..1b953170af7f 100644 --- a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts index 82a62d6b8665..28d8202b4649 100644 --- a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAgentVersionsRequest, DescribeAgentVersionsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts index 83eddf9013fd..c72376852393 100644 --- a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppsRequest, DescribeAppsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts index a5f04fca6b18..81638e82047d 100644 --- a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCommandsRequest, DescribeCommandsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts index 71a2af6e876f..817600e5812b 100644 --- a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeploymentsRequest, DescribeDeploymentsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts index f234bcf12b92..98a86481740b 100644 --- a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEcsClustersRequest, DescribeEcsClustersResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts index a75d009dac47..dd083000e02e 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeElasticIpsRequest, DescribeElasticIpsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts index 12c2c5e21917..ebc73154441c 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeElasticLoadBalancersRequest, DescribeElasticLoadBalancersResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts index 01dd86a4291f..681eb7a2c728 100644 --- a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstancesRequest, DescribeInstancesResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts index 23763b170cbd..91b3ecb94c53 100644 --- a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLayersRequest, DescribeLayersResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts index 40b95bda2f81..313f9a9aed42 100644 --- a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLoadBasedAutoScalingRequest, DescribeLoadBasedAutoScalingResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts index 7ce28ba2ccfe..e0cd0ef1e6dc 100644 --- a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMyUserProfileResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts index 28af3d9516b1..5a27c87e1cfd 100644 --- a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOperatingSystemsResponse } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts index bbb875ad2015..94f0545ffd5e 100644 --- a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePermissionsRequest, DescribePermissionsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts index 8bb6d8dd21b3..090c2877eb6f 100644 --- a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRaidArraysRequest, DescribeRaidArraysResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts index c0e087c8e77c..d769d8e54018 100644 --- a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts index b91b645e1b34..e64e280acbfc 100644 --- a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServiceErrorsRequest, DescribeServiceErrorsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts index 9828ed41c08a..ac26b0fb1471 100644 --- a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStackProvisioningParametersRequest, diff --git a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts index 52130f989b11..16dcbedf4249 100644 --- a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStackSummaryRequest, DescribeStackSummaryResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts index d2328287ff54..6d9ecd7a844b 100644 --- a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts index 6346e5384854..881f409d4259 100644 --- a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTimeBasedAutoScalingRequest, DescribeTimeBasedAutoScalingResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts index 395129fe50e6..e21c45c3a5c3 100644 --- a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserProfilesRequest, DescribeUserProfilesResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts index 674de1bce055..12f2cb58c475 100644 --- a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts index df3f94b81ae7..82e4331e8918 100644 --- a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetachElasticLoadBalancerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts index fb1b22f8e945..6d941950fb1f 100644 --- a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts index ae79fa0d635f..c33c62957d64 100644 --- a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts +++ b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHostnameSuggestionRequest, GetHostnameSuggestionResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/GrantAccessCommand.ts b/clients/client-opsworks/src/commands/GrantAccessCommand.ts index e134ea6b4894..39af26d7ff95 100644 --- a/clients/client-opsworks/src/commands/GrantAccessCommand.ts +++ b/clients/client-opsworks/src/commands/GrantAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GrantAccessRequest, GrantAccessResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/ListTagsCommand.ts b/clients/client-opsworks/src/commands/ListTagsCommand.ts index dce2854b1717..66d3624c663b 100644 --- a/clients/client-opsworks/src/commands/ListTagsCommand.ts +++ b/clients/client-opsworks/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsRequest, ListTagsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts index a949ca0e18e3..e0f0444f1640 100644 --- a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts index 23d3b1fe46dc..b741f66aa726 100644 --- a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterEcsClusterRequest, RegisterEcsClusterResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts index f5616d5dbb37..701777154c05 100644 --- a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterElasticIpRequest, RegisterElasticIpResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts index 972d4ba736a9..cb29724a8c08 100644 --- a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterInstanceRequest, RegisterInstanceResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts index bf0291c68cf6..f88d48aadc4f 100644 --- a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts index 5b308a483cbb..dca43b1f50f5 100644 --- a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterVolumeRequest, RegisterVolumeResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts index b94cdf8113af..7532b3d2ec67 100644 --- a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetLoadBasedAutoScalingRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/SetPermissionCommand.ts b/clients/client-opsworks/src/commands/SetPermissionCommand.ts index 86b0e4c794ee..cfe42f3cc553 100644 --- a/clients/client-opsworks/src/commands/SetPermissionCommand.ts +++ b/clients/client-opsworks/src/commands/SetPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetPermissionRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts index 47c4069097ce..a70e04835c4e 100644 --- a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetTimeBasedAutoScalingRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/StartInstanceCommand.ts b/clients/client-opsworks/src/commands/StartInstanceCommand.ts index c7b112c53fc5..e635ad21933a 100644 --- a/clients/client-opsworks/src/commands/StartInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StartInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/StartStackCommand.ts b/clients/client-opsworks/src/commands/StartStackCommand.ts index 2165dc10abd8..0fd9a745ffa3 100644 --- a/clients/client-opsworks/src/commands/StartStackCommand.ts +++ b/clients/client-opsworks/src/commands/StartStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/StopInstanceCommand.ts b/clients/client-opsworks/src/commands/StopInstanceCommand.ts index 8fe677b69977..5dd971ddb141 100644 --- a/clients/client-opsworks/src/commands/StopInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StopInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/StopStackCommand.ts b/clients/client-opsworks/src/commands/StopStackCommand.ts index 49994f73c4d1..6cd1cf9ce580 100644 --- a/clients/client-opsworks/src/commands/StopStackCommand.ts +++ b/clients/client-opsworks/src/commands/StopStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/TagResourceCommand.ts b/clients/client-opsworks/src/commands/TagResourceCommand.ts index 31436eca3cf8..c66e1910c20c 100644 --- a/clients/client-opsworks/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts index e3c908e90c65..bdd515fad7ce 100644 --- a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnassignInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts index c32d85364cfd..f54e7253a243 100644 --- a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnassignVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UntagResourceCommand.ts b/clients/client-opsworks/src/commands/UntagResourceCommand.ts index 33492e3eb4b0..e7b9cd7f374d 100644 --- a/clients/client-opsworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateAppCommand.ts b/clients/client-opsworks/src/commands/UpdateAppCommand.ts index e8f56b3ff2de..8d85ba4a10f8 100644 --- a/clients/client-opsworks/src/commands/UpdateAppCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts index 7db3178dcd1a..cded103caae6 100644 --- a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts index 6cc48e5594c9..86f21a68f87f 100644 --- a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts index 5a7abf1b7fb1..8d719c5c4f13 100644 --- a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLayerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts index 651bb34037bf..8d1e2ad9f996 100644 --- a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMyUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts index 67e4e2f97331..438c1a03f6a2 100644 --- a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateStackCommand.ts b/clients/client-opsworks/src/commands/UpdateStackCommand.ts index 60d121e60a73..3d119dcc6c4f 100644 --- a/clients/client-opsworks/src/commands/UpdateStackCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts index ee33a4a5d3c8..74ba036a7423 100644 --- a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts index e789921ad349..8524c5c067a1 100644 --- a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/endpoint/EndpointParameters.ts b/clients/client-opsworks/src/endpoint/EndpointParameters.ts index cf9f241556b0..45e9a886c637 100644 --- a/clients/client-opsworks/src/endpoint/EndpointParameters.ts +++ b/clients/client-opsworks/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-opsworks/src/endpoint/endpointResolver.ts b/clients/client-opsworks/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-opsworks/src/endpoint/endpointResolver.ts +++ b/clients/client-opsworks/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-opsworks/src/endpoint/ruleset.ts b/clients/client-opsworks/src/endpoint/ruleset.ts index 7d0b9c660a2e..3f095aea8da5 100644 --- a/clients/client-opsworks/src/endpoint/ruleset.ts +++ b/clients/client-opsworks/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-opsworks/src/models/OpsWorksServiceException.ts b/clients/client-opsworks/src/models/OpsWorksServiceException.ts index 14e25f07d44e..7025cb0a5ada 100644 --- a/clients/client-opsworks/src/models/OpsWorksServiceException.ts +++ b/clients/client-opsworks/src/models/OpsWorksServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-opsworks/src/models/models_0.ts b/clients/client-opsworks/src/models/models_0.ts index 34bcb8a9b021..a233eececcf0 100644 --- a/clients/client-opsworks/src/models/models_0.ts +++ b/clients/client-opsworks/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { OpsWorksServiceException as __BaseException } from "./OpsWorksServiceException"; diff --git a/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts b/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts index 15ff18167904..c824d17775a1 100644 --- a/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts +++ b/clients/client-opsworks/src/pagination/DescribeEcsClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEcsClustersCommand, diff --git a/clients/client-opsworks/src/pagination/Interfaces.ts b/clients/client-opsworks/src/pagination/Interfaces.ts index 9a59442c5bae..7b84363b3dd1 100644 --- a/clients/client-opsworks/src/pagination/Interfaces.ts +++ b/clients/client-opsworks/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/protocols/Aws_json1_1.ts b/clients/client-opsworks/src/protocols/Aws_json1_1.ts index 32cf3a42b616..26c0a9472b6c 100644 --- a/clients/client-opsworks/src/protocols/Aws_json1_1.ts +++ b/clients/client-opsworks/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssignInstanceCommandInput, AssignInstanceCommandOutput } from "../commands/AssignInstanceCommand"; import { AssignVolumeCommandInput, AssignVolumeCommandOutput } from "../commands/AssignVolumeCommand"; diff --git a/clients/client-opsworks/src/runtimeConfig.browser.ts b/clients/client-opsworks/src/runtimeConfig.browser.ts index bb7ea3539ada..4b5cbb8c31ed 100644 --- a/clients/client-opsworks/src/runtimeConfig.browser.ts +++ b/clients/client-opsworks/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpsWorksClientConfig } from "./OpsWorksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-opsworks/src/runtimeConfig.shared.ts b/clients/client-opsworks/src/runtimeConfig.shared.ts index c683ff22dbd3..2c901687ea29 100644 --- a/clients/client-opsworks/src/runtimeConfig.shared.ts +++ b/clients/client-opsworks/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OpsWorksClientConfig } from "./OpsWorksClient"; diff --git a/clients/client-opsworks/src/runtimeConfig.ts b/clients/client-opsworks/src/runtimeConfig.ts index 2a76da2e0731..64a8d3da74f2 100644 --- a/clients/client-opsworks/src/runtimeConfig.ts +++ b/clients/client-opsworks/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpsWorksClientConfig } from "./OpsWorksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-opsworks/src/waiters/waitForAppExists.ts b/clients/client-opsworks/src/waiters/waitForAppExists.ts index bbddaef37b44..ffc3c084d63c 100644 --- a/clients/client-opsworks/src/waiters/waitForAppExists.ts +++ b/clients/client-opsworks/src/waiters/waitForAppExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeAppsCommand, DescribeAppsCommandInput } from "../commands/DescribeAppsCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts b/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts index 1811a3a06c81..9ab5ca738e12 100644 --- a/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts +++ b/clients/client-opsworks/src/waiters/waitForDeploymentSuccessful.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDeploymentsCommand, DescribeDeploymentsCommandInput } from "../commands/DescribeDeploymentsCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts b/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts index 65d696adb432..de98a8a24849 100644 --- a/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts +++ b/clients/client-opsworks/src/waiters/waitForInstanceOnline.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts b/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts index c676add3cdc3..5659dfc74e4f 100644 --- a/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts +++ b/clients/client-opsworks/src/waiters/waitForInstanceRegistered.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts b/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts index 395fd80a733d..ee52821d43cc 100644 --- a/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts +++ b/clients/client-opsworks/src/waiters/waitForInstanceStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts b/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts index 9378ec387891..9947a68cfeb8 100644 --- a/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts +++ b/clients/client-opsworks/src/waiters/waitForInstanceTerminated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeInstancesCommand, DescribeInstancesCommandInput } from "../commands/DescribeInstancesCommand"; import { OpsWorksClient } from "../OpsWorksClient"; diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index f4f46ddb260c..05e91bd3929f 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-opsworkscm/src/OpsWorksCM.ts b/clients/client-opsworkscm/src/OpsWorksCM.ts index 00e5dc2c3344..86be830bea6d 100644 --- a/clients/client-opsworkscm/src/OpsWorksCM.ts +++ b/clients/client-opsworkscm/src/OpsWorksCM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateNodeCommand, diff --git a/clients/client-opsworkscm/src/OpsWorksCMClient.ts b/clients/client-opsworkscm/src/OpsWorksCMClient.ts index af3bfda74a03..b3cdc10048ec 100644 --- a/clients/client-opsworkscm/src/OpsWorksCMClient.ts +++ b/clients/client-opsworkscm/src/OpsWorksCMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateNodeCommandInput, AssociateNodeCommandOutput } from "./commands/AssociateNodeCommand"; @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts index cbc3aac03bdb..86855e770ac3 100644 --- a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateNodeRequest, diff --git a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts index a4e11722d700..24077e574477 100644 --- a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts index bbb8bbf3b33a..f5f1b23058e8 100644 --- a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServerRequest, diff --git a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts index 31f554969227..df82a9b5f037 100644 --- a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts index a12905824ee1..d41ca35809ee 100644 --- a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServerRequest, DeleteServerResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts index c251264865ed..3b431800e01a 100644 --- a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountAttributesRequest, DescribeAccountAttributesResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts index 3fb4eec93bf5..bbcfd7c6cd82 100644 --- a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts index 29cdbb3f0a1a..d73fd9d70d42 100644 --- a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts index 2ecd996472da..0564064b7e3b 100644 --- a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNodeAssociationStatusRequest, diff --git a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts index c6c86331c6c1..c57273032090 100644 --- a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServersRequest, diff --git a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts index 0a90f4071c98..cf15c534218b 100644 --- a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateNodeRequest, diff --git a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts index be8b554d0a2e..e09e767389c4 100644 --- a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts +++ b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportServerEngineAttributeRequest, diff --git a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts index 85ca0549760c..1aa49c5a9450 100644 --- a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts index 1802cb0f600f..3851b490c287 100644 --- a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreServerRequest, diff --git a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts index 0ce692206b18..ba25875208c6 100644 --- a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts +++ b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMaintenanceRequest, diff --git a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts index 2c134dd44817..8eb4734e5c80 100644 --- a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts index 420cd464f0e4..dee08653d253 100644 --- a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts index 49f10b11e771..3b16a59e27f0 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServerRequest, UpdateServerResponse, UpdateServerResponseFilterSensitiveLog } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts index 1fde5d4da3fd..1787f240b991 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServerEngineAttributesRequest, diff --git a/clients/client-opsworkscm/src/endpoint/EndpointParameters.ts b/clients/client-opsworkscm/src/endpoint/EndpointParameters.ts index 1421cde12b27..7ac1590906a9 100644 --- a/clients/client-opsworkscm/src/endpoint/EndpointParameters.ts +++ b/clients/client-opsworkscm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-opsworkscm/src/endpoint/endpointResolver.ts b/clients/client-opsworkscm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-opsworkscm/src/endpoint/endpointResolver.ts +++ b/clients/client-opsworkscm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-opsworkscm/src/endpoint/ruleset.ts b/clients/client-opsworkscm/src/endpoint/ruleset.ts index 6c77c3b9e8b1..5e2043c6afb0 100644 --- a/clients/client-opsworkscm/src/endpoint/ruleset.ts +++ b/clients/client-opsworkscm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts b/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts index 21acffdb25cd..a447e9ff2102 100644 --- a/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts +++ b/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-opsworkscm/src/models/models_0.ts b/clients/client-opsworkscm/src/models/models_0.ts index 8ab1a6718a2d..0513f44a574a 100644 --- a/clients/client-opsworkscm/src/models/models_0.ts +++ b/clients/client-opsworkscm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { OpsWorksCMServiceException as __BaseException } from "./OpsWorksCMServiceException"; diff --git a/clients/client-opsworkscm/src/pagination/DescribeBackupsPaginator.ts b/clients/client-opsworkscm/src/pagination/DescribeBackupsPaginator.ts index 4f4e4333e7a6..6ec3cc007039 100644 --- a/clients/client-opsworkscm/src/pagination/DescribeBackupsPaginator.ts +++ b/clients/client-opsworkscm/src/pagination/DescribeBackupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeBackupsCommand, diff --git a/clients/client-opsworkscm/src/pagination/DescribeEventsPaginator.ts b/clients/client-opsworkscm/src/pagination/DescribeEventsPaginator.ts index efd8551ee7cd..bbba3f55753c 100644 --- a/clients/client-opsworkscm/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-opsworkscm/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-opsworkscm/src/pagination/DescribeServersPaginator.ts b/clients/client-opsworkscm/src/pagination/DescribeServersPaginator.ts index 00c881678fb9..b9a814efcdf5 100644 --- a/clients/client-opsworkscm/src/pagination/DescribeServersPaginator.ts +++ b/clients/client-opsworkscm/src/pagination/DescribeServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeServersCommand, diff --git a/clients/client-opsworkscm/src/pagination/Interfaces.ts b/clients/client-opsworkscm/src/pagination/Interfaces.ts index c5b637b2c451..668bb6b41064 100644 --- a/clients/client-opsworkscm/src/pagination/Interfaces.ts +++ b/clients/client-opsworkscm/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OpsWorksCMClient } from "../OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-opsworkscm/src/pagination/ListTagsForResourcePaginator.ts index ee6374e2f160..27bf8808273c 100644 --- a/clients/client-opsworkscm/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-opsworkscm/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-opsworkscm/src/protocols/Aws_json1_1.ts b/clients/client-opsworkscm/src/protocols/Aws_json1_1.ts index 4d6411020d94..0ac16501ed7d 100644 --- a/clients/client-opsworkscm/src/protocols/Aws_json1_1.ts +++ b/clients/client-opsworkscm/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateNodeCommandInput, AssociateNodeCommandOutput } from "../commands/AssociateNodeCommand"; import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand"; diff --git a/clients/client-opsworkscm/src/runtimeConfig.browser.ts b/clients/client-opsworkscm/src/runtimeConfig.browser.ts index a0303527bc14..37765d2f4643 100644 --- a/clients/client-opsworkscm/src/runtimeConfig.browser.ts +++ b/clients/client-opsworkscm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpsWorksCMClientConfig } from "./OpsWorksCMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-opsworkscm/src/runtimeConfig.shared.ts b/clients/client-opsworkscm/src/runtimeConfig.shared.ts index 33b55fe612f9..91dc93b8f794 100644 --- a/clients/client-opsworkscm/src/runtimeConfig.shared.ts +++ b/clients/client-opsworkscm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OpsWorksCMClientConfig } from "./OpsWorksCMClient"; diff --git a/clients/client-opsworkscm/src/runtimeConfig.ts b/clients/client-opsworkscm/src/runtimeConfig.ts index 2ca21cec90de..177cfcddde90 100644 --- a/clients/client-opsworkscm/src/runtimeConfig.ts +++ b/clients/client-opsworkscm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OpsWorksCMClientConfig } from "./OpsWorksCMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-opsworkscm/src/waiters/waitForNodeAssociated.ts b/clients/client-opsworkscm/src/waiters/waitForNodeAssociated.ts index cc3cde4e0827..4d53a714ccfd 100644 --- a/clients/client-opsworkscm/src/waiters/waitForNodeAssociated.ts +++ b/clients/client-opsworkscm/src/waiters/waitForNodeAssociated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNodeAssociationStatusCommand, diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index 9448ca770377..fb9e3542e41b 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-organizations/src/Organizations.ts b/clients/client-organizations/src/Organizations.ts index 957b936bddb4..a4a340d820c6 100644 --- a/clients/client-organizations/src/Organizations.ts +++ b/clients/client-organizations/src/Organizations.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptHandshakeCommand, diff --git a/clients/client-organizations/src/OrganizationsClient.ts b/clients/client-organizations/src/OrganizationsClient.ts index 8e2c9c084783..1f978060b0b5 100644 --- a/clients/client-organizations/src/OrganizationsClient.ts +++ b/clients/client-organizations/src/OrganizationsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand"; @@ -327,7 +325,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -436,7 +434,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts index e66726d5028e..1504efddd72e 100644 --- a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptHandshakeRequest, diff --git a/clients/client-organizations/src/commands/AttachPolicyCommand.ts b/clients/client-organizations/src/commands/AttachPolicyCommand.ts index a1c79abaf061..8f61145590a1 100644 --- a/clients/client-organizations/src/commands/AttachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/AttachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachPolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts index 601edb812ee9..206ec11fd4e3 100644 --- a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelHandshakeRequest, diff --git a/clients/client-organizations/src/commands/CloseAccountCommand.ts b/clients/client-organizations/src/commands/CloseAccountCommand.ts index a3c91c53a692..70a823407bc7 100644 --- a/clients/client-organizations/src/commands/CloseAccountCommand.ts +++ b/clients/client-organizations/src/commands/CloseAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloseAccountRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/CreateAccountCommand.ts b/clients/client-organizations/src/commands/CreateAccountCommand.ts index b4c2f2347d6f..9b1faec16b37 100644 --- a/clients/client-organizations/src/commands/CreateAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccountRequest, diff --git a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts index 08bba723c9c6..c465fdeb7c61 100644 --- a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGovCloudAccountRequest, diff --git a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts index 3a0e40536455..1d9afb6ad057 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOrganizationRequest, diff --git a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts index 9efcd3c8a13e..b9b1b0b88cda 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOrganizationalUnitRequest, CreateOrganizationalUnitResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/CreatePolicyCommand.ts b/clients/client-organizations/src/commands/CreatePolicyCommand.ts index 3b52fbdf125d..218b15fb7afc 100644 --- a/clients/client-organizations/src/commands/CreatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/CreatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts index 2d48b381b2eb..689324a0ab02 100644 --- a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeclineHandshakeRequest, diff --git a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts index 4537c2eaad23..61f854c6ae2c 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeleteOrganizationCommand, se_DeleteOrganizationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts index 39614f49ca8c..3a80fae61c96 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOrganizationalUnitRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DeletePolicyCommand.ts b/clients/client-organizations/src/commands/DeletePolicyCommand.ts index ba5f759b3d4e..93b324599624 100644 --- a/clients/client-organizations/src/commands/DeletePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts index a7391a88438b..ea0d793d5f13 100644 --- a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts index 55e1953da5fe..9438eda590e9 100644 --- a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterDelegatedAdministratorRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DescribeAccountCommand.ts b/clients/client-organizations/src/commands/DescribeAccountCommand.ts index ad4837025d7d..6b6fdc2f5f3e 100644 --- a/clients/client-organizations/src/commands/DescribeAccountCommand.ts +++ b/clients/client-organizations/src/commands/DescribeAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountRequest, diff --git a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts index bd8272767a62..6ff4614b573c 100644 --- a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCreateAccountStatusRequest, diff --git a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts index a51145c349b4..ab687cd63654 100644 --- a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEffectivePolicyRequest, DescribeEffectivePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts index 8d92f40cc309..cc0e456cf7c8 100644 --- a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHandshakeRequest, diff --git a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts index f48a07868120..611cdc865bfe 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrganizationResponse, DescribeOrganizationResponseFilterSensitiveLog } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts index 742482ea0e9f..0b1635440cc0 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DescribePolicyCommand.ts b/clients/client-organizations/src/commands/DescribePolicyCommand.ts index 7b810572d855..e5ec046029d8 100644 --- a/clients/client-organizations/src/commands/DescribePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePolicyRequest, DescribePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts index 33122957e40a..08ac7957bbea 100644 --- a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeResourcePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DetachPolicyCommand.ts b/clients/client-organizations/src/commands/DetachPolicyCommand.ts index a584d071de5a..7e5e60cfa731 100644 --- a/clients/client-organizations/src/commands/DetachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/DetachPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetachPolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts index d101ffeccc4e..26e2f8ef9908 100644 --- a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableAWSServiceAccessRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts index d86728790e4e..454793516c0c 100644 --- a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisablePolicyTypeRequest, DisablePolicyTypeResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts index 173949536b93..676657de937a 100644 --- a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableAWSServiceAccessRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts index 437069bd7263..1adfead93e9e 100644 --- a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts +++ b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableAllFeaturesRequest, diff --git a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts index faa06e560a26..813248061ace 100644 --- a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnablePolicyTypeRequest, EnablePolicyTypeResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts index 267556a8b588..5a7229b0e5bb 100644 --- a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InviteAccountToOrganizationRequest, diff --git a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts index ad5dcd1568e8..551652cf6547 100644 --- a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_LeaveOrganizationCommand, se_LeaveOrganizationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts index f786fde9e80d..cb8068f1258d 100644 --- a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAWSServiceAccessForOrganizationRequest, diff --git a/clients/client-organizations/src/commands/ListAccountsCommand.ts b/clients/client-organizations/src/commands/ListAccountsCommand.ts index a08b92bc8684..c07d8efd0438 100644 --- a/clients/client-organizations/src/commands/ListAccountsCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountsRequest, ListAccountsResponse, ListAccountsResponseFilterSensitiveLog } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts index 1e28ccb5b406..d4e390e8adab 100644 --- a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountsForParentRequest, diff --git a/clients/client-organizations/src/commands/ListChildrenCommand.ts b/clients/client-organizations/src/commands/ListChildrenCommand.ts index 4fe9888d91da..500b7a2dde89 100644 --- a/clients/client-organizations/src/commands/ListChildrenCommand.ts +++ b/clients/client-organizations/src/commands/ListChildrenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListChildrenRequest, ListChildrenResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts index 220a398d609c..a36dbe2b4b36 100644 --- a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCreateAccountStatusRequest, diff --git a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts index 99865b84cd39..4899d9f0c448 100644 --- a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDelegatedAdministratorsRequest, diff --git a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts index 9f21bb7fce97..348bafb201d3 100644 --- a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts index 5680cbd8f636..b4e50cbc949d 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHandshakesForAccountRequest, diff --git a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts index 9744453d2642..fc2668b935db 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHandshakesForOrganizationRequest, diff --git a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts index e3579a56fea0..96bde0e9e666 100644 --- a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListParentsCommand.ts b/clients/client-organizations/src/commands/ListParentsCommand.ts index 9b5370a00748..46d6e4e30555 100644 --- a/clients/client-organizations/src/commands/ListParentsCommand.ts +++ b/clients/client-organizations/src/commands/ListParentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListParentsRequest, ListParentsResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListPoliciesCommand.ts b/clients/client-organizations/src/commands/ListPoliciesCommand.ts index 988c4dd84616..e4080fe696e1 100644 --- a/clients/client-organizations/src/commands/ListPoliciesCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts index fcd856772685..56d313a1addf 100644 --- a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPoliciesForTargetRequest, ListPoliciesForTargetResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListRootsCommand.ts b/clients/client-organizations/src/commands/ListRootsCommand.ts index d5f66e644fa4..4c82f9165048 100644 --- a/clients/client-organizations/src/commands/ListRootsCommand.ts +++ b/clients/client-organizations/src/commands/ListRootsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRootsRequest, ListRootsResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts index 84e99b89cc65..2b00bf227ecd 100644 --- a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts index 699040eab9ae..cf6e07edc955 100644 --- a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/MoveAccountCommand.ts b/clients/client-organizations/src/commands/MoveAccountCommand.ts index 90e6be6b2046..dec58cde9503 100644 --- a/clients/client-organizations/src/commands/MoveAccountCommand.ts +++ b/clients/client-organizations/src/commands/MoveAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MoveAccountRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts index 32972794366f..fd093e3c428b 100644 --- a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts index aaabe8d27c4c..d46eb5a47d08 100644 --- a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDelegatedAdministratorRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts index a2d3df73ad6a..e4646e8a4f48 100644 --- a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveAccountFromOrganizationRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/TagResourceCommand.ts b/clients/client-organizations/src/commands/TagResourceCommand.ts index 23f3348b4639..86c092711eaf 100644 --- a/clients/client-organizations/src/commands/TagResourceCommand.ts +++ b/clients/client-organizations/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/UntagResourceCommand.ts b/clients/client-organizations/src/commands/UntagResourceCommand.ts index 8feb27acb35a..61bf8585ab94 100644 --- a/clients/client-organizations/src/commands/UntagResourceCommand.ts +++ b/clients/client-organizations/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts index 7010968c9a67..2a092ab40fe1 100644 --- a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts index 9fb818a3ba64..61cf38b80e61 100644 --- a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/endpoint/EndpointParameters.ts b/clients/client-organizations/src/endpoint/EndpointParameters.ts index b31ddcf39e05..6e4b0204c898 100644 --- a/clients/client-organizations/src/endpoint/EndpointParameters.ts +++ b/clients/client-organizations/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-organizations/src/endpoint/endpointResolver.ts b/clients/client-organizations/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-organizations/src/endpoint/endpointResolver.ts +++ b/clients/client-organizations/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-organizations/src/endpoint/ruleset.ts b/clients/client-organizations/src/endpoint/ruleset.ts index 9b9fe2815729..6be9117677d3 100644 --- a/clients/client-organizations/src/endpoint/ruleset.ts +++ b/clients/client-organizations/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-organizations/src/models/OrganizationsServiceException.ts b/clients/client-organizations/src/models/OrganizationsServiceException.ts index 060fd0b8763f..e6413ec93de9 100644 --- a/clients/client-organizations/src/models/OrganizationsServiceException.ts +++ b/clients/client-organizations/src/models/OrganizationsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-organizations/src/models/models_0.ts b/clients/client-organizations/src/models/models_0.ts index a20fdd4223d3..bca504f0d85b 100644 --- a/clients/client-organizations/src/models/models_0.ts +++ b/clients/client-organizations/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { OrganizationsServiceException as __BaseException } from "./OrganizationsServiceException"; diff --git a/clients/client-organizations/src/pagination/Interfaces.ts b/clients/client-organizations/src/pagination/Interfaces.ts index f81e1f94c6ed..d26c240bcd02 100644 --- a/clients/client-organizations/src/pagination/Interfaces.ts +++ b/clients/client-organizations/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OrganizationsClient } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts b/clients/client-organizations/src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts index d68770541c15..97c404d9cbcc 100644 --- a/clients/client-organizations/src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts +++ b/clients/client-organizations/src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAWSServiceAccessForOrganizationCommand, diff --git a/clients/client-organizations/src/pagination/ListAccountsForParentPaginator.ts b/clients/client-organizations/src/pagination/ListAccountsForParentPaginator.ts index 8ab3b30290d8..85d83b22aa93 100644 --- a/clients/client-organizations/src/pagination/ListAccountsForParentPaginator.ts +++ b/clients/client-organizations/src/pagination/ListAccountsForParentPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountsForParentCommand, diff --git a/clients/client-organizations/src/pagination/ListAccountsPaginator.ts b/clients/client-organizations/src/pagination/ListAccountsPaginator.ts index 18d8767ef5df..126fbd6a9522 100644 --- a/clients/client-organizations/src/pagination/ListAccountsPaginator.ts +++ b/clients/client-organizations/src/pagination/ListAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountsCommand, diff --git a/clients/client-organizations/src/pagination/ListChildrenPaginator.ts b/clients/client-organizations/src/pagination/ListChildrenPaginator.ts index 944fdfe5f9f8..d1d59d474971 100644 --- a/clients/client-organizations/src/pagination/ListChildrenPaginator.ts +++ b/clients/client-organizations/src/pagination/ListChildrenPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListChildrenCommand, diff --git a/clients/client-organizations/src/pagination/ListCreateAccountStatusPaginator.ts b/clients/client-organizations/src/pagination/ListCreateAccountStatusPaginator.ts index 0898972227f5..5c0ca979530b 100644 --- a/clients/client-organizations/src/pagination/ListCreateAccountStatusPaginator.ts +++ b/clients/client-organizations/src/pagination/ListCreateAccountStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCreateAccountStatusCommand, diff --git a/clients/client-organizations/src/pagination/ListDelegatedAdministratorsPaginator.ts b/clients/client-organizations/src/pagination/ListDelegatedAdministratorsPaginator.ts index 783dcd671bdb..9c2b226cc226 100644 --- a/clients/client-organizations/src/pagination/ListDelegatedAdministratorsPaginator.ts +++ b/clients/client-organizations/src/pagination/ListDelegatedAdministratorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDelegatedAdministratorsCommand, diff --git a/clients/client-organizations/src/pagination/ListDelegatedServicesForAccountPaginator.ts b/clients/client-organizations/src/pagination/ListDelegatedServicesForAccountPaginator.ts index 5d9bec693c3e..6456cce96792 100644 --- a/clients/client-organizations/src/pagination/ListDelegatedServicesForAccountPaginator.ts +++ b/clients/client-organizations/src/pagination/ListDelegatedServicesForAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDelegatedServicesForAccountCommand, diff --git a/clients/client-organizations/src/pagination/ListHandshakesForAccountPaginator.ts b/clients/client-organizations/src/pagination/ListHandshakesForAccountPaginator.ts index 18a1acfea8bf..d124745b8507 100644 --- a/clients/client-organizations/src/pagination/ListHandshakesForAccountPaginator.ts +++ b/clients/client-organizations/src/pagination/ListHandshakesForAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHandshakesForAccountCommand, diff --git a/clients/client-organizations/src/pagination/ListHandshakesForOrganizationPaginator.ts b/clients/client-organizations/src/pagination/ListHandshakesForOrganizationPaginator.ts index 102d900d180e..77aec033c8e1 100644 --- a/clients/client-organizations/src/pagination/ListHandshakesForOrganizationPaginator.ts +++ b/clients/client-organizations/src/pagination/ListHandshakesForOrganizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHandshakesForOrganizationCommand, diff --git a/clients/client-organizations/src/pagination/ListOrganizationalUnitsForParentPaginator.ts b/clients/client-organizations/src/pagination/ListOrganizationalUnitsForParentPaginator.ts index 038c499ad6de..a96ca56bb6c1 100644 --- a/clients/client-organizations/src/pagination/ListOrganizationalUnitsForParentPaginator.ts +++ b/clients/client-organizations/src/pagination/ListOrganizationalUnitsForParentPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationalUnitsForParentCommand, diff --git a/clients/client-organizations/src/pagination/ListParentsPaginator.ts b/clients/client-organizations/src/pagination/ListParentsPaginator.ts index 7ba503b7d302..db52287314e0 100644 --- a/clients/client-organizations/src/pagination/ListParentsPaginator.ts +++ b/clients/client-organizations/src/pagination/ListParentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListParentsCommand, ListParentsCommandInput, ListParentsCommandOutput } from "../commands/ListParentsCommand"; import { OrganizationsClient } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/pagination/ListPoliciesForTargetPaginator.ts b/clients/client-organizations/src/pagination/ListPoliciesForTargetPaginator.ts index 589ec55d85d8..8837bc2f71e0 100644 --- a/clients/client-organizations/src/pagination/ListPoliciesForTargetPaginator.ts +++ b/clients/client-organizations/src/pagination/ListPoliciesForTargetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesForTargetCommand, diff --git a/clients/client-organizations/src/pagination/ListPoliciesPaginator.ts b/clients/client-organizations/src/pagination/ListPoliciesPaginator.ts index 3c270256a2c4..5299f150d9b4 100644 --- a/clients/client-organizations/src/pagination/ListPoliciesPaginator.ts +++ b/clients/client-organizations/src/pagination/ListPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesCommand, diff --git a/clients/client-organizations/src/pagination/ListRootsPaginator.ts b/clients/client-organizations/src/pagination/ListRootsPaginator.ts index 34674e1a0132..31e554fc1bb8 100644 --- a/clients/client-organizations/src/pagination/ListRootsPaginator.ts +++ b/clients/client-organizations/src/pagination/ListRootsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRootsCommand, ListRootsCommandInput, ListRootsCommandOutput } from "../commands/ListRootsCommand"; import { OrganizationsClient } from "../OrganizationsClient"; diff --git a/clients/client-organizations/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-organizations/src/pagination/ListTagsForResourcePaginator.ts index 61174b855a6e..15c4a91144de 100644 --- a/clients/client-organizations/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-organizations/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-organizations/src/pagination/ListTargetsForPolicyPaginator.ts b/clients/client-organizations/src/pagination/ListTargetsForPolicyPaginator.ts index d09e4ef09964..2fd7d25d85b5 100644 --- a/clients/client-organizations/src/pagination/ListTargetsForPolicyPaginator.ts +++ b/clients/client-organizations/src/pagination/ListTargetsForPolicyPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetsForPolicyCommand, diff --git a/clients/client-organizations/src/protocols/Aws_json1_1.ts b/clients/client-organizations/src/protocols/Aws_json1_1.ts index 34df7b3e5b71..272b1014ba94 100644 --- a/clients/client-organizations/src/protocols/Aws_json1_1.ts +++ b/clients/client-organizations/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "../commands/AcceptHandshakeCommand"; import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand"; diff --git a/clients/client-organizations/src/runtimeConfig.browser.ts b/clients/client-organizations/src/runtimeConfig.browser.ts index 9f617aff8c4d..979168229a85 100644 --- a/clients/client-organizations/src/runtimeConfig.browser.ts +++ b/clients/client-organizations/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OrganizationsClientConfig } from "./OrganizationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-organizations/src/runtimeConfig.shared.ts b/clients/client-organizations/src/runtimeConfig.shared.ts index c364c3c6d8de..fd1250d7ca87 100644 --- a/clients/client-organizations/src/runtimeConfig.shared.ts +++ b/clients/client-organizations/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OrganizationsClientConfig } from "./OrganizationsClient"; diff --git a/clients/client-organizations/src/runtimeConfig.ts b/clients/client-organizations/src/runtimeConfig.ts index eba368f6117d..4771fe18d331 100644 --- a/clients/client-organizations/src/runtimeConfig.ts +++ b/clients/client-organizations/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OrganizationsClientConfig } from "./OrganizationsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-osis/package.json b/clients/client-osis/package.json index ee765549c3db..48a5fb252d3d 100644 --- a/clients/client-osis/package.json +++ b/clients/client-osis/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-osis/src/OSIS.ts b/clients/client-osis/src/OSIS.ts index 5d7bb5f59843..83fbc18f26be 100644 --- a/clients/client-osis/src/OSIS.ts +++ b/clients/client-osis/src/OSIS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreatePipelineCommand, diff --git a/clients/client-osis/src/OSISClient.ts b/clients/client-osis/src/OSISClient.ts index 16132d3e7a52..9cc94b0091f0 100644 --- a/clients/client-osis/src/OSISClient.ts +++ b/clients/client-osis/src/OSISClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand"; @@ -135,7 +133,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -244,7 +242,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-osis/src/commands/CreatePipelineCommand.ts b/clients/client-osis/src/commands/CreatePipelineCommand.ts index a8d14d13a791..441590d4d86f 100644 --- a/clients/client-osis/src/commands/CreatePipelineCommand.ts +++ b/clients/client-osis/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/DeletePipelineCommand.ts b/clients/client-osis/src/commands/DeletePipelineCommand.ts index 3782aadad7b7..f473a2153a19 100644 --- a/clients/client-osis/src/commands/DeletePipelineCommand.ts +++ b/clients/client-osis/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePipelineRequest, DeletePipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts index 6bde5effb2d8..c50eba92a389 100644 --- a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPipelineBlueprintRequest, GetPipelineBlueprintResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts index 3ce993bc10b1..164023f33117 100644 --- a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPipelineChangeProgressRequest, GetPipelineChangeProgressResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/GetPipelineCommand.ts b/clients/client-osis/src/commands/GetPipelineCommand.ts index 6a43d0ee8bd2..a63d4794e8b6 100644 --- a/clients/client-osis/src/commands/GetPipelineCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPipelineRequest, GetPipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts index 905b078b4a41..8f1079485bc1 100644 --- a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts +++ b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelineBlueprintsRequest, ListPipelineBlueprintsResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/ListPipelinesCommand.ts b/clients/client-osis/src/commands/ListPipelinesCommand.ts index db53dbb09d27..870c98185158 100644 --- a/clients/client-osis/src/commands/ListPipelinesCommand.ts +++ b/clients/client-osis/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts index 1f8dbdf18ad5..df959f1f59ef 100644 --- a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/StartPipelineCommand.ts b/clients/client-osis/src/commands/StartPipelineCommand.ts index 4d1888b6f942..f8d3f7b4adb9 100644 --- a/clients/client-osis/src/commands/StartPipelineCommand.ts +++ b/clients/client-osis/src/commands/StartPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartPipelineRequest, StartPipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/StopPipelineCommand.ts b/clients/client-osis/src/commands/StopPipelineCommand.ts index 81e7dd481b61..a4913f3f4f16 100644 --- a/clients/client-osis/src/commands/StopPipelineCommand.ts +++ b/clients/client-osis/src/commands/StopPipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopPipelineRequest, StopPipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/TagResourceCommand.ts b/clients/client-osis/src/commands/TagResourceCommand.ts index ebd61b6ee534..354242c56c51 100644 --- a/clients/client-osis/src/commands/TagResourceCommand.ts +++ b/clients/client-osis/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/UntagResourceCommand.ts b/clients/client-osis/src/commands/UntagResourceCommand.ts index 53f751a7c1aa..bfebea662580 100644 --- a/clients/client-osis/src/commands/UntagResourceCommand.ts +++ b/clients/client-osis/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/UpdatePipelineCommand.ts b/clients/client-osis/src/commands/UpdatePipelineCommand.ts index 373a87b01aa9..04ad093dd37b 100644 --- a/clients/client-osis/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-osis/src/commands/UpdatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/commands/ValidatePipelineCommand.ts b/clients/client-osis/src/commands/ValidatePipelineCommand.ts index bfe93f361d3b..f7fb433ebe1b 100644 --- a/clients/client-osis/src/commands/ValidatePipelineCommand.ts +++ b/clients/client-osis/src/commands/ValidatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ValidatePipelineRequest, ValidatePipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; diff --git a/clients/client-osis/src/endpoint/EndpointParameters.ts b/clients/client-osis/src/endpoint/EndpointParameters.ts index 7b11e121959f..ec20d9aea853 100644 --- a/clients/client-osis/src/endpoint/EndpointParameters.ts +++ b/clients/client-osis/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-osis/src/endpoint/endpointResolver.ts b/clients/client-osis/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-osis/src/endpoint/endpointResolver.ts +++ b/clients/client-osis/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-osis/src/endpoint/ruleset.ts b/clients/client-osis/src/endpoint/ruleset.ts index 63301381758e..bb81706e79c4 100644 --- a/clients/client-osis/src/endpoint/ruleset.ts +++ b/clients/client-osis/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-osis/src/models/OSISServiceException.ts b/clients/client-osis/src/models/OSISServiceException.ts index 068688ddd12a..c451f63cd6ce 100644 --- a/clients/client-osis/src/models/OSISServiceException.ts +++ b/clients/client-osis/src/models/OSISServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-osis/src/models/models_0.ts b/clients/client-osis/src/models/models_0.ts index 9c2d5b842019..bc05c2086f68 100644 --- a/clients/client-osis/src/models/models_0.ts +++ b/clients/client-osis/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { OSISServiceException as __BaseException } from "./OSISServiceException"; diff --git a/clients/client-osis/src/pagination/Interfaces.ts b/clients/client-osis/src/pagination/Interfaces.ts index 2b6283382075..54f7641958c7 100644 --- a/clients/client-osis/src/pagination/Interfaces.ts +++ b/clients/client-osis/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OSISClient } from "../OSISClient"; diff --git a/clients/client-osis/src/pagination/ListPipelinesPaginator.ts b/clients/client-osis/src/pagination/ListPipelinesPaginator.ts index 7d5cd49b163c..47762c34896d 100644 --- a/clients/client-osis/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-osis/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelinesCommand, diff --git a/clients/client-osis/src/protocols/Aws_restJson1.ts b/clients/client-osis/src/protocols/Aws_restJson1.ts index e9ae3bebca79..b6d6471476a3 100644 --- a/clients/client-osis/src/protocols/Aws_restJson1.ts +++ b/clients/client-osis/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand"; import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand"; diff --git a/clients/client-osis/src/runtimeConfig.browser.ts b/clients/client-osis/src/runtimeConfig.browser.ts index aad48a3cb667..726708f91d7c 100644 --- a/clients/client-osis/src/runtimeConfig.browser.ts +++ b/clients/client-osis/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OSISClientConfig } from "./OSISClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-osis/src/runtimeConfig.shared.ts b/clients/client-osis/src/runtimeConfig.shared.ts index fb25974d9061..2c9d43973c2c 100644 --- a/clients/client-osis/src/runtimeConfig.shared.ts +++ b/clients/client-osis/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OSISClientConfig } from "./OSISClient"; diff --git a/clients/client-osis/src/runtimeConfig.ts b/clients/client-osis/src/runtimeConfig.ts index 6b5ac96d5991..4c7e946541c7 100644 --- a/clients/client-osis/src/runtimeConfig.ts +++ b/clients/client-osis/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OSISClientConfig } from "./OSISClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 6101af3ce2d3..28f169b4b163 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-outposts/src/Outposts.ts b/clients/client-outposts/src/Outposts.ts index 3d792f83dd13..61bbfe7340ae 100644 --- a/clients/client-outposts/src/Outposts.ts +++ b/clients/client-outposts/src/Outposts.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelOrderCommand, CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand"; import { CreateOrderCommand, CreateOrderCommandInput, CreateOrderCommandOutput } from "./commands/CreateOrderCommand"; diff --git a/clients/client-outposts/src/OutpostsClient.ts b/clients/client-outposts/src/OutpostsClient.ts index b3e83cc090a5..57ca7e650341 100644 --- a/clients/client-outposts/src/OutpostsClient.ts +++ b/clients/client-outposts/src/OutpostsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand"; @@ -168,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -277,7 +275,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-outposts/src/commands/CancelOrderCommand.ts b/clients/client-outposts/src/commands/CancelOrderCommand.ts index baafdb9a85c1..2ca5c1b85300 100644 --- a/clients/client-outposts/src/commands/CancelOrderCommand.ts +++ b/clients/client-outposts/src/commands/CancelOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelOrderInput, CancelOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/CreateOrderCommand.ts b/clients/client-outposts/src/commands/CreateOrderCommand.ts index 78520842832a..5c35b6a6b35b 100644 --- a/clients/client-outposts/src/commands/CreateOrderCommand.ts +++ b/clients/client-outposts/src/commands/CreateOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOrderInput, CreateOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/CreateOutpostCommand.ts b/clients/client-outposts/src/commands/CreateOutpostCommand.ts index 12d9ec42c974..baaacf8e9945 100644 --- a/clients/client-outposts/src/commands/CreateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/CreateOutpostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/CreateSiteCommand.ts b/clients/client-outposts/src/commands/CreateSiteCommand.ts index 89bd77c6ceed..76a8a4b856f8 100644 --- a/clients/client-outposts/src/commands/CreateSiteCommand.ts +++ b/clients/client-outposts/src/commands/CreateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSiteInput, CreateSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts index fafe7a196708..a39ca217d069 100644 --- a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts +++ b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/DeleteSiteCommand.ts b/clients/client-outposts/src/commands/DeleteSiteCommand.ts index 3fd5e78f812a..61e5f63513d1 100644 --- a/clients/client-outposts/src/commands/DeleteSiteCommand.ts +++ b/clients/client-outposts/src/commands/DeleteSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts index b180329e5cc9..d4c449caf3c8 100644 --- a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts +++ b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetConnectionCommand.ts b/clients/client-outposts/src/commands/GetConnectionCommand.ts index 2adec6ae4fd8..9a3118bbf91b 100644 --- a/clients/client-outposts/src/commands/GetConnectionCommand.ts +++ b/clients/client-outposts/src/commands/GetConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetOrderCommand.ts b/clients/client-outposts/src/commands/GetOrderCommand.ts index cbeda9992d2c..2bf746d35f0e 100644 --- a/clients/client-outposts/src/commands/GetOrderCommand.ts +++ b/clients/client-outposts/src/commands/GetOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOrderInput, GetOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetOutpostCommand.ts b/clients/client-outposts/src/commands/GetOutpostCommand.ts index bbab96831920..9cf37b94b5eb 100644 --- a/clients/client-outposts/src/commands/GetOutpostCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOutpostInput, GetOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts index 5ab9cf4d427f..a61018aa7d25 100644 --- a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts index 957ffb3a9f8f..0b7633d40243 100644 --- a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/GetSiteCommand.ts b/clients/client-outposts/src/commands/GetSiteCommand.ts index 20128cd65770..4bd88d03b2d2 100644 --- a/clients/client-outposts/src/commands/GetSiteCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSiteInput, GetSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListAssetsCommand.ts b/clients/client-outposts/src/commands/ListAssetsCommand.ts index 60d5ba51cc5e..070cf1d0bfa5 100644 --- a/clients/client-outposts/src/commands/ListAssetsCommand.ts +++ b/clients/client-outposts/src/commands/ListAssetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssetsInput, ListAssetsOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts index 38051543963a..edaae1bc1bf8 100644 --- a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts +++ b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListOrdersCommand.ts b/clients/client-outposts/src/commands/ListOrdersCommand.ts index f65bb4036198..13ff054a59dc 100644 --- a/clients/client-outposts/src/commands/ListOrdersCommand.ts +++ b/clients/client-outposts/src/commands/ListOrdersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrdersInput, ListOrdersOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListOutpostsCommand.ts b/clients/client-outposts/src/commands/ListOutpostsCommand.ts index 88232d04a355..9c99bda72108 100644 --- a/clients/client-outposts/src/commands/ListOutpostsCommand.ts +++ b/clients/client-outposts/src/commands/ListOutpostsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListSitesCommand.ts b/clients/client-outposts/src/commands/ListSitesCommand.ts index 529c58d7a386..f74f8643e396 100644 --- a/clients/client-outposts/src/commands/ListSitesCommand.ts +++ b/clients/client-outposts/src/commands/ListSitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSitesInput, ListSitesOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts index bb238d3b2a8e..5844a4621afd 100644 --- a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/StartConnectionCommand.ts b/clients/client-outposts/src/commands/StartConnectionCommand.ts index aaf43fffdae0..2c73e981b1bd 100644 --- a/clients/client-outposts/src/commands/StartConnectionCommand.ts +++ b/clients/client-outposts/src/commands/StartConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartConnectionRequest, StartConnectionResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/TagResourceCommand.ts b/clients/client-outposts/src/commands/TagResourceCommand.ts index 6bf52e263b77..e3631bd7ad1a 100644 --- a/clients/client-outposts/src/commands/TagResourceCommand.ts +++ b/clients/client-outposts/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/UntagResourceCommand.ts b/clients/client-outposts/src/commands/UntagResourceCommand.ts index c28488ae2ef5..1046e51ac583 100644 --- a/clients/client-outposts/src/commands/UntagResourceCommand.ts +++ b/clients/client-outposts/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts index f0423c9a5da0..9a35eb115256 100644 --- a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts index d5d892271922..dad1d69a2286 100644 --- a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/UpdateSiteCommand.ts b/clients/client-outposts/src/commands/UpdateSiteCommand.ts index 10962fa77a6a..f5dc86e0f254 100644 --- a/clients/client-outposts/src/commands/UpdateSiteCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts index 1dc81762c462..b613ffe111e9 100644 --- a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/endpoint/EndpointParameters.ts b/clients/client-outposts/src/endpoint/EndpointParameters.ts index caf1e6df60c0..2c65c25c7b71 100644 --- a/clients/client-outposts/src/endpoint/EndpointParameters.ts +++ b/clients/client-outposts/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-outposts/src/endpoint/endpointResolver.ts b/clients/client-outposts/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-outposts/src/endpoint/endpointResolver.ts +++ b/clients/client-outposts/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-outposts/src/endpoint/ruleset.ts b/clients/client-outposts/src/endpoint/ruleset.ts index 09165c06dbd7..6201f309ae4b 100644 --- a/clients/client-outposts/src/endpoint/ruleset.ts +++ b/clients/client-outposts/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-outposts/src/models/OutpostsServiceException.ts b/clients/client-outposts/src/models/OutpostsServiceException.ts index 94a54e99a631..3478a13f5a41 100644 --- a/clients/client-outposts/src/models/OutpostsServiceException.ts +++ b/clients/client-outposts/src/models/OutpostsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-outposts/src/models/models_0.ts b/clients/client-outposts/src/models/models_0.ts index 65547e0d4e61..6bed75ccf137 100644 --- a/clients/client-outposts/src/models/models_0.ts +++ b/clients/client-outposts/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException"; diff --git a/clients/client-outposts/src/pagination/GetOutpostInstanceTypesPaginator.ts b/clients/client-outposts/src/pagination/GetOutpostInstanceTypesPaginator.ts index 3d5fc8ac8718..44467ab6660e 100644 --- a/clients/client-outposts/src/pagination/GetOutpostInstanceTypesPaginator.ts +++ b/clients/client-outposts/src/pagination/GetOutpostInstanceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOutpostInstanceTypesCommand, diff --git a/clients/client-outposts/src/pagination/Interfaces.ts b/clients/client-outposts/src/pagination/Interfaces.ts index afe05239821c..cb0be045e011 100644 --- a/clients/client-outposts/src/pagination/Interfaces.ts +++ b/clients/client-outposts/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { OutpostsClient } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/pagination/ListAssetsPaginator.ts b/clients/client-outposts/src/pagination/ListAssetsPaginator.ts index 2ce7433006ea..e7bce9946fc7 100644 --- a/clients/client-outposts/src/pagination/ListAssetsPaginator.ts +++ b/clients/client-outposts/src/pagination/ListAssetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetsCommand, ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand"; import { OutpostsClient } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/pagination/ListCatalogItemsPaginator.ts b/clients/client-outposts/src/pagination/ListCatalogItemsPaginator.ts index ceccb8f905ab..1d7c18203775 100644 --- a/clients/client-outposts/src/pagination/ListCatalogItemsPaginator.ts +++ b/clients/client-outposts/src/pagination/ListCatalogItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCatalogItemsCommand, diff --git a/clients/client-outposts/src/pagination/ListOrdersPaginator.ts b/clients/client-outposts/src/pagination/ListOrdersPaginator.ts index 1ac7d595c604..76d479ece492 100644 --- a/clients/client-outposts/src/pagination/ListOrdersPaginator.ts +++ b/clients/client-outposts/src/pagination/ListOrdersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrdersCommand, ListOrdersCommandInput, ListOrdersCommandOutput } from "../commands/ListOrdersCommand"; import { OutpostsClient } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/pagination/ListOutpostsPaginator.ts b/clients/client-outposts/src/pagination/ListOutpostsPaginator.ts index 98544d68e15f..6a2ab29e9f1d 100644 --- a/clients/client-outposts/src/pagination/ListOutpostsPaginator.ts +++ b/clients/client-outposts/src/pagination/ListOutpostsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOutpostsCommand, diff --git a/clients/client-outposts/src/pagination/ListSitesPaginator.ts b/clients/client-outposts/src/pagination/ListSitesPaginator.ts index 4152f5cb55a8..b5e5ed4227a8 100644 --- a/clients/client-outposts/src/pagination/ListSitesPaginator.ts +++ b/clients/client-outposts/src/pagination/ListSitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSitesCommand, ListSitesCommandInput, ListSitesCommandOutput } from "../commands/ListSitesCommand"; import { OutpostsClient } from "../OutpostsClient"; diff --git a/clients/client-outposts/src/protocols/Aws_restJson1.ts b/clients/client-outposts/src/protocols/Aws_restJson1.ts index 6fc473316f29..285545e7a945 100644 --- a/clients/client-outposts/src/protocols/Aws_restJson1.ts +++ b/clients/client-outposts/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelOrderCommandInput, CancelOrderCommandOutput } from "../commands/CancelOrderCommand"; import { CreateOrderCommandInput, CreateOrderCommandOutput } from "../commands/CreateOrderCommand"; diff --git a/clients/client-outposts/src/runtimeConfig.browser.ts b/clients/client-outposts/src/runtimeConfig.browser.ts index 62f113e52365..2709ef704769 100644 --- a/clients/client-outposts/src/runtimeConfig.browser.ts +++ b/clients/client-outposts/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OutpostsClientConfig } from "./OutpostsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-outposts/src/runtimeConfig.shared.ts b/clients/client-outposts/src/runtimeConfig.shared.ts index a6d76bace70e..c7ef42b3264c 100644 --- a/clients/client-outposts/src/runtimeConfig.shared.ts +++ b/clients/client-outposts/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { OutpostsClientConfig } from "./OutpostsClient"; diff --git a/clients/client-outposts/src/runtimeConfig.ts b/clients/client-outposts/src/runtimeConfig.ts index 28413ada41b8..c22d7e8a6a43 100644 --- a/clients/client-outposts/src/runtimeConfig.ts +++ b/clients/client-outposts/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { OutpostsClientConfig } from "./OutpostsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-panorama/package.json b/clients/client-panorama/package.json index e8580a99fef4..7c75c77763e3 100644 --- a/clients/client-panorama/package.json +++ b/clients/client-panorama/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-panorama/src/Panorama.ts b/clients/client-panorama/src/Panorama.ts index 3f1adfcb81c7..12ce6e5edc2d 100644 --- a/clients/client-panorama/src/Panorama.ts +++ b/clients/client-panorama/src/Panorama.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateApplicationInstanceCommand, diff --git a/clients/client-panorama/src/PanoramaClient.ts b/clients/client-panorama/src/PanoramaClient.ts index 0e8dd2cc4f67..9a1bc6eca3d1 100644 --- a/clients/client-panorama/src/PanoramaClient.ts +++ b/clients/client-panorama/src/PanoramaClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -243,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -352,7 +350,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts index a40e8606699c..cdee6dcd3c30 100644 --- a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationInstanceRequest, CreateApplicationInstanceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts index dc86a5891fa3..930a9a2db9fe 100644 --- a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts +++ b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateJobForDevicesRequest, CreateJobForDevicesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts index 9f3da797d614..1392fa8350c9 100644 --- a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNodeFromTemplateJobRequest, diff --git a/clients/client-panorama/src/commands/CreatePackageCommand.ts b/clients/client-panorama/src/commands/CreatePackageCommand.ts index 6ea13ff53993..f745c4fd1b42 100644 --- a/clients/client-panorama/src/commands/CreatePackageCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts index 834db0b58c3f..15314fb84871 100644 --- a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePackageImportJobRequest, CreatePackageImportJobResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts index 857199f6a984..2326f8af9cba 100644 --- a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DeletePackageCommand.ts b/clients/client-panorama/src/commands/DeletePackageCommand.ts index c5d939ee92dd..a828eeef5200 100644 --- a/clients/client-panorama/src/commands/DeletePackageCommand.ts +++ b/clients/client-panorama/src/commands/DeletePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts index df8327e72f2b..504636599901 100644 --- a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterPackageVersionRequest, DeregisterPackageVersionResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts index 3bc59e325367..060783648b3a 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeApplicationInstanceRequest, DescribeApplicationInstanceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts index 4cde670a7002..523558e9b210 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeApplicationInstanceDetailsRequest, diff --git a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts index 1be361f1fb31..0c7f6b200d18 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts index 29f13eb0c4f6..097b48479b69 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceJobRequest, DescribeDeviceJobResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribeNodeCommand.ts b/clients/client-panorama/src/commands/DescribeNodeCommand.ts index b6703b5f3f93..04f3c5c5fdcf 100644 --- a/clients/client-panorama/src/commands/DescribeNodeCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts index 3df3ff5477b0..b3a03b205cbc 100644 --- a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNodeFromTemplateJobRequest, diff --git a/clients/client-panorama/src/commands/DescribePackageCommand.ts b/clients/client-panorama/src/commands/DescribePackageCommand.ts index 49e00a0f55be..9c8c91a622f4 100644 --- a/clients/client-panorama/src/commands/DescribePackageCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePackageRequest, DescribePackageResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts index 27355045ac42..8c9964d907d5 100644 --- a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePackageImportJobRequest, DescribePackageImportJobResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts index ab9f2b9411ce..cc08e393004d 100644 --- a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePackageVersionRequest, DescribePackageVersionResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts index 86f485ace8d7..cc3b2edffa40 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationInstanceDependenciesRequest, diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts index a56cbe24a2e3..c38359e0cf9e 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationInstanceNodeInstancesRequest, diff --git a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts index 1799b82a0c2b..f7024363891f 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationInstancesRequest, ListApplicationInstancesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListDevicesCommand.ts b/clients/client-panorama/src/commands/ListDevicesCommand.ts index f1b4a2e6f582..364a723924f6 100644 --- a/clients/client-panorama/src/commands/ListDevicesCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts index dd611c74807e..7e2367e81359 100644 --- a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDevicesJobsRequest, ListDevicesJobsResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts index 48c8af9b4f4b..725385877199 100644 --- a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNodeFromTemplateJobsRequest, ListNodeFromTemplateJobsResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListNodesCommand.ts b/clients/client-panorama/src/commands/ListNodesCommand.ts index 26c06cf77a87..b0d43a477375 100644 --- a/clients/client-panorama/src/commands/ListNodesCommand.ts +++ b/clients/client-panorama/src/commands/ListNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNodesRequest, ListNodesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts index cec984b18b50..9f2c88508bae 100644 --- a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPackageImportJobsRequest, ListPackageImportJobsResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListPackagesCommand.ts b/clients/client-panorama/src/commands/ListPackagesCommand.ts index d0a98803bf60..98f6a6889e87 100644 --- a/clients/client-panorama/src/commands/ListPackagesCommand.ts +++ b/clients/client-panorama/src/commands/ListPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPackagesRequest, ListPackagesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts index cbefa3fc2867..5ead0a180f22 100644 --- a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts index 7f67e7c544c1..4c8c05fff110 100644 --- a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts +++ b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProvisionDeviceRequest, ProvisionDeviceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts index 105a67e5ae83..72f357c7d92f 100644 --- a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterPackageVersionRequest, RegisterPackageVersionResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts index ff1519040c68..8857b528ab8e 100644 --- a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveApplicationInstanceRequest, RemoveApplicationInstanceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts index 40bede034fbf..fdf2281a900e 100644 --- a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SignalApplicationInstanceNodeInstancesRequest, diff --git a/clients/client-panorama/src/commands/TagResourceCommand.ts b/clients/client-panorama/src/commands/TagResourceCommand.ts index b6d03925056d..1f6d19def3ad 100644 --- a/clients/client-panorama/src/commands/TagResourceCommand.ts +++ b/clients/client-panorama/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/UntagResourceCommand.ts b/clients/client-panorama/src/commands/UntagResourceCommand.ts index ec8c14c04206..218f4760b6d2 100644 --- a/clients/client-panorama/src/commands/UntagResourceCommand.ts +++ b/clients/client-panorama/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts index c5ab25930f46..726030d00b0f 100644 --- a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts +++ b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDeviceMetadataRequest, UpdateDeviceMetadataResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/endpoint/EndpointParameters.ts b/clients/client-panorama/src/endpoint/EndpointParameters.ts index d841d2e6468a..00cb2f183a8f 100644 --- a/clients/client-panorama/src/endpoint/EndpointParameters.ts +++ b/clients/client-panorama/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-panorama/src/endpoint/endpointResolver.ts b/clients/client-panorama/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-panorama/src/endpoint/endpointResolver.ts +++ b/clients/client-panorama/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-panorama/src/endpoint/ruleset.ts b/clients/client-panorama/src/endpoint/ruleset.ts index 4a6727102a67..4bff4ac600d9 100644 --- a/clients/client-panorama/src/endpoint/ruleset.ts +++ b/clients/client-panorama/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-panorama/src/models/PanoramaServiceException.ts b/clients/client-panorama/src/models/PanoramaServiceException.ts index 2422f07bdde1..14ac206dcc26 100644 --- a/clients/client-panorama/src/models/PanoramaServiceException.ts +++ b/clients/client-panorama/src/models/PanoramaServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-panorama/src/models/models_0.ts b/clients/client-panorama/src/models/models_0.ts index a33f3dfab294..40911f10eff4 100644 --- a/clients/client-panorama/src/models/models_0.ts +++ b/clients/client-panorama/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PanoramaServiceException as __BaseException } from "./PanoramaServiceException"; diff --git a/clients/client-panorama/src/pagination/Interfaces.ts b/clients/client-panorama/src/pagination/Interfaces.ts index e89635cd755c..a280f49b67e8 100644 --- a/clients/client-panorama/src/pagination/Interfaces.ts +++ b/clients/client-panorama/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PanoramaClient } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/pagination/ListApplicationInstanceDependenciesPaginator.ts b/clients/client-panorama/src/pagination/ListApplicationInstanceDependenciesPaginator.ts index 3ac12e0cc8fd..4e8928665c6c 100644 --- a/clients/client-panorama/src/pagination/ListApplicationInstanceDependenciesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListApplicationInstanceDependenciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationInstanceDependenciesCommand, diff --git a/clients/client-panorama/src/pagination/ListApplicationInstanceNodeInstancesPaginator.ts b/clients/client-panorama/src/pagination/ListApplicationInstanceNodeInstancesPaginator.ts index 93d44b637b74..4db6d9d86edb 100644 --- a/clients/client-panorama/src/pagination/ListApplicationInstanceNodeInstancesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListApplicationInstanceNodeInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationInstanceNodeInstancesCommand, diff --git a/clients/client-panorama/src/pagination/ListApplicationInstancesPaginator.ts b/clients/client-panorama/src/pagination/ListApplicationInstancesPaginator.ts index 286c483d1f60..9d7c49425262 100644 --- a/clients/client-panorama/src/pagination/ListApplicationInstancesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListApplicationInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationInstancesCommand, diff --git a/clients/client-panorama/src/pagination/ListDevicesJobsPaginator.ts b/clients/client-panorama/src/pagination/ListDevicesJobsPaginator.ts index c031fd640065..926767446985 100644 --- a/clients/client-panorama/src/pagination/ListDevicesJobsPaginator.ts +++ b/clients/client-panorama/src/pagination/ListDevicesJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesJobsCommand, diff --git a/clients/client-panorama/src/pagination/ListDevicesPaginator.ts b/clients/client-panorama/src/pagination/ListDevicesPaginator.ts index 045077ca83c2..ece29e85ecba 100644 --- a/clients/client-panorama/src/pagination/ListDevicesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand"; import { PanoramaClient } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/pagination/ListNodeFromTemplateJobsPaginator.ts b/clients/client-panorama/src/pagination/ListNodeFromTemplateJobsPaginator.ts index 9a639e63795e..86d5e00cee4a 100644 --- a/clients/client-panorama/src/pagination/ListNodeFromTemplateJobsPaginator.ts +++ b/clients/client-panorama/src/pagination/ListNodeFromTemplateJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNodeFromTemplateJobsCommand, diff --git a/clients/client-panorama/src/pagination/ListNodesPaginator.ts b/clients/client-panorama/src/pagination/ListNodesPaginator.ts index 026753c75949..cd16d9bd8f40 100644 --- a/clients/client-panorama/src/pagination/ListNodesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNodesCommand, ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand"; import { PanoramaClient } from "../PanoramaClient"; diff --git a/clients/client-panorama/src/pagination/ListPackageImportJobsPaginator.ts b/clients/client-panorama/src/pagination/ListPackageImportJobsPaginator.ts index b3c9eee0f9df..49f4219afee8 100644 --- a/clients/client-panorama/src/pagination/ListPackageImportJobsPaginator.ts +++ b/clients/client-panorama/src/pagination/ListPackageImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackageImportJobsCommand, diff --git a/clients/client-panorama/src/pagination/ListPackagesPaginator.ts b/clients/client-panorama/src/pagination/ListPackagesPaginator.ts index 77d43bdff2c6..91008461bb36 100644 --- a/clients/client-panorama/src/pagination/ListPackagesPaginator.ts +++ b/clients/client-panorama/src/pagination/ListPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPackagesCommand, diff --git a/clients/client-panorama/src/protocols/Aws_restJson1.ts b/clients/client-panorama/src/protocols/Aws_restJson1.ts index 98a2d2ad5a20..10385514f16f 100644 --- a/clients/client-panorama/src/protocols/Aws_restJson1.ts +++ b/clients/client-panorama/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationInstanceCommandInput, diff --git a/clients/client-panorama/src/runtimeConfig.browser.ts b/clients/client-panorama/src/runtimeConfig.browser.ts index 34c5366ecb86..e19e0def319c 100644 --- a/clients/client-panorama/src/runtimeConfig.browser.ts +++ b/clients/client-panorama/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PanoramaClientConfig } from "./PanoramaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-panorama/src/runtimeConfig.shared.ts b/clients/client-panorama/src/runtimeConfig.shared.ts index 7145a63f6024..7911825a7e8d 100644 --- a/clients/client-panorama/src/runtimeConfig.shared.ts +++ b/clients/client-panorama/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PanoramaClientConfig } from "./PanoramaClient"; diff --git a/clients/client-panorama/src/runtimeConfig.ts b/clients/client-panorama/src/runtimeConfig.ts index ca3230274d97..b72a812b1f9d 100644 --- a/clients/client-panorama/src/runtimeConfig.ts +++ b/clients/client-panorama/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PanoramaClientConfig } from "./PanoramaClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-payment-cryptography-data/package.json b/clients/client-payment-cryptography-data/package.json index 793598a40c44..45b1faf2480c 100644 --- a/clients/client-payment-cryptography-data/package.json +++ b/clients/client-payment-cryptography-data/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-payment-cryptography-data/src/PaymentCryptographyData.ts b/clients/client-payment-cryptography-data/src/PaymentCryptographyData.ts index b44416538686..83cf28861f16 100644 --- a/clients/client-payment-cryptography-data/src/PaymentCryptographyData.ts +++ b/clients/client-payment-cryptography-data/src/PaymentCryptographyData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DecryptDataCommand, DecryptDataCommandInput, DecryptDataCommandOutput } from "./commands/DecryptDataCommand"; import { EncryptDataCommand, EncryptDataCommandInput, EncryptDataCommandOutput } from "./commands/EncryptDataCommand"; diff --git a/clients/client-payment-cryptography-data/src/PaymentCryptographyDataClient.ts b/clients/client-payment-cryptography-data/src/PaymentCryptographyDataClient.ts index f9e29ae88108..07db2734bc78 100644 --- a/clients/client-payment-cryptography-data/src/PaymentCryptographyDataClient.ts +++ b/clients/client-payment-cryptography-data/src/PaymentCryptographyDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DecryptDataCommandInput, DecryptDataCommandOutput } from "./commands/DecryptDataCommand"; @@ -123,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -232,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts index 828c234289b2..c010432f4215 100644 --- a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DecryptDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts index 6f1154a52851..acbcf56dee37 100644 --- a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EncryptDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts index cac8c96931d0..02adbf33748d 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateCardValidationDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts index 2ab8b11ba2af..72af93985040 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateMacInput, GenerateMacInputFilterSensitiveLog, GenerateMacOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts index 1fad9d43793f..923a3c4f83f2 100644 --- a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GeneratePinDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts index 6e4fbca41a45..fb15793dfc58 100644 --- a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReEncryptDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts index 487adfad098c..ee4edc1a5587 100644 --- a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TranslatePinDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts index bee58afd901e..a67187d3f817 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyAuthRequestCryptogramInput, diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts index b25502ee876b..4dff30235c6a 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyCardValidationDataInput, diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts index 8a88e9c49d25..ece2d0100443 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyMacInput, VerifyMacInputFilterSensitiveLog, VerifyMacOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts index f006663e3ef7..f1d5197360cf 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyPinDataInput, VerifyPinDataInputFilterSensitiveLog, VerifyPinDataOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography-data/src/endpoint/EndpointParameters.ts b/clients/client-payment-cryptography-data/src/endpoint/EndpointParameters.ts index f6682de9e94f..16a1c2a7c670 100644 --- a/clients/client-payment-cryptography-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-payment-cryptography-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-payment-cryptography-data/src/endpoint/endpointResolver.ts b/clients/client-payment-cryptography-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-payment-cryptography-data/src/endpoint/endpointResolver.ts +++ b/clients/client-payment-cryptography-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-payment-cryptography-data/src/endpoint/ruleset.ts b/clients/client-payment-cryptography-data/src/endpoint/ruleset.ts index 500c474f3dd0..8c914c0654c0 100644 --- a/clients/client-payment-cryptography-data/src/endpoint/ruleset.ts +++ b/clients/client-payment-cryptography-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-payment-cryptography-data/src/models/PaymentCryptographyDataServiceException.ts b/clients/client-payment-cryptography-data/src/models/PaymentCryptographyDataServiceException.ts index 8d3d26fb6382..bf674ee5bc74 100644 --- a/clients/client-payment-cryptography-data/src/models/PaymentCryptographyDataServiceException.ts +++ b/clients/client-payment-cryptography-data/src/models/PaymentCryptographyDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-payment-cryptography-data/src/models/models_0.ts b/clients/client-payment-cryptography-data/src/models/models_0.ts index d61beecc6367..074d68860c6b 100644 --- a/clients/client-payment-cryptography-data/src/models/models_0.ts +++ b/clients/client-payment-cryptography-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PaymentCryptographyDataServiceException as __BaseException } from "./PaymentCryptographyDataServiceException"; diff --git a/clients/client-payment-cryptography-data/src/protocols/Aws_restJson1.ts b/clients/client-payment-cryptography-data/src/protocols/Aws_restJson1.ts index ff998bb1e1e2..133f9333321c 100644 --- a/clients/client-payment-cryptography-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-payment-cryptography-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DecryptDataCommandInput, DecryptDataCommandOutput } from "../commands/DecryptDataCommand"; import { EncryptDataCommandInput, EncryptDataCommandOutput } from "../commands/EncryptDataCommand"; diff --git a/clients/client-payment-cryptography-data/src/runtimeConfig.browser.ts b/clients/client-payment-cryptography-data/src/runtimeConfig.browser.ts index 34d1fb890e92..12ded9c74b98 100644 --- a/clients/client-payment-cryptography-data/src/runtimeConfig.browser.ts +++ b/clients/client-payment-cryptography-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PaymentCryptographyDataClientConfig } from "./PaymentCryptographyDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-payment-cryptography-data/src/runtimeConfig.shared.ts b/clients/client-payment-cryptography-data/src/runtimeConfig.shared.ts index 1331c56c8d4b..135aedbc7b6c 100644 --- a/clients/client-payment-cryptography-data/src/runtimeConfig.shared.ts +++ b/clients/client-payment-cryptography-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PaymentCryptographyDataClientConfig } from "./PaymentCryptographyDataClient"; diff --git a/clients/client-payment-cryptography-data/src/runtimeConfig.ts b/clients/client-payment-cryptography-data/src/runtimeConfig.ts index a63094503abb..9d2210f91007 100644 --- a/clients/client-payment-cryptography-data/src/runtimeConfig.ts +++ b/clients/client-payment-cryptography-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PaymentCryptographyDataClientConfig } from "./PaymentCryptographyDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-payment-cryptography/package.json b/clients/client-payment-cryptography/package.json index 8f251376e327..47a60e2f5cb5 100644 --- a/clients/client-payment-cryptography/package.json +++ b/clients/client-payment-cryptography/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-payment-cryptography/src/PaymentCryptography.ts b/clients/client-payment-cryptography/src/PaymentCryptography.ts index 076c0c465b7d..ad4eb437744d 100644 --- a/clients/client-payment-cryptography/src/PaymentCryptography.ts +++ b/clients/client-payment-cryptography/src/PaymentCryptography.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAliasCommand, CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand"; import { CreateKeyCommand, CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand"; diff --git a/clients/client-payment-cryptography/src/PaymentCryptographyClient.ts b/clients/client-payment-cryptography/src/PaymentCryptographyClient.ts index 5f86fae50611..1b1e9e3091c2 100644 --- a/clients/client-payment-cryptography/src/PaymentCryptographyClient.ts +++ b/clients/client-payment-cryptography/src/PaymentCryptographyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand"; @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts index 98a20304c8f8..c58758e82874 100644 --- a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAliasInput, CreateAliasOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts index 2f8d653458ca..26adbe74e22a 100644 --- a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateKeyInput, CreateKeyOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts index 4492982eb145..b13dc2d665c0 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAliasInput, DeleteAliasOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts index 23b11e2a28b5..67695c60caf3 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteKeyInput, DeleteKeyOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts index 9b70ad8a63c0..a126f24ee7a8 100644 --- a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportKeyInput, diff --git a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts index dd7c96d71f67..96cd72bc2d73 100644 --- a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAliasInput, GetAliasOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts index dcf8c1b3e5b5..bc15a4f8b5dc 100644 --- a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetKeyInput, GetKeyOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts index 67909dfb3436..22a54ae9327b 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParametersForExportInput, diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts index 0259fa4ff16b..b4ce3f5c3f91 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParametersForImportInput, diff --git a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts index eacdd7991435..e28ae0bbe5ab 100644 --- a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPublicKeyCertificateInput, diff --git a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts index 5281c7e6469d..6aa26feb0e39 100644 --- a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportKeyInput, ImportKeyInputFilterSensitiveLog, ImportKeyOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts index b16feceff47e..0b8f53f2fd10 100644 --- a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAliasesInput, ListAliasesOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts index 6937e2f6951b..b6b8efb06daf 100644 --- a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListKeysInput, ListKeysOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts index f73c0f34d4e8..55e036e64c09 100644 --- a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts index 5dc7a2ba85c8..6ac917ef4c72 100644 --- a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreKeyInput, RestoreKeyOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts index 437c90d7f643..c1c283584f25 100644 --- a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartKeyUsageInput, StartKeyUsageOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts index cad90135f597..7e86ebb98598 100644 --- a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopKeyUsageInput, StopKeyUsageOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts index fe0048b54d46..8f92c2a14c27 100644 --- a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts index b68031800a30..a0de4ec6bbfd 100644 --- a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts index 5a28f51c061b..e7c4514f8500 100644 --- a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAliasInput, UpdateAliasOutput } from "../models/models_0"; import { diff --git a/clients/client-payment-cryptography/src/endpoint/EndpointParameters.ts b/clients/client-payment-cryptography/src/endpoint/EndpointParameters.ts index f6682de9e94f..16a1c2a7c670 100644 --- a/clients/client-payment-cryptography/src/endpoint/EndpointParameters.ts +++ b/clients/client-payment-cryptography/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-payment-cryptography/src/endpoint/endpointResolver.ts b/clients/client-payment-cryptography/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-payment-cryptography/src/endpoint/endpointResolver.ts +++ b/clients/client-payment-cryptography/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-payment-cryptography/src/endpoint/ruleset.ts b/clients/client-payment-cryptography/src/endpoint/ruleset.ts index d40b34395e4f..3720e6f5bdbf 100644 --- a/clients/client-payment-cryptography/src/endpoint/ruleset.ts +++ b/clients/client-payment-cryptography/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-payment-cryptography/src/models/PaymentCryptographyServiceException.ts b/clients/client-payment-cryptography/src/models/PaymentCryptographyServiceException.ts index ecf8f1c3efa3..50ebb0f5530d 100644 --- a/clients/client-payment-cryptography/src/models/PaymentCryptographyServiceException.ts +++ b/clients/client-payment-cryptography/src/models/PaymentCryptographyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-payment-cryptography/src/models/models_0.ts b/clients/client-payment-cryptography/src/models/models_0.ts index 0d9539425e95..5bd1822689a0 100644 --- a/clients/client-payment-cryptography/src/models/models_0.ts +++ b/clients/client-payment-cryptography/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PaymentCryptographyServiceException as __BaseException } from "./PaymentCryptographyServiceException"; diff --git a/clients/client-payment-cryptography/src/pagination/Interfaces.ts b/clients/client-payment-cryptography/src/pagination/Interfaces.ts index 2f981c3905b3..9d31bbddf51d 100644 --- a/clients/client-payment-cryptography/src/pagination/Interfaces.ts +++ b/clients/client-payment-cryptography/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PaymentCryptographyClient } from "../PaymentCryptographyClient"; diff --git a/clients/client-payment-cryptography/src/pagination/ListAliasesPaginator.ts b/clients/client-payment-cryptography/src/pagination/ListAliasesPaginator.ts index 724450b806b9..79b4dd43bca6 100644 --- a/clients/client-payment-cryptography/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-payment-cryptography/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { PaymentCryptographyClient } from "../PaymentCryptographyClient"; diff --git a/clients/client-payment-cryptography/src/pagination/ListKeysPaginator.ts b/clients/client-payment-cryptography/src/pagination/ListKeysPaginator.ts index 77572600e68d..15620ae701d1 100644 --- a/clients/client-payment-cryptography/src/pagination/ListKeysPaginator.ts +++ b/clients/client-payment-cryptography/src/pagination/ListKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKeysCommand, ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand"; import { PaymentCryptographyClient } from "../PaymentCryptographyClient"; diff --git a/clients/client-payment-cryptography/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-payment-cryptography/src/pagination/ListTagsForResourcePaginator.ts index 0405c92b824c..bc60ca96b19f 100644 --- a/clients/client-payment-cryptography/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-payment-cryptography/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-payment-cryptography/src/protocols/Aws_json1_0.ts b/clients/client-payment-cryptography/src/protocols/Aws_json1_0.ts index f1aa1217a874..67a15e41ef90 100644 --- a/clients/client-payment-cryptography/src/protocols/Aws_json1_0.ts +++ b/clients/client-payment-cryptography/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand"; import { CreateKeyCommandInput, CreateKeyCommandOutput } from "../commands/CreateKeyCommand"; diff --git a/clients/client-payment-cryptography/src/runtimeConfig.browser.ts b/clients/client-payment-cryptography/src/runtimeConfig.browser.ts index 941313cc475f..106072f697ea 100644 --- a/clients/client-payment-cryptography/src/runtimeConfig.browser.ts +++ b/clients/client-payment-cryptography/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PaymentCryptographyClientConfig } from "./PaymentCryptographyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-payment-cryptography/src/runtimeConfig.shared.ts b/clients/client-payment-cryptography/src/runtimeConfig.shared.ts index 61d493e55cf0..8f665c728d04 100644 --- a/clients/client-payment-cryptography/src/runtimeConfig.shared.ts +++ b/clients/client-payment-cryptography/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PaymentCryptographyClientConfig } from "./PaymentCryptographyClient"; diff --git a/clients/client-payment-cryptography/src/runtimeConfig.ts b/clients/client-payment-cryptography/src/runtimeConfig.ts index 731c66af6ead..6bff5fadd28b 100644 --- a/clients/client-payment-cryptography/src/runtimeConfig.ts +++ b/clients/client-payment-cryptography/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PaymentCryptographyClientConfig } from "./PaymentCryptographyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index 2df6b1946937..e99c879248cf 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-personalize-events/src/PersonalizeEvents.ts b/clients/client-personalize-events/src/PersonalizeEvents.ts index 2a396e8f604d..6dd22dae3ba0 100644 --- a/clients/client-personalize-events/src/PersonalizeEvents.ts +++ b/clients/client-personalize-events/src/PersonalizeEvents.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { PutEventsCommand, PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand"; import { PutItemsCommand, PutItemsCommandInput, PutItemsCommandOutput } from "./commands/PutItemsCommand"; diff --git a/clients/client-personalize-events/src/PersonalizeEventsClient.ts b/clients/client-personalize-events/src/PersonalizeEventsClient.ts index 9fed820f3888..839a07a68a12 100644 --- a/clients/client-personalize-events/src/PersonalizeEventsClient.ts +++ b/clients/client-personalize-events/src/PersonalizeEventsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand"; @@ -84,7 +82,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -193,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-personalize-events/src/commands/PutEventsCommand.ts b/clients/client-personalize-events/src/commands/PutEventsCommand.ts index 76e553963fc1..528ec3966bcb 100644 --- a/clients/client-personalize-events/src/commands/PutEventsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEventsRequest, PutEventsRequestFilterSensitiveLog } from "../models/models_0"; import { diff --git a/clients/client-personalize-events/src/commands/PutItemsCommand.ts b/clients/client-personalize-events/src/commands/PutItemsCommand.ts index 8912c09a96d6..eb1b5369027c 100644 --- a/clients/client-personalize-events/src/commands/PutItemsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutItemsRequest, PutItemsRequestFilterSensitiveLog } from "../models/models_0"; import { diff --git a/clients/client-personalize-events/src/commands/PutUsersCommand.ts b/clients/client-personalize-events/src/commands/PutUsersCommand.ts index 5781e44310ec..b92a8543c213 100644 --- a/clients/client-personalize-events/src/commands/PutUsersCommand.ts +++ b/clients/client-personalize-events/src/commands/PutUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutUsersRequest, PutUsersRequestFilterSensitiveLog } from "../models/models_0"; import { diff --git a/clients/client-personalize-events/src/endpoint/EndpointParameters.ts b/clients/client-personalize-events/src/endpoint/EndpointParameters.ts index db316c2cf5ae..c84282ed2d38 100644 --- a/clients/client-personalize-events/src/endpoint/EndpointParameters.ts +++ b/clients/client-personalize-events/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-personalize-events/src/endpoint/endpointResolver.ts b/clients/client-personalize-events/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-personalize-events/src/endpoint/endpointResolver.ts +++ b/clients/client-personalize-events/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-personalize-events/src/endpoint/ruleset.ts b/clients/client-personalize-events/src/endpoint/ruleset.ts index cacb11829524..a6fb295419b2 100644 --- a/clients/client-personalize-events/src/endpoint/ruleset.ts +++ b/clients/client-personalize-events/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts b/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts index 9630c434f694..7e81b2ea6412 100644 --- a/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts +++ b/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-personalize-events/src/models/models_0.ts b/clients/client-personalize-events/src/models/models_0.ts index 135e24ccfc28..49ae588f210a 100644 --- a/clients/client-personalize-events/src/models/models_0.ts +++ b/clients/client-personalize-events/src/models/models_0.ts @@ -3,7 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, SENSITIVE_STRING, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { PersonalizeEventsServiceException as __BaseException } from "./PersonalizeEventsServiceException"; diff --git a/clients/client-personalize-events/src/protocols/Aws_restJson1.ts b/clients/client-personalize-events/src/protocols/Aws_restJson1.ts index c76fe94b1129..2e664ecffc78 100644 --- a/clients/client-personalize-events/src/protocols/Aws_restJson1.ts +++ b/clients/client-personalize-events/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEventsCommandInput, PutEventsCommandOutput } from "../commands/PutEventsCommand"; import { PutItemsCommandInput, PutItemsCommandOutput } from "../commands/PutItemsCommand"; diff --git a/clients/client-personalize-events/src/runtimeConfig.browser.ts b/clients/client-personalize-events/src/runtimeConfig.browser.ts index c25b102f655f..805efc0ea202 100644 --- a/clients/client-personalize-events/src/runtimeConfig.browser.ts +++ b/clients/client-personalize-events/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-personalize-events/src/runtimeConfig.shared.ts b/clients/client-personalize-events/src/runtimeConfig.shared.ts index 9bc28be6ab3a..318434906875 100644 --- a/clients/client-personalize-events/src/runtimeConfig.shared.ts +++ b/clients/client-personalize-events/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient"; diff --git a/clients/client-personalize-events/src/runtimeConfig.ts b/clients/client-personalize-events/src/runtimeConfig.ts index 8cb9c05b043f..34183693bdcf 100644 --- a/clients/client-personalize-events/src/runtimeConfig.ts +++ b/clients/client-personalize-events/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index ea93c5fff4b6..884c1af1d3fb 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-personalize-runtime/src/PersonalizeRuntime.ts b/clients/client-personalize-runtime/src/PersonalizeRuntime.ts index e9f51a1168d2..349f1dce131c 100644 --- a/clients/client-personalize-runtime/src/PersonalizeRuntime.ts +++ b/clients/client-personalize-runtime/src/PersonalizeRuntime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetPersonalizedRankingCommand, diff --git a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts index 81fd4b4e28b8..95f6ae1964c8 100644 --- a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts +++ b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -195,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts index 87b2cabc040e..378d48f2ba66 100644 --- a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPersonalizedRankingRequest, diff --git a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts index d1ccdde896d8..792b81b76ad8 100644 --- a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecommendationsRequest, diff --git a/clients/client-personalize-runtime/src/endpoint/EndpointParameters.ts b/clients/client-personalize-runtime/src/endpoint/EndpointParameters.ts index db316c2cf5ae..c84282ed2d38 100644 --- a/clients/client-personalize-runtime/src/endpoint/EndpointParameters.ts +++ b/clients/client-personalize-runtime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-personalize-runtime/src/endpoint/endpointResolver.ts b/clients/client-personalize-runtime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-personalize-runtime/src/endpoint/endpointResolver.ts +++ b/clients/client-personalize-runtime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-personalize-runtime/src/endpoint/ruleset.ts b/clients/client-personalize-runtime/src/endpoint/ruleset.ts index 3e434dc6b16d..bfba48d1f3c8 100644 --- a/clients/client-personalize-runtime/src/endpoint/ruleset.ts +++ b/clients/client-personalize-runtime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts b/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts index 5c54e76b1e53..2b67ce5b8ef4 100644 --- a/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts +++ b/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-personalize-runtime/src/models/models_0.ts b/clients/client-personalize-runtime/src/models/models_0.ts index 4113a1da4bca..181e6fe5db47 100644 --- a/clients/client-personalize-runtime/src/models/models_0.ts +++ b/clients/client-personalize-runtime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PersonalizeRuntimeServiceException as __BaseException } from "./PersonalizeRuntimeServiceException"; diff --git a/clients/client-personalize-runtime/src/protocols/Aws_restJson1.ts b/clients/client-personalize-runtime/src/protocols/Aws_restJson1.ts index fb3624264ee5..d752a42a754c 100644 --- a/clients/client-personalize-runtime/src/protocols/Aws_restJson1.ts +++ b/clients/client-personalize-runtime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPersonalizedRankingCommandInput, diff --git a/clients/client-personalize-runtime/src/runtimeConfig.browser.ts b/clients/client-personalize-runtime/src/runtimeConfig.browser.ts index e76db8d37e20..6badf89e5778 100644 --- a/clients/client-personalize-runtime/src/runtimeConfig.browser.ts +++ b/clients/client-personalize-runtime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeRuntimeClientConfig } from "./PersonalizeRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-personalize-runtime/src/runtimeConfig.shared.ts b/clients/client-personalize-runtime/src/runtimeConfig.shared.ts index 583448c7e084..8fc307f840bb 100644 --- a/clients/client-personalize-runtime/src/runtimeConfig.shared.ts +++ b/clients/client-personalize-runtime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PersonalizeRuntimeClientConfig } from "./PersonalizeRuntimeClient"; diff --git a/clients/client-personalize-runtime/src/runtimeConfig.ts b/clients/client-personalize-runtime/src/runtimeConfig.ts index 74410d7226a8..cad585946862 100644 --- a/clients/client-personalize-runtime/src/runtimeConfig.ts +++ b/clients/client-personalize-runtime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeRuntimeClientConfig } from "./PersonalizeRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index 7c5f0fbef3bd..5d41d78bc339 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-personalize/src/Personalize.ts b/clients/client-personalize/src/Personalize.ts index 01febc508a9b..ae6c13d7e0f4 100644 --- a/clients/client-personalize/src/Personalize.ts +++ b/clients/client-personalize/src/Personalize.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateBatchInferenceJobCommand, diff --git a/clients/client-personalize/src/PersonalizeClient.ts b/clients/client-personalize/src/PersonalizeClient.ts index 6df54dbbe52a..cec2f9c68592 100644 --- a/clients/client-personalize/src/PersonalizeClient.ts +++ b/clients/client-personalize/src/PersonalizeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -360,7 +358,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -469,7 +467,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts index e1600a9f8aa6..7419cb0db14d 100644 --- a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts index 3b76a9d8ef0b..564bb687febd 100644 --- a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateCampaignCommand.ts b/clients/client-personalize/src/commands/CreateCampaignCommand.ts index 6b0f0652e10e..11b4251d8097 100644 --- a/clients/client-personalize/src/commands/CreateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/CreateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateDatasetCommand.ts b/clients/client-personalize/src/commands/CreateDatasetCommand.ts index 71ccf31ac22f..b954b2a5f09d 100644 --- a/clients/client-personalize/src/commands/CreateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts index 42c9502418cc..66153ee03592 100644 --- a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts index 8c023f573a48..1b282d791165 100644 --- a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts index ba1e31f748b1..fe72c63c78a7 100644 --- a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts index dd3a431d4220..10b1f59a89c8 100644 --- a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateFilterCommand.ts b/clients/client-personalize/src/commands/CreateFilterCommand.ts index 99b245f8080b..08ff6f5e2e4f 100644 --- a/clients/client-personalize/src/commands/CreateFilterCommand.ts +++ b/clients/client-personalize/src/commands/CreateFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFilterRequest, CreateFilterRequestFilterSensitiveLog, CreateFilterResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts index 2e3c7bcda84c..d45fda708dc0 100644 --- a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts index b42c7d9f4ee2..7a50da551359 100644 --- a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateSchemaCommand.ts b/clients/client-personalize/src/commands/CreateSchemaCommand.ts index 5bde4313e0f3..4e82099ad03a 100644 --- a/clients/client-personalize/src/commands/CreateSchemaCommand.ts +++ b/clients/client-personalize/src/commands/CreateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateSolutionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionCommand.ts index 9cf37bbbcbbd..680f01ad04f9 100644 --- a/clients/client-personalize/src/commands/CreateSolutionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts index f772a6b04650..df9375e0b343 100644 --- a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts index d7594bc85445..e454f56065c3 100644 --- a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCampaignRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts index d59542b9633c..472fe0ee7c3e 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDatasetRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts index 3a6e6b22c5a1..07cc5d7cd4f3 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDatasetGroupRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts index 2fd3a538eefa..2f3c375d0031 100644 --- a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventTrackerRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteFilterCommand.ts b/clients/client-personalize/src/commands/DeleteFilterCommand.ts index 8f207d8b69eb..0d652d9e31b2 100644 --- a/clients/client-personalize/src/commands/DeleteFilterCommand.ts +++ b/clients/client-personalize/src/commands/DeleteFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFilterRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts index fba276c44dcc..e0dc35402c10 100644 --- a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMetricAttributionRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts index 80d0b16c212a..54722c4da884 100644 --- a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecommenderRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts index e98ddcfc4c86..503fb4814f49 100644 --- a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSchemaRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts index 37f0327a7cff..95044abfca94 100644 --- a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSolutionRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts index 020209e53508..4b0b29ab99d3 100644 --- a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAlgorithmRequest, DescribeAlgorithmResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts index e99428b23af4..17ff4632ac0d 100644 --- a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBatchInferenceJobRequest, DescribeBatchInferenceJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts index 57ce7f3b7c2b..d7798cee0ce7 100644 --- a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBatchSegmentJobRequest, DescribeBatchSegmentJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts index 72f280626d75..c47e99fbc449 100644 --- a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts index 95ddbe7e3a5f..e5c71ad529ae 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts index bf3c9549f1d7..132a064011ae 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatasetExportJobRequest, DescribeDatasetExportJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts index 263ee279eb77..1d8af27bad2c 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts index 2b967589f74d..3fbeefb1affd 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts index 6f2bdf4448ac..ecde96fbbf41 100644 --- a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventTrackerRequest, DescribeEventTrackerResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts index 9cdfcf5dc09b..81ab21120cd7 100644 --- a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFeatureTransformationRequest, DescribeFeatureTransformationResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeFilterCommand.ts b/clients/client-personalize/src/commands/DescribeFilterCommand.ts index d4a54e9f911c..61e887e4a860 100644 --- a/clients/client-personalize/src/commands/DescribeFilterCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFilterRequest, diff --git a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts index 6396e923ebf4..9228a542f4ca 100644 --- a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMetricAttributionRequest, DescribeMetricAttributionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts index a5586a5b301a..9f38dfe59625 100644 --- a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts index a42b17d6c290..2a66a6229e7c 100644 --- a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts index 91071f397128..c9e5e3c1f768 100644 --- a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts index 71263889e477..06d75cab1183 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts index b8ba1c8d9700..41f20469e0bb 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts index 33aca77a3992..e7e123d5bb37 100644 --- a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts index a2a3dbc35c01..2289511dd9fe 100644 --- a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts index bd7968a79cf0..db27cfcca191 100644 --- a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListCampaignsCommand.ts b/clients/client-personalize/src/commands/ListCampaignsCommand.ts index 9d33afb57395..0359298f04bc 100644 --- a/clients/client-personalize/src/commands/ListCampaignsCommand.ts +++ b/clients/client-personalize/src/commands/ListCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts index cbef5700017f..6a0cd5623074 100644 --- a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts index 298a2e04daab..fe0e1624a71b 100644 --- a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts index e539a1499622..0ec43a02564a 100644 --- a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListDatasetsCommand.ts b/clients/client-personalize/src/commands/ListDatasetsCommand.ts index a6d1d0fe1b4d..5b41152cbc12 100644 --- a/clients/client-personalize/src/commands/ListDatasetsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts index a7a8819f4ad9..cc9f63dfd089 100644 --- a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts +++ b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListFiltersCommand.ts b/clients/client-personalize/src/commands/ListFiltersCommand.ts index a1e05d931fbc..9d7d212795a0 100644 --- a/clients/client-personalize/src/commands/ListFiltersCommand.ts +++ b/clients/client-personalize/src/commands/ListFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts index e5fbe767f5a3..df4a4d74bcc9 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMetricAttributionMetricsRequest, ListMetricAttributionMetricsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts index 705cf5290cad..7b1ddd0f5359 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListRecipesCommand.ts b/clients/client-personalize/src/commands/ListRecipesCommand.ts index bc5e4b947211..31d0b5755927 100644 --- a/clients/client-personalize/src/commands/ListRecipesCommand.ts +++ b/clients/client-personalize/src/commands/ListRecipesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListRecommendersCommand.ts b/clients/client-personalize/src/commands/ListRecommendersCommand.ts index 4b5712228e27..aee03c9fe068 100644 --- a/clients/client-personalize/src/commands/ListRecommendersCommand.ts +++ b/clients/client-personalize/src/commands/ListRecommendersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListSchemasCommand.ts b/clients/client-personalize/src/commands/ListSchemasCommand.ts index 3d9ed983c589..bf870652267d 100644 --- a/clients/client-personalize/src/commands/ListSchemasCommand.ts +++ b/clients/client-personalize/src/commands/ListSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts index 3ac480ebbb2f..244bf11a3d30 100644 --- a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListSolutionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionsCommand.ts index 6228d8d87d8b..768e4c887ff5 100644 --- a/clients/client-personalize/src/commands/ListSolutionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts index 1f02e0d847b4..16454838a46d 100644 --- a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/StartRecommenderCommand.ts b/clients/client-personalize/src/commands/StartRecommenderCommand.ts index 0936d711fb6e..d500fb2f2099 100644 --- a/clients/client-personalize/src/commands/StartRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StartRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/StopRecommenderCommand.ts b/clients/client-personalize/src/commands/StopRecommenderCommand.ts index 84e18010f562..7f27c85c2512 100644 --- a/clients/client-personalize/src/commands/StopRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StopRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts index 9591c4ee4979..f6432d48a0ed 100644 --- a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts +++ b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopSolutionVersionCreationRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/TagResourceCommand.ts b/clients/client-personalize/src/commands/TagResourceCommand.ts index 675da126698e..d9bfcf03753b 100644 --- a/clients/client-personalize/src/commands/TagResourceCommand.ts +++ b/clients/client-personalize/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/UntagResourceCommand.ts b/clients/client-personalize/src/commands/UntagResourceCommand.ts index d4734b9ccf78..cbe322519978 100644 --- a/clients/client-personalize/src/commands/UntagResourceCommand.ts +++ b/clients/client-personalize/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts index 383d9a712418..88757c9667b8 100644 --- a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts index 3bcdcad0a0fb..921eaa502fa8 100644 --- a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMetricAttributionRequest, UpdateMetricAttributionResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts index 1a8833d86c9b..0c3299c859a2 100644 --- a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/endpoint/EndpointParameters.ts b/clients/client-personalize/src/endpoint/EndpointParameters.ts index db316c2cf5ae..c84282ed2d38 100644 --- a/clients/client-personalize/src/endpoint/EndpointParameters.ts +++ b/clients/client-personalize/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-personalize/src/endpoint/endpointResolver.ts b/clients/client-personalize/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-personalize/src/endpoint/endpointResolver.ts +++ b/clients/client-personalize/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-personalize/src/endpoint/ruleset.ts b/clients/client-personalize/src/endpoint/ruleset.ts index 5639416d09e4..3ec704286ea4 100644 --- a/clients/client-personalize/src/endpoint/ruleset.ts +++ b/clients/client-personalize/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-personalize/src/models/PersonalizeServiceException.ts b/clients/client-personalize/src/models/PersonalizeServiceException.ts index 6757a596a882..af66a712197b 100644 --- a/clients/client-personalize/src/models/PersonalizeServiceException.ts +++ b/clients/client-personalize/src/models/PersonalizeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-personalize/src/models/models_0.ts b/clients/client-personalize/src/models/models_0.ts index 3409ddc8b170..9f54ec0e6e4b 100644 --- a/clients/client-personalize/src/models/models_0.ts +++ b/clients/client-personalize/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PersonalizeServiceException as __BaseException } from "./PersonalizeServiceException"; diff --git a/clients/client-personalize/src/pagination/Interfaces.ts b/clients/client-personalize/src/pagination/Interfaces.ts index f3a91500c671..a45b86be9644 100644 --- a/clients/client-personalize/src/pagination/Interfaces.ts +++ b/clients/client-personalize/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PersonalizeClient } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/pagination/ListBatchInferenceJobsPaginator.ts b/clients/client-personalize/src/pagination/ListBatchInferenceJobsPaginator.ts index d876802c34ee..c85e31b6ba40 100644 --- a/clients/client-personalize/src/pagination/ListBatchInferenceJobsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListBatchInferenceJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBatchInferenceJobsCommand, diff --git a/clients/client-personalize/src/pagination/ListBatchSegmentJobsPaginator.ts b/clients/client-personalize/src/pagination/ListBatchSegmentJobsPaginator.ts index a284deee8ff2..cbff8c9f6ac0 100644 --- a/clients/client-personalize/src/pagination/ListBatchSegmentJobsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListBatchSegmentJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBatchSegmentJobsCommand, diff --git a/clients/client-personalize/src/pagination/ListCampaignsPaginator.ts b/clients/client-personalize/src/pagination/ListCampaignsPaginator.ts index 40efe66b8076..45ce960cf5e3 100644 --- a/clients/client-personalize/src/pagination/ListCampaignsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListCampaignsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCampaignsCommand, diff --git a/clients/client-personalize/src/pagination/ListDatasetExportJobsPaginator.ts b/clients/client-personalize/src/pagination/ListDatasetExportJobsPaginator.ts index aebbabde48cb..431b379e4529 100644 --- a/clients/client-personalize/src/pagination/ListDatasetExportJobsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListDatasetExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetExportJobsCommand, diff --git a/clients/client-personalize/src/pagination/ListDatasetGroupsPaginator.ts b/clients/client-personalize/src/pagination/ListDatasetGroupsPaginator.ts index 42da17cab50f..8ee064610d4f 100644 --- a/clients/client-personalize/src/pagination/ListDatasetGroupsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListDatasetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetGroupsCommand, diff --git a/clients/client-personalize/src/pagination/ListDatasetImportJobsPaginator.ts b/clients/client-personalize/src/pagination/ListDatasetImportJobsPaginator.ts index 6d1da78d373e..e716728b7f3e 100644 --- a/clients/client-personalize/src/pagination/ListDatasetImportJobsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListDatasetImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetImportJobsCommand, diff --git a/clients/client-personalize/src/pagination/ListDatasetsPaginator.ts b/clients/client-personalize/src/pagination/ListDatasetsPaginator.ts index f94466ac8a1c..a617e733dade 100644 --- a/clients/client-personalize/src/pagination/ListDatasetsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListDatasetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetsCommand, diff --git a/clients/client-personalize/src/pagination/ListEventTrackersPaginator.ts b/clients/client-personalize/src/pagination/ListEventTrackersPaginator.ts index 54e2bfe24805..6dba711696c0 100644 --- a/clients/client-personalize/src/pagination/ListEventTrackersPaginator.ts +++ b/clients/client-personalize/src/pagination/ListEventTrackersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEventTrackersCommand, diff --git a/clients/client-personalize/src/pagination/ListFiltersPaginator.ts b/clients/client-personalize/src/pagination/ListFiltersPaginator.ts index 1926c52db2da..539ad1b38354 100644 --- a/clients/client-personalize/src/pagination/ListFiltersPaginator.ts +++ b/clients/client-personalize/src/pagination/ListFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFiltersCommand, ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand"; import { PersonalizeClient } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/pagination/ListMetricAttributionMetricsPaginator.ts b/clients/client-personalize/src/pagination/ListMetricAttributionMetricsPaginator.ts index 91137a751feb..1cb9e54874b1 100644 --- a/clients/client-personalize/src/pagination/ListMetricAttributionMetricsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListMetricAttributionMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMetricAttributionMetricsCommand, diff --git a/clients/client-personalize/src/pagination/ListMetricAttributionsPaginator.ts b/clients/client-personalize/src/pagination/ListMetricAttributionsPaginator.ts index 5941f6abbe1a..6093accff6a8 100644 --- a/clients/client-personalize/src/pagination/ListMetricAttributionsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListMetricAttributionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMetricAttributionsCommand, diff --git a/clients/client-personalize/src/pagination/ListRecipesPaginator.ts b/clients/client-personalize/src/pagination/ListRecipesPaginator.ts index e016811418f7..2ddcf026d540 100644 --- a/clients/client-personalize/src/pagination/ListRecipesPaginator.ts +++ b/clients/client-personalize/src/pagination/ListRecipesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecipesCommand, ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand"; import { PersonalizeClient } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/pagination/ListRecommendersPaginator.ts b/clients/client-personalize/src/pagination/ListRecommendersPaginator.ts index bd8e7c6e1569..7e15efe20411 100644 --- a/clients/client-personalize/src/pagination/ListRecommendersPaginator.ts +++ b/clients/client-personalize/src/pagination/ListRecommendersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecommendersCommand, diff --git a/clients/client-personalize/src/pagination/ListSchemasPaginator.ts b/clients/client-personalize/src/pagination/ListSchemasPaginator.ts index d823b540ac09..35f845fcb9e4 100644 --- a/clients/client-personalize/src/pagination/ListSchemasPaginator.ts +++ b/clients/client-personalize/src/pagination/ListSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemasCommand, ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand"; import { PersonalizeClient } from "../PersonalizeClient"; diff --git a/clients/client-personalize/src/pagination/ListSolutionVersionsPaginator.ts b/clients/client-personalize/src/pagination/ListSolutionVersionsPaginator.ts index c615879625f2..d9117975deb6 100644 --- a/clients/client-personalize/src/pagination/ListSolutionVersionsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListSolutionVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolutionVersionsCommand, diff --git a/clients/client-personalize/src/pagination/ListSolutionsPaginator.ts b/clients/client-personalize/src/pagination/ListSolutionsPaginator.ts index 2a25b2a6b5c2..ef274cc67383 100644 --- a/clients/client-personalize/src/pagination/ListSolutionsPaginator.ts +++ b/clients/client-personalize/src/pagination/ListSolutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolutionsCommand, diff --git a/clients/client-personalize/src/protocols/Aws_json1_1.ts b/clients/client-personalize/src/protocols/Aws_json1_1.ts index 1960b415da0d..e276a658b038 100644 --- a/clients/client-personalize/src/protocols/Aws_json1_1.ts +++ b/clients/client-personalize/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBatchInferenceJobCommandInput, diff --git a/clients/client-personalize/src/runtimeConfig.browser.ts b/clients/client-personalize/src/runtimeConfig.browser.ts index 5f0bf540f1c3..7ae1294290de 100644 --- a/clients/client-personalize/src/runtimeConfig.browser.ts +++ b/clients/client-personalize/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeClientConfig } from "./PersonalizeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-personalize/src/runtimeConfig.shared.ts b/clients/client-personalize/src/runtimeConfig.shared.ts index 86fa6fb0ac6b..b2a1ef58fb55 100644 --- a/clients/client-personalize/src/runtimeConfig.shared.ts +++ b/clients/client-personalize/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PersonalizeClientConfig } from "./PersonalizeClient"; diff --git a/clients/client-personalize/src/runtimeConfig.ts b/clients/client-personalize/src/runtimeConfig.ts index fcbaf8e826a2..dbec56f87bb2 100644 --- a/clients/client-personalize/src/runtimeConfig.ts +++ b/clients/client-personalize/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PersonalizeClientConfig } from "./PersonalizeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index 6fdd4b0d2718..ebe146bd0a4a 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pi/src/PI.ts b/clients/client-pi/src/PI.ts index 1e1e7be585b8..02105c925933 100644 --- a/clients/client-pi/src/PI.ts +++ b/clients/client-pi/src/PI.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeDimensionKeysCommand, diff --git a/clients/client-pi/src/PIClient.ts b/clients/client-pi/src/PIClient.ts index dc184e6669d8..c97b37adfd82 100644 --- a/clients/client-pi/src/PIClient.ts +++ b/clients/client-pi/src/PIClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts index b7dc4bf0a6fc..19357df394ec 100644 --- a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts +++ b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDimensionKeysRequest, DescribeDimensionKeysResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts index c7d63c3c0151..8fd6e7ce2428 100644 --- a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts +++ b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDimensionKeyDetailsRequest, GetDimensionKeyDetailsResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts index fb5cd3082918..aacc56dee2d2 100644 --- a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceMetadataRequest, GetResourceMetadataResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts index 33310b365651..4e3cfd88bad0 100644 --- a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceMetricsRequest, GetResourceMetricsResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts index a397d171f0d3..0f32fed46358 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailableResourceDimensionsRequest, ListAvailableResourceDimensionsResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts index 5e274b216fed..ecfa779d0516 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailableResourceMetricsRequest, ListAvailableResourceMetricsResponse } from "../models/models_0"; import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; diff --git a/clients/client-pi/src/endpoint/EndpointParameters.ts b/clients/client-pi/src/endpoint/EndpointParameters.ts index 1460d31730b2..f2da8bafa833 100644 --- a/clients/client-pi/src/endpoint/EndpointParameters.ts +++ b/clients/client-pi/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pi/src/endpoint/endpointResolver.ts b/clients/client-pi/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pi/src/endpoint/endpointResolver.ts +++ b/clients/client-pi/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pi/src/endpoint/ruleset.ts b/clients/client-pi/src/endpoint/ruleset.ts index 37ca4cc5344b..1ff5c90f0d74 100644 --- a/clients/client-pi/src/endpoint/ruleset.ts +++ b/clients/client-pi/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pi/src/models/PIServiceException.ts b/clients/client-pi/src/models/PIServiceException.ts index c5525392f970..b53840fa6cc1 100644 --- a/clients/client-pi/src/models/PIServiceException.ts +++ b/clients/client-pi/src/models/PIServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pi/src/models/models_0.ts b/clients/client-pi/src/models/models_0.ts index 791e8bd34adc..92e85e1ad8f8 100644 --- a/clients/client-pi/src/models/models_0.ts +++ b/clients/client-pi/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PIServiceException as __BaseException } from "./PIServiceException"; diff --git a/clients/client-pi/src/pagination/DescribeDimensionKeysPaginator.ts b/clients/client-pi/src/pagination/DescribeDimensionKeysPaginator.ts index 19bf561bc785..5ef1c8bc1ae9 100644 --- a/clients/client-pi/src/pagination/DescribeDimensionKeysPaginator.ts +++ b/clients/client-pi/src/pagination/DescribeDimensionKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDimensionKeysCommand, diff --git a/clients/client-pi/src/pagination/GetResourceMetricsPaginator.ts b/clients/client-pi/src/pagination/GetResourceMetricsPaginator.ts index d32dcd839611..ca39a70d0194 100644 --- a/clients/client-pi/src/pagination/GetResourceMetricsPaginator.ts +++ b/clients/client-pi/src/pagination/GetResourceMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceMetricsCommand, diff --git a/clients/client-pi/src/pagination/Interfaces.ts b/clients/client-pi/src/pagination/Interfaces.ts index 69dd8ff7159f..fb39f6d06ab6 100644 --- a/clients/client-pi/src/pagination/Interfaces.ts +++ b/clients/client-pi/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PIClient } from "../PIClient"; diff --git a/clients/client-pi/src/pagination/ListAvailableResourceDimensionsPaginator.ts b/clients/client-pi/src/pagination/ListAvailableResourceDimensionsPaginator.ts index 751c315dbb2b..e214d8181ac0 100644 --- a/clients/client-pi/src/pagination/ListAvailableResourceDimensionsPaginator.ts +++ b/clients/client-pi/src/pagination/ListAvailableResourceDimensionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAvailableResourceDimensionsCommand, diff --git a/clients/client-pi/src/pagination/ListAvailableResourceMetricsPaginator.ts b/clients/client-pi/src/pagination/ListAvailableResourceMetricsPaginator.ts index 92d42e350dbf..6ac530d03061 100644 --- a/clients/client-pi/src/pagination/ListAvailableResourceMetricsPaginator.ts +++ b/clients/client-pi/src/pagination/ListAvailableResourceMetricsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAvailableResourceMetricsCommand, diff --git a/clients/client-pi/src/protocols/Aws_json1_1.ts b/clients/client-pi/src/protocols/Aws_json1_1.ts index 0c1ddfbc3a49..ec28ab11ddb5 100644 --- a/clients/client-pi/src/protocols/Aws_json1_1.ts +++ b/clients/client-pi/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDimensionKeysCommandInput, diff --git a/clients/client-pi/src/runtimeConfig.browser.ts b/clients/client-pi/src/runtimeConfig.browser.ts index 57b7ef385c98..64a4680d5dbc 100644 --- a/clients/client-pi/src/runtimeConfig.browser.ts +++ b/clients/client-pi/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PIClientConfig } from "./PIClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pi/src/runtimeConfig.shared.ts b/clients/client-pi/src/runtimeConfig.shared.ts index df51f2949e8c..96a958805013 100644 --- a/clients/client-pi/src/runtimeConfig.shared.ts +++ b/clients/client-pi/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PIClientConfig } from "./PIClient"; diff --git a/clients/client-pi/src/runtimeConfig.ts b/clients/client-pi/src/runtimeConfig.ts index 944eb31777bc..b9555ef58a69 100644 --- a/clients/client-pi/src/runtimeConfig.ts +++ b/clients/client-pi/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PIClientConfig } from "./PIClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index fababa3c876a..b57ac98aa61b 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pinpoint-email/src/PinpointEmail.ts b/clients/client-pinpoint-email/src/PinpointEmail.ts index be654bc44b01..2c674231a7db 100644 --- a/clients/client-pinpoint-email/src/PinpointEmail.ts +++ b/clients/client-pinpoint-email/src/PinpointEmail.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateConfigurationSetCommand, diff --git a/clients/client-pinpoint-email/src/PinpointEmailClient.ts b/clients/client-pinpoint-email/src/PinpointEmailClient.ts index b9d9d791f512..652a84c72a94 100644 --- a/clients/client-pinpoint-email/src/PinpointEmailClient.ts +++ b/clients/client-pinpoint-email/src/PinpointEmailClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -312,7 +310,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -421,7 +419,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts index 5fc36285aaf2..f7a5552ab481 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 487df51d6e38..81090aad9240 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts index a11ac0ab1928..44e809a41c34 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts index b9ce0958da41..d8cfa70f5048 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts index c4e0367cfbad..7f567fb32d1e 100644 --- a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts index 077da3afd5e1..ed62197a51e4 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index c11af20b2f81..b5e7ce9e33ef 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts index d37e97207ca8..0540eb4a2589 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts index 6337957207c5..da075a3ce351 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts index c324ccd5d5f3..e2cdc8b510f6 100644 --- a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountRequest, GetAccountResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts index 38e510c4f664..87fb70f905bf 100644 --- a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts index 9fa783c84975..c3e912778ead 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts index c38fa3609cd7..9f22056eea70 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationSetEventDestinationsRequest, diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts index cfb00ef47984..07fed9cb9961 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts index 07d3e8219998..7270b1b18245 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index c9270026e287..759dd524e747 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeliverabilityDashboardOptionsRequest, diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts index 9da5d4f23296..90794bfc1219 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts index 8a9f09d60df5..c21fd36a8c04 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts index 9f2f0fc910f6..741f3361dab2 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts index 648ee6bb7947..73d3a4a55629 100644 --- a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts index 88378075093a..ad0fa468efb8 100644 --- a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts index 84f3bc814f44..172d2adf8f79 100644 --- a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts index 8182c8a8a13f..05b6fe96109c 100644 --- a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index b4c54b0bb33b..96773e4f0daa 100644 --- a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainDeliverabilityCampaignsRequest, diff --git a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts index 63c91fbd09ff..e2e1578ea969 100644 --- a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts index 3ba4ad688c3e..e7dacb706e12 100644 --- a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index aa3be9f7cdae..6b3b02790dc8 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountDedicatedIpWarmupAttributesRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts index edf2d6e69aa8..d2ca524a1893 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index ac3d41996ea5..31620ba71928 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetDeliveryOptionsRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts index 80ffe36ce92f..351650d9cfcb 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetReputationOptionsRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts index 81a2508ef49e..ba3f89db55e2 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetSendingOptionsRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index 729d22b3a17d..62fc3d21a8f4 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetTrackingOptionsRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts index afcd28e2cadd..562d012d59ec 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index a1652ab10963..9614b7edbd57 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts index e7e53516e11d..f136813dafda 100644 --- a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 6e09adc87221..e1e5eb41b51e 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 936fac948339..3d39a7f9c79c 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityFeedbackAttributesRequest, diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 6794b968bc4a..8603dfecc592 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityMailFromAttributesRequest, diff --git a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts index e269c88dd190..c02e74e24e27 100644 --- a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts +++ b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts index d50305c9af07..d349792cd914 100644 --- a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts index 170b7a010e2c..081d88566b2f 100644 --- a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index e15993040c98..a39f1429f097 100644 --- a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-email/src/endpoint/EndpointParameters.ts b/clients/client-pinpoint-email/src/endpoint/EndpointParameters.ts index 166ad8dcb78d..9ab4181e2a79 100644 --- a/clients/client-pinpoint-email/src/endpoint/EndpointParameters.ts +++ b/clients/client-pinpoint-email/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pinpoint-email/src/endpoint/endpointResolver.ts b/clients/client-pinpoint-email/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pinpoint-email/src/endpoint/endpointResolver.ts +++ b/clients/client-pinpoint-email/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pinpoint-email/src/endpoint/ruleset.ts b/clients/client-pinpoint-email/src/endpoint/ruleset.ts index 650ce6e28f8a..20e881015d2d 100644 --- a/clients/client-pinpoint-email/src/endpoint/ruleset.ts +++ b/clients/client-pinpoint-email/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts b/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts index 64e1aa2a8426..4bed2b5bfa9b 100644 --- a/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts +++ b/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pinpoint-email/src/models/models_0.ts b/clients/client-pinpoint-email/src/models/models_0.ts index 18d6778168d1..2d23e94b7f93 100644 --- a/clients/client-pinpoint-email/src/models/models_0.ts +++ b/clients/client-pinpoint-email/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PinpointEmailServiceException as __BaseException } from "./PinpointEmailServiceException"; diff --git a/clients/client-pinpoint-email/src/pagination/GetDedicatedIpsPaginator.ts b/clients/client-pinpoint-email/src/pagination/GetDedicatedIpsPaginator.ts index 4acc4cdcbcb6..49ecfbc31d67 100644 --- a/clients/client-pinpoint-email/src/pagination/GetDedicatedIpsPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/GetDedicatedIpsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDedicatedIpsCommand, diff --git a/clients/client-pinpoint-email/src/pagination/Interfaces.ts b/clients/client-pinpoint-email/src/pagination/Interfaces.ts index 7865ba19426a..42c9cd2324de 100644 --- a/clients/client-pinpoint-email/src/pagination/Interfaces.ts +++ b/clients/client-pinpoint-email/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PinpointEmailClient } from "../PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/pagination/ListConfigurationSetsPaginator.ts b/clients/client-pinpoint-email/src/pagination/ListConfigurationSetsPaginator.ts index fd5c9b939077..54e554583b25 100644 --- a/clients/client-pinpoint-email/src/pagination/ListConfigurationSetsPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/ListConfigurationSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConfigurationSetsCommand, diff --git a/clients/client-pinpoint-email/src/pagination/ListDedicatedIpPoolsPaginator.ts b/clients/client-pinpoint-email/src/pagination/ListDedicatedIpPoolsPaginator.ts index 9ef436f97c81..2c6c1c61183a 100644 --- a/clients/client-pinpoint-email/src/pagination/ListDedicatedIpPoolsPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/ListDedicatedIpPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDedicatedIpPoolsCommand, diff --git a/clients/client-pinpoint-email/src/pagination/ListDeliverabilityTestReportsPaginator.ts b/clients/client-pinpoint-email/src/pagination/ListDeliverabilityTestReportsPaginator.ts index 935a21e49ef8..a229222893e2 100644 --- a/clients/client-pinpoint-email/src/pagination/ListDeliverabilityTestReportsPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/ListDeliverabilityTestReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeliverabilityTestReportsCommand, diff --git a/clients/client-pinpoint-email/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts b/clients/client-pinpoint-email/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts index 1bd606d7c0d4..17425602bc7d 100644 --- a/clients/client-pinpoint-email/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainDeliverabilityCampaignsCommand, diff --git a/clients/client-pinpoint-email/src/pagination/ListEmailIdentitiesPaginator.ts b/clients/client-pinpoint-email/src/pagination/ListEmailIdentitiesPaginator.ts index 26c5f9003de8..a2e2b534ed62 100644 --- a/clients/client-pinpoint-email/src/pagination/ListEmailIdentitiesPaginator.ts +++ b/clients/client-pinpoint-email/src/pagination/ListEmailIdentitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEmailIdentitiesCommand, diff --git a/clients/client-pinpoint-email/src/protocols/Aws_restJson1.ts b/clients/client-pinpoint-email/src/protocols/Aws_restJson1.ts index bf59c2ca0d5b..8fb5e53bf756 100644 --- a/clients/client-pinpoint-email/src/protocols/Aws_restJson1.ts +++ b/clients/client-pinpoint-email/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetCommandInput, diff --git a/clients/client-pinpoint-email/src/runtimeConfig.browser.ts b/clients/client-pinpoint-email/src/runtimeConfig.browser.ts index 62083434959d..bf999d7a908d 100644 --- a/clients/client-pinpoint-email/src/runtimeConfig.browser.ts +++ b/clients/client-pinpoint-email/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointEmailClientConfig } from "./PinpointEmailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pinpoint-email/src/runtimeConfig.shared.ts b/clients/client-pinpoint-email/src/runtimeConfig.shared.ts index f99ab6714f09..f694a0ea0493 100644 --- a/clients/client-pinpoint-email/src/runtimeConfig.shared.ts +++ b/clients/client-pinpoint-email/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PinpointEmailClientConfig } from "./PinpointEmailClient"; diff --git a/clients/client-pinpoint-email/src/runtimeConfig.ts b/clients/client-pinpoint-email/src/runtimeConfig.ts index e12ee1eaf55b..c24b46ede12f 100644 --- a/clients/client-pinpoint-email/src/runtimeConfig.ts +++ b/clients/client-pinpoint-email/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointEmailClientConfig } from "./PinpointEmailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pinpoint-sms-voice-v2/package.json b/clients/client-pinpoint-sms-voice-v2/package.json index 7160969322cf..76b1947217b9 100644 --- a/clients/client-pinpoint-sms-voice-v2/package.json +++ b/clients/client-pinpoint-sms-voice-v2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2.ts b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2.ts index e049cab86987..9f5d71712fd0 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateOriginationIdentityCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts index 5dd9423894a8..c76a406b8608 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -282,7 +280,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -391,7 +389,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts index 6d8ad08972fc..0ddd46b40d9e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateOriginationIdentityRequest, AssociateOriginationIdentityResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts index 09845b10fcc1..70191368fab9 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetRequest, CreateConfigurationSetResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts index f2f8ec8edeb5..f1330807cc1e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEventDestinationRequest, CreateEventDestinationResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts index 24cb4c7f6d26..ce618d0d5a21 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOptOutListRequest, CreateOptOutListResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts index 931bf245db69..b6e8a0f61252 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePoolRequest, CreatePoolResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts index e6df6f3216dd..5605b72e7b66 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetRequest, DeleteConfigurationSetResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts index 72169ee31220..fd2b05047e52 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDefaultMessageTypeRequest, DeleteDefaultMessageTypeResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts index 9a35ef7761de..8d265d8a0391 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDefaultSenderIdRequest, DeleteDefaultSenderIdResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts index af39084db507..c594a67776f4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventDestinationRequest, DeleteEventDestinationResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts index 1709b4e3cbe1..b9ade439db38 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteKeywordRequest, DeleteKeywordResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts index ad390236b361..c604714590ca 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOptOutListRequest, DeleteOptOutListResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts index 0f071da2b163..8a9072b84d2e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOptedOutNumberRequest, DeleteOptedOutNumberResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts index 28339f07b01c..f98c8d0ce406 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePoolRequest, DeletePoolResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts index c391cc85c8b5..8c37a753a507 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTextMessageSpendLimitOverrideRequest, diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts index b145d5f9f9a2..ea41e99b2d91 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVoiceMessageSpendLimitOverrideRequest, diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts index 3ec8635f69e7..703b9c815fdb 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountAttributesRequest, DescribeAccountAttributesResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts index 128a57373928..aecf9456031c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountLimitsRequest, DescribeAccountLimitsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts index f59934edc6e1..0381c640c04d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConfigurationSetsRequest, DescribeConfigurationSetsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts index 702cf07fad44..4310155e03fc 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeKeywordsRequest, DescribeKeywordsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts index 0340f1649200..4ed4cfbafac5 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOptOutListsRequest, DescribeOptOutListsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts index ef2d5c63ac7d..76d3f47c29ac 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOptedOutNumbersRequest, DescribeOptedOutNumbersResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts index de22c39025fc..093e82a0d89b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePhoneNumbersRequest, DescribePhoneNumbersResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts index 95ed260e2c12..0e8089e5f74c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePoolsRequest, DescribePoolsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts index aad1a56edf2f..40cb21992009 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSenderIdsRequest, DescribeSenderIdsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts index 357dee77d294..22363679ff9b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSpendLimitsRequest, DescribeSpendLimitsResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts index aa48109d9688..df7885c10a51 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateOriginationIdentityRequest, DisassociateOriginationIdentityResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts index 97fc9eae4030..1896a9880a04 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPoolOriginationIdentitiesRequest, ListPoolOriginationIdentitiesResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts index c601ef5ee612..b1cc4c37eb76 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts index ebfec10e7ba8..d279035b8f7f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutKeywordRequest, PutKeywordResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts index 5188d2c3c954..5a2e9e6afd22 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutOptedOutNumberRequest, PutOptedOutNumberResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts index 27d276b5aa74..a6e1aeac837e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReleasePhoneNumberRequest, ReleasePhoneNumberResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts index a28db1afb653..f46e30df2ae3 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RequestPhoneNumberRequest, RequestPhoneNumberResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts index e3d74efeeb4f..e7647dceacee 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTextMessageRequest, SendTextMessageResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts index a10469c2e350..b017405d38e4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendVoiceMessageRequest, SendVoiceMessageResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts index cd1798aa3421..0655a660480e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetDefaultMessageTypeRequest, SetDefaultMessageTypeResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts index f29f39e71828..c3f9c2cee6c4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetDefaultSenderIdRequest, SetDefaultSenderIdResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts index 05f9df44b93d..98ab9b89a116 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetTextMessageSpendLimitOverrideRequest, SetTextMessageSpendLimitOverrideResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts index 63eea090cbd5..bbb6273e002f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetVoiceMessageSpendLimitOverrideRequest, SetVoiceMessageSpendLimitOverrideResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts index e94aeb5b3f25..79ef74606495 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts index 713e5617b797..c15653cc8c59 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts index b77370beea58..0dfc86c58fcb 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEventDestinationRequest, UpdateEventDestinationResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts index 50f7ba5db95d..782c5c2241f7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePhoneNumberRequest, UpdatePhoneNumberResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts index c1ae8d9c459a..29912fc92e65 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePoolRequest, UpdatePoolResult } from "../models/models_0"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/endpoint/EndpointParameters.ts b/clients/client-pinpoint-sms-voice-v2/src/endpoint/EndpointParameters.ts index 000f5d3b466b..23f8567d7c46 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/endpoint/EndpointParameters.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pinpoint-sms-voice-v2/src/endpoint/endpointResolver.ts b/clients/client-pinpoint-sms-voice-v2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/endpoint/endpointResolver.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pinpoint-sms-voice-v2/src/endpoint/ruleset.ts b/clients/client-pinpoint-sms-voice-v2/src/endpoint/ruleset.ts index ebe6a8163296..9aec5a81b88e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/endpoint/ruleset.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts b/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts index 480197939c86..6892c86bbc8e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pinpoint-sms-voice-v2/src/models/models_0.ts b/clients/client-pinpoint-sms-voice-v2/src/models/models_0.ts index 7588443f0eb7..b33b530ecbf0 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/models/models_0.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PinpointSMSVoiceV2ServiceException as __BaseException } from "./PinpointSMSVoiceV2ServiceException"; diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountAttributesPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountAttributesPaginator.ts index 514adcf09d73..39b614d4c65c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountAttributesPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountAttributesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAccountAttributesCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountLimitsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountLimitsPaginator.ts index 70500de9f17a..9c98b832a3fa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountLimitsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeAccountLimitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAccountLimitsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeConfigurationSetsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeConfigurationSetsPaginator.ts index fef603b51c00..de3932e21b75 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeConfigurationSetsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeConfigurationSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeConfigurationSetsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeKeywordsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeKeywordsPaginator.ts index f7d77d452501..c309efd66f37 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeKeywordsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeKeywordsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeKeywordsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptOutListsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptOutListsPaginator.ts index 58898a90d1c6..9d7f273f3a56 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptOutListsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptOutListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOptOutListsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptedOutNumbersPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptedOutNumbersPaginator.ts index 80f22391a6ce..07ca3ccecad6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptedOutNumbersPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeOptedOutNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOptedOutNumbersCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePhoneNumbersPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePhoneNumbersPaginator.ts index 67dc382178ab..6b5c4df38d6f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePhoneNumbersPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePhoneNumbersCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePoolsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePoolsPaginator.ts index 7020294394d5..0beb80233bb8 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePoolsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribePoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePoolsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSenderIdsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSenderIdsPaginator.ts index deca496f69bb..e7849fc1ff9c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSenderIdsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSenderIdsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSenderIdsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSpendLimitsPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSpendLimitsPaginator.ts index 95e620b9b2dd..9e402814207d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSpendLimitsPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/DescribeSpendLimitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSpendLimitsCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/Interfaces.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/Interfaces.ts index 6f58e2069f62..9258865eb153 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/Interfaces.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PinpointSMSVoiceV2Client } from "../PinpointSMSVoiceV2Client"; diff --git a/clients/client-pinpoint-sms-voice-v2/src/pagination/ListPoolOriginationIdentitiesPaginator.ts b/clients/client-pinpoint-sms-voice-v2/src/pagination/ListPoolOriginationIdentitiesPaginator.ts index ab65ef0473ea..b24b61b6f54f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/pagination/ListPoolOriginationIdentitiesPaginator.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/pagination/ListPoolOriginationIdentitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoolOriginationIdentitiesCommand, diff --git a/clients/client-pinpoint-sms-voice-v2/src/protocols/Aws_json1_0.ts b/clients/client-pinpoint-sms-voice-v2/src/protocols/Aws_json1_0.ts index ed3908c6efa4..fbc14f4b01b7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/protocols/Aws_json1_0.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.browser.ts b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.browser.ts index ba2188e56c9a..07acf02ceb31 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.browser.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.shared.ts b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.shared.ts index f0a72d73036d..2e169305b14d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.shared.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client"; diff --git a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.ts b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.ts index 0cb50514f191..bf1dd89f2d37 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointSMSVoiceV2ClientConfig } from "./PinpointSMSVoiceV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index 80c624d8ad74..8e8cec6161d3 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoice.ts b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoice.ts index 48a0611ce895..bdffe10d289d 100644 --- a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoice.ts +++ b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoice.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateConfigurationSetCommand, diff --git a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts index 1b60793311f5..7b118f3e49ff 100644 --- a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts +++ b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -126,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -235,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts index 34ead56a3dce..cb69e2da0e60 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0"; import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 15379064ade8..97580dfb37f2 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts index 0f2d6398521a..3e3a90233326 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0"; import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 3c1887db91d6..fc132c5bb550 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts index d7e0ca5b0d9f..52de54a65780 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationSetEventDestinationsRequest, diff --git a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts index 2fea732f7689..9feefc9d8ac8 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0"; import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; diff --git a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts index 99b78478bfb4..6fc352363a83 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendVoiceMessageRequest, SendVoiceMessageResponse } from "../models/models_0"; import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; diff --git a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index f861c9232b33..58cae85a7aeb 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetEventDestinationRequest, diff --git a/clients/client-pinpoint-sms-voice/src/endpoint/EndpointParameters.ts b/clients/client-pinpoint-sms-voice/src/endpoint/EndpointParameters.ts index 000f5d3b466b..23f8567d7c46 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoint/EndpointParameters.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pinpoint-sms-voice/src/endpoint/endpointResolver.ts b/clients/client-pinpoint-sms-voice/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoint/endpointResolver.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pinpoint-sms-voice/src/endpoint/ruleset.ts b/clients/client-pinpoint-sms-voice/src/endpoint/ruleset.ts index 0602fb7860a1..da2ab12143ed 100644 --- a/clients/client-pinpoint-sms-voice/src/endpoint/ruleset.ts +++ b/clients/client-pinpoint-sms-voice/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts b/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts index 4a8f202aa028..1327645bd91d 100644 --- a/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts +++ b/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pinpoint-sms-voice/src/models/models_0.ts b/clients/client-pinpoint-sms-voice/src/models/models_0.ts index 7d65a055672c..01e62b568d40 100644 --- a/clients/client-pinpoint-sms-voice/src/models/models_0.ts +++ b/clients/client-pinpoint-sms-voice/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PinpointSMSVoiceServiceException as __BaseException } from "./PinpointSMSVoiceServiceException"; diff --git a/clients/client-pinpoint-sms-voice/src/protocols/Aws_restJson1.ts b/clients/client-pinpoint-sms-voice/src/protocols/Aws_restJson1.ts index 7544bee546ac..8f2cd3749ee0 100644 --- a/clients/client-pinpoint-sms-voice/src/protocols/Aws_restJson1.ts +++ b/clients/client-pinpoint-sms-voice/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetCommandInput, diff --git a/clients/client-pinpoint-sms-voice/src/runtimeConfig.browser.ts b/clients/client-pinpoint-sms-voice/src/runtimeConfig.browser.ts index 96a7582c2825..cbcae94e5c14 100644 --- a/clients/client-pinpoint-sms-voice/src/runtimeConfig.browser.ts +++ b/clients/client-pinpoint-sms-voice/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointSMSVoiceClientConfig } from "./PinpointSMSVoiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pinpoint-sms-voice/src/runtimeConfig.shared.ts b/clients/client-pinpoint-sms-voice/src/runtimeConfig.shared.ts index e5f61f7e89ed..306f92c820ae 100644 --- a/clients/client-pinpoint-sms-voice/src/runtimeConfig.shared.ts +++ b/clients/client-pinpoint-sms-voice/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PinpointSMSVoiceClientConfig } from "./PinpointSMSVoiceClient"; diff --git a/clients/client-pinpoint-sms-voice/src/runtimeConfig.ts b/clients/client-pinpoint-sms-voice/src/runtimeConfig.ts index c4c9ba921ed5..b5a559691438 100644 --- a/clients/client-pinpoint-sms-voice/src/runtimeConfig.ts +++ b/clients/client-pinpoint-sms-voice/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointSMSVoiceClientConfig } from "./PinpointSMSVoiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index 3fdb98b1589c..07a3e0b0060b 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pinpoint/src/Pinpoint.ts b/clients/client-pinpoint/src/Pinpoint.ts index 842f691c26cd..638af39c62c3 100644 --- a/clients/client-pinpoint/src/Pinpoint.ts +++ b/clients/client-pinpoint/src/Pinpoint.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAppCommand, CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; import { diff --git a/clients/client-pinpoint/src/PinpointClient.ts b/clients/client-pinpoint/src/PinpointClient.ts index cf5150a8f4c0..6f1fab0a6eaa 100644 --- a/clients/client-pinpoint/src/PinpointClient.ts +++ b/clients/client-pinpoint/src/PinpointClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; @@ -570,7 +568,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -679,7 +677,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pinpoint/src/commands/CreateAppCommand.ts b/clients/client-pinpoint/src/commands/CreateAppCommand.ts index c9a5b5a643d1..ea2b5f673d12 100644 --- a/clients/client-pinpoint/src/commands/CreateAppCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts index 07f662a09c15..8c16a1ab867e 100644 --- a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts index 591bf11c92b1..265c175d9fab 100644 --- a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEmailTemplateRequest, CreateEmailTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts index ee986dd55864..7c7a6633098d 100644 --- a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateExportJobRequest, CreateExportJobResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts index 6ecc94f326d0..8ca7dc59c694 100644 --- a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateImportJobRequest, CreateImportJobResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts index ac09be9fbe2a..f007405168eb 100644 --- a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInAppTemplateRequest, CreateInAppTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts index a794c085b5b7..57cfb29802cf 100644 --- a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateJourneyRequest, CreateJourneyResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts index 3e9e4af701e1..de64f3f90880 100644 --- a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePushTemplateRequest, CreatePushTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts index 851806b39227..58eea545678f 100644 --- a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRecommenderConfigurationRequest, CreateRecommenderConfigurationResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts index 0d8749bb56ba..b32def35eb54 100644 --- a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSegmentRequest, CreateSegmentResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts index e4300ddbac54..f074abaa5afe 100644 --- a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSmsTemplateRequest, CreateSmsTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts index d72494ee7f26..18fdf08bf41e 100644 --- a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVoiceTemplateRequest, CreateVoiceTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts index 95840eac592a..4f892407a78a 100644 --- a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAdmChannelRequest, DeleteAdmChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts index 2ba799d8c194..0c501610f5d0 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApnsChannelRequest, DeleteApnsChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts index ad5ce85afe70..06573206f142 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApnsSandboxChannelRequest, DeleteApnsSandboxChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts index d3802767d44e..afe85a799a76 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApnsVoipChannelRequest, DeleteApnsVoipChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts index 66f7067d1c36..3fb29016cb9c 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApnsVoipSandboxChannelRequest, DeleteApnsVoipSandboxChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts index 5f6d9b161b8c..ff5da881a085 100644 --- a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts index ce6d14dea245..e7e69628e233 100644 --- a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBaiduChannelRequest, DeleteBaiduChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts index 9c55b5be1bfd..a94ea245d29c 100644 --- a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts index 076f562fc566..f21eaa8c4179 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailChannelRequest, DeleteEmailChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts index 85bf52d9b64e..fb90bde5494c 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts index 39028fea2b8e..ec7222288fb5 100644 --- a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts index c4c2499d1b2d..3ce9614d673e 100644 --- a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts index 56a3fd89670a..eca224c7883f 100644 --- a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGcmChannelRequest, DeleteGcmChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts index a5901b3fc8e1..65823b02291d 100644 --- a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInAppTemplateRequest, DeleteInAppTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts index fe5917117feb..51b2701ddcf2 100644 --- a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteJourneyRequest, DeleteJourneyResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts index 3b9bd68ee7f9..6095e1b4b81e 100644 --- a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePushTemplateRequest, DeletePushTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts index d8a6e1ee10fd..0051d7069d94 100644 --- a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecommenderConfigurationRequest, DeleteRecommenderConfigurationResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts index db9fbfd65cf3..27f0c5ac3ef1 100644 --- a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSegmentRequest, DeleteSegmentResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts index 0d3a0d90f2e6..fb9a61ede91c 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSmsChannelRequest, DeleteSmsChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts index d08fe9e22733..c5243b18d529 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSmsTemplateRequest, DeleteSmsTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts index 60bbe50f54dd..6d548254fa3e 100644 --- a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserEndpointsRequest, DeleteUserEndpointsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts index 7f5d6bad8aff..e097c199b7ba 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVoiceChannelRequest, DeleteVoiceChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts index 51ca7f2cdd94..9bfef36702ad 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVoiceTemplateRequest, DeleteVoiceTemplateResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts index 92e66b835584..e0bae2234e50 100644 --- a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAdmChannelRequest, GetAdmChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts index cc7c82580c36..cfcb678e1c0d 100644 --- a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApnsChannelRequest, GetApnsChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts index 30f1fd0b4218..a43e5c92f98e 100644 --- a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApnsSandboxChannelRequest, GetApnsSandboxChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts index 2105fdb40e0e..105022a3db0f 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApnsVoipChannelRequest, GetApnsVoipChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts index ae2a9e89e3a4..d896d528142b 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApnsVoipSandboxChannelRequest, GetApnsVoipSandboxChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetAppCommand.ts b/clients/client-pinpoint/src/commands/GetAppCommand.ts index 540d2d2c3168..9089cc314efa 100644 --- a/clients/client-pinpoint/src/commands/GetAppCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppRequest, GetAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts index 746e408e3f81..25fdf70e53dd 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationDateRangeKpiRequest, GetApplicationDateRangeKpiResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts index e5ab85766dfe..fe4dc5074a05 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationSettingsRequest, GetApplicationSettingsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetAppsCommand.ts b/clients/client-pinpoint/src/commands/GetAppsCommand.ts index 2869d958f9ca..9f563ed1cd99 100644 --- a/clients/client-pinpoint/src/commands/GetAppsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppsRequest, GetAppsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts index e8b568d4e039..97480fc2a493 100644 --- a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBaiduChannelRequest, GetBaiduChannelResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts index 86422b7062e0..e903437b5a6f 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignActivitiesRequest, GetCampaignActivitiesResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts index 7674c6baeafc..bd462d63c4ae 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts index 322829ff1d17..34f87c96bb27 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignDateRangeKpiRequest, GetCampaignDateRangeKpiResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts index fcd81b460e72..6228e84a9952 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignVersionRequest, GetCampaignVersionResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts index 0d6ff5fd6011..db1249a6e56c 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignVersionsRequest } from "../models/models_0"; import { GetCampaignVersionsResponse } from "../models/models_1"; diff --git a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts index 923b1e37942d..4333adfa8301 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCampaignsRequest, GetCampaignsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts index 1124a8490fc4..f60a418e76f0 100644 --- a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChannelsRequest, GetChannelsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts index 25f0276bf6c9..53ee1aa97373 100644 --- a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailChannelRequest, GetEmailChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts index 26af3f5a442d..c4bc8f93e0bb 100644 --- a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts index 159d0af6d2c7..f33ccec6134b 100644 --- a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEndpointRequest, GetEndpointResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts index dfe9a06f7305..756178bde926 100644 --- a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEventStreamRequest, GetEventStreamResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts index e03069c6f59a..061f467da05e 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetExportJobRequest, GetExportJobResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts index 213271e4e5ba..e47be4fe0634 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetExportJobsRequest, GetExportJobsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts index 108dd3aced5c..15023b0eb113 100644 --- a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGcmChannelRequest, GetGcmChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts index 3efef08f55b4..541cb9a8b736 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetImportJobRequest, GetImportJobResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts index 2c31ea26486d..07adad79afd7 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetImportJobsRequest, GetImportJobsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts index 0f02a911a85a..ecef7e79e029 100644 --- a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInAppMessagesRequest, GetInAppMessagesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts index 67f01b1c76ef..0894ee90e13e 100644 --- a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInAppTemplateRequest, GetInAppTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts index 2d9a67c76f1c..3f2543d142af 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyRequest, GetJourneyResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts index 08f6b411c250..822156cceefb 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyDateRangeKpiRequest, GetJourneyDateRangeKpiResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts index b9429085d92c..a9e88594b762 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyExecutionActivityMetricsRequest, diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts index b03276ccf8d5..8339160cfdfa 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyExecutionMetricsRequest, GetJourneyExecutionMetricsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts index 72109b13cfad..94f849a6871b 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyRunExecutionActivityMetricsRequest, diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts index f6cb8c8fe8d6..d95bb2399782 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyRunExecutionMetricsRequest, GetJourneyRunExecutionMetricsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts index e51b5aa609a2..38cd25e24089 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJourneyRunsRequest, GetJourneyRunsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts index 11fb4e3739d4..31cd646508bc 100644 --- a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPushTemplateRequest, GetPushTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts index 50ba7e0175ab..a23ea442f283 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecommenderConfigurationRequest, GetRecommenderConfigurationResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts index 276b90ef66a4..b95756ec70e1 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecommenderConfigurationsRequest, GetRecommenderConfigurationsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts index 0616c4b5d78c..b34ce168432e 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentRequest, GetSegmentResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts index 92ef82581e61..c055510f7a15 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentExportJobsRequest, GetSegmentExportJobsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts index 5adbaa42b654..e0768e0ce853 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentImportJobsRequest, GetSegmentImportJobsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts index 329fc9604afb..9231447069d9 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentVersionRequest, GetSegmentVersionResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts index 71e02f8a22fa..307eb59c71d7 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentVersionsRequest, GetSegmentVersionsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts index 14d559bd4aa6..12aa03d0e4c1 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentsRequest, GetSegmentsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts index 67ba71adb366..015967f79a8b 100644 --- a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSmsChannelRequest, GetSmsChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts index 1b4dacdeb578..192a3ce466b9 100644 --- a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSmsTemplateRequest, GetSmsTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts index 66c9738b2115..70e5587cf0aa 100644 --- a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUserEndpointsRequest, GetUserEndpointsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts index 286a3d81e5f8..6e9c4fc1f378 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVoiceChannelRequest, GetVoiceChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts index 9794c5b4bdf3..30be159dc438 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVoiceTemplateRequest, GetVoiceTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts index bc8d130249ff..ece52488841f 100644 --- a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts +++ b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJourneysRequest, ListJourneysResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts index be874001f978..02e769e1f500 100644 --- a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts index 779603ac0720..77bff14a9b9f 100644 --- a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts index 2b6ccbadbdd7..2c869d2886dc 100644 --- a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts index 452aeb7e41f0..b7f5518a1037 100644 --- a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts +++ b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PhoneNumberValidateRequest, PhoneNumberValidateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts index 3670098381c9..81b45e8b679a 100644 --- a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEventStreamRequest, PutEventStreamResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/PutEventsCommand.ts b/clients/client-pinpoint/src/commands/PutEventsCommand.ts index 046f1bb4212a..5e6bc8ac9994 100644 --- a/clients/client-pinpoint/src/commands/PutEventsCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEventsRequest, PutEventsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts index 745b22531e22..ddaed776ae5d 100644 --- a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts +++ b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveAttributesRequest, RemoveAttributesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts index 9a016e7b5aa7..3c1eb7396bd2 100644 --- a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendMessagesRequest, SendMessagesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts index 8c5d932457e2..b7397bca28bb 100644 --- a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendOTPMessageRequest, SendOTPMessageResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts index 199a7a0ba295..41c4fe2ceb39 100644 --- a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendUsersMessagesRequest, SendUsersMessagesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/TagResourceCommand.ts b/clients/client-pinpoint/src/commands/TagResourceCommand.ts index aa0558ada9d5..103d753bf610 100644 --- a/clients/client-pinpoint/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts index 9667cc92ecd6..0ac15364410a 100644 --- a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts index 8ba8a0b9970a..6a885ddbb339 100644 --- a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAdmChannelRequest, UpdateAdmChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts index b5d71f285974..f2d62ae15676 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApnsChannelRequest, UpdateApnsChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts index fc67c8d2fa52..bfbbc9b6c59d 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApnsSandboxChannelRequest, UpdateApnsSandboxChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts index 0ad34e0adcce..50edeebc933b 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApnsVoipChannelRequest, UpdateApnsVoipChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts index 21c25b4db470..c2b490b0cd7a 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApnsVoipSandboxChannelRequest, UpdateApnsVoipSandboxChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts index 9af2274f3855..6a78224e77c4 100644 --- a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApplicationSettingsRequest, UpdateApplicationSettingsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts index 0b8f0c64d8e1..a07f8925d302 100644 --- a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateBaiduChannelRequest, UpdateBaiduChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts index 91dcd88adc9a..e9ac737ea3a9 100644 --- a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts index 10b3757d5302..579f4cabdd12 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEmailChannelRequest, UpdateEmailChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts index ec09e69e77e4..76b49b176890 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts index 11766726c4a3..f27ec7f02fd8 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts index c7fae7495261..3ac9e73efa62 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEndpointsBatchRequest, UpdateEndpointsBatchResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts index 05d22d0240c2..36b8065421e2 100644 --- a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGcmChannelRequest, UpdateGcmChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts index ff3dca3d59ed..7c27e6a5a710 100644 --- a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInAppTemplateRequest, UpdateInAppTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts index 30494aced1de..5f0af8dbb536 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJourneyRequest, UpdateJourneyResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts index caefd29adaf1..bbecc92dbf18 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJourneyStateRequest, UpdateJourneyStateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts index 21326183a283..3c98fdaa57b7 100644 --- a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePushTemplateRequest, UpdatePushTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts index 17efd309bcee..979e7277ae94 100644 --- a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRecommenderConfigurationRequest, UpdateRecommenderConfigurationResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts index a88e32ff4041..042f0867bb09 100644 --- a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSegmentRequest, UpdateSegmentResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts index 00f161b1965a..d4e9b8cdcb97 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSmsChannelRequest, UpdateSmsChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts index f60512303249..85618d4c60c2 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSmsTemplateRequest, UpdateSmsTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts index 5c570340963d..537d27ca4b35 100644 --- a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplateActiveVersionRequest, UpdateTemplateActiveVersionResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts index e0d9e66416dc..20c92aac0d0c 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVoiceChannelRequest, UpdateVoiceChannelResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts index 8c12b0c22dba..0e1aa71ce9a4 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVoiceTemplateRequest, UpdateVoiceTemplateResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts index 27d1c8f8be2c..fad47b641e36 100644 --- a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyOTPMessageRequest, VerifyOTPMessageResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; diff --git a/clients/client-pinpoint/src/endpoint/EndpointParameters.ts b/clients/client-pinpoint/src/endpoint/EndpointParameters.ts index b3e5c05343e9..6546153001d1 100644 --- a/clients/client-pinpoint/src/endpoint/EndpointParameters.ts +++ b/clients/client-pinpoint/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pinpoint/src/endpoint/endpointResolver.ts b/clients/client-pinpoint/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pinpoint/src/endpoint/endpointResolver.ts +++ b/clients/client-pinpoint/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pinpoint/src/endpoint/ruleset.ts b/clients/client-pinpoint/src/endpoint/ruleset.ts index 2bd1acb71b6b..f13e933ec309 100644 --- a/clients/client-pinpoint/src/endpoint/ruleset.ts +++ b/clients/client-pinpoint/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pinpoint/src/models/PinpointServiceException.ts b/clients/client-pinpoint/src/models/PinpointServiceException.ts index 4133103f61a1..61ec985f1a77 100644 --- a/clients/client-pinpoint/src/models/PinpointServiceException.ts +++ b/clients/client-pinpoint/src/models/PinpointServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pinpoint/src/models/models_0.ts b/clients/client-pinpoint/src/models/models_0.ts index 1166e107374a..ea2d0abbad88 100644 --- a/clients/client-pinpoint/src/models/models_0.ts +++ b/clients/client-pinpoint/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { PinpointServiceException as __BaseException } from "./PinpointServiceException"; diff --git a/clients/client-pinpoint/src/protocols/Aws_restJson1.ts b/clients/client-pinpoint/src/protocols/Aws_restJson1.ts index d9dde02781a3..247ea078c6af 100644 --- a/clients/client-pinpoint/src/protocols/Aws_restJson1.ts +++ b/clients/client-pinpoint/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand"; import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand"; diff --git a/clients/client-pinpoint/src/runtimeConfig.browser.ts b/clients/client-pinpoint/src/runtimeConfig.browser.ts index 50b25dbf36e8..a7ad5a126698 100644 --- a/clients/client-pinpoint/src/runtimeConfig.browser.ts +++ b/clients/client-pinpoint/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointClientConfig } from "./PinpointClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pinpoint/src/runtimeConfig.shared.ts b/clients/client-pinpoint/src/runtimeConfig.shared.ts index 670c6dff1b84..e35d9dff7295 100644 --- a/clients/client-pinpoint/src/runtimeConfig.shared.ts +++ b/clients/client-pinpoint/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PinpointClientConfig } from "./PinpointClient"; diff --git a/clients/client-pinpoint/src/runtimeConfig.ts b/clients/client-pinpoint/src/runtimeConfig.ts index ff8e8c0c1350..0b9ac06b8aae 100644 --- a/clients/client-pinpoint/src/runtimeConfig.ts +++ b/clients/client-pinpoint/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PinpointClientConfig } from "./PinpointClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pipes/package.json b/clients/client-pipes/package.json index 35d3b41388da..519d0ef75ef5 100644 --- a/clients/client-pipes/package.json +++ b/clients/client-pipes/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pipes/src/Pipes.ts b/clients/client-pipes/src/Pipes.ts index 228d5e7ce2db..fe852ae16597 100644 --- a/clients/client-pipes/src/Pipes.ts +++ b/clients/client-pipes/src/Pipes.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreatePipeCommand, CreatePipeCommandInput, CreatePipeCommandOutput } from "./commands/CreatePipeCommand"; import { DeletePipeCommand, DeletePipeCommandInput, DeletePipeCommandOutput } from "./commands/DeletePipeCommand"; diff --git a/clients/client-pipes/src/PipesClient.ts b/clients/client-pipes/src/PipesClient.ts index bd7b8b4a6a93..29a451e58f63 100644 --- a/clients/client-pipes/src/PipesClient.ts +++ b/clients/client-pipes/src/PipesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreatePipeCommandInput, CreatePipeCommandOutput } from "./commands/CreatePipeCommand"; @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pipes/src/commands/CreatePipeCommand.ts b/clients/client-pipes/src/commands/CreatePipeCommand.ts index 55f2d2953dca..be31cef934c1 100644 --- a/clients/client-pipes/src/commands/CreatePipeCommand.ts +++ b/clients/client-pipes/src/commands/CreatePipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePipeRequest, CreatePipeRequestFilterSensitiveLog, CreatePipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/DeletePipeCommand.ts b/clients/client-pipes/src/commands/DeletePipeCommand.ts index 15f5e9dbb8f5..c0ac6b64c9cf 100644 --- a/clients/client-pipes/src/commands/DeletePipeCommand.ts +++ b/clients/client-pipes/src/commands/DeletePipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePipeRequest, DeletePipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/DescribePipeCommand.ts b/clients/client-pipes/src/commands/DescribePipeCommand.ts index 854e5e744e95..c12754e50346 100644 --- a/clients/client-pipes/src/commands/DescribePipeCommand.ts +++ b/clients/client-pipes/src/commands/DescribePipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePipeRequest, DescribePipeResponse, DescribePipeResponseFilterSensitiveLog } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/ListPipesCommand.ts b/clients/client-pipes/src/commands/ListPipesCommand.ts index b91f64ef15f6..d407ec13a176 100644 --- a/clients/client-pipes/src/commands/ListPipesCommand.ts +++ b/clients/client-pipes/src/commands/ListPipesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipesRequest, diff --git a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts index 5528f9feda11..3730f5d555fc 100644 --- a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-pipes/src/commands/StartPipeCommand.ts b/clients/client-pipes/src/commands/StartPipeCommand.ts index 46c4e10dea42..961732a56773 100644 --- a/clients/client-pipes/src/commands/StartPipeCommand.ts +++ b/clients/client-pipes/src/commands/StartPipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartPipeRequest, StartPipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/StopPipeCommand.ts b/clients/client-pipes/src/commands/StopPipeCommand.ts index 9bfda51a0dee..a5be4b07a598 100644 --- a/clients/client-pipes/src/commands/StopPipeCommand.ts +++ b/clients/client-pipes/src/commands/StopPipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopPipeRequest, StopPipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/TagResourceCommand.ts b/clients/client-pipes/src/commands/TagResourceCommand.ts index 497d3aa96a89..6c960cd4f231 100644 --- a/clients/client-pipes/src/commands/TagResourceCommand.ts +++ b/clients/client-pipes/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/UntagResourceCommand.ts b/clients/client-pipes/src/commands/UntagResourceCommand.ts index fc08601c0014..4b9d8b3d41be 100644 --- a/clients/client-pipes/src/commands/UntagResourceCommand.ts +++ b/clients/client-pipes/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/commands/UpdatePipeCommand.ts b/clients/client-pipes/src/commands/UpdatePipeCommand.ts index 98cacf6d392a..22d82dcf6bb7 100644 --- a/clients/client-pipes/src/commands/UpdatePipeCommand.ts +++ b/clients/client-pipes/src/commands/UpdatePipeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePipeRequest, UpdatePipeRequestFilterSensitiveLog, UpdatePipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; diff --git a/clients/client-pipes/src/endpoint/EndpointParameters.ts b/clients/client-pipes/src/endpoint/EndpointParameters.ts index 953a8c6a1cc9..2183ff3aa79d 100644 --- a/clients/client-pipes/src/endpoint/EndpointParameters.ts +++ b/clients/client-pipes/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pipes/src/endpoint/endpointResolver.ts b/clients/client-pipes/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pipes/src/endpoint/endpointResolver.ts +++ b/clients/client-pipes/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pipes/src/endpoint/ruleset.ts b/clients/client-pipes/src/endpoint/ruleset.ts index 16ad79099f11..c82c3a0eb5ad 100644 --- a/clients/client-pipes/src/endpoint/ruleset.ts +++ b/clients/client-pipes/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pipes/src/models/PipesServiceException.ts b/clients/client-pipes/src/models/PipesServiceException.ts index 3e87e2835527..7c72af6b5f0f 100644 --- a/clients/client-pipes/src/models/PipesServiceException.ts +++ b/clients/client-pipes/src/models/PipesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pipes/src/models/models_0.ts b/clients/client-pipes/src/models/models_0.ts index 71fdec649b59..4878ef35f74a 100644 --- a/clients/client-pipes/src/models/models_0.ts +++ b/clients/client-pipes/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PipesServiceException as __BaseException } from "./PipesServiceException"; diff --git a/clients/client-pipes/src/pagination/Interfaces.ts b/clients/client-pipes/src/pagination/Interfaces.ts index 56767df0e815..5df68b246df5 100644 --- a/clients/client-pipes/src/pagination/Interfaces.ts +++ b/clients/client-pipes/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PipesClient } from "../PipesClient"; diff --git a/clients/client-pipes/src/pagination/ListPipesPaginator.ts b/clients/client-pipes/src/pagination/ListPipesPaginator.ts index 0e4fd52d8c2b..a8034a61bef2 100644 --- a/clients/client-pipes/src/pagination/ListPipesPaginator.ts +++ b/clients/client-pipes/src/pagination/ListPipesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipesCommand, ListPipesCommandInput, ListPipesCommandOutput } from "../commands/ListPipesCommand"; import { PipesClient } from "../PipesClient"; diff --git a/clients/client-pipes/src/protocols/Aws_restJson1.ts b/clients/client-pipes/src/protocols/Aws_restJson1.ts index e8740688ca93..d6d0686348ba 100644 --- a/clients/client-pipes/src/protocols/Aws_restJson1.ts +++ b/clients/client-pipes/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePipeCommandInput, CreatePipeCommandOutput } from "../commands/CreatePipeCommand"; import { DeletePipeCommandInput, DeletePipeCommandOutput } from "../commands/DeletePipeCommand"; diff --git a/clients/client-pipes/src/runtimeConfig.browser.ts b/clients/client-pipes/src/runtimeConfig.browser.ts index 7f695997b800..11912cb86581 100644 --- a/clients/client-pipes/src/runtimeConfig.browser.ts +++ b/clients/client-pipes/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PipesClientConfig } from "./PipesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pipes/src/runtimeConfig.shared.ts b/clients/client-pipes/src/runtimeConfig.shared.ts index 4e8e1dbf00ac..6cada0cd2654 100644 --- a/clients/client-pipes/src/runtimeConfig.shared.ts +++ b/clients/client-pipes/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PipesClientConfig } from "./PipesClient"; diff --git a/clients/client-pipes/src/runtimeConfig.ts b/clients/client-pipes/src/runtimeConfig.ts index c7b226721e08..c43bfd7b8108 100644 --- a/clients/client-pipes/src/runtimeConfig.ts +++ b/clients/client-pipes/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PipesClientConfig } from "./PipesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index 1edabe6060a3..7d6babdab0ac 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-polly/src/Polly.ts b/clients/client-polly/src/Polly.ts index d222ff6a1cf9..2f28ec77fd22 100644 --- a/clients/client-polly/src/Polly.ts +++ b/clients/client-polly/src/Polly.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteLexiconCommand, diff --git a/clients/client-polly/src/PollyClient.ts b/clients/client-polly/src/PollyClient.ts index 404d1753a269..b583f2844234 100644 --- a/clients/client-polly/src/PollyClient.ts +++ b/clients/client-polly/src/PollyClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteLexiconCommandInput, DeleteLexiconCommandOutput } from "./commands/DeleteLexiconCommand"; @@ -118,7 +116,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -227,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-polly/src/commands/DeleteLexiconCommand.ts b/clients/client-polly/src/commands/DeleteLexiconCommand.ts index d9ad3e2a7d56..1582538835d1 100644 --- a/clients/client-polly/src/commands/DeleteLexiconCommand.ts +++ b/clients/client-polly/src/commands/DeleteLexiconCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLexiconInput, DeleteLexiconOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/DescribeVoicesCommand.ts b/clients/client-polly/src/commands/DescribeVoicesCommand.ts index b94675b120b4..c57725caa1a8 100644 --- a/clients/client-polly/src/commands/DescribeVoicesCommand.ts +++ b/clients/client-polly/src/commands/DescribeVoicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeVoicesInput, DescribeVoicesOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/GetLexiconCommand.ts b/clients/client-polly/src/commands/GetLexiconCommand.ts index f35a5967126c..551a6f1db595 100644 --- a/clients/client-polly/src/commands/GetLexiconCommand.ts +++ b/clients/client-polly/src/commands/GetLexiconCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLexiconInput, GetLexiconOutput, GetLexiconOutputFilterSensitiveLog } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts index f7c18071865b..fada0d08ba37 100644 --- a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSpeechSynthesisTaskInput, GetSpeechSynthesisTaskOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/ListLexiconsCommand.ts b/clients/client-polly/src/commands/ListLexiconsCommand.ts index 7ea242170db3..ce510303b5e4 100644 --- a/clients/client-polly/src/commands/ListLexiconsCommand.ts +++ b/clients/client-polly/src/commands/ListLexiconsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLexiconsInput, ListLexiconsOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts index 38669dfd8a01..f4cb93746e4a 100644 --- a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts +++ b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSpeechSynthesisTasksInput, ListSpeechSynthesisTasksOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/PutLexiconCommand.ts b/clients/client-polly/src/commands/PutLexiconCommand.ts index 99a87ff596ae..504122867cb6 100644 --- a/clients/client-polly/src/commands/PutLexiconCommand.ts +++ b/clients/client-polly/src/commands/PutLexiconCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutLexiconInput, PutLexiconInputFilterSensitiveLog, PutLexiconOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts index f5cef625993d..ddf2c3b4f462 100644 --- a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSpeechSynthesisTaskInput, StartSpeechSynthesisTaskOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; diff --git a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts index e815e883ee55..348817a8f5af 100644 --- a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts +++ b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { SynthesizeSpeechInput, diff --git a/clients/client-polly/src/endpoint/EndpointParameters.ts b/clients/client-polly/src/endpoint/EndpointParameters.ts index 0376db630b8b..8db020c63e18 100644 --- a/clients/client-polly/src/endpoint/EndpointParameters.ts +++ b/clients/client-polly/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-polly/src/endpoint/endpointResolver.ts b/clients/client-polly/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-polly/src/endpoint/endpointResolver.ts +++ b/clients/client-polly/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-polly/src/endpoint/ruleset.ts b/clients/client-polly/src/endpoint/ruleset.ts index 2a3fd21fe47a..6f8fe4d5a751 100644 --- a/clients/client-polly/src/endpoint/ruleset.ts +++ b/clients/client-polly/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-polly/src/models/PollyServiceException.ts b/clients/client-polly/src/models/PollyServiceException.ts index 0a09bb2b3193..fa9faf79db6d 100644 --- a/clients/client-polly/src/models/PollyServiceException.ts +++ b/clients/client-polly/src/models/PollyServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-polly/src/models/models_0.ts b/clients/client-polly/src/models/models_0.ts index 89ddc2081fc9..a1cf7348fde7 100644 --- a/clients/client-polly/src/models/models_0.ts +++ b/clients/client-polly/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { PollyServiceException as __BaseException } from "./PollyServiceException"; diff --git a/clients/client-polly/src/pagination/Interfaces.ts b/clients/client-polly/src/pagination/Interfaces.ts index 298e762aa6f7..1093248244c3 100644 --- a/clients/client-polly/src/pagination/Interfaces.ts +++ b/clients/client-polly/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PollyClient } from "../PollyClient"; diff --git a/clients/client-polly/src/pagination/ListSpeechSynthesisTasksPaginator.ts b/clients/client-polly/src/pagination/ListSpeechSynthesisTasksPaginator.ts index e59bb8b0ac5d..166bfc94006c 100644 --- a/clients/client-polly/src/pagination/ListSpeechSynthesisTasksPaginator.ts +++ b/clients/client-polly/src/pagination/ListSpeechSynthesisTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSpeechSynthesisTasksCommand, diff --git a/clients/client-polly/src/protocols/Aws_restJson1.ts b/clients/client-polly/src/protocols/Aws_restJson1.ts index 01d29312b7c3..c318424ad841 100644 --- a/clients/client-polly/src/protocols/Aws_restJson1.ts +++ b/clients/client-polly/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,13 +16,13 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLexiconCommandInput, DeleteLexiconCommandOutput } from "../commands/DeleteLexiconCommand"; import { DescribeVoicesCommandInput, DescribeVoicesCommandOutput } from "../commands/DescribeVoicesCommand"; diff --git a/clients/client-polly/src/runtimeConfig.browser.ts b/clients/client-polly/src/runtimeConfig.browser.ts index 429ef971ff15..689f67ce6362 100644 --- a/clients/client-polly/src/runtimeConfig.browser.ts +++ b/clients/client-polly/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PollyClientConfig } from "./PollyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-polly/src/runtimeConfig.shared.ts b/clients/client-polly/src/runtimeConfig.shared.ts index 1123054f34b4..5ae60ae94e04 100644 --- a/clients/client-polly/src/runtimeConfig.shared.ts +++ b/clients/client-polly/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PollyClientConfig } from "./PollyClient"; diff --git a/clients/client-polly/src/runtimeConfig.ts b/clients/client-polly/src/runtimeConfig.ts index 1812dafce056..969b7f493d19 100644 --- a/clients/client-polly/src/runtimeConfig.ts +++ b/clients/client-polly/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PollyClientConfig } from "./PollyClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index 8e289ab524de..139e1e5ae6c8 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-pricing/src/Pricing.ts b/clients/client-pricing/src/Pricing.ts index 89fb53c097ed..def3f3be9ddc 100644 --- a/clients/client-pricing/src/Pricing.ts +++ b/clients/client-pricing/src/Pricing.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeServicesCommand, diff --git a/clients/client-pricing/src/PricingClient.ts b/clients/client-pricing/src/PricingClient.ts index b89db96cacc9..708e9ed333d4 100644 --- a/clients/client-pricing/src/PricingClient.ts +++ b/clients/client-pricing/src/PricingClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand"; @@ -99,7 +97,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -208,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-pricing/src/commands/DescribeServicesCommand.ts b/clients/client-pricing/src/commands/DescribeServicesCommand.ts index 32b8be09e49a..474b67462d35 100644 --- a/clients/client-pricing/src/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/src/commands/DescribeServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; diff --git a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts index a18957213f43..a5a6fa208129 100644 --- a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAttributeValuesRequest, GetAttributeValuesResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; diff --git a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts index 9bb3776f539a..e1ca37adeec9 100644 --- a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts +++ b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPriceListFileUrlRequest, GetPriceListFileUrlResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; diff --git a/clients/client-pricing/src/commands/GetProductsCommand.ts b/clients/client-pricing/src/commands/GetProductsCommand.ts index 3b1cf1bf0670..c766d0f76f2e 100644 --- a/clients/client-pricing/src/commands/GetProductsCommand.ts +++ b/clients/client-pricing/src/commands/GetProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetProductsRequest, GetProductsResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; diff --git a/clients/client-pricing/src/commands/ListPriceListsCommand.ts b/clients/client-pricing/src/commands/ListPriceListsCommand.ts index 41f286f60084..bea3f25b2815 100644 --- a/clients/client-pricing/src/commands/ListPriceListsCommand.ts +++ b/clients/client-pricing/src/commands/ListPriceListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPriceListsRequest, ListPriceListsResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; diff --git a/clients/client-pricing/src/endpoint/EndpointParameters.ts b/clients/client-pricing/src/endpoint/EndpointParameters.ts index 61c5f1c2abd4..b175f60b002f 100644 --- a/clients/client-pricing/src/endpoint/EndpointParameters.ts +++ b/clients/client-pricing/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-pricing/src/endpoint/endpointResolver.ts b/clients/client-pricing/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-pricing/src/endpoint/endpointResolver.ts +++ b/clients/client-pricing/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-pricing/src/endpoint/ruleset.ts b/clients/client-pricing/src/endpoint/ruleset.ts index 12603446b046..59cbff1279bc 100644 --- a/clients/client-pricing/src/endpoint/ruleset.ts +++ b/clients/client-pricing/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-pricing/src/models/PricingServiceException.ts b/clients/client-pricing/src/models/PricingServiceException.ts index e8b570e51dde..662beff2a673 100644 --- a/clients/client-pricing/src/models/PricingServiceException.ts +++ b/clients/client-pricing/src/models/PricingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-pricing/src/models/models_0.ts b/clients/client-pricing/src/models/models_0.ts index 5d6bbb8ab55b..fde34cd72c9a 100644 --- a/clients/client-pricing/src/models/models_0.ts +++ b/clients/client-pricing/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { PricingServiceException as __BaseException } from "./PricingServiceException"; diff --git a/clients/client-pricing/src/pagination/DescribeServicesPaginator.ts b/clients/client-pricing/src/pagination/DescribeServicesPaginator.ts index bb2cbba4af1c..0fa2f37f1426 100644 --- a/clients/client-pricing/src/pagination/DescribeServicesPaginator.ts +++ b/clients/client-pricing/src/pagination/DescribeServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeServicesCommand, diff --git a/clients/client-pricing/src/pagination/GetAttributeValuesPaginator.ts b/clients/client-pricing/src/pagination/GetAttributeValuesPaginator.ts index a64b3d5f6323..ed864721907a 100644 --- a/clients/client-pricing/src/pagination/GetAttributeValuesPaginator.ts +++ b/clients/client-pricing/src/pagination/GetAttributeValuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAttributeValuesCommand, diff --git a/clients/client-pricing/src/pagination/GetProductsPaginator.ts b/clients/client-pricing/src/pagination/GetProductsPaginator.ts index 3c8bd85331c5..20e0c0488915 100644 --- a/clients/client-pricing/src/pagination/GetProductsPaginator.ts +++ b/clients/client-pricing/src/pagination/GetProductsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetProductsCommand, GetProductsCommandInput, GetProductsCommandOutput } from "../commands/GetProductsCommand"; import { PricingClient } from "../PricingClient"; diff --git a/clients/client-pricing/src/pagination/Interfaces.ts b/clients/client-pricing/src/pagination/Interfaces.ts index c4f94b219f44..5939728a57d0 100644 --- a/clients/client-pricing/src/pagination/Interfaces.ts +++ b/clients/client-pricing/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PricingClient } from "../PricingClient"; diff --git a/clients/client-pricing/src/pagination/ListPriceListsPaginator.ts b/clients/client-pricing/src/pagination/ListPriceListsPaginator.ts index 820189119571..a592d0b02d85 100644 --- a/clients/client-pricing/src/pagination/ListPriceListsPaginator.ts +++ b/clients/client-pricing/src/pagination/ListPriceListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPriceListsCommand, diff --git a/clients/client-pricing/src/protocols/Aws_json1_1.ts b/clients/client-pricing/src/protocols/Aws_json1_1.ts index 838f050d14d7..6a9f68777dad 100644 --- a/clients/client-pricing/src/protocols/Aws_json1_1.ts +++ b/clients/client-pricing/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -7,10 +8,13 @@ import { LazyJsonString as __LazyJsonString, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "../commands/DescribeServicesCommand"; import { GetAttributeValuesCommandInput, GetAttributeValuesCommandOutput } from "../commands/GetAttributeValuesCommand"; diff --git a/clients/client-pricing/src/runtimeConfig.browser.ts b/clients/client-pricing/src/runtimeConfig.browser.ts index fa5cec993b5e..a8b4b59bce74 100644 --- a/clients/client-pricing/src/runtimeConfig.browser.ts +++ b/clients/client-pricing/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PricingClientConfig } from "./PricingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-pricing/src/runtimeConfig.shared.ts b/clients/client-pricing/src/runtimeConfig.shared.ts index a2df6c0e39ed..db51467b4016 100644 --- a/clients/client-pricing/src/runtimeConfig.shared.ts +++ b/clients/client-pricing/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PricingClientConfig } from "./PricingClient"; diff --git a/clients/client-pricing/src/runtimeConfig.ts b/clients/client-pricing/src/runtimeConfig.ts index ed92f831cb18..830ceca55198 100644 --- a/clients/client-pricing/src/runtimeConfig.ts +++ b/clients/client-pricing/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PricingClientConfig } from "./PricingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-privatenetworks/package.json b/clients/client-privatenetworks/package.json index 1ac787350851..ff2103c3ca01 100644 --- a/clients/client-privatenetworks/package.json +++ b/clients/client-privatenetworks/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-privatenetworks/src/PrivateNetworks.ts b/clients/client-privatenetworks/src/PrivateNetworks.ts index 65c2410b72e4..596ca14638f4 100644 --- a/clients/client-privatenetworks/src/PrivateNetworks.ts +++ b/clients/client-privatenetworks/src/PrivateNetworks.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcknowledgeOrderReceiptCommand, diff --git a/clients/client-privatenetworks/src/PrivateNetworksClient.ts b/clients/client-privatenetworks/src/PrivateNetworksClient.ts index 8c29d0823665..2cb54d3a6d1a 100644 --- a/clients/client-privatenetworks/src/PrivateNetworksClient.ts +++ b/clients/client-privatenetworks/src/PrivateNetworksClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts index 1bfe84416b89..03b59b78a338 100644 --- a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts +++ b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcknowledgeOrderReceiptRequest, diff --git a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts index efc6360fc187..b3c26678b3ee 100644 --- a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateDeviceIdentifierRequest, diff --git a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts index 8c769fa13b5c..b80f70c34d75 100644 --- a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateNetworkSiteRequest, diff --git a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts index 0f68081df14e..3272799f98c8 100644 --- a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts +++ b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfigureAccessPointRequest, diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts index fcdf48357c17..c4290bd671a6 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNetworkRequest, diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts index a176ab1814e9..a5ffc1c5801c 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNetworkSiteRequest, diff --git a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts index 644de9b1a201..30be6d0840e8 100644 --- a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeactivateDeviceIdentifierRequest, diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts index db692f373eeb..7fcf3c5cfdd0 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNetworkRequest, DeleteNetworkResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts index 6e91a1c0a23f..a5b5327ceb6c 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNetworkSiteRequest, DeleteNetworkSiteResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts index e4c8e65335bb..0eb59237e9f6 100644 --- a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeviceIdentifierRequest, diff --git a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts index db1303e46861..70b48627607c 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkRequest, GetNetworkResponse, GetNetworkResponseFilterSensitiveLog } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts index 1cf4260f9f12..6bbe111e9623 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkResourceRequest, diff --git a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts index f7f4007ed286..f77b1d59b87f 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkSiteRequest, diff --git a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts index a06da1dae98d..32c639d84088 100644 --- a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOrderRequest, GetOrderResponse, GetOrderResponseFilterSensitiveLog } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts index d704474a969c..957cb6151b47 100644 --- a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeviceIdentifiersRequest, diff --git a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts index 4d0ac799a0aa..da5842245f84 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNetworkResourcesRequest, diff --git a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts index dbfe5b37ce59..474452039de8 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNetworkSitesRequest, ListNetworkSitesResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts index 66b2f15acbd5..120ccbce70d1 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNetworksRequest, ListNetworksResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts index d7c3742dcf32..66b76c9794e0 100644 --- a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrdersRequest, ListOrdersResponse, ListOrdersResponseFilterSensitiveLog } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts index 091776ee0b99..0a202f787ec3 100644 --- a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-privatenetworks/src/commands/PingCommand.ts b/clients/client-privatenetworks/src/commands/PingCommand.ts index 8cf7d0898a75..3e9b2774a6e1 100644 --- a/clients/client-privatenetworks/src/commands/PingCommand.ts +++ b/clients/client-privatenetworks/src/commands/PingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PingResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts index 62d9d54369fb..5b1788d25dd1 100644 --- a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts +++ b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartNetworkResourceUpdateRequest, diff --git a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts index 301ff5e5b871..029274c96ae4 100644 --- a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts index f5058ce4ad29..f6cc4c79d71c 100644 --- a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts index 61cf5fa018e7..711848b531da 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNetworkSiteRequest, diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts index 9f6a73b0a900..cf152821773e 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNetworkSitePlanRequest, diff --git a/clients/client-privatenetworks/src/endpoint/EndpointParameters.ts b/clients/client-privatenetworks/src/endpoint/EndpointParameters.ts index 4de00fd39f86..c4ac01c7752e 100644 --- a/clients/client-privatenetworks/src/endpoint/EndpointParameters.ts +++ b/clients/client-privatenetworks/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-privatenetworks/src/endpoint/endpointResolver.ts b/clients/client-privatenetworks/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-privatenetworks/src/endpoint/endpointResolver.ts +++ b/clients/client-privatenetworks/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-privatenetworks/src/endpoint/ruleset.ts b/clients/client-privatenetworks/src/endpoint/ruleset.ts index 2f73b917ed91..e300536d1c34 100644 --- a/clients/client-privatenetworks/src/endpoint/ruleset.ts +++ b/clients/client-privatenetworks/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts b/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts index 54b5b04e2c48..da0c514cb359 100644 --- a/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts +++ b/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-privatenetworks/src/models/models_0.ts b/clients/client-privatenetworks/src/models/models_0.ts index 44e1c212972e..91b4a092e600 100644 --- a/clients/client-privatenetworks/src/models/models_0.ts +++ b/clients/client-privatenetworks/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { PrivateNetworksServiceException as __BaseException } from "./PrivateNetworksServiceException"; diff --git a/clients/client-privatenetworks/src/pagination/Interfaces.ts b/clients/client-privatenetworks/src/pagination/Interfaces.ts index 8970ba2ab981..4759cee63cc5 100644 --- a/clients/client-privatenetworks/src/pagination/Interfaces.ts +++ b/clients/client-privatenetworks/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { PrivateNetworksClient } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/pagination/ListDeviceIdentifiersPaginator.ts b/clients/client-privatenetworks/src/pagination/ListDeviceIdentifiersPaginator.ts index 7632b15604d7..798abd5327f3 100644 --- a/clients/client-privatenetworks/src/pagination/ListDeviceIdentifiersPaginator.ts +++ b/clients/client-privatenetworks/src/pagination/ListDeviceIdentifiersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeviceIdentifiersCommand, diff --git a/clients/client-privatenetworks/src/pagination/ListNetworkResourcesPaginator.ts b/clients/client-privatenetworks/src/pagination/ListNetworkResourcesPaginator.ts index c6e2ef5fc17a..afc46bde0763 100644 --- a/clients/client-privatenetworks/src/pagination/ListNetworkResourcesPaginator.ts +++ b/clients/client-privatenetworks/src/pagination/ListNetworkResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworkResourcesCommand, diff --git a/clients/client-privatenetworks/src/pagination/ListNetworkSitesPaginator.ts b/clients/client-privatenetworks/src/pagination/ListNetworkSitesPaginator.ts index 8a9b808b8151..8d90a0de0caf 100644 --- a/clients/client-privatenetworks/src/pagination/ListNetworkSitesPaginator.ts +++ b/clients/client-privatenetworks/src/pagination/ListNetworkSitesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworkSitesCommand, diff --git a/clients/client-privatenetworks/src/pagination/ListNetworksPaginator.ts b/clients/client-privatenetworks/src/pagination/ListNetworksPaginator.ts index d60b789f3201..05e30622cff3 100644 --- a/clients/client-privatenetworks/src/pagination/ListNetworksPaginator.ts +++ b/clients/client-privatenetworks/src/pagination/ListNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworksCommand, diff --git a/clients/client-privatenetworks/src/pagination/ListOrdersPaginator.ts b/clients/client-privatenetworks/src/pagination/ListOrdersPaginator.ts index 8ac12dc30a9b..ab4d33a22c41 100644 --- a/clients/client-privatenetworks/src/pagination/ListOrdersPaginator.ts +++ b/clients/client-privatenetworks/src/pagination/ListOrdersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrdersCommand, ListOrdersCommandInput, ListOrdersCommandOutput } from "../commands/ListOrdersCommand"; import { PrivateNetworksClient } from "../PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/protocols/Aws_restJson1.ts b/clients/client-privatenetworks/src/protocols/Aws_restJson1.ts index 40bbfc789c08..d099c7e0c3fe 100644 --- a/clients/client-privatenetworks/src/protocols/Aws_restJson1.ts +++ b/clients/client-privatenetworks/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcknowledgeOrderReceiptCommandInput, diff --git a/clients/client-privatenetworks/src/runtimeConfig.browser.ts b/clients/client-privatenetworks/src/runtimeConfig.browser.ts index 2955e811fb6b..9267a8cad345 100644 --- a/clients/client-privatenetworks/src/runtimeConfig.browser.ts +++ b/clients/client-privatenetworks/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PrivateNetworksClientConfig } from "./PrivateNetworksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-privatenetworks/src/runtimeConfig.shared.ts b/clients/client-privatenetworks/src/runtimeConfig.shared.ts index 3db80c493e23..032efd2456cb 100644 --- a/clients/client-privatenetworks/src/runtimeConfig.shared.ts +++ b/clients/client-privatenetworks/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { PrivateNetworksClientConfig } from "./PrivateNetworksClient"; diff --git a/clients/client-privatenetworks/src/runtimeConfig.ts b/clients/client-privatenetworks/src/runtimeConfig.ts index 2434b027185d..51c158306ea3 100644 --- a/clients/client-privatenetworks/src/runtimeConfig.ts +++ b/clients/client-privatenetworks/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { PrivateNetworksClientConfig } from "./PrivateNetworksClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-proton/package.json b/clients/client-proton/package.json index 77b667658fb2..9dd4cc9b07bd 100644 --- a/clients/client-proton/package.json +++ b/clients/client-proton/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-proton/src/Proton.ts b/clients/client-proton/src/Proton.ts index 916b9d2ee2be..e054adce91c9 100644 --- a/clients/client-proton/src/Proton.ts +++ b/clients/client-proton/src/Proton.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptEnvironmentAccountConnectionCommand, diff --git a/clients/client-proton/src/ProtonClient.ts b/clients/client-proton/src/ProtonClient.ts index e54dc2e92fbb..af8bdcc93e4b 100644 --- a/clients/client-proton/src/ProtonClient.ts +++ b/clients/client-proton/src/ProtonClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -513,7 +511,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -622,7 +620,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts index dce14c07e117..3660439dacd5 100644 --- a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptEnvironmentAccountConnectionInput, AcceptEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts index 4c323de6f978..61ddad32e4af 100644 --- a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelComponentDeploymentInput, diff --git a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts index a7a030f79381..d64f5ff939cb 100644 --- a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelEnvironmentDeploymentInput, diff --git a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts index a4ffa8c9ac2c..7bc9becb7f01 100644 --- a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelServiceInstanceDeploymentInput, diff --git a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts index c7aca7f5dfdc..2348b8eddd07 100644 --- a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelServicePipelineDeploymentInput, diff --git a/clients/client-proton/src/commands/CreateComponentCommand.ts b/clients/client-proton/src/commands/CreateComponentCommand.ts index a1217bbf8f4b..2defe938a4e4 100644 --- a/clients/client-proton/src/commands/CreateComponentCommand.ts +++ b/clients/client-proton/src/commands/CreateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateComponentInput, diff --git a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts index a9cf794eba23..98161d258de3 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentAccountConnectionInput, CreateEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts index d8ec8f0c3955..1612b4b54ccd 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentInput, diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts index 3361bc5a6aff..d274edea3181 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentTemplateInput, diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts index 9e8ff2a9d748..e08376678f9d 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEnvironmentTemplateVersionInput, diff --git a/clients/client-proton/src/commands/CreateRepositoryCommand.ts b/clients/client-proton/src/commands/CreateRepositoryCommand.ts index 4c6626261c2a..d1c60713af88 100644 --- a/clients/client-proton/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-proton/src/commands/CreateRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0"; import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/CreateServiceCommand.ts b/clients/client-proton/src/commands/CreateServiceCommand.ts index 62179c5f2af9..a6c3abacdf95 100644 --- a/clients/client-proton/src/commands/CreateServiceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceInput, diff --git a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts index cd2cb939e95e..f79a5bc66906 100644 --- a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceInstanceInput, diff --git a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts index d2ed0705471b..bcea46fff4a6 100644 --- a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceSyncConfigInput, CreateServiceSyncConfigOutput } from "../models/models_0"; import { de_CreateServiceSyncConfigCommand, se_CreateServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts index b943f775121c..1a3e171ba6f0 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceTemplateInput, diff --git a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts index 49685b78bcd9..ef2c20e78895 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceTemplateVersionInput, diff --git a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts index a0e4f5871988..6d342f1fee9a 100644 --- a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0"; import { de_CreateTemplateSyncConfigCommand, se_CreateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/DeleteComponentCommand.ts b/clients/client-proton/src/commands/DeleteComponentCommand.ts index 54b9bf8bfa7b..fd337d56d5a9 100644 --- a/clients/client-proton/src/commands/DeleteComponentCommand.ts +++ b/clients/client-proton/src/commands/DeleteComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteComponentInput, diff --git a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts index adc47fa4d6ce..84acace83c0a 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEnvironmentAccountConnectionInput, DeleteEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts index 3bc6c7e13e07..ad36d911a01a 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEnvironmentInput, diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts index 1795fcec3894..99092bc39d7d 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEnvironmentTemplateInput, diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts index 90e4b2c05138..78c6a4275c7a 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEnvironmentTemplateVersionInput, diff --git a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts index d7fde2f90bad..f2353018e23a 100644 --- a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0"; import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/DeleteServiceCommand.ts b/clients/client-proton/src/commands/DeleteServiceCommand.ts index d36e7abe52e5..397affe78a06 100644 --- a/clients/client-proton/src/commands/DeleteServiceCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceInput, DeleteServiceOutput, DeleteServiceOutputFilterSensitiveLog } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts index c0c9c04a77c7..fbaa7af266f0 100644 --- a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceSyncConfigInput, DeleteServiceSyncConfigOutput } from "../models/models_0"; import { de_DeleteServiceSyncConfigCommand, se_DeleteServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts index 2499141579c1..3bc0826f3890 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceTemplateInput, diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts index b62f675ec9a2..69ddacb6c587 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceTemplateVersionInput, diff --git a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts index 1033b8c9dd8e..7d33bfebf801 100644 --- a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from "../models/models_0"; import { de_DeleteTemplateSyncConfigCommand, se_DeleteTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts index e8717798d96d..3cee405349ff 100644 --- a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountSettingsInput, GetAccountSettingsOutput } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetComponentCommand.ts b/clients/client-proton/src/commands/GetComponentCommand.ts index c4c8de57688c..23419f18503d 100644 --- a/clients/client-proton/src/commands/GetComponentCommand.ts +++ b/clients/client-proton/src/commands/GetComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetComponentInput, GetComponentOutput, GetComponentOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts index 43caa933ee5c..25ae1de11706 100644 --- a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnvironmentAccountConnectionInput, GetEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/GetEnvironmentCommand.ts b/clients/client-proton/src/commands/GetEnvironmentCommand.ts index 66f4d74366bd..66ea40d03a5f 100644 --- a/clients/client-proton/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnvironmentInput, GetEnvironmentOutput, GetEnvironmentOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts index 6008f102848a..f7721c52fffb 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnvironmentTemplateInput, diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts index 21ce61122912..674629dda3e8 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnvironmentTemplateVersionInput, diff --git a/clients/client-proton/src/commands/GetRepositoryCommand.ts b/clients/client-proton/src/commands/GetRepositoryCommand.ts index 5852fd3647be..7cf0d61314dc 100644 --- a/clients/client-proton/src/commands/GetRepositoryCommand.ts +++ b/clients/client-proton/src/commands/GetRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0"; import { de_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts index 4517f898c05e..daab84f8c7ca 100644 --- a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0"; import { de_GetRepositorySyncStatusCommand, se_GetRepositorySyncStatusCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts index c39ab0fc6b12..ce2c6bd3227c 100644 --- a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcesSummaryInput, GetResourcesSummaryOutput } from "../models/models_0"; import { de_GetResourcesSummaryCommand, se_GetResourcesSummaryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetServiceCommand.ts b/clients/client-proton/src/commands/GetServiceCommand.ts index 6c96135fff22..ce6df8f0b628 100644 --- a/clients/client-proton/src/commands/GetServiceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceInput, GetServiceOutput, GetServiceOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts index abdbfa932fd1..35ae95217b0c 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceInstanceInput, diff --git a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts index a6729e1f1899..f8e62f144b52 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceInstanceSyncStatusInput, GetServiceInstanceSyncStatusOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts index a879b631cdf2..deb689262a6c 100644 --- a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceSyncBlockerSummaryInput, GetServiceSyncBlockerSummaryOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts index 3e3a96924a77..45571b46e0d2 100644 --- a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceSyncConfigInput, GetServiceSyncConfigOutput } from "../models/models_0"; import { de_GetServiceSyncConfigCommand, se_GetServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts index 274c19d3f2ea..65b436eeeded 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceTemplateInput, diff --git a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts index db7d0eba8a59..d6ea65d44ee2 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceTemplateVersionInput, diff --git a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts index c6d3be2fe4e7..144973d72467 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0"; import { de_GetTemplateSyncConfigCommand, se_GetTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts index bf37c7af4e57..17fffa1b8c81 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../models/models_0"; import { de_GetTemplateSyncStatusCommand, se_GetTemplateSyncStatusCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts index 4a2c4cf863b8..1ce7d95a6b22 100644 --- a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComponentOutputsInput, diff --git a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts index 865f98e243ca..c3a949afab67 100644 --- a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComponentProvisionedResourcesInput, ListComponentProvisionedResourcesOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/ListComponentsCommand.ts b/clients/client-proton/src/commands/ListComponentsCommand.ts index 581842732d5b..13a708c0569c 100644 --- a/clients/client-proton/src/commands/ListComponentsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComponentsInput, ListComponentsOutput, ListComponentsOutputFilterSensitiveLog } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts index bb6d468827d6..bfaaf5e1d2b6 100644 --- a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentAccountConnectionsInput, ListEnvironmentAccountConnectionsOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts index 98c8f74e691d..76e991eee723 100644 --- a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentOutputsInput, diff --git a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts index 303dcb3e2fab..2b37e351605f 100644 --- a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentProvisionedResourcesInput, diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts index 16a4c6df8b73..d004c6bbbc9b 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentTemplateVersionsInput, diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts index bb867bd9f109..945082cf35d1 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentTemplatesInput, diff --git a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts index 660d1047f133..c912dc3b628a 100644 --- a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnvironmentsInput, diff --git a/clients/client-proton/src/commands/ListRepositoriesCommand.ts b/clients/client-proton/src/commands/ListRepositoriesCommand.ts index ac16a5e3ba8f..b02783e9fd53 100644 --- a/clients/client-proton/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-proton/src/commands/ListRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_0"; import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts index 78b90d4ef0d7..5e1c1b314c79 100644 --- a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts index c6e83d790715..9d46f82171ad 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceInstanceOutputsInput, diff --git a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts index 8f7725471f0c..ae8fda6ba932 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceInstanceProvisionedResourcesInput, diff --git a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts index 9f97ed320ae7..bf9110a5c54a 100644 --- a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceInstancesInput, diff --git a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts index 3acd26bba4be..54941274d747 100644 --- a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicePipelineOutputsInput, diff --git a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts index 1f9170f579e7..a69b08520c32 100644 --- a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicePipelineProvisionedResourcesInput, diff --git a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts index 12430018cd24..6df8826d23a4 100644 --- a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceTemplateVersionsInput, diff --git a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts index 8bc205143ea9..677c49861ae2 100644 --- a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceTemplatesInput, diff --git a/clients/client-proton/src/commands/ListServicesCommand.ts b/clients/client-proton/src/commands/ListServicesCommand.ts index b0970653e577..9ea6aea6972f 100644 --- a/clients/client-proton/src/commands/ListServicesCommand.ts +++ b/clients/client-proton/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicesInput, ListServicesOutput, ListServicesOutputFilterSensitiveLog } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts index d617aa7eff9e..3f7a258b1c52 100644 --- a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts index 461e074f672e..ecb398dd10b5 100644 --- a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts +++ b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyResourceDeploymentStatusChangeInput, diff --git a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts index 9c09ada9febf..71772c6a0184 100644 --- a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectEnvironmentAccountConnectionInput, RejectEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/TagResourceCommand.ts b/clients/client-proton/src/commands/TagResourceCommand.ts index 00b1127d697f..72804535e7d9 100644 --- a/clients/client-proton/src/commands/TagResourceCommand.ts +++ b/clients/client-proton/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/UntagResourceCommand.ts b/clients/client-proton/src/commands/UntagResourceCommand.ts index a6bca015adbc..c427d29e91d4 100644 --- a/clients/client-proton/src/commands/UntagResourceCommand.ts +++ b/clients/client-proton/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts index c15efdc80cd9..47fbf10c1efe 100644 --- a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0"; import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/UpdateComponentCommand.ts b/clients/client-proton/src/commands/UpdateComponentCommand.ts index 337503066618..e699af6c21d3 100644 --- a/clients/client-proton/src/commands/UpdateComponentCommand.ts +++ b/clients/client-proton/src/commands/UpdateComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateComponentInput, diff --git a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts index d476a2bc9923..ab0a592644c7 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEnvironmentAccountConnectionInput, UpdateEnvironmentAccountConnectionOutput } from "../models/models_0"; import { diff --git a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts index 89cf547eb47d..00d439e51ba3 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEnvironmentInput, diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts index 2722310919b3..89e50263af8f 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEnvironmentTemplateInput, diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts index 9eb788c6c287..a20b95028a1e 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEnvironmentTemplateVersionInput, diff --git a/clients/client-proton/src/commands/UpdateServiceCommand.ts b/clients/client-proton/src/commands/UpdateServiceCommand.ts index a070f587dc82..2df146da7089 100644 --- a/clients/client-proton/src/commands/UpdateServiceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceInput, diff --git a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts index cb5fd299851a..b8610183b56b 100644 --- a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceInstanceInput, diff --git a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts index 245e0942ebbe..4b4b44f18c83 100644 --- a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts +++ b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServicePipelineInput, diff --git a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts index 07b911e3b1e7..24c3e0ae3786 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceSyncBlockerInput, UpdateServiceSyncBlockerOutput } from "../models/models_0"; import { de_UpdateServiceSyncBlockerCommand, se_UpdateServiceSyncBlockerCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts index 25a93d1f1da4..ffb355ade49b 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceSyncConfigInput, UpdateServiceSyncConfigOutput } from "../models/models_0"; import { de_UpdateServiceSyncConfigCommand, se_UpdateServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts index 9bf07c5345a4..2eaaab59bef9 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceTemplateInput, diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts index 984514c6ffb2..2555f45e7153 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceTemplateVersionInput, diff --git a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts index 2e88392cdb21..83af17f7f493 100644 --- a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0"; import { de_UpdateTemplateSyncConfigCommand, se_UpdateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-proton/src/endpoint/EndpointParameters.ts b/clients/client-proton/src/endpoint/EndpointParameters.ts index e909aff28070..27262de767a3 100644 --- a/clients/client-proton/src/endpoint/EndpointParameters.ts +++ b/clients/client-proton/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-proton/src/endpoint/endpointResolver.ts b/clients/client-proton/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-proton/src/endpoint/endpointResolver.ts +++ b/clients/client-proton/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-proton/src/endpoint/ruleset.ts b/clients/client-proton/src/endpoint/ruleset.ts index b63937a799ea..b3de034f63ce 100644 --- a/clients/client-proton/src/endpoint/ruleset.ts +++ b/clients/client-proton/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-proton/src/models/ProtonServiceException.ts b/clients/client-proton/src/models/ProtonServiceException.ts index 079c09bd4089..a42b97f32265 100644 --- a/clients/client-proton/src/models/ProtonServiceException.ts +++ b/clients/client-proton/src/models/ProtonServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-proton/src/models/models_0.ts b/clients/client-proton/src/models/models_0.ts index 0b67f4a70bc2..72f7bdb937a0 100644 --- a/clients/client-proton/src/models/models_0.ts +++ b/clients/client-proton/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ProtonServiceException as __BaseException } from "./ProtonServiceException"; diff --git a/clients/client-proton/src/pagination/Interfaces.ts b/clients/client-proton/src/pagination/Interfaces.ts index c2f8e695b7f1..f94042c5493a 100644 --- a/clients/client-proton/src/pagination/Interfaces.ts +++ b/clients/client-proton/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/pagination/ListComponentOutputsPaginator.ts b/clients/client-proton/src/pagination/ListComponentOutputsPaginator.ts index d95945c6229d..6e370b1528c0 100644 --- a/clients/client-proton/src/pagination/ListComponentOutputsPaginator.ts +++ b/clients/client-proton/src/pagination/ListComponentOutputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentOutputsCommand, diff --git a/clients/client-proton/src/pagination/ListComponentProvisionedResourcesPaginator.ts b/clients/client-proton/src/pagination/ListComponentProvisionedResourcesPaginator.ts index 8452637b6c08..efe51b5008af 100644 --- a/clients/client-proton/src/pagination/ListComponentProvisionedResourcesPaginator.ts +++ b/clients/client-proton/src/pagination/ListComponentProvisionedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentProvisionedResourcesCommand, diff --git a/clients/client-proton/src/pagination/ListComponentsPaginator.ts b/clients/client-proton/src/pagination/ListComponentsPaginator.ts index 66b4d0bce308..83d8330ef829 100644 --- a/clients/client-proton/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-proton/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentsCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentAccountConnectionsPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentAccountConnectionsPaginator.ts index 6444b4f92675..31328df0d22e 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentAccountConnectionsPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentAccountConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentAccountConnectionsCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentOutputsPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentOutputsPaginator.ts index 765d7f60421b..c2a037cb3425 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentOutputsPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentOutputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentOutputsCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentProvisionedResourcesPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentProvisionedResourcesPaginator.ts index 9e4147b2e240..5791c05b6b42 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentProvisionedResourcesPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentProvisionedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentProvisionedResourcesCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentTemplateVersionsPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentTemplateVersionsPaginator.ts index 6ae284892e77..d2231b57e0ba 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentTemplateVersionsPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentTemplateVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentTemplateVersionsCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentTemplatesPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentTemplatesPaginator.ts index d8fcef54293a..44f64a05ab3e 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentTemplatesPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentTemplatesCommand, diff --git a/clients/client-proton/src/pagination/ListEnvironmentsPaginator.ts b/clients/client-proton/src/pagination/ListEnvironmentsPaginator.ts index f7194ce75649..3c55e117df5f 100644 --- a/clients/client-proton/src/pagination/ListEnvironmentsPaginator.ts +++ b/clients/client-proton/src/pagination/ListEnvironmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnvironmentsCommand, diff --git a/clients/client-proton/src/pagination/ListRepositoriesPaginator.ts b/clients/client-proton/src/pagination/ListRepositoriesPaginator.ts index 56cb9bb1e056..2fd5ed192aa5 100644 --- a/clients/client-proton/src/pagination/ListRepositoriesPaginator.ts +++ b/clients/client-proton/src/pagination/ListRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRepositoriesCommand, diff --git a/clients/client-proton/src/pagination/ListRepositorySyncDefinitionsPaginator.ts b/clients/client-proton/src/pagination/ListRepositorySyncDefinitionsPaginator.ts index 9113debcbbb4..6b3688823367 100644 --- a/clients/client-proton/src/pagination/ListRepositorySyncDefinitionsPaginator.ts +++ b/clients/client-proton/src/pagination/ListRepositorySyncDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRepositorySyncDefinitionsCommand, diff --git a/clients/client-proton/src/pagination/ListServiceInstanceOutputsPaginator.ts b/clients/client-proton/src/pagination/ListServiceInstanceOutputsPaginator.ts index df87d7efaa31..7bbeb0de8068 100644 --- a/clients/client-proton/src/pagination/ListServiceInstanceOutputsPaginator.ts +++ b/clients/client-proton/src/pagination/ListServiceInstanceOutputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceInstanceOutputsCommand, diff --git a/clients/client-proton/src/pagination/ListServiceInstanceProvisionedResourcesPaginator.ts b/clients/client-proton/src/pagination/ListServiceInstanceProvisionedResourcesPaginator.ts index e113618766bb..0c7d17c51a55 100644 --- a/clients/client-proton/src/pagination/ListServiceInstanceProvisionedResourcesPaginator.ts +++ b/clients/client-proton/src/pagination/ListServiceInstanceProvisionedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceInstanceProvisionedResourcesCommand, diff --git a/clients/client-proton/src/pagination/ListServiceInstancesPaginator.ts b/clients/client-proton/src/pagination/ListServiceInstancesPaginator.ts index 3be582b45835..cb0c72f16892 100644 --- a/clients/client-proton/src/pagination/ListServiceInstancesPaginator.ts +++ b/clients/client-proton/src/pagination/ListServiceInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceInstancesCommand, diff --git a/clients/client-proton/src/pagination/ListServicePipelineOutputsPaginator.ts b/clients/client-proton/src/pagination/ListServicePipelineOutputsPaginator.ts index 75cb6608b098..c3994fcde114 100644 --- a/clients/client-proton/src/pagination/ListServicePipelineOutputsPaginator.ts +++ b/clients/client-proton/src/pagination/ListServicePipelineOutputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicePipelineOutputsCommand, diff --git a/clients/client-proton/src/pagination/ListServicePipelineProvisionedResourcesPaginator.ts b/clients/client-proton/src/pagination/ListServicePipelineProvisionedResourcesPaginator.ts index 7c08a990096b..a279cad4ab23 100644 --- a/clients/client-proton/src/pagination/ListServicePipelineProvisionedResourcesPaginator.ts +++ b/clients/client-proton/src/pagination/ListServicePipelineProvisionedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicePipelineProvisionedResourcesCommand, diff --git a/clients/client-proton/src/pagination/ListServiceTemplateVersionsPaginator.ts b/clients/client-proton/src/pagination/ListServiceTemplateVersionsPaginator.ts index 592a556f4f26..dc656a856e4e 100644 --- a/clients/client-proton/src/pagination/ListServiceTemplateVersionsPaginator.ts +++ b/clients/client-proton/src/pagination/ListServiceTemplateVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceTemplateVersionsCommand, diff --git a/clients/client-proton/src/pagination/ListServiceTemplatesPaginator.ts b/clients/client-proton/src/pagination/ListServiceTemplatesPaginator.ts index a15fa8908230..7288703edd08 100644 --- a/clients/client-proton/src/pagination/ListServiceTemplatesPaginator.ts +++ b/clients/client-proton/src/pagination/ListServiceTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceTemplatesCommand, diff --git a/clients/client-proton/src/pagination/ListServicesPaginator.ts b/clients/client-proton/src/pagination/ListServicesPaginator.ts index e0773c358ee1..f181b55f9b99 100644 --- a/clients/client-proton/src/pagination/ListServicesPaginator.ts +++ b/clients/client-proton/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-proton/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-proton/src/pagination/ListTagsForResourcePaginator.ts index b5757bb15e7f..b297f53e9cd2 100644 --- a/clients/client-proton/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-proton/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-proton/src/protocols/Aws_json1_0.ts b/clients/client-proton/src/protocols/Aws_json1_0.ts index b68654076cdb..e5b821bae46f 100644 --- a/clients/client-proton/src/protocols/Aws_json1_0.ts +++ b/clients/client-proton/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-proton/src/runtimeConfig.browser.ts b/clients/client-proton/src/runtimeConfig.browser.ts index e7a3b1c69de3..1ff7f2d6ee00 100644 --- a/clients/client-proton/src/runtimeConfig.browser.ts +++ b/clients/client-proton/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ProtonClientConfig } from "./ProtonClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-proton/src/runtimeConfig.shared.ts b/clients/client-proton/src/runtimeConfig.shared.ts index 1e3730290827..41cd2310342d 100644 --- a/clients/client-proton/src/runtimeConfig.shared.ts +++ b/clients/client-proton/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ProtonClientConfig } from "./ProtonClient"; diff --git a/clients/client-proton/src/runtimeConfig.ts b/clients/client-proton/src/runtimeConfig.ts index e57544e2b27e..6b7b693da661 100644 --- a/clients/client-proton/src/runtimeConfig.ts +++ b/clients/client-proton/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ProtonClientConfig } from "./ProtonClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-proton/src/waiters/waitForComponentDeleted.ts b/clients/client-proton/src/waiters/waitForComponentDeleted.ts index 7fd18f922a0a..cb3190bdc107 100644 --- a/clients/client-proton/src/waiters/waitForComponentDeleted.ts +++ b/clients/client-proton/src/waiters/waitForComponentDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetComponentCommand, GetComponentCommandInput } from "../commands/GetComponentCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForComponentDeployed.ts b/clients/client-proton/src/waiters/waitForComponentDeployed.ts index a445503f75e7..a70fa50a5906 100644 --- a/clients/client-proton/src/waiters/waitForComponentDeployed.ts +++ b/clients/client-proton/src/waiters/waitForComponentDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetComponentCommand, GetComponentCommandInput } from "../commands/GetComponentCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForEnvironmentDeployed.ts b/clients/client-proton/src/waiters/waitForEnvironmentDeployed.ts index e94f1fffea3a..37c1d6858616 100644 --- a/clients/client-proton/src/waiters/waitForEnvironmentDeployed.ts +++ b/clients/client-proton/src/waiters/waitForEnvironmentDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetEnvironmentCommand, GetEnvironmentCommandInput } from "../commands/GetEnvironmentCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForEnvironmentTemplateVersionRegistered.ts b/clients/client-proton/src/waiters/waitForEnvironmentTemplateVersionRegistered.ts index dcd81d47db25..c1172fb70930 100644 --- a/clients/client-proton/src/waiters/waitForEnvironmentTemplateVersionRegistered.ts +++ b/clients/client-proton/src/waiters/waitForEnvironmentTemplateVersionRegistered.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetEnvironmentTemplateVersionCommand, diff --git a/clients/client-proton/src/waiters/waitForServiceCreated.ts b/clients/client-proton/src/waiters/waitForServiceCreated.ts index 5516cbeecfe8..beb2ec6dfa8a 100644 --- a/clients/client-proton/src/waiters/waitForServiceCreated.ts +++ b/clients/client-proton/src/waiters/waitForServiceCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceCommand, GetServiceCommandInput } from "../commands/GetServiceCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForServiceDeleted.ts b/clients/client-proton/src/waiters/waitForServiceDeleted.ts index 960cfb02eb4c..7403ea26c8db 100644 --- a/clients/client-proton/src/waiters/waitForServiceDeleted.ts +++ b/clients/client-proton/src/waiters/waitForServiceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceCommand, GetServiceCommandInput } from "../commands/GetServiceCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForServiceInstanceDeployed.ts b/clients/client-proton/src/waiters/waitForServiceInstanceDeployed.ts index 2d4693e745b0..d1856b29d85f 100644 --- a/clients/client-proton/src/waiters/waitForServiceInstanceDeployed.ts +++ b/clients/client-proton/src/waiters/waitForServiceInstanceDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceInstanceCommand, GetServiceInstanceCommandInput } from "../commands/GetServiceInstanceCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForServicePipelineDeployed.ts b/clients/client-proton/src/waiters/waitForServicePipelineDeployed.ts index 3c1ef18fdc03..502e2a5a708e 100644 --- a/clients/client-proton/src/waiters/waitForServicePipelineDeployed.ts +++ b/clients/client-proton/src/waiters/waitForServicePipelineDeployed.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceCommand, GetServiceCommandInput } from "../commands/GetServiceCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-proton/src/waiters/waitForServiceTemplateVersionRegistered.ts b/clients/client-proton/src/waiters/waitForServiceTemplateVersionRegistered.ts index 707a0b5cf2ac..4a9c96899360 100644 --- a/clients/client-proton/src/waiters/waitForServiceTemplateVersionRegistered.ts +++ b/clients/client-proton/src/waiters/waitForServiceTemplateVersionRegistered.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceTemplateVersionCommand, diff --git a/clients/client-proton/src/waiters/waitForServiceUpdated.ts b/clients/client-proton/src/waiters/waitForServiceUpdated.ts index 92e19fbbb3f6..10da8fdf9d6d 100644 --- a/clients/client-proton/src/waiters/waitForServiceUpdated.ts +++ b/clients/client-proton/src/waiters/waitForServiceUpdated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetServiceCommand, GetServiceCommandInput } from "../commands/GetServiceCommand"; import { ProtonClient } from "../ProtonClient"; diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index a9d356091540..2602694265d6 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-qldb-session/src/QLDBSession.ts b/clients/client-qldb-session/src/QLDBSession.ts index dbbd637e8746..32c1b188465c 100644 --- a/clients/client-qldb-session/src/QLDBSession.ts +++ b/clients/client-qldb-session/src/QLDBSession.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { SendCommandCommand, SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand"; import { QLDBSessionClient, QLDBSessionClientConfig } from "./QLDBSessionClient"; diff --git a/clients/client-qldb-session/src/QLDBSessionClient.ts b/clients/client-qldb-session/src/QLDBSessionClient.ts index 43c6a9d0c0ba..8e5f9d131b57 100644 --- a/clients/client-qldb-session/src/QLDBSessionClient.ts +++ b/clients/client-qldb-session/src/QLDBSessionClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand"; @@ -82,7 +80,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -191,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-qldb-session/src/commands/SendCommandCommand.ts b/clients/client-qldb-session/src/commands/SendCommandCommand.ts index d2315eb4c9b3..32f65c06459a 100644 --- a/clients/client-qldb-session/src/commands/SendCommandCommand.ts +++ b/clients/client-qldb-session/src/commands/SendCommandCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendCommandRequest, SendCommandResult } from "../models/models_0"; import { de_SendCommandCommand, se_SendCommandCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-qldb-session/src/endpoint/EndpointParameters.ts b/clients/client-qldb-session/src/endpoint/EndpointParameters.ts index 535160fbf76b..8efbf7f8e3b4 100644 --- a/clients/client-qldb-session/src/endpoint/EndpointParameters.ts +++ b/clients/client-qldb-session/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-qldb-session/src/endpoint/endpointResolver.ts b/clients/client-qldb-session/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-qldb-session/src/endpoint/endpointResolver.ts +++ b/clients/client-qldb-session/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-qldb-session/src/endpoint/ruleset.ts b/clients/client-qldb-session/src/endpoint/ruleset.ts index 41a5f90ba455..a41e518a3ec8 100644 --- a/clients/client-qldb-session/src/endpoint/ruleset.ts +++ b/clients/client-qldb-session/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts b/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts index 950386d060d4..54c81e55728a 100644 --- a/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts +++ b/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-qldb-session/src/models/models_0.ts b/clients/client-qldb-session/src/models/models_0.ts index 98c0a3199836..565b1eec0642 100644 --- a/clients/client-qldb-session/src/models/models_0.ts +++ b/clients/client-qldb-session/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { QLDBSessionServiceException as __BaseException } from "./QLDBSessionServiceException"; diff --git a/clients/client-qldb-session/src/protocols/Aws_json1_0.ts b/clients/client-qldb-session/src/protocols/Aws_json1_0.ts index 7012cff1f07f..e1d4e904a855 100644 --- a/clients/client-qldb-session/src/protocols/Aws_json1_0.ts +++ b/clients/client-qldb-session/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -6,10 +7,13 @@ import { expectString as __expectString, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendCommandCommandInput, SendCommandCommandOutput } from "../commands/SendCommandCommand"; import { diff --git a/clients/client-qldb-session/src/runtimeConfig.browser.ts b/clients/client-qldb-session/src/runtimeConfig.browser.ts index 5fb212d75906..e3452e084ab6 100644 --- a/clients/client-qldb-session/src/runtimeConfig.browser.ts +++ b/clients/client-qldb-session/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QLDBSessionClientConfig } from "./QLDBSessionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-qldb-session/src/runtimeConfig.shared.ts b/clients/client-qldb-session/src/runtimeConfig.shared.ts index 7c62c9110c89..d01a27f2b778 100644 --- a/clients/client-qldb-session/src/runtimeConfig.shared.ts +++ b/clients/client-qldb-session/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { QLDBSessionClientConfig } from "./QLDBSessionClient"; diff --git a/clients/client-qldb-session/src/runtimeConfig.ts b/clients/client-qldb-session/src/runtimeConfig.ts index ffdd0e627aa4..83bc6611a8e4 100644 --- a/clients/client-qldb-session/src/runtimeConfig.ts +++ b/clients/client-qldb-session/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QLDBSessionClientConfig } from "./QLDBSessionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index 3a2803f63140..43f4dca512d9 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-qldb/src/QLDB.ts b/clients/client-qldb/src/QLDB.ts index 8190b19f5f76..7e4998208c5e 100644 --- a/clients/client-qldb/src/QLDB.ts +++ b/clients/client-qldb/src/QLDB.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelJournalKinesisStreamCommand, diff --git a/clients/client-qldb/src/QLDBClient.ts b/clients/client-qldb/src/QLDBClient.ts index 1c1aeee69273..e5b6eaa10fdf 100644 --- a/clients/client-qldb/src/QLDBClient.ts +++ b/clients/client-qldb/src/QLDBClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -168,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -277,7 +275,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts index f2171c61b6ee..16f9874f3e6c 100644 --- a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJournalKinesisStreamRequest, CancelJournalKinesisStreamResponse } from "../models/models_0"; import { de_CancelJournalKinesisStreamCommand, se_CancelJournalKinesisStreamCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/CreateLedgerCommand.ts b/clients/client-qldb/src/commands/CreateLedgerCommand.ts index 8554b373d633..1438cc85c2ae 100644 --- a/clients/client-qldb/src/commands/CreateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/CreateLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLedgerRequest, CreateLedgerResponse } from "../models/models_0"; import { de_CreateLedgerCommand, se_CreateLedgerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts index 31da943d9228..5c97fe911c0a 100644 --- a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLedgerRequest } from "../models/models_0"; import { de_DeleteLedgerCommand, se_DeleteLedgerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts index 574506cac85e..32be2cd0c8f8 100644 --- a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeJournalKinesisStreamRequest, DescribeJournalKinesisStreamResponse } from "../models/models_0"; import { diff --git a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts index 51753b2b9be1..ed3d3df46fa8 100644 --- a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeJournalS3ExportRequest, DescribeJournalS3ExportResponse } from "../models/models_0"; import { de_DescribeJournalS3ExportCommand, se_DescribeJournalS3ExportCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts index b693de45f591..c10d9dc9f7ca 100644 --- a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLedgerRequest, DescribeLedgerResponse } from "../models/models_0"; import { de_DescribeLedgerCommand, se_DescribeLedgerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts index 87e8e8688bcd..6dc8dbcb1b50 100644 --- a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts +++ b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportJournalToS3Request, ExportJournalToS3Response } from "../models/models_0"; import { de_ExportJournalToS3Command, se_ExportJournalToS3Command } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/GetBlockCommand.ts b/clients/client-qldb/src/commands/GetBlockCommand.ts index 535dc24e334c..cc3d8869bddc 100644 --- a/clients/client-qldb/src/commands/GetBlockCommand.ts +++ b/clients/client-qldb/src/commands/GetBlockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBlockRequest, diff --git a/clients/client-qldb/src/commands/GetDigestCommand.ts b/clients/client-qldb/src/commands/GetDigestCommand.ts index bc0fbd1c9397..13e317f67b22 100644 --- a/clients/client-qldb/src/commands/GetDigestCommand.ts +++ b/clients/client-qldb/src/commands/GetDigestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDigestRequest, GetDigestResponse, GetDigestResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetDigestCommand, se_GetDigestCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/GetRevisionCommand.ts b/clients/client-qldb/src/commands/GetRevisionCommand.ts index e80c58272da5..afcde9746139 100644 --- a/clients/client-qldb/src/commands/GetRevisionCommand.ts +++ b/clients/client-qldb/src/commands/GetRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRevisionRequest, diff --git a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts index 3b405954c0ae..b3045efa20d0 100644 --- a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJournalKinesisStreamsForLedgerRequest, diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts index 8e2f51b1fa6d..625b35374941 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJournalS3ExportsRequest, ListJournalS3ExportsResponse } from "../models/models_0"; import { de_ListJournalS3ExportsCommand, se_ListJournalS3ExportsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts index ee2fe3f8c6bc..93c1ccba37b9 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJournalS3ExportsForLedgerRequest, ListJournalS3ExportsForLedgerResponse } from "../models/models_0"; import { diff --git a/clients/client-qldb/src/commands/ListLedgersCommand.ts b/clients/client-qldb/src/commands/ListLedgersCommand.ts index 961a87aadea2..a214443d26ec 100644 --- a/clients/client-qldb/src/commands/ListLedgersCommand.ts +++ b/clients/client-qldb/src/commands/ListLedgersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLedgersRequest, ListLedgersResponse } from "../models/models_0"; import { de_ListLedgersCommand, se_ListLedgersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts index 361864e06052..0a6b2dccac5b 100644 --- a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts index 755ccbaab580..d7d1445a3479 100644 --- a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts +++ b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StreamJournalToKinesisRequest, StreamJournalToKinesisResponse } from "../models/models_0"; import { de_StreamJournalToKinesisCommand, se_StreamJournalToKinesisCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/TagResourceCommand.ts b/clients/client-qldb/src/commands/TagResourceCommand.ts index d2d73eb57914..4bce1863f8af 100644 --- a/clients/client-qldb/src/commands/TagResourceCommand.ts +++ b/clients/client-qldb/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/UntagResourceCommand.ts b/clients/client-qldb/src/commands/UntagResourceCommand.ts index d881ee8ead0b..49a21ae5955f 100644 --- a/clients/client-qldb/src/commands/UntagResourceCommand.ts +++ b/clients/client-qldb/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts index 84a053387ec2..e3cccd976836 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLedgerRequest, UpdateLedgerResponse } from "../models/models_0"; import { de_UpdateLedgerCommand, se_UpdateLedgerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts index 833fb74dc2b7..2e6f86c3b65a 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLedgerPermissionsModeRequest, UpdateLedgerPermissionsModeResponse } from "../models/models_0"; import { diff --git a/clients/client-qldb/src/endpoint/EndpointParameters.ts b/clients/client-qldb/src/endpoint/EndpointParameters.ts index 535160fbf76b..8efbf7f8e3b4 100644 --- a/clients/client-qldb/src/endpoint/EndpointParameters.ts +++ b/clients/client-qldb/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-qldb/src/endpoint/endpointResolver.ts b/clients/client-qldb/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-qldb/src/endpoint/endpointResolver.ts +++ b/clients/client-qldb/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-qldb/src/endpoint/ruleset.ts b/clients/client-qldb/src/endpoint/ruleset.ts index fb6de842e8fa..50e57f8f15cd 100644 --- a/clients/client-qldb/src/endpoint/ruleset.ts +++ b/clients/client-qldb/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-qldb/src/models/QLDBServiceException.ts b/clients/client-qldb/src/models/QLDBServiceException.ts index e90839b40d33..9f323e962eba 100644 --- a/clients/client-qldb/src/models/QLDBServiceException.ts +++ b/clients/client-qldb/src/models/QLDBServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-qldb/src/models/models_0.ts b/clients/client-qldb/src/models/models_0.ts index 4c4187fecb5c..91382cabfa1a 100644 --- a/clients/client-qldb/src/models/models_0.ts +++ b/clients/client-qldb/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { QLDBServiceException as __BaseException } from "./QLDBServiceException"; diff --git a/clients/client-qldb/src/pagination/Interfaces.ts b/clients/client-qldb/src/pagination/Interfaces.ts index 78aead5e4ae1..d3606a977286 100644 --- a/clients/client-qldb/src/pagination/Interfaces.ts +++ b/clients/client-qldb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { QLDBClient } from "../QLDBClient"; diff --git a/clients/client-qldb/src/pagination/ListJournalKinesisStreamsForLedgerPaginator.ts b/clients/client-qldb/src/pagination/ListJournalKinesisStreamsForLedgerPaginator.ts index 2a7eec107aa1..4cc647e2dd6c 100644 --- a/clients/client-qldb/src/pagination/ListJournalKinesisStreamsForLedgerPaginator.ts +++ b/clients/client-qldb/src/pagination/ListJournalKinesisStreamsForLedgerPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJournalKinesisStreamsForLedgerCommand, diff --git a/clients/client-qldb/src/pagination/ListJournalS3ExportsForLedgerPaginator.ts b/clients/client-qldb/src/pagination/ListJournalS3ExportsForLedgerPaginator.ts index af79a2b1e5c5..21faf0cd134f 100644 --- a/clients/client-qldb/src/pagination/ListJournalS3ExportsForLedgerPaginator.ts +++ b/clients/client-qldb/src/pagination/ListJournalS3ExportsForLedgerPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJournalS3ExportsForLedgerCommand, diff --git a/clients/client-qldb/src/pagination/ListJournalS3ExportsPaginator.ts b/clients/client-qldb/src/pagination/ListJournalS3ExportsPaginator.ts index 841199dffbab..c2a6887f8ace 100644 --- a/clients/client-qldb/src/pagination/ListJournalS3ExportsPaginator.ts +++ b/clients/client-qldb/src/pagination/ListJournalS3ExportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJournalS3ExportsCommand, diff --git a/clients/client-qldb/src/pagination/ListLedgersPaginator.ts b/clients/client-qldb/src/pagination/ListLedgersPaginator.ts index 385f51d3671b..8441dc44c385 100644 --- a/clients/client-qldb/src/pagination/ListLedgersPaginator.ts +++ b/clients/client-qldb/src/pagination/ListLedgersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLedgersCommand, ListLedgersCommandInput, ListLedgersCommandOutput } from "../commands/ListLedgersCommand"; import { QLDBClient } from "../QLDBClient"; diff --git a/clients/client-qldb/src/protocols/Aws_restJson1.ts b/clients/client-qldb/src/protocols/Aws_restJson1.ts index c5dc36ceba54..f7773bcf0802 100644 --- a/clients/client-qldb/src/protocols/Aws_restJson1.ts +++ b/clients/client-qldb/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJournalKinesisStreamCommandInput, diff --git a/clients/client-qldb/src/runtimeConfig.browser.ts b/clients/client-qldb/src/runtimeConfig.browser.ts index c63108a8b70a..6e276d346b3a 100644 --- a/clients/client-qldb/src/runtimeConfig.browser.ts +++ b/clients/client-qldb/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QLDBClientConfig } from "./QLDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-qldb/src/runtimeConfig.shared.ts b/clients/client-qldb/src/runtimeConfig.shared.ts index 79dc72500165..f403ae0f9e06 100644 --- a/clients/client-qldb/src/runtimeConfig.shared.ts +++ b/clients/client-qldb/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { QLDBClientConfig } from "./QLDBClient"; diff --git a/clients/client-qldb/src/runtimeConfig.ts b/clients/client-qldb/src/runtimeConfig.ts index 21299e8eabee..7f66f6c8a0ad 100644 --- a/clients/client-qldb/src/runtimeConfig.ts +++ b/clients/client-qldb/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QLDBClientConfig } from "./QLDBClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index 9bb6c4397102..26890c18fd5c 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-quicksight/src/QuickSight.ts b/clients/client-quicksight/src/QuickSight.ts index 151be0787419..b9c25dea389c 100644 --- a/clients/client-quicksight/src/QuickSight.ts +++ b/clients/client-quicksight/src/QuickSight.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelIngestionCommand, diff --git a/clients/client-quicksight/src/QuickSightClient.ts b/clients/client-quicksight/src/QuickSightClient.ts index b2c19439f7e1..1ac13eefdb40 100644 --- a/clients/client-quicksight/src/QuickSightClient.ts +++ b/clients/client-quicksight/src/QuickSightClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand"; @@ -798,7 +796,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -907,7 +905,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts index 997a1490f80c..89841ad6027a 100644 --- a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_2"; import { de_CancelIngestionCommand, se_CancelIngestionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts index 8a2374e99c93..bebe92a2292e 100644 --- a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_2"; import { de_CreateAccountCustomizationCommand, se_CreateAccountCustomizationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts index 33b6bfaec9b4..57036f18b219 100644 --- a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_2"; import { de_CreateAccountSubscriptionCommand, se_CreateAccountSubscriptionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts index 3878fa5a02c4..4f26657db1f6 100644 --- a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAnalysisRequest, diff --git a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts index 9090776aaa04..4f5c6c68f80e 100644 --- a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDashboardRequest, diff --git a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts index 5d824a59b7c7..6d70a6d0b77f 100644 --- a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataSetRequest, diff --git a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts index 1fc9a5b4a0e2..14eed8e41936 100644 --- a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataSourceRequest, diff --git a/clients/client-quicksight/src/commands/CreateFolderCommand.ts b/clients/client-quicksight/src/commands/CreateFolderCommand.ts index 9b1eb0d202f4..d52657bf782d 100644 --- a/clients/client-quicksight/src/commands/CreateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFolderRequest, CreateFolderResponse } from "../models/models_2"; import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts index c43a58d60072..3b28f8f043c6 100644 --- a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from "../models/models_2"; import { de_CreateFolderMembershipCommand, se_CreateFolderMembershipCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateGroupCommand.ts b/clients/client-quicksight/src/commands/CreateGroupCommand.ts index e5503810f0f2..ae606e0715f2 100644 --- a/clients/client-quicksight/src/commands/CreateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupRequest, CreateGroupResponse } from "../models/models_2"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts index c8623246a9cb..409601038270 100644 --- a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_2"; import { de_CreateGroupMembershipCommand, se_CreateGroupMembershipCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts index e77a29e35d3c..d06137d83cec 100644 --- a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/models_2"; import { de_CreateIAMPolicyAssignmentCommand, se_CreateIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts index 04f9914c80f5..37c39b58f8bd 100644 --- a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_2"; import { de_CreateIngestionCommand, se_CreateIngestionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts index c16a3ebd675b..cb7345d6397e 100644 --- a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_2"; import { de_CreateNamespaceCommand, se_CreateNamespaceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts index 7b0b14727fbc..004286aa69dc 100644 --- a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../models/models_2"; import { de_CreateRefreshScheduleCommand, se_CreateRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts index 2455a7be827d..e4b82181fe96 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/models_2"; import { de_CreateTemplateAliasCommand, se_CreateTemplateAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts index 1d596486e22a..2e6bf23b40b5 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTemplateRequest, diff --git a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts index c9be3f128b00..78a8585f2af2 100644 --- a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_2"; import { de_CreateThemeAliasCommand, se_CreateThemeAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateThemeCommand.ts b/clients/client-quicksight/src/commands/CreateThemeCommand.ts index 7277bc33e1eb..f9f9b57042f6 100644 --- a/clients/client-quicksight/src/commands/CreateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2"; import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateTopicCommand.ts b/clients/client-quicksight/src/commands/CreateTopicCommand.ts index 0cec20c0a3a7..2e9b1546d804 100644 --- a/clients/client-quicksight/src/commands/CreateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTopicRequest, CreateTopicRequestFilterSensitiveLog, CreateTopicResponse } from "../models/models_2"; import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts index 21cbc2ba6654..2fe2a2a82847 100644 --- a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } from "../models/models_2"; import { de_CreateTopicRefreshScheduleCommand, se_CreateTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts index e92756bffd73..a1ea570ab08f 100644 --- a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../models/models_2"; import { de_CreateVPCConnectionCommand, se_CreateVPCConnectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts index d642cc307280..c3a147ff08ed 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_2"; import { de_DeleteAccountCustomizationCommand, se_DeleteAccountCustomizationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts index 71d4f083ad7e..135df072b599 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_2"; import { de_DeleteAccountSubscriptionCommand, se_DeleteAccountSubscriptionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts index 13b861ad2464..18d1e90bbdc1 100644 --- a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_2"; import { de_DeleteAnalysisCommand, se_DeleteAnalysisCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts index 840aba1c91bf..cf47d94e77cb 100644 --- a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_2"; import { de_DeleteDashboardCommand, se_DeleteDashboardCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts index 45f1d2dbf9bd..7910e0624bf5 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_2"; import { de_DeleteDataSetCommand, se_DeleteDataSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts index 99804977465b..5650143fe6ee 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_2"; import { diff --git a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts index 90509196b436..4236a6611a14 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_2"; import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts index 9f4c84636f25..83206fd07d33 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_2"; import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts index 99eaa097755a..9f80fe1407bc 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_2"; import { de_DeleteFolderMembershipCommand, se_DeleteFolderMembershipCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts index 625db6f7b828..bc39ea415a76 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_2"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts index 16de0c7b94ac..08533971963e 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupMembershipRequest } from "../models/models_2"; import { DeleteGroupMembershipResponse } from "../models/models_3"; diff --git a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts index bb8d4b1a4397..fe953dc65d76 100644 --- a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_3"; import { de_DeleteIAMPolicyAssignmentCommand, se_DeleteIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts index b450c79879d4..fde6624a4952 100644 --- a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_3"; import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts index 8e5d1a12478d..1723be1b42e2 100644 --- a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../models/models_3"; import { de_DeleteRefreshScheduleCommand, se_DeleteRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts index 530472028a95..e688166c58c1 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/models_3"; import { de_DeleteTemplateAliasCommand, se_DeleteTemplateAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts index 23cd298838e5..5d73aac64182 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_3"; import { de_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts index 0f987a51cd34..464bb666a6b7 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/models_3"; import { de_DeleteThemeAliasCommand, se_DeleteThemeAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts index 85dc4bd2faad..cda5db918807 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_3"; import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts index 4ed0111aa81d..b4d1c1a122c0 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_3"; import { de_DeleteTopicCommand, se_DeleteTopicCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts index d8653f8607fb..4c4bbb2b788f 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } from "../models/models_3"; import { de_DeleteTopicRefreshScheduleCommand, se_DeleteTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts index e799bdf5424f..19506630a373 100644 --- a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_3"; import { de_DeleteUserByPrincipalIdCommand, se_DeleteUserByPrincipalIdCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteUserCommand.ts b/clients/client-quicksight/src/commands/DeleteUserCommand.ts index 60cde5db1c2d..9754da353bc3 100644 --- a/clients/client-quicksight/src/commands/DeleteUserCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_3"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts index 85674abb7f07..8d93e11a4eeb 100644 --- a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/models_3"; import { de_DeleteVPCConnectionCommand, se_DeleteVPCConnectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts index 5a90634c249b..0f43002c3b02 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts index da768eb5cd11..43bbbca363d6 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_3"; import { de_DescribeAccountSettingsCommand, se_DescribeAccountSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts index d89fce7cd0fe..0bd8aa5ed3b4 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts index 29b14f1e7587..f90f8304101d 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/models_3"; import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts index a42b81356481..a4a0ff8bc007 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAnalysisDefinitionRequest, diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts index 0751a5dec721..3c9b1008343f 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAnalysisPermissionsRequest, DescribeAnalysisPermissionsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts index 77816596a36a..ec6b060a76b7 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAssetBundleExportJobRequest, DescribeAssetBundleExportJobResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts index 525cbf11ff77..23728e721f56 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAssetBundleImportJobRequest, diff --git a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts index 709ed0ff4f1e..b26c75e58a32 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/models_3"; import { de_DescribeDashboardCommand, se_DescribeDashboardCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts index bc8d71732d56..aa4a69e1d3be 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDashboardDefinitionRequest, diff --git a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts index bb9fd9cfa762..7bc5619e7925 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDashboardPermissionsRequest, DescribeDashboardPermissionsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts index d8e1ff790902..262a02576234 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSetRequest, diff --git a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts index ab522ef0bc51..ef84040a3ada 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } from "../models/models_3"; import { de_DescribeDataSetPermissionsCommand, se_DescribeDataSetPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts index 93e7afdbb60e..9ad0b2493da0 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSetRefreshPropertiesRequest, DescribeDataSetRefreshPropertiesResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts index 3739e5b5fa51..636bf57172dc 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_3"; import { de_DescribeDataSourceCommand, se_DescribeDataSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts index 337bea80d7ab..06f9bf70f5b1 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSourcePermissionsRequest, DescribeDataSourcePermissionsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts index 7207bfc6750b..f566aa8c5bdb 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFolderRequest, DescribeFolderResponse } from "../models/models_3"; import { de_DescribeFolderCommand, se_DescribeFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts index 93c533b908f5..2763b8bf491d 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFolderPermissionsRequest, DescribeFolderPermissionsResponse } from "../models/models_3"; import { de_DescribeFolderPermissionsCommand, se_DescribeFolderPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts index 15613ec9fe8b..19f4253acd3a 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFolderResolvedPermissionsRequest, diff --git a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts index 82d8fc2b0e12..ce0bec9fa128 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_3"; import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts index 8025ff0f1d54..b578cc33ef04 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_3"; import { de_DescribeGroupMembershipCommand, se_DescribeGroupMembershipCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts index 171ed69dc123..860e428f0818 100644 --- a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeIAMPolicyAssignmentRequest, DescribeIAMPolicyAssignmentResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts index 2853bc3b32c7..147dfae9089d 100644 --- a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeIngestionRequest, DescribeIngestionResponse } from "../models/models_3"; import { de_DescribeIngestionCommand, se_DescribeIngestionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts index e0bb76cfdc01..633cc76ec91b 100644 --- a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../models/models_3"; import { de_DescribeIpRestrictionCommand, se_DescribeIpRestrictionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts index 5ef964e8569b..a1ec0f1f9897 100644 --- a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_3"; import { de_DescribeNamespaceCommand, se_DescribeNamespaceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts index f55dd68fae9d..87c969952b45 100644 --- a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from "../models/models_3"; import { de_DescribeRefreshScheduleCommand, se_DescribeRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts index 5f2c581a3cdb..eb2daae1adbc 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_3"; import { de_DescribeTemplateAliasCommand, se_DescribeTemplateAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts index ec49158cd3d4..142266e17bf1 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_3"; import { de_DescribeTemplateCommand, se_DescribeTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts index 6df8f2829e82..8609a72cfbe6 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTemplateDefinitionRequest, diff --git a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts index 9526a4bcc003..70c559d2524d 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts index 90e84dfdf8b2..97153149c31f 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_3"; import { de_DescribeThemeAliasCommand, se_DescribeThemeAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts index 4a58f61f83cc..c7aef4f1bbfc 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_3"; import { de_DescribeThemeCommand, se_DescribeThemeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts index 52d5b08d049d..3aa349547047 100644 --- a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_3"; import { de_DescribeThemePermissionsCommand, se_DescribeThemePermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts index 967088b3f799..9d57bcceee5c 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTopicRequest, diff --git a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts index adb46e45a246..bfa7f4a72c10 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTopicPermissionsRequest, DescribeTopicPermissionsResponse } from "../models/models_3"; import { de_DescribeTopicPermissionsCommand, se_DescribeTopicPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts index 0457dc8663cf..973adf47be18 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTopicRefreshRequest, DescribeTopicRefreshResponse } from "../models/models_3"; import { de_DescribeTopicRefreshCommand, se_DescribeTopicRefreshCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts index 71229368ceb1..e99a9fc81cbd 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTopicRefreshScheduleRequest, DescribeTopicRefreshScheduleResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/DescribeUserCommand.ts b/clients/client-quicksight/src/commands/DescribeUserCommand.ts index c98e0d211a5b..a8b8a9b9b557 100644 --- a/clients/client-quicksight/src/commands/DescribeUserCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserRequest, DescribeUserResponse } from "../models/models_3"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts index 193c0d9a8206..584c93c99ce1 100644 --- a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse } from "../models/models_3"; import { de_DescribeVPCConnectionCommand, se_DescribeVPCConnectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts index b1ca87a6e4f2..176094ff15b3 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateEmbedUrlForAnonymousUserRequest, diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts index a0bce0480e8b..3aca948d00bc 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateEmbedUrlForRegisteredUserRequest, diff --git a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts index 5f01c7382489..060facfbd7df 100644 --- a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDashboardEmbedUrlRequest, diff --git a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts index 465f0e2d0d69..1c782df515e8 100644 --- a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSessionEmbedUrlRequest, diff --git a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts index 92b9ec491f45..85d95d657f43 100644 --- a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_3"; import { de_ListAnalysesCommand, se_ListAnalysesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts index d9e294308c24..48c1d6dd6499 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/models_3"; import { de_ListAssetBundleExportJobsCommand, se_ListAssetBundleExportJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts index c1c2c9c30478..6fbe45c4aa4e 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_3"; import { de_ListAssetBundleImportJobsCommand, se_ListAssetBundleImportJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts index bab1848fa43c..85f2fd009052 100644 --- a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_3"; import { de_ListDashboardVersionsCommand, se_ListDashboardVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts index 45913c92b8bc..68503b6a733c 100644 --- a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_3"; import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts index 907be68dd855..8c5b280af91f 100644 --- a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_3"; import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts index a75f31531613..606330ed47ae 100644 --- a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_3"; import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts index ac4bcc24bd76..fc51e9a7d201 100644 --- a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_3"; import { de_ListFolderMembersCommand, se_ListFolderMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListFoldersCommand.ts b/clients/client-quicksight/src/commands/ListFoldersCommand.ts index e7d08d8e965f..be0faf0b86af 100644 --- a/clients/client-quicksight/src/commands/ListFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFoldersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFoldersRequest, ListFoldersResponse } from "../models/models_3"; import { de_ListFoldersCommand, se_ListFoldersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts index eef75553db5a..4587cb1ba39a 100644 --- a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_3"; import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListGroupsCommand.ts b/clients/client-quicksight/src/commands/ListGroupsCommand.ts index c2ca57de2b8e..efb0f46c8452 100644 --- a/clients/client-quicksight/src/commands/ListGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupsRequest, ListGroupsResponse } from "../models/models_3"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts index f1e594d786b9..0b7458d2be12 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIAMPolicyAssignmentsRequest, ListIAMPolicyAssignmentsResponse } from "../models/models_3"; import { de_ListIAMPolicyAssignmentsCommand, se_ListIAMPolicyAssignmentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts index 00551c40bda6..bf9bc6daf174 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIAMPolicyAssignmentsForUserRequest, ListIAMPolicyAssignmentsForUserResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts index a18f8b82424e..f94e27bec339 100644 --- a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_3"; import { de_ListIngestionsCommand, se_ListIngestionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts index 2849a8eb918f..429e476e5435 100644 --- a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts +++ b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_3"; import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts index f34d7b88bca2..ad43e921e0e1 100644 --- a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRefreshSchedulesRequest, ListRefreshSchedulesResponse } from "../models/models_3"; import { de_ListRefreshSchedulesCommand, se_ListRefreshSchedulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts index 6e96bd076e4b..c67b511c0fac 100644 --- a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_3"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts index f2aa62b72242..6556bfe75c81 100644 --- a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplateAliasesRequest, ListTemplateAliasesResponse } from "../models/models_3"; import { de_ListTemplateAliasesCommand, se_ListTemplateAliasesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts index a063f4c08940..f33818fdb453 100644 --- a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/models_3"; import { de_ListTemplateVersionsCommand, se_ListTemplateVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts index 8c9c38062c20..2e6a0911d67a 100644 --- a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_3"; import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts index 5d6c0ce34bda..5430ecea6160 100644 --- a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/models_3"; import { de_ListThemeAliasesCommand, se_ListThemeAliasesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts index e8bd46adadc2..708c6ad873da 100644 --- a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/models_3"; import { de_ListThemeVersionsCommand, se_ListThemeVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListThemesCommand.ts b/clients/client-quicksight/src/commands/ListThemesCommand.ts index d459ed77314a..bc7cd2e5e7ae 100644 --- a/clients/client-quicksight/src/commands/ListThemesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListThemesRequest, ListThemesResponse } from "../models/models_3"; import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts index e6405e79b023..9636a1b3e1b2 100644 --- a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } from "../models/models_3"; import { de_ListTopicRefreshSchedulesCommand, se_ListTopicRefreshSchedulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListTopicsCommand.ts b/clients/client-quicksight/src/commands/ListTopicsCommand.ts index f0613d499cf7..8bb722aa53aa 100644 --- a/clients/client-quicksight/src/commands/ListTopicsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTopicsRequest, ListTopicsResponse } from "../models/models_3"; import { de_ListTopicsCommand, se_ListTopicsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts index 42b13330bb9e..7d3be4fd65da 100644 --- a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_3"; import { de_ListUserGroupsCommand, se_ListUserGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListUsersCommand.ts b/clients/client-quicksight/src/commands/ListUsersCommand.ts index 2f5eeae44981..d8bc42822f14 100644 --- a/clients/client-quicksight/src/commands/ListUsersCommand.ts +++ b/clients/client-quicksight/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsersRequest, ListUsersResponse } from "../models/models_3"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts index 1b2555b5c444..7563ca491dec 100644 --- a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models/models_3"; import { de_ListVPCConnectionsCommand, se_ListVPCConnectionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts index a06c00b9a4ed..d4bf2bf14c53 100644 --- a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDataSetRefreshPropertiesRequest, PutDataSetRefreshPropertiesResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/RegisterUserCommand.ts b/clients/client-quicksight/src/commands/RegisterUserCommand.ts index 3d663b913ffa..7805defab67c 100644 --- a/clients/client-quicksight/src/commands/RegisterUserCommand.ts +++ b/clients/client-quicksight/src/commands/RegisterUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterUserRequest, RegisterUserResponse } from "../models/models_3"; import { de_RegisterUserCommand, se_RegisterUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts index b011b2c0ae37..c37e127582aa 100644 --- a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/models_3"; import { de_RestoreAnalysisCommand, se_RestoreAnalysisCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts index e6ca5312e7b6..d6339b445138 100644 --- a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/models_3"; import { de_SearchAnalysesCommand, se_SearchAnalysesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts index f32053597680..46cd3e31ddf7 100644 --- a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/models_3"; import { de_SearchDashboardsCommand, se_SearchDashboardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts index d79b2ea7b6e4..64b04333f433 100644 --- a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchDataSetsRequest, SearchDataSetsResponse } from "../models/models_3"; import { de_SearchDataSetsCommand, se_SearchDataSetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts index 1d23a027411b..827a11237435 100644 --- a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchDataSourcesRequest, SearchDataSourcesResponse } from "../models/models_3"; import { de_SearchDataSourcesCommand, se_SearchDataSourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts index cf1dde93b566..815697c1c9af 100644 --- a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchFoldersRequest, SearchFoldersResponse } from "../models/models_3"; import { de_SearchFoldersCommand, se_SearchFoldersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts index 74054db5e855..52190b34d88e 100644 --- a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_3"; import { de_SearchGroupsCommand, se_SearchGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts index a7438c25a115..a02a86731851 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } from "../models/models_3"; import { de_StartAssetBundleExportJobCommand, se_StartAssetBundleExportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts index a657ef6fa17f..17827dc778ad 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAssetBundleImportJobRequest, diff --git a/clients/client-quicksight/src/commands/TagResourceCommand.ts b/clients/client-quicksight/src/commands/TagResourceCommand.ts index 2ccdbe941a23..c755469ba027 100644 --- a/clients/client-quicksight/src/commands/TagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_3"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UntagResourceCommand.ts b/clients/client-quicksight/src/commands/UntagResourceCommand.ts index 58d48758a76f..22c2edbaecea 100644 --- a/clients/client-quicksight/src/commands/UntagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_3"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts index d3af5aa4238c..c326ce869ad5 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_3"; import { de_UpdateAccountCustomizationCommand, se_UpdateAccountCustomizationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts index 1f1150a2ab8b..7040f9a6c206 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_3"; import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts index 1f3ddbfa5a8b..9475f9a8c0db 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAnalysisRequest, diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts index 579e656de432..38532eba8ceb 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_3"; import { de_UpdateAnalysisPermissionsCommand, se_UpdateAnalysisPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts index b45fd777e270..81303dc7e4d7 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDashboardRequest, diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts index fad2198ef782..8df264a0e9d8 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_3"; import { de_UpdateDashboardPermissionsCommand, se_UpdateDashboardPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts index 29b75f1e5951..0e71b333597e 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts index 5cb798f2514b..29c5a4d639f2 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataSetRequest, diff --git a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts index e58d055b3fa7..c4340418c1a8 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_3"; import { de_UpdateDataSetPermissionsCommand, se_UpdateDataSetPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts index 609b082f8fae..38a3cd7207c3 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataSourceRequest, diff --git a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts index bf50477aed66..9f327e0b3834 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts index 4de7cea97806..c72d4c424476 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_3"; import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts index e568f58858b5..261e4fb63755 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_3"; import { de_UpdateFolderPermissionsCommand, se_UpdateFolderPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts index f5b9241517ff..87c179f3743f 100644 --- a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_3"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts index 8c06bd4b5679..d6e29ce347f8 100644 --- a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_3"; import { de_UpdateIAMPolicyAssignmentCommand, se_UpdateIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts index 5c0c11e492d0..7cadf6380f35 100644 --- a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_3"; import { de_UpdateIpRestrictionCommand, se_UpdateIpRestrictionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts index 8ccf28c01612..41c04923d227 100644 --- a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_3"; import { diff --git a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts index c74340550e90..6fd5781973ca 100644 --- a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } from "../models/models_3"; import { de_UpdateRefreshScheduleCommand, se_UpdateRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts index 13f520930af9..f9cff4551177 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_3"; import { de_UpdateTemplateAliasCommand, se_UpdateTemplateAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts index 25720083b381..63f31b8ebf27 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplateRequest, diff --git a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts index 1fd6da93b74e..e4b5b96fc052 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_3"; import { de_UpdateTemplatePermissionsCommand, se_UpdateTemplatePermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts index 833e2f358b74..08d83fb52f50 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateThemeAliasRequest } from "../models/models_3"; import { UpdateThemeAliasResponse } from "../models/models_4"; diff --git a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts index fa2df82ca816..0028107bfdbc 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_3"; import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts index c33ae1c914a1..128956ba5fa6 100644 --- a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/models_4"; import { de_UpdateThemePermissionsCommand, se_UpdateThemePermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts index 9f8d20b48ec7..4abe43002ad7 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTopicRequest, UpdateTopicRequestFilterSensitiveLog, UpdateTopicResponse } from "../models/models_4"; import { de_UpdateTopicCommand, se_UpdateTopicCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts index 6edcfdd1f785..e257106f210e 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTopicPermissionsRequest, UpdateTopicPermissionsResponse } from "../models/models_4"; import { de_UpdateTopicPermissionsCommand, se_UpdateTopicPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts index 7e0070335cf0..923e19b24d78 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse } from "../models/models_4"; import { de_UpdateTopicRefreshScheduleCommand, se_UpdateTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateUserCommand.ts b/clients/client-quicksight/src/commands/UpdateUserCommand.ts index 6764068297ab..4e143956890b 100644 --- a/clients/client-quicksight/src/commands/UpdateUserCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserRequest, UpdateUserResponse } from "../models/models_4"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts index d26111f8072b..f2863bd65632 100644 --- a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse } from "../models/models_4"; import { de_UpdateVPCConnectionCommand, se_UpdateVPCConnectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-quicksight/src/endpoint/EndpointParameters.ts b/clients/client-quicksight/src/endpoint/EndpointParameters.ts index 2c38bb85ed92..3c46b570ce26 100644 --- a/clients/client-quicksight/src/endpoint/EndpointParameters.ts +++ b/clients/client-quicksight/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-quicksight/src/endpoint/endpointResolver.ts b/clients/client-quicksight/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-quicksight/src/endpoint/endpointResolver.ts +++ b/clients/client-quicksight/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-quicksight/src/endpoint/ruleset.ts b/clients/client-quicksight/src/endpoint/ruleset.ts index 56b88ce88ec7..a3c800896962 100644 --- a/clients/client-quicksight/src/endpoint/ruleset.ts +++ b/clients/client-quicksight/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-quicksight/src/models/QuickSightServiceException.ts b/clients/client-quicksight/src/models/QuickSightServiceException.ts index 9a91a8d2855f..af61123b81ae 100644 --- a/clients/client-quicksight/src/models/QuickSightServiceException.ts +++ b/clients/client-quicksight/src/models/QuickSightServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-quicksight/src/models/models_0.ts b/clients/client-quicksight/src/models/models_0.ts index 7982e2099ac7..162b56b901f2 100644 --- a/clients/client-quicksight/src/models/models_0.ts +++ b/clients/client-quicksight/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException"; diff --git a/clients/client-quicksight/src/models/models_1.ts b/clients/client-quicksight/src/models/models_1.ts index bfacda75e93b..5429dc066668 100644 --- a/clients/client-quicksight/src/models/models_1.ts +++ b/clients/client-quicksight/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { AnalysisDefaults, diff --git a/clients/client-quicksight/src/models/models_2.ts b/clients/client-quicksight/src/models/models_2.ts index 9e7cb1e1e7ea..63c58d953933 100644 --- a/clients/client-quicksight/src/models/models_2.ts +++ b/clients/client-quicksight/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AccountCustomization, diff --git a/clients/client-quicksight/src/models/models_3.ts b/clients/client-quicksight/src/models/models_3.ts index bd6521ba4dbb..abba2bd6dabf 100644 --- a/clients/client-quicksight/src/models/models_3.ts +++ b/clients/client-quicksight/src/models/models_3.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AccountCustomization, diff --git a/clients/client-quicksight/src/pagination/Interfaces.ts b/clients/client-quicksight/src/pagination/Interfaces.ts index 12c8c826b491..2a73ab9f0281 100644 --- a/clients/client-quicksight/src/pagination/Interfaces.ts +++ b/clients/client-quicksight/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { QuickSightClient } from "../QuickSightClient"; diff --git a/clients/client-quicksight/src/pagination/ListAnalysesPaginator.ts b/clients/client-quicksight/src/pagination/ListAnalysesPaginator.ts index 0857c2ae6dc1..7013446482df 100644 --- a/clients/client-quicksight/src/pagination/ListAnalysesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListAnalysesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnalysesCommand, diff --git a/clients/client-quicksight/src/pagination/ListAssetBundleExportJobsPaginator.ts b/clients/client-quicksight/src/pagination/ListAssetBundleExportJobsPaginator.ts index c2a1618f622f..66be4a7f3407 100644 --- a/clients/client-quicksight/src/pagination/ListAssetBundleExportJobsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListAssetBundleExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetBundleExportJobsCommand, diff --git a/clients/client-quicksight/src/pagination/ListAssetBundleImportJobsPaginator.ts b/clients/client-quicksight/src/pagination/ListAssetBundleImportJobsPaginator.ts index 61ef8e39b0da..f0f1cb34841e 100644 --- a/clients/client-quicksight/src/pagination/ListAssetBundleImportJobsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListAssetBundleImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssetBundleImportJobsCommand, diff --git a/clients/client-quicksight/src/pagination/ListDashboardVersionsPaginator.ts b/clients/client-quicksight/src/pagination/ListDashboardVersionsPaginator.ts index 28246be555ff..4ea698215ca4 100644 --- a/clients/client-quicksight/src/pagination/ListDashboardVersionsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListDashboardVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDashboardVersionsCommand, diff --git a/clients/client-quicksight/src/pagination/ListDashboardsPaginator.ts b/clients/client-quicksight/src/pagination/ListDashboardsPaginator.ts index ab45e4df80e8..801446be8089 100644 --- a/clients/client-quicksight/src/pagination/ListDashboardsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListDashboardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDashboardsCommand, diff --git a/clients/client-quicksight/src/pagination/ListDataSetsPaginator.ts b/clients/client-quicksight/src/pagination/ListDataSetsPaginator.ts index db46265fff9a..afce30af4d7e 100644 --- a/clients/client-quicksight/src/pagination/ListDataSetsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListDataSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSetsCommand, diff --git a/clients/client-quicksight/src/pagination/ListDataSourcesPaginator.ts b/clients/client-quicksight/src/pagination/ListDataSourcesPaginator.ts index a4950d9c3573..0fffca1cb704 100644 --- a/clients/client-quicksight/src/pagination/ListDataSourcesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListDataSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataSourcesCommand, diff --git a/clients/client-quicksight/src/pagination/ListIngestionsPaginator.ts b/clients/client-quicksight/src/pagination/ListIngestionsPaginator.ts index 51327d190094..cd1d302eace2 100644 --- a/clients/client-quicksight/src/pagination/ListIngestionsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListIngestionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIngestionsCommand, diff --git a/clients/client-quicksight/src/pagination/ListNamespacesPaginator.ts b/clients/client-quicksight/src/pagination/ListNamespacesPaginator.ts index afd79cfe8d11..518a921dffba 100644 --- a/clients/client-quicksight/src/pagination/ListNamespacesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListNamespacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNamespacesCommand, diff --git a/clients/client-quicksight/src/pagination/ListTemplateAliasesPaginator.ts b/clients/client-quicksight/src/pagination/ListTemplateAliasesPaginator.ts index 3cbcdfbe9dc8..6746ec0b8f3a 100644 --- a/clients/client-quicksight/src/pagination/ListTemplateAliasesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListTemplateAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplateAliasesCommand, diff --git a/clients/client-quicksight/src/pagination/ListTemplateVersionsPaginator.ts b/clients/client-quicksight/src/pagination/ListTemplateVersionsPaginator.ts index 92908e221715..d9e3396cddfd 100644 --- a/clients/client-quicksight/src/pagination/ListTemplateVersionsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListTemplateVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplateVersionsCommand, diff --git a/clients/client-quicksight/src/pagination/ListTemplatesPaginator.ts b/clients/client-quicksight/src/pagination/ListTemplatesPaginator.ts index 3c0af25a92df..3a042e44aa93 100644 --- a/clients/client-quicksight/src/pagination/ListTemplatesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTemplatesCommand, diff --git a/clients/client-quicksight/src/pagination/ListThemeVersionsPaginator.ts b/clients/client-quicksight/src/pagination/ListThemeVersionsPaginator.ts index 61c06f8efdd1..a0cdd727aa42 100644 --- a/clients/client-quicksight/src/pagination/ListThemeVersionsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListThemeVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThemeVersionsCommand, diff --git a/clients/client-quicksight/src/pagination/ListThemesPaginator.ts b/clients/client-quicksight/src/pagination/ListThemesPaginator.ts index ad333b315365..7bd16e439d54 100644 --- a/clients/client-quicksight/src/pagination/ListThemesPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListThemesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListThemesCommand, ListThemesCommandInput, ListThemesCommandOutput } from "../commands/ListThemesCommand"; import { QuickSightClient } from "../QuickSightClient"; diff --git a/clients/client-quicksight/src/pagination/ListTopicsPaginator.ts b/clients/client-quicksight/src/pagination/ListTopicsPaginator.ts index 67c7481e5830..5db9140d9156 100644 --- a/clients/client-quicksight/src/pagination/ListTopicsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListTopicsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTopicsCommand, ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand"; import { QuickSightClient } from "../QuickSightClient"; diff --git a/clients/client-quicksight/src/pagination/ListVPCConnectionsPaginator.ts b/clients/client-quicksight/src/pagination/ListVPCConnectionsPaginator.ts index e4f272eefc20..afda3d4d85d4 100644 --- a/clients/client-quicksight/src/pagination/ListVPCConnectionsPaginator.ts +++ b/clients/client-quicksight/src/pagination/ListVPCConnectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVPCConnectionsCommand, diff --git a/clients/client-quicksight/src/pagination/SearchAnalysesPaginator.ts b/clients/client-quicksight/src/pagination/SearchAnalysesPaginator.ts index 157f4ae31bb4..ef461616c115 100644 --- a/clients/client-quicksight/src/pagination/SearchAnalysesPaginator.ts +++ b/clients/client-quicksight/src/pagination/SearchAnalysesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchAnalysesCommand, diff --git a/clients/client-quicksight/src/pagination/SearchDashboardsPaginator.ts b/clients/client-quicksight/src/pagination/SearchDashboardsPaginator.ts index e6ff00cf0ac6..15ce35271401 100644 --- a/clients/client-quicksight/src/pagination/SearchDashboardsPaginator.ts +++ b/clients/client-quicksight/src/pagination/SearchDashboardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchDashboardsCommand, diff --git a/clients/client-quicksight/src/pagination/SearchDataSetsPaginator.ts b/clients/client-quicksight/src/pagination/SearchDataSetsPaginator.ts index d26b7f0652b1..132a5e7589e9 100644 --- a/clients/client-quicksight/src/pagination/SearchDataSetsPaginator.ts +++ b/clients/client-quicksight/src/pagination/SearchDataSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchDataSetsCommand, diff --git a/clients/client-quicksight/src/pagination/SearchDataSourcesPaginator.ts b/clients/client-quicksight/src/pagination/SearchDataSourcesPaginator.ts index 8ec964279466..6165318b6726 100644 --- a/clients/client-quicksight/src/pagination/SearchDataSourcesPaginator.ts +++ b/clients/client-quicksight/src/pagination/SearchDataSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchDataSourcesCommand, diff --git a/clients/client-quicksight/src/protocols/Aws_restJson1.ts b/clients/client-quicksight/src/protocols/Aws_restJson1.ts index c4102fbbac3e..6f407ab8ebf5 100644 --- a/clients/client-quicksight/src/protocols/Aws_restJson1.ts +++ b/clients/client-quicksight/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -19,10 +20,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand"; import { diff --git a/clients/client-quicksight/src/runtimeConfig.browser.ts b/clients/client-quicksight/src/runtimeConfig.browser.ts index 4f61842534ab..b5b494773de4 100644 --- a/clients/client-quicksight/src/runtimeConfig.browser.ts +++ b/clients/client-quicksight/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QuickSightClientConfig } from "./QuickSightClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-quicksight/src/runtimeConfig.shared.ts b/clients/client-quicksight/src/runtimeConfig.shared.ts index 5fdd44520de7..4a53ca05ec5b 100644 --- a/clients/client-quicksight/src/runtimeConfig.shared.ts +++ b/clients/client-quicksight/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { QuickSightClientConfig } from "./QuickSightClient"; diff --git a/clients/client-quicksight/src/runtimeConfig.ts b/clients/client-quicksight/src/runtimeConfig.ts index 62f8c35eb1d8..987fdf2716e3 100644 --- a/clients/client-quicksight/src/runtimeConfig.ts +++ b/clients/client-quicksight/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QuickSightClientConfig } from "./QuickSightClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index 19b4e97c0039..371c6d0da906 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ram/src/RAM.ts b/clients/client-ram/src/RAM.ts index 0eb9c83d77c8..34424f79781e 100644 --- a/clients/client-ram/src/RAM.ts +++ b/clients/client-ram/src/RAM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptResourceShareInvitationCommand, diff --git a/clients/client-ram/src/RAMClient.ts b/clients/client-ram/src/RAMClient.ts index eaf9168f603b..b67fd7eff697 100644 --- a/clients/client-ram/src/RAMClient.ts +++ b/clients/client-ram/src/RAMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -255,7 +253,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -364,7 +362,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts index 61d62c3cd126..6de90f846723 100644 --- a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts index 57b76f80744b..75a4eaee287f 100644 --- a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0"; import { de_AssociateResourceShareCommand, se_AssociateResourceShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts index 08d67f79286b..645d4def59bb 100644 --- a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/CreatePermissionCommand.ts b/clients/client-ram/src/commands/CreatePermissionCommand.ts index 6a6543bb1945..4004accfe429 100644 --- a/clients/client-ram/src/commands/CreatePermissionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePermissionRequest, CreatePermissionResponse } from "../models/models_0"; import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts index e2d6112f2a29..bf56c6b7d57e 100644 --- a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePermissionVersionRequest, CreatePermissionVersionResponse } from "../models/models_0"; import { de_CreatePermissionVersionCommand, se_CreatePermissionVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/CreateResourceShareCommand.ts b/clients/client-ram/src/commands/CreateResourceShareCommand.ts index 6cda0eee5916..6c9b4a31986d 100644 --- a/clients/client-ram/src/commands/CreateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/CreateResourceShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0"; import { de_CreateResourceShareCommand, se_CreateResourceShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/DeletePermissionCommand.ts b/clients/client-ram/src/commands/DeletePermissionCommand.ts index f332f82f0c14..105a55d9cb22 100644 --- a/clients/client-ram/src/commands/DeletePermissionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionRequest, DeletePermissionResponse } from "../models/models_0"; import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts index 1505a844a441..e5dbd9c9727e 100644 --- a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from "../models/models_0"; import { de_DeletePermissionVersionCommand, se_DeletePermissionVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts index ed33e588fe3a..d8f0f87bc758 100644 --- a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0"; import { de_DeleteResourceShareCommand, se_DeleteResourceShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts index e6c5f768722a..cfb79dbed9ba 100644 --- a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0"; import { de_DisassociateResourceShareCommand, se_DisassociateResourceShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts index bcbf149e6a51..e49c27ddd2f7 100644 --- a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResourceSharePermissionRequest, diff --git a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts index 860923024fc3..963903e83e25 100644 --- a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts +++ b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/GetPermissionCommand.ts b/clients/client-ram/src/commands/GetPermissionCommand.ts index 3c3e3579f493..8e764c38fd2b 100644 --- a/clients/client-ram/src/commands/GetPermissionCommand.ts +++ b/clients/client-ram/src/commands/GetPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0"; import { de_GetPermissionCommand, se_GetPermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts index e402f9d17c4f..ea78fa9a2620 100644 --- a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0"; import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts index 656eb3ba0867..5951b4a3a432 100644 --- a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts index a48411f8238a..2b25a99e916e 100644 --- a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/GetResourceSharesCommand.ts b/clients/client-ram/src/commands/GetResourceSharesCommand.ts index 98c79199d219..e4dc8c34c043 100644 --- a/clients/client-ram/src/commands/GetResourceSharesCommand.ts +++ b/clients/client-ram/src/commands/GetResourceSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0"; import { de_GetResourceSharesCommand, se_GetResourceSharesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts index b0b3c70f0a9d..dd4127fa1c6e 100644 --- a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts index 93089eaeefb4..dafc53ccd768 100644 --- a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } from "../models/models_0"; import { de_ListPermissionAssociationsCommand, se_ListPermissionAssociationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts index 28cfeabd1219..8e4eb42efb72 100644 --- a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0"; import { de_ListPermissionVersionsCommand, se_ListPermissionVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListPermissionsCommand.ts b/clients/client-ram/src/commands/ListPermissionsCommand.ts index e0bb14ac28ba..576d86c1ce72 100644 --- a/clients/client-ram/src/commands/ListPermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListPrincipalsCommand.ts b/clients/client-ram/src/commands/ListPrincipalsCommand.ts index bec528e1da2f..7d25c118d1e1 100644 --- a/clients/client-ram/src/commands/ListPrincipalsCommand.ts +++ b/clients/client-ram/src/commands/ListPrincipalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0"; import { de_ListPrincipalsCommand, se_ListPrincipalsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts index 980771f95879..22ca5c886aff 100644 --- a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts +++ b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReplacePermissionAssociationsWorkRequest, diff --git a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts index 262fc002a8cf..5419f289a88a 100644 --- a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/ListResourceTypesCommand.ts b/clients/client-ram/src/commands/ListResourceTypesCommand.ts index 2cf2b5cfbd55..12493f9efd71 100644 --- a/clients/client-ram/src/commands/ListResourceTypesCommand.ts +++ b/clients/client-ram/src/commands/ListResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0"; import { de_ListResourceTypesCommand, se_ListResourceTypesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/ListResourcesCommand.ts b/clients/client-ram/src/commands/ListResourcesCommand.ts index 5e0c8d4a2168..36dd89f470ed 100644 --- a/clients/client-ram/src/commands/ListResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0"; import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts index a863cc8fdbc6..2a4bd16d85c3 100644 --- a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromotePermissionCreatedFromPolicyRequest, diff --git a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts index cdc9c3217685..9b6be42a052d 100644 --- a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromoteResourceShareCreatedFromPolicyRequest, diff --git a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts index ebaeeca9f12e..7729681c3023 100644 --- a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts index b87c24fa46c0..bdeeb63c2f5c 100644 --- a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReplacePermissionAssociationsRequest, ReplacePermissionAssociationsResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts index 61511babef04..2e34f4badc3e 100644 --- a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetDefaultPermissionVersionRequest, SetDefaultPermissionVersionResponse } from "../models/models_0"; import { diff --git a/clients/client-ram/src/commands/TagResourceCommand.ts b/clients/client-ram/src/commands/TagResourceCommand.ts index 88b1c66fd4e0..185f3d533146 100644 --- a/clients/client-ram/src/commands/TagResourceCommand.ts +++ b/clients/client-ram/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/UntagResourceCommand.ts b/clients/client-ram/src/commands/UntagResourceCommand.ts index 7cb88fa7a92c..0dc21dc416c4 100644 --- a/clients/client-ram/src/commands/UntagResourceCommand.ts +++ b/clients/client-ram/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts index 8b1c363221c2..8eca4bbce7c4 100644 --- a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0"; import { de_UpdateResourceShareCommand, se_UpdateResourceShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ram/src/endpoint/EndpointParameters.ts b/clients/client-ram/src/endpoint/EndpointParameters.ts index c7bff6f73dbe..34bbb9c1e074 100644 --- a/clients/client-ram/src/endpoint/EndpointParameters.ts +++ b/clients/client-ram/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ram/src/endpoint/endpointResolver.ts b/clients/client-ram/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ram/src/endpoint/endpointResolver.ts +++ b/clients/client-ram/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ram/src/endpoint/ruleset.ts b/clients/client-ram/src/endpoint/ruleset.ts index 719edf79f56c..7e93408e0459 100644 --- a/clients/client-ram/src/endpoint/ruleset.ts +++ b/clients/client-ram/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ram/src/models/RAMServiceException.ts b/clients/client-ram/src/models/RAMServiceException.ts index 5214eea45a3c..e8d688621e1b 100644 --- a/clients/client-ram/src/models/RAMServiceException.ts +++ b/clients/client-ram/src/models/RAMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ram/src/models/models_0.ts b/clients/client-ram/src/models/models_0.ts index 43ab8069ab78..445d0225fb72 100644 --- a/clients/client-ram/src/models/models_0.ts +++ b/clients/client-ram/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RAMServiceException as __BaseException } from "./RAMServiceException"; diff --git a/clients/client-ram/src/pagination/GetResourcePoliciesPaginator.ts b/clients/client-ram/src/pagination/GetResourcePoliciesPaginator.ts index 855b557b7adc..2c595fd0fa52 100644 --- a/clients/client-ram/src/pagination/GetResourcePoliciesPaginator.ts +++ b/clients/client-ram/src/pagination/GetResourcePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourcePoliciesCommand, diff --git a/clients/client-ram/src/pagination/GetResourceShareAssociationsPaginator.ts b/clients/client-ram/src/pagination/GetResourceShareAssociationsPaginator.ts index c4f599f79410..7b91bfb89da0 100644 --- a/clients/client-ram/src/pagination/GetResourceShareAssociationsPaginator.ts +++ b/clients/client-ram/src/pagination/GetResourceShareAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceShareAssociationsCommand, diff --git a/clients/client-ram/src/pagination/GetResourceShareInvitationsPaginator.ts b/clients/client-ram/src/pagination/GetResourceShareInvitationsPaginator.ts index 44b125eb61b5..e3c881136096 100644 --- a/clients/client-ram/src/pagination/GetResourceShareInvitationsPaginator.ts +++ b/clients/client-ram/src/pagination/GetResourceShareInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceShareInvitationsCommand, diff --git a/clients/client-ram/src/pagination/GetResourceSharesPaginator.ts b/clients/client-ram/src/pagination/GetResourceSharesPaginator.ts index 7bf3bca4dd36..9d7d1be89463 100644 --- a/clients/client-ram/src/pagination/GetResourceSharesPaginator.ts +++ b/clients/client-ram/src/pagination/GetResourceSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourceSharesCommand, diff --git a/clients/client-ram/src/pagination/Interfaces.ts b/clients/client-ram/src/pagination/Interfaces.ts index a9c5875ccc1f..d22774430f26 100644 --- a/clients/client-ram/src/pagination/Interfaces.ts +++ b/clients/client-ram/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RAMClient } from "../RAMClient"; diff --git a/clients/client-ram/src/pagination/ListPendingInvitationResourcesPaginator.ts b/clients/client-ram/src/pagination/ListPendingInvitationResourcesPaginator.ts index 539ee3200294..4925a7487e7c 100644 --- a/clients/client-ram/src/pagination/ListPendingInvitationResourcesPaginator.ts +++ b/clients/client-ram/src/pagination/ListPendingInvitationResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPendingInvitationResourcesCommand, diff --git a/clients/client-ram/src/pagination/ListPermissionAssociationsPaginator.ts b/clients/client-ram/src/pagination/ListPermissionAssociationsPaginator.ts index 0a9ff46a9877..4d051d0c3396 100644 --- a/clients/client-ram/src/pagination/ListPermissionAssociationsPaginator.ts +++ b/clients/client-ram/src/pagination/ListPermissionAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionAssociationsCommand, diff --git a/clients/client-ram/src/pagination/ListPermissionVersionsPaginator.ts b/clients/client-ram/src/pagination/ListPermissionVersionsPaginator.ts index 872a1cd7e5e0..f8319de4262f 100644 --- a/clients/client-ram/src/pagination/ListPermissionVersionsPaginator.ts +++ b/clients/client-ram/src/pagination/ListPermissionVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionVersionsCommand, diff --git a/clients/client-ram/src/pagination/ListPermissionsPaginator.ts b/clients/client-ram/src/pagination/ListPermissionsPaginator.ts index 9e016101f2e4..4b21baa4d3a9 100644 --- a/clients/client-ram/src/pagination/ListPermissionsPaginator.ts +++ b/clients/client-ram/src/pagination/ListPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionsCommand, diff --git a/clients/client-ram/src/pagination/ListPrincipalsPaginator.ts b/clients/client-ram/src/pagination/ListPrincipalsPaginator.ts index 82232987bea6..24e5acbb58f7 100644 --- a/clients/client-ram/src/pagination/ListPrincipalsPaginator.ts +++ b/clients/client-ram/src/pagination/ListPrincipalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPrincipalsCommand, diff --git a/clients/client-ram/src/pagination/ListReplacePermissionAssociationsWorkPaginator.ts b/clients/client-ram/src/pagination/ListReplacePermissionAssociationsWorkPaginator.ts index 92e2fab40daa..cc8aa1d29eef 100644 --- a/clients/client-ram/src/pagination/ListReplacePermissionAssociationsWorkPaginator.ts +++ b/clients/client-ram/src/pagination/ListReplacePermissionAssociationsWorkPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReplacePermissionAssociationsWorkCommand, diff --git a/clients/client-ram/src/pagination/ListResourceSharePermissionsPaginator.ts b/clients/client-ram/src/pagination/ListResourceSharePermissionsPaginator.ts index 2c37c83c3ab2..c028fffd75e3 100644 --- a/clients/client-ram/src/pagination/ListResourceSharePermissionsPaginator.ts +++ b/clients/client-ram/src/pagination/ListResourceSharePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceSharePermissionsCommand, diff --git a/clients/client-ram/src/pagination/ListResourceTypesPaginator.ts b/clients/client-ram/src/pagination/ListResourceTypesPaginator.ts index 27b60d9507c5..6253a53f6403 100644 --- a/clients/client-ram/src/pagination/ListResourceTypesPaginator.ts +++ b/clients/client-ram/src/pagination/ListResourceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceTypesCommand, diff --git a/clients/client-ram/src/pagination/ListResourcesPaginator.ts b/clients/client-ram/src/pagination/ListResourcesPaginator.ts index 2126e59c8c86..77c85ef3437c 100644 --- a/clients/client-ram/src/pagination/ListResourcesPaginator.ts +++ b/clients/client-ram/src/pagination/ListResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcesCommand, diff --git a/clients/client-ram/src/protocols/Aws_restJson1.ts b/clients/client-ram/src/protocols/Aws_restJson1.ts index 1beeb7ea95a8..404d7c118abc 100644 --- a/clients/client-ram/src/protocols/Aws_restJson1.ts +++ b/clients/client-ram/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptResourceShareInvitationCommandInput, diff --git a/clients/client-ram/src/runtimeConfig.browser.ts b/clients/client-ram/src/runtimeConfig.browser.ts index 0a579a6cb1c1..7d742ad47fd7 100644 --- a/clients/client-ram/src/runtimeConfig.browser.ts +++ b/clients/client-ram/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RAMClientConfig } from "./RAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ram/src/runtimeConfig.shared.ts b/clients/client-ram/src/runtimeConfig.shared.ts index 681a9dd4806e..e2dc23dca3ef 100644 --- a/clients/client-ram/src/runtimeConfig.shared.ts +++ b/clients/client-ram/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RAMClientConfig } from "./RAMClient"; diff --git a/clients/client-ram/src/runtimeConfig.ts b/clients/client-ram/src/runtimeConfig.ts index a2c82bd33b25..4da01d0fd732 100644 --- a/clients/client-ram/src/runtimeConfig.ts +++ b/clients/client-ram/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RAMClientConfig } from "./RAMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rbin/package.json b/clients/client-rbin/package.json index bbf7b135eac7..455425f92b61 100644 --- a/clients/client-rbin/package.json +++ b/clients/client-rbin/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rbin/src/Rbin.ts b/clients/client-rbin/src/Rbin.ts index ae813f7c21c8..f9709ab1efef 100644 --- a/clients/client-rbin/src/Rbin.ts +++ b/clients/client-rbin/src/Rbin.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateRuleCommand, CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand"; import { DeleteRuleCommand, DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand"; diff --git a/clients/client-rbin/src/RbinClient.ts b/clients/client-rbin/src/RbinClient.ts index 35a0211c0f9e..a4ef3fa79eb5 100644 --- a/clients/client-rbin/src/RbinClient.ts +++ b/clients/client-rbin/src/RbinClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand"; @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rbin/src/commands/CreateRuleCommand.ts b/clients/client-rbin/src/commands/CreateRuleCommand.ts index 1e47f3226433..4e7d7c18bd94 100644 --- a/clients/client-rbin/src/commands/CreateRuleCommand.ts +++ b/clients/client-rbin/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/DeleteRuleCommand.ts b/clients/client-rbin/src/commands/DeleteRuleCommand.ts index 358dc7fff633..8852c5c94eef 100644 --- a/clients/client-rbin/src/commands/DeleteRuleCommand.ts +++ b/clients/client-rbin/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/GetRuleCommand.ts b/clients/client-rbin/src/commands/GetRuleCommand.ts index 28980cd2bd67..b70a4c899637 100644 --- a/clients/client-rbin/src/commands/GetRuleCommand.ts +++ b/clients/client-rbin/src/commands/GetRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/ListRulesCommand.ts b/clients/client-rbin/src/commands/ListRulesCommand.ts index ca3a19a13f88..f2599f5961d8 100644 --- a/clients/client-rbin/src/commands/ListRulesCommand.ts +++ b/clients/client-rbin/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts index 1f0b6e6d6a84..b27c1be21c2b 100644 --- a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/LockRuleCommand.ts b/clients/client-rbin/src/commands/LockRuleCommand.ts index e5ea4802d952..99ce7a24bc12 100644 --- a/clients/client-rbin/src/commands/LockRuleCommand.ts +++ b/clients/client-rbin/src/commands/LockRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LockRuleRequest, LockRuleResponse } from "../models/models_0"; import { de_LockRuleCommand, se_LockRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/TagResourceCommand.ts b/clients/client-rbin/src/commands/TagResourceCommand.ts index 2a57319292a1..4b956c4f2c14 100644 --- a/clients/client-rbin/src/commands/TagResourceCommand.ts +++ b/clients/client-rbin/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/UnlockRuleCommand.ts b/clients/client-rbin/src/commands/UnlockRuleCommand.ts index e9d119f7b4e7..a34a4d348e7e 100644 --- a/clients/client-rbin/src/commands/UnlockRuleCommand.ts +++ b/clients/client-rbin/src/commands/UnlockRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnlockRuleRequest, UnlockRuleResponse } from "../models/models_0"; import { de_UnlockRuleCommand, se_UnlockRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/UntagResourceCommand.ts b/clients/client-rbin/src/commands/UntagResourceCommand.ts index 0d65324294a8..b20f9c2a6b0d 100644 --- a/clients/client-rbin/src/commands/UntagResourceCommand.ts +++ b/clients/client-rbin/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/commands/UpdateRuleCommand.ts b/clients/client-rbin/src/commands/UpdateRuleCommand.ts index f144c67a1538..1b18e1d913ba 100644 --- a/clients/client-rbin/src/commands/UpdateRuleCommand.ts +++ b/clients/client-rbin/src/commands/UpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rbin/src/endpoint/EndpointParameters.ts b/clients/client-rbin/src/endpoint/EndpointParameters.ts index 94874c2a9860..b0aad81e9bcd 100644 --- a/clients/client-rbin/src/endpoint/EndpointParameters.ts +++ b/clients/client-rbin/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rbin/src/endpoint/endpointResolver.ts b/clients/client-rbin/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rbin/src/endpoint/endpointResolver.ts +++ b/clients/client-rbin/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rbin/src/endpoint/ruleset.ts b/clients/client-rbin/src/endpoint/ruleset.ts index 63aaa3e433d4..3b5d84b77490 100644 --- a/clients/client-rbin/src/endpoint/ruleset.ts +++ b/clients/client-rbin/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rbin/src/models/RbinServiceException.ts b/clients/client-rbin/src/models/RbinServiceException.ts index 6e8f92a0eafe..c28f608b979b 100644 --- a/clients/client-rbin/src/models/RbinServiceException.ts +++ b/clients/client-rbin/src/models/RbinServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rbin/src/models/models_0.ts b/clients/client-rbin/src/models/models_0.ts index e449ab7f46c7..343f1f4faf09 100644 --- a/clients/client-rbin/src/models/models_0.ts +++ b/clients/client-rbin/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RbinServiceException as __BaseException } from "./RbinServiceException"; diff --git a/clients/client-rbin/src/pagination/Interfaces.ts b/clients/client-rbin/src/pagination/Interfaces.ts index d9650fa9378e..bd116643ff78 100644 --- a/clients/client-rbin/src/pagination/Interfaces.ts +++ b/clients/client-rbin/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RbinClient } from "../RbinClient"; diff --git a/clients/client-rbin/src/pagination/ListRulesPaginator.ts b/clients/client-rbin/src/pagination/ListRulesPaginator.ts index 1083c18bf9a9..bedae2ac774e 100644 --- a/clients/client-rbin/src/pagination/ListRulesPaginator.ts +++ b/clients/client-rbin/src/pagination/ListRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesCommand, ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand"; import { RbinClient } from "../RbinClient"; diff --git a/clients/client-rbin/src/protocols/Aws_restJson1.ts b/clients/client-rbin/src/protocols/Aws_restJson1.ts index b16ebb5a1e19..7e2c1d8ba1b0 100644 --- a/clients/client-rbin/src/protocols/Aws_restJson1.ts +++ b/clients/client-rbin/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand"; import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand"; diff --git a/clients/client-rbin/src/runtimeConfig.browser.ts b/clients/client-rbin/src/runtimeConfig.browser.ts index 3fe79337a8ba..fddbf113a3b1 100644 --- a/clients/client-rbin/src/runtimeConfig.browser.ts +++ b/clients/client-rbin/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RbinClientConfig } from "./RbinClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rbin/src/runtimeConfig.shared.ts b/clients/client-rbin/src/runtimeConfig.shared.ts index 9eca95557d27..639635ce7f47 100644 --- a/clients/client-rbin/src/runtimeConfig.shared.ts +++ b/clients/client-rbin/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RbinClientConfig } from "./RbinClient"; diff --git a/clients/client-rbin/src/runtimeConfig.ts b/clients/client-rbin/src/runtimeConfig.ts index 35342a9b0daa..34975db1c348 100644 --- a/clients/client-rbin/src/runtimeConfig.ts +++ b/clients/client-rbin/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RbinClientConfig } from "./RbinClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index a1518598be06..417613812851 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rds-data/src/RDSData.ts b/clients/client-rds-data/src/RDSData.ts index de36d65d3052..e4d76020f87a 100644 --- a/clients/client-rds-data/src/RDSData.ts +++ b/clients/client-rds-data/src/RDSData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchExecuteStatementCommand, diff --git a/clients/client-rds-data/src/RDSDataClient.ts b/clients/client-rds-data/src/RDSDataClient.ts index ec972498e93b..100088b17e86 100644 --- a/clients/client-rds-data/src/RDSDataClient.ts +++ b/clients/client-rds-data/src/RDSDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -105,7 +103,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -214,7 +212,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts index 72642d19c686..97d4c0ac121f 100644 --- a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchExecuteStatementRequest, BatchExecuteStatementResponse } from "../models/models_0"; import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts index 475416ec579f..6f5f34410d48 100644 --- a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BeginTransactionRequest, BeginTransactionResponse } from "../models/models_0"; import { de_BeginTransactionCommand, se_BeginTransactionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts index 19558501b885..83934b37e9e9 100644 --- a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0"; import { de_CommitTransactionCommand, se_CommitTransactionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts index 000b76ccdefa..7c54687b902e 100644 --- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteSqlRequest, ExecuteSqlResponse } from "../models/models_0"; import { de_ExecuteSqlCommand, se_ExecuteSqlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts index 57f12765a922..9daf580a5bc2 100644 --- a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteStatementRequest, ExecuteStatementResponse } from "../models/models_0"; import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts index ebc6a36a1a4d..adab3c1d2345 100644 --- a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RollbackTransactionRequest, RollbackTransactionResponse } from "../models/models_0"; import { de_RollbackTransactionCommand, se_RollbackTransactionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rds-data/src/endpoint/EndpointParameters.ts b/clients/client-rds-data/src/endpoint/EndpointParameters.ts index 422e3c337043..bc62901d8947 100644 --- a/clients/client-rds-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-rds-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rds-data/src/endpoint/endpointResolver.ts b/clients/client-rds-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rds-data/src/endpoint/endpointResolver.ts +++ b/clients/client-rds-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rds-data/src/endpoint/ruleset.ts b/clients/client-rds-data/src/endpoint/ruleset.ts index 773fc0a87618..5b5e1089f14c 100644 --- a/clients/client-rds-data/src/endpoint/ruleset.ts +++ b/clients/client-rds-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rds-data/src/models/RDSDataServiceException.ts b/clients/client-rds-data/src/models/RDSDataServiceException.ts index 8307b353f1d6..958e4d6b852f 100644 --- a/clients/client-rds-data/src/models/RDSDataServiceException.ts +++ b/clients/client-rds-data/src/models/RDSDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rds-data/src/models/models_0.ts b/clients/client-rds-data/src/models/models_0.ts index b0bbe7a86717..13d5ded73f96 100644 --- a/clients/client-rds-data/src/models/models_0.ts +++ b/clients/client-rds-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RDSDataServiceException as __BaseException } from "./RDSDataServiceException"; diff --git a/clients/client-rds-data/src/protocols/Aws_restJson1.ts b/clients/client-rds-data/src/protocols/Aws_restJson1.ts index ba794c933baf..4495fafe6f05 100644 --- a/clients/client-rds-data/src/protocols/Aws_restJson1.ts +++ b/clients/client-rds-data/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchExecuteStatementCommandInput, diff --git a/clients/client-rds-data/src/runtimeConfig.browser.ts b/clients/client-rds-data/src/runtimeConfig.browser.ts index 7075b18ee348..f4e68d2f7bcc 100644 --- a/clients/client-rds-data/src/runtimeConfig.browser.ts +++ b/clients/client-rds-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RDSDataClientConfig } from "./RDSDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rds-data/src/runtimeConfig.shared.ts b/clients/client-rds-data/src/runtimeConfig.shared.ts index 1601b21f9501..469904df8f88 100644 --- a/clients/client-rds-data/src/runtimeConfig.shared.ts +++ b/clients/client-rds-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RDSDataClientConfig } from "./RDSDataClient"; diff --git a/clients/client-rds-data/src/runtimeConfig.ts b/clients/client-rds-data/src/runtimeConfig.ts index ecd6146f1513..025721872a20 100644 --- a/clients/client-rds-data/src/runtimeConfig.ts +++ b/clients/client-rds-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RDSDataClientConfig } from "./RDSDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index 0dafef7516e6..ded53458ae5b 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-rds": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rds/src/RDS.ts b/clients/client-rds/src/RDS.ts index 0ee98daa9b80..968bede833b6 100644 --- a/clients/client-rds/src/RDS.ts +++ b/clients/client-rds/src/RDS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddRoleToDBClusterCommand, diff --git a/clients/client-rds/src/RDSClient.ts b/clients/client-rds/src/RDSClient.ts index e301c37168d5..cc7499e1969b 100644 --- a/clients/client-rds/src/RDSClient.ts +++ b/clients/client-rds/src/RDSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand"; @@ -819,7 +817,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -928,7 +926,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts index 5a367214c742..93b3e924f045 100644 --- a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddRoleToDBClusterMessage } from "../models/models_0"; import { de_AddRoleToDBClusterCommand, se_AddRoleToDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts index b25591ce49c6..02a5ea5effad 100644 --- a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddRoleToDBInstanceMessage } from "../models/models_0"; import { de_AddRoleToDBInstanceCommand, se_AddRoleToDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 8f7d7cfa8a9c..f0fe2e35eb9c 100644 --- a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts index e78bdde4eece..fa83e53ea086 100644 --- a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceMessage } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts index 5a94d81d6e7f..77c7c5315fe0 100644 --- a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts index a4a4f5613c81..a6a976b0efd6 100644 --- a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeDBSecurityGroupIngressMessage, AuthorizeDBSecurityGroupIngressResult } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts index c1fcf7ecc961..bfcad2d71101 100644 --- a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts +++ b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BacktrackDBClusterMessage, DBClusterBacktrack } from "../models/models_0"; import { de_BacktrackDBClusterCommand, se_BacktrackDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CancelExportTaskCommand.ts b/clients/client-rds/src/commands/CancelExportTaskCommand.ts index aebd50f43c3d..3fc2c807123a 100644 --- a/clients/client-rds/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-rds/src/commands/CancelExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelExportTaskMessage, ExportTask } from "../models/models_0"; import { de_CancelExportTaskCommand, se_CancelExportTaskCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts index f2141a764033..0dbb59c7a4e5 100644 --- a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0"; import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts index 3c0ee99e49de..a1fc7e1c98bc 100644 --- a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0"; import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts index 3ea02f317971..2bf3bb491f8e 100644 --- a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBParameterGroupMessage, CopyDBParameterGroupResult } from "../models/models_0"; import { de_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts index a4f160106eeb..662ae3baf356 100644 --- a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyDBSnapshotMessage, CopyDBSnapshotResult } from "../models/models_0"; import { de_CopyDBSnapshotCommand, se_CopyDBSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts index eea37ff48bdf..08fdbbc962fb 100644 --- a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyOptionGroupMessage, CopyOptionGroupResult } from "../models/models_0"; import { de_CopyOptionGroupCommand, se_CopyOptionGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts index 4058dd4a0302..8d5eb6dc0d0a 100644 --- a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBlueGreenDeploymentRequest, CreateBlueGreenDeploymentResponse } from "../models/models_0"; import { de_CreateBlueGreenDeploymentCommand, se_CreateBlueGreenDeploymentCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts index 6e49b90a6e13..a25087146e67 100644 --- a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomDBEngineVersionMessage, DBEngineVersion } from "../models/models_0"; import { de_CreateCustomDBEngineVersionCommand, se_CreateCustomDBEngineVersionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBClusterCommand.ts b/clients/client-rds/src/commands/CreateDBClusterCommand.ts index c332b5ae2f29..a5afdc9402d8 100644 --- a/clients/client-rds/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0"; import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts index c2d432309c45..4344cb264878 100644 --- a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterEndpointMessage, DBClusterEndpoint } from "../models/models_0"; import { de_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts index 8e77fa79dea5..f1987428eb69 100644 --- a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts index becf7d4a6468..dee733330936 100644 --- a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0"; import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts index ae4a9621050b..a46de95753fb 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0"; import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index 319fbc435804..0f6c2a3ca230 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBInstanceReadReplicaMessage, CreateDBInstanceReadReplicaResult } from "../models/models_0"; import { de_CreateDBInstanceReadReplicaCommand, se_CreateDBInstanceReadReplicaCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts index dc4742f51c30..59fdc1b5a381 100644 --- a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBParameterGroupMessage, CreateDBParameterGroupResult } from "../models/models_0"; import { de_CreateDBParameterGroupCommand, se_CreateDBParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBProxyCommand.ts b/clients/client-rds/src/commands/CreateDBProxyCommand.ts index a6b1e090517c..2468af62e696 100644 --- a/clients/client-rds/src/commands/CreateDBProxyCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBProxyRequest, CreateDBProxyResponse } from "../models/models_0"; import { de_CreateDBProxyCommand, se_CreateDBProxyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts index 6264cba24ad4..943e66410061 100644 --- a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBProxyEndpointRequest, CreateDBProxyEndpointResponse } from "../models/models_0"; import { de_CreateDBProxyEndpointCommand, se_CreateDBProxyEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts index f620d960fe0b..52f5a6ba491a 100644 --- a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBSecurityGroupMessage, CreateDBSecurityGroupResult } from "../models/models_0"; import { de_CreateDBSecurityGroupCommand, se_CreateDBSecurityGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts index 405df16b63e8..d97cd5da1ce3 100644 --- a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBSnapshotMessage, CreateDBSnapshotResult } from "../models/models_0"; import { de_CreateDBSnapshotCommand, se_CreateDBSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts index a9555db77830..c81ad3634a68 100644 --- a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0"; import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts index 8bf823684efb..b8f932b3cf15 100644 --- a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index 69b1a09263a7..e6a2ae145cdb 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0"; import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts index 8eb51624ad3f..6811a33763a6 100644 --- a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOptionGroupMessage, CreateOptionGroupResult } from "../models/models_0"; import { de_CreateOptionGroupCommand, se_CreateOptionGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts index 98e75e5cf2bf..a0f9e440fa6a 100644 --- a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBlueGreenDeploymentRequest, DeleteBlueGreenDeploymentResponse } from "../models/models_0"; import { de_DeleteBlueGreenDeploymentCommand, se_DeleteBlueGreenDeploymentCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts index 3db121ae58ef..0b66a881a5bd 100644 --- a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBEngineVersion, DeleteCustomDBEngineVersionMessage } from "../models/models_0"; import { de_DeleteCustomDBEngineVersionCommand, se_DeleteCustomDBEngineVersionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts index 84e5802ecd29..1144b5532de7 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0"; import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts index e37729b34bbc..f9637dd7d9ef 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterEndpoint, DeleteDBClusterEndpointMessage } from "../models/models_0"; import { de_DeleteDBClusterEndpointCommand, se_DeleteDBClusterEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts index 8c876ad626d7..3f10ce96b513 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterParameterGroupMessage } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts index f0fbeceb8d01..b73ba44542a2 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0"; import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts index f561531512f8..b2c88bb75986 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBInstanceAutomatedBackupMessage, DeleteDBInstanceAutomatedBackupResult } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts index ec305ff08738..c87fc5b4a0d9 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0"; import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts index fad5484b80de..ae65abf20ac7 100644 --- a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBParameterGroupMessage } from "../models/models_0"; import { de_DeleteDBParameterGroupCommand, se_DeleteDBParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts index f3c638542751..2d02522c1346 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBProxyRequest, DeleteDBProxyResponse } from "../models/models_0"; import { de_DeleteDBProxyCommand, se_DeleteDBProxyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts index a7de005a3ef8..9502ad5b7d30 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBProxyEndpointRequest, DeleteDBProxyEndpointResponse } from "../models/models_0"; import { de_DeleteDBProxyEndpointCommand, se_DeleteDBProxyEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts index c97ea85e2439..4f469f4478f6 100644 --- a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBSecurityGroupMessage } from "../models/models_0"; import { de_DeleteDBSecurityGroupCommand, se_DeleteDBSecurityGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts index 9dd8c6744722..ceb32cb18b3a 100644 --- a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBSnapshotMessage, DeleteDBSnapshotResult } from "../models/models_0"; import { de_DeleteDBSnapshotCommand, se_DeleteDBSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts index 5a44556dad06..3706359b54a1 100644 --- a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDBSubnetGroupMessage } from "../models/models_0"; import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts index 6b6364ee8621..22a36fce7d19 100644 --- a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts index d05b253d4e9b..ea8d8b124354 100644 --- a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0"; import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts index aa6b293ac70c..29ea7f89d27f 100644 --- a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOptionGroupMessage } from "../models/models_0"; import { de_DeleteOptionGroupCommand, se_DeleteOptionGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts index 03c943ad81ea..907a17963d32 100644 --- a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } from "../models/models_0"; import { de_DeregisterDBProxyTargetsCommand, se_DeregisterDBProxyTargetsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts index 85089c415c9d..a75463a6dee9 100644 --- a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountAttributesMessage, DescribeAccountAttributesMessage } from "../models/models_0"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts index c46c2b44fa3b..372bfc2eb5c6 100644 --- a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts +++ b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsResponse } from "../models/models_0"; import { de_DescribeBlueGreenDeploymentsCommand, se_DescribeBlueGreenDeploymentsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts index c89abd98ea18..d4f4eaddea87 100644 --- a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0"; import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts index 853a394f0393..07b9f961af7c 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from "../models/models_0"; import { de_DescribeDBClusterBacktracksCommand, se_DescribeDBClusterBacktracksCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts index c7796238724b..a4d14f92c87f 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0"; import { de_DescribeDBClusterEndpointsCommand, se_DescribeDBClusterEndpointsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 40a71d95fc7b..cf1418d2defe 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupsMessage, DescribeDBClusterParameterGroupsMessage } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts index 6ede0223ba73..7b6ea57c364f 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0"; import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 55348ad2bc90..f6ca96d1f7bf 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBClusterSnapshotAttributesMessage, diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts index ca7a16d715ed..3fb365f68b30 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0"; import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts index ede21ac3bbe8..37b9d8b0f8f8 100644 --- a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0"; import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts index 7902aa44db2f..09720377d970 100644 --- a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0"; import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts index ab6fa0329f77..d8da1d0cc692 100644 --- a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBInstanceAutomatedBackupMessage, DescribeDBInstanceAutomatedBackupsMessage } from "../models/models_0"; import { diff --git a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts index a42755e96ff7..0c6c1fe6339e 100644 --- a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0"; import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts index 4b21b90dac11..97bf34960dfa 100644 --- a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBLogFilesMessage, DescribeDBLogFilesResponse } from "../models/models_0"; import { de_DescribeDBLogFilesCommand, se_DescribeDBLogFilesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts index b2407d6d7707..e64f05d19a3e 100644 --- a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../models/models_0"; import { de_DescribeDBParameterGroupsCommand, se_DescribeDBParameterGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts index 9e3d0fef88ea..b08725fc376b 100644 --- a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/models_1"; import { de_DescribeDBParametersCommand, se_DescribeDBParametersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts index 78edf1ef7614..65bb7c45ddae 100644 --- a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBProxiesRequest, DescribeDBProxiesResponse } from "../models/models_1"; import { de_DescribeDBProxiesCommand, se_DescribeDBProxiesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts index d14fe8e50b11..b436c728b3ef 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBProxyEndpointsRequest, DescribeDBProxyEndpointsResponse } from "../models/models_1"; import { de_DescribeDBProxyEndpointsCommand, se_DescribeDBProxyEndpointsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts index 1b0db9a680fa..14e3b25bddc4 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBProxyTargetGroupsRequest, DescribeDBProxyTargetGroupsResponse } from "../models/models_1"; import { de_DescribeDBProxyTargetGroupsCommand, se_DescribeDBProxyTargetGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts index f83c83f087c4..527e04ddedc6 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from "../models/models_1"; import { de_DescribeDBProxyTargetsCommand, se_DescribeDBProxyTargetsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts index c5b592be6238..905ad19862f4 100644 --- a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/models_1"; import { de_DescribeDBSecurityGroupsCommand, se_DescribeDBSecurityGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts index 098750618f00..b8c98caf7843 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDBSnapshotAttributesMessage, DescribeDBSnapshotAttributesResult } from "../models/models_1"; import { de_DescribeDBSnapshotAttributesCommand, se_DescribeDBSnapshotAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts index f674624094aa..6ac5c32baf02 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBSnapshotMessage, DescribeDBSnapshotsMessage } from "../models/models_1"; import { de_DescribeDBSnapshotsCommand, se_DescribeDBSnapshotsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts index c53ddadb1600..aa5265a67352 100644 --- a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_1"; import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 9467b400761e..9f5ada39be86 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEngineDefaultClusterParametersMessage, diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts index 8c64fa9e4f0f..95acc0e8493e 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEngineDefaultParametersMessage, DescribeEngineDefaultParametersResult } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts index d816ef64a69f..10461dcd03bf 100644 --- a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_1"; import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts index 7af7aedce2da..59c9381370cb 100644 --- a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_1"; import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeEventsCommand.ts b/clients/client-rds/src/commands/DescribeEventsCommand.ts index b564445cb8cf..03b8cc1f08b1 100644 --- a/clients/client-rds/src/commands/DescribeEventsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventsMessage, EventsMessage } from "../models/models_1"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts index 2aa6009d9965..97af5c256e89 100644 --- a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeExportTasksMessage, ExportTasksMessage } from "../models/models_1"; import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts index 99adc867d9d9..ad820cbf206a 100644 --- a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_1"; import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts index 03e6b89ebf32..a3e0e29681be 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOptionGroupOptionsMessage, OptionGroupOptionsMessage } from "../models/models_1"; import { de_DescribeOptionGroupOptionsCommand, se_DescribeOptionGroupOptionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts index 77e7354ce692..2c1dfd23ad1f 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOptionGroupsMessage, OptionGroups } from "../models/models_1"; import { de_DescribeOptionGroupsCommand, se_DescribeOptionGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 7dfffc32734e..150273f7936d 100644 --- a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts index 3d678fec1031..7895c996792f 100644 --- a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts index 52df4d412904..6a665470c0c8 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedDBInstancesMessage, ReservedDBInstanceMessage } from "../models/models_1"; import { de_DescribeReservedDBInstancesCommand, se_DescribeReservedDBInstancesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts index 46310bbd3bf0..469c51a0b3ff 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedDBInstancesOfferingsMessage, ReservedDBInstancesOfferingMessage } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts index 1e5d48e333c3..9b48078c766a 100644 --- a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSourceRegionsMessage, SourceRegionMessage } from "../models/models_1"; import { de_DescribeSourceRegionsCommand, se_DescribeSourceRegionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts index 12c2b176d01d..b68180bff734 100644 --- a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeValidDBInstanceModificationsMessage, diff --git a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts index 229482246cdf..8dffd1bc56ed 100644 --- a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts +++ b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DownloadDBLogFilePortionDetails, DownloadDBLogFilePortionMessage } from "../models/models_1"; import { de_DownloadDBLogFilePortionCommand, se_DownloadDBLogFilePortionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts index 477ec789aea0..08ccc0a63c8a 100644 --- a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_1"; import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts index 5129f42ac066..c03fb348ea16 100644 --- a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../models/models_1"; import { de_FailoverGlobalClusterCommand, se_FailoverGlobalClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts index 13dc072849a3..a47d0ca1abfa 100644 --- a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceMessage, TagListMessage } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts index 68eb3ef48607..72e43e3185f8 100644 --- a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyActivityStreamRequest, ModifyActivityStreamResponse } from "../models/models_1"; import { de_ModifyActivityStreamCommand, se_ModifyActivityStreamCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts index 1cf22256e206..b3c1d7551b16 100644 --- a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts +++ b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyCertificatesMessage, ModifyCertificatesResult } from "../models/models_1"; import { de_ModifyCertificatesCommand, se_ModifyCertificatesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts index 8eb0d07ccf40..0be65c6209cb 100644 --- a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterCapacityInfo, ModifyCurrentDBClusterCapacityMessage } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts index ee03a660923c..4d9cbed01fd1 100644 --- a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBEngineVersion } from "../models/models_0"; import { ModifyCustomDBEngineVersionMessage } from "../models/models_1"; diff --git a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts index 9c61d23bb0e7..a005fd8de315 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_1"; import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts index d0f7c4ef9701..16ef098f69bc 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterEndpoint } from "../models/models_0"; import { ModifyDBClusterEndpointMessage } from "../models/models_1"; diff --git a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts index 119f80629d14..f0b7d8f695a0 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 6fb73488afa7..2443a7ee9f7d 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts index 1a2b51d59e5f..e23fd3394213 100644 --- a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_1"; import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts index 158aa610ec3a..2d8e3b423213 100644 --- a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupNameMessage, ModifyDBParameterGroupMessage } from "../models/models_1"; import { de_ModifyDBParameterGroupCommand, se_ModifyDBParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts index 83a12580ee93..29bb05a59e4f 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBProxyRequest, ModifyDBProxyResponse } from "../models/models_1"; import { de_ModifyDBProxyCommand, se_ModifyDBProxyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts index 4cdb637ae195..68f995417e9e 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBProxyEndpointRequest, ModifyDBProxyEndpointResponse } from "../models/models_1"; import { de_ModifyDBProxyEndpointCommand, se_ModifyDBProxyEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts index aad77a655e41..126fcb707ae1 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBProxyTargetGroupRequest, ModifyDBProxyTargetGroupResponse } from "../models/models_1"; import { de_ModifyDBProxyTargetGroupCommand, se_ModifyDBProxyTargetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts index d68c38ae97d8..5fde17748e3d 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBSnapshotAttributeMessage, ModifyDBSnapshotAttributeResult } from "../models/models_1"; import { de_ModifyDBSnapshotAttributeCommand, se_ModifyDBSnapshotAttributeCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts index c0baaea76761..e670a12f7826 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBSnapshotMessage, ModifyDBSnapshotResult } from "../models/models_1"; import { de_ModifyDBSnapshotCommand, se_ModifyDBSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts index 02818b6ff468..e698057ce69f 100644 --- a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_1"; import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts index 4b4a29dccebb..d2118e772498 100644 --- a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_1"; import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts index 28f477085160..9b3cce2f6a0d 100644 --- a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_1"; import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts index 08af63f6890b..88244faa6c2b 100644 --- a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyOptionGroupMessage, ModifyOptionGroupResult } from "../models/models_1"; import { de_ModifyOptionGroupCommand, se_ModifyOptionGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts index 59cde89bcf28..b34d914d7cb2 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromoteReadReplicaMessage, PromoteReadReplicaResult } from "../models/models_1"; import { de_PromoteReadReplicaCommand, se_PromoteReadReplicaCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts index eff1ee92f361..30400566e8bb 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PromoteReadReplicaDBClusterMessage, PromoteReadReplicaDBClusterResult } from "../models/models_1"; import { de_PromoteReadReplicaDBClusterCommand, se_PromoteReadReplicaDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts index 2b43fa1ebd3c..7f38560a80e6 100644 --- a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts +++ b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PurchaseReservedDBInstancesOfferingMessage, diff --git a/clients/client-rds/src/commands/RebootDBClusterCommand.ts b/clients/client-rds/src/commands/RebootDBClusterCommand.ts index 8736b164e685..793d9f5c6b59 100644 --- a/clients/client-rds/src/commands/RebootDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RebootDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootDBClusterMessage, RebootDBClusterResult } from "../models/models_1"; import { de_RebootDBClusterCommand, se_RebootDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts index b824c8fc60d7..167b16644e68 100644 --- a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_1"; import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts index cebeee8634fd..6b8fca35f519 100644 --- a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDBProxyTargetsRequest, RegisterDBProxyTargetsResponse } from "../models/models_1"; import { de_RegisterDBProxyTargetsCommand, se_RegisterDBProxyTargetsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts index 21ac6c2233ef..d3b8bce4fa1c 100644 --- a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_1"; import { de_RemoveFromGlobalClusterCommand, se_RemoveFromGlobalClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts index 5f0fecc863ac..8f97f8d88972 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveRoleFromDBClusterMessage } from "../models/models_1"; import { de_RemoveRoleFromDBClusterCommand, se_RemoveRoleFromDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts index 3b6f151ddcce..92fe3b19b937 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveRoleFromDBInstanceMessage } from "../models/models_1"; import { de_RemoveRoleFromDBInstanceCommand, se_RemoveRoleFromDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 84258cabc7ae..26f042f8c1be 100644 --- a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveSourceIdentifierFromSubscriptionMessage, diff --git a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts index de174017918d..5354e305af03 100644 --- a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveTagsFromResourceMessage } from "../models/models_1"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts index 756c3afe71cf..188d0a8fe120 100644 --- a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_1"; import { de_ResetDBClusterParameterGroupCommand, se_ResetDBClusterParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts index 54d7ff8a8733..68ede2d560b1 100644 --- a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../models/models_1"; import { de_ResetDBParameterGroupCommand, se_ResetDBParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts index c7931836af9a..09ebe725a629 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBClusterFromS3Message, RestoreDBClusterFromS3Result } from "../models/models_1"; import { de_RestoreDBClusterFromS3Command, se_RestoreDBClusterFromS3Command } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index af4fa6e4711d..5d09af5f29ec 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_1"; import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 6d941f823151..c5407eb68baa 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index 4e75f1f332ac..1c326e795cc4 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBInstanceFromDBSnapshotMessage, RestoreDBInstanceFromDBSnapshotResult } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts index c3a54cb6eb21..6162823013b3 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBInstanceFromS3Message, RestoreDBInstanceFromS3Result } from "../models/models_1"; import { de_RestoreDBInstanceFromS3Command, se_RestoreDBInstanceFromS3Command } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts index d752ad7bdd04..bdbab8524a28 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDBInstanceToPointInTimeMessage, RestoreDBInstanceToPointInTimeResult } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts index 00dc11ab0e84..77d28cb472c0 100644 --- a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeDBSecurityGroupIngressMessage, RevokeDBSecurityGroupIngressResult } from "../models/models_1"; import { de_RevokeDBSecurityGroupIngressCommand, se_RevokeDBSecurityGroupIngressCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StartActivityStreamCommand.ts b/clients/client-rds/src/commands/StartActivityStreamCommand.ts index 217c81ecc188..506b99e4294a 100644 --- a/clients/client-rds/src/commands/StartActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StartActivityStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartActivityStreamRequest, StartActivityStreamResponse } from "../models/models_1"; import { de_StartActivityStreamCommand, se_StartActivityStreamCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StartDBClusterCommand.ts b/clients/client-rds/src/commands/StartDBClusterCommand.ts index ead388b716dd..582a137478a5 100644 --- a/clients/client-rds/src/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StartDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_1"; import { de_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts index 8add69ebbaac..8d47e82a6b26 100644 --- a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDBInstanceAutomatedBackupsReplicationMessage, diff --git a/clients/client-rds/src/commands/StartDBInstanceCommand.ts b/clients/client-rds/src/commands/StartDBInstanceCommand.ts index 5d2c633db050..3d69daccaa67 100644 --- a/clients/client-rds/src/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDBInstanceMessage, StartDBInstanceResult } from "../models/models_1"; import { de_StartDBInstanceCommand, se_StartDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StartExportTaskCommand.ts b/clients/client-rds/src/commands/StartExportTaskCommand.ts index ca8c297f1151..2a8307051028 100644 --- a/clients/client-rds/src/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/src/commands/StartExportTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportTask } from "../models/models_0"; import { StartExportTaskMessage } from "../models/models_1"; diff --git a/clients/client-rds/src/commands/StopActivityStreamCommand.ts b/clients/client-rds/src/commands/StopActivityStreamCommand.ts index c8a1f5b3c398..2b253a798f70 100644 --- a/clients/client-rds/src/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StopActivityStreamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopActivityStreamRequest, StopActivityStreamResponse } from "../models/models_1"; import { de_StopActivityStreamCommand, se_StopActivityStreamCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StopDBClusterCommand.ts b/clients/client-rds/src/commands/StopDBClusterCommand.ts index c447902ee50b..ef49969ee7d4 100644 --- a/clients/client-rds/src/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StopDBClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_1"; import { de_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts index 531f67b88197..2d32955b3118 100644 --- a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopDBInstanceAutomatedBackupsReplicationMessage, diff --git a/clients/client-rds/src/commands/StopDBInstanceCommand.ts b/clients/client-rds/src/commands/StopDBInstanceCommand.ts index 9e90a78b2661..7b20dd182624 100644 --- a/clients/client-rds/src/commands/StopDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopDBInstanceMessage, StopDBInstanceResult } from "../models/models_1"; import { de_StopDBInstanceCommand, se_StopDBInstanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts index 2ce5602a1cb1..cfb20c720175 100644 --- a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SwitchoverBlueGreenDeploymentRequest, SwitchoverBlueGreenDeploymentResponse } from "../models/models_1"; import { diff --git a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts index e511ed80e215..55176561c04f 100644 --- a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SwitchoverReadReplicaMessage, SwitchoverReadReplicaResult } from "../models/models_1"; import { de_SwitchoverReadReplicaCommand, se_SwitchoverReadReplicaCommand } from "../protocols/Aws_query"; diff --git a/clients/client-rds/src/endpoint/EndpointParameters.ts b/clients/client-rds/src/endpoint/EndpointParameters.ts index 00961a06efd6..f2ab6786461d 100644 --- a/clients/client-rds/src/endpoint/EndpointParameters.ts +++ b/clients/client-rds/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rds/src/endpoint/endpointResolver.ts b/clients/client-rds/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rds/src/endpoint/endpointResolver.ts +++ b/clients/client-rds/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rds/src/endpoint/ruleset.ts b/clients/client-rds/src/endpoint/ruleset.ts index b4b7009c72a5..c0f7107b71cc 100644 --- a/clients/client-rds/src/endpoint/ruleset.ts +++ b/clients/client-rds/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rds/src/models/RDSServiceException.ts b/clients/client-rds/src/models/RDSServiceException.ts index f1373563fec1..bcfa15b991ee 100644 --- a/clients/client-rds/src/models/RDSServiceException.ts +++ b/clients/client-rds/src/models/RDSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 029b95b37173..c4a6cd5a7553 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RDSServiceException as __BaseException } from "./RDSServiceException"; diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index 4f94accc3110..a05d8963ea0d 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ActivityStreamMode, diff --git a/clients/client-rds/src/pagination/DescribeBlueGreenDeploymentsPaginator.ts b/clients/client-rds/src/pagination/DescribeBlueGreenDeploymentsPaginator.ts index d6194f0cf213..2a75f9816aa7 100644 --- a/clients/client-rds/src/pagination/DescribeBlueGreenDeploymentsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeBlueGreenDeploymentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeBlueGreenDeploymentsCommand, diff --git a/clients/client-rds/src/pagination/DescribeCertificatesPaginator.ts b/clients/client-rds/src/pagination/DescribeCertificatesPaginator.ts index 4af632f40223..23c313fc108f 100644 --- a/clients/client-rds/src/pagination/DescribeCertificatesPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCertificatesCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClusterBacktracksPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClusterBacktracksPaginator.ts index 0d2b0e11bc87..a82ec2fd15e0 100644 --- a/clients/client-rds/src/pagination/DescribeDBClusterBacktracksPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClusterBacktracksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterBacktracksCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClusterEndpointsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClusterEndpointsPaginator.ts index 3c9da2c87fc5..2f6d2309a0e0 100644 --- a/clients/client-rds/src/pagination/DescribeDBClusterEndpointsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClusterEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterEndpointsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts index 60e3a18eea55..7b5d03c45e2b 100644 --- a/clients/client-rds/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClusterParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParameterGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClusterParametersPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClusterParametersPaginator.ts index bc821553d9ed..2b0f858b8105 100644 --- a/clients/client-rds/src/pagination/DescribeDBClusterParametersPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClusterParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterParametersCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClusterSnapshotsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClusterSnapshotsPaginator.ts index fc2b6dda2d26..2593114a16ba 100644 --- a/clients/client-rds/src/pagination/DescribeDBClusterSnapshotsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClusterSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClusterSnapshotsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBClustersPaginator.ts b/clients/client-rds/src/pagination/DescribeDBClustersPaginator.ts index fe5393a43f9b..cde3957abfb5 100644 --- a/clients/client-rds/src/pagination/DescribeDBClustersPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBClustersCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBEngineVersionsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBEngineVersionsPaginator.ts index c66d6806d9ab..1b63597aa853 100644 --- a/clients/client-rds/src/pagination/DescribeDBEngineVersionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBEngineVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBEngineVersionsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts index e37395db8035..0f0eb2197e32 100644 --- a/clients/client-rds/src/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBInstanceAutomatedBackupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBInstancesPaginator.ts b/clients/client-rds/src/pagination/DescribeDBInstancesPaginator.ts index abec84a433b5..ea44c3e06dca 100644 --- a/clients/client-rds/src/pagination/DescribeDBInstancesPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBInstancesCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBLogFilesPaginator.ts b/clients/client-rds/src/pagination/DescribeDBLogFilesPaginator.ts index 32188acc1ed2..dfd00e8e510e 100644 --- a/clients/client-rds/src/pagination/DescribeDBLogFilesPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBLogFilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBLogFilesCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBParameterGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBParameterGroupsPaginator.ts index 8118edff7fe7..d5bfe936232d 100644 --- a/clients/client-rds/src/pagination/DescribeDBParameterGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBParameterGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBParametersPaginator.ts b/clients/client-rds/src/pagination/DescribeDBParametersPaginator.ts index 53f6af62bad0..6918a19bc022 100644 --- a/clients/client-rds/src/pagination/DescribeDBParametersPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBParametersCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBProxiesPaginator.ts b/clients/client-rds/src/pagination/DescribeDBProxiesPaginator.ts index ba30d1b25cf2..dcdb4760aa31 100644 --- a/clients/client-rds/src/pagination/DescribeDBProxiesPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBProxiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBProxiesCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBProxyEndpointsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBProxyEndpointsPaginator.ts index c0c4f98c8f69..8d61b7df9fdb 100644 --- a/clients/client-rds/src/pagination/DescribeDBProxyEndpointsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBProxyEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBProxyEndpointsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBProxyTargetGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBProxyTargetGroupsPaginator.ts index 013580ca6931..2ed2b6b6e73f 100644 --- a/clients/client-rds/src/pagination/DescribeDBProxyTargetGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBProxyTargetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBProxyTargetGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBProxyTargetsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBProxyTargetsPaginator.ts index 348ab55a99c6..465a511231b3 100644 --- a/clients/client-rds/src/pagination/DescribeDBProxyTargetsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBProxyTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBProxyTargetsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBSecurityGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBSecurityGroupsPaginator.ts index d25204a67393..b4fa728ef7e8 100644 --- a/clients/client-rds/src/pagination/DescribeDBSecurityGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBSecurityGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBSnapshotsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBSnapshotsPaginator.ts index 3c01fdb03480..b459d8468b0d 100644 --- a/clients/client-rds/src/pagination/DescribeDBSnapshotsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBSnapshotsCommand, diff --git a/clients/client-rds/src/pagination/DescribeDBSubnetGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeDBSubnetGroupsPaginator.ts index 459d18ea90c5..aef93d100f6b 100644 --- a/clients/client-rds/src/pagination/DescribeDBSubnetGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeDBSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDBSubnetGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeEngineDefaultParametersPaginator.ts b/clients/client-rds/src/pagination/DescribeEngineDefaultParametersPaginator.ts index 57f1fd0b2b46..6f295a1d8b7b 100644 --- a/clients/client-rds/src/pagination/DescribeEngineDefaultParametersPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeEngineDefaultParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEngineDefaultParametersCommand, diff --git a/clients/client-rds/src/pagination/DescribeEventSubscriptionsPaginator.ts b/clients/client-rds/src/pagination/DescribeEventSubscriptionsPaginator.ts index ff15b300d430..f779428fb5dd 100644 --- a/clients/client-rds/src/pagination/DescribeEventSubscriptionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventSubscriptionsCommand, diff --git a/clients/client-rds/src/pagination/DescribeEventsPaginator.ts b/clients/client-rds/src/pagination/DescribeEventsPaginator.ts index 452ba138d9a7..dc3fe5996a75 100644 --- a/clients/client-rds/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-rds/src/pagination/DescribeExportTasksPaginator.ts b/clients/client-rds/src/pagination/DescribeExportTasksPaginator.ts index b52d9f4a3ba5..3c4f44185fae 100644 --- a/clients/client-rds/src/pagination/DescribeExportTasksPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeExportTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeExportTasksCommand, diff --git a/clients/client-rds/src/pagination/DescribeGlobalClustersPaginator.ts b/clients/client-rds/src/pagination/DescribeGlobalClustersPaginator.ts index e312bd202722..b3ef36b87dcc 100644 --- a/clients/client-rds/src/pagination/DescribeGlobalClustersPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeGlobalClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGlobalClustersCommand, diff --git a/clients/client-rds/src/pagination/DescribeOptionGroupOptionsPaginator.ts b/clients/client-rds/src/pagination/DescribeOptionGroupOptionsPaginator.ts index 9f665ab5d6b0..971adeda17ca 100644 --- a/clients/client-rds/src/pagination/DescribeOptionGroupOptionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeOptionGroupOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOptionGroupOptionsCommand, diff --git a/clients/client-rds/src/pagination/DescribeOptionGroupsPaginator.ts b/clients/client-rds/src/pagination/DescribeOptionGroupsPaginator.ts index 172dfae75229..0b60c50600fe 100644 --- a/clients/client-rds/src/pagination/DescribeOptionGroupsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeOptionGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOptionGroupsCommand, diff --git a/clients/client-rds/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts b/clients/client-rds/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts index e82392b37556..fb4339233644 100644 --- a/clients/client-rds/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrderableDBInstanceOptionsCommand, diff --git a/clients/client-rds/src/pagination/DescribePendingMaintenanceActionsPaginator.ts b/clients/client-rds/src/pagination/DescribePendingMaintenanceActionsPaginator.ts index d05c3c673f1b..ecb2e04274de 100644 --- a/clients/client-rds/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribePendingMaintenanceActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePendingMaintenanceActionsCommand, diff --git a/clients/client-rds/src/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts b/clients/client-rds/src/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts index 4e81a273811d..de6adcb35b9f 100644 --- a/clients/client-rds/src/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedDBInstancesOfferingsCommand, diff --git a/clients/client-rds/src/pagination/DescribeReservedDBInstancesPaginator.ts b/clients/client-rds/src/pagination/DescribeReservedDBInstancesPaginator.ts index 813be3aa61cd..387de8ff5768 100644 --- a/clients/client-rds/src/pagination/DescribeReservedDBInstancesPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeReservedDBInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedDBInstancesCommand, diff --git a/clients/client-rds/src/pagination/DescribeSourceRegionsPaginator.ts b/clients/client-rds/src/pagination/DescribeSourceRegionsPaginator.ts index b810ce721623..61a8cad66293 100644 --- a/clients/client-rds/src/pagination/DescribeSourceRegionsPaginator.ts +++ b/clients/client-rds/src/pagination/DescribeSourceRegionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSourceRegionsCommand, diff --git a/clients/client-rds/src/pagination/DownloadDBLogFilePortionPaginator.ts b/clients/client-rds/src/pagination/DownloadDBLogFilePortionPaginator.ts index ff9f01e448dd..99b9ef5d10f3 100644 --- a/clients/client-rds/src/pagination/DownloadDBLogFilePortionPaginator.ts +++ b/clients/client-rds/src/pagination/DownloadDBLogFilePortionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DownloadDBLogFilePortionCommand, diff --git a/clients/client-rds/src/pagination/Interfaces.ts b/clients/client-rds/src/pagination/Interfaces.ts index 2550ee0f8c46..7e645f412906 100644 --- a/clients/client-rds/src/pagination/Interfaces.ts +++ b/clients/client-rds/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/protocols/Aws_query.ts b/clients/client-rds/src/protocols/Aws_query.ts index 345df98269be..833b838728a4 100644 --- a/clients/client-rds/src/protocols/Aws_query.ts +++ b/clients/client-rds/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -14,10 +15,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "../commands/AddRoleToDBClusterCommand"; diff --git a/clients/client-rds/src/runtimeConfig.browser.ts b/clients/client-rds/src/runtimeConfig.browser.ts index 826aca1a307d..04b6b4c43768 100644 --- a/clients/client-rds/src/runtimeConfig.browser.ts +++ b/clients/client-rds/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RDSClientConfig } from "./RDSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rds/src/runtimeConfig.shared.ts b/clients/client-rds/src/runtimeConfig.shared.ts index 57dabad31b9e..b099ad27f843 100644 --- a/clients/client-rds/src/runtimeConfig.shared.ts +++ b/clients/client-rds/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RDSClientConfig } from "./RDSClient"; diff --git a/clients/client-rds/src/runtimeConfig.ts b/clients/client-rds/src/runtimeConfig.ts index 81c2716f1733..17177575ef8d 100644 --- a/clients/client-rds/src/runtimeConfig.ts +++ b/clients/client-rds/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RDSClientConfig } from "./RDSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rds/src/waiters/waitForDBClusterAvailable.ts b/clients/client-rds/src/waiters/waitForDBClusterAvailable.ts index 6769e88b9a65..f634b70bcc6d 100644 --- a/clients/client-rds/src/waiters/waitForDBClusterAvailable.ts +++ b/clients/client-rds/src/waiters/waitForDBClusterAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBClustersCommand, DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/waiters/waitForDBClusterDeleted.ts b/clients/client-rds/src/waiters/waitForDBClusterDeleted.ts index e576237367c9..9d3e42f45c46 100644 --- a/clients/client-rds/src/waiters/waitForDBClusterDeleted.ts +++ b/clients/client-rds/src/waiters/waitForDBClusterDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBClustersCommand, DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/waiters/waitForDBClusterSnapshotAvailable.ts b/clients/client-rds/src/waiters/waitForDBClusterSnapshotAvailable.ts index c0a0d37814a7..3cb06b77e8a2 100644 --- a/clients/client-rds/src/waiters/waitForDBClusterSnapshotAvailable.ts +++ b/clients/client-rds/src/waiters/waitForDBClusterSnapshotAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBClusterSnapshotsCommand, diff --git a/clients/client-rds/src/waiters/waitForDBClusterSnapshotDeleted.ts b/clients/client-rds/src/waiters/waitForDBClusterSnapshotDeleted.ts index 6c163694d9a4..bf9be5931d8c 100644 --- a/clients/client-rds/src/waiters/waitForDBClusterSnapshotDeleted.ts +++ b/clients/client-rds/src/waiters/waitForDBClusterSnapshotDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBClusterSnapshotsCommand, diff --git a/clients/client-rds/src/waiters/waitForDBInstanceAvailable.ts b/clients/client-rds/src/waiters/waitForDBInstanceAvailable.ts index f630af6b6d58..208388fe37a8 100644 --- a/clients/client-rds/src/waiters/waitForDBInstanceAvailable.ts +++ b/clients/client-rds/src/waiters/waitForDBInstanceAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/waiters/waitForDBInstanceDeleted.ts b/clients/client-rds/src/waiters/waitForDBInstanceDeleted.ts index f41a96b148cb..543689186495 100644 --- a/clients/client-rds/src/waiters/waitForDBInstanceDeleted.ts +++ b/clients/client-rds/src/waiters/waitForDBInstanceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBInstancesCommand, DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/waiters/waitForDBSnapshotAvailable.ts b/clients/client-rds/src/waiters/waitForDBSnapshotAvailable.ts index 51f957a2b74b..52cd67f03a4b 100644 --- a/clients/client-rds/src/waiters/waitForDBSnapshotAvailable.ts +++ b/clients/client-rds/src/waiters/waitForDBSnapshotAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBSnapshotsCommand, DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-rds/src/waiters/waitForDBSnapshotDeleted.ts b/clients/client-rds/src/waiters/waitForDBSnapshotDeleted.ts index 367c41d7b5d9..7c748db95e85 100644 --- a/clients/client-rds/src/waiters/waitForDBSnapshotDeleted.ts +++ b/clients/client-rds/src/waiters/waitForDBSnapshotDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeDBSnapshotsCommand, DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand"; import { RDSClient } from "../RDSClient"; diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index 61948dbfb811..feacd2437b7b 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-redshift-data/src/RedshiftData.ts b/clients/client-redshift-data/src/RedshiftData.ts index 37b268b02f0f..f07c39fcbb19 100644 --- a/clients/client-redshift-data/src/RedshiftData.ts +++ b/clients/client-redshift-data/src/RedshiftData.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchExecuteStatementCommand, diff --git a/clients/client-redshift-data/src/RedshiftDataClient.ts b/clients/client-redshift-data/src/RedshiftDataClient.ts index fad2a068b1b2..5dab28030835 100644 --- a/clients/client-redshift-data/src/RedshiftDataClient.ts +++ b/clients/client-redshift-data/src/RedshiftDataClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts index 21fff4fb5b55..5fc4d21d4dcc 100644 --- a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0"; import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts index ad640875a5ba..5be34cba6799 100644 --- a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0"; import { de_CancelStatementCommand, se_CancelStatementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts index 1ba2f03e1b84..ec9525095ef6 100644 --- a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0"; import { de_DescribeStatementCommand, se_DescribeStatementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts index 5248674a65f4..9061e3f0b7b9 100644 --- a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0"; import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts index 5ac9449dd480..c05fadb2ba0a 100644 --- a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0"; import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts index fade8ab0c7d0..36e9fc96289b 100644 --- a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts +++ b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0"; import { de_GetStatementResultCommand, se_GetStatementResultCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts index 25e7b3319183..dad2d92abf68 100644 --- a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0"; import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts index a2e37f9543a2..cba21c1aa4fd 100644 --- a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts +++ b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts index eaa3d6bfd83f..64923831c4bf 100644 --- a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts +++ b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0"; import { de_ListStatementsCommand, se_ListStatementsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/commands/ListTablesCommand.ts b/clients/client-redshift-data/src/commands/ListTablesCommand.ts index f7d725da480c..b88791ddd1b1 100644 --- a/clients/client-redshift-data/src/commands/ListTablesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListTablesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-data/src/endpoint/EndpointParameters.ts b/clients/client-redshift-data/src/endpoint/EndpointParameters.ts index 8c53b446bd9c..5066a3afa609 100644 --- a/clients/client-redshift-data/src/endpoint/EndpointParameters.ts +++ b/clients/client-redshift-data/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-redshift-data/src/endpoint/endpointResolver.ts b/clients/client-redshift-data/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-redshift-data/src/endpoint/endpointResolver.ts +++ b/clients/client-redshift-data/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-redshift-data/src/endpoint/ruleset.ts b/clients/client-redshift-data/src/endpoint/ruleset.ts index baa71ec4e202..4698f313a5fc 100644 --- a/clients/client-redshift-data/src/endpoint/ruleset.ts +++ b/clients/client-redshift-data/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts b/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts index 26986f1a60c5..8bd7b42dc6fa 100644 --- a/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts +++ b/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-redshift-data/src/models/models_0.ts b/clients/client-redshift-data/src/models/models_0.ts index 25873b8a5d0b..70654d8ab70a 100644 --- a/clients/client-redshift-data/src/models/models_0.ts +++ b/clients/client-redshift-data/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RedshiftDataServiceException as __BaseException } from "./RedshiftDataServiceException"; diff --git a/clients/client-redshift-data/src/pagination/DescribeTablePaginator.ts b/clients/client-redshift-data/src/pagination/DescribeTablePaginator.ts index c2cac54b04cb..c38bd8cd848e 100644 --- a/clients/client-redshift-data/src/pagination/DescribeTablePaginator.ts +++ b/clients/client-redshift-data/src/pagination/DescribeTablePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTableCommand, diff --git a/clients/client-redshift-data/src/pagination/GetStatementResultPaginator.ts b/clients/client-redshift-data/src/pagination/GetStatementResultPaginator.ts index 5c6fb0b5fa4f..d1eae0af80c6 100644 --- a/clients/client-redshift-data/src/pagination/GetStatementResultPaginator.ts +++ b/clients/client-redshift-data/src/pagination/GetStatementResultPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetStatementResultCommand, diff --git a/clients/client-redshift-data/src/pagination/Interfaces.ts b/clients/client-redshift-data/src/pagination/Interfaces.ts index 867745a0769e..e83c355e7d77 100644 --- a/clients/client-redshift-data/src/pagination/Interfaces.ts +++ b/clients/client-redshift-data/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RedshiftDataClient } from "../RedshiftDataClient"; diff --git a/clients/client-redshift-data/src/pagination/ListDatabasesPaginator.ts b/clients/client-redshift-data/src/pagination/ListDatabasesPaginator.ts index 7c7950b11d57..2c861e2c7845 100644 --- a/clients/client-redshift-data/src/pagination/ListDatabasesPaginator.ts +++ b/clients/client-redshift-data/src/pagination/ListDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatabasesCommand, diff --git a/clients/client-redshift-data/src/pagination/ListSchemasPaginator.ts b/clients/client-redshift-data/src/pagination/ListSchemasPaginator.ts index 7ea7dfc42e74..d3479596ac5e 100644 --- a/clients/client-redshift-data/src/pagination/ListSchemasPaginator.ts +++ b/clients/client-redshift-data/src/pagination/ListSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemasCommand, ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand"; import { RedshiftDataClient } from "../RedshiftDataClient"; diff --git a/clients/client-redshift-data/src/pagination/ListStatementsPaginator.ts b/clients/client-redshift-data/src/pagination/ListStatementsPaginator.ts index 457eb8f8c94f..d6b7be2c4310 100644 --- a/clients/client-redshift-data/src/pagination/ListStatementsPaginator.ts +++ b/clients/client-redshift-data/src/pagination/ListStatementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStatementsCommand, diff --git a/clients/client-redshift-data/src/pagination/ListTablesPaginator.ts b/clients/client-redshift-data/src/pagination/ListTablesPaginator.ts index bd41f32f14a7..b49453259550 100644 --- a/clients/client-redshift-data/src/pagination/ListTablesPaginator.ts +++ b/clients/client-redshift-data/src/pagination/ListTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTablesCommand, ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand"; import { RedshiftDataClient } from "../RedshiftDataClient"; diff --git a/clients/client-redshift-data/src/protocols/Aws_json1_1.ts b/clients/client-redshift-data/src/protocols/Aws_json1_1.ts index e6dd5ed0dc74..0e1888432426 100644 --- a/clients/client-redshift-data/src/protocols/Aws_json1_1.ts +++ b/clients/client-redshift-data/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-redshift-data/src/runtimeConfig.browser.ts b/clients/client-redshift-data/src/runtimeConfig.browser.ts index f4b23127ec13..148354237d0a 100644 --- a/clients/client-redshift-data/src/runtimeConfig.browser.ts +++ b/clients/client-redshift-data/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftDataClientConfig } from "./RedshiftDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-redshift-data/src/runtimeConfig.shared.ts b/clients/client-redshift-data/src/runtimeConfig.shared.ts index 6cfe34e78bc3..678f7056c972 100644 --- a/clients/client-redshift-data/src/runtimeConfig.shared.ts +++ b/clients/client-redshift-data/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RedshiftDataClientConfig } from "./RedshiftDataClient"; diff --git a/clients/client-redshift-data/src/runtimeConfig.ts b/clients/client-redshift-data/src/runtimeConfig.ts index 9399bfbc9f19..5958a03423ee 100644 --- a/clients/client-redshift-data/src/runtimeConfig.ts +++ b/clients/client-redshift-data/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftDataClientConfig } from "./RedshiftDataClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-redshift-serverless/package.json b/clients/client-redshift-serverless/package.json index 48d23da264cd..8c47be18456d 100644 --- a/clients/client-redshift-serverless/package.json +++ b/clients/client-redshift-serverless/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-redshift-serverless/src/RedshiftServerless.ts b/clients/client-redshift-serverless/src/RedshiftServerless.ts index 68b398552e6a..9e4eeacb9e6e 100644 --- a/clients/client-redshift-serverless/src/RedshiftServerless.ts +++ b/clients/client-redshift-serverless/src/RedshiftServerless.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ConvertRecoveryPointToSnapshotCommand, diff --git a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts index 069ac8ed36a9..3b69867faddd 100644 --- a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts +++ b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -234,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -343,7 +341,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts index 9fa5c2a8775b..e55ff4531d59 100644 --- a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0"; import { diff --git a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts index bf7d0d879be1..cdba21e28b46 100644 --- a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0"; import { de_CreateEndpointAccessCommand, se_CreateEndpointAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts index 8a67a353901b..e0f002d4e695 100644 --- a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNamespaceRequest, diff --git a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts index ceb6ef70d2e3..a988b930ec86 100644 --- a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts index b4498733a772..31d949a6b3bb 100644 --- a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0"; import { de_CreateUsageLimitCommand, se_CreateUsageLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts index 9bd66de30c1b..0dcf6579262f 100644 --- a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0"; import { de_CreateWorkgroupCommand, se_CreateWorkgroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts index 9fd26590ae16..6dd1c2aa0f55 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0"; import { de_DeleteEndpointAccessCommand, se_DeleteEndpointAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts index dbc298f205d5..0cee66d4c028 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNamespaceRequest, diff --git a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts index 6615e152400e..2fd707f30bcf 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts index a749d41f2480..52d77719d44c 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts index 7cb238901b10..c5e208b4131e 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0"; import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts index 36fc5da4a973..66ef5321d625 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0"; import { de_DeleteWorkgroupCommand, se_DeleteWorkgroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts index 3c95fa834e54..21d26b6b7f11 100644 --- a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCredentialsRequest, diff --git a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts index fdcfec24f281..50814d05b5e9 100644 --- a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0"; import { de_GetEndpointAccessCommand, se_GetEndpointAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts index 906afb2392b3..f4a07a2e6418 100644 --- a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNamespaceRequest, GetNamespaceResponse, GetNamespaceResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts index 1eca17a664d1..450acb9d0c7d 100644 --- a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0"; import { de_GetRecoveryPointCommand, se_GetRecoveryPointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts index 05874ec8bc5e..992e9b7ccd81 100644 --- a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts index 62953f3ac053..d859d5ba7ff5 100644 --- a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0"; import { de_GetSnapshotCommand, se_GetSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts index 673e686abe36..f10283b33d63 100644 --- a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTableRestoreStatusRequest, GetTableRestoreStatusResponse } from "../models/models_0"; import { de_GetTableRestoreStatusCommand, se_GetTableRestoreStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts index 3a300e7b5721..e1c68d04892b 100644 --- a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUsageLimitRequest, GetUsageLimitResponse } from "../models/models_0"; import { de_GetUsageLimitCommand, se_GetUsageLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts index a837bcd73666..3d30879879c3 100644 --- a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0"; import { de_GetWorkgroupCommand, se_GetWorkgroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts index 7328d845ba6b..67ec90965a40 100644 --- a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0"; import { de_ListEndpointAccessCommand, se_ListEndpointAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts index abe52720aafa..51cbe109262e 100644 --- a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNamespacesRequest, diff --git a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts index 97cb93fe6c22..bc8167ddb99d 100644 --- a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0"; import { de_ListRecoveryPointsCommand, se_ListRecoveryPointsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts index d9547982f9fb..f281f3c00952 100644 --- a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0"; import { de_ListSnapshotsCommand, se_ListSnapshotsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts index 18bc5794ebb6..96ff33d53a13 100644 --- a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0"; import { de_ListTableRestoreStatusCommand, se_ListTableRestoreStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts index ba1ec0ee8f33..792d03b8fffa 100644 --- a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts index d84f1ae44996..961ff214fbbd 100644 --- a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0"; import { de_ListUsageLimitsCommand, se_ListUsageLimitsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts index 02aa50165cf1..0c5e5e5b75bf 100644 --- a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0"; import { de_ListWorkgroupsCommand, se_ListWorkgroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts index 2fa058e1ae60..2ca3ea7b867d 100644 --- a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts index 8546bc731d8c..6b480b7ed601 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreFromRecoveryPointRequest, diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts index 5a188072abe9..5ba6aebda569 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreFromSnapshotRequest, diff --git a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts index f9857e4e915b..007a5131ab83 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } from "../models/models_0"; import { de_RestoreTableFromSnapshotCommand, se_RestoreTableFromSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts index 90a6929f2d27..aed1f0902c04 100644 --- a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts index 7e7269eb9206..951e172a2e5a 100644 --- a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts index 52d30da4cd12..7e3f9e2b4433 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0"; import { de_UpdateEndpointAccessCommand, se_UpdateEndpointAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts index 26817562bcfe..2bbce45dc841 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNamespaceRequest, diff --git a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts index ee54de695312..afb037f98400 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0"; import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts index 45eda5c2484c..03eddd87a719 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUsageLimitRequest, UpdateUsageLimitResponse } from "../models/models_0"; import { de_UpdateUsageLimitCommand, se_UpdateUsageLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts index 194c5cc7acda..1a40f0818938 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkgroupRequest, UpdateWorkgroupResponse } from "../models/models_0"; import { de_UpdateWorkgroupCommand, se_UpdateWorkgroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-redshift-serverless/src/endpoint/EndpointParameters.ts b/clients/client-redshift-serverless/src/endpoint/EndpointParameters.ts index 41da17ce1d76..c9d22b462de4 100644 --- a/clients/client-redshift-serverless/src/endpoint/EndpointParameters.ts +++ b/clients/client-redshift-serverless/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-redshift-serverless/src/endpoint/endpointResolver.ts b/clients/client-redshift-serverless/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-redshift-serverless/src/endpoint/endpointResolver.ts +++ b/clients/client-redshift-serverless/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-redshift-serverless/src/endpoint/ruleset.ts b/clients/client-redshift-serverless/src/endpoint/ruleset.ts index 4912dabea592..2b0133d77742 100644 --- a/clients/client-redshift-serverless/src/endpoint/ruleset.ts +++ b/clients/client-redshift-serverless/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts b/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts index 50203f137c8c..f9e84d99f552 100644 --- a/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts +++ b/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-redshift-serverless/src/models/models_0.ts b/clients/client-redshift-serverless/src/models/models_0.ts index 2691e99c4ada..69e99979f9d7 100644 --- a/clients/client-redshift-serverless/src/models/models_0.ts +++ b/clients/client-redshift-serverless/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException"; diff --git a/clients/client-redshift-serverless/src/pagination/Interfaces.ts b/clients/client-redshift-serverless/src/pagination/Interfaces.ts index ba37b7cf235e..3519bf1b8e7c 100644 --- a/clients/client-redshift-serverless/src/pagination/Interfaces.ts +++ b/clients/client-redshift-serverless/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RedshiftServerlessClient } from "../RedshiftServerlessClient"; diff --git a/clients/client-redshift-serverless/src/pagination/ListEndpointAccessPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListEndpointAccessPaginator.ts index 83b6b0402315..ef4ef4501695 100644 --- a/clients/client-redshift-serverless/src/pagination/ListEndpointAccessPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListEndpointAccessPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointAccessCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListNamespacesPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListNamespacesPaginator.ts index fd17d18654ab..e371b375ada9 100644 --- a/clients/client-redshift-serverless/src/pagination/ListNamespacesPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListNamespacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNamespacesCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListRecoveryPointsPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListRecoveryPointsPaginator.ts index 475fbfd13022..6b8965176f7d 100644 --- a/clients/client-redshift-serverless/src/pagination/ListRecoveryPointsPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListRecoveryPointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecoveryPointsCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListSnapshotsPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListSnapshotsPaginator.ts index f3aca822803f..7fcebab7dabf 100644 --- a/clients/client-redshift-serverless/src/pagination/ListSnapshotsPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSnapshotsCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListTableRestoreStatusPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListTableRestoreStatusPaginator.ts index c3ba5f14b0e1..c7a8ca0453fd 100644 --- a/clients/client-redshift-serverless/src/pagination/ListTableRestoreStatusPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListTableRestoreStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTableRestoreStatusCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListUsageLimitsPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListUsageLimitsPaginator.ts index 48dddf4acd9f..49a221e8a1e2 100644 --- a/clients/client-redshift-serverless/src/pagination/ListUsageLimitsPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListUsageLimitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsageLimitsCommand, diff --git a/clients/client-redshift-serverless/src/pagination/ListWorkgroupsPaginator.ts b/clients/client-redshift-serverless/src/pagination/ListWorkgroupsPaginator.ts index 568d947cceb4..a268d7b6bdd1 100644 --- a/clients/client-redshift-serverless/src/pagination/ListWorkgroupsPaginator.ts +++ b/clients/client-redshift-serverless/src/pagination/ListWorkgroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkgroupsCommand, diff --git a/clients/client-redshift-serverless/src/protocols/Aws_json1_1.ts b/clients/client-redshift-serverless/src/protocols/Aws_json1_1.ts index 11897a3a3d92..c68321ded88e 100644 --- a/clients/client-redshift-serverless/src/protocols/Aws_json1_1.ts +++ b/clients/client-redshift-serverless/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConvertRecoveryPointToSnapshotCommandInput, diff --git a/clients/client-redshift-serverless/src/runtimeConfig.browser.ts b/clients/client-redshift-serverless/src/runtimeConfig.browser.ts index 45f886be0f72..2674934e6a99 100644 --- a/clients/client-redshift-serverless/src/runtimeConfig.browser.ts +++ b/clients/client-redshift-serverless/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftServerlessClientConfig } from "./RedshiftServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-redshift-serverless/src/runtimeConfig.shared.ts b/clients/client-redshift-serverless/src/runtimeConfig.shared.ts index 7a18761d1d5c..266d5f7c1569 100644 --- a/clients/client-redshift-serverless/src/runtimeConfig.shared.ts +++ b/clients/client-redshift-serverless/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RedshiftServerlessClientConfig } from "./RedshiftServerlessClient"; diff --git a/clients/client-redshift-serverless/src/runtimeConfig.ts b/clients/client-redshift-serverless/src/runtimeConfig.ts index dc5677d2ac6d..588afa25a2bf 100644 --- a/clients/client-redshift-serverless/src/runtimeConfig.ts +++ b/clients/client-redshift-serverless/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftServerlessClientConfig } from "./RedshiftServerlessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index 387b41e6d109..8299a4c9970b 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-redshift/src/Redshift.ts b/clients/client-redshift/src/Redshift.ts index 99a592a624bc..87c2c9cee214 100644 --- a/clients/client-redshift/src/Redshift.ts +++ b/clients/client-redshift/src/Redshift.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptReservedNodeExchangeCommand, diff --git a/clients/client-redshift/src/RedshiftClient.ts b/clients/client-redshift/src/RedshiftClient.ts index 1afd42cbdc19..91eb1df50946 100644 --- a/clients/client-redshift/src/RedshiftClient.ts +++ b/clients/client-redshift/src/RedshiftClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -738,7 +736,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -847,7 +845,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts index add6311ed973..b6c2272e2725 100644 --- a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts +++ b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptReservedNodeExchangeInputMessage, AcceptReservedNodeExchangeOutputMessage } from "../models/models_0"; import { de_AcceptReservedNodeExchangeCommand, se_AcceptReservedNodeExchangeCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/AddPartnerCommand.ts b/clients/client-redshift/src/commands/AddPartnerCommand.ts index d5e3a60096c3..6b19ee81d511 100644 --- a/clients/client-redshift/src/commands/AddPartnerCommand.ts +++ b/clients/client-redshift/src/commands/AddPartnerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PartnerIntegrationInputMessage, PartnerIntegrationOutputMessage } from "../models/models_0"; import { de_AddPartnerCommand, se_AddPartnerCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts index b158f63ad7f7..24ab5f74645c 100644 --- a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDataShareConsumerMessage, DataShare } from "../models/models_0"; import { de_AssociateDataShareConsumerCommand, se_AssociateDataShareConsumerCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts index 37290d16bee3..6a7524e52717 100644 --- a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeClusterSecurityGroupIngressMessage, diff --git a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts index c78e386b83bf..4f9bf63662f9 100644 --- a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeDataShareMessage, DataShare } from "../models/models_0"; import { de_AuthorizeDataShareCommand, se_AuthorizeDataShareCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts index e828ec0f2bcc..981d72df008e 100644 --- a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeEndpointAccessMessage, EndpointAuthorization } from "../models/models_0"; import { de_AuthorizeEndpointAccessCommand, se_AuthorizeEndpointAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts index b5a4c6a545f8..ff4972d96a74 100644 --- a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeSnapshotAccessMessage, AuthorizeSnapshotAccessResult } from "../models/models_0"; import { de_AuthorizeSnapshotAccessCommand, se_AuthorizeSnapshotAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts index 7fb9c0a41e94..4bc9958cf00a 100644 --- a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteClusterSnapshotsRequest, BatchDeleteClusterSnapshotsResult } from "../models/models_0"; import { de_BatchDeleteClusterSnapshotsCommand, se_BatchDeleteClusterSnapshotsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts index faf1fe05dad5..585d4475d81b 100644 --- a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchModifyClusterSnapshotsMessage, BatchModifyClusterSnapshotsOutputMessage } from "../models/models_0"; import { de_BatchModifyClusterSnapshotsCommand, se_BatchModifyClusterSnapshotsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CancelResizeCommand.ts b/clients/client-redshift/src/commands/CancelResizeCommand.ts index a1ffee75716a..ad9cc7928d93 100644 --- a/clients/client-redshift/src/commands/CancelResizeCommand.ts +++ b/clients/client-redshift/src/commands/CancelResizeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelResizeMessage, ResizeProgressMessage } from "../models/models_0"; import { de_CancelResizeCommand, se_CancelResizeCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts index 0d37d46bf8e5..d3f133c801f3 100644 --- a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyClusterSnapshotMessage, CopyClusterSnapshotResult } from "../models/models_0"; import { de_CopyClusterSnapshotCommand, se_CopyClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts index 53a693b1fe29..df2423de60cf 100644 --- a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAuthenticationProfileMessage, CreateAuthenticationProfileResult } from "../models/models_0"; import { de_CreateAuthenticationProfileCommand, se_CreateAuthenticationProfileCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateClusterCommand.ts b/clients/client-redshift/src/commands/CreateClusterCommand.ts index 19985b14ec28..b9314966a2bd 100644 --- a/clients/client-redshift/src/commands/CreateClusterCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterMessage, CreateClusterResult } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts index 2c4f0e2ac450..c991c712126a 100644 --- a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterParameterGroupMessage, CreateClusterParameterGroupResult } from "../models/models_0"; import { de_CreateClusterParameterGroupCommand, se_CreateClusterParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts index ba41a22ca39a..b6a62ce44fd0 100644 --- a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterSecurityGroupMessage, CreateClusterSecurityGroupResult } from "../models/models_0"; import { de_CreateClusterSecurityGroupCommand, se_CreateClusterSecurityGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts index 8a48ee6bbb70..a42c3c7bd014 100644 --- a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterSnapshotMessage, CreateClusterSnapshotResult } from "../models/models_0"; import { de_CreateClusterSnapshotCommand, se_CreateClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts index 55ca346c0ac8..570f49dbbc1d 100644 --- a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterSubnetGroupMessage, CreateClusterSubnetGroupResult } from "../models/models_0"; import { de_CreateClusterSubnetGroupCommand, se_CreateClusterSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts index ca0653e1eff7..72c01bacf28f 100644 --- a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomDomainAssociationMessage, CreateCustomDomainAssociationResult } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts index 68d6c180ad69..7434b399df6c 100644 --- a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointAccessMessage, EndpointAccess } from "../models/models_0"; import { de_CreateEndpointAccessCommand, se_CreateEndpointAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts index a5a3a4b5ca7c..0cc215c0718f 100644 --- a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts index 34a444c77650..10d7c7b6df0d 100644 --- a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHsmClientCertificateMessage, CreateHsmClientCertificateResult } from "../models/models_0"; import { de_CreateHsmClientCertificateCommand, se_CreateHsmClientCertificateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts index d77fde9bb913..4fb74d254ddc 100644 --- a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHsmConfigurationMessage, CreateHsmConfigurationResult } from "../models/models_0"; import { de_CreateHsmConfigurationCommand, se_CreateHsmConfigurationCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts index c16b009e355e..f24ef27b199e 100644 --- a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateScheduledActionMessage, ScheduledAction } from "../models/models_0"; import { de_CreateScheduledActionCommand, se_CreateScheduledActionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts index fd3a91943df3..2f36214559c2 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotCopyGrantMessage, CreateSnapshotCopyGrantResult } from "../models/models_0"; import { de_CreateSnapshotCopyGrantCommand, se_CreateSnapshotCopyGrantCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts index 94a0f2b4c86c..236019f73efc 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotScheduleMessage, SnapshotSchedule } from "../models/models_0"; import { de_CreateSnapshotScheduleCommand, se_CreateSnapshotScheduleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateTagsCommand.ts b/clients/client-redshift/src/commands/CreateTagsCommand.ts index cbf6fba54b2b..5e1422839ae8 100644 --- a/clients/client-redshift/src/commands/CreateTagsCommand.ts +++ b/clients/client-redshift/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTagsMessage } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts index 2d03b7d82a44..847fb59b0b7f 100644 --- a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUsageLimitMessage, UsageLimit } from "../models/models_0"; import { de_CreateUsageLimitCommand, se_CreateUsageLimitCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts index 54f43907edae..7c1593d3d74a 100644 --- a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataShare, DeauthorizeDataShareMessage } from "../models/models_0"; import { de_DeauthorizeDataShareCommand, se_DeauthorizeDataShareCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts index ca1705aa1ce5..c7970ae9e2e0 100644 --- a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAuthenticationProfileMessage, DeleteAuthenticationProfileResult } from "../models/models_0"; import { de_DeleteAuthenticationProfileCommand, se_DeleteAuthenticationProfileCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteClusterCommand.ts b/clients/client-redshift/src/commands/DeleteClusterCommand.ts index 8f22cb8bd490..6e989826cc86 100644 --- a/clients/client-redshift/src/commands/DeleteClusterCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterMessage, DeleteClusterResult } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts index 43802d956070..b94ff7c1bf03 100644 --- a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterParameterGroupMessage } from "../models/models_0"; import { de_DeleteClusterParameterGroupCommand, se_DeleteClusterParameterGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts index 16a694a93665..f48d7aa8faa1 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterSecurityGroupMessage } from "../models/models_0"; import { de_DeleteClusterSecurityGroupCommand, se_DeleteClusterSecurityGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts index d42cb2d1b7dc..88d317b94fb7 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterSnapshotMessage, DeleteClusterSnapshotResult } from "../models/models_0"; import { de_DeleteClusterSnapshotCommand, se_DeleteClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts index 2d226ab326f9..e56a72079f36 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterSubnetGroupMessage } from "../models/models_0"; import { de_DeleteClusterSubnetGroupCommand, se_DeleteClusterSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts index 8969887efef4..d6352e1b6da9 100644 --- a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCustomDomainAssociationMessage } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts index c7f6f9c49149..c42b0a4dad2a 100644 --- a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointAccessMessage, EndpointAccess } from "../models/models_0"; import { de_DeleteEndpointAccessCommand, se_DeleteEndpointAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts index 093f9f11eba6..0f7594fc6e60 100644 --- a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEventSubscriptionMessage } from "../models/models_0"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts index 7ec167bcc272..7cdc2ee7ea35 100644 --- a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHsmClientCertificateMessage } from "../models/models_0"; import { de_DeleteHsmClientCertificateCommand, se_DeleteHsmClientCertificateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts index 296b593a74f9..eab0f5cf6840 100644 --- a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHsmConfigurationMessage } from "../models/models_0"; import { de_DeleteHsmConfigurationCommand, se_DeleteHsmConfigurationCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeletePartnerCommand.ts b/clients/client-redshift/src/commands/DeletePartnerCommand.ts index b035d2318840..899ebaa1e722 100644 --- a/clients/client-redshift/src/commands/DeletePartnerCommand.ts +++ b/clients/client-redshift/src/commands/DeletePartnerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PartnerIntegrationInputMessage, PartnerIntegrationOutputMessage } from "../models/models_0"; import { de_DeletePartnerCommand, se_DeletePartnerCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts index 142bb01bcb03..4b69871652e4 100644 --- a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteScheduledActionMessage } from "../models/models_0"; import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts index 81c48a8a07c0..813bde17cfa8 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSnapshotCopyGrantMessage } from "../models/models_0"; import { de_DeleteSnapshotCopyGrantCommand, se_DeleteSnapshotCopyGrantCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts index 72d36ef930cf..6fe5ed239680 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSnapshotScheduleMessage } from "../models/models_0"; import { de_DeleteSnapshotScheduleCommand, se_DeleteSnapshotScheduleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteTagsCommand.ts b/clients/client-redshift/src/commands/DeleteTagsCommand.ts index 7470feda8bad..d8cd4ae0052f 100644 --- a/clients/client-redshift/src/commands/DeleteTagsCommand.ts +++ b/clients/client-redshift/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagsMessage } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts index 67ef37c63ddd..db61b6398709 100644 --- a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUsageLimitMessage } from "../models/models_0"; import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts index fe6e3d166d94..fe001e07bd88 100644 --- a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AccountAttributeList, DescribeAccountAttributesMessage } from "../models/models_0"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts index a4881b8f2f56..f6b2aa78aac8 100644 --- a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAuthenticationProfilesMessage, DescribeAuthenticationProfilesResult } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts index 7c191ec58ea0..b02199d652a1 100644 --- a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterDbRevisionsMessage, DescribeClusterDbRevisionsMessage } from "../models/models_0"; import { de_DescribeClusterDbRevisionsCommand, se_DescribeClusterDbRevisionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts index c2dc83ba8af1..d11795f50560 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterParameterGroupsMessage, DescribeClusterParameterGroupsMessage } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts index ce830ee788b3..c2fb1961574a 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterParameterGroupDetails, DescribeClusterParametersMessage } from "../models/models_0"; import { de_DescribeClusterParametersCommand, se_DescribeClusterParametersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts index 924f7adf1b98..997d6864a2c6 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterSecurityGroupMessage, DescribeClusterSecurityGroupsMessage } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts index 994263c5f191..f522e47168ba 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClusterSnapshotsMessage, SnapshotMessage } from "../models/models_0"; import { de_DescribeClusterSnapshotsCommand, se_DescribeClusterSnapshotsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts index b6e34cea8ad7..5f4de1e685fd 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterSubnetGroupMessage, DescribeClusterSubnetGroupsMessage } from "../models/models_0"; import { de_DescribeClusterSubnetGroupsCommand, se_DescribeClusterSubnetGroupsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts index 7c3035c93607..01cd24803d04 100644 --- a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClusterTracksMessage, TrackListMessage } from "../models/models_0"; import { de_DescribeClusterTracksCommand, se_DescribeClusterTracksCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts index b21852861a40..034afa353c38 100644 --- a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterVersionsMessage, DescribeClusterVersionsMessage } from "../models/models_0"; import { de_DescribeClusterVersionsCommand, se_DescribeClusterVersionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeClustersCommand.ts b/clients/client-redshift/src/commands/DescribeClustersCommand.ts index 08d0946fe209..2ce028f08746 100644 --- a/clients/client-redshift/src/commands/DescribeClustersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClustersMessage, DescribeClustersMessage } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts index a894a20cbfa7..1e771b7093a1 100644 --- a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomDomainAssociationsMessage, DescribeCustomDomainAssociationsMessage } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts index 22a5fbb16a9a..758ac3b4a9de 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSharesMessage, DescribeDataSharesResult } from "../models/models_0"; import { de_DescribeDataSharesCommand, se_DescribeDataSharesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts index 8f8b68dc1de3..ad0ed51b18b0 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSharesForConsumerMessage, DescribeDataSharesForConsumerResult } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts index d389439835bb..d51068d6161c 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataSharesForProducerMessage, DescribeDataSharesForProducerResult } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts index d240f539fa2d..4b396c890f87 100644 --- a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDefaultClusterParametersMessage, DescribeDefaultClusterParametersResult } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts index b1294e9023b1..9fa7eb8d55bb 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/models_0"; import { de_DescribeEndpointAccessCommand, se_DescribeEndpointAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts index 75e9b4217f1c..5c19213d073c 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointAuthorizationMessage, EndpointAuthorizationList } from "../models/models_0"; import { diff --git a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts index 48bea435cb6a..3a333853c1f5 100644 --- a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventCategoriesMessage } from "../models/models_0"; import { EventCategoriesMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts index 8cf8dd829893..388b2aa99d49 100644 --- a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_1"; import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeEventsCommand.ts b/clients/client-redshift/src/commands/DescribeEventsCommand.ts index eee0979202ac..8677cfbf227a 100644 --- a/clients/client-redshift/src/commands/DescribeEventsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEventsMessage, EventsMessage } from "../models/models_1"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts index 39d54423d77e..ea1a681aa57e 100644 --- a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts index 3555b8efcbc3..3384766b7014 100644 --- a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../models/models_1"; import { de_DescribeHsmConfigurationsCommand, se_DescribeHsmConfigurationsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts index 05c807855d81..b4ccbf77d40d 100644 --- a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_1"; import { de_DescribeLoggingStatusCommand, se_DescribeLoggingStatusCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts index 4c8061f0d7b4..bc7942195de0 100644 --- a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNodeConfigurationOptionsMessage, NodeConfigurationOptionsMessage } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts index ab44cfc13886..e65f129091c9 100644 --- a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrderableClusterOptionsMessage, OrderableClusterOptionsMessage } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/DescribePartnersCommand.ts b/clients/client-redshift/src/commands/DescribePartnersCommand.ts index 12d350629fc3..5416a8d74759 100644 --- a/clients/client-redshift/src/commands/DescribePartnersCommand.ts +++ b/clients/client-redshift/src/commands/DescribePartnersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePartnersInputMessage, DescribePartnersOutputMessage } from "../models/models_1"; import { de_DescribePartnersCommand, se_DescribePartnersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts index aff1ec111bb2..1eb2c2e2d3cd 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedNodeExchangeStatusInputMessage, diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts index 622a5e02d417..6f67b42e70bb 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedNodeOfferingsMessage, ReservedNodeOfferingsMessage } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts index 5988640b6055..d267972f6390 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReservedNodesMessage, ReservedNodesMessage } from "../models/models_1"; import { de_DescribeReservedNodesCommand, se_DescribeReservedNodesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeResizeCommand.ts b/clients/client-redshift/src/commands/DescribeResizeCommand.ts index 59d21f1f6bf1..02ff137bf1ec 100644 --- a/clients/client-redshift/src/commands/DescribeResizeCommand.ts +++ b/clients/client-redshift/src/commands/DescribeResizeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResizeProgressMessage } from "../models/models_0"; import { DescribeResizeMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts index 3d89e4378453..8c0819f870df 100644 --- a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeScheduledActionsMessage, ScheduledActionsMessage } from "../models/models_1"; import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts index 2b227c763c39..7b2383277b70 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSnapshotCopyGrantsMessage, SnapshotCopyGrantMessage } from "../models/models_1"; import { de_DescribeSnapshotCopyGrantsCommand, se_DescribeSnapshotCopyGrantsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts index 74985ff2d057..0e9697e124ef 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSnapshotSchedulesMessage, DescribeSnapshotSchedulesOutputMessage } from "../models/models_1"; import { de_DescribeSnapshotSchedulesCommand, se_DescribeSnapshotSchedulesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeStorageCommand.ts b/clients/client-redshift/src/commands/DescribeStorageCommand.ts index 86b5de6ae065..86488da2ecaf 100644 --- a/clients/client-redshift/src/commands/DescribeStorageCommand.ts +++ b/clients/client-redshift/src/commands/DescribeStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CustomerStorageMessage } from "../models/models_0"; import { de_DescribeStorageCommand, se_DescribeStorageCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts index 947f886a6659..21b8ed022348 100644 --- a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTableRestoreStatusMessage, TableRestoreStatusMessage } from "../models/models_1"; import { de_DescribeTableRestoreStatusCommand, se_DescribeTableRestoreStatusCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeTagsCommand.ts b/clients/client-redshift/src/commands/DescribeTagsCommand.ts index 8765cf4e1381..dda0b9204463 100644 --- a/clients/client-redshift/src/commands/DescribeTagsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTagsMessage, TaggedResourceListMessage } from "../models/models_1"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts index a4ebf8b94341..356f366ad14e 100644 --- a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUsageLimitsMessage, UsageLimitList } from "../models/models_1"; import { de_DescribeUsageLimitsCommand, se_DescribeUsageLimitsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DisableLoggingCommand.ts b/clients/client-redshift/src/commands/DisableLoggingCommand.ts index 5950775f8912..f7e16c4bcd8a 100644 --- a/clients/client-redshift/src/commands/DisableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/DisableLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableLoggingMessage, LoggingStatus } from "../models/models_1"; import { de_DisableLoggingCommand, se_DisableLoggingCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts index bc6992d16f43..e344ee709c1c 100644 --- a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableSnapshotCopyMessage, DisableSnapshotCopyResult } from "../models/models_1"; import { de_DisableSnapshotCopyCommand, se_DisableSnapshotCopyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts index 27b401f118dc..2763b9024079 100644 --- a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataShare } from "../models/models_0"; import { DisassociateDataShareConsumerMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/EnableLoggingCommand.ts b/clients/client-redshift/src/commands/EnableLoggingCommand.ts index 2f064035f70d..394817550d15 100644 --- a/clients/client-redshift/src/commands/EnableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/EnableLoggingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableLoggingMessage, LoggingStatus } from "../models/models_1"; import { de_EnableLoggingCommand, se_EnableLoggingCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts index e2369959535f..1f7a179ad952 100644 --- a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableSnapshotCopyMessage, EnableSnapshotCopyResult } from "../models/models_1"; import { de_EnableSnapshotCopyCommand, se_EnableSnapshotCopyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts index 938df06a9506..5aea3dcbcb18 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterCredentials, ClusterCredentialsFilterSensitiveLog } from "../models/models_0"; import { GetClusterCredentialsMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts index 09efa65a0856..816f56a20c8a 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterExtendedCredentials, ClusterExtendedCredentialsFilterSensitiveLog } from "../models/models_0"; import { GetClusterCredentialsWithIAMMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts index 8b2b523cdcef..adc71a0127ff 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReservedNodeExchangeConfigurationOptionsInputMessage, diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts index b1c2262f357b..6f605005ff08 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReservedNodeExchangeOfferingsInputMessage, diff --git a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts index 37141dc3c1cc..c50452138774 100644 --- a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyAquaInputMessage, ModifyAquaOutputMessage } from "../models/models_1"; import { de_ModifyAquaConfigurationCommand, se_ModifyAquaConfigurationCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts index 98e3690ecccd..630ea6775612 100644 --- a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyAuthenticationProfileMessage, ModifyAuthenticationProfileResult } from "../models/models_1"; import { de_ModifyAuthenticationProfileCommand, se_ModifyAuthenticationProfileCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterCommand.ts b/clients/client-redshift/src/commands/ModifyClusterCommand.ts index 86cbc6a9396c..9378592c645d 100644 --- a/clients/client-redshift/src/commands/ModifyClusterCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterMessage, ModifyClusterResult } from "../models/models_1"; import { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts index 895daa084ae0..0e02079a4eae 100644 --- a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterDbRevisionMessage, ModifyClusterDbRevisionResult } from "../models/models_1"; import { de_ModifyClusterDbRevisionCommand, se_ModifyClusterDbRevisionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts index d79cde003293..8ae85e171c72 100644 --- a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult } from "../models/models_1"; import { de_ModifyClusterIamRolesCommand, se_ModifyClusterIamRolesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts index 94c98f8a0198..88dee6264b97 100644 --- a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult } from "../models/models_1"; import { de_ModifyClusterMaintenanceCommand, se_ModifyClusterMaintenanceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts index 915b79d94843..f9f7d4139de1 100644 --- a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterParameterGroupNameMessage } from "../models/models_0"; import { ModifyClusterParameterGroupMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts index fdb137ebe0cc..6f56811f13e2 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterSnapshotMessage, ModifyClusterSnapshotResult } from "../models/models_1"; import { de_ModifyClusterSnapshotCommand, se_ModifyClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts index e66ca40395c3..4ac58d108800 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterSnapshotScheduleMessage } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts index b78e5346d2a3..14e4ed3d475b 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from "../models/models_1"; import { de_ModifyClusterSubnetGroupCommand, se_ModifyClusterSubnetGroupCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts index 70b052738c3c..5ea11ca4c2c0 100644 --- a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyCustomDomainAssociationMessage, ModifyCustomDomainAssociationResult } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts index f00675ab319f..04915c82be6b 100644 --- a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EndpointAccess } from "../models/models_0"; import { ModifyEndpointAccessMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts index 9753ab293cf5..66a1f4d91f8b 100644 --- a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_1"; import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts index f8dc4ce32d54..21eceda69275 100644 --- a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScheduledAction } from "../models/models_0"; import { ModifyScheduledActionMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts index fa6499470107..6bd8572a3de1 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifySnapshotCopyRetentionPeriodMessage, ModifySnapshotCopyRetentionPeriodResult } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts index 9e5e5ca6180c..0cb6748fcaa7 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SnapshotSchedule } from "../models/models_0"; import { ModifySnapshotScheduleMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts index 3122f8a47e07..aeca054f53a9 100644 --- a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UsageLimit } from "../models/models_0"; import { ModifyUsageLimitMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/PauseClusterCommand.ts b/clients/client-redshift/src/commands/PauseClusterCommand.ts index 6bd9d7872216..23e80d6ca674 100644 --- a/clients/client-redshift/src/commands/PauseClusterCommand.ts +++ b/clients/client-redshift/src/commands/PauseClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PauseClusterMessage } from "../models/models_0"; import { PauseClusterResult } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts index 61ac9e56e0ed..007fa1358d81 100644 --- a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts +++ b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PurchaseReservedNodeOfferingMessage, PurchaseReservedNodeOfferingResult } from "../models/models_1"; import { de_PurchaseReservedNodeOfferingCommand, se_PurchaseReservedNodeOfferingCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/RebootClusterCommand.ts b/clients/client-redshift/src/commands/RebootClusterCommand.ts index 2daff8d6455f..4403caf1db86 100644 --- a/clients/client-redshift/src/commands/RebootClusterCommand.ts +++ b/clients/client-redshift/src/commands/RebootClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootClusterMessage, RebootClusterResult } from "../models/models_1"; import { de_RebootClusterCommand, se_RebootClusterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/RejectDataShareCommand.ts b/clients/client-redshift/src/commands/RejectDataShareCommand.ts index dcddfc087038..135575be7a40 100644 --- a/clients/client-redshift/src/commands/RejectDataShareCommand.ts +++ b/clients/client-redshift/src/commands/RejectDataShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DataShare } from "../models/models_0"; import { RejectDataShareMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts index 2faf2607e252..29987f8defb4 100644 --- a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ClusterParameterGroupNameMessage } from "../models/models_0"; import { ResetClusterParameterGroupMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/ResizeClusterCommand.ts b/clients/client-redshift/src/commands/ResizeClusterCommand.ts index 4be6ef908892..75bc60781043 100644 --- a/clients/client-redshift/src/commands/ResizeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResizeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResizeClusterMessage } from "../models/models_0"; import { ResizeClusterResult } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts index 05ec00693a8e..e262a84dc53c 100644 --- a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreFromClusterSnapshotMessage, RestoreFromClusterSnapshotResult } from "../models/models_1"; import { de_RestoreFromClusterSnapshotCommand, se_RestoreFromClusterSnapshotCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts index b7b65844ed8b..2a9b423b69ce 100644 --- a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreTableFromClusterSnapshotMessage, RestoreTableFromClusterSnapshotResult } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/ResumeClusterCommand.ts b/clients/client-redshift/src/commands/ResumeClusterCommand.ts index 06f3a319a739..880049bd6369 100644 --- a/clients/client-redshift/src/commands/ResumeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResumeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResumeClusterMessage } from "../models/models_0"; import { ResumeClusterResult } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts index df1b3817ca9b..eb7193bb2457 100644 --- a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeClusterSecurityGroupIngressMessage, RevokeClusterSecurityGroupIngressResult } from "../models/models_1"; import { diff --git a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts index 4027e8bd4a35..73834b459684 100644 --- a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EndpointAuthorization } from "../models/models_0"; import { RevokeEndpointAccessMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts index 1c1933ffd098..f70a07831333 100644 --- a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeSnapshotAccessMessage, RevokeSnapshotAccessResult } from "../models/models_1"; import { de_RevokeSnapshotAccessCommand, se_RevokeSnapshotAccessCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts index 83e863ccd332..ef696759befd 100644 --- a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts +++ b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult } from "../models/models_1"; import { de_RotateEncryptionKeyCommand, se_RotateEncryptionKeyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts index 82cff4078dad..dab96ce8044d 100644 --- a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts +++ b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PartnerIntegrationOutputMessage } from "../models/models_0"; import { UpdatePartnerStatusInputMessage } from "../models/models_1"; diff --git a/clients/client-redshift/src/endpoint/EndpointParameters.ts b/clients/client-redshift/src/endpoint/EndpointParameters.ts index 245d3a37df97..53061414873e 100644 --- a/clients/client-redshift/src/endpoint/EndpointParameters.ts +++ b/clients/client-redshift/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-redshift/src/endpoint/endpointResolver.ts b/clients/client-redshift/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-redshift/src/endpoint/endpointResolver.ts +++ b/clients/client-redshift/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-redshift/src/endpoint/ruleset.ts b/clients/client-redshift/src/endpoint/ruleset.ts index e458eedbbd48..4b49488d845c 100644 --- a/clients/client-redshift/src/endpoint/ruleset.ts +++ b/clients/client-redshift/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-redshift/src/models/RedshiftServiceException.ts b/clients/client-redshift/src/models/RedshiftServiceException.ts index adee5bd80bfb..83e81647a8f3 100644 --- a/clients/client-redshift/src/models/RedshiftServiceException.ts +++ b/clients/client-redshift/src/models/RedshiftServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-redshift/src/models/models_0.ts b/clients/client-redshift/src/models/models_0.ts index 2a44087f2ba1..32b1ceb5631f 100644 --- a/clients/client-redshift/src/models/models_0.ts +++ b/clients/client-redshift/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException"; diff --git a/clients/client-redshift/src/models/models_1.ts b/clients/client-redshift/src/models/models_1.ts index cd548d038939..77806de861b4 100644 --- a/clients/client-redshift/src/models/models_1.ts +++ b/clients/client-redshift/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ActionType, diff --git a/clients/client-redshift/src/pagination/DescribeClusterDbRevisionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterDbRevisionsPaginator.ts index b0851698e028..0e9b9c92950c 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterDbRevisionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterDbRevisionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterDbRevisionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterParameterGroupsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterParameterGroupsPaginator.ts index 10202281e38c..bcf03121cb10 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterParameterGroupsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterParameterGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterParameterGroupsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterParametersPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterParametersPaginator.ts index f75eaf5b29fc..8be6db33baf7 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterParametersPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterParametersCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterSecurityGroupsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterSecurityGroupsPaginator.ts index 0e564eeb91d5..43bd00c55d57 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterSecurityGroupsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterSecurityGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterSecurityGroupsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterSnapshotsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterSnapshotsPaginator.ts index 585b27b07381..6cf901ec63f2 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterSnapshotsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterSnapshotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterSnapshotsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterSubnetGroupsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterSubnetGroupsPaginator.ts index ea809360ea0e..b8c699eeab3e 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterSubnetGroupsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterSubnetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterSubnetGroupsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterTracksPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterTracksPaginator.ts index bf41db10560d..9c6ed1d97a05 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterTracksPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterTracksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterTracksCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClusterVersionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeClusterVersionsPaginator.ts index 960096dee847..d0584c7dd8e1 100644 --- a/clients/client-redshift/src/pagination/DescribeClusterVersionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClusterVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClusterVersionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeClustersPaginator.ts b/clients/client-redshift/src/pagination/DescribeClustersPaginator.ts index aba71f06cf69..3074bd10c339 100644 --- a/clients/client-redshift/src/pagination/DescribeClustersPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeClustersCommand, diff --git a/clients/client-redshift/src/pagination/DescribeCustomDomainAssociationsPaginator.ts b/clients/client-redshift/src/pagination/DescribeCustomDomainAssociationsPaginator.ts index 710e26492493..0c0091755999 100644 --- a/clients/client-redshift/src/pagination/DescribeCustomDomainAssociationsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeCustomDomainAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCustomDomainAssociationsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeDataSharesForConsumerPaginator.ts b/clients/client-redshift/src/pagination/DescribeDataSharesForConsumerPaginator.ts index 4cd9920f82c2..dbab829cc0ca 100644 --- a/clients/client-redshift/src/pagination/DescribeDataSharesForConsumerPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeDataSharesForConsumerPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataSharesForConsumerCommand, diff --git a/clients/client-redshift/src/pagination/DescribeDataSharesForProducerPaginator.ts b/clients/client-redshift/src/pagination/DescribeDataSharesForProducerPaginator.ts index 03daa4b8113d..34f94e23bcfa 100644 --- a/clients/client-redshift/src/pagination/DescribeDataSharesForProducerPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeDataSharesForProducerPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataSharesForProducerCommand, diff --git a/clients/client-redshift/src/pagination/DescribeDataSharesPaginator.ts b/clients/client-redshift/src/pagination/DescribeDataSharesPaginator.ts index 0e81be4c1596..c9a47561eef9 100644 --- a/clients/client-redshift/src/pagination/DescribeDataSharesPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeDataSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDataSharesCommand, diff --git a/clients/client-redshift/src/pagination/DescribeDefaultClusterParametersPaginator.ts b/clients/client-redshift/src/pagination/DescribeDefaultClusterParametersPaginator.ts index 9ed204baf29e..65ba24fad4ad 100644 --- a/clients/client-redshift/src/pagination/DescribeDefaultClusterParametersPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeDefaultClusterParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDefaultClusterParametersCommand, diff --git a/clients/client-redshift/src/pagination/DescribeEndpointAccessPaginator.ts b/clients/client-redshift/src/pagination/DescribeEndpointAccessPaginator.ts index c063bd1a225b..be660b54c6d7 100644 --- a/clients/client-redshift/src/pagination/DescribeEndpointAccessPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeEndpointAccessPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointAccessCommand, diff --git a/clients/client-redshift/src/pagination/DescribeEndpointAuthorizationPaginator.ts b/clients/client-redshift/src/pagination/DescribeEndpointAuthorizationPaginator.ts index a8cdd779f6cd..4d52eb95fb88 100644 --- a/clients/client-redshift/src/pagination/DescribeEndpointAuthorizationPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeEndpointAuthorizationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEndpointAuthorizationCommand, diff --git a/clients/client-redshift/src/pagination/DescribeEventSubscriptionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeEventSubscriptionsPaginator.ts index f58d058490c8..ccb243e4dabb 100644 --- a/clients/client-redshift/src/pagination/DescribeEventSubscriptionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeEventSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventSubscriptionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeEventsPaginator.ts b/clients/client-redshift/src/pagination/DescribeEventsPaginator.ts index a04e9f823421..db13257dea47 100644 --- a/clients/client-redshift/src/pagination/DescribeEventsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEventsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeHsmClientCertificatesPaginator.ts b/clients/client-redshift/src/pagination/DescribeHsmClientCertificatesPaginator.ts index 7b5d07314ec4..0ba69e710135 100644 --- a/clients/client-redshift/src/pagination/DescribeHsmClientCertificatesPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeHsmClientCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHsmClientCertificatesCommand, diff --git a/clients/client-redshift/src/pagination/DescribeHsmConfigurationsPaginator.ts b/clients/client-redshift/src/pagination/DescribeHsmConfigurationsPaginator.ts index b9401c2304b7..9562be491349 100644 --- a/clients/client-redshift/src/pagination/DescribeHsmConfigurationsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeHsmConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeHsmConfigurationsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeNodeConfigurationOptionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeNodeConfigurationOptionsPaginator.ts index 98fd49ae3b77..43ab91a022f3 100644 --- a/clients/client-redshift/src/pagination/DescribeNodeConfigurationOptionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeNodeConfigurationOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNodeConfigurationOptionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeOrderableClusterOptionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeOrderableClusterOptionsPaginator.ts index 3ef08291500e..da0829604980 100644 --- a/clients/client-redshift/src/pagination/DescribeOrderableClusterOptionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeOrderableClusterOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOrderableClusterOptionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeReservedNodeExchangeStatusPaginator.ts b/clients/client-redshift/src/pagination/DescribeReservedNodeExchangeStatusPaginator.ts index 1a5db63d185c..d1a7ffa4a037 100644 --- a/clients/client-redshift/src/pagination/DescribeReservedNodeExchangeStatusPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeReservedNodeExchangeStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedNodeExchangeStatusCommand, diff --git a/clients/client-redshift/src/pagination/DescribeReservedNodeOfferingsPaginator.ts b/clients/client-redshift/src/pagination/DescribeReservedNodeOfferingsPaginator.ts index ad58bdd133f7..7a548bac8c1c 100644 --- a/clients/client-redshift/src/pagination/DescribeReservedNodeOfferingsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeReservedNodeOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedNodeOfferingsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeReservedNodesPaginator.ts b/clients/client-redshift/src/pagination/DescribeReservedNodesPaginator.ts index 54b8449e8dcf..7bb8eb48fdfc 100644 --- a/clients/client-redshift/src/pagination/DescribeReservedNodesPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeReservedNodesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeReservedNodesCommand, diff --git a/clients/client-redshift/src/pagination/DescribeScheduledActionsPaginator.ts b/clients/client-redshift/src/pagination/DescribeScheduledActionsPaginator.ts index 44d9d6af930d..8acdf0786916 100644 --- a/clients/client-redshift/src/pagination/DescribeScheduledActionsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeScheduledActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeScheduledActionsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeSnapshotCopyGrantsPaginator.ts b/clients/client-redshift/src/pagination/DescribeSnapshotCopyGrantsPaginator.ts index 866148158a7a..ea621e73c907 100644 --- a/clients/client-redshift/src/pagination/DescribeSnapshotCopyGrantsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeSnapshotCopyGrantsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotCopyGrantsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeSnapshotSchedulesPaginator.ts b/clients/client-redshift/src/pagination/DescribeSnapshotSchedulesPaginator.ts index 38ccc0123693..d85b0bc2fae9 100644 --- a/clients/client-redshift/src/pagination/DescribeSnapshotSchedulesPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeSnapshotSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSnapshotSchedulesCommand, diff --git a/clients/client-redshift/src/pagination/DescribeTableRestoreStatusPaginator.ts b/clients/client-redshift/src/pagination/DescribeTableRestoreStatusPaginator.ts index faf8fb00c328..9aee6a2f41a2 100644 --- a/clients/client-redshift/src/pagination/DescribeTableRestoreStatusPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeTableRestoreStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTableRestoreStatusCommand, diff --git a/clients/client-redshift/src/pagination/DescribeTagsPaginator.ts b/clients/client-redshift/src/pagination/DescribeTagsPaginator.ts index 47b207b6b0b6..e03e1e99bafa 100644 --- a/clients/client-redshift/src/pagination/DescribeTagsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTagsCommand, diff --git a/clients/client-redshift/src/pagination/DescribeUsageLimitsPaginator.ts b/clients/client-redshift/src/pagination/DescribeUsageLimitsPaginator.ts index 1d0cab9e4523..419b5ba326ec 100644 --- a/clients/client-redshift/src/pagination/DescribeUsageLimitsPaginator.ts +++ b/clients/client-redshift/src/pagination/DescribeUsageLimitsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUsageLimitsCommand, diff --git a/clients/client-redshift/src/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.ts b/clients/client-redshift/src/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.ts index f9cbfa692c6a..1927873624a2 100644 --- a/clients/client-redshift/src/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.ts +++ b/clients/client-redshift/src/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReservedNodeExchangeConfigurationOptionsCommand, diff --git a/clients/client-redshift/src/pagination/GetReservedNodeExchangeOfferingsPaginator.ts b/clients/client-redshift/src/pagination/GetReservedNodeExchangeOfferingsPaginator.ts index 6b0b85a0c36d..78cd7174ada9 100644 --- a/clients/client-redshift/src/pagination/GetReservedNodeExchangeOfferingsPaginator.ts +++ b/clients/client-redshift/src/pagination/GetReservedNodeExchangeOfferingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReservedNodeExchangeOfferingsCommand, diff --git a/clients/client-redshift/src/pagination/Interfaces.ts b/clients/client-redshift/src/pagination/Interfaces.ts index ac5732bd64f1..4d987e1ec62e 100644 --- a/clients/client-redshift/src/pagination/Interfaces.ts +++ b/clients/client-redshift/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RedshiftClient } from "../RedshiftClient"; diff --git a/clients/client-redshift/src/protocols/Aws_query.ts b/clients/client-redshift/src/protocols/Aws_query.ts index 78147891e4ac..f79b0219ff9d 100644 --- a/clients/client-redshift/src/protocols/Aws_query.ts +++ b/clients/client-redshift/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -13,10 +14,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-redshift/src/runtimeConfig.browser.ts b/clients/client-redshift/src/runtimeConfig.browser.ts index bed9660aa2e5..69e76e15efaf 100644 --- a/clients/client-redshift/src/runtimeConfig.browser.ts +++ b/clients/client-redshift/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftClientConfig } from "./RedshiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-redshift/src/runtimeConfig.shared.ts b/clients/client-redshift/src/runtimeConfig.shared.ts index dc3be2e683f0..92b7538b0fab 100644 --- a/clients/client-redshift/src/runtimeConfig.shared.ts +++ b/clients/client-redshift/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RedshiftClientConfig } from "./RedshiftClient"; diff --git a/clients/client-redshift/src/runtimeConfig.ts b/clients/client-redshift/src/runtimeConfig.ts index 391a9f697ec9..7678ae696934 100644 --- a/clients/client-redshift/src/runtimeConfig.ts +++ b/clients/client-redshift/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RedshiftClientConfig } from "./RedshiftClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-redshift/src/waiters/waitForClusterAvailable.ts b/clients/client-redshift/src/waiters/waitForClusterAvailable.ts index ceb4009862c3..28e36445c4c4 100644 --- a/clients/client-redshift/src/waiters/waitForClusterAvailable.ts +++ b/clients/client-redshift/src/waiters/waitForClusterAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClustersCommand, DescribeClustersCommandInput } from "../commands/DescribeClustersCommand"; import { RedshiftClient } from "../RedshiftClient"; diff --git a/clients/client-redshift/src/waiters/waitForClusterDeleted.ts b/clients/client-redshift/src/waiters/waitForClusterDeleted.ts index 35cecbc40ba0..472d416311ac 100644 --- a/clients/client-redshift/src/waiters/waitForClusterDeleted.ts +++ b/clients/client-redshift/src/waiters/waitForClusterDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClustersCommand, DescribeClustersCommandInput } from "../commands/DescribeClustersCommand"; import { RedshiftClient } from "../RedshiftClient"; diff --git a/clients/client-redshift/src/waiters/waitForClusterRestored.ts b/clients/client-redshift/src/waiters/waitForClusterRestored.ts index 978beadbd950..a328e49c780e 100644 --- a/clients/client-redshift/src/waiters/waitForClusterRestored.ts +++ b/clients/client-redshift/src/waiters/waitForClusterRestored.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClustersCommand, DescribeClustersCommandInput } from "../commands/DescribeClustersCommand"; import { RedshiftClient } from "../RedshiftClient"; diff --git a/clients/client-redshift/src/waiters/waitForSnapshotAvailable.ts b/clients/client-redshift/src/waiters/waitForSnapshotAvailable.ts index b7744f048fe0..0506868f857d 100644 --- a/clients/client-redshift/src/waiters/waitForSnapshotAvailable.ts +++ b/clients/client-redshift/src/waiters/waitForSnapshotAvailable.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterSnapshotsCommand, diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index d577f3339ad5..6961a53445d7 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-rekognition/src/Rekognition.ts b/clients/client-rekognition/src/Rekognition.ts index cd65f0dc1367..252883998538 100644 --- a/clients/client-rekognition/src/Rekognition.ts +++ b/clients/client-rekognition/src/Rekognition.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateFacesCommand, diff --git a/clients/client-rekognition/src/RekognitionClient.ts b/clients/client-rekognition/src/RekognitionClient.ts index b98d3634894f..77f99e18109c 100644 --- a/clients/client-rekognition/src/RekognitionClient.ts +++ b/clients/client-rekognition/src/RekognitionClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateFacesCommandInput, AssociateFacesCommandOutput } from "./commands/AssociateFacesCommand"; @@ -384,7 +382,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -493,7 +491,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts index b42d0ad25b9d..7f44dcc34f04 100644 --- a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFacesRequest, AssociateFacesResponse } from "../models/models_0"; import { de_AssociateFacesCommand, se_AssociateFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CompareFacesCommand.ts b/clients/client-rekognition/src/commands/CompareFacesCommand.ts index 6bd311023f2f..7c80614ac280 100644 --- a/clients/client-rekognition/src/commands/CompareFacesCommand.ts +++ b/clients/client-rekognition/src/commands/CompareFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CompareFacesRequest, CompareFacesResponse } from "../models/models_0"; import { de_CompareFacesCommand, se_CompareFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts index be91319cc3be..34f039e8b2b5 100644 --- a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyProjectVersionRequest, CopyProjectVersionResponse } from "../models/models_0"; import { de_CopyProjectVersionCommand, se_CopyProjectVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts index fba0e606f4b4..10b39cb13982 100644 --- a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCollectionRequest, CreateCollectionResponse } from "../models/models_0"; import { de_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts index c3c172736b66..26ff81a4161d 100644 --- a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts index d031fa1d0a66..8ca9b674c34b 100644 --- a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFaceLivenessSessionRequest, CreateFaceLivenessSessionResponse } from "../models/models_0"; import { de_CreateFaceLivenessSessionCommand, se_CreateFaceLivenessSessionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateProjectCommand.ts b/clients/client-rekognition/src/commands/CreateProjectCommand.ts index e23a5d147664..40765cf79aea 100644 --- a/clients/client-rekognition/src/commands/CreateProjectCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts index db2401344a31..a1f36c92a63e 100644 --- a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProjectVersionRequest, CreateProjectVersionResponse } from "../models/models_0"; import { de_CreateProjectVersionCommand, se_CreateProjectVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts index b10a8bf73ce5..eeb7f9f340ca 100644 --- a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStreamProcessorRequest, CreateStreamProcessorResponse } from "../models/models_0"; import { de_CreateStreamProcessorCommand, se_CreateStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/CreateUserCommand.ts b/clients/client-rekognition/src/commands/CreateUserCommand.ts index b9e10be813ec..600f3d7a22be 100644 --- a/clients/client-rekognition/src/commands/CreateUserCommand.ts +++ b/clients/client-rekognition/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts index 038a6a9e4a3e..15dd60c4179e 100644 --- a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCollectionRequest, DeleteCollectionResponse } from "../models/models_0"; import { de_DeleteCollectionCommand, se_DeleteCollectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts index ec2b76522463..de0ad54931f9 100644 --- a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts index a0297aeda7c9..8c396ef86e11 100644 --- a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFacesRequest, DeleteFacesResponse } from "../models/models_0"; import { de_DeleteFacesCommand, se_DeleteFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts index fc9936985843..6a830b8f8a47 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts index 5bbfe3853554..453a5c232d1e 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProjectPolicyRequest, DeleteProjectPolicyResponse } from "../models/models_0"; import { de_DeleteProjectPolicyCommand, se_DeleteProjectPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts index 94a94ace6f39..1dc462d83d6c 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProjectVersionRequest, DeleteProjectVersionResponse } from "../models/models_0"; import { de_DeleteProjectVersionCommand, se_DeleteProjectVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts index f7070298cfcc..0bacdfbaedaf 100644 --- a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStreamProcessorRequest, DeleteStreamProcessorResponse } from "../models/models_0"; import { de_DeleteStreamProcessorCommand, se_DeleteStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DeleteUserCommand.ts b/clients/client-rekognition/src/commands/DeleteUserCommand.ts index c045ee172475..d0a09a1da1d7 100644 --- a/clients/client-rekognition/src/commands/DeleteUserCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts index bb68e7bbb690..90987af8ca05 100644 --- a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCollectionRequest, DescribeCollectionResponse } from "../models/models_0"; import { de_DescribeCollectionCommand, se_DescribeCollectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts index f4f6c25d5575..226dc73dceb5 100644 --- a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts index 4c119923f3ac..ce877f5b077a 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProjectVersionsRequest, DescribeProjectVersionsResponse } from "../models/models_0"; import { de_DescribeProjectVersionsCommand, se_DescribeProjectVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts index 97671e624cae..1a39f50cb924 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProjectsRequest, DescribeProjectsResponse } from "../models/models_0"; import { de_DescribeProjectsCommand, se_DescribeProjectsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts index 9413a65aabbe..1f811f5d52c3 100644 --- a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStreamProcessorRequest, DescribeStreamProcessorResponse } from "../models/models_0"; import { de_DescribeStreamProcessorCommand, se_DescribeStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts index 645563bfcb5c..d08783c6192d 100644 --- a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectCustomLabelsRequest, DetectCustomLabelsResponse } from "../models/models_0"; import { de_DetectCustomLabelsCommand, se_DetectCustomLabelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectFacesCommand.ts b/clients/client-rekognition/src/commands/DetectFacesCommand.ts index c0cee58880e4..264619e20a23 100644 --- a/clients/client-rekognition/src/commands/DetectFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DetectFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectFacesRequest, DetectFacesResponse } from "../models/models_0"; import { de_DetectFacesCommand, se_DetectFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts index 8180aa6f1614..019bcb7da466 100644 --- a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0"; import { de_DetectLabelsCommand, se_DetectLabelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts index ea6cd903098f..10294d06174a 100644 --- a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectModerationLabelsRequest, DetectModerationLabelsResponse } from "../models/models_0"; import { de_DetectModerationLabelsCommand, se_DetectModerationLabelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts index 459fae4cbd45..8ecf35610aaa 100644 --- a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts +++ b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectProtectiveEquipmentRequest, DetectProtectiveEquipmentResponse } from "../models/models_0"; import { de_DetectProtectiveEquipmentCommand, se_DetectProtectiveEquipmentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DetectTextCommand.ts b/clients/client-rekognition/src/commands/DetectTextCommand.ts index a966418dc480..11546663a6f3 100644 --- a/clients/client-rekognition/src/commands/DetectTextCommand.ts +++ b/clients/client-rekognition/src/commands/DetectTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectTextRequest, DetectTextResponse } from "../models/models_0"; import { de_DetectTextCommand, se_DetectTextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts index 7369778466ec..0dc104eaf03f 100644 --- a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFacesRequest, DisassociateFacesResponse } from "../models/models_0"; import { de_DisassociateFacesCommand, se_DisassociateFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts index ac86dd853a3e..e35a7bdeb6b0 100644 --- a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DistributeDatasetEntriesRequest, DistributeDatasetEntriesResponse } from "../models/models_0"; import { de_DistributeDatasetEntriesCommand, se_DistributeDatasetEntriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts index 51186b761dc1..672e4074a38e 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCelebrityInfoRequest, GetCelebrityInfoResponse } from "../models/models_0"; import { de_GetCelebrityInfoCommand, se_GetCelebrityInfoCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts index 6071c8f91462..0ef1003f997e 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse } from "../models/models_0"; import { de_GetCelebrityRecognitionCommand, se_GetCelebrityRecognitionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts index e5b5fc7cf4d5..9444c04877ed 100644 --- a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContentModerationRequest, GetContentModerationResponse } from "../models/models_0"; import { de_GetContentModerationCommand, se_GetContentModerationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts index 72cce4474448..289e71c8b924 100644 --- a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFaceDetectionRequest, GetFaceDetectionResponse } from "../models/models_0"; import { de_GetFaceDetectionCommand, se_GetFaceDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts index 8f087d0c59ee..16402ff5b6d2 100644 --- a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFaceLivenessSessionResultsRequest, diff --git a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts index 5248bddcd313..b2bbd48ccf5f 100644 --- a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFaceSearchRequest, GetFaceSearchResponse } from "../models/models_0"; import { de_GetFaceSearchCommand, se_GetFaceSearchCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts index 42a5c93baee1..39c11d37a1d7 100644 --- a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLabelDetectionRequest, GetLabelDetectionResponse } from "../models/models_0"; import { de_GetLabelDetectionCommand, se_GetLabelDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts index cc499c5a1ed9..99d118cd1266 100644 --- a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPersonTrackingRequest, GetPersonTrackingResponse } from "../models/models_0"; import { de_GetPersonTrackingCommand, se_GetPersonTrackingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts index ada54ff8e5f0..bd4d33d1dfd1 100644 --- a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSegmentDetectionRequest, GetSegmentDetectionResponse } from "../models/models_0"; import { de_GetSegmentDetectionCommand, se_GetSegmentDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts index a9b2a47b61f4..08afad9bb782 100644 --- a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTextDetectionRequest, GetTextDetectionResponse } from "../models/models_0"; import { de_GetTextDetectionCommand, se_GetTextDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/IndexFacesCommand.ts b/clients/client-rekognition/src/commands/IndexFacesCommand.ts index 6c9ab7de9854..451e5a362067 100644 --- a/clients/client-rekognition/src/commands/IndexFacesCommand.ts +++ b/clients/client-rekognition/src/commands/IndexFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IndexFacesRequest, IndexFacesResponse } from "../models/models_0"; import { de_IndexFacesCommand, se_IndexFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts index 5e50f0713a75..d6b358cc4c24 100644 --- a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts +++ b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCollectionsRequest, ListCollectionsResponse } from "../models/models_0"; import { de_ListCollectionsCommand, se_ListCollectionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts index b4a755853a78..d3e6076a9a81 100644 --- a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models/models_0"; import { de_ListDatasetEntriesCommand, se_ListDatasetEntriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts index 80b2a8af307e..6a25a8d62f63 100644 --- a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatasetLabelsRequest, ListDatasetLabelsResponse } from "../models/models_0"; import { de_ListDatasetLabelsCommand, se_ListDatasetLabelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListFacesCommand.ts b/clients/client-rekognition/src/commands/ListFacesCommand.ts index a05f1a9a4650..ec7982fd4e64 100644 --- a/clients/client-rekognition/src/commands/ListFacesCommand.ts +++ b/clients/client-rekognition/src/commands/ListFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFacesRequest, ListFacesResponse } from "../models/models_0"; import { de_ListFacesCommand, se_ListFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts index 5e8967da9864..f4277dc868f1 100644 --- a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts +++ b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProjectPoliciesRequest, ListProjectPoliciesResponse } from "../models/models_0"; import { de_ListProjectPoliciesCommand, se_ListProjectPoliciesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts index d40a7acb7abe..d2af28ec35bb 100644 --- a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts +++ b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStreamProcessorsRequest, ListStreamProcessorsResponse } from "../models/models_0"; import { de_ListStreamProcessorsCommand, se_ListStreamProcessorsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts index 2e8302d86503..fe7ea7665951 100644 --- a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/ListUsersCommand.ts b/clients/client-rekognition/src/commands/ListUsersCommand.ts index dcded9bdbb33..ff5e9dab3ad8 100644 --- a/clients/client-rekognition/src/commands/ListUsersCommand.ts +++ b/clients/client-rekognition/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts index 4e7a92bfad4f..30568aececa7 100644 --- a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutProjectPolicyRequest, PutProjectPolicyResponse } from "../models/models_0"; import { de_PutProjectPolicyCommand, se_PutProjectPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts index 8c5d48a72d26..409cf44f0467 100644 --- a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts +++ b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RecognizeCelebritiesRequest, RecognizeCelebritiesResponse } from "../models/models_0"; import { de_RecognizeCelebritiesCommand, se_RecognizeCelebritiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts index 4e2961c1aaed..f9d43de5c19a 100644 --- a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchFacesByImageRequest, SearchFacesByImageResponse } from "../models/models_0"; import { de_SearchFacesByImageCommand, se_SearchFacesByImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/SearchFacesCommand.ts b/clients/client-rekognition/src/commands/SearchFacesCommand.ts index 78619ad2d245..e8a74a9b2436 100644 --- a/clients/client-rekognition/src/commands/SearchFacesCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0"; import { de_SearchFacesCommand, se_SearchFacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts index 68c644e6dd47..a89fffc1a923 100644 --- a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchUsersByImageRequest, SearchUsersByImageResponse } from "../models/models_0"; import { de_SearchUsersByImageCommand, se_SearchUsersByImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/SearchUsersCommand.ts b/clients/client-rekognition/src/commands/SearchUsersCommand.ts index a884af76bf90..6be960d057fc 100644 --- a/clients/client-rekognition/src/commands/SearchUsersCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchUsersRequest, SearchUsersResponse } from "../models/models_0"; import { de_SearchUsersCommand, se_SearchUsersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts index 6eadbe2f3c3b..e69f73309ad8 100644 --- a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartCelebrityRecognitionRequest } from "../models/models_0"; import { StartCelebrityRecognitionResponse } from "../models/models_1"; diff --git a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts index fceaa09f336e..4ff0041c3ff1 100644 --- a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartContentModerationRequest, StartContentModerationResponse } from "../models/models_1"; import { de_StartContentModerationCommand, se_StartContentModerationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts index 25a8c00207d7..27f279c3b502 100644 --- a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models/models_1"; import { de_StartFaceDetectionCommand, se_StartFaceDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts index d25f4b7706bc..317d10a09a4c 100644 --- a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFaceSearchRequest, StartFaceSearchResponse } from "../models/models_1"; import { de_StartFaceSearchCommand, se_StartFaceSearchCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts index f75be7b4aa07..eec6c363ee40 100644 --- a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartLabelDetectionRequest, StartLabelDetectionResponse } from "../models/models_1"; import { de_StartLabelDetectionCommand, se_StartLabelDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts index cb800250cd72..ca1648735a85 100644 --- a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartPersonTrackingRequest, StartPersonTrackingResponse } from "../models/models_1"; import { de_StartPersonTrackingCommand, se_StartPersonTrackingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts index f60b71faa38b..5866a3e58b1a 100644 --- a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartProjectVersionRequest, StartProjectVersionResponse } from "../models/models_1"; import { de_StartProjectVersionCommand, se_StartProjectVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts index 06710ad6f11c..446463063ccc 100644 --- a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSegmentDetectionRequest, StartSegmentDetectionResponse } from "../models/models_1"; import { de_StartSegmentDetectionCommand, se_StartSegmentDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts index 59ecd8820c38..cd1451a0eda7 100644 --- a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartStreamProcessorRequest, StartStreamProcessorResponse } from "../models/models_1"; import { de_StartStreamProcessorCommand, se_StartStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts index 1243d7d83846..8a5663f42ea7 100644 --- a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartTextDetectionRequest, StartTextDetectionResponse } from "../models/models_1"; import { de_StartTextDetectionCommand, se_StartTextDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts index b8e1cf83f933..f6796e25171f 100644 --- a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopProjectVersionRequest, StopProjectVersionResponse } from "../models/models_1"; import { de_StopProjectVersionCommand, se_StopProjectVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts index 1f7f5b5ba4d2..4a5c6f04dfee 100644 --- a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopStreamProcessorRequest, StopStreamProcessorResponse } from "../models/models_1"; import { de_StopStreamProcessorCommand, se_StopStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/TagResourceCommand.ts b/clients/client-rekognition/src/commands/TagResourceCommand.ts index 246450db3cdf..5e25b5c03cf5 100644 --- a/clients/client-rekognition/src/commands/TagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/UntagResourceCommand.ts b/clients/client-rekognition/src/commands/UntagResourceCommand.ts index f3c8025ed6ae..e8016a19538f 100644 --- a/clients/client-rekognition/src/commands/UntagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts index 81acada3e8c3..ed124d939d73 100644 --- a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../models/models_1"; import { de_UpdateDatasetEntriesCommand, se_UpdateDatasetEntriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts index 0570d2bee107..f2ea4ced8b45 100644 --- a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStreamProcessorRequest, UpdateStreamProcessorResponse } from "../models/models_1"; import { de_UpdateStreamProcessorCommand, se_UpdateStreamProcessorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-rekognition/src/endpoint/EndpointParameters.ts b/clients/client-rekognition/src/endpoint/EndpointParameters.ts index ddef54efde85..81b05d638ba0 100644 --- a/clients/client-rekognition/src/endpoint/EndpointParameters.ts +++ b/clients/client-rekognition/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rekognition/src/endpoint/endpointResolver.ts b/clients/client-rekognition/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rekognition/src/endpoint/endpointResolver.ts +++ b/clients/client-rekognition/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rekognition/src/endpoint/ruleset.ts b/clients/client-rekognition/src/endpoint/ruleset.ts index e0d1cbbd3f91..b0bfcc5cf281 100644 --- a/clients/client-rekognition/src/endpoint/ruleset.ts +++ b/clients/client-rekognition/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rekognition/src/models/RekognitionServiceException.ts b/clients/client-rekognition/src/models/RekognitionServiceException.ts index 6ed3e011301c..be2e991abadb 100644 --- a/clients/client-rekognition/src/models/RekognitionServiceException.ts +++ b/clients/client-rekognition/src/models/RekognitionServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rekognition/src/models/models_0.ts b/clients/client-rekognition/src/models/models_0.ts index 721d14cd71dc..441f5a98bbbe 100644 --- a/clients/client-rekognition/src/models/models_0.ts +++ b/clients/client-rekognition/src/models/models_0.ts @@ -3,7 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, SENSITIVE_STRING, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { RekognitionServiceException as __BaseException } from "./RekognitionServiceException"; diff --git a/clients/client-rekognition/src/models/models_1.ts b/clients/client-rekognition/src/models/models_1.ts index 5df330ed4845..3bd600cd3915 100644 --- a/clients/client-rekognition/src/models/models_1.ts +++ b/clients/client-rekognition/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { BlackFrame, diff --git a/clients/client-rekognition/src/pagination/DescribeProjectVersionsPaginator.ts b/clients/client-rekognition/src/pagination/DescribeProjectVersionsPaginator.ts index 84a254daa8ed..248e46da0f25 100644 --- a/clients/client-rekognition/src/pagination/DescribeProjectVersionsPaginator.ts +++ b/clients/client-rekognition/src/pagination/DescribeProjectVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeProjectVersionsCommand, diff --git a/clients/client-rekognition/src/pagination/DescribeProjectsPaginator.ts b/clients/client-rekognition/src/pagination/DescribeProjectsPaginator.ts index cb9c6611107b..72f101454173 100644 --- a/clients/client-rekognition/src/pagination/DescribeProjectsPaginator.ts +++ b/clients/client-rekognition/src/pagination/DescribeProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeProjectsCommand, diff --git a/clients/client-rekognition/src/pagination/GetCelebrityRecognitionPaginator.ts b/clients/client-rekognition/src/pagination/GetCelebrityRecognitionPaginator.ts index ea45f355aaf7..863fecc7e9de 100644 --- a/clients/client-rekognition/src/pagination/GetCelebrityRecognitionPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetCelebrityRecognitionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCelebrityRecognitionCommand, diff --git a/clients/client-rekognition/src/pagination/GetContentModerationPaginator.ts b/clients/client-rekognition/src/pagination/GetContentModerationPaginator.ts index 16726f987f78..e5ebdf3fb4b3 100644 --- a/clients/client-rekognition/src/pagination/GetContentModerationPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetContentModerationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetContentModerationCommand, diff --git a/clients/client-rekognition/src/pagination/GetFaceDetectionPaginator.ts b/clients/client-rekognition/src/pagination/GetFaceDetectionPaginator.ts index 97ea3e0703c6..324a0808ec5b 100644 --- a/clients/client-rekognition/src/pagination/GetFaceDetectionPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetFaceDetectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFaceDetectionCommand, diff --git a/clients/client-rekognition/src/pagination/GetFaceSearchPaginator.ts b/clients/client-rekognition/src/pagination/GetFaceSearchPaginator.ts index d5d9fc0e25c1..2ae0560367b0 100644 --- a/clients/client-rekognition/src/pagination/GetFaceSearchPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetFaceSearchPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFaceSearchCommand, diff --git a/clients/client-rekognition/src/pagination/GetLabelDetectionPaginator.ts b/clients/client-rekognition/src/pagination/GetLabelDetectionPaginator.ts index cfa325df1f67..05c99bed50a1 100644 --- a/clients/client-rekognition/src/pagination/GetLabelDetectionPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetLabelDetectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetLabelDetectionCommand, diff --git a/clients/client-rekognition/src/pagination/GetPersonTrackingPaginator.ts b/clients/client-rekognition/src/pagination/GetPersonTrackingPaginator.ts index f8d4678b675c..53b7dcfd927e 100644 --- a/clients/client-rekognition/src/pagination/GetPersonTrackingPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetPersonTrackingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetPersonTrackingCommand, diff --git a/clients/client-rekognition/src/pagination/GetSegmentDetectionPaginator.ts b/clients/client-rekognition/src/pagination/GetSegmentDetectionPaginator.ts index f9ecdda30cac..d4e5d38429b8 100644 --- a/clients/client-rekognition/src/pagination/GetSegmentDetectionPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetSegmentDetectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSegmentDetectionCommand, diff --git a/clients/client-rekognition/src/pagination/GetTextDetectionPaginator.ts b/clients/client-rekognition/src/pagination/GetTextDetectionPaginator.ts index 5d8caba588c8..72f9991e0d23 100644 --- a/clients/client-rekognition/src/pagination/GetTextDetectionPaginator.ts +++ b/clients/client-rekognition/src/pagination/GetTextDetectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTextDetectionCommand, diff --git a/clients/client-rekognition/src/pagination/Interfaces.ts b/clients/client-rekognition/src/pagination/Interfaces.ts index 6602408cc4b0..d06ad79c3704 100644 --- a/clients/client-rekognition/src/pagination/Interfaces.ts +++ b/clients/client-rekognition/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RekognitionClient } from "../RekognitionClient"; diff --git a/clients/client-rekognition/src/pagination/ListCollectionsPaginator.ts b/clients/client-rekognition/src/pagination/ListCollectionsPaginator.ts index 8bdbce78a7cc..8e9ce006a506 100644 --- a/clients/client-rekognition/src/pagination/ListCollectionsPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListCollectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCollectionsCommand, diff --git a/clients/client-rekognition/src/pagination/ListDatasetEntriesPaginator.ts b/clients/client-rekognition/src/pagination/ListDatasetEntriesPaginator.ts index 200bc03ae5d9..d4176d2031c8 100644 --- a/clients/client-rekognition/src/pagination/ListDatasetEntriesPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListDatasetEntriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetEntriesCommand, diff --git a/clients/client-rekognition/src/pagination/ListDatasetLabelsPaginator.ts b/clients/client-rekognition/src/pagination/ListDatasetLabelsPaginator.ts index 32082ccce8f9..22205ca3d558 100644 --- a/clients/client-rekognition/src/pagination/ListDatasetLabelsPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListDatasetLabelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatasetLabelsCommand, diff --git a/clients/client-rekognition/src/pagination/ListFacesPaginator.ts b/clients/client-rekognition/src/pagination/ListFacesPaginator.ts index aaa8b73a3596..088b8f52f46f 100644 --- a/clients/client-rekognition/src/pagination/ListFacesPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListFacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFacesCommand, ListFacesCommandInput, ListFacesCommandOutput } from "../commands/ListFacesCommand"; import { RekognitionClient } from "../RekognitionClient"; diff --git a/clients/client-rekognition/src/pagination/ListProjectPoliciesPaginator.ts b/clients/client-rekognition/src/pagination/ListProjectPoliciesPaginator.ts index 62e4011f6a54..98dd0fd55d01 100644 --- a/clients/client-rekognition/src/pagination/ListProjectPoliciesPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListProjectPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectPoliciesCommand, diff --git a/clients/client-rekognition/src/pagination/ListStreamProcessorsPaginator.ts b/clients/client-rekognition/src/pagination/ListStreamProcessorsPaginator.ts index b32ccb635832..89bb44033172 100644 --- a/clients/client-rekognition/src/pagination/ListStreamProcessorsPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListStreamProcessorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStreamProcessorsCommand, diff --git a/clients/client-rekognition/src/pagination/ListUsersPaginator.ts b/clients/client-rekognition/src/pagination/ListUsersPaginator.ts index 4644e6742d1f..5961ccf0fb7e 100644 --- a/clients/client-rekognition/src/pagination/ListUsersPaginator.ts +++ b/clients/client-rekognition/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { RekognitionClient } from "../RekognitionClient"; diff --git a/clients/client-rekognition/src/protocols/Aws_json1_1.ts b/clients/client-rekognition/src/protocols/Aws_json1_1.ts index 84854b01e3d2..ac27d9e456c2 100644 --- a/clients/client-rekognition/src/protocols/Aws_json1_1.ts +++ b/clients/client-rekognition/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateFacesCommandInput, AssociateFacesCommandOutput } from "../commands/AssociateFacesCommand"; diff --git a/clients/client-rekognition/src/runtimeConfig.browser.ts b/clients/client-rekognition/src/runtimeConfig.browser.ts index 8040debeb00c..1c2fe26e323c 100644 --- a/clients/client-rekognition/src/runtimeConfig.browser.ts +++ b/clients/client-rekognition/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RekognitionClientConfig } from "./RekognitionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rekognition/src/runtimeConfig.shared.ts b/clients/client-rekognition/src/runtimeConfig.shared.ts index 2aa8c99df970..2135fa1e74c1 100644 --- a/clients/client-rekognition/src/runtimeConfig.shared.ts +++ b/clients/client-rekognition/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RekognitionClientConfig } from "./RekognitionClient"; diff --git a/clients/client-rekognition/src/runtimeConfig.ts b/clients/client-rekognition/src/runtimeConfig.ts index 9587222dcec9..c36f25e5a8d7 100644 --- a/clients/client-rekognition/src/runtimeConfig.ts +++ b/clients/client-rekognition/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RekognitionClientConfig } from "./RekognitionClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rekognition/src/waiters/waitForProjectVersionRunning.ts b/clients/client-rekognition/src/waiters/waitForProjectVersionRunning.ts index 5a0be74400a8..d623afafb195 100644 --- a/clients/client-rekognition/src/waiters/waitForProjectVersionRunning.ts +++ b/clients/client-rekognition/src/waiters/waitForProjectVersionRunning.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeProjectVersionsCommand, diff --git a/clients/client-rekognition/src/waiters/waitForProjectVersionTrainingCompleted.ts b/clients/client-rekognition/src/waiters/waitForProjectVersionTrainingCompleted.ts index c8602146d6e8..5e92ea1d068f 100644 --- a/clients/client-rekognition/src/waiters/waitForProjectVersionTrainingCompleted.ts +++ b/clients/client-rekognition/src/waiters/waitForProjectVersionTrainingCompleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeProjectVersionsCommand, diff --git a/clients/client-rekognitionstreaming/package.json b/clients/client-rekognitionstreaming/package.json index c72c57c5fd5f..efb660190f46 100644 --- a/clients/client-rekognitionstreaming/package.json +++ b/clients/client-rekognitionstreaming/package.json @@ -22,48 +22,49 @@ "@aws-crypto/sha256-browser": "2.0.0", "@aws-crypto/sha256-js": "2.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", "@aws-sdk/eventstream-handler-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-eventstream": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", "@aws-sdk/middleware-websocket": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rekognitionstreaming/src/RekognitionStreaming.ts b/clients/client-rekognitionstreaming/src/RekognitionStreaming.ts index 7906d5d7a8ec..e5d2fa16b017 100644 --- a/clients/client-rekognitionstreaming/src/RekognitionStreaming.ts +++ b/clients/client-rekognitionstreaming/src/RekognitionStreaming.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { StartFaceLivenessSessionCommand, diff --git a/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts b/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts index ab1596cc66e2..33df779bd4cd 100644 --- a/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts +++ b/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EventStreamInputConfig, EventStreamResolvedConfig, @@ -20,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -34,34 +25,43 @@ import { UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; import { resolveWebSocketConfig, WebSocketInputConfig, WebSocketResolvedConfig } from "@aws-sdk/middleware-websocket"; +import { + Credentials as __Credentials, + EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, +} from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, - EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -98,7 +98,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -218,7 +218,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts index 932002afa501..32319eb45d82 100644 --- a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts +++ b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -12,9 +13,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFaceLivenessSessionRequest, diff --git a/clients/client-rekognitionstreaming/src/endpoint/EndpointParameters.ts b/clients/client-rekognitionstreaming/src/endpoint/EndpointParameters.ts index ddef54efde85..81b05d638ba0 100644 --- a/clients/client-rekognitionstreaming/src/endpoint/EndpointParameters.ts +++ b/clients/client-rekognitionstreaming/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rekognitionstreaming/src/endpoint/endpointResolver.ts b/clients/client-rekognitionstreaming/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rekognitionstreaming/src/endpoint/endpointResolver.ts +++ b/clients/client-rekognitionstreaming/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rekognitionstreaming/src/endpoint/ruleset.ts b/clients/client-rekognitionstreaming/src/endpoint/ruleset.ts index 597874d48655..75643cbc8fb5 100644 --- a/clients/client-rekognitionstreaming/src/endpoint/ruleset.ts +++ b/clients/client-rekognitionstreaming/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts b/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts index a852001e2225..87dd427f0a13 100644 --- a/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts +++ b/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rekognitionstreaming/src/models/models_0.ts b/clients/client-rekognitionstreaming/src/models/models_0.ts index 1d1de5ea14f6..937f42b1efe2 100644 --- a/clients/client-rekognitionstreaming/src/models/models_0.ts +++ b/clients/client-rekognitionstreaming/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RekognitionStreamingServiceException as __BaseException } from "./RekognitionStreamingServiceException"; diff --git a/clients/client-rekognitionstreaming/src/protocols/Aws_restJson1.ts b/clients/client-rekognitionstreaming/src/protocols/Aws_restJson1.ts index 0ca9d8791934..4e91c3ad110a 100644 --- a/clients/client-rekognitionstreaming/src/protocols/Aws_restJson1.ts +++ b/clients/client-rekognitionstreaming/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,15 +11,15 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, Message as __Message, MessageHeaders as __MessageHeaders, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFaceLivenessSessionCommandInput, diff --git a/clients/client-rekognitionstreaming/src/runtimeConfig.browser.ts b/clients/client-rekognitionstreaming/src/runtimeConfig.browser.ts index 5c59bdbde6cb..c85ebeace389 100644 --- a/clients/client-rekognitionstreaming/src/runtimeConfig.browser.ts +++ b/clients/client-rekognitionstreaming/src/runtimeConfig.browser.ts @@ -3,21 +3,21 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as HttpRequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; import { WebSocketFetchHandler as WebSocketRequestHandler, eventStreamPayloadHandlerProvider, } from "@aws-sdk/middleware-websocket"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as HttpRequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RekognitionStreamingClientConfig } from "./RekognitionStreamingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rekognitionstreaming/src/runtimeConfig.native.ts b/clients/client-rekognitionstreaming/src/runtimeConfig.native.ts index 3915227e44f9..55cb52b71cde 100644 --- a/clients/client-rekognitionstreaming/src/runtimeConfig.native.ts +++ b/clients/client-rekognitionstreaming/src/runtimeConfig.native.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code import { Sha256 } from "@aws-crypto/sha256-js"; -import { invalidFunction } from "@aws-sdk/invalid-dependency"; +import { invalidFunction } from "@smithy/invalid-dependency"; import { RekognitionStreamingClientConfig } from "./RekognitionStreamingClient"; import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; diff --git a/clients/client-rekognitionstreaming/src/runtimeConfig.shared.ts b/clients/client-rekognitionstreaming/src/runtimeConfig.shared.ts index cc2da182205d..53b36922e2c9 100644 --- a/clients/client-rekognitionstreaming/src/runtimeConfig.shared.ts +++ b/clients/client-rekognitionstreaming/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RekognitionStreamingClientConfig } from "./RekognitionStreamingClient"; diff --git a/clients/client-rekognitionstreaming/src/runtimeConfig.ts b/clients/client-rekognitionstreaming/src/runtimeConfig.ts index fed02845e871..b0acae30a9e8 100644 --- a/clients/client-rekognitionstreaming/src/runtimeConfig.ts +++ b/clients/client-rekognitionstreaming/src/runtimeConfig.ts @@ -3,27 +3,27 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RekognitionStreamingClientConfig } from "./RekognitionStreamingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-resiliencehub/package.json b/clients/client-resiliencehub/package.json index 4058cdb915d7..361137828d93 100644 --- a/clients/client-resiliencehub/package.json +++ b/clients/client-resiliencehub/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-resiliencehub/src/Resiliencehub.ts b/clients/client-resiliencehub/src/Resiliencehub.ts index fb106c7fb59e..22010b166e55 100644 --- a/clients/client-resiliencehub/src/Resiliencehub.ts +++ b/clients/client-resiliencehub/src/Resiliencehub.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddDraftAppVersionResourceMappingsCommand, diff --git a/clients/client-resiliencehub/src/ResiliencehubClient.ts b/clients/client-resiliencehub/src/ResiliencehubClient.ts index 7e363aeb419a..715f26dd1575 100644 --- a/clients/client-resiliencehub/src/ResiliencehubClient.ts +++ b/clients/client-resiliencehub/src/ResiliencehubClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -354,7 +352,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -463,7 +461,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts index caebfa156b1f..accbce185331 100644 --- a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddDraftAppVersionResourceMappingsRequest, diff --git a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts index 01dfdfe06396..eeb81f9a46a8 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppRequest, diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts index 676c878c539a..2d4488ae8036 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppVersionAppComponentRequest, CreateAppVersionAppComponentResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts index 148c0910ca60..f870736eb7e9 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppVersionResourceRequest, CreateAppVersionResourceResponse } from "../models/models_0"; import { de_CreateAppVersionResourceCommand, se_CreateAppVersionResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts index 828ba031d469..e0633ae0ddd9 100644 --- a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRecommendationTemplateRequest, diff --git a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts index f88aa36621e7..6588ee601107 100644 --- a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResiliencyPolicyRequest, diff --git a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts index 57ca1e102fa6..9ac05f6b1f44 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../models/models_0"; import { de_DeleteAppAssessmentCommand, se_DeleteAppAssessmentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts index 1d7def98be5a..fd1e4e414c30 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts index 63e1f2579b77..11c983d5cdee 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppInputSourceRequest, DeleteAppInputSourceResponse } from "../models/models_0"; import { de_DeleteAppInputSourceCommand, se_DeleteAppInputSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts index 64abe8fdaf17..ba41625abb48 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppVersionAppComponentRequest, DeleteAppVersionAppComponentResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts index 49ac0761f432..241dad1a4cab 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppVersionResourceRequest, DeleteAppVersionResourceResponse } from "../models/models_0"; import { de_DeleteAppVersionResourceCommand, se_DeleteAppVersionResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts index 02137d9e8a03..6dcd57d6264f 100644 --- a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecommendationTemplateRequest, DeleteRecommendationTemplateResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts index d008d3892fad..4599e9fc7419 100644 --- a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResiliencyPolicyRequest, DeleteResiliencyPolicyResponse } from "../models/models_0"; import { de_DeleteResiliencyPolicyCommand, se_DeleteResiliencyPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts index 12324682ab84..02658609a362 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppAssessmentRequest, diff --git a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts index ea862d230cab..5963f97db2e9 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppRequest, DescribeAppResponse, DescribeAppResponseFilterSensitiveLog } from "../models/models_0"; import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts index 1ffd285bfc85..0785df4c669a 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppVersionAppComponentRequest, DescribeAppVersionAppComponentResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts index b94626ddd903..cff6f3de7d9c 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppVersionRequest, DescribeAppVersionResponse } from "../models/models_0"; import { de_DescribeAppVersionCommand, se_DescribeAppVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts index eb6e496b25c1..37557b817693 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppVersionResourceRequest, DescribeAppVersionResourceResponse } from "../models/models_0"; import { de_DescribeAppVersionResourceCommand, se_DescribeAppVersionResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts index 43fc4948594c..825571a970e8 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppVersionResourcesResolutionStatusRequest, diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts index b69883f21be5..b7e33a6c5c33 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppVersionTemplateRequest, DescribeAppVersionTemplateResponse } from "../models/models_0"; import { de_DescribeAppVersionTemplateCommand, se_DescribeAppVersionTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts index 0f31df972c0d..b64bec2be504 100644 --- a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDraftAppVersionResourcesImportStatusRequest, diff --git a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts index 0d3e24e811c2..8a7d725cd09d 100644 --- a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeResiliencyPolicyRequest, diff --git a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts index e7a4de6b618e..04a93def4248 100644 --- a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportResourcesToDraftAppVersionRequest, ImportResourcesToDraftAppVersionResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts index ac1e274fc3c4..768486dcf8e0 100644 --- a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAlarmRecommendationsRequest, ListAlarmRecommendationsResponse } from "../models/models_0"; import { de_ListAlarmRecommendationsCommand, se_ListAlarmRecommendationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts index 9900f01f8ed5..4cc588b31e4d 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppAssessmentsRequest, ListAppAssessmentsResponse } from "../models/models_0"; import { de_ListAppAssessmentsCommand, se_ListAppAssessmentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts index c36e11310875..b71256312d4d 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppComponentCompliancesRequest, ListAppComponentCompliancesResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts index 9af11533bbe3..9c67fe0bdd84 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppComponentRecommendationsRequest, ListAppComponentRecommendationsResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts index dabe1fa22714..d07ad3994e33 100644 --- a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppInputSourcesRequest, ListAppInputSourcesResponse } from "../models/models_0"; import { de_ListAppInputSourcesCommand, se_ListAppInputSourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts index 5d355ab6cffc..397a7ff6d376 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppVersionAppComponentsRequest, ListAppVersionAppComponentsResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts index 4b0514b3b441..69177f903b42 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppVersionResourceMappingsRequest, ListAppVersionResourceMappingsResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts index 864737082c1b..b29136ea7cb3 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppVersionResourcesRequest, ListAppVersionResourcesResponse } from "../models/models_0"; import { de_ListAppVersionResourcesCommand, se_ListAppVersionResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts index 5cc3ede12ac7..1f3d7b5dd373 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppVersionsRequest, ListAppVersionsResponse } from "../models/models_0"; import { de_ListAppVersionsCommand, se_ListAppVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts index 85c7e8b9e3d5..a1b1415089d1 100644 --- a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppsRequest, ListAppsResponse } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts index 89e484113464..f563140123b0 100644 --- a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecommendationTemplatesRequest, diff --git a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts index aa31e55bf48f..750b403c7b1a 100644 --- a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResiliencyPoliciesRequest, diff --git a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts index 24adb7aba6e4..e05b3824437f 100644 --- a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSopRecommendationsRequest, ListSopRecommendationsResponse } from "../models/models_0"; import { de_ListSopRecommendationsCommand, se_ListSopRecommendationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts index 66c34d989b90..bca4e2e3112b 100644 --- a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSuggestedResiliencyPoliciesRequest, diff --git a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts index 580110e007bd..2f1de9bc4ead 100644 --- a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts index 9407a537a1ce..c8c5db3497e6 100644 --- a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTestRecommendationsRequest, ListTestRecommendationsResponse } from "../models/models_0"; import { de_ListTestRecommendationsCommand, se_ListTestRecommendationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts index 2e4cbef607c6..c6f7e7054852 100644 --- a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUnsupportedAppVersionResourcesRequest, diff --git a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts index fe29a0d04031..1e9d19f8e4f1 100644 --- a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PublishAppVersionRequest, PublishAppVersionResponse } from "../models/models_0"; import { de_PublishAppVersionCommand, se_PublishAppVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts index 010fe63b8662..96dafbc9c95c 100644 --- a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDraftAppVersionTemplateRequest, PutDraftAppVersionTemplateResponse } from "../models/models_0"; import { de_PutDraftAppVersionTemplateCommand, se_PutDraftAppVersionTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts index 37614b899e9c..661b649bdabf 100644 --- a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveDraftAppVersionResourceMappingsRequest, diff --git a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts index db61e08b07ee..ef2260efba6d 100644 --- a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResolveAppVersionResourcesRequest, ResolveAppVersionResourcesResponse } from "../models/models_0"; import { de_ResolveAppVersionResourcesCommand, se_ResolveAppVersionResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts index a6dc0bd7affe..ca86660d2f39 100644 --- a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAppAssessmentRequest, diff --git a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts index e5c38769a8d1..b1e9bec51930 100644 --- a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts index c570e1c05cdf..82c20634ae38 100644 --- a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, diff --git a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts index b0724d9f7f33..f85d8082c6c4 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppRequest, UpdateAppResponse, UpdateAppResponseFilterSensitiveLog } from "../models/models_0"; import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts index a728caf2d739..5027d79804b3 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppVersionAppComponentRequest, UpdateAppVersionAppComponentResponse } from "../models/models_0"; import { diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts index 76a3cb07dc6a..c74ed56020e7 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppVersionRequest, UpdateAppVersionResponse } from "../models/models_0"; import { de_UpdateAppVersionCommand, se_UpdateAppVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts index eb50543e4365..1a9883277d8e 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppVersionResourceRequest, UpdateAppVersionResourceResponse } from "../models/models_0"; import { de_UpdateAppVersionResourceCommand, se_UpdateAppVersionResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts index 8d49cb72f3a2..a396e680365d 100644 --- a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResiliencyPolicyRequest, diff --git a/clients/client-resiliencehub/src/endpoint/EndpointParameters.ts b/clients/client-resiliencehub/src/endpoint/EndpointParameters.ts index d9c273cd480f..e9e326c85cf9 100644 --- a/clients/client-resiliencehub/src/endpoint/EndpointParameters.ts +++ b/clients/client-resiliencehub/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-resiliencehub/src/endpoint/endpointResolver.ts b/clients/client-resiliencehub/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-resiliencehub/src/endpoint/endpointResolver.ts +++ b/clients/client-resiliencehub/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-resiliencehub/src/endpoint/ruleset.ts b/clients/client-resiliencehub/src/endpoint/ruleset.ts index 86c6ceccd003..1f3a7d907af3 100644 --- a/clients/client-resiliencehub/src/endpoint/ruleset.ts +++ b/clients/client-resiliencehub/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts b/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts index 4d8580540472..25971f61a24b 100644 --- a/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts +++ b/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-resiliencehub/src/models/models_0.ts b/clients/client-resiliencehub/src/models/models_0.ts index e7bbf9973d67..4e7569eaf55e 100644 --- a/clients/client-resiliencehub/src/models/models_0.ts +++ b/clients/client-resiliencehub/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { ResiliencehubServiceException as __BaseException } from "./ResiliencehubServiceException"; diff --git a/clients/client-resiliencehub/src/pagination/Interfaces.ts b/clients/client-resiliencehub/src/pagination/Interfaces.ts index 11a1b0bf4bf0..d1d444856f24 100644 --- a/clients/client-resiliencehub/src/pagination/Interfaces.ts +++ b/clients/client-resiliencehub/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ResiliencehubClient } from "../ResiliencehubClient"; diff --git a/clients/client-resiliencehub/src/pagination/ListAlarmRecommendationsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAlarmRecommendationsPaginator.ts index 26185161e0a5..f18208267d41 100644 --- a/clients/client-resiliencehub/src/pagination/ListAlarmRecommendationsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAlarmRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAlarmRecommendationsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppAssessmentsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppAssessmentsPaginator.ts index 0bd184cc5d1b..9a985b92fdb7 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppAssessmentsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppAssessmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppAssessmentsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppComponentCompliancesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppComponentCompliancesPaginator.ts index f58fe8dae605..4e9d48c1bcb7 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppComponentCompliancesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppComponentCompliancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppComponentCompliancesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppComponentRecommendationsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppComponentRecommendationsPaginator.ts index 720abb85c870..6cf1f4ab40a1 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppComponentRecommendationsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppComponentRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppComponentRecommendationsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppInputSourcesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppInputSourcesPaginator.ts index 27c8f45582d4..562feef19617 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppInputSourcesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppInputSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppInputSourcesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppVersionAppComponentsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppVersionAppComponentsPaginator.ts index 83dc832cfbc0..fcc37cd1289f 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppVersionAppComponentsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppVersionAppComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppVersionAppComponentsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppVersionResourceMappingsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppVersionResourceMappingsPaginator.ts index 5d1d5ec6c23d..6676b219a287 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppVersionResourceMappingsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppVersionResourceMappingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppVersionResourceMappingsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppVersionResourcesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppVersionResourcesPaginator.ts index ce35ca6ea6e4..ac1ae468ed77 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppVersionResourcesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppVersionResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppVersionResourcesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppVersionsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppVersionsPaginator.ts index 72ca1dd37873..48879e21e42e 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppVersionsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppVersionsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListAppsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListAppsPaginator.ts index 3ea9bd0e1030..cc6eab584436 100644 --- a/clients/client-resiliencehub/src/pagination/ListAppsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListAppsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppsCommand, ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand"; import { ResiliencehubClient } from "../ResiliencehubClient"; diff --git a/clients/client-resiliencehub/src/pagination/ListRecommendationTemplatesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListRecommendationTemplatesPaginator.ts index b6d29299bcc5..f2ae97ac6367 100644 --- a/clients/client-resiliencehub/src/pagination/ListRecommendationTemplatesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListRecommendationTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecommendationTemplatesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListResiliencyPoliciesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListResiliencyPoliciesPaginator.ts index c758e89e1389..214c2e1da7d4 100644 --- a/clients/client-resiliencehub/src/pagination/ListResiliencyPoliciesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListResiliencyPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResiliencyPoliciesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListSopRecommendationsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListSopRecommendationsPaginator.ts index c2c493dff991..706f75530940 100644 --- a/clients/client-resiliencehub/src/pagination/ListSopRecommendationsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListSopRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSopRecommendationsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListSuggestedResiliencyPoliciesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListSuggestedResiliencyPoliciesPaginator.ts index 0d4098ac7d1f..d78b6edec1c3 100644 --- a/clients/client-resiliencehub/src/pagination/ListSuggestedResiliencyPoliciesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListSuggestedResiliencyPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSuggestedResiliencyPoliciesCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListTestRecommendationsPaginator.ts b/clients/client-resiliencehub/src/pagination/ListTestRecommendationsPaginator.ts index 4cd3ae45f0ec..0e294c245740 100644 --- a/clients/client-resiliencehub/src/pagination/ListTestRecommendationsPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListTestRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTestRecommendationsCommand, diff --git a/clients/client-resiliencehub/src/pagination/ListUnsupportedAppVersionResourcesPaginator.ts b/clients/client-resiliencehub/src/pagination/ListUnsupportedAppVersionResourcesPaginator.ts index a79f8609184d..7753fc19d6cb 100644 --- a/clients/client-resiliencehub/src/pagination/ListUnsupportedAppVersionResourcesPaginator.ts +++ b/clients/client-resiliencehub/src/pagination/ListUnsupportedAppVersionResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUnsupportedAppVersionResourcesCommand, diff --git a/clients/client-resiliencehub/src/protocols/Aws_restJson1.ts b/clients/client-resiliencehub/src/protocols/Aws_restJson1.ts index a2d3f5b5ad6d..4d534873f509 100644 --- a/clients/client-resiliencehub/src/protocols/Aws_restJson1.ts +++ b/clients/client-resiliencehub/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-resiliencehub/src/runtimeConfig.browser.ts b/clients/client-resiliencehub/src/runtimeConfig.browser.ts index 03f8b398e6ee..e31478b3738a 100644 --- a/clients/client-resiliencehub/src/runtimeConfig.browser.ts +++ b/clients/client-resiliencehub/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResiliencehubClientConfig } from "./ResiliencehubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-resiliencehub/src/runtimeConfig.shared.ts b/clients/client-resiliencehub/src/runtimeConfig.shared.ts index 58cec0a77fd7..541f57dc1c12 100644 --- a/clients/client-resiliencehub/src/runtimeConfig.shared.ts +++ b/clients/client-resiliencehub/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ResiliencehubClientConfig } from "./ResiliencehubClient"; diff --git a/clients/client-resiliencehub/src/runtimeConfig.ts b/clients/client-resiliencehub/src/runtimeConfig.ts index a82745145a63..85a7f9b46b92 100644 --- a/clients/client-resiliencehub/src/runtimeConfig.ts +++ b/clients/client-resiliencehub/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResiliencehubClientConfig } from "./ResiliencehubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-resource-explorer-2/package.json b/clients/client-resource-explorer-2/package.json index 0702c91c17b1..4505656891ed 100644 --- a/clients/client-resource-explorer-2/package.json +++ b/clients/client-resource-explorer-2/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-resource-explorer-2/src/ResourceExplorer2.ts b/clients/client-resource-explorer-2/src/ResourceExplorer2.ts index 33b2dede7e14..c943edde85c9 100644 --- a/clients/client-resource-explorer-2/src/ResourceExplorer2.ts +++ b/clients/client-resource-explorer-2/src/ResourceExplorer2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateDefaultViewCommand, diff --git a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts index 6d57fdf16877..f4ae52705097 100644 --- a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts +++ b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -259,7 +257,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts index 19c50f3b80e9..3c2dfbcc67a7 100644 --- a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDefaultViewInput, AssociateDefaultViewOutput } from "../models/models_0"; import { de_AssociateDefaultViewCommand, se_AssociateDefaultViewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts index aca14dd5662b..0395c7797214 100644 --- a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetViewInput, BatchGetViewOutput, BatchGetViewOutputFilterSensitiveLog } from "../models/models_0"; import { de_BatchGetViewCommand, se_BatchGetViewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts index 3511f56bb0ae..3119b9cd1975 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIndexInput, CreateIndexOutput } from "../models/models_0"; import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts index 3e280d7b33e1..0c1bae07f349 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateViewInput, diff --git a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts index ef43aeb3fd65..4d14427e5b85 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0"; import { de_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts index 817d03542823..91849263829c 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteViewInput, DeleteViewOutput } from "../models/models_0"; import { de_DeleteViewCommand, se_DeleteViewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts index 3f3722fe3421..ecd4383f4d7b 100644 --- a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_DisassociateDefaultViewCommand, se_DisassociateDefaultViewCommand } from "../protocols/Aws_restJson1"; import { diff --git a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts index 08334234d996..4eb328677667 100644 --- a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDefaultViewOutput } from "../models/models_0"; import { de_GetDefaultViewCommand, se_GetDefaultViewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts index dbccb2a809d5..8f86ead80b1f 100644 --- a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIndexOutput } from "../models/models_0"; import { de_GetIndexCommand, se_GetIndexCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts index 15c8dcd6a531..d2c3e0eb74ec 100644 --- a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetViewInput, GetViewOutput, GetViewOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetViewCommand, se_GetViewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts index 7bf592e04955..d728e80907ec 100644 --- a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIndexesInput, ListIndexesOutput } from "../models/models_0"; import { de_ListIndexesCommand, se_ListIndexesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts index 766aaf12cfe1..4e23c7e06a4a 100644 --- a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } from "../models/models_0"; import { de_ListSupportedResourceTypesCommand, se_ListSupportedResourceTypesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts index ba33608c81c2..a1ec2589625d 100644 --- a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts index aff50e0221d2..dfc4427647de 100644 --- a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListViewsInput, ListViewsOutput } from "../models/models_0"; import { de_ListViewsCommand, se_ListViewsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts index 7b4b24d13059..735ecfa85786 100644 --- a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchInput, SearchInputFilterSensitiveLog, SearchOutput } from "../models/models_0"; import { de_SearchCommand, se_SearchCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts index b1882b8ea825..0c73619edc54 100644 --- a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts index 8493f2b88fdc..ad8e165e3e49 100644 --- a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts index b6239c6fd337..56d155c2c2c3 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIndexTypeInput, UpdateIndexTypeOutput } from "../models/models_0"; import { de_UpdateIndexTypeCommand, se_UpdateIndexTypeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts index b9283e1a55c3..905cf9b293f1 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateViewInput, diff --git a/clients/client-resource-explorer-2/src/endpoint/EndpointParameters.ts b/clients/client-resource-explorer-2/src/endpoint/EndpointParameters.ts index 7d6a8bccae27..c42acc40b45d 100644 --- a/clients/client-resource-explorer-2/src/endpoint/EndpointParameters.ts +++ b/clients/client-resource-explorer-2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-resource-explorer-2/src/endpoint/endpointResolver.ts b/clients/client-resource-explorer-2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-resource-explorer-2/src/endpoint/endpointResolver.ts +++ b/clients/client-resource-explorer-2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-resource-explorer-2/src/endpoint/ruleset.ts b/clients/client-resource-explorer-2/src/endpoint/ruleset.ts index a5eac4a8609e..41b732c0ac19 100644 --- a/clients/client-resource-explorer-2/src/endpoint/ruleset.ts +++ b/clients/client-resource-explorer-2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts b/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts index 359e71cc6e49..739ed5e15bb0 100644 --- a/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts +++ b/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-resource-explorer-2/src/models/models_0.ts b/clients/client-resource-explorer-2/src/models/models_0.ts index 8321df865d82..c65ebf54aff0 100644 --- a/clients/client-resource-explorer-2/src/models/models_0.ts +++ b/clients/client-resource-explorer-2/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { ResourceExplorer2ServiceException as __BaseException } from "./ResourceExplorer2ServiceException"; diff --git a/clients/client-resource-explorer-2/src/pagination/Interfaces.ts b/clients/client-resource-explorer-2/src/pagination/Interfaces.ts index bc5a37bc349c..76be29df6460 100644 --- a/clients/client-resource-explorer-2/src/pagination/Interfaces.ts +++ b/clients/client-resource-explorer-2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ResourceExplorer2Client } from "../ResourceExplorer2Client"; diff --git a/clients/client-resource-explorer-2/src/pagination/ListIndexesPaginator.ts b/clients/client-resource-explorer-2/src/pagination/ListIndexesPaginator.ts index a2a90980f0a4..ca6001a9db65 100644 --- a/clients/client-resource-explorer-2/src/pagination/ListIndexesPaginator.ts +++ b/clients/client-resource-explorer-2/src/pagination/ListIndexesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIndexesCommand, ListIndexesCommandInput, ListIndexesCommandOutput } from "../commands/ListIndexesCommand"; import { ResourceExplorer2Client } from "../ResourceExplorer2Client"; diff --git a/clients/client-resource-explorer-2/src/pagination/ListSupportedResourceTypesPaginator.ts b/clients/client-resource-explorer-2/src/pagination/ListSupportedResourceTypesPaginator.ts index 5d2956a9d6c5..22befed721af 100644 --- a/clients/client-resource-explorer-2/src/pagination/ListSupportedResourceTypesPaginator.ts +++ b/clients/client-resource-explorer-2/src/pagination/ListSupportedResourceTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSupportedResourceTypesCommand, diff --git a/clients/client-resource-explorer-2/src/pagination/ListViewsPaginator.ts b/clients/client-resource-explorer-2/src/pagination/ListViewsPaginator.ts index e772f0379108..27c4cc0d49c3 100644 --- a/clients/client-resource-explorer-2/src/pagination/ListViewsPaginator.ts +++ b/clients/client-resource-explorer-2/src/pagination/ListViewsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListViewsCommand, ListViewsCommandInput, ListViewsCommandOutput } from "../commands/ListViewsCommand"; import { ResourceExplorer2Client } from "../ResourceExplorer2Client"; diff --git a/clients/client-resource-explorer-2/src/pagination/SearchPaginator.ts b/clients/client-resource-explorer-2/src/pagination/SearchPaginator.ts index a9c530f104e3..ba2f66b571aa 100644 --- a/clients/client-resource-explorer-2/src/pagination/SearchPaginator.ts +++ b/clients/client-resource-explorer-2/src/pagination/SearchPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchCommand, SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand"; import { ResourceExplorer2Client } from "../ResourceExplorer2Client"; diff --git a/clients/client-resource-explorer-2/src/protocols/Aws_restJson1.ts b/clients/client-resource-explorer-2/src/protocols/Aws_restJson1.ts index 048d80f911c6..789e5aee32fa 100644 --- a/clients/client-resource-explorer-2/src/protocols/Aws_restJson1.ts +++ b/clients/client-resource-explorer-2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + DocumentType as __DocumentType, + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-resource-explorer-2/src/runtimeConfig.browser.ts b/clients/client-resource-explorer-2/src/runtimeConfig.browser.ts index 409ff3798a0a..f88eee1eacab 100644 --- a/clients/client-resource-explorer-2/src/runtimeConfig.browser.ts +++ b/clients/client-resource-explorer-2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-resource-explorer-2/src/runtimeConfig.shared.ts b/clients/client-resource-explorer-2/src/runtimeConfig.shared.ts index 6aa77b8cffec..41f6a250acb6 100644 --- a/clients/client-resource-explorer-2/src/runtimeConfig.shared.ts +++ b/clients/client-resource-explorer-2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client"; diff --git a/clients/client-resource-explorer-2/src/runtimeConfig.ts b/clients/client-resource-explorer-2/src/runtimeConfig.ts index da77b526b481..ee245a6b345e 100644 --- a/clients/client-resource-explorer-2/src/runtimeConfig.ts +++ b/clients/client-resource-explorer-2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index a96d13ef10d1..c13d808a6182 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPI.ts b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPI.ts index e954bb92ca30..bea6f19055b9 100644 --- a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPI.ts +++ b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPI.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DescribeReportCreationCommand, diff --git a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts index 7d496f4e6b2d..dfc43c5eb44d 100644 --- a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts +++ b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -114,7 +112,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -223,7 +221,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts index 72a46470039f..846fd94b2ca0 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0"; import { de_DescribeReportCreationCommand, se_DescribeReportCreationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts index 8da5520f61ae..553ec5ecff9f 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0"; import { de_GetComplianceSummaryCommand, se_GetComplianceSummaryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts index 3e37331b97ac..362b42b5cef5 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcesInput, GetResourcesOutput } from "../models/models_0"; import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts index adcf590df82e..7bdfd0dccc2c 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0"; import { de_GetTagKeysCommand, se_GetTagKeysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts index e075f2b0b96a..0d7ffdaee7bf 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0"; import { de_GetTagValuesCommand, se_GetTagValuesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts index 1277d6658b62..15a9ba0a7a20 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0"; import { de_StartReportCreationCommand, se_StartReportCreationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts index 908214b88066..313abdcbda25 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourcesInput, TagResourcesOutput } from "../models/models_0"; import { de_TagResourcesCommand, se_TagResourcesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts index 233241e58c45..abc2420a2be3 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0"; import { de_UntagResourcesCommand, se_UntagResourcesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-resource-groups-tagging-api/src/endpoint/EndpointParameters.ts b/clients/client-resource-groups-tagging-api/src/endpoint/EndpointParameters.ts index 6ab47dc09509..ba33e85a559a 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoint/EndpointParameters.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-resource-groups-tagging-api/src/endpoint/endpointResolver.ts b/clients/client-resource-groups-tagging-api/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoint/endpointResolver.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-resource-groups-tagging-api/src/endpoint/ruleset.ts b/clients/client-resource-groups-tagging-api/src/endpoint/ruleset.ts index 0eeba8004dd1..8a06706aa642 100644 --- a/clients/client-resource-groups-tagging-api/src/endpoint/ruleset.ts +++ b/clients/client-resource-groups-tagging-api/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts b/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts index 6416a8e31f6c..58237b76736b 100644 --- a/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts +++ b/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-resource-groups-tagging-api/src/models/models_0.ts b/clients/client-resource-groups-tagging-api/src/models/models_0.ts index 1da8507fbc38..50470e68bfd6 100644 --- a/clients/client-resource-groups-tagging-api/src/models/models_0.ts +++ b/clients/client-resource-groups-tagging-api/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException"; diff --git a/clients/client-resource-groups-tagging-api/src/pagination/GetComplianceSummaryPaginator.ts b/clients/client-resource-groups-tagging-api/src/pagination/GetComplianceSummaryPaginator.ts index b479a45cd9ac..1cfaa4ffa7c8 100644 --- a/clients/client-resource-groups-tagging-api/src/pagination/GetComplianceSummaryPaginator.ts +++ b/clients/client-resource-groups-tagging-api/src/pagination/GetComplianceSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetComplianceSummaryCommand, diff --git a/clients/client-resource-groups-tagging-api/src/pagination/GetResourcesPaginator.ts b/clients/client-resource-groups-tagging-api/src/pagination/GetResourcesPaginator.ts index b5be75df5f80..13c021b7f90b 100644 --- a/clients/client-resource-groups-tagging-api/src/pagination/GetResourcesPaginator.ts +++ b/clients/client-resource-groups-tagging-api/src/pagination/GetResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourcesCommand, diff --git a/clients/client-resource-groups-tagging-api/src/pagination/GetTagKeysPaginator.ts b/clients/client-resource-groups-tagging-api/src/pagination/GetTagKeysPaginator.ts index 5ea8c789e000..d32954af98ce 100644 --- a/clients/client-resource-groups-tagging-api/src/pagination/GetTagKeysPaginator.ts +++ b/clients/client-resource-groups-tagging-api/src/pagination/GetTagKeysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTagKeysCommand, GetTagKeysCommandInput, GetTagKeysCommandOutput } from "../commands/GetTagKeysCommand"; import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient"; diff --git a/clients/client-resource-groups-tagging-api/src/pagination/GetTagValuesPaginator.ts b/clients/client-resource-groups-tagging-api/src/pagination/GetTagValuesPaginator.ts index b9e38e904c6a..cdce48b94c2c 100644 --- a/clients/client-resource-groups-tagging-api/src/pagination/GetTagValuesPaginator.ts +++ b/clients/client-resource-groups-tagging-api/src/pagination/GetTagValuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTagValuesCommand, diff --git a/clients/client-resource-groups-tagging-api/src/pagination/Interfaces.ts b/clients/client-resource-groups-tagging-api/src/pagination/Interfaces.ts index c998f653e997..abbd0af84222 100644 --- a/clients/client-resource-groups-tagging-api/src/pagination/Interfaces.ts +++ b/clients/client-resource-groups-tagging-api/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient"; diff --git a/clients/client-resource-groups-tagging-api/src/protocols/Aws_json1_1.ts b/clients/client-resource-groups-tagging-api/src/protocols/Aws_json1_1.ts index 53b7c789df9a..1524ebc41fd7 100644 --- a/clients/client-resource-groups-tagging-api/src/protocols/Aws_json1_1.ts +++ b/clients/client-resource-groups-tagging-api/src/protocols/Aws_json1_1.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReportCreationCommandInput, diff --git a/clients/client-resource-groups-tagging-api/src/runtimeConfig.browser.ts b/clients/client-resource-groups-tagging-api/src/runtimeConfig.browser.ts index cdbb4ef8b0cb..93a895377935 100644 --- a/clients/client-resource-groups-tagging-api/src/runtimeConfig.browser.ts +++ b/clients/client-resource-groups-tagging-api/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-resource-groups-tagging-api/src/runtimeConfig.shared.ts b/clients/client-resource-groups-tagging-api/src/runtimeConfig.shared.ts index 4f327da97d6d..0aab713a71c6 100644 --- a/clients/client-resource-groups-tagging-api/src/runtimeConfig.shared.ts +++ b/clients/client-resource-groups-tagging-api/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient"; diff --git a/clients/client-resource-groups-tagging-api/src/runtimeConfig.ts b/clients/client-resource-groups-tagging-api/src/runtimeConfig.ts index 011d2a8c23f7..1d5e1876a359 100644 --- a/clients/client-resource-groups-tagging-api/src/runtimeConfig.ts +++ b/clients/client-resource-groups-tagging-api/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index 61bc1a6c9c2f..395044579cd8 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-resource-groups/src/ResourceGroups.ts b/clients/client-resource-groups/src/ResourceGroups.ts index 6d480df3afe3..29c1a9d7268d 100644 --- a/clients/client-resource-groups/src/ResourceGroups.ts +++ b/clients/client-resource-groups/src/ResourceGroups.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateGroupCommand, CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand"; import { DeleteGroupCommand, DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand"; diff --git a/clients/client-resource-groups/src/ResourceGroupsClient.ts b/clients/client-resource-groups/src/ResourceGroupsClient.ts index 05edd5ffcf80..199397a535da 100644 --- a/clients/client-resource-groups/src/ResourceGroupsClient.ts +++ b/clients/client-resource-groups/src/ResourceGroupsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand"; @@ -144,7 +142,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -253,7 +251,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts index e88e4da2a91a..e75ecb07849f 100644 --- a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupInput, CreateGroupOutput } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts index 38968c15fca3..67885eb51821 100644 --- a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts index b99853e8c938..45f20679f03c 100644 --- a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountSettingsOutput } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GetGroupCommand.ts b/clients/client-resource-groups/src/commands/GetGroupCommand.ts index 0df2c49e883b..779220ce8f53 100644 --- a/clients/client-resource-groups/src/commands/GetGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupInput, GetGroupOutput } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts index f711b5b43f0f..f6c210dfe8b9 100644 --- a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0"; import { de_GetGroupConfigurationCommand, se_GetGroupConfigurationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts index f250cf7557b9..5f2f3eecfe07 100644 --- a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0"; import { de_GetGroupQueryCommand, se_GetGroupQueryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GetTagsCommand.ts b/clients/client-resource-groups/src/commands/GetTagsCommand.ts index c81ddd024b2a..5b31d1b737cc 100644 --- a/clients/client-resource-groups/src/commands/GetTagsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTagsInput, GetTagsOutput } from "../models/models_0"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts index e5e17d7fac6f..787293a730e0 100644 --- a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0"; import { de_GroupResourcesCommand, se_GroupResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts index 44ec95bc10fb..d460c59bb7ea 100644 --- a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0"; import { de_ListGroupResourcesCommand, se_ListGroupResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts index d2083305c2e3..6a24be503050 100644 --- a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupsInput, ListGroupsOutput } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts index 211ca8436f13..6507e3f8cd6a 100644 --- a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0"; import { de_PutGroupConfigurationCommand, se_PutGroupConfigurationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts index e41ab3e9d0d6..1c4061772862 100644 --- a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0"; import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/TagCommand.ts b/clients/client-resource-groups/src/commands/TagCommand.ts index e5ebfda379ef..79b7ab712dbe 100644 --- a/clients/client-resource-groups/src/commands/TagCommand.ts +++ b/clients/client-resource-groups/src/commands/TagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagInput, TagOutput } from "../models/models_0"; import { de_TagCommand, se_TagCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts index 575483f02922..2e47be8c48c1 100644 --- a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0"; import { de_UngroupResourcesCommand, se_UngroupResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/UntagCommand.ts b/clients/client-resource-groups/src/commands/UntagCommand.ts index d196a171e8e5..9b5a9c2acd01 100644 --- a/clients/client-resource-groups/src/commands/UntagCommand.ts +++ b/clients/client-resource-groups/src/commands/UntagCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagInput, UntagOutput } from "../models/models_0"; import { de_UntagCommand, se_UntagCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts index fce26e72f574..28a3e47e382f 100644 --- a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0"; import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts index 07960bec59d4..86507c57b387 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts index 5350d1c76a51..3a3207390159 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0"; import { de_UpdateGroupQueryCommand, se_UpdateGroupQueryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-resource-groups/src/endpoint/EndpointParameters.ts b/clients/client-resource-groups/src/endpoint/EndpointParameters.ts index bab55075ee1a..552393937745 100644 --- a/clients/client-resource-groups/src/endpoint/EndpointParameters.ts +++ b/clients/client-resource-groups/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-resource-groups/src/endpoint/endpointResolver.ts b/clients/client-resource-groups/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-resource-groups/src/endpoint/endpointResolver.ts +++ b/clients/client-resource-groups/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-resource-groups/src/endpoint/ruleset.ts b/clients/client-resource-groups/src/endpoint/ruleset.ts index 1e27d6dff450..eb1c1b363129 100644 --- a/clients/client-resource-groups/src/endpoint/ruleset.ts +++ b/clients/client-resource-groups/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts b/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts index 3a6b85bf9c66..bb08faf19013 100644 --- a/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts +++ b/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-resource-groups/src/models/models_0.ts b/clients/client-resource-groups/src/models/models_0.ts index a161f7184b69..d95113748974 100644 --- a/clients/client-resource-groups/src/models/models_0.ts +++ b/clients/client-resource-groups/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException"; diff --git a/clients/client-resource-groups/src/pagination/Interfaces.ts b/clients/client-resource-groups/src/pagination/Interfaces.ts index f20e96cdbea7..4f8e4e37f8a2 100644 --- a/clients/client-resource-groups/src/pagination/Interfaces.ts +++ b/clients/client-resource-groups/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ResourceGroupsClient } from "../ResourceGroupsClient"; diff --git a/clients/client-resource-groups/src/pagination/ListGroupResourcesPaginator.ts b/clients/client-resource-groups/src/pagination/ListGroupResourcesPaginator.ts index a4103bb75139..2ad689370f85 100644 --- a/clients/client-resource-groups/src/pagination/ListGroupResourcesPaginator.ts +++ b/clients/client-resource-groups/src/pagination/ListGroupResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupResourcesCommand, diff --git a/clients/client-resource-groups/src/pagination/ListGroupsPaginator.ts b/clients/client-resource-groups/src/pagination/ListGroupsPaginator.ts index a6024407eda1..17c2bc189327 100644 --- a/clients/client-resource-groups/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-resource-groups/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; import { ResourceGroupsClient } from "../ResourceGroupsClient"; diff --git a/clients/client-resource-groups/src/pagination/SearchResourcesPaginator.ts b/clients/client-resource-groups/src/pagination/SearchResourcesPaginator.ts index 934a90ac6df6..d6428a79f241 100644 --- a/clients/client-resource-groups/src/pagination/SearchResourcesPaginator.ts +++ b/clients/client-resource-groups/src/pagination/SearchResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchResourcesCommand, diff --git a/clients/client-resource-groups/src/protocols/Aws_restJson1.ts b/clients/client-resource-groups/src/protocols/Aws_restJson1.ts index 843dda1a798d..3a62b14af44b 100644 --- a/clients/client-resource-groups/src/protocols/Aws_restJson1.ts +++ b/clients/client-resource-groups/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand"; import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand"; diff --git a/clients/client-resource-groups/src/runtimeConfig.browser.ts b/clients/client-resource-groups/src/runtimeConfig.browser.ts index e864732b45a0..f643b7770586 100644 --- a/clients/client-resource-groups/src/runtimeConfig.browser.ts +++ b/clients/client-resource-groups/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceGroupsClientConfig } from "./ResourceGroupsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-resource-groups/src/runtimeConfig.shared.ts b/clients/client-resource-groups/src/runtimeConfig.shared.ts index c684f7d75ed6..167e0027776f 100644 --- a/clients/client-resource-groups/src/runtimeConfig.shared.ts +++ b/clients/client-resource-groups/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ResourceGroupsClientConfig } from "./ResourceGroupsClient"; diff --git a/clients/client-resource-groups/src/runtimeConfig.ts b/clients/client-resource-groups/src/runtimeConfig.ts index bbe0e8de3f2f..c7b8f00d2f6e 100644 --- a/clients/client-resource-groups/src/runtimeConfig.ts +++ b/clients/client-resource-groups/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ResourceGroupsClientConfig } from "./ResourceGroupsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index f8b7e1569bb3..540da4b125bb 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-robomaker/src/RoboMaker.ts b/clients/client-robomaker/src/RoboMaker.ts index 0fee7cf7241f..1c1e02532ad3 100644 --- a/clients/client-robomaker/src/RoboMaker.ts +++ b/clients/client-robomaker/src/RoboMaker.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchDeleteWorldsCommand, diff --git a/clients/client-robomaker/src/RoboMakerClient.ts b/clients/client-robomaker/src/RoboMakerClient.ts index e3b016ec5ced..6c383901ac1f 100644 --- a/clients/client-robomaker/src/RoboMakerClient.ts +++ b/clients/client-robomaker/src/RoboMakerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchDeleteWorldsCommandInput, BatchDeleteWorldsCommandOutput } from "./commands/BatchDeleteWorldsCommand"; @@ -366,7 +364,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -475,7 +473,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts index 2777affb4b9e..74e87ff12dce 100644 --- a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteWorldsRequest, BatchDeleteWorldsResponse } from "../models/models_0"; import { de_BatchDeleteWorldsCommand, se_BatchDeleteWorldsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts index 31b7b4868489..aa847c6b8f9a 100644 --- a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDescribeSimulationJobRequest, BatchDescribeSimulationJobResponse } from "../models/models_0"; import { de_BatchDescribeSimulationJobCommand, se_BatchDescribeSimulationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index 1f899722805e..60c81683835b 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelDeploymentJobRequest, CancelDeploymentJobResponse } from "../models/models_0"; import { de_CancelDeploymentJobCommand, se_CancelDeploymentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts index 48a4d18f136c..2ac7a95528f3 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelSimulationJobBatchRequest, CancelSimulationJobBatchResponse } from "../models/models_0"; import { de_CancelSimulationJobBatchCommand, se_CancelSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts index bf06e57221ad..177c1591083b 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelSimulationJobRequest, CancelSimulationJobResponse } from "../models/models_0"; import { de_CancelSimulationJobCommand, se_CancelSimulationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts index 8fe4a9f17929..1e8ca1fba4eb 100644 --- a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelWorldExportJobRequest, CancelWorldExportJobResponse } from "../models/models_0"; import { de_CancelWorldExportJobCommand, se_CancelWorldExportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts index b2c17dffa0f4..861d741d88db 100644 --- a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelWorldGenerationJobRequest, CancelWorldGenerationJobResponse } from "../models/models_0"; import { de_CancelWorldGenerationJobCommand, se_CancelWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index c36727ae2461..f5be4e48cc3e 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeploymentJobRequest, CreateDeploymentJobResponse } from "../models/models_0"; import { de_CreateDeploymentJobCommand, se_CreateDeploymentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index 769b47f7f193..5c5637feaea8 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts index 1f2012096ae2..688d74d6a19b 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRobotApplicationRequest, CreateRobotApplicationResponse } from "../models/models_0"; import { de_CreateRobotApplicationCommand, se_CreateRobotApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts index eaece960d104..9cf777a73e4f 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRobotApplicationVersionRequest, CreateRobotApplicationVersionResponse } from "../models/models_0"; import { diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index 54714de34ef8..ec918d4f48d8 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRobotRequest, CreateRobotResponse } from "../models/models_0"; import { de_CreateRobotCommand, se_CreateRobotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts index 99127f6a5e13..f68810c57d70 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSimulationApplicationRequest, CreateSimulationApplicationResponse } from "../models/models_0"; import { diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts index 0b14d944ef33..a9afe82e49f3 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSimulationApplicationVersionRequest, diff --git a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts index 557088cfb728..6ed5f5f481bf 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSimulationJobRequest, CreateSimulationJobResponse } from "../models/models_0"; import { de_CreateSimulationJobCommand, se_CreateSimulationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts index dcef71f9eb39..9fc9949f5f8b 100644 --- a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorldExportJobRequest, CreateWorldExportJobResponse } from "../models/models_0"; import { de_CreateWorldExportJobCommand, se_CreateWorldExportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts index aacf14f2bd4a..26d1072bcda4 100644 --- a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorldGenerationJobRequest, CreateWorldGenerationJobResponse } from "../models/models_0"; import { de_CreateWorldGenerationJobCommand, se_CreateWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts index 7b4c90e3247f..24e6741e98e6 100644 --- a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorldTemplateRequest, CreateWorldTemplateResponse } from "../models/models_0"; import { de_CreateWorldTemplateCommand, se_CreateWorldTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index 19a7de797b7c..9b33e9f50100 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts index a9b34cfff2d9..5a18f00d0ae5 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRobotApplicationRequest, DeleteRobotApplicationResponse } from "../models/models_0"; import { de_DeleteRobotApplicationCommand, se_DeleteRobotApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index eb83cab89341..6c525860c6fe 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRobotRequest, DeleteRobotResponse } from "../models/models_0"; import { de_DeleteRobotCommand, se_DeleteRobotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts index 9e306947089d..a1db9e1c36bf 100644 --- a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSimulationApplicationRequest, DeleteSimulationApplicationResponse } from "../models/models_0"; import { diff --git a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts index ded0da868b28..bbbdf42bad40 100644 --- a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorldTemplateRequest, DeleteWorldTemplateResponse } from "../models/models_0"; import { de_DeleteWorldTemplateCommand, se_DeleteWorldTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index 54406769e46c..3b6dba630f68 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterRobotRequest, DeregisterRobotResponse } from "../models/models_0"; import { de_DeregisterRobotCommand, se_DeregisterRobotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index 1c015bf33c9e..f30cf6226571 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeploymentJobRequest, DescribeDeploymentJobResponse } from "../models/models_0"; import { de_DescribeDeploymentJobCommand, se_DescribeDeploymentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index 5b47b6364c0c..1c92cde7e442 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFleetRequest, DescribeFleetResponse } from "../models/models_0"; import { de_DescribeFleetCommand, se_DescribeFleetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts index 98cba1b61eef..3ddfbf29074a 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRobotApplicationRequest, DescribeRobotApplicationResponse } from "../models/models_0"; import { de_DescribeRobotApplicationCommand, se_DescribeRobotApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index 2e8f3dfbb0b3..ddcae096c157 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRobotRequest, DescribeRobotResponse } from "../models/models_0"; import { de_DescribeRobotCommand, se_DescribeRobotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts index a369a5fd30ac..a6250997087f 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSimulationApplicationRequest, DescribeSimulationApplicationResponse } from "../models/models_0"; import { diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts index 73d07cd8878e..a208416c3766 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSimulationJobBatchRequest, DescribeSimulationJobBatchResponse } from "../models/models_0"; import { de_DescribeSimulationJobBatchCommand, se_DescribeSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts index 989beaf3cff0..1dad6c766602 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSimulationJobRequest, DescribeSimulationJobResponse } from "../models/models_0"; import { de_DescribeSimulationJobCommand, se_DescribeSimulationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts index abb2d1efc744..ba5e8b12e2d9 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorldRequest, DescribeWorldResponse } from "../models/models_0"; import { de_DescribeWorldCommand, se_DescribeWorldCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts index d204b7a7e001..c96093cecbb4 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorldExportJobRequest, DescribeWorldExportJobResponse } from "../models/models_0"; import { de_DescribeWorldExportJobCommand, se_DescribeWorldExportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts index d07e96aee4af..881dce1968fc 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorldGenerationJobRequest, DescribeWorldGenerationJobResponse } from "../models/models_0"; import { de_DescribeWorldGenerationJobCommand, se_DescribeWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts index ec9a5e09ccdd..d750e33c25c4 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorldTemplateRequest, DescribeWorldTemplateResponse } from "../models/models_0"; import { de_DescribeWorldTemplateCommand, se_DescribeWorldTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts index 1aa207cf01aa..5d55b45533bc 100644 --- a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts +++ b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWorldTemplateBodyRequest, GetWorldTemplateBodyResponse } from "../models/models_0"; import { de_GetWorldTemplateBodyCommand, se_GetWorldTemplateBodyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index 61d0fba5813d..ffc1e78edb48 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeploymentJobsRequest, ListDeploymentJobsResponse } from "../models/models_0"; import { de_ListDeploymentJobsCommand, se_ListDeploymentJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index 0a5386af950a..fa676792ef2d 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts index 1d4d44b0412d..8938ba3970f5 100644 --- a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRobotApplicationsRequest, ListRobotApplicationsResponse } from "../models/models_0"; import { de_ListRobotApplicationsCommand, se_ListRobotApplicationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index a1da71ef25eb..cb8c637b57ae 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRobotsRequest, ListRobotsResponse } from "../models/models_0"; import { de_ListRobotsCommand, se_ListRobotsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts index d56df41a6c63..d30cb324fe0e 100644 --- a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSimulationApplicationsRequest, ListSimulationApplicationsResponse } from "../models/models_0"; import { de_ListSimulationApplicationsCommand, se_ListSimulationApplicationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts index dc57b05a31f8..8320bdc508a5 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSimulationJobBatchesRequest, ListSimulationJobBatchesResponse } from "../models/models_0"; import { de_ListSimulationJobBatchesCommand, se_ListSimulationJobBatchesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts index bbc394ced189..3c1236901712 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSimulationJobsRequest, ListSimulationJobsResponse } from "../models/models_0"; import { de_ListSimulationJobsCommand, se_ListSimulationJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts index d80fe5e351e8..fcafe015e510 100644 --- a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts index cdab66a30757..a0cce685ca12 100644 --- a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorldExportJobsRequest, ListWorldExportJobsResponse } from "../models/models_0"; import { de_ListWorldExportJobsCommand, se_ListWorldExportJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts index a7f2eb30b9fd..2e532bdff032 100644 --- a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorldGenerationJobsRequest, ListWorldGenerationJobsResponse } from "../models/models_0"; import { de_ListWorldGenerationJobsCommand, se_ListWorldGenerationJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts index 6afd207816d5..b368a2b6b42a 100644 --- a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorldTemplatesRequest, ListWorldTemplatesResponse } from "../models/models_0"; import { de_ListWorldTemplatesCommand, se_ListWorldTemplatesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/ListWorldsCommand.ts b/clients/client-robomaker/src/commands/ListWorldsCommand.ts index d28ce4c11cbd..6534e1cd1b32 100644 --- a/clients/client-robomaker/src/commands/ListWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorldsRequest, ListWorldsResponse } from "../models/models_0"; import { de_ListWorldsCommand, se_ListWorldsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index 094962ecfc90..c5287b3c58df 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterRobotRequest, RegisterRobotResponse } from "../models/models_0"; import { de_RegisterRobotCommand, se_RegisterRobotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts index 957d80be36f1..9e96c69d4df4 100644 --- a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestartSimulationJobRequest, RestartSimulationJobResponse } from "../models/models_0"; import { de_RestartSimulationJobCommand, se_RestartSimulationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts index 42ee286ddb29..59f58fe457d4 100644 --- a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSimulationJobBatchRequest, StartSimulationJobBatchResponse } from "../models/models_0"; import { de_StartSimulationJobBatchCommand, se_StartSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index d808de0694ea..8787ecda8661 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SyncDeploymentJobRequest, SyncDeploymentJobResponse } from "../models/models_0"; import { de_SyncDeploymentJobCommand, se_SyncDeploymentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/TagResourceCommand.ts b/clients/client-robomaker/src/commands/TagResourceCommand.ts index b99399da15b8..0652bb43cbf8 100644 --- a/clients/client-robomaker/src/commands/TagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/UntagResourceCommand.ts b/clients/client-robomaker/src/commands/UntagResourceCommand.ts index 277514ac8cad..93674ccb348b 100644 --- a/clients/client-robomaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts index bd9d9f93724a..101f36bc5aab 100644 --- a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRobotApplicationRequest, UpdateRobotApplicationResponse } from "../models/models_0"; import { de_UpdateRobotApplicationCommand, se_UpdateRobotApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts index 6eeda6e8d0a4..ee1a2e9373dd 100644 --- a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSimulationApplicationRequest, UpdateSimulationApplicationResponse } from "../models/models_0"; import { diff --git a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts index 1c9cddf4b9a2..c0faef3d7376 100644 --- a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorldTemplateRequest, UpdateWorldTemplateResponse } from "../models/models_0"; import { de_UpdateWorldTemplateCommand, se_UpdateWorldTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-robomaker/src/endpoint/EndpointParameters.ts b/clients/client-robomaker/src/endpoint/EndpointParameters.ts index a4c48458882b..3157a842c5d3 100644 --- a/clients/client-robomaker/src/endpoint/EndpointParameters.ts +++ b/clients/client-robomaker/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-robomaker/src/endpoint/endpointResolver.ts b/clients/client-robomaker/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-robomaker/src/endpoint/endpointResolver.ts +++ b/clients/client-robomaker/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-robomaker/src/endpoint/ruleset.ts b/clients/client-robomaker/src/endpoint/ruleset.ts index 75b6f3d28d30..a6d400d83106 100644 --- a/clients/client-robomaker/src/endpoint/ruleset.ts +++ b/clients/client-robomaker/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-robomaker/src/models/RoboMakerServiceException.ts b/clients/client-robomaker/src/models/RoboMakerServiceException.ts index 8a19fe5b058c..f1db0260bf94 100644 --- a/clients/client-robomaker/src/models/RoboMakerServiceException.ts +++ b/clients/client-robomaker/src/models/RoboMakerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-robomaker/src/models/models_0.ts b/clients/client-robomaker/src/models/models_0.ts index a26d02ef291f..51b7d071ee29 100644 --- a/clients/client-robomaker/src/models/models_0.ts +++ b/clients/client-robomaker/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RoboMakerServiceException as __BaseException } from "./RoboMakerServiceException"; diff --git a/clients/client-robomaker/src/pagination/Interfaces.ts b/clients/client-robomaker/src/pagination/Interfaces.ts index 5167d07e7336..3f212eda3cf7 100644 --- a/clients/client-robomaker/src/pagination/Interfaces.ts +++ b/clients/client-robomaker/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RoboMakerClient } from "../RoboMakerClient"; diff --git a/clients/client-robomaker/src/pagination/ListDeploymentJobsPaginator.ts b/clients/client-robomaker/src/pagination/ListDeploymentJobsPaginator.ts index 7f88c7059d4f..a71bd80d2dc2 100644 --- a/clients/client-robomaker/src/pagination/ListDeploymentJobsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListDeploymentJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeploymentJobsCommand, diff --git a/clients/client-robomaker/src/pagination/ListFleetsPaginator.ts b/clients/client-robomaker/src/pagination/ListFleetsPaginator.ts index aa9d242400e8..60f4b9a8b882 100644 --- a/clients/client-robomaker/src/pagination/ListFleetsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetsCommand, ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand"; import { RoboMakerClient } from "../RoboMakerClient"; diff --git a/clients/client-robomaker/src/pagination/ListRobotApplicationsPaginator.ts b/clients/client-robomaker/src/pagination/ListRobotApplicationsPaginator.ts index b69708a1d3e7..a2b5ebc0d7a6 100644 --- a/clients/client-robomaker/src/pagination/ListRobotApplicationsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListRobotApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRobotApplicationsCommand, diff --git a/clients/client-robomaker/src/pagination/ListRobotsPaginator.ts b/clients/client-robomaker/src/pagination/ListRobotsPaginator.ts index e699d02dbbb9..bb2eea1df2a5 100644 --- a/clients/client-robomaker/src/pagination/ListRobotsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListRobotsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRobotsCommand, ListRobotsCommandInput, ListRobotsCommandOutput } from "../commands/ListRobotsCommand"; import { RoboMakerClient } from "../RoboMakerClient"; diff --git a/clients/client-robomaker/src/pagination/ListSimulationApplicationsPaginator.ts b/clients/client-robomaker/src/pagination/ListSimulationApplicationsPaginator.ts index 3a4ef4563608..721bb7492e0b 100644 --- a/clients/client-robomaker/src/pagination/ListSimulationApplicationsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListSimulationApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSimulationApplicationsCommand, diff --git a/clients/client-robomaker/src/pagination/ListSimulationJobBatchesPaginator.ts b/clients/client-robomaker/src/pagination/ListSimulationJobBatchesPaginator.ts index 129876734ba0..f9de14482e40 100644 --- a/clients/client-robomaker/src/pagination/ListSimulationJobBatchesPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListSimulationJobBatchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSimulationJobBatchesCommand, diff --git a/clients/client-robomaker/src/pagination/ListSimulationJobsPaginator.ts b/clients/client-robomaker/src/pagination/ListSimulationJobsPaginator.ts index 69576a8505d5..d4aaae94089a 100644 --- a/clients/client-robomaker/src/pagination/ListSimulationJobsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListSimulationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSimulationJobsCommand, diff --git a/clients/client-robomaker/src/pagination/ListWorldExportJobsPaginator.ts b/clients/client-robomaker/src/pagination/ListWorldExportJobsPaginator.ts index 7c062b7479ca..7086805e32ca 100644 --- a/clients/client-robomaker/src/pagination/ListWorldExportJobsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListWorldExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorldExportJobsCommand, diff --git a/clients/client-robomaker/src/pagination/ListWorldGenerationJobsPaginator.ts b/clients/client-robomaker/src/pagination/ListWorldGenerationJobsPaginator.ts index 124ceea39f84..62c915f837ac 100644 --- a/clients/client-robomaker/src/pagination/ListWorldGenerationJobsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListWorldGenerationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorldGenerationJobsCommand, diff --git a/clients/client-robomaker/src/pagination/ListWorldTemplatesPaginator.ts b/clients/client-robomaker/src/pagination/ListWorldTemplatesPaginator.ts index 39124f479bdc..ac0ad5b4f427 100644 --- a/clients/client-robomaker/src/pagination/ListWorldTemplatesPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListWorldTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorldTemplatesCommand, diff --git a/clients/client-robomaker/src/pagination/ListWorldsPaginator.ts b/clients/client-robomaker/src/pagination/ListWorldsPaginator.ts index bfd6adf245d0..645a333a9b8f 100644 --- a/clients/client-robomaker/src/pagination/ListWorldsPaginator.ts +++ b/clients/client-robomaker/src/pagination/ListWorldsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorldsCommand, ListWorldsCommandInput, ListWorldsCommandOutput } from "../commands/ListWorldsCommand"; import { RoboMakerClient } from "../RoboMakerClient"; diff --git a/clients/client-robomaker/src/protocols/Aws_restJson1.ts b/clients/client-robomaker/src/protocols/Aws_restJson1.ts index cd335ae67f4a..1d10a9933956 100644 --- a/clients/client-robomaker/src/protocols/Aws_restJson1.ts +++ b/clients/client-robomaker/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchDeleteWorldsCommandInput, BatchDeleteWorldsCommandOutput } from "../commands/BatchDeleteWorldsCommand"; diff --git a/clients/client-robomaker/src/runtimeConfig.browser.ts b/clients/client-robomaker/src/runtimeConfig.browser.ts index 21ba418e55f9..9812ca46dcc7 100644 --- a/clients/client-robomaker/src/runtimeConfig.browser.ts +++ b/clients/client-robomaker/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RoboMakerClientConfig } from "./RoboMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-robomaker/src/runtimeConfig.shared.ts b/clients/client-robomaker/src/runtimeConfig.shared.ts index 5a40d071f081..a1c9a3b86098 100644 --- a/clients/client-robomaker/src/runtimeConfig.shared.ts +++ b/clients/client-robomaker/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RoboMakerClientConfig } from "./RoboMakerClient"; diff --git a/clients/client-robomaker/src/runtimeConfig.ts b/clients/client-robomaker/src/runtimeConfig.ts index ce2d8e560831..fe0761f25763 100644 --- a/clients/client-robomaker/src/runtimeConfig.ts +++ b/clients/client-robomaker/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RoboMakerClientConfig } from "./RoboMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rolesanywhere/package.json b/clients/client-rolesanywhere/package.json index 9d43047ae5ca..bb9f86cbc565 100644 --- a/clients/client-rolesanywhere/package.json +++ b/clients/client-rolesanywhere/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rolesanywhere/src/RolesAnywhere.ts b/clients/client-rolesanywhere/src/RolesAnywhere.ts index f69a80f77f86..a653a405389c 100644 --- a/clients/client-rolesanywhere/src/RolesAnywhere.ts +++ b/clients/client-rolesanywhere/src/RolesAnywhere.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateProfileCommand, diff --git a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts index 1164760c5b55..2bccdddd8411 100644 --- a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts +++ b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand"; @@ -174,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts index 12315e40ecce..2f09ef1df973 100644 --- a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProfileRequest, diff --git a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts index 9005c5b117d0..2da0db244684 100644 --- a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrustAnchorRequest, diff --git a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts index a87a5c5d0cbe..9e5f06b94e3a 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_DeleteCrlCommand, se_DeleteCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts index 4c5f6a6e0695..ee2a9d680a38 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts index 506759a3002b..39d29c065bbe 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0"; import { de_DeleteTrustAnchorCommand, se_DeleteTrustAnchorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts index a9c6c4e4c6df..8007070f2ffe 100644 --- a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_DisableCrlCommand, se_DisableCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts index da58ec212253..795afab36fb5 100644 --- a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0"; import { de_DisableProfileCommand, se_DisableProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts index 87dc4605ca59..ca7d92fe8795 100644 --- a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0"; import { de_DisableTrustAnchorCommand, se_DisableTrustAnchorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts index 1f208058f688..31bb4267aa44 100644 --- a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_EnableCrlCommand, se_EnableCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts index de0683b6de48..825d1ae99ff3 100644 --- a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0"; import { de_EnableProfileCommand, se_EnableProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts index 703c40507ce7..caca5e534c66 100644 --- a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0"; import { de_EnableTrustAnchorCommand, se_EnableTrustAnchorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts index 3b623e31cd5f..cb6150d2790f 100644 --- a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_GetCrlCommand, se_GetCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts index 21b2fe495433..9d25a3f4544c 100644 --- a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0"; import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts index 9cbc1a2f7731..62fe7ec4d73d 100644 --- a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0"; import { de_GetSubjectCommand, se_GetSubjectCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts index 413ccd168edd..2e221743bc09 100644 --- a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/models_0"; import { de_GetTrustAnchorCommand, se_GetTrustAnchorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts index 786301a6736d..65a4cad7874a 100644 --- a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, ImportCrlRequest, ImportCrlRequestFilterSensitiveLog } from "../models/models_0"; import { de_ImportCrlCommand, se_ImportCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts index 79cbd09f2523..2f3f55ad0fef 100644 --- a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCrlsResponse, ListRequest } from "../models/models_0"; import { de_ListCrlsCommand, se_ListCrlsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts index 83e244dd9462..c1c0d45690c4 100644 --- a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfilesResponse, ListRequest } from "../models/models_0"; import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts index b60fccdc7da9..6ac40eedc960 100644 --- a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRequest, ListSubjectsResponse } from "../models/models_0"; import { de_ListSubjectsCommand, se_ListSubjectsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts index 249eaf07fe9e..9419cb11c824 100644 --- a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts index c91133439715..2bf7e6a200f8 100644 --- a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRequest, ListTrustAnchorsResponse } from "../models/models_0"; import { de_ListTrustAnchorsCommand, se_ListTrustAnchorsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts index 9a8f637fd544..d85cb546496b 100644 --- a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from "../models/models_0"; import { de_PutNotificationSettingsCommand, se_PutNotificationSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts index e87c6539a43a..c53110c6efc0 100644 --- a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } from "../models/models_0"; import { de_ResetNotificationSettingsCommand, se_ResetNotificationSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts index 9b819d1624ca..d12caae5201d 100644 --- a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts index e9858f8e765d..979376a008e1 100644 --- a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, diff --git a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts index 760cdded6b91..9dc48b7c37ed 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0"; import { de_UpdateCrlCommand, se_UpdateCrlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts index 6f73bc39da37..e1da5dcf82e7 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0"; import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts index 7bb161240a59..1229ab97479a 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/models_0"; import { de_UpdateTrustAnchorCommand, se_UpdateTrustAnchorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rolesanywhere/src/endpoint/EndpointParameters.ts b/clients/client-rolesanywhere/src/endpoint/EndpointParameters.ts index 19d79ef41e82..37583dc63051 100644 --- a/clients/client-rolesanywhere/src/endpoint/EndpointParameters.ts +++ b/clients/client-rolesanywhere/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rolesanywhere/src/endpoint/endpointResolver.ts b/clients/client-rolesanywhere/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rolesanywhere/src/endpoint/endpointResolver.ts +++ b/clients/client-rolesanywhere/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rolesanywhere/src/endpoint/ruleset.ts b/clients/client-rolesanywhere/src/endpoint/ruleset.ts index 0d8720d16609..30f5b39ba7c0 100644 --- a/clients/client-rolesanywhere/src/endpoint/ruleset.ts +++ b/clients/client-rolesanywhere/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts b/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts index db161696c059..969570c8a7e8 100644 --- a/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts +++ b/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rolesanywhere/src/models/models_0.ts b/clients/client-rolesanywhere/src/models/models_0.ts index 340f6d468dff..2eadf2fba98e 100644 --- a/clients/client-rolesanywhere/src/models/models_0.ts +++ b/clients/client-rolesanywhere/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException"; diff --git a/clients/client-rolesanywhere/src/pagination/Interfaces.ts b/clients/client-rolesanywhere/src/pagination/Interfaces.ts index 6262e73623d4..00d9f6103a74 100644 --- a/clients/client-rolesanywhere/src/pagination/Interfaces.ts +++ b/clients/client-rolesanywhere/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RolesAnywhereClient } from "../RolesAnywhereClient"; diff --git a/clients/client-rolesanywhere/src/pagination/ListCrlsPaginator.ts b/clients/client-rolesanywhere/src/pagination/ListCrlsPaginator.ts index d706bfbc2035..49fef9a7d591 100644 --- a/clients/client-rolesanywhere/src/pagination/ListCrlsPaginator.ts +++ b/clients/client-rolesanywhere/src/pagination/ListCrlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCrlsCommand, ListCrlsCommandInput, ListCrlsCommandOutput } from "../commands/ListCrlsCommand"; import { RolesAnywhereClient } from "../RolesAnywhereClient"; diff --git a/clients/client-rolesanywhere/src/pagination/ListProfilesPaginator.ts b/clients/client-rolesanywhere/src/pagination/ListProfilesPaginator.ts index 7a6e612faf0a..d2b6cc3917dd 100644 --- a/clients/client-rolesanywhere/src/pagination/ListProfilesPaginator.ts +++ b/clients/client-rolesanywhere/src/pagination/ListProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProfilesCommand, diff --git a/clients/client-rolesanywhere/src/pagination/ListSubjectsPaginator.ts b/clients/client-rolesanywhere/src/pagination/ListSubjectsPaginator.ts index 411a6e243fd9..bff30544efb0 100644 --- a/clients/client-rolesanywhere/src/pagination/ListSubjectsPaginator.ts +++ b/clients/client-rolesanywhere/src/pagination/ListSubjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSubjectsCommand, diff --git a/clients/client-rolesanywhere/src/pagination/ListTrustAnchorsPaginator.ts b/clients/client-rolesanywhere/src/pagination/ListTrustAnchorsPaginator.ts index 7e0a27a01e92..15229757727b 100644 --- a/clients/client-rolesanywhere/src/pagination/ListTrustAnchorsPaginator.ts +++ b/clients/client-rolesanywhere/src/pagination/ListTrustAnchorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrustAnchorsCommand, diff --git a/clients/client-rolesanywhere/src/protocols/Aws_restJson1.ts b/clients/client-rolesanywhere/src/protocols/Aws_restJson1.ts index c26bcee7dbb5..e9af4c9976b5 100644 --- a/clients/client-rolesanywhere/src/protocols/Aws_restJson1.ts +++ b/clients/client-rolesanywhere/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand"; import { CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput } from "../commands/CreateTrustAnchorCommand"; diff --git a/clients/client-rolesanywhere/src/runtimeConfig.browser.ts b/clients/client-rolesanywhere/src/runtimeConfig.browser.ts index 0855fb69724f..8b7da01c501d 100644 --- a/clients/client-rolesanywhere/src/runtimeConfig.browser.ts +++ b/clients/client-rolesanywhere/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RolesAnywhereClientConfig } from "./RolesAnywhereClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rolesanywhere/src/runtimeConfig.shared.ts b/clients/client-rolesanywhere/src/runtimeConfig.shared.ts index b38dbb0202e9..4231d188df69 100644 --- a/clients/client-rolesanywhere/src/runtimeConfig.shared.ts +++ b/clients/client-rolesanywhere/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RolesAnywhereClientConfig } from "./RolesAnywhereClient"; diff --git a/clients/client-rolesanywhere/src/runtimeConfig.ts b/clients/client-rolesanywhere/src/runtimeConfig.ts index c88f89d38951..b1512f974824 100644 --- a/clients/client-rolesanywhere/src/runtimeConfig.ts +++ b/clients/client-rolesanywhere/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RolesAnywhereClientConfig } from "./RolesAnywhereClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index a18cc47a0fee..872e3dd65552 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-route-53-domains/src/Route53Domains.ts b/clients/client-route-53-domains/src/Route53Domains.ts index 7f1ac7a385f2..4f872f9bc6fa 100644 --- a/clients/client-route-53-domains/src/Route53Domains.ts +++ b/clients/client-route-53-domains/src/Route53Domains.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptDomainTransferFromAnotherAwsAccountCommand, diff --git a/clients/client-route-53-domains/src/Route53DomainsClient.ts b/clients/client-route-53-domains/src/Route53DomainsClient.ts index d58926439cb6..c6413a956c9b 100644 --- a/clients/client-route-53-domains/src/Route53DomainsClient.ts +++ b/clients/client-route-53-domains/src/Route53DomainsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -249,7 +247,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -358,7 +356,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts index 0fb1ca3639f4..65ce44e5f359 100644 --- a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptDomainTransferFromAnotherAwsAccountRequest, diff --git a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts index 9cd275727ff3..9add36edddaf 100644 --- a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDelegationSignerToDomainRequest, diff --git a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts index e6b6f40b291f..12f7fcec9c2e 100644 --- a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelDomainTransferToAnotherAwsAccountRequest, diff --git a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts index 7687664c518e..2afd19d6ec67 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse } from "../models/models_0"; import { de_CheckDomainAvailabilityCommand, se_CheckDomainAvailabilityCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts index fff0c044b970..30b0d1653af5 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CheckDomainTransferabilityRequest, diff --git a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts index 04960d35ca1a..a9c8e1c99a92 100644 --- a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts index 7c89c3c8cc36..e3e764391a15 100644 --- a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagsForDomainRequest, DeleteTagsForDomainResponse } from "../models/models_0"; import { de_DeleteTagsForDomainCommand, se_DeleteTagsForDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts index b691ba7d24cd..2c8c3b2643ac 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableDomainAutoRenewRequest, DisableDomainAutoRenewResponse } from "../models/models_0"; import { de_DisableDomainAutoRenewCommand, se_DisableDomainAutoRenewCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts index 111a12893342..992da3018490 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableDomainTransferLockRequest, DisableDomainTransferLockResponse } from "../models/models_0"; import { de_DisableDomainTransferLockCommand, se_DisableDomainTransferLockCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts index 204055ed3e37..ae944e75cb4d 100644 --- a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateDelegationSignerFromDomainRequest, diff --git a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts index 90feb9712026..4eb926adb9e2 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableDomainAutoRenewRequest, EnableDomainAutoRenewResponse } from "../models/models_0"; import { de_EnableDomainAutoRenewCommand, se_EnableDomainAutoRenewCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts index 23ae874ca662..c453115515a5 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableDomainTransferLockRequest, EnableDomainTransferLockResponse } from "../models/models_0"; import { de_EnableDomainTransferLockCommand, se_EnableDomainTransferLockCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts index 2c8196744871..98346d1482a2 100644 --- a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactReachabilityStatusRequest, GetContactReachabilityStatusResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts index d2149035318b..18b5205aa131 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainDetailRequest, diff --git a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts index 93b3a7639af2..112f831efda6 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainSuggestionsRequest, GetDomainSuggestionsResponse } from "../models/models_0"; import { de_GetDomainSuggestionsCommand, se_GetDomainSuggestionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts index 27900baf3035..82e22fc1c3ea 100644 --- a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOperationDetailRequest, GetOperationDetailResponse } from "../models/models_0"; import { de_GetOperationDetailCommand, se_GetOperationDetailCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts index dc748dc6eb9f..eea2e73c4b58 100644 --- a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts index 7a7738925b63..1bcfa086b6f5 100644 --- a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0"; import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts index 8b3262e29fe8..21b5ecf2b078 100644 --- a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPricesRequest, ListPricesResponse } from "../models/models_0"; import { de_ListPricesCommand, se_ListPricesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts index 8d54d7234393..9614694d746b 100644 --- a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForDomainRequest, ListTagsForDomainResponse } from "../models/models_0"; import { de_ListTagsForDomainCommand, se_ListTagsForDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts index 924ac62c2c18..95a1432b680e 100644 --- a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PushDomainRequest } from "../models/models_0"; import { de_PushDomainCommand, se_PushDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts index d8a023605b0b..3d49f0421f75 100644 --- a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDomainRequest, diff --git a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts index c1354ebfff11..666333b9d431 100644 --- a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectDomainTransferFromAnotherAwsAccountRequest, diff --git a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts index 8a4ac5882113..bd3ff1fb9c1d 100644 --- a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RenewDomainRequest, RenewDomainResponse } from "../models/models_0"; import { de_RenewDomainCommand, se_RenewDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts index 9af68591c19e..4c9274dd0c87 100644 --- a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResendContactReachabilityEmailRequest, ResendContactReachabilityEmailResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts index 89c6be178ed5..518d6db8fe23 100644 --- a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResendOperationAuthorizationRequest } from "../models/models_0"; import { diff --git a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts index ebb369d5f8dd..1e36d0786f05 100644 --- a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts +++ b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RetrieveDomainAuthCodeRequest, diff --git a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts index af485c598cb1..ff084c8ed3bd 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TransferDomainRequest, diff --git a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts index 1cf6d27b2147..bba846fbd373 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TransferDomainToAnotherAwsAccountRequest, diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts index ee58e7fa578b..734760c3c558 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainContactRequest, diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts index 98fbb7fcd8c4..abe5642453c5 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainContactPrivacyRequest, UpdateDomainContactPrivacyResponse } from "../models/models_0"; import { de_UpdateDomainContactPrivacyCommand, se_UpdateDomainContactPrivacyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts index 2213d2354598..08befb5c50d4 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainNameserversRequest, diff --git a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts index 8b70f5cb6407..82c10f25835b 100644 --- a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTagsForDomainRequest, UpdateTagsForDomainResponse } from "../models/models_0"; import { de_UpdateTagsForDomainCommand, se_UpdateTagsForDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts index bfb38af9937e..0c34e0e2c86d 100644 --- a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ViewBillingRequest, ViewBillingResponse } from "../models/models_0"; import { de_ViewBillingCommand, se_ViewBillingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route-53-domains/src/endpoint/EndpointParameters.ts b/clients/client-route-53-domains/src/endpoint/EndpointParameters.ts index a8d61153bc6a..9e6d1b3e723d 100644 --- a/clients/client-route-53-domains/src/endpoint/EndpointParameters.ts +++ b/clients/client-route-53-domains/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route-53-domains/src/endpoint/endpointResolver.ts b/clients/client-route-53-domains/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route-53-domains/src/endpoint/endpointResolver.ts +++ b/clients/client-route-53-domains/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route-53-domains/src/endpoint/ruleset.ts b/clients/client-route-53-domains/src/endpoint/ruleset.ts index f05fb30589ad..1b73c400ae2b 100644 --- a/clients/client-route-53-domains/src/endpoint/ruleset.ts +++ b/clients/client-route-53-domains/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts b/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts index ba81635103d8..c9819feb40b2 100644 --- a/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts +++ b/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route-53-domains/src/models/models_0.ts b/clients/client-route-53-domains/src/models/models_0.ts index 8d5afbe7517e..52df9a10314a 100644 --- a/clients/client-route-53-domains/src/models/models_0.ts +++ b/clients/client-route-53-domains/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Route53DomainsServiceException as __BaseException } from "./Route53DomainsServiceException"; diff --git a/clients/client-route-53-domains/src/pagination/Interfaces.ts b/clients/client-route-53-domains/src/pagination/Interfaces.ts index 6aa966990256..a69bb2a47b2b 100644 --- a/clients/client-route-53-domains/src/pagination/Interfaces.ts +++ b/clients/client-route-53-domains/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53DomainsClient } from "../Route53DomainsClient"; diff --git a/clients/client-route-53-domains/src/pagination/ListDomainsPaginator.ts b/clients/client-route-53-domains/src/pagination/ListDomainsPaginator.ts index 7c84cf30d62c..632ae1d14ad1 100644 --- a/clients/client-route-53-domains/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-route-53-domains/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { Route53DomainsClient } from "../Route53DomainsClient"; diff --git a/clients/client-route-53-domains/src/pagination/ListOperationsPaginator.ts b/clients/client-route-53-domains/src/pagination/ListOperationsPaginator.ts index 4545efa5cb08..a270dc744a03 100644 --- a/clients/client-route-53-domains/src/pagination/ListOperationsPaginator.ts +++ b/clients/client-route-53-domains/src/pagination/ListOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOperationsCommand, diff --git a/clients/client-route-53-domains/src/pagination/ListPricesPaginator.ts b/clients/client-route-53-domains/src/pagination/ListPricesPaginator.ts index 960a7c258ccf..7edf4c1d75e0 100644 --- a/clients/client-route-53-domains/src/pagination/ListPricesPaginator.ts +++ b/clients/client-route-53-domains/src/pagination/ListPricesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPricesCommand, ListPricesCommandInput, ListPricesCommandOutput } from "../commands/ListPricesCommand"; import { Route53DomainsClient } from "../Route53DomainsClient"; diff --git a/clients/client-route-53-domains/src/pagination/ViewBillingPaginator.ts b/clients/client-route-53-domains/src/pagination/ViewBillingPaginator.ts index 8c19e2930637..ec0b04b0e45e 100644 --- a/clients/client-route-53-domains/src/pagination/ViewBillingPaginator.ts +++ b/clients/client-route-53-domains/src/pagination/ViewBillingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ViewBillingCommand, ViewBillingCommandInput, ViewBillingCommandOutput } from "../commands/ViewBillingCommand"; import { Route53DomainsClient } from "../Route53DomainsClient"; diff --git a/clients/client-route-53-domains/src/protocols/Aws_json1_1.ts b/clients/client-route-53-domains/src/protocols/Aws_json1_1.ts index 54445353eebe..934e3f004832 100644 --- a/clients/client-route-53-domains/src/protocols/Aws_json1_1.ts +++ b/clients/client-route-53-domains/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptDomainTransferFromAnotherAwsAccountCommandInput, diff --git a/clients/client-route-53-domains/src/runtimeConfig.browser.ts b/clients/client-route-53-domains/src/runtimeConfig.browser.ts index 19f97af33b03..25fd99aa0ce3 100644 --- a/clients/client-route-53-domains/src/runtimeConfig.browser.ts +++ b/clients/client-route-53-domains/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53DomainsClientConfig } from "./Route53DomainsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route-53-domains/src/runtimeConfig.shared.ts b/clients/client-route-53-domains/src/runtimeConfig.shared.ts index 186f77ee1f02..ce7962b29b3a 100644 --- a/clients/client-route-53-domains/src/runtimeConfig.shared.ts +++ b/clients/client-route-53-domains/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53DomainsClientConfig } from "./Route53DomainsClient"; diff --git a/clients/client-route-53-domains/src/runtimeConfig.ts b/clients/client-route-53-domains/src/runtimeConfig.ts index 61ec52eaf0ed..e24bd9bb765c 100644 --- a/clients/client-route-53-domains/src/runtimeConfig.ts +++ b/clients/client-route-53-domains/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53DomainsClientConfig } from "./Route53DomainsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 7dd665c06364..db6e729f600f 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -22,46 +22,47 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-route53": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", "@aws-sdk/xml-builder": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-route-53/src/Route53.ts b/clients/client-route-53/src/Route53.ts index 829ea56100db..a09c0424479b 100644 --- a/clients/client-route-53/src/Route53.ts +++ b/clients/client-route-53/src/Route53.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivateKeySigningKeyCommand, diff --git a/clients/client-route-53/src/Route53Client.ts b/clients/client-route-53/src/Route53Client.ts index 59460b9cce23..a218271fc756 100644 --- a/clients/client-route-53/src/Route53Client.ts +++ b/clients/client-route-53/src/Route53Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -438,7 +436,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -547,7 +545,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts index 73ce2f778a8d..4b52d8cd6a89 100644 --- a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } from "../models/models_0"; import { de_ActivateKeySigningKeyCommand, se_ActivateKeySigningKeyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts index ed77223c33ec..b1ac25cd606e 100644 --- a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } from "../models/models_0"; import { de_AssociateVPCWithHostedZoneCommand, se_AssociateVPCWithHostedZoneCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts index cd250ec46137..aca64306317e 100644 --- a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } from "../models/models_0"; import { de_ChangeCidrCollectionCommand, se_ChangeCidrCollectionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts index d0a44398ede1..b251f406cd40 100644 --- a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getChangeResourceRecordSetsPlugin, getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } from "../models/models_0"; import { de_ChangeResourceRecordSetsCommand, se_ChangeResourceRecordSetsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts index acb196a12d81..658f92ba761c 100644 --- a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } from "../models/models_0"; import { de_ChangeTagsForResourceCommand, se_ChangeTagsForResourceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts index 212fd21c42b8..90ec8927d231 100644 --- a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCidrCollectionRequest, CreateCidrCollectionResponse } from "../models/models_0"; import { de_CreateCidrCollectionCommand, se_CreateCidrCollectionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts index b58517f63040..14c1627f419e 100644 --- a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHealthCheckRequest, CreateHealthCheckResponse } from "../models/models_0"; import { de_CreateHealthCheckCommand, se_CreateHealthCheckCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts index 74898fc57783..353713d9deda 100644 --- a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHostedZoneRequest, CreateHostedZoneResponse } from "../models/models_0"; import { de_CreateHostedZoneCommand, se_CreateHostedZoneCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts index afd0e0ca2f40..ee5ef373edf9 100644 --- a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse } from "../models/models_0"; import { de_CreateKeySigningKeyCommand, se_CreateKeySigningKeyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts index 15a9c4ea6f89..2b6c31be0d36 100644 --- a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } from "../models/models_0"; import { de_CreateQueryLoggingConfigCommand, se_CreateQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts index fcab703f59c8..3378feb86359 100644 --- a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse } from "../models/models_0"; import { de_CreateReusableDelegationSetCommand, se_CreateReusableDelegationSetCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts index 172578ce9afd..57e850a752d6 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0"; import { de_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts index 2d4b9b783dc2..015c8e7d1267 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse } from "../models/models_0"; import { de_CreateTrafficPolicyInstanceCommand, se_CreateTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts index a62a6617d065..d52bfcf41998 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } from "../models/models_0"; import { de_CreateTrafficPolicyVersionCommand, se_CreateTrafficPolicyVersionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts index a73de00a800e..99a30bcc4277 100644 --- a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVPCAssociationAuthorizationRequest, diff --git a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts index 808b4f8d58f5..27a60e3403b6 100644 --- a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from "../models/models_0"; import { de_DeactivateKeySigningKeyCommand, se_DeactivateKeySigningKeyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts index 4b84a67f4599..f80bcc565e99 100644 --- a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCidrCollectionRequest, DeleteCidrCollectionResponse } from "../models/models_0"; import { de_DeleteCidrCollectionCommand, se_DeleteCidrCollectionCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts index 67535d832207..bcd9db91c231 100644 --- a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/models_0"; import { de_DeleteHealthCheckCommand, se_DeleteHealthCheckCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts index 48b9577a5ef7..8fb902c9e9de 100644 --- a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/models_0"; import { de_DeleteHostedZoneCommand, se_DeleteHostedZoneCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts index 37ec1ae8bc59..52edcddb7bdb 100644 --- a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../models/models_0"; import { de_DeleteKeySigningKeyCommand, se_DeleteKeySigningKeyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts index 1c2a70b27d3f..639544b9c50c 100644 --- a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } from "../models/models_0"; import { de_DeleteQueryLoggingConfigCommand, se_DeleteQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts index 9bda01241932..6dee0e9b531a 100644 --- a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResponse } from "../models/models_0"; import { de_DeleteReusableDelegationSetCommand, se_DeleteReusableDelegationSetCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts index b58b3cb72d2f..e90682f4fe11 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0"; import { de_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts index c545402b253a..7912d92cbfb9 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse } from "../models/models_0"; import { de_DeleteTrafficPolicyInstanceCommand, se_DeleteTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts index 8ee09510bed9..9b21275cfc18 100644 --- a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVPCAssociationAuthorizationRequest, diff --git a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts index e4804d2d2cd9..6ee10bed7252 100644 --- a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from "../models/models_0"; import { de_DisableHostedZoneDNSSECCommand, se_DisableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts index f3cae9f7001b..b21af262c828 100644 --- a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts index fd9b9ac21bfc..896c6341648b 100644 --- a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from "../models/models_0"; import { de_EnableHostedZoneDNSSECCommand, se_EnableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts index 181d4061388b..7e53f55fa823 100644 --- a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/models_0"; import { de_GetAccountLimitCommand, se_GetAccountLimitCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetChangeCommand.ts b/clients/client-route-53/src/commands/GetChangeCommand.ts index 11e113625063..0e5826ab9f69 100644 --- a/clients/client-route-53/src/commands/GetChangeCommand.ts +++ b/clients/client-route-53/src/commands/GetChangeCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChangeRequest, GetChangeResponse } from "../models/models_0"; import { de_GetChangeCommand, se_GetChangeCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts index c8fec928d4da..b8dad84e7f33 100644 --- a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts +++ b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models/models_0"; import { de_GetCheckerIpRangesCommand, se_GetCheckerIpRangesCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetDNSSECCommand.ts b/clients/client-route-53/src/commands/GetDNSSECCommand.ts index 76790c533b9e..8a813b6070b0 100644 --- a/clients/client-route-53/src/commands/GetDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/GetDNSSECCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0"; import { de_GetDNSSECCommand, se_GetDNSSECCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts index 17711f31caf9..7e4ad8cbbb9d 100644 --- a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts +++ b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_0"; import { de_GetGeoLocationCommand, se_GetGeoLocationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts index 32aa563e2aa8..5b855311d0bb 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHealthCheckRequest, GetHealthCheckResponse } from "../models/models_0"; import { de_GetHealthCheckCommand, se_GetHealthCheckCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts index e7346a035309..2e20194a5c85 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHealthCheckCountRequest, GetHealthCheckCountResponse } from "../models/models_0"; import { de_GetHealthCheckCountCommand, se_GetHealthCheckCountCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts index 4c21046b8556..02d52338d268 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHealthCheckLastFailureReasonRequest, GetHealthCheckLastFailureReasonResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts index a0ba73b3d8cc..890b61d45bb5 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHealthCheckStatusRequest, GetHealthCheckStatusResponse } from "../models/models_0"; import { de_GetHealthCheckStatusCommand, se_GetHealthCheckStatusCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts index 1aa58b8e5640..75d993f26707 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHostedZoneRequest, GetHostedZoneResponse } from "../models/models_0"; import { de_GetHostedZoneCommand, se_GetHostedZoneCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts index d2fb7522f856..f29577d64c13 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHostedZoneCountRequest, GetHostedZoneCountResponse } from "../models/models_0"; import { de_GetHostedZoneCountCommand, se_GetHostedZoneCountCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts index 1e940049996a..50feac2d0999 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetHostedZoneLimitRequest, GetHostedZoneLimitResponse } from "../models/models_0"; import { de_GetHostedZoneLimitCommand, se_GetHostedZoneLimitCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts index 507e7c723711..139296477a14 100644 --- a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetQueryLoggingConfigRequest, GetQueryLoggingConfigResponse } from "../models/models_0"; import { de_GetQueryLoggingConfigCommand, se_GetQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts index cf51bef781cd..36358e30d8e1 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReusableDelegationSetRequest, GetReusableDelegationSetResponse } from "../models/models_0"; import { de_GetReusableDelegationSetCommand, se_GetReusableDelegationSetCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts index f0015ab3b355..97a036a882fe 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReusableDelegationSetLimitRequest, GetReusableDelegationSetLimitResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts index 66e6af2d9772..910f2e35239c 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTrafficPolicyRequest, GetTrafficPolicyResponse } from "../models/models_0"; import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts index dfd30fe3618d..c35fc88a7bda 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTrafficPolicyInstanceRequest, GetTrafficPolicyInstanceResponse } from "../models/models_0"; import { de_GetTrafficPolicyInstanceCommand, se_GetTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts index 7b8c2ae1a3cb..64bfced8cea1 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTrafficPolicyInstanceCountRequest, GetTrafficPolicyInstanceCountResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts index b4fe725fa8a2..513b7d77487b 100644 --- a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_0"; import { de_ListCidrBlocksCommand, se_ListCidrBlocksCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts index d534c2e82290..deadef1fae4a 100644 --- a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../models/models_0"; import { de_ListCidrCollectionsCommand, se_ListCidrCollectionsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts index 7aaeed1d0e69..8fdc9e79c396 100644 --- a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCidrLocationsRequest, ListCidrLocationsResponse } from "../models/models_0"; import { de_ListCidrLocationsCommand, se_ListCidrLocationsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts index 9d945df80af4..41f8b25cb037 100644 --- a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGeoLocationsRequest, ListGeoLocationsResponse } from "../models/models_0"; import { de_ListGeoLocationsCommand, se_ListGeoLocationsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts index 37f0e49b2027..1674b925671c 100644 --- a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts +++ b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHealthChecksRequest, ListHealthChecksResponse } from "../models/models_0"; import { de_ListHealthChecksCommand, se_ListHealthChecksCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts index 7d289d513655..1e58dae52eee 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } from "../models/models_0"; import { de_ListHostedZonesByNameCommand, se_ListHostedZonesByNameCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts index 366bd6015b36..2405f629d506 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } from "../models/models_0"; import { de_ListHostedZonesByVPCCommand, se_ListHostedZonesByVPCCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts index 1b01c06b7d70..4567d68ec63f 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/models_0"; import { de_ListHostedZonesCommand, se_ListHostedZonesCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts index ed8d6ec969a5..c1b988296bac 100644 --- a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts +++ b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } from "../models/models_0"; import { de_ListQueryLoggingConfigsCommand, se_ListQueryLoggingConfigsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts index 0d23789c685b..f748bf0782a2 100644 --- a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } from "../models/models_0"; import { de_ListResourceRecordSetsCommand, se_ListResourceRecordSetsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts index a46dad1d1168..881ca2b1d0ef 100644 --- a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReusableDelegationSetsRequest, ListReusableDelegationSetsResponse } from "../models/models_0"; import { de_ListReusableDelegationSetsCommand, se_ListReusableDelegationSetsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts index 4ecafc88deae..e5394f50d143 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts index c5f9577fee59..0dfa57eab04e 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0"; import { de_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts index 389c28543541..059be402a70d 100644 --- a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } from "../models/models_0"; import { de_ListTrafficPoliciesCommand, se_ListTrafficPoliciesCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts index a3158ca887d1..4b395b662aa6 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrafficPolicyInstancesByHostedZoneRequest, diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts index 917d4f3e7888..5346b3a255c0 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrafficPolicyInstancesByPolicyRequest, diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts index a6ccec66b1f3..35e3da7fe5cb 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResponse } from "../models/models_0"; import { de_ListTrafficPolicyInstancesCommand, se_ListTrafficPolicyInstancesCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts index c15a6be3c600..521974afd0a1 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrafficPolicyVersionsRequest, ListTrafficPolicyVersionsResponse } from "../models/models_0"; import { de_ListTrafficPolicyVersionsCommand, se_ListTrafficPolicyVersionsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts index 7477d51dd781..5fac09543500 100644 --- a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts +++ b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVPCAssociationAuthorizationsRequest, ListVPCAssociationAuthorizationsResponse } from "../models/models_0"; import { diff --git a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts index 375275bae6fc..ba1cdcd70a1c 100644 --- a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts +++ b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestDNSAnswerRequest, TestDNSAnswerResponse } from "../models/models_0"; import { de_TestDNSAnswerCommand, se_TestDNSAnswerCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts index d9c4f73d78fc..426e3f76ff88 100644 --- a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHealthCheckRequest, UpdateHealthCheckResponse } from "../models/models_0"; import { de_UpdateHealthCheckCommand, se_UpdateHealthCheckCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts index 8ac9c899abb7..4e189e7f7c93 100644 --- a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHostedZoneCommentRequest, UpdateHostedZoneCommentResponse } from "../models/models_0"; import { de_UpdateHostedZoneCommentCommand, se_UpdateHostedZoneCommentCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts index 53ec3fe054a8..a5019ea20ca7 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrafficPolicyCommentRequest, UpdateTrafficPolicyCommentResponse } from "../models/models_0"; import { de_UpdateTrafficPolicyCommentCommand, se_UpdateTrafficPolicyCommentCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts index 85efc87ee666..23f5503894ff 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrafficPolicyInstanceRequest, UpdateTrafficPolicyInstanceResponse } from "../models/models_0"; import { de_UpdateTrafficPolicyInstanceCommand, se_UpdateTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-route-53/src/endpoint/EndpointParameters.ts b/clients/client-route-53/src/endpoint/EndpointParameters.ts index de4c59805eaf..d5fa537685c5 100644 --- a/clients/client-route-53/src/endpoint/EndpointParameters.ts +++ b/clients/client-route-53/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route-53/src/endpoint/endpointResolver.ts b/clients/client-route-53/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route-53/src/endpoint/endpointResolver.ts +++ b/clients/client-route-53/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route-53/src/endpoint/ruleset.ts b/clients/client-route-53/src/endpoint/ruleset.ts index a4ddc2c05296..146cbb28c96e 100644 --- a/clients/client-route-53/src/endpoint/ruleset.ts +++ b/clients/client-route-53/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route-53/src/models/Route53ServiceException.ts b/clients/client-route-53/src/models/Route53ServiceException.ts index afb65da467ad..96c3b0138b2a 100644 --- a/clients/client-route-53/src/models/Route53ServiceException.ts +++ b/clients/client-route-53/src/models/Route53ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route-53/src/models/models_0.ts b/clients/client-route-53/src/models/models_0.ts index 7c8dc82ba47e..dc3731aa9ed1 100644 --- a/clients/client-route-53/src/models/models_0.ts +++ b/clients/client-route-53/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Route53ServiceException as __BaseException } from "./Route53ServiceException"; diff --git a/clients/client-route-53/src/pagination/Interfaces.ts b/clients/client-route-53/src/pagination/Interfaces.ts index a656556a7efe..4fe8d64cdb6a 100644 --- a/clients/client-route-53/src/pagination/Interfaces.ts +++ b/clients/client-route-53/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53Client } from "../Route53Client"; diff --git a/clients/client-route-53/src/pagination/ListCidrBlocksPaginator.ts b/clients/client-route-53/src/pagination/ListCidrBlocksPaginator.ts index ca86eaa04ca4..3ea9015c83ff 100644 --- a/clients/client-route-53/src/pagination/ListCidrBlocksPaginator.ts +++ b/clients/client-route-53/src/pagination/ListCidrBlocksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCidrBlocksCommand, diff --git a/clients/client-route-53/src/pagination/ListCidrCollectionsPaginator.ts b/clients/client-route-53/src/pagination/ListCidrCollectionsPaginator.ts index 6c7be49e2861..4400cc0ff7cf 100644 --- a/clients/client-route-53/src/pagination/ListCidrCollectionsPaginator.ts +++ b/clients/client-route-53/src/pagination/ListCidrCollectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCidrCollectionsCommand, diff --git a/clients/client-route-53/src/pagination/ListCidrLocationsPaginator.ts b/clients/client-route-53/src/pagination/ListCidrLocationsPaginator.ts index 2c8911036510..eec64730a3e4 100644 --- a/clients/client-route-53/src/pagination/ListCidrLocationsPaginator.ts +++ b/clients/client-route-53/src/pagination/ListCidrLocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCidrLocationsCommand, diff --git a/clients/client-route-53/src/pagination/ListHealthChecksPaginator.ts b/clients/client-route-53/src/pagination/ListHealthChecksPaginator.ts index df4f5d42645a..0ba72dc12fe4 100644 --- a/clients/client-route-53/src/pagination/ListHealthChecksPaginator.ts +++ b/clients/client-route-53/src/pagination/ListHealthChecksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHealthChecksCommand, diff --git a/clients/client-route-53/src/pagination/ListHostedZonesPaginator.ts b/clients/client-route-53/src/pagination/ListHostedZonesPaginator.ts index 866de0efdb58..3145f58b0cc0 100644 --- a/clients/client-route-53/src/pagination/ListHostedZonesPaginator.ts +++ b/clients/client-route-53/src/pagination/ListHostedZonesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHostedZonesCommand, diff --git a/clients/client-route-53/src/pagination/ListQueryLoggingConfigsPaginator.ts b/clients/client-route-53/src/pagination/ListQueryLoggingConfigsPaginator.ts index 30f483167ba9..25e33f58996c 100644 --- a/clients/client-route-53/src/pagination/ListQueryLoggingConfigsPaginator.ts +++ b/clients/client-route-53/src/pagination/ListQueryLoggingConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueryLoggingConfigsCommand, diff --git a/clients/client-route-53/src/protocols/Aws_restXml.ts b/clients/client-route-53/src/protocols/Aws_restXml.ts index 791cab72b614..c24f0292b7e8 100644 --- a/clients/client-route-53/src/protocols/Aws_restXml.ts +++ b/clients/client-route-53/src/protocols/Aws_restXml.ts @@ -1,4 +1,6 @@ // smithy-typescript generated code +import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -16,11 +18,12 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-route-53/src/runtimeConfig.browser.ts b/clients/client-route-53/src/runtimeConfig.browser.ts index a3a141df2d4e..913de5a6a7de 100644 --- a/clients/client-route-53/src/runtimeConfig.browser.ts +++ b/clients/client-route-53/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53ClientConfig } from "./Route53Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route-53/src/runtimeConfig.shared.ts b/clients/client-route-53/src/runtimeConfig.shared.ts index 79c1d17a9bd8..67dd82b19331 100644 --- a/clients/client-route-53/src/runtimeConfig.shared.ts +++ b/clients/client-route-53/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53ClientConfig } from "./Route53Client"; diff --git a/clients/client-route-53/src/runtimeConfig.ts b/clients/client-route-53/src/runtimeConfig.ts index aabeb3791e86..b536d22b3755 100644 --- a/clients/client-route-53/src/runtimeConfig.ts +++ b/clients/client-route-53/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53ClientConfig } from "./Route53Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route-53/src/waiters/waitForResourceRecordSetsChanged.ts b/clients/client-route-53/src/waiters/waitForResourceRecordSetsChanged.ts index c03136828d51..c328e5b05b6c 100644 --- a/clients/client-route-53/src/waiters/waitForResourceRecordSetsChanged.ts +++ b/clients/client-route-53/src/waiters/waitForResourceRecordSetsChanged.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetChangeCommand, GetChangeCommandInput } from "../commands/GetChangeCommand"; import { Route53Client } from "../Route53Client"; diff --git a/clients/client-route53-recovery-cluster/package.json b/clients/client-route53-recovery-cluster/package.json index 796609986fca..5ea83b10b3f6 100644 --- a/clients/client-route53-recovery-cluster/package.json +++ b/clients/client-route53-recovery-cluster/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-route53-recovery-cluster/src/Route53RecoveryCluster.ts b/clients/client-route53-recovery-cluster/src/Route53RecoveryCluster.ts index 69cb757163d3..b69751ce5c5e 100644 --- a/clients/client-route53-recovery-cluster/src/Route53RecoveryCluster.ts +++ b/clients/client-route53-recovery-cluster/src/Route53RecoveryCluster.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetRoutingControlStateCommand, diff --git a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts index f0c0fc45a693..d827d34352ac 100644 --- a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts +++ b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -105,7 +103,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -214,7 +212,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts index 3cd6133cc794..ad83e37cacd5 100644 --- a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRoutingControlStateRequest, GetRoutingControlStateResponse } from "../models/models_0"; import { de_GetRoutingControlStateCommand, se_GetRoutingControlStateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts index fbf78b062391..0bf99b6a673e 100644 --- a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRoutingControlsRequest, ListRoutingControlsResponse } from "../models/models_0"; import { de_ListRoutingControlsCommand, se_ListRoutingControlsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts index 68708a77eaf0..1280ad32daeb 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRoutingControlStateRequest, UpdateRoutingControlStateResponse } from "../models/models_0"; import { de_UpdateRoutingControlStateCommand, se_UpdateRoutingControlStateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts index 28c1837a5d1d..1644e908128c 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRoutingControlStatesRequest, UpdateRoutingControlStatesResponse } from "../models/models_0"; import { de_UpdateRoutingControlStatesCommand, se_UpdateRoutingControlStatesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-route53-recovery-cluster/src/endpoint/EndpointParameters.ts b/clients/client-route53-recovery-cluster/src/endpoint/EndpointParameters.ts index 52ed32a999a5..26083a383db1 100644 --- a/clients/client-route53-recovery-cluster/src/endpoint/EndpointParameters.ts +++ b/clients/client-route53-recovery-cluster/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route53-recovery-cluster/src/endpoint/endpointResolver.ts b/clients/client-route53-recovery-cluster/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route53-recovery-cluster/src/endpoint/endpointResolver.ts +++ b/clients/client-route53-recovery-cluster/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route53-recovery-cluster/src/endpoint/ruleset.ts b/clients/client-route53-recovery-cluster/src/endpoint/ruleset.ts index a60f99ea607b..1d2f0e2eaf34 100644 --- a/clients/client-route53-recovery-cluster/src/endpoint/ruleset.ts +++ b/clients/client-route53-recovery-cluster/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts b/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts index 273f483270fa..ba39d4328ca8 100644 --- a/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts +++ b/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route53-recovery-cluster/src/models/models_0.ts b/clients/client-route53-recovery-cluster/src/models/models_0.ts index 7eecdb22e069..2500b405aedd 100644 --- a/clients/client-route53-recovery-cluster/src/models/models_0.ts +++ b/clients/client-route53-recovery-cluster/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Route53RecoveryClusterServiceException as __BaseException } from "./Route53RecoveryClusterServiceException"; diff --git a/clients/client-route53-recovery-cluster/src/pagination/Interfaces.ts b/clients/client-route53-recovery-cluster/src/pagination/Interfaces.ts index 080dec0d2c21..4c817f22dac8 100644 --- a/clients/client-route53-recovery-cluster/src/pagination/Interfaces.ts +++ b/clients/client-route53-recovery-cluster/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53RecoveryClusterClient } from "../Route53RecoveryClusterClient"; diff --git a/clients/client-route53-recovery-cluster/src/pagination/ListRoutingControlsPaginator.ts b/clients/client-route53-recovery-cluster/src/pagination/ListRoutingControlsPaginator.ts index 6a6b63d21d38..a60e3b6a40fb 100644 --- a/clients/client-route53-recovery-cluster/src/pagination/ListRoutingControlsPaginator.ts +++ b/clients/client-route53-recovery-cluster/src/pagination/ListRoutingControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoutingControlsCommand, diff --git a/clients/client-route53-recovery-cluster/src/protocols/Aws_json1_0.ts b/clients/client-route53-recovery-cluster/src/protocols/Aws_json1_0.ts index 590b77cd34f1..efd735c3e13f 100644 --- a/clients/client-route53-recovery-cluster/src/protocols/Aws_json1_0.ts +++ b/clients/client-route53-recovery-cluster/src/protocols/Aws_json1_0.ts @@ -1,13 +1,17 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRoutingControlStateCommandInput, diff --git a/clients/client-route53-recovery-cluster/src/runtimeConfig.browser.ts b/clients/client-route53-recovery-cluster/src/runtimeConfig.browser.ts index b77e01f52e7c..851b1d7346a7 100644 --- a/clients/client-route53-recovery-cluster/src/runtimeConfig.browser.ts +++ b/clients/client-route53-recovery-cluster/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryClusterClientConfig } from "./Route53RecoveryClusterClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route53-recovery-cluster/src/runtimeConfig.shared.ts b/clients/client-route53-recovery-cluster/src/runtimeConfig.shared.ts index 7ae637222c11..65bf9d8c2f21 100644 --- a/clients/client-route53-recovery-cluster/src/runtimeConfig.shared.ts +++ b/clients/client-route53-recovery-cluster/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53RecoveryClusterClientConfig } from "./Route53RecoveryClusterClient"; diff --git a/clients/client-route53-recovery-cluster/src/runtimeConfig.ts b/clients/client-route53-recovery-cluster/src/runtimeConfig.ts index 73a4a3a693f4..cfc91be43805 100644 --- a/clients/client-route53-recovery-cluster/src/runtimeConfig.ts +++ b/clients/client-route53-recovery-cluster/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryClusterClientConfig } from "./Route53RecoveryClusterClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route53-recovery-control-config/package.json b/clients/client-route53-recovery-control-config/package.json index 59276e450f65..4ce3702df398 100644 --- a/clients/client-route53-recovery-control-config/package.json +++ b/clients/client-route53-recovery-control-config/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfig.ts b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfig.ts index 42e4c22213bc..a85793ce47e3 100644 --- a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfig.ts +++ b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfig.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateClusterCommand, diff --git a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts index e1e6c5972e84..804c8e46f80f 100644 --- a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts +++ b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand"; @@ -174,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -283,7 +281,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts index 19c257006afd..e0110b8f3eed 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts index b78cc581f8d7..57b9de2ea978 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateControlPanelRequest, CreateControlPanelResponse } from "../models/models_0"; import { de_CreateControlPanelCommand, se_CreateControlPanelCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts index e0f2e86e7716..defc67ade68e 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRoutingControlRequest, CreateRoutingControlResponse } from "../models/models_0"; import { de_CreateRoutingControlCommand, se_CreateRoutingControlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts index 78dd490342b4..5f40084f7e25 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSafetyRuleRequest, CreateSafetyRuleResponse } from "../models/models_0"; import { de_CreateSafetyRuleCommand, se_CreateSafetyRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts index 5fc7e68207ba..e8e6527c4834 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts index a9a85acb85de..2f26bf2de4ec 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteControlPanelRequest, DeleteControlPanelResponse } from "../models/models_0"; import { de_DeleteControlPanelCommand, se_DeleteControlPanelCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts index 3adb60bdfa74..46dabaa20cbb 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRoutingControlRequest, DeleteRoutingControlResponse } from "../models/models_0"; import { de_DeleteRoutingControlCommand, se_DeleteRoutingControlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts index 2caf88644afd..b1d691fa70cd 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSafetyRuleRequest, DeleteSafetyRuleResponse } from "../models/models_0"; import { de_DeleteSafetyRuleCommand, se_DeleteSafetyRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts index 9f7b7c33ac16..a1afd7f73aaa 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0"; import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts index 03dbf5cb7295..46434d8fa82d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeControlPanelRequest, DescribeControlPanelResponse } from "../models/models_0"; import { de_DescribeControlPanelCommand, se_DescribeControlPanelCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts index 48feeaa3cd21..ceacb67e75cd 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRoutingControlRequest, DescribeRoutingControlResponse } from "../models/models_0"; import { de_DescribeRoutingControlCommand, se_DescribeRoutingControlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts index bd5fd0e43f7f..385c918c7fd7 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSafetyRuleRequest, DescribeSafetyRuleResponse } from "../models/models_0"; import { de_DescribeSafetyRuleCommand, se_DescribeSafetyRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts index 781d5bf9bc82..85362368eb32 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociatedRoute53HealthChecksRequest, diff --git a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts index 0e56961c3454..cc494f513556 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts index 53e2d72141c9..b2d8059f2a9c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListControlPanelsRequest, ListControlPanelsResponse } from "../models/models_0"; import { de_ListControlPanelsCommand, se_ListControlPanelsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts index abd11c3f0b2f..b65f8c6eacdd 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRoutingControlsRequest, ListRoutingControlsResponse } from "../models/models_0"; import { de_ListRoutingControlsCommand, se_ListRoutingControlsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts index 254f5487ae6d..fdf6b196594b 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSafetyRulesRequest, ListSafetyRulesResponse } from "../models/models_0"; import { de_ListSafetyRulesCommand, se_ListSafetyRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts index 8008b32fe7e0..f849eb1b6ae4 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts index 81afb2ed84d9..78729c5697f3 100644 --- a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts index ca130c21ca54..fb92f54267d8 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts index 1301e2f69cbb..7485d9adb922 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateControlPanelRequest, UpdateControlPanelResponse } from "../models/models_0"; import { de_UpdateControlPanelCommand, se_UpdateControlPanelCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts index 65b467edaefc..ce519a9a893d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRoutingControlRequest, UpdateRoutingControlResponse } from "../models/models_0"; import { de_UpdateRoutingControlCommand, se_UpdateRoutingControlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts index f5947d020d7d..4d7fe28766a4 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSafetyRuleRequest, UpdateSafetyRuleResponse } from "../models/models_0"; import { de_UpdateSafetyRuleCommand, se_UpdateSafetyRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-control-config/src/endpoint/EndpointParameters.ts b/clients/client-route53-recovery-control-config/src/endpoint/EndpointParameters.ts index b697c8d13054..ecd9bc53e845 100644 --- a/clients/client-route53-recovery-control-config/src/endpoint/EndpointParameters.ts +++ b/clients/client-route53-recovery-control-config/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route53-recovery-control-config/src/endpoint/endpointResolver.ts b/clients/client-route53-recovery-control-config/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route53-recovery-control-config/src/endpoint/endpointResolver.ts +++ b/clients/client-route53-recovery-control-config/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route53-recovery-control-config/src/endpoint/ruleset.ts b/clients/client-route53-recovery-control-config/src/endpoint/ruleset.ts index 57136422bcd9..c95c99460189 100644 --- a/clients/client-route53-recovery-control-config/src/endpoint/ruleset.ts +++ b/clients/client-route53-recovery-control-config/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts b/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts index cb9270bb3420..7e25accf4057 100644 --- a/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts +++ b/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route53-recovery-control-config/src/models/models_0.ts b/clients/client-route53-recovery-control-config/src/models/models_0.ts index 33e3a1d6f85a..9b5bb406c3d0 100644 --- a/clients/client-route53-recovery-control-config/src/models/models_0.ts +++ b/clients/client-route53-recovery-control-config/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Route53RecoveryControlConfigServiceException as __BaseException } from "./Route53RecoveryControlConfigServiceException"; diff --git a/clients/client-route53-recovery-control-config/src/pagination/Interfaces.ts b/clients/client-route53-recovery-control-config/src/pagination/Interfaces.ts index 9577face3809..e1e8f6df7148 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/Interfaces.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53RecoveryControlConfigClient } from "../Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/pagination/ListAssociatedRoute53HealthChecksPaginator.ts b/clients/client-route53-recovery-control-config/src/pagination/ListAssociatedRoute53HealthChecksPaginator.ts index 4ebfe9e47a54..185b3eb2e379 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/ListAssociatedRoute53HealthChecksPaginator.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/ListAssociatedRoute53HealthChecksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociatedRoute53HealthChecksCommand, diff --git a/clients/client-route53-recovery-control-config/src/pagination/ListClustersPaginator.ts b/clients/client-route53-recovery-control-config/src/pagination/ListClustersPaginator.ts index 93b70411f8bf..9e4b1e3086f5 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/ListClustersPaginator.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-route53-recovery-control-config/src/pagination/ListControlPanelsPaginator.ts b/clients/client-route53-recovery-control-config/src/pagination/ListControlPanelsPaginator.ts index 15db63eaa331..b19357f29776 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/ListControlPanelsPaginator.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/ListControlPanelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListControlPanelsCommand, diff --git a/clients/client-route53-recovery-control-config/src/pagination/ListRoutingControlsPaginator.ts b/clients/client-route53-recovery-control-config/src/pagination/ListRoutingControlsPaginator.ts index c4ecbe85246d..2b19a1d7b869 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/ListRoutingControlsPaginator.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/ListRoutingControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRoutingControlsCommand, diff --git a/clients/client-route53-recovery-control-config/src/pagination/ListSafetyRulesPaginator.ts b/clients/client-route53-recovery-control-config/src/pagination/ListSafetyRulesPaginator.ts index c431d4a1a0f3..ae8b8cd118e0 100644 --- a/clients/client-route53-recovery-control-config/src/pagination/ListSafetyRulesPaginator.ts +++ b/clients/client-route53-recovery-control-config/src/pagination/ListSafetyRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSafetyRulesCommand, diff --git a/clients/client-route53-recovery-control-config/src/protocols/Aws_restJson1.ts b/clients/client-route53-recovery-control-config/src/protocols/Aws_restJson1.ts index b9cc3d38c632..b79a70f0e96b 100644 --- a/clients/client-route53-recovery-control-config/src/protocols/Aws_restJson1.ts +++ b/clients/client-route53-recovery-control-config/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand"; diff --git a/clients/client-route53-recovery-control-config/src/runtimeConfig.browser.ts b/clients/client-route53-recovery-control-config/src/runtimeConfig.browser.ts index 3ef91d69de4d..d88dc3da9b53 100644 --- a/clients/client-route53-recovery-control-config/src/runtimeConfig.browser.ts +++ b/clients/client-route53-recovery-control-config/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryControlConfigClientConfig } from "./Route53RecoveryControlConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route53-recovery-control-config/src/runtimeConfig.shared.ts b/clients/client-route53-recovery-control-config/src/runtimeConfig.shared.ts index 9bee1822be91..62c2ef37ba3a 100644 --- a/clients/client-route53-recovery-control-config/src/runtimeConfig.shared.ts +++ b/clients/client-route53-recovery-control-config/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53RecoveryControlConfigClientConfig } from "./Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/runtimeConfig.ts b/clients/client-route53-recovery-control-config/src/runtimeConfig.ts index a54c76ec7100..3e0c27af1f75 100644 --- a/clients/client-route53-recovery-control-config/src/runtimeConfig.ts +++ b/clients/client-route53-recovery-control-config/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryControlConfigClientConfig } from "./Route53RecoveryControlConfigClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForClusterCreated.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForClusterCreated.ts index 049d0714e8e5..cd4887666151 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForClusterCreated.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForClusterCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { Route53RecoveryControlConfigClient } from "../Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForClusterDeleted.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForClusterDeleted.ts index beb7a1f2f74f..f0ee459294ba 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForClusterDeleted.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForClusterDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeClusterCommand, DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { Route53RecoveryControlConfigClient } from "../Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelCreated.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelCreated.ts index 1de2b537d62b..d369c7dd1841 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelCreated.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeControlPanelCommand, DescribeControlPanelCommandInput } from "../commands/DescribeControlPanelCommand"; import { Route53RecoveryControlConfigClient } from "../Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelDeleted.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelDeleted.ts index 77397e07272e..e001164daaba 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelDeleted.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForControlPanelDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeControlPanelCommand, DescribeControlPanelCommandInput } from "../commands/DescribeControlPanelCommand"; import { Route53RecoveryControlConfigClient } from "../Route53RecoveryControlConfigClient"; diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlCreated.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlCreated.ts index 991d0447e5e8..4b367b3db3d7 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlCreated.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeRoutingControlCommand, diff --git a/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlDeleted.ts b/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlDeleted.ts index 5a33f3d1b33d..f4b1527151b8 100644 --- a/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlDeleted.ts +++ b/clients/client-route53-recovery-control-config/src/waiters/waitForRoutingControlDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeRoutingControlCommand, diff --git a/clients/client-route53-recovery-readiness/package.json b/clients/client-route53-recovery-readiness/package.json index fcc1fdc801e1..36e14185f754 100644 --- a/clients/client-route53-recovery-readiness/package.json +++ b/clients/client-route53-recovery-readiness/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadiness.ts b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadiness.ts index bdfd63fc8640..37a14baa0338 100644 --- a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadiness.ts +++ b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadiness.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateCellCommand, CreateCellCommandInput, CreateCellCommandOutput } from "./commands/CreateCellCommand"; import { diff --git a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts index d6a8799ea1ec..bfae6aa26d30 100644 --- a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts +++ b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateCellCommandInput, CreateCellCommandOutput } from "./commands/CreateCellCommand"; @@ -225,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -334,7 +332,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts index a3c693df4d35..8391ff3e55a1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCellRequest, CreateCellResponse } from "../models/models_0"; import { de_CreateCellCommand, se_CreateCellCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts index deb27ff0dbe3..ba95f71fc083 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCrossAccountAuthorizationRequest, CreateCrossAccountAuthorizationResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts index 5ba81ec3cd62..210c7f1a5e3a 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReadinessCheckRequest, CreateReadinessCheckResponse } from "../models/models_0"; import { de_CreateReadinessCheckCommand, se_CreateReadinessCheckCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts index b52f7b57b3d2..0a69fd9c0e80 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRecoveryGroupRequest, CreateRecoveryGroupResponse } from "../models/models_0"; import { de_CreateRecoveryGroupCommand, se_CreateRecoveryGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts index 95086d26449e..d8cdca90e1b7 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResourceSetRequest, CreateResourceSetResponse } from "../models/models_0"; import { de_CreateResourceSetCommand, se_CreateResourceSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts index 51382ed94bf5..eddb6cb98c91 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCellRequest } from "../models/models_0"; import { de_DeleteCellCommand, se_DeleteCellCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts index 156fade28592..27421f9dd1dc 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCrossAccountAuthorizationRequest, DeleteCrossAccountAuthorizationResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts index 83e18638cc31..5b88ee214422 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReadinessCheckRequest } from "../models/models_0"; import { de_DeleteReadinessCheckCommand, se_DeleteReadinessCheckCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts index 6c76ac8d30f7..82d3101ab594 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecoveryGroupRequest } from "../models/models_0"; import { de_DeleteRecoveryGroupCommand, se_DeleteRecoveryGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts index 0a6be52dc2d1..94c026951828 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourceSetRequest } from "../models/models_0"; import { de_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts index e8ac04b6914e..19034462965c 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetArchitectureRecommendationsRequest, GetArchitectureRecommendationsResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts index 83c7a6e80147..27ba29835ea2 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCellRequest, GetCellResponse } from "../models/models_0"; import { de_GetCellCommand, se_GetCellCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts index b4de0d74c160..59aa10dab196 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCellReadinessSummaryRequest, GetCellReadinessSummaryResponse } from "../models/models_0"; import { de_GetCellReadinessSummaryCommand, se_GetCellReadinessSummaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts index e51bb0011c5c..6c2250f5908d 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadinessCheckRequest, GetReadinessCheckResponse } from "../models/models_0"; import { de_GetReadinessCheckCommand, se_GetReadinessCheckCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts index 290513380c25..2eba50d803a1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadinessCheckResourceStatusRequest, GetReadinessCheckResourceStatusResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts index 92b2bf04fb73..e68d0c3dc517 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReadinessCheckStatusRequest, GetReadinessCheckStatusResponse } from "../models/models_0"; import { de_GetReadinessCheckStatusCommand, se_GetReadinessCheckStatusCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts index afb3384c597a..feeb38e139dc 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecoveryGroupRequest, GetRecoveryGroupResponse } from "../models/models_0"; import { de_GetRecoveryGroupCommand, se_GetRecoveryGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts index 32ddfdda551a..0df1f30172b8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecoveryGroupReadinessSummaryRequest, GetRecoveryGroupReadinessSummaryResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts index 7373581dff2f..2cc8be7b45b8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0"; import { de_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts index 65c9e80ab13b..48a13a3e83e6 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCellsRequest, ListCellsResponse } from "../models/models_0"; import { de_ListCellsCommand, se_ListCellsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts index c931108b0736..7322d451a8b1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCrossAccountAuthorizationsRequest, ListCrossAccountAuthorizationsResponse } from "../models/models_0"; import { diff --git a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts index 2d39a91fea82..a67e88ad12b6 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReadinessChecksRequest, ListReadinessChecksResponse } from "../models/models_0"; import { de_ListReadinessChecksCommand, se_ListReadinessChecksCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts index 51491eab97a2..03a8645d6b41 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecoveryGroupsRequest, ListRecoveryGroupsResponse } from "../models/models_0"; import { de_ListRecoveryGroupsCommand, se_ListRecoveryGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts index 0583c217b3e9..2b8b293eb933 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0"; import { de_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts index d77b76e6fbcb..b3def53f1fba 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts index 9779baf18a03..92ecc5a20890 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0"; import { de_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts index 1920af8c3c97..a2b6c8013c8b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts index d2d06d503e87..1b8087795fdd 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts index ff6d1cca47a4..b64249594956 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCellRequest, UpdateCellResponse } from "../models/models_0"; import { de_UpdateCellCommand, se_UpdateCellCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts index 0eb456a8cace..52bd90780aee 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateReadinessCheckRequest, UpdateReadinessCheckResponse } from "../models/models_0"; import { de_UpdateReadinessCheckCommand, se_UpdateReadinessCheckCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts index 2b4d31c89dd4..33dfdff65cce 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRecoveryGroupRequest, UpdateRecoveryGroupResponse } from "../models/models_0"; import { de_UpdateRecoveryGroupCommand, se_UpdateRecoveryGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts index 251a869baae0..c9d0c63a90f8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResourceSetRequest, UpdateResourceSetResponse } from "../models/models_0"; import { de_UpdateResourceSetCommand, se_UpdateResourceSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-route53-recovery-readiness/src/endpoint/EndpointParameters.ts b/clients/client-route53-recovery-readiness/src/endpoint/EndpointParameters.ts index f4b9766fcbb8..d1662411d9e2 100644 --- a/clients/client-route53-recovery-readiness/src/endpoint/EndpointParameters.ts +++ b/clients/client-route53-recovery-readiness/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route53-recovery-readiness/src/endpoint/endpointResolver.ts b/clients/client-route53-recovery-readiness/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route53-recovery-readiness/src/endpoint/endpointResolver.ts +++ b/clients/client-route53-recovery-readiness/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route53-recovery-readiness/src/endpoint/ruleset.ts b/clients/client-route53-recovery-readiness/src/endpoint/ruleset.ts index 6b3cecfd14bb..35828e140d83 100644 --- a/clients/client-route53-recovery-readiness/src/endpoint/ruleset.ts +++ b/clients/client-route53-recovery-readiness/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts b/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts index 2708a6e7b4a4..93becfd4c6fc 100644 --- a/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts +++ b/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route53-recovery-readiness/src/models/models_0.ts b/clients/client-route53-recovery-readiness/src/models/models_0.ts index 9163042473e6..a0d42e7771c4 100644 --- a/clients/client-route53-recovery-readiness/src/models/models_0.ts +++ b/clients/client-route53-recovery-readiness/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Route53RecoveryReadinessServiceException as __BaseException } from "./Route53RecoveryReadinessServiceException"; diff --git a/clients/client-route53-recovery-readiness/src/pagination/GetCellReadinessSummaryPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/GetCellReadinessSummaryPaginator.ts index edae2907eca6..3571d008f4cd 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/GetCellReadinessSummaryPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/GetCellReadinessSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCellReadinessSummaryCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckResourceStatusPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckResourceStatusPaginator.ts index ade1212eb099..0dd455d18465 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckResourceStatusPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckResourceStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReadinessCheckResourceStatusCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckStatusPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckStatusPaginator.ts index bd5920bcb338..ac87ceb0b1ee 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckStatusPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/GetReadinessCheckStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReadinessCheckStatusCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/GetRecoveryGroupReadinessSummaryPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/GetRecoveryGroupReadinessSummaryPaginator.ts index b4fa9f2c8f88..9061bb7c556e 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/GetRecoveryGroupReadinessSummaryPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/GetRecoveryGroupReadinessSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetRecoveryGroupReadinessSummaryCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/Interfaces.ts b/clients/client-route53-recovery-readiness/src/pagination/Interfaces.ts index 119c3bc472c3..2b36943075f9 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/Interfaces.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53RecoveryReadinessClient } from "../Route53RecoveryReadinessClient"; diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListCellsPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListCellsPaginator.ts index 2405cd976d73..3de76afad24d 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListCellsPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListCellsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCellsCommand, ListCellsCommandInput, ListCellsCommandOutput } from "../commands/ListCellsCommand"; import { Route53RecoveryReadinessClient } from "../Route53RecoveryReadinessClient"; diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListCrossAccountAuthorizationsPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListCrossAccountAuthorizationsPaginator.ts index 613e82660217..aca0207c77a3 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListCrossAccountAuthorizationsPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListCrossAccountAuthorizationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCrossAccountAuthorizationsCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListReadinessChecksPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListReadinessChecksPaginator.ts index 8e0c227461d9..3107deb81637 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListReadinessChecksPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListReadinessChecksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReadinessChecksCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListRecoveryGroupsPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListRecoveryGroupsPaginator.ts index b755afc9f5b3..1c254f1bcdab 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListRecoveryGroupsPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListRecoveryGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecoveryGroupsCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListResourceSetsPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListResourceSetsPaginator.ts index 938ed35e29f4..1fdd32399909 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListResourceSetsPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListResourceSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceSetsCommand, diff --git a/clients/client-route53-recovery-readiness/src/pagination/ListRulesPaginator.ts b/clients/client-route53-recovery-readiness/src/pagination/ListRulesPaginator.ts index 842a69d088c4..4546e2550921 100644 --- a/clients/client-route53-recovery-readiness/src/pagination/ListRulesPaginator.ts +++ b/clients/client-route53-recovery-readiness/src/pagination/ListRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesCommand, ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand"; import { Route53RecoveryReadinessClient } from "../Route53RecoveryReadinessClient"; diff --git a/clients/client-route53-recovery-readiness/src/protocols/Aws_restJson1.ts b/clients/client-route53-recovery-readiness/src/protocols/Aws_restJson1.ts index 33e10431854f..777a12dd6617 100644 --- a/clients/client-route53-recovery-readiness/src/protocols/Aws_restJson1.ts +++ b/clients/client-route53-recovery-readiness/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCellCommandInput, CreateCellCommandOutput } from "../commands/CreateCellCommand"; import { diff --git a/clients/client-route53-recovery-readiness/src/runtimeConfig.browser.ts b/clients/client-route53-recovery-readiness/src/runtimeConfig.browser.ts index f72f3d54966f..842586099a89 100644 --- a/clients/client-route53-recovery-readiness/src/runtimeConfig.browser.ts +++ b/clients/client-route53-recovery-readiness/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryReadinessClientConfig } from "./Route53RecoveryReadinessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route53-recovery-readiness/src/runtimeConfig.shared.ts b/clients/client-route53-recovery-readiness/src/runtimeConfig.shared.ts index 9d896c507423..646a22a28914 100644 --- a/clients/client-route53-recovery-readiness/src/runtimeConfig.shared.ts +++ b/clients/client-route53-recovery-readiness/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53RecoveryReadinessClientConfig } from "./Route53RecoveryReadinessClient"; diff --git a/clients/client-route53-recovery-readiness/src/runtimeConfig.ts b/clients/client-route53-recovery-readiness/src/runtimeConfig.ts index 3147220e6755..273fdb4fc4a7 100644 --- a/clients/client-route53-recovery-readiness/src/runtimeConfig.ts +++ b/clients/client-route53-recovery-readiness/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53RecoveryReadinessClientConfig } from "./Route53RecoveryReadinessClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index a1f5a46915f5..b9e9d27de784 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-route53resolver/src/Route53Resolver.ts b/clients/client-route53resolver/src/Route53Resolver.ts index 289559a1d319..da1278ab60d3 100644 --- a/clients/client-route53resolver/src/Route53Resolver.ts +++ b/clients/client-route53resolver/src/Route53Resolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateFirewallRuleGroupCommand, diff --git a/clients/client-route53resolver/src/Route53ResolverClient.ts b/clients/client-route53resolver/src/Route53ResolverClient.ts index a891e106b3f4..883b45e889f3 100644 --- a/clients/client-route53resolver/src/Route53ResolverClient.ts +++ b/clients/client-route53resolver/src/Route53ResolverClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -420,7 +418,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -529,7 +527,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts index b8db11329bac..bc7abeeae5a9 100644 --- a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFirewallRuleGroupRequest, AssociateFirewallRuleGroupResponse } from "../models/models_0"; import { de_AssociateFirewallRuleGroupCommand, se_AssociateFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts index 73f8da85eaae..43b152958a45 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResolverEndpointIpAddressRequest, diff --git a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts index c8d9b4506437..fc13a1f21c97 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResolverQueryLogConfigRequest, AssociateResolverQueryLogConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts index 5f8edf5f2b68..e9f8bcf9da1c 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResolverRuleRequest, AssociateResolverRuleResponse } from "../models/models_0"; import { de_AssociateResolverRuleCommand, se_AssociateResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts index 9a7fc070f09e..018b939b7dc1 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFirewallDomainListRequest, CreateFirewallDomainListResponse } from "../models/models_0"; import { de_CreateFirewallDomainListCommand, se_CreateFirewallDomainListCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts index 78a4fdec05cc..f89228941cc3 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFirewallRuleRequest, CreateFirewallRuleResponse } from "../models/models_0"; import { de_CreateFirewallRuleCommand, se_CreateFirewallRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts index a6b12fa8abcc..8e07f13f4756 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFirewallRuleGroupRequest, CreateFirewallRuleGroupResponse } from "../models/models_0"; import { de_CreateFirewallRuleGroupCommand, se_CreateFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts index 2d456e51fd0a..82025c8794af 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResolverEndpointRequest, CreateResolverEndpointResponse } from "../models/models_0"; import { de_CreateResolverEndpointCommand, se_CreateResolverEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts index 1de5ff1d0a9e..69a96ba49ee0 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResolverQueryLogConfigRequest, CreateResolverQueryLogConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts index ba3c90c41441..5c898ac4e0df 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResolverRuleRequest, CreateResolverRuleResponse } from "../models/models_0"; import { de_CreateResolverRuleCommand, se_CreateResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts index 26f878358bbd..c8da7fe899be 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallDomainListRequest, DeleteFirewallDomainListResponse } from "../models/models_0"; import { de_DeleteFirewallDomainListCommand, se_DeleteFirewallDomainListCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts index f051de4e6409..7e38e99a0494 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallRuleRequest, DeleteFirewallRuleResponse } from "../models/models_0"; import { de_DeleteFirewallRuleCommand, se_DeleteFirewallRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts index 70faea03424c..8de77c11ac11 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallRuleGroupRequest, DeleteFirewallRuleGroupResponse } from "../models/models_0"; import { de_DeleteFirewallRuleGroupCommand, se_DeleteFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts index 41445494568b..8f462c6f1e17 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResolverEndpointRequest, DeleteResolverEndpointResponse } from "../models/models_0"; import { de_DeleteResolverEndpointCommand, se_DeleteResolverEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts index 6ad9e74a0a5e..8d4f871006a0 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResolverQueryLogConfigRequest, DeleteResolverQueryLogConfigResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts index 7a662ff61934..b4a190eabbf9 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResolverRuleRequest, DeleteResolverRuleResponse } from "../models/models_0"; import { de_DeleteResolverRuleCommand, se_DeleteResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts index a3e98394abb9..2446e62d7e4d 100644 --- a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFirewallRuleGroupRequest, DisassociateFirewallRuleGroupResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts index 2753bcb01d4d..e7a15650cfd9 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResolverEndpointIpAddressRequest, diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts index 035478d8d27c..4b663ad72c10 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResolverQueryLogConfigRequest, diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts index 4f96de4e0e3d..2b6f5b355c7a 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResolverRuleRequest, DisassociateResolverRuleResponse } from "../models/models_0"; import { de_DisassociateResolverRuleCommand, se_DisassociateResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts index 38a19cbfba20..7f4c5947c87a 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFirewallConfigRequest, GetFirewallConfigResponse } from "../models/models_0"; import { de_GetFirewallConfigCommand, se_GetFirewallConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts index 5a35847b3125..13d684d76e55 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFirewallDomainListRequest, GetFirewallDomainListResponse } from "../models/models_0"; import { de_GetFirewallDomainListCommand, se_GetFirewallDomainListCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts index 5923eba7ab8b..de53d44c4ead 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFirewallRuleGroupAssociationRequest, GetFirewallRuleGroupAssociationResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts index 6f7f950ef630..22365c849552 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFirewallRuleGroupRequest, GetFirewallRuleGroupResponse } from "../models/models_0"; import { de_GetFirewallRuleGroupCommand, se_GetFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts index 912692b438e2..f4821d24c4e6 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFirewallRuleGroupPolicyRequest, GetFirewallRuleGroupPolicyResponse } from "../models/models_0"; import { de_GetFirewallRuleGroupPolicyCommand, se_GetFirewallRuleGroupPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts index b5b9c364f660..8bf04b17fa04 100644 --- a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverConfigRequest, GetResolverConfigResponse } from "../models/models_0"; import { de_GetResolverConfigCommand, se_GetResolverConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts index e621818716ef..0b90d2893b5f 100644 --- a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverDnssecConfigRequest, GetResolverDnssecConfigResponse } from "../models/models_0"; import { de_GetResolverDnssecConfigCommand, se_GetResolverDnssecConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts index a0dc2198a955..064b91c9ee95 100644 --- a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverEndpointRequest, GetResolverEndpointResponse } from "../models/models_0"; import { de_GetResolverEndpointCommand, se_GetResolverEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts index 9a82eb2e1f3d..dbc66391f737 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverQueryLogConfigAssociationRequest, diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts index 5009a1f2a116..30d4c6055afe 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } from "../models/models_0"; import { de_GetResolverQueryLogConfigCommand, se_GetResolverQueryLogConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts index 849838fc3c74..0735972e09fe 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverQueryLogConfigPolicyRequest, GetResolverQueryLogConfigPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts index 2532b1512d88..41581d265f87 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } from "../models/models_0"; import { de_GetResolverRuleAssociationCommand, se_GetResolverRuleAssociationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts index 97d9df645cc6..db13c8667118 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/models_0"; import { de_GetResolverRuleCommand, se_GetResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts index d9b341d30d96..26226ff581c5 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../models/models_0"; import { de_GetResolverRulePolicyCommand, se_GetResolverRulePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts index f6197ad1e079..e7f5ce828de4 100644 --- a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../models/models_0"; import { de_ImportFirewallDomainsCommand, se_ImportFirewallDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts index 38e2d135fc83..5c33510f8711 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../models/models_0"; import { de_ListFirewallConfigsCommand, se_ListFirewallConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts index 5a276e23c9f5..000d832c8e02 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from "../models/models_0"; import { de_ListFirewallDomainListsCommand, se_ListFirewallDomainListsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts index e86edda0a277..0bee47761e1b 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallDomainsRequest, ListFirewallDomainsResponse } from "../models/models_0"; import { de_ListFirewallDomainsCommand, se_ListFirewallDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts index b9fdfac2255d..e1924acdcbcb 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallRuleGroupAssociationsRequest, diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts index e435b223a8f0..9349984f7696 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallRuleGroupsRequest, ListFirewallRuleGroupsResponse } from "../models/models_0"; import { de_ListFirewallRuleGroupsCommand, se_ListFirewallRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts index e9b7f23263e7..f121469f4659 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFirewallRulesRequest, ListFirewallRulesResponse } from "../models/models_0"; import { de_ListFirewallRulesCommand, se_ListFirewallRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts index 059396f2af6e..61b7705aff5f 100644 --- a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverConfigsRequest, ListResolverConfigsResponse } from "../models/models_0"; import { de_ListResolverConfigsCommand, se_ListResolverConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts index 0fd3f0243919..3cd0581dae49 100644 --- a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverDnssecConfigsRequest, ListResolverDnssecConfigsResponse } from "../models/models_0"; import { de_ListResolverDnssecConfigsCommand, se_ListResolverDnssecConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts index 5bfd5edb7e43..ad69c13b7682 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverEndpointIpAddressesRequest, ListResolverEndpointIpAddressesResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts index 7633a3be2117..4050c8b3d281 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverEndpointsRequest, ListResolverEndpointsResponse } from "../models/models_0"; import { de_ListResolverEndpointsCommand, se_ListResolverEndpointsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts index 6a0c44b2b5dc..55efb464f513 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverQueryLogConfigAssociationsRequest, diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts index 6fae09076d49..92c33b67c5e1 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverQueryLogConfigsRequest, ListResolverQueryLogConfigsResponse } from "../models/models_0"; import { de_ListResolverQueryLogConfigsCommand, se_ListResolverQueryLogConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts index 6e44b1d0d322..ffb0c8edcb4a 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverRuleAssociationsRequest, ListResolverRuleAssociationsResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts index 18fd0e4b30b4..f2a32b75cdb0 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResolverRulesRequest, ListResolverRulesResponse } from "../models/models_0"; import { de_ListResolverRulesCommand, se_ListResolverRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts index 90ed0d4ed50c..9c97461b1f1d 100644 --- a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts index 1847c56ae9ae..32364e92b9bb 100644 --- a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutFirewallRuleGroupPolicyRequest, PutFirewallRuleGroupPolicyResponse } from "../models/models_0"; import { de_PutFirewallRuleGroupPolicyCommand, se_PutFirewallRuleGroupPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts index 99e3039d39db..fdbc53319a24 100644 --- a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResolverQueryLogConfigPolicyRequest, PutResolverQueryLogConfigPolicyResponse } from "../models/models_0"; import { diff --git a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts index cdd48ec0b94c..9588b7a29e63 100644 --- a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResolverRulePolicyRequest, PutResolverRulePolicyResponse } from "../models/models_0"; import { de_PutResolverRulePolicyCommand, se_PutResolverRulePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/TagResourceCommand.ts b/clients/client-route53resolver/src/commands/TagResourceCommand.ts index 80928b4c2fb4..4d1618815f52 100644 --- a/clients/client-route53resolver/src/commands/TagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts index e4885fff31c9..c637dc9bf576 100644 --- a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts index 9ce420dd6894..8f246123903c 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallConfigRequest, UpdateFirewallConfigResponse } from "../models/models_0"; import { de_UpdateFirewallConfigCommand, se_UpdateFirewallConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts index 1ba5d849283f..a54593ec69d5 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallDomainsRequest, UpdateFirewallDomainsResponse } from "../models/models_0"; import { de_UpdateFirewallDomainsCommand, se_UpdateFirewallDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts index 9859f3a54139..d6054329a1b8 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallRuleRequest, UpdateFirewallRuleResponse } from "../models/models_0"; import { de_UpdateFirewallRuleCommand, se_UpdateFirewallRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts index bf8132fa35bc..bf3426522402 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFirewallRuleGroupAssociationRequest, diff --git a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts index bf5e9f9c34d7..a6485f914b7a 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResolverConfigRequest, UpdateResolverConfigResponse } from "../models/models_0"; import { de_UpdateResolverConfigCommand, se_UpdateResolverConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts index 96e39b31df51..4d955cf0f1d9 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResolverDnssecConfigRequest, UpdateResolverDnssecConfigResponse } from "../models/models_0"; import { de_UpdateResolverDnssecConfigCommand, se_UpdateResolverDnssecConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts index c2e7fb171f0f..bc111c306282 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResolverEndpointRequest, UpdateResolverEndpointResponse } from "../models/models_0"; import { de_UpdateResolverEndpointCommand, se_UpdateResolverEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts index c39c840eeed3..860d5f5b80ff 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResolverRuleRequest, UpdateResolverRuleResponse } from "../models/models_0"; import { de_UpdateResolverRuleCommand, se_UpdateResolverRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-route53resolver/src/endpoint/EndpointParameters.ts b/clients/client-route53resolver/src/endpoint/EndpointParameters.ts index 4b878434a0f1..02243f9c09b9 100644 --- a/clients/client-route53resolver/src/endpoint/EndpointParameters.ts +++ b/clients/client-route53resolver/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-route53resolver/src/endpoint/endpointResolver.ts b/clients/client-route53resolver/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-route53resolver/src/endpoint/endpointResolver.ts +++ b/clients/client-route53resolver/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-route53resolver/src/endpoint/ruleset.ts b/clients/client-route53resolver/src/endpoint/ruleset.ts index c93d0ae562e1..165d715b5587 100644 --- a/clients/client-route53resolver/src/endpoint/ruleset.ts +++ b/clients/client-route53resolver/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts b/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts index cd1b2614427e..9bddd2559f1e 100644 --- a/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts +++ b/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-route53resolver/src/models/models_0.ts b/clients/client-route53resolver/src/models/models_0.ts index 4c0c9c912499..bff32eed4a37 100644 --- a/clients/client-route53resolver/src/models/models_0.ts +++ b/clients/client-route53resolver/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException"; diff --git a/clients/client-route53resolver/src/pagination/Interfaces.ts b/clients/client-route53resolver/src/pagination/Interfaces.ts index 70ee2d4a10bc..91ea207e15ac 100644 --- a/clients/client-route53resolver/src/pagination/Interfaces.ts +++ b/clients/client-route53resolver/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { Route53ResolverClient } from "../Route53ResolverClient"; diff --git a/clients/client-route53resolver/src/pagination/ListFirewallConfigsPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallConfigsPaginator.ts index 48b7279f874d..917bf059720d 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallConfigsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallConfigsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListFirewallDomainListsPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallDomainListsPaginator.ts index d37dad6d7192..7cc9b7194952 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallDomainListsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallDomainListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallDomainListsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListFirewallDomainsPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallDomainsPaginator.ts index 6b4255a8c59d..264edc34d41f 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallDomainsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallDomainsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupAssociationsPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupAssociationsPaginator.ts index 702bb52eee3b..e628e11a7b50 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupAssociationsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallRuleGroupAssociationsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupsPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupsPaginator.ts index 32f1f2ad9d70..440949cf8d1b 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallRuleGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallRuleGroupsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListFirewallRulesPaginator.ts b/clients/client-route53resolver/src/pagination/ListFirewallRulesPaginator.ts index 1b27175cae12..b38ddab3f5a9 100644 --- a/clients/client-route53resolver/src/pagination/ListFirewallRulesPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListFirewallRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFirewallRulesCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverConfigsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverConfigsPaginator.ts index f57387b998a6..04e97615f99c 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverConfigsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverConfigsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverDnssecConfigsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverDnssecConfigsPaginator.ts index 397ed72e8329..ec48a849f27c 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverDnssecConfigsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverDnssecConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverDnssecConfigsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverEndpointIpAddressesPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverEndpointIpAddressesPaginator.ts index 087f64b02102..f2dbc3536415 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverEndpointIpAddressesPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverEndpointIpAddressesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverEndpointIpAddressesCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverEndpointsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverEndpointsPaginator.ts index 140fd6bed143..2c7f50121faf 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverEndpointsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverEndpointsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts index 1fdf69f61a2c..28a48311dd48 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverQueryLogConfigAssociationsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigsPaginator.ts index faeef2af371e..0b34471e6165 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverQueryLogConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverQueryLogConfigsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverRuleAssociationsPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverRuleAssociationsPaginator.ts index 7b2f2f00811d..45b6800f9547 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverRuleAssociationsPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverRuleAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverRuleAssociationsCommand, diff --git a/clients/client-route53resolver/src/pagination/ListResolverRulesPaginator.ts b/clients/client-route53resolver/src/pagination/ListResolverRulesPaginator.ts index 376894382e93..eadddbdfa844 100644 --- a/clients/client-route53resolver/src/pagination/ListResolverRulesPaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListResolverRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResolverRulesCommand, diff --git a/clients/client-route53resolver/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-route53resolver/src/pagination/ListTagsForResourcePaginator.ts index 3961d7bf9d0f..8f78a0bd4827 100644 --- a/clients/client-route53resolver/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-route53resolver/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-route53resolver/src/protocols/Aws_json1_1.ts b/clients/client-route53resolver/src/protocols/Aws_json1_1.ts index 8bd03b93fdbd..7f244dce20ee 100644 --- a/clients/client-route53resolver/src/protocols/Aws_json1_1.ts +++ b/clients/client-route53resolver/src/protocols/Aws_json1_1.ts @@ -1,14 +1,18 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, decorateServiceException as __decorateServiceException, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-route53resolver/src/runtimeConfig.browser.ts b/clients/client-route53resolver/src/runtimeConfig.browser.ts index a92c502cb65d..d85c69543500 100644 --- a/clients/client-route53resolver/src/runtimeConfig.browser.ts +++ b/clients/client-route53resolver/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53ResolverClientConfig } from "./Route53ResolverClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-route53resolver/src/runtimeConfig.shared.ts b/clients/client-route53resolver/src/runtimeConfig.shared.ts index 841915b7e855..b4ea07c56bd4 100644 --- a/clients/client-route53resolver/src/runtimeConfig.shared.ts +++ b/clients/client-route53resolver/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { Route53ResolverClientConfig } from "./Route53ResolverClient"; diff --git a/clients/client-route53resolver/src/runtimeConfig.ts b/clients/client-route53resolver/src/runtimeConfig.ts index 74866a0b79e5..8086386d6065 100644 --- a/clients/client-route53resolver/src/runtimeConfig.ts +++ b/clients/client-route53resolver/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { Route53ResolverClientConfig } from "./Route53ResolverClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-rum/package.json b/clients/client-rum/package.json index 506709318283..a745a3c15517 100644 --- a/clients/client-rum/package.json +++ b/clients/client-rum/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-rum/src/RUM.ts b/clients/client-rum/src/RUM.ts index eec4f1f4a97e..7f9daf147591 100644 --- a/clients/client-rum/src/RUM.ts +++ b/clients/client-rum/src/RUM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchCreateRumMetricDefinitionsCommand, diff --git a/clients/client-rum/src/RUMClient.ts b/clients/client-rum/src/RUMClient.ts index ae19e1b23685..4d470852d7de 100644 --- a/clients/client-rum/src/RUMClient.ts +++ b/clients/client-rum/src/RUMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -156,7 +154,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -265,7 +263,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts index bb0e83bedf18..7a5d2a9b0d24 100644 --- a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreateRumMetricDefinitionsRequest, BatchCreateRumMetricDefinitionsResponse } from "../models/models_0"; import { diff --git a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts index 58e2417bcc24..e84957f1775a 100644 --- a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteRumMetricDefinitionsRequest, BatchDeleteRumMetricDefinitionsResponse } from "../models/models_0"; import { diff --git a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts index 7546c6cf18ae..58030b04e78a 100644 --- a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetRumMetricDefinitionsRequest, BatchGetRumMetricDefinitionsResponse } from "../models/models_0"; import { diff --git a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts index 25916a3f0165..a6f0bcd0349e 100644 --- a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppMonitorRequest, CreateAppMonitorResponse } from "../models/models_0"; import { de_CreateAppMonitorCommand, se_CreateAppMonitorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts index cbc090990514..5dccf01320ae 100644 --- a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppMonitorRequest, DeleteAppMonitorResponse } from "../models/models_0"; import { de_DeleteAppMonitorCommand, se_DeleteAppMonitorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts index 8ef211147cb1..31f1e49df613 100644 --- a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRumMetricsDestinationRequest, DeleteRumMetricsDestinationResponse } from "../models/models_0"; import { diff --git a/clients/client-rum/src/commands/GetAppMonitorCommand.ts b/clients/client-rum/src/commands/GetAppMonitorCommand.ts index 6f3575feae88..d1f3aedad8a9 100644 --- a/clients/client-rum/src/commands/GetAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppMonitorRequest, GetAppMonitorResponse } from "../models/models_0"; import { de_GetAppMonitorCommand, se_GetAppMonitorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts index 4a1eeab00adc..ac7d962f769a 100644 --- a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppMonitorDataRequest, GetAppMonitorDataResponse } from "../models/models_0"; import { de_GetAppMonitorDataCommand, se_GetAppMonitorDataCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts index ecf912ca3bfd..cc2a71b189cd 100644 --- a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts +++ b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppMonitorsRequest, ListAppMonitorsResponse } from "../models/models_0"; import { de_ListAppMonitorsCommand, se_ListAppMonitorsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts index 0879d00929e0..41e2f4d46a85 100644 --- a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts +++ b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRumMetricsDestinationsRequest, ListRumMetricsDestinationsResponse } from "../models/models_0"; import { de_ListRumMetricsDestinationsCommand, se_ListRumMetricsDestinationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts index 60db60326b0d..e5f5926e16ff 100644 --- a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/PutRumEventsCommand.ts b/clients/client-rum/src/commands/PutRumEventsCommand.ts index eedfa3b2703d..ca6bab3b0078 100644 --- a/clients/client-rum/src/commands/PutRumEventsCommand.ts +++ b/clients/client-rum/src/commands/PutRumEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutRumEventsRequest, PutRumEventsResponse } from "../models/models_0"; import { de_PutRumEventsCommand, se_PutRumEventsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts index 4189610ac187..0f6b073fd464 100644 --- a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutRumMetricsDestinationRequest, PutRumMetricsDestinationResponse } from "../models/models_0"; import { de_PutRumMetricsDestinationCommand, se_PutRumMetricsDestinationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/TagResourceCommand.ts b/clients/client-rum/src/commands/TagResourceCommand.ts index 76557c1b3276..f90a00f863d1 100644 --- a/clients/client-rum/src/commands/TagResourceCommand.ts +++ b/clients/client-rum/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/UntagResourceCommand.ts b/clients/client-rum/src/commands/UntagResourceCommand.ts index 25b974a08917..e44dd9a5dd7a 100644 --- a/clients/client-rum/src/commands/UntagResourceCommand.ts +++ b/clients/client-rum/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts index 6318b682257e..bd0d17be705c 100644 --- a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppMonitorRequest, UpdateAppMonitorResponse } from "../models/models_0"; import { de_UpdateAppMonitorCommand, se_UpdateAppMonitorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts index d2fd01bf0bf7..9d49b24cb3ed 100644 --- a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts +++ b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRumMetricDefinitionRequest, UpdateRumMetricDefinitionResponse } from "../models/models_0"; import { de_UpdateRumMetricDefinitionCommand, se_UpdateRumMetricDefinitionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-rum/src/endpoint/EndpointParameters.ts b/clients/client-rum/src/endpoint/EndpointParameters.ts index c54bb6127ef7..f9186c71b5fc 100644 --- a/clients/client-rum/src/endpoint/EndpointParameters.ts +++ b/clients/client-rum/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-rum/src/endpoint/endpointResolver.ts b/clients/client-rum/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-rum/src/endpoint/endpointResolver.ts +++ b/clients/client-rum/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-rum/src/endpoint/ruleset.ts b/clients/client-rum/src/endpoint/ruleset.ts index f49cca7d2e6a..3b77cda492e2 100644 --- a/clients/client-rum/src/endpoint/ruleset.ts +++ b/clients/client-rum/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-rum/src/models/RUMServiceException.ts b/clients/client-rum/src/models/RUMServiceException.ts index 68652fda4352..173eb8c87e85 100644 --- a/clients/client-rum/src/models/RUMServiceException.ts +++ b/clients/client-rum/src/models/RUMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-rum/src/models/models_0.ts b/clients/client-rum/src/models/models_0.ts index 2ba021559cbf..4cc6902780ec 100644 --- a/clients/client-rum/src/models/models_0.ts +++ b/clients/client-rum/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { RUMServiceException as __BaseException } from "./RUMServiceException"; diff --git a/clients/client-rum/src/pagination/BatchGetRumMetricDefinitionsPaginator.ts b/clients/client-rum/src/pagination/BatchGetRumMetricDefinitionsPaginator.ts index 20d5cacf2554..a46eb1b069ad 100644 --- a/clients/client-rum/src/pagination/BatchGetRumMetricDefinitionsPaginator.ts +++ b/clients/client-rum/src/pagination/BatchGetRumMetricDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchGetRumMetricDefinitionsCommand, diff --git a/clients/client-rum/src/pagination/GetAppMonitorDataPaginator.ts b/clients/client-rum/src/pagination/GetAppMonitorDataPaginator.ts index 7c69114ecdd9..1ba89cd2bc76 100644 --- a/clients/client-rum/src/pagination/GetAppMonitorDataPaginator.ts +++ b/clients/client-rum/src/pagination/GetAppMonitorDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetAppMonitorDataCommand, diff --git a/clients/client-rum/src/pagination/Interfaces.ts b/clients/client-rum/src/pagination/Interfaces.ts index ed20de7d3f59..7e0034bc8314 100644 --- a/clients/client-rum/src/pagination/Interfaces.ts +++ b/clients/client-rum/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { RUMClient } from "../RUMClient"; diff --git a/clients/client-rum/src/pagination/ListAppMonitorsPaginator.ts b/clients/client-rum/src/pagination/ListAppMonitorsPaginator.ts index ff9c691a1131..c136ea88d73a 100644 --- a/clients/client-rum/src/pagination/ListAppMonitorsPaginator.ts +++ b/clients/client-rum/src/pagination/ListAppMonitorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppMonitorsCommand, diff --git a/clients/client-rum/src/pagination/ListRumMetricsDestinationsPaginator.ts b/clients/client-rum/src/pagination/ListRumMetricsDestinationsPaginator.ts index 0780704cc539..4bd8d64ca1f7 100644 --- a/clients/client-rum/src/pagination/ListRumMetricsDestinationsPaginator.ts +++ b/clients/client-rum/src/pagination/ListRumMetricsDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRumMetricsDestinationsCommand, diff --git a/clients/client-rum/src/protocols/Aws_restJson1.ts b/clients/client-rum/src/protocols/Aws_restJson1.ts index 4584b232051c..d0c9d29e032c 100644 --- a/clients/client-rum/src/protocols/Aws_restJson1.ts +++ b/clients/client-rum/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,14 +21,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchCreateRumMetricDefinitionsCommandInput, diff --git a/clients/client-rum/src/runtimeConfig.browser.ts b/clients/client-rum/src/runtimeConfig.browser.ts index 385f698b8311..e54b78668b4f 100644 --- a/clients/client-rum/src/runtimeConfig.browser.ts +++ b/clients/client-rum/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RUMClientConfig } from "./RUMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-rum/src/runtimeConfig.shared.ts b/clients/client-rum/src/runtimeConfig.shared.ts index 6bc38c2ffedd..6f17856ccbaa 100644 --- a/clients/client-rum/src/runtimeConfig.shared.ts +++ b/clients/client-rum/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { RUMClientConfig } from "./RUMClient"; diff --git a/clients/client-rum/src/runtimeConfig.ts b/clients/client-rum/src/runtimeConfig.ts index 28e3a18cb1b1..46ed49fb2094 100644 --- a/clients/client-rum/src/runtimeConfig.ts +++ b/clients/client-rum/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RUMClientConfig } from "./RUMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index 7bcddc0768e8..e73e3a419c00 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -24,50 +24,51 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-blob-browser": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/hash-stream-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/md5-js": "*", - "@aws-sdk/middleware-apply-body-checksum": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-s3-control": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", "@aws-sdk/xml-builder": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-blob-browser": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/hash-stream-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/md5-js": "^1.0.1", + "@smithy/middleware-apply-body-checksum": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/mocha": "^8.0.4", "@types/node": "^14.14.31", diff --git a/clients/client-s3-control/src/S3Control.ts b/clients/client-s3-control/src/S3Control.ts index 4502a1824a08..1d96c907ffdb 100644 --- a/clients/client-s3-control/src/S3Control.ts +++ b/clients/client-s3-control/src/S3Control.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAccessPointCommand, diff --git a/clients/client-s3-control/src/S3ControlClient.ts b/clients/client-s3-control/src/S3ControlClient.ts index cdb15d386edd..96abf91c1459 100644 --- a/clients/client-s3-control/src/S3ControlClient.ts +++ b/clients/client-s3-control/src/S3ControlClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getHostPrefixDeduplicationPlugin, resolveS3ControlConfig, @@ -29,33 +25,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { Readable } from "stream"; @@ -413,7 +411,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -536,7 +534,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ md5?: __ChecksumConstructor | __HashConstructor; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts index c85659bd31c5..7290227ceb0d 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/models_0"; import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts index f8af003a7469..96c970df0ae5 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessPointForObjectLambdaRequest, CreateAccessPointForObjectLambdaResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/CreateBucketCommand.ts b/clients/client-s3-control/src/commands/CreateBucketCommand.ts index 475630191b02..6e589bc077e5 100644 --- a/clients/client-s3-control/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3-control/src/commands/CreateBucketCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBucketRequest, CreateBucketResult } from "../models/models_0"; import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/CreateJobCommand.ts b/clients/client-s3-control/src/commands/CreateJobCommand.ts index 4beb1004b8af..3f2e625a073b 100644 --- a/clients/client-s3-control/src/commands/CreateJobCommand.ts +++ b/clients/client-s3-control/src/commands/CreateJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateJobRequest, CreateJobResult } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts index e97582701130..914bdb03b80e 100644 --- a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMultiRegionAccessPointRequest, CreateMultiRegionAccessPointResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts index 1b181015d060..cc65d96932ce 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessPointRequest } from "../models/models_0"; import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts index 41bf8804ab9d..1747efbe9cec 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessPointForObjectLambdaRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts index de300d8c09cd..617c881bc370 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessPointPolicyRequest } from "../models/models_0"; import { de_DeleteAccessPointPolicyCommand, se_DeleteAccessPointPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts index c25bec90bdd0..ac3bff0916fb 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessPointPolicyForObjectLambdaRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts index 4c23ad2cb0ea..6426821d4137 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketRequest } from "../models/models_0"; import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts index a7704f6d2bfb..0c119160ce10 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketLifecycleConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts index 15e4d9f2c9da..2c2fc9be3e84 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketPolicyRequest } from "../models/models_0"; import { de_DeleteBucketPolicyCommand, se_DeleteBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts index f4129e9037c0..edb9a9dcc16b 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketReplicationRequest } from "../models/models_0"; import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts index 3289828ed608..69e81af2069b 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBucketTaggingRequest } from "../models/models_0"; import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts index 95d4bfaa73d8..231c6c7f3c11 100644 --- a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/models_0"; import { de_DeleteJobTaggingCommand, se_DeleteJobTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts index 03fb63a38d6c..6fae948b65b4 100644 --- a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMultiRegionAccessPointRequest, DeleteMultiRegionAccessPointResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts index 8e95374ca8c0..66befb878440 100644 --- a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePublicAccessBlockRequest } from "../models/models_0"; import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts index 68714685a9dc..bbbc7388ca7f 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStorageLensConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts index 0d843cce5ae8..7da353994d29 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStorageLensConfigurationTaggingRequest, diff --git a/clients/client-s3-control/src/commands/DescribeJobCommand.ts b/clients/client-s3-control/src/commands/DescribeJobCommand.ts index 8acf6cf0205d..67979ccdd36c 100644 --- a/clients/client-s3-control/src/commands/DescribeJobCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeJobCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeJobRequest, DescribeJobResult } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts index ab6f98a00958..7652a41058dd 100644 --- a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMultiRegionAccessPointOperationRequest, diff --git a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts index 8e675886013e..a4545059e76d 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointRequest, GetAccessPointResult } from "../models/models_0"; import { de_GetAccessPointCommand, se_GetAccessPointCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts index 577c549cd21b..e768b1a0328c 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointConfigurationForObjectLambdaRequest, diff --git a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts index 721c8614e96d..74b864573125 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointForObjectLambdaRequest, GetAccessPointForObjectLambdaResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts index 04e745f8315b..aa39b1e843cf 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointPolicyRequest, GetAccessPointPolicyResult } from "../models/models_0"; import { de_GetAccessPointPolicyCommand, se_GetAccessPointPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts index 9d59d02a83a5..eed64c1420c0 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointPolicyForObjectLambdaRequest, diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts index 3668ba5b21b7..076d7ef344a8 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointPolicyStatusRequest, GetAccessPointPolicyStatusResult } from "../models/models_0"; import { de_GetAccessPointPolicyStatusCommand, se_GetAccessPointPolicyStatusCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts index 109c1a305990..81377e828548 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessPointPolicyStatusForObjectLambdaRequest, diff --git a/clients/client-s3-control/src/commands/GetBucketCommand.ts b/clients/client-s3-control/src/commands/GetBucketCommand.ts index 070f3cec8d3d..bea138b19f38 100644 --- a/clients/client-s3-control/src/commands/GetBucketCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketRequest, GetBucketResult } from "../models/models_0"; import { de_GetBucketCommand, se_GetBucketCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts index 498239c45e8e..34b5aeced11a 100644 --- a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketLifecycleConfigurationRequest, GetBucketLifecycleConfigurationResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts index dd3408e16245..1cd38063174f 100644 --- a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketPolicyRequest, GetBucketPolicyResult } from "../models/models_0"; import { de_GetBucketPolicyCommand, se_GetBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts index e8b4da5eb68f..3fdd33325f47 100644 --- a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketReplicationRequest, GetBucketReplicationResult } from "../models/models_0"; import { de_GetBucketReplicationCommand, se_GetBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts index 710fcaae9359..22ba76bba642 100644 --- a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketTaggingRequest, GetBucketTaggingResult } from "../models/models_0"; import { de_GetBucketTaggingCommand, se_GetBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts index 2891debf76a7..83658ab3d4a0 100644 --- a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBucketVersioningRequest, GetBucketVersioningResult } from "../models/models_0"; import { de_GetBucketVersioningCommand, se_GetBucketVersioningCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts index 12085b9bbad4..a3afea6d9465 100644 --- a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJobTaggingRequest, GetJobTaggingResult } from "../models/models_0"; import { de_GetJobTaggingCommand, se_GetJobTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts index 75de190f3032..5267efe27c57 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMultiRegionAccessPointRequest, GetMultiRegionAccessPointResult } from "../models/models_0"; import { de_GetMultiRegionAccessPointCommand, se_GetMultiRegionAccessPointCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts index f6d31b354d47..281755f4c519 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMultiRegionAccessPointPolicyRequest, GetMultiRegionAccessPointPolicyResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts index f981b281c8f8..ceb92f35eac4 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMultiRegionAccessPointPolicyStatusRequest, diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts index 9922150027fc..56022b1d6f19 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMultiRegionAccessPointRoutesRequest, GetMultiRegionAccessPointRoutesResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts index ffcdbe78571b..f1ddd19320bf 100644 --- a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0"; import { de_GetPublicAccessBlockCommand, se_GetPublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts index e27e44bba3b8..840ccce80b62 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStorageLensConfigurationRequest, GetStorageLensConfigurationResult } from "../models/models_0"; import { de_GetStorageLensConfigurationCommand, se_GetStorageLensConfigurationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts index 3d803133ec4b..c39263584867 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetStorageLensConfigurationTaggingRequest, diff --git a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts index 286ec78113de..afb60002d6c4 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessPointsRequest, ListAccessPointsResult } from "../models/models_0"; import { de_ListAccessPointsCommand, se_ListAccessPointsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts index f19ddc4f48f9..e31f6d7a94f9 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessPointsForObjectLambdaRequest, ListAccessPointsForObjectLambdaResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/ListJobsCommand.ts b/clients/client-s3-control/src/commands/ListJobsCommand.ts index 6e223ac4d0da..11fced63e09f 100644 --- a/clients/client-s3-control/src/commands/ListJobsCommand.ts +++ b/clients/client-s3-control/src/commands/ListJobsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts index 09b1dca394c2..d24ccc931f08 100644 --- a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_0"; import { de_ListMultiRegionAccessPointsCommand, se_ListMultiRegionAccessPointsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts index 6bcfcbae93b6..3543afad034c 100644 --- a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts +++ b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_0"; import { de_ListRegionalBucketsCommand, se_ListRegionalBucketsCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts index 22983a8cd03d..60fcfa8474be 100644 --- a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts +++ b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts index 0ef2a5acf5e3..27403152a16d 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts index 6c71eb8b5df4..07f0a3ade94b 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccessPointPolicyRequest } from "../models/models_0"; import { de_PutAccessPointPolicyCommand, se_PutAccessPointPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts index b8d285b6173a..0290a8f19fb0 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts index 541751f1a71d..c39e1e79ee60 100644 --- a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketLifecycleConfigurationRequest } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts index dc4e3c1dee91..281024acea0f 100644 --- a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketPolicyRequest } from "../models/models_0"; import { de_PutBucketPolicyCommand, se_PutBucketPolicyCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts index 938426d12b96..d020b9a6ba8d 100644 --- a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketReplicationRequest } from "../models/models_0"; import { de_PutBucketReplicationCommand, se_PutBucketReplicationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts index a72e5cc67189..0bd8100c64dd 100644 --- a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketTaggingRequest } from "../models/models_0"; import { de_PutBucketTaggingCommand, se_PutBucketTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts index 5b9642c0a050..a2e4d485c1d5 100644 --- a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutBucketVersioningRequest } from "../models/models_0"; import { de_PutBucketVersioningCommand, se_PutBucketVersioningCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts index 5a99f307f8c6..a28095c3fcbc 100644 --- a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0"; import { de_PutJobTaggingCommand, se_PutJobTaggingCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts index ce106065443e..ef9b0729897e 100644 --- a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutMultiRegionAccessPointPolicyRequest, PutMultiRegionAccessPointPolicyResult } from "../models/models_0"; import { diff --git a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts index 1f6a54fc9ae0..228b33f401e1 100644 --- a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPublicAccessBlockRequest } from "../models/models_0"; import { de_PutPublicAccessBlockCommand, se_PutPublicAccessBlockCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts index e3bbba011e36..8399dc1301cb 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutStorageLensConfigurationRequest } from "../models/models_0"; import { de_PutStorageLensConfigurationCommand, se_PutStorageLensConfigurationCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts index 1e75e469d3df..71c60c9c45c3 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutStorageLensConfigurationTaggingRequest, diff --git a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts index baf8e2b7a01f..a0bce5241fa7 100644 --- a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SubmitMultiRegionAccessPointRoutesRequest, diff --git a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts index 0ad83248eed8..9047344d60c9 100644 --- a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_0"; import { de_UpdateJobPriorityCommand, se_UpdateJobPriorityCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts index e3cffdd18548..bcadaf50e011 100644 --- a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_0"; import { de_UpdateJobStatusCommand, se_UpdateJobStatusCommand } from "../protocols/Aws_restXml"; diff --git a/clients/client-s3-control/src/endpoint/EndpointParameters.ts b/clients/client-s3-control/src/endpoint/EndpointParameters.ts index b475693cdfe4..7af8f27824f2 100644 --- a/clients/client-s3-control/src/endpoint/EndpointParameters.ts +++ b/clients/client-s3-control/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-s3-control/src/endpoint/endpointResolver.ts b/clients/client-s3-control/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-s3-control/src/endpoint/endpointResolver.ts +++ b/clients/client-s3-control/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-s3-control/src/endpoint/ruleset.ts b/clients/client-s3-control/src/endpoint/ruleset.ts index bb758b93ac39..51dcd164d359 100644 --- a/clients/client-s3-control/src/endpoint/ruleset.ts +++ b/clients/client-s3-control/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-s3-control/src/models/S3ControlServiceException.ts b/clients/client-s3-control/src/models/S3ControlServiceException.ts index 8d2fb539b6d1..07bc8129d76f 100644 --- a/clients/client-s3-control/src/models/S3ControlServiceException.ts +++ b/clients/client-s3-control/src/models/S3ControlServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-s3-control/src/models/models_0.ts b/clients/client-s3-control/src/models/models_0.ts index 969892a29592..2f7902d2ba23 100644 --- a/clients/client-s3-control/src/models/models_0.ts +++ b/clients/client-s3-control/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException"; diff --git a/clients/client-s3-control/src/pagination/Interfaces.ts b/clients/client-s3-control/src/pagination/Interfaces.ts index 522ad5f6eca9..75f84ec38d41 100644 --- a/clients/client-s3-control/src/pagination/Interfaces.ts +++ b/clients/client-s3-control/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { S3ControlClient } from "../S3ControlClient"; diff --git a/clients/client-s3-control/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts b/clients/client-s3-control/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts index 1e1b69e00a41..c9e34cb89b72 100644 --- a/clients/client-s3-control/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessPointsForObjectLambdaCommand, diff --git a/clients/client-s3-control/src/pagination/ListAccessPointsPaginator.ts b/clients/client-s3-control/src/pagination/ListAccessPointsPaginator.ts index a3c77afc829d..dad381bf87d4 100644 --- a/clients/client-s3-control/src/pagination/ListAccessPointsPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListAccessPointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessPointsCommand, diff --git a/clients/client-s3-control/src/pagination/ListJobsPaginator.ts b/clients/client-s3-control/src/pagination/ListJobsPaginator.ts index ef3e24871c17..f5b7d8a62950 100644 --- a/clients/client-s3-control/src/pagination/ListJobsPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { S3ControlClient } from "../S3ControlClient"; diff --git a/clients/client-s3-control/src/pagination/ListMultiRegionAccessPointsPaginator.ts b/clients/client-s3-control/src/pagination/ListMultiRegionAccessPointsPaginator.ts index 43abee7b3231..1d618b548b66 100644 --- a/clients/client-s3-control/src/pagination/ListMultiRegionAccessPointsPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListMultiRegionAccessPointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMultiRegionAccessPointsCommand, diff --git a/clients/client-s3-control/src/pagination/ListRegionalBucketsPaginator.ts b/clients/client-s3-control/src/pagination/ListRegionalBucketsPaginator.ts index c46d8b97fbe7..73fa2c6f3057 100644 --- a/clients/client-s3-control/src/pagination/ListRegionalBucketsPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListRegionalBucketsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRegionalBucketsCommand, diff --git a/clients/client-s3-control/src/pagination/ListStorageLensConfigurationsPaginator.ts b/clients/client-s3-control/src/pagination/ListStorageLensConfigurationsPaginator.ts index db1b6996e413..da910fbb873c 100644 --- a/clients/client-s3-control/src/pagination/ListStorageLensConfigurationsPaginator.ts +++ b/clients/client-s3-control/src/pagination/ListStorageLensConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStorageLensConfigurationsCommand, diff --git a/clients/client-s3-control/src/protocols/Aws_restXml.ts b/clients/client-s3-control/src/protocols/Aws_restXml.ts index f59d1a71ea2a..715432228be0 100644 --- a/clients/client-s3-control/src/protocols/Aws_restXml.ts +++ b/clients/client-s3-control/src/protocols/Aws_restXml.ts @@ -1,4 +1,10 @@ // smithy-typescript generated code +import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -17,15 +23,12 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/clients/client-s3-control/src/runtimeConfig.browser.ts b/clients/client-s3-control/src/runtimeConfig.browser.ts index 0bcaa18eeca3..3d4b4266c291 100644 --- a/clients/client-s3-control/src/runtimeConfig.browser.ts +++ b/clients/client-s3-control/src/runtimeConfig.browser.ts @@ -3,18 +3,18 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { blobHasher as streamHasher } from "@aws-sdk/hash-blob-browser"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { Md5 } from "@aws-sdk/md5-js"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { blobHasher as streamHasher } from "@smithy/hash-blob-browser"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { Md5 } from "@smithy/md5-js"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3ControlClientConfig } from "./S3ControlClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-s3-control/src/runtimeConfig.shared.ts b/clients/client-s3-control/src/runtimeConfig.shared.ts index 38e0c2373f84..ae190ad2662d 100644 --- a/clients/client-s3-control/src/runtimeConfig.shared.ts +++ b/clients/client-s3-control/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { S3ControlClientConfig } from "./S3ControlClient"; diff --git a/clients/client-s3-control/src/runtimeConfig.ts b/clients/client-s3-control/src/runtimeConfig.ts index dfe0c424017a..6c752749c6a1 100644 --- a/clients/client-s3-control/src/runtimeConfig.ts +++ b/clients/client-s3-control/src/runtimeConfig.ts @@ -3,27 +3,27 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { fileStreamHasher as streamHasher } from "@aws-sdk/hash-stream-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { fileStreamHasher as streamHasher } from "@smithy/hash-stream-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@smithy/types"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3ControlClientConfig } from "./S3ControlClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index caecd6f6451a..a1273182c586 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-s3outposts/src/S3Outposts.ts b/clients/client-s3outposts/src/S3Outposts.ts index a1f79bd98887..59606472c246 100644 --- a/clients/client-s3outposts/src/S3Outposts.ts +++ b/clients/client-s3outposts/src/S3Outposts.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateEndpointCommand, diff --git a/clients/client-s3outposts/src/S3OutpostsClient.ts b/clients/client-s3outposts/src/S3OutpostsClient.ts index c04b81b3c16f..c8fee6727347 100644 --- a/clients/client-s3outposts/src/S3OutpostsClient.ts +++ b/clients/client-s3outposts/src/S3OutpostsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand"; @@ -99,7 +97,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -208,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts index 737d51fa3655..76a0de86a71f 100644 --- a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointRequest, CreateEndpointResult } from "../models/models_0"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts index 55a6266f49f6..a5a0dfbdd997 100644 --- a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointRequest } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts index 18297b613187..a81c38d30fa1 100644 --- a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEndpointsRequest, ListEndpointsResult } from "../models/models_0"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts index 0d6053eb1b4d..ae7b00944529 100644 --- a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts +++ b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOutpostsWithS3Request, ListOutpostsWithS3Result } from "../models/models_0"; import { de_ListOutpostsWithS3Command, se_ListOutpostsWithS3Command } from "../protocols/Aws_restJson1"; diff --git a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts index 221ac3098270..3d62d67f30a0 100644 --- a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSharedEndpointsRequest, ListSharedEndpointsResult } from "../models/models_0"; import { de_ListSharedEndpointsCommand, se_ListSharedEndpointsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-s3outposts/src/endpoint/EndpointParameters.ts b/clients/client-s3outposts/src/endpoint/EndpointParameters.ts index 11b00cf303eb..c839096571a2 100644 --- a/clients/client-s3outposts/src/endpoint/EndpointParameters.ts +++ b/clients/client-s3outposts/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-s3outposts/src/endpoint/endpointResolver.ts b/clients/client-s3outposts/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-s3outposts/src/endpoint/endpointResolver.ts +++ b/clients/client-s3outposts/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-s3outposts/src/endpoint/ruleset.ts b/clients/client-s3outposts/src/endpoint/ruleset.ts index fd4cc56718a9..dfbf7fef9b92 100644 --- a/clients/client-s3outposts/src/endpoint/ruleset.ts +++ b/clients/client-s3outposts/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts b/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts index 30dd2757eb6a..62366917f10a 100644 --- a/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts +++ b/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-s3outposts/src/models/models_0.ts b/clients/client-s3outposts/src/models/models_0.ts index c7f1f4bda1c4..f9140a5e1aa5 100644 --- a/clients/client-s3outposts/src/models/models_0.ts +++ b/clients/client-s3outposts/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { S3OutpostsServiceException as __BaseException } from "./S3OutpostsServiceException"; diff --git a/clients/client-s3outposts/src/pagination/Interfaces.ts b/clients/client-s3outposts/src/pagination/Interfaces.ts index 20d590259e34..21fe6aa55eff 100644 --- a/clients/client-s3outposts/src/pagination/Interfaces.ts +++ b/clients/client-s3outposts/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { S3OutpostsClient } from "../S3OutpostsClient"; diff --git a/clients/client-s3outposts/src/pagination/ListEndpointsPaginator.ts b/clients/client-s3outposts/src/pagination/ListEndpointsPaginator.ts index 1cf5d79a28d6..58d571eb915a 100644 --- a/clients/client-s3outposts/src/pagination/ListEndpointsPaginator.ts +++ b/clients/client-s3outposts/src/pagination/ListEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointsCommand, diff --git a/clients/client-s3outposts/src/pagination/ListOutpostsWithS3Paginator.ts b/clients/client-s3outposts/src/pagination/ListOutpostsWithS3Paginator.ts index 515ae5433f1c..b042ad2606bb 100644 --- a/clients/client-s3outposts/src/pagination/ListOutpostsWithS3Paginator.ts +++ b/clients/client-s3outposts/src/pagination/ListOutpostsWithS3Paginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOutpostsWithS3Command, diff --git a/clients/client-s3outposts/src/pagination/ListSharedEndpointsPaginator.ts b/clients/client-s3outposts/src/pagination/ListSharedEndpointsPaginator.ts index 31f83f1a3d73..7b889773b485 100644 --- a/clients/client-s3outposts/src/pagination/ListSharedEndpointsPaginator.ts +++ b/clients/client-s3outposts/src/pagination/ListSharedEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSharedEndpointsCommand, diff --git a/clients/client-s3outposts/src/protocols/Aws_restJson1.ts b/clients/client-s3outposts/src/protocols/Aws_restJson1.ts index 373b11861465..ddcf6e38bf61 100644 --- a/clients/client-s3outposts/src/protocols/Aws_restJson1.ts +++ b/clients/client-s3outposts/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand"; import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand"; diff --git a/clients/client-s3outposts/src/runtimeConfig.browser.ts b/clients/client-s3outposts/src/runtimeConfig.browser.ts index 92a441aaab44..769a4ce18952 100644 --- a/clients/client-s3outposts/src/runtimeConfig.browser.ts +++ b/clients/client-s3outposts/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3OutpostsClientConfig } from "./S3OutpostsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-s3outposts/src/runtimeConfig.shared.ts b/clients/client-s3outposts/src/runtimeConfig.shared.ts index 72bbaf8f9041..e9cececf9acf 100644 --- a/clients/client-s3outposts/src/runtimeConfig.shared.ts +++ b/clients/client-s3outposts/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { S3OutpostsClientConfig } from "./S3OutpostsClient"; diff --git a/clients/client-s3outposts/src/runtimeConfig.ts b/clients/client-s3outposts/src/runtimeConfig.ts index 666fc1956c75..86ed75754012 100644 --- a/clients/client-s3outposts/src/runtimeConfig.ts +++ b/clients/client-s3outposts/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { S3OutpostsClientConfig } from "./S3OutpostsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index 4923f31b1f5c..74c9c2525641 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntime.ts b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntime.ts index 6b412cacad92..02856d6597f0 100644 --- a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntime.ts +++ b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteHumanLoopCommand, diff --git a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts index 16fee8be5982..b69118eb41bc 100644 --- a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts +++ b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "./commands/DeleteHumanLoopCommand"; @@ -96,7 +94,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -205,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts index 8f1c29fc8b85..4c67b54bbb8c 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHumanLoopRequest, DeleteHumanLoopResponse } from "../models/models_0"; import { de_DeleteHumanLoopCommand, se_DeleteHumanLoopCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts index 9828d7a1a4b0..09070413e9d1 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHumanLoopRequest, DescribeHumanLoopResponse } from "../models/models_0"; import { de_DescribeHumanLoopCommand, se_DescribeHumanLoopCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts index bf75f12df915..de239010ecd0 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHumanLoopsRequest, ListHumanLoopsResponse } from "../models/models_0"; import { de_ListHumanLoopsCommand, se_ListHumanLoopsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts index de524732dfcb..1d86f7004b65 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartHumanLoopRequest, StartHumanLoopResponse } from "../models/models_0"; import { de_StartHumanLoopCommand, se_StartHumanLoopCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts index f6a5f906d211..ef952bdfe64b 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopHumanLoopRequest, StopHumanLoopResponse } from "../models/models_0"; import { de_StopHumanLoopCommand, se_StopHumanLoopCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-a2i-runtime/src/endpoint/EndpointParameters.ts index 5e737a032963..88ee661a4f9a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-a2i-runtime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-a2i-runtime/src/endpoint/ruleset.ts b/clients/client-sagemaker-a2i-runtime/src/endpoint/ruleset.ts index 1f968e51aaea..24e0b3d264f3 100644 --- a/clients/client-sagemaker-a2i-runtime/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-a2i-runtime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts b/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts index ce409c749b7e..5d02e4cfcca6 100644 --- a/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts +++ b/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-a2i-runtime/src/models/models_0.ts b/clients/client-sagemaker-a2i-runtime/src/models/models_0.ts index 6727a9bdb408..ff6dc1827e60 100644 --- a/clients/client-sagemaker-a2i-runtime/src/models/models_0.ts +++ b/clients/client-sagemaker-a2i-runtime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SageMakerA2IRuntimeServiceException as __BaseException } from "./SageMakerA2IRuntimeServiceException"; diff --git a/clients/client-sagemaker-a2i-runtime/src/pagination/Interfaces.ts b/clients/client-sagemaker-a2i-runtime/src/pagination/Interfaces.ts index 9c8e2f3833e0..308b9d3e4318 100644 --- a/clients/client-sagemaker-a2i-runtime/src/pagination/Interfaces.ts +++ b/clients/client-sagemaker-a2i-runtime/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SageMakerA2IRuntimeClient } from "../SageMakerA2IRuntimeClient"; diff --git a/clients/client-sagemaker-a2i-runtime/src/pagination/ListHumanLoopsPaginator.ts b/clients/client-sagemaker-a2i-runtime/src/pagination/ListHumanLoopsPaginator.ts index db72636682a9..31615ebc7a1a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/pagination/ListHumanLoopsPaginator.ts +++ b/clients/client-sagemaker-a2i-runtime/src/pagination/ListHumanLoopsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHumanLoopsCommand, diff --git a/clients/client-sagemaker-a2i-runtime/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-a2i-runtime/src/protocols/Aws_restJson1.ts index 7e4bd0d5b118..3ce2af18d310 100644 --- a/clients/client-sagemaker-a2i-runtime/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-a2i-runtime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHumanLoopCommandInput, DeleteHumanLoopCommandOutput } from "../commands/DeleteHumanLoopCommand"; import { DescribeHumanLoopCommandInput, DescribeHumanLoopCommandOutput } from "../commands/DescribeHumanLoopCommand"; diff --git a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.browser.ts b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.browser.ts index 2a533fdf58bd..1744783faa05 100644 --- a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerA2IRuntimeClientConfig } from "./SageMakerA2IRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.shared.ts b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.shared.ts index f65dd4068cd3..c84ccb661975 100644 --- a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerA2IRuntimeClientConfig } from "./SageMakerA2IRuntimeClient"; diff --git a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.ts b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.ts index ebac10978473..691d073f1cdc 100644 --- a/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.ts +++ b/clients/client-sagemaker-a2i-runtime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerA2IRuntimeClientConfig } from "./SageMakerA2IRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index 2b1394eae7a7..b4994728362e 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sagemaker-edge/src/SagemakerEdge.ts b/clients/client-sagemaker-edge/src/SagemakerEdge.ts index e049c32e19e4..465b36327e16 100644 --- a/clients/client-sagemaker-edge/src/SagemakerEdge.ts +++ b/clients/client-sagemaker-edge/src/SagemakerEdge.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetDeploymentsCommand, diff --git a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts index 3b014ade0d6a..faf64cc2e37b 100644 --- a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts +++ b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand"; @@ -93,7 +91,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -202,7 +200,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts index c64c74028af7..64c498509563 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeploymentsRequest, GetDeploymentsResult } from "../models/models_0"; import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts index 95ea18bf7749..948cdcf16fca 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeviceRegistrationRequest, GetDeviceRegistrationResult } from "../models/models_0"; import { de_GetDeviceRegistrationCommand, se_GetDeviceRegistrationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts index 8c76cc7d492c..66f7a5a54f71 100644 --- a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendHeartbeatRequest } from "../models/models_0"; import { de_SendHeartbeatCommand, se_SendHeartbeatCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-edge/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-edge/src/endpoint/EndpointParameters.ts index 5e737a032963..88ee661a4f9a 100644 --- a/clients/client-sagemaker-edge/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-edge/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-edge/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-edge/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-edge/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-edge/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-edge/src/endpoint/ruleset.ts b/clients/client-sagemaker-edge/src/endpoint/ruleset.ts index 5863a6d556da..3588bf990acd 100644 --- a/clients/client-sagemaker-edge/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-edge/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts b/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts index 2d4c5c2fbd65..c0170134abc5 100644 --- a/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts +++ b/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-edge/src/models/models_0.ts b/clients/client-sagemaker-edge/src/models/models_0.ts index 0b68f5d31e81..bdcd16153664 100644 --- a/clients/client-sagemaker-edge/src/models/models_0.ts +++ b/clients/client-sagemaker-edge/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SagemakerEdgeServiceException as __BaseException } from "./SagemakerEdgeServiceException"; diff --git a/clients/client-sagemaker-edge/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-edge/src/protocols/Aws_restJson1.ts index 549aee50bd53..f049b8f43e03 100644 --- a/clients/client-sagemaker-edge/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-edge/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand"; import { diff --git a/clients/client-sagemaker-edge/src/runtimeConfig.browser.ts b/clients/client-sagemaker-edge/src/runtimeConfig.browser.ts index 7edae561d949..204b6d49acbe 100644 --- a/clients/client-sagemaker-edge/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-edge/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-edge/src/runtimeConfig.shared.ts b/clients/client-sagemaker-edge/src/runtimeConfig.shared.ts index 5759ac363076..91b56ce9739b 100644 --- a/clients/client-sagemaker-edge/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-edge/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient"; diff --git a/clients/client-sagemaker-edge/src/runtimeConfig.ts b/clients/client-sagemaker-edge/src/runtimeConfig.ts index 4efb4a1cadbd..8abaa71cc7ca 100644 --- a/clients/client-sagemaker-edge/src/runtimeConfig.ts +++ b/clients/client-sagemaker-edge/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index 39cdcdc91075..5dfff497103c 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntime.ts b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntime.ts index a812b1104cf8..c2eca45a50d4 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntime.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetRecordCommand, diff --git a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts index 5de2729bd084..e8fbc097f5ca 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetRecordCommandInput, BatchGetRecordCommandOutput } from "./commands/BatchGetRecordCommand"; @@ -93,7 +91,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -202,7 +200,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts index 72673b284930..46adfd32e656 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetRecordRequest, BatchGetRecordResponse } from "../models/models_0"; import { de_BatchGetRecordCommand, se_BatchGetRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts index 06cdabfff03a..8ccaee99459f 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRecordRequest } from "../models/models_0"; import { de_DeleteRecordCommand, se_DeleteRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts index fb3cffb37288..7da91f5594c9 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecordRequest, GetRecordResponse } from "../models/models_0"; import { de_GetRecordCommand, se_GetRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts index e94fb4e1b276..675f1259bcd7 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutRecordRequest } from "../models/models_0"; import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoint/EndpointParameters.ts index 5e737a032963..88ee661a4f9a 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/endpoint/ruleset.ts b/clients/client-sagemaker-featurestore-runtime/src/endpoint/ruleset.ts index d609e226f82c..0e251cbcd6be 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts b/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts index 493bd9685bcb..6531e9acf419 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-featurestore-runtime/src/models/models_0.ts b/clients/client-sagemaker-featurestore-runtime/src/models/models_0.ts index 0ce240aaa59f..f83d4aee7259 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/models/models_0.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SageMakerFeatureStoreRuntimeServiceException as __BaseException } from "./SageMakerFeatureStoreRuntimeServiceException"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-featurestore-runtime/src/protocols/Aws_restJson1.ts index bb37dfc866a0..8f78cea16139 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetRecordCommandInput, BatchGetRecordCommandOutput } from "../commands/BatchGetRecordCommand"; import { DeleteRecordCommandInput, DeleteRecordCommandOutput } from "../commands/DeleteRecordCommand"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.browser.ts b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.browser.ts index 490202a8d958..33b14388b644 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.shared.ts b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.shared.ts index aec973d97d73..c8144291bdb8 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.ts b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.ts index b81575465527..f16c121566f8 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerFeatureStoreRuntimeClientConfig } from "./SageMakerFeatureStoreRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-geospatial/package.json b/clients/client-sagemaker-geospatial/package.json index 87d07616d38e..7988c16eff1d 100644 --- a/clients/client-sagemaker-geospatial/package.json +++ b/clients/client-sagemaker-geospatial/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-sagemaker-geospatial/src/SageMakerGeospatial.ts b/clients/client-sagemaker-geospatial/src/SageMakerGeospatial.ts index 0c58443c2721..c7dbb1ea7c4c 100644 --- a/clients/client-sagemaker-geospatial/src/SageMakerGeospatial.ts +++ b/clients/client-sagemaker-geospatial/src/SageMakerGeospatial.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteEarthObservationJobCommand, diff --git a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts index 593adff9f5f7..a791935def4f 100644 --- a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts +++ b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -187,7 +185,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -296,7 +294,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts index ccbae0ece991..020967fbe7b2 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEarthObservationJobInput, DeleteEarthObservationJobOutput } from "../models/models_0"; import { de_DeleteEarthObservationJobCommand, se_DeleteEarthObservationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts index 69797aa7fd10..426c197ae144 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVectorEnrichmentJobInput, DeleteVectorEnrichmentJobOutput } from "../models/models_0"; import { de_DeleteVectorEnrichmentJobCommand, se_DeleteVectorEnrichmentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts index 37b31bcecda7..84d4be63d347 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportEarthObservationJobInput, ExportEarthObservationJobOutput } from "../models/models_0"; import { de_ExportEarthObservationJobCommand, se_ExportEarthObservationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts index f1b9c8f23a7e..ac801ab9d1cd 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportVectorEnrichmentJobInput, ExportVectorEnrichmentJobOutput } from "../models/models_0"; import { de_ExportVectorEnrichmentJobCommand, se_ExportVectorEnrichmentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts index ec5034f0ec73..b8c5fa6c0779 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEarthObservationJobInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts index 3f44f77a53e1..2a86577876d6 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRasterDataCollectionInput, GetRasterDataCollectionOutput } from "../models/models_0"; import { de_GetRasterDataCollectionCommand, se_GetRasterDataCollectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts index 2e5f97af9954..daa000296850 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetTileInput, GetTileOutput, GetTileOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetTileCommand, se_GetTileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts index a1a7fbb049cb..9971d5450302 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVectorEnrichmentJobInput, GetVectorEnrichmentJobOutput } from "../models/models_0"; import { de_GetVectorEnrichmentJobCommand, se_GetVectorEnrichmentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts index e95b55bae516..9f3e41fb4e2c 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEarthObservationJobInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts index 23ebff7370fa..c411a1217a59 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRasterDataCollectionsInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts index e5bb28c2b0f8..f59754aa3e24 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts index f49cbcc58617..a853c39c8d3e 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVectorEnrichmentJobInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts index 59054e6bd04b..a47123a51686 100644 --- a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchRasterDataCollectionInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts index 411777d6ddec..711435aefc15 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartEarthObservationJobInput, diff --git a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts index d1d2e15063b1..4b425d0450d4 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartVectorEnrichmentJobInput, StartVectorEnrichmentJobOutput } from "../models/models_0"; import { de_StartVectorEnrichmentJobCommand, se_StartVectorEnrichmentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts index bd4ab797db10..f75a751f8bed 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopEarthObservationJobInput, StopEarthObservationJobOutput } from "../models/models_0"; import { de_StopEarthObservationJobCommand, se_StopEarthObservationJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts index 2244c9eb8daa..83a3cba709d7 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopVectorEnrichmentJobInput, StopVectorEnrichmentJobOutput } from "../models/models_0"; import { de_StopVectorEnrichmentJobCommand, se_StopVectorEnrichmentJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts index d585bd786642..bd3627905a20 100644 --- a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts index 298eb253b9b3..6b71346a0c45 100644 --- a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-geospatial/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-geospatial/src/endpoint/EndpointParameters.ts index a035a68f4456..292fe2e26176 100644 --- a/clients/client-sagemaker-geospatial/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-geospatial/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-geospatial/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-geospatial/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-geospatial/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-geospatial/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-geospatial/src/endpoint/ruleset.ts b/clients/client-sagemaker-geospatial/src/endpoint/ruleset.ts index 1a7872b74218..6131ed5c1a22 100644 --- a/clients/client-sagemaker-geospatial/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-geospatial/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts b/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts index fb00ab559b15..22384b033613 100644 --- a/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts +++ b/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-geospatial/src/models/models_0.ts b/clients/client-sagemaker-geospatial/src/models/models_0.ts index 928a6ada3c07..068b722e462f 100644 --- a/clients/client-sagemaker-geospatial/src/models/models_0.ts +++ b/clients/client-sagemaker-geospatial/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { Readable } from "stream"; import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException"; diff --git a/clients/client-sagemaker-geospatial/src/pagination/Interfaces.ts b/clients/client-sagemaker-geospatial/src/pagination/Interfaces.ts index 7e88acc77741..1614d5ca9c03 100644 --- a/clients/client-sagemaker-geospatial/src/pagination/Interfaces.ts +++ b/clients/client-sagemaker-geospatial/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SageMakerGeospatialClient } from "../SageMakerGeospatialClient"; diff --git a/clients/client-sagemaker-geospatial/src/pagination/ListEarthObservationJobsPaginator.ts b/clients/client-sagemaker-geospatial/src/pagination/ListEarthObservationJobsPaginator.ts index d4ca8e0ffed6..b4bcd20ed280 100644 --- a/clients/client-sagemaker-geospatial/src/pagination/ListEarthObservationJobsPaginator.ts +++ b/clients/client-sagemaker-geospatial/src/pagination/ListEarthObservationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEarthObservationJobsCommand, diff --git a/clients/client-sagemaker-geospatial/src/pagination/ListRasterDataCollectionsPaginator.ts b/clients/client-sagemaker-geospatial/src/pagination/ListRasterDataCollectionsPaginator.ts index 195f420d7985..8625fc427bf1 100644 --- a/clients/client-sagemaker-geospatial/src/pagination/ListRasterDataCollectionsPaginator.ts +++ b/clients/client-sagemaker-geospatial/src/pagination/ListRasterDataCollectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRasterDataCollectionsCommand, diff --git a/clients/client-sagemaker-geospatial/src/pagination/ListVectorEnrichmentJobsPaginator.ts b/clients/client-sagemaker-geospatial/src/pagination/ListVectorEnrichmentJobsPaginator.ts index a28eb33b27dc..dffc5754ca74 100644 --- a/clients/client-sagemaker-geospatial/src/pagination/ListVectorEnrichmentJobsPaginator.ts +++ b/clients/client-sagemaker-geospatial/src/pagination/ListVectorEnrichmentJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVectorEnrichmentJobsCommand, diff --git a/clients/client-sagemaker-geospatial/src/pagination/SearchRasterDataCollectionPaginator.ts b/clients/client-sagemaker-geospatial/src/pagination/SearchRasterDataCollectionPaginator.ts index 257cac889af1..c4ee030b032a 100644 --- a/clients/client-sagemaker-geospatial/src/pagination/SearchRasterDataCollectionPaginator.ts +++ b/clients/client-sagemaker-geospatial/src/pagination/SearchRasterDataCollectionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchRasterDataCollectionCommand, diff --git a/clients/client-sagemaker-geospatial/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-geospatial/src/protocols/Aws_restJson1.ts index 0b0ad73b9cdc..7af463e53b8f 100644 --- a/clients/client-sagemaker-geospatial/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-geospatial/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -20,13 +21,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-sagemaker-geospatial/src/runtimeConfig.browser.ts b/clients/client-sagemaker-geospatial/src/runtimeConfig.browser.ts index ef2487c48b75..9ecd98093f6b 100644 --- a/clients/client-sagemaker-geospatial/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-geospatial/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-geospatial/src/runtimeConfig.shared.ts b/clients/client-sagemaker-geospatial/src/runtimeConfig.shared.ts index 02158c3d5b80..d690a964e688 100644 --- a/clients/client-sagemaker-geospatial/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-geospatial/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClient"; diff --git a/clients/client-sagemaker-geospatial/src/runtimeConfig.ts b/clients/client-sagemaker-geospatial/src/runtimeConfig.ts index fa4287d2b9f6..db7f2c25313c 100644 --- a/clients/client-sagemaker-geospatial/src/runtimeConfig.ts +++ b/clients/client-sagemaker-geospatial/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerGeospatialClientConfig } from "./SageMakerGeospatialClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-metrics/package.json b/clients/client-sagemaker-metrics/package.json index 8aebfe8af3bb..9a6155afd04d 100644 --- a/clients/client-sagemaker-metrics/package.json +++ b/clients/client-sagemaker-metrics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sagemaker-metrics/src/SageMakerMetrics.ts b/clients/client-sagemaker-metrics/src/SageMakerMetrics.ts index e99cf0ebcf61..7ddf8dd4ff0b 100644 --- a/clients/client-sagemaker-metrics/src/SageMakerMetrics.ts +++ b/clients/client-sagemaker-metrics/src/SageMakerMetrics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchPutMetricsCommand, diff --git a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts index 9605215778f5..434a779b4657 100644 --- a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts +++ b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchPutMetricsCommandInput, BatchPutMetricsCommandOutput } from "./commands/BatchPutMetricsCommand"; @@ -82,7 +80,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -191,7 +189,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts index 05790f09f6e1..98e00ea3af44 100644 --- a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts +++ b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchPutMetricsRequest, BatchPutMetricsResponse } from "../models/models_0"; import { de_BatchPutMetricsCommand, se_BatchPutMetricsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sagemaker-metrics/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-metrics/src/endpoint/EndpointParameters.ts index 3a773b00647a..38137130148d 100644 --- a/clients/client-sagemaker-metrics/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-metrics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-metrics/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-metrics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-metrics/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-metrics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-metrics/src/endpoint/ruleset.ts b/clients/client-sagemaker-metrics/src/endpoint/ruleset.ts index 9843ef103454..ebf089a3bd9d 100644 --- a/clients/client-sagemaker-metrics/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-metrics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts b/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts index f1aa86dc0b1d..58c6ee351b81 100644 --- a/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts +++ b/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-metrics/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-metrics/src/protocols/Aws_restJson1.ts index 85f7cda8fc0b..4468cc0b7842 100644 --- a/clients/client-sagemaker-metrics/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-metrics/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -8,10 +9,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchPutMetricsCommandInput, BatchPutMetricsCommandOutput } from "../commands/BatchPutMetricsCommand"; import { RawMetricData } from "../models/models_0"; diff --git a/clients/client-sagemaker-metrics/src/runtimeConfig.browser.ts b/clients/client-sagemaker-metrics/src/runtimeConfig.browser.ts index 31f4b8e38e65..6fdb6630c1ac 100644 --- a/clients/client-sagemaker-metrics/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-metrics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerMetricsClientConfig } from "./SageMakerMetricsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-metrics/src/runtimeConfig.shared.ts b/clients/client-sagemaker-metrics/src/runtimeConfig.shared.ts index 350e64d0f1c4..6dce5f27e93f 100644 --- a/clients/client-sagemaker-metrics/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-metrics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerMetricsClientConfig } from "./SageMakerMetricsClient"; diff --git a/clients/client-sagemaker-metrics/src/runtimeConfig.ts b/clients/client-sagemaker-metrics/src/runtimeConfig.ts index 23a1232b2c5f..6b6347027039 100644 --- a/clients/client-sagemaker-metrics/src/runtimeConfig.ts +++ b/clients/client-sagemaker-metrics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerMetricsClientConfig } from "./SageMakerMetricsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index aa670385f3c0..5b7c8e29bb83 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sagemaker-runtime/src/SageMakerRuntime.ts b/clients/client-sagemaker-runtime/src/SageMakerRuntime.ts index 2b8c18dca7c7..aa6db60fe792 100644 --- a/clients/client-sagemaker-runtime/src/SageMakerRuntime.ts +++ b/clients/client-sagemaker-runtime/src/SageMakerRuntime.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { InvokeEndpointAsyncCommand, diff --git a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts index c7a32e61b06b..695e03cc6993 100644 --- a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts +++ b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -195,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts index 5f2c18fa4c20..9cf01029c049 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InvokeEndpointAsyncInput, diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts index c2394209f8bc..fe1a69e0ede7 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts @@ -1,19 +1,19 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { InvokeEndpointInput, diff --git a/clients/client-sagemaker-runtime/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker-runtime/src/endpoint/EndpointParameters.ts index 5e737a032963..88ee661a4f9a 100644 --- a/clients/client-sagemaker-runtime/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker-runtime/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker-runtime/src/endpoint/endpointResolver.ts b/clients/client-sagemaker-runtime/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker-runtime/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker-runtime/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker-runtime/src/endpoint/ruleset.ts b/clients/client-sagemaker-runtime/src/endpoint/ruleset.ts index df67e76e3bfc..55cd63151eac 100644 --- a/clients/client-sagemaker-runtime/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker-runtime/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts b/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts index 9b16d96c3329..82712f5c4c58 100644 --- a/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts +++ b/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker-runtime/src/models/models_0.ts b/clients/client-sagemaker-runtime/src/models/models_0.ts index 33a0cb1af395..b3dfc18b59e4 100644 --- a/clients/client-sagemaker-runtime/src/models/models_0.ts +++ b/clients/client-sagemaker-runtime/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SageMakerRuntimeServiceException as __BaseException } from "./SageMakerRuntimeServiceException"; diff --git a/clients/client-sagemaker-runtime/src/protocols/Aws_restJson1.ts b/clients/client-sagemaker-runtime/src/protocols/Aws_restJson1.ts index 5f714cc8c997..5c89f131fc1b 100644 --- a/clients/client-sagemaker-runtime/src/protocols/Aws_restJson1.ts +++ b/clients/client-sagemaker-runtime/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InvokeEndpointAsyncCommandInput, diff --git a/clients/client-sagemaker-runtime/src/runtimeConfig.browser.ts b/clients/client-sagemaker-runtime/src/runtimeConfig.browser.ts index e7b536528aa1..37363bbed686 100644 --- a/clients/client-sagemaker-runtime/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker-runtime/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker-runtime/src/runtimeConfig.shared.ts b/clients/client-sagemaker-runtime/src/runtimeConfig.shared.ts index 529a0130f8ed..2713e27dc4c6 100644 --- a/clients/client-sagemaker-runtime/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker-runtime/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient"; diff --git a/clients/client-sagemaker-runtime/src/runtimeConfig.ts b/clients/client-sagemaker-runtime/src/runtimeConfig.ts index 68cf8637f53b..1f4b412789e6 100644 --- a/clients/client-sagemaker-runtime/src/runtimeConfig.ts +++ b/clients/client-sagemaker-runtime/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index 9f62aea3571d..84a3c442876e 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-sagemaker/src/SageMaker.ts b/clients/client-sagemaker/src/SageMaker.ts index c51a7b5f4df3..e2702de389fd 100644 --- a/clients/client-sagemaker/src/SageMaker.ts +++ b/clients/client-sagemaker/src/SageMaker.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddAssociationCommand, diff --git a/clients/client-sagemaker/src/SageMakerClient.ts b/clients/client-sagemaker/src/SageMakerClient.ts index 45ec0ea06fd9..38c7415d354d 100644 --- a/clients/client-sagemaker/src/SageMakerClient.ts +++ b/clients/client-sagemaker/src/SageMakerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddAssociationCommandInput, AddAssociationCommandOutput } from "./commands/AddAssociationCommand"; @@ -1443,7 +1441,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -1552,7 +1550,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts index fb1e64fd7b05..42651ad1279b 100644 --- a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddAssociationRequest, AddAssociationResponse } from "../models/models_0"; import { de_AddAssociationCommand, se_AddAssociationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/AddTagsCommand.ts b/clients/client-sagemaker/src/commands/AddTagsCommand.ts index f2cfc0ad1a3a..963bb28484cc 100644 --- a/clients/client-sagemaker/src/commands/AddTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/AddTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts index 3fa0e962a624..40dd7e052cda 100644 --- a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTrialComponentRequest, AssociateTrialComponentResponse } from "../models/models_0"; import { de_AssociateTrialComponentCommand, se_AssociateTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts index f08175b55f7b..e1e5e47f3f4c 100644 --- a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDescribeModelPackageInput, BatchDescribeModelPackageOutput } from "../models/models_0"; import { de_BatchDescribeModelPackageCommand, se_BatchDescribeModelPackageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateActionCommand.ts b/clients/client-sagemaker/src/commands/CreateActionCommand.ts index 039a2f0db01d..867ca4b3e087 100644 --- a/clients/client-sagemaker/src/commands/CreateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateActionRequest, CreateActionResponse } from "../models/models_0"; import { de_CreateActionCommand, se_CreateActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts index 3649f6312b34..bc13e12e08c6 100644 --- a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_0"; import { de_CreateAlgorithmCommand, se_CreateAlgorithmCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateAppCommand.ts b/clients/client-sagemaker/src/commands/CreateAppCommand.ts index 64bb4fb6fdb4..b029ecb63e02 100644 --- a/clients/client-sagemaker/src/commands/CreateAppCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts index f7f24b739835..f7f3c679c6d9 100644 --- a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_0"; import { de_CreateAppImageConfigCommand, se_CreateAppImageConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts index c3c969c5a571..5749499ea799 100644 --- a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0"; import { de_CreateArtifactCommand, se_CreateArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts index 912b05f0a100..3b01bf38d897 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_0"; import { de_CreateAutoMLJobCommand, se_CreateAutoMLJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts index ee98b1014772..a7991749f568 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/models_0"; import { de_CreateAutoMLJobV2Command, se_CreateAutoMLJobV2Command } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts index b60bb80969ff..13819c91eee2 100644 --- a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCodeRepositoryInput, CreateCodeRepositoryOutput } from "../models/models_0"; import { de_CreateCodeRepositoryCommand, se_CreateCodeRepositoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts index 04e712ec4d75..46dc60f2ffbc 100644 --- a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCompilationJobRequest, CreateCompilationJobResponse } from "../models/models_0"; import { de_CreateCompilationJobCommand, se_CreateCompilationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateContextCommand.ts b/clients/client-sagemaker/src/commands/CreateContextCommand.ts index 31b984d755da..979e7775d836 100644 --- a/clients/client-sagemaker/src/commands/CreateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateContextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContextRequest, CreateContextResponse } from "../models/models_0"; import { de_CreateContextCommand, se_CreateContextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts index 8ea07aeafc77..16140ff0b2ce 100644 --- a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataQualityJobDefinitionRequest, CreateDataQualityJobDefinitionResponse } from "../models/models_0"; import { diff --git a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts index 285f718ee5a8..9a54f666c37f 100644 --- a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeviceFleetRequest } from "../models/models_0"; import { de_CreateDeviceFleetCommand, se_CreateDeviceFleetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts index 9de58eeca5d6..9c92083ea42a 100644 --- a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDomainRequest, CreateDomainResponse } from "../models/models_1"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts index ba9eb9c330a3..4620741f6cd9 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEdgeDeploymentPlanRequest, CreateEdgeDeploymentPlanResponse } from "../models/models_1"; import { de_CreateEdgeDeploymentPlanCommand, se_CreateEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts index 465b874d1858..089f0703d522 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEdgeDeploymentStageRequest } from "../models/models_1"; import { de_CreateEdgeDeploymentStageCommand, se_CreateEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts index f355fb6ab26c..e690ea0b4441 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEdgePackagingJobRequest } from "../models/models_1"; import { de_CreateEdgePackagingJobCommand, se_CreateEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts index 71f901a553de..bddcdd0533d3 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_1"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts index 6cfd02d3b319..a5e5595cdfc8 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointConfigInput, CreateEndpointConfigOutput } from "../models/models_1"; import { de_CreateEndpointConfigCommand, se_CreateEndpointConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts index 1f7a20c81e74..0bf5a2a86f7f 100644 --- a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateExperimentRequest, CreateExperimentResponse } from "../models/models_1"; import { de_CreateExperimentCommand, se_CreateExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts index 73a8618a8d24..9cdcda444690 100644 --- a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFeatureGroupRequest, CreateFeatureGroupResponse } from "../models/models_1"; import { de_CreateFeatureGroupCommand, se_CreateFeatureGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts index e36487e19b6d..0ff089d6f27f 100644 --- a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../models/models_1"; import { de_CreateFlowDefinitionCommand, se_CreateFlowDefinitionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateHubCommand.ts b/clients/client-sagemaker/src/commands/CreateHubCommand.ts index 19d6bb530a6b..3304779bdfe4 100644 --- a/clients/client-sagemaker/src/commands/CreateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHubRequest, CreateHubResponse } from "../models/models_1"; import { de_CreateHubCommand, se_CreateHubCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts index 2c72bb7d0822..4851dcde13d1 100644 --- a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHumanTaskUiRequest, CreateHumanTaskUiResponse } from "../models/models_1"; import { de_CreateHumanTaskUiCommand, se_CreateHumanTaskUiCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts index 91c58bced76c..60ca147f0a55 100644 --- a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHyperParameterTuningJobRequest, CreateHyperParameterTuningJobResponse } from "../models/models_1"; import { diff --git a/clients/client-sagemaker/src/commands/CreateImageCommand.ts b/clients/client-sagemaker/src/commands/CreateImageCommand.ts index 2199958010ab..6431d63516db 100644 --- a/clients/client-sagemaker/src/commands/CreateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateImageRequest, CreateImageResponse } from "../models/models_1"; import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts index 48db8fc8431b..33b79283d1b6 100644 --- a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateImageVersionRequest, CreateImageVersionResponse } from "../models/models_1"; import { de_CreateImageVersionCommand, se_CreateImageVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts index 3dc9a9c56122..084f0229bd7a 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInferenceExperimentRequest, CreateInferenceExperimentResponse } from "../models/models_1"; import { de_CreateInferenceExperimentCommand, se_CreateInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts index 62e328cf3a03..dc8b4d679981 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInferenceRecommendationsJobRequest, diff --git a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts index 9af6014b9229..afe6870ab502 100644 --- a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLabelingJobRequest, CreateLabelingJobResponse } from "../models/models_1"; import { de_CreateLabelingJobCommand, se_CreateLabelingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts index c6bff6bb448a..0c080d89660c 100644 --- a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelBiasJobDefinitionRequest, CreateModelBiasJobDefinitionResponse } from "../models/models_1"; import { diff --git a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts index bc772502f485..a66d5b919cf7 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelCardRequest, diff --git a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts index 9401919bdbe6..b6734e3e674e 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelCardExportJobRequest, CreateModelCardExportJobResponse } from "../models/models_1"; import { de_CreateModelCardExportJobCommand, se_CreateModelCardExportJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateModelCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCommand.ts index c3b059899667..72a0b7ed0d44 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelInput, CreateModelOutput } from "../models/models_1"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts index db846a7751a5..0f9493394004 100644 --- a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelExplainabilityJobDefinitionRequest, diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts index 719c6149220f..5084e2ce51d8 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelPackageInput, CreateModelPackageOutput } from "../models/models_1"; import { de_CreateModelPackageCommand, se_CreateModelPackageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts index 94b2e1b9429e..bc387ee4fb2a 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelPackageGroupInput, CreateModelPackageGroupOutput } from "../models/models_1"; import { de_CreateModelPackageGroupCommand, se_CreateModelPackageGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts index b1d0bbdfc430..610bf8c5229a 100644 --- a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateModelQualityJobDefinitionRequest, CreateModelQualityJobDefinitionResponse } from "../models/models_1"; import { diff --git a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts index 2c5b0b8549b2..b7de1d0fccb4 100644 --- a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMonitoringScheduleRequest, CreateMonitoringScheduleResponse } from "../models/models_1"; import { de_CreateMonitoringScheduleCommand, se_CreateMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts index 6eefedfee32d..00ac2b8bf52d 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNotebookInstanceInput, CreateNotebookInstanceOutput } from "../models/models_1"; import { de_CreateNotebookInstanceCommand, se_CreateNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts index 6af8e0a4e055..e83eb13ba498 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNotebookInstanceLifecycleConfigInput, diff --git a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts index eec6261fe0b1..eeee748a94d4 100644 --- a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_1"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts index e12e880a2a14..45c7c9948da3 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePresignedDomainUrlRequest, CreatePresignedDomainUrlResponse } from "../models/models_1"; import { de_CreatePresignedDomainUrlCommand, se_CreatePresignedDomainUrlCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts index 55a693faa53a..79f52880a08c 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput } from "../models/models_1"; import { diff --git a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts index 71694f7b06be..f15fed423be1 100644 --- a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProcessingJobRequest, CreateProcessingJobResponse } from "../models/models_1"; import { de_CreateProcessingJobCommand, se_CreateProcessingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts index b513ab5f5a49..0a78d119a6f0 100644 --- a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProjectInput, CreateProjectOutput } from "../models/models_1"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts index fd6313ef86a3..d1d8da414465 100644 --- a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_1"; import { de_CreateSpaceCommand, se_CreateSpaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts index bbec3627437c..511cf3e5288a 100644 --- a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStudioLifecycleConfigRequest, CreateStudioLifecycleConfigResponse } from "../models/models_1"; import { de_CreateStudioLifecycleConfigCommand, se_CreateStudioLifecycleConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts index d402bb786911..13798e3c186d 100644 --- a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrainingJobRequest, CreateTrainingJobResponse } from "../models/models_1"; import { de_CreateTrainingJobCommand, se_CreateTrainingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts index a2306e47854e..9e3cd63cc31f 100644 --- a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTransformJobRequest, CreateTransformJobResponse } from "../models/models_1"; import { de_CreateTransformJobCommand, se_CreateTransformJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts index 4049f07b59b5..6c54ecb13592 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrialRequest, CreateTrialResponse } from "../models/models_1"; import { de_CreateTrialCommand, se_CreateTrialCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts index 5de2282c4330..604140f2dcf4 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrialComponentRequest, CreateTrialComponentResponse } from "../models/models_1"; import { de_CreateTrialComponentCommand, se_CreateTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts index 3bbf358dd7b6..af716160e7e7 100644 --- a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserProfileRequest, CreateUserProfileResponse } from "../models/models_1"; import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts index a9a584a45d33..79e17118857f 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkforceRequest, diff --git a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts index c9c42e094ba5..9cd72703ca48 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkteamRequest, CreateWorkteamResponse } from "../models/models_1"; import { de_CreateWorkteamCommand, se_CreateWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts index b9ed185c552e..95892307f45e 100644 --- a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteActionRequest, DeleteActionResponse } from "../models/models_1"; import { de_DeleteActionCommand, se_DeleteActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts index 543ea801d099..ad420a8768f3 100644 --- a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAlgorithmInput } from "../models/models_1"; import { de_DeleteAlgorithmCommand, se_DeleteAlgorithmCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts index 8f450247089e..232bc28829a1 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppRequest } from "../models/models_1"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts index 6e7f83ca02e5..8bae9bfd88ee 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppImageConfigRequest } from "../models/models_1"; import { de_DeleteAppImageConfigCommand, se_DeleteAppImageConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts index cd0e246c8127..bddfe3d3979c 100644 --- a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteArtifactRequest, DeleteArtifactResponse } from "../models/models_1"; import { de_DeleteArtifactCommand, se_DeleteArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts index ce693b4e0bb4..a490a00a0a5c 100644 --- a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAssociationRequest, DeleteAssociationResponse } from "../models/models_1"; import { de_DeleteAssociationCommand, se_DeleteAssociationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts index c0e8f58e018b..eb56b64335f1 100644 --- a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCodeRepositoryInput } from "../models/models_1"; import { de_DeleteCodeRepositoryCommand, se_DeleteCodeRepositoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts index 5a4967321929..6d662963b918 100644 --- a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContextRequest, DeleteContextResponse } from "../models/models_1"; import { de_DeleteContextCommand, se_DeleteContextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts index 6655b704c7e3..c7aec7468bde 100644 --- a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataQualityJobDefinitionRequest } from "../models/models_1"; import { diff --git a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts index 22818b742b93..2e71bfd08929 100644 --- a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDeviceFleetRequest } from "../models/models_1"; import { de_DeleteDeviceFleetCommand, se_DeleteDeviceFleetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts index 1319b0fe7778..61d2c07dc4f3 100644 --- a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDomainRequest } from "../models/models_1"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts index a7b8cdec1150..f63928ffe60a 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEdgeDeploymentPlanRequest } from "../models/models_1"; import { de_DeleteEdgeDeploymentPlanCommand, se_DeleteEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts index 56722a180602..4207b0318d37 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEdgeDeploymentStageRequest } from "../models/models_1"; import { de_DeleteEdgeDeploymentStageCommand, se_DeleteEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts index aa4570bb2763..dfdce6f05f29 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointInput } from "../models/models_1"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts index 948242310d29..83a01d0f3291 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointConfigInput } from "../models/models_1"; import { de_DeleteEndpointConfigCommand, se_DeleteEndpointConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts index c1bb7de8d5b6..b122e9f5d54f 100644 --- a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteExperimentRequest, DeleteExperimentResponse } from "../models/models_1"; import { de_DeleteExperimentCommand, se_DeleteExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts index 56f9634a0b6e..02840cedff78 100644 --- a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFeatureGroupRequest } from "../models/models_1"; import { de_DeleteFeatureGroupCommand, se_DeleteFeatureGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts index b4958efbd99a..564256654b42 100644 --- a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFlowDefinitionRequest, DeleteFlowDefinitionResponse } from "../models/models_1"; import { de_DeleteFlowDefinitionCommand, se_DeleteFlowDefinitionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts index 51fef4f0dde9..2e1ef5e9e7df 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHubRequest } from "../models/models_1"; import { de_DeleteHubCommand, se_DeleteHubCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts index ce29e0ec9d27..26688afadda6 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHubContentRequest } from "../models/models_1"; import { de_DeleteHubContentCommand, se_DeleteHubContentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts index 0e08580b6bbc..0afafbf7c27a 100644 --- a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHumanTaskUiRequest, DeleteHumanTaskUiResponse } from "../models/models_1"; import { de_DeleteHumanTaskUiCommand, se_DeleteHumanTaskUiCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts index a90766ddad39..0b12e961d444 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteImageRequest, DeleteImageResponse } from "../models/models_1"; import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts index 3beefc8b45cf..40d7398e3489 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteImageVersionRequest, DeleteImageVersionResponse } from "../models/models_1"; import { de_DeleteImageVersionCommand, se_DeleteImageVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts index 638896a62380..a83e089f15ac 100644 --- a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInferenceExperimentRequest, DeleteInferenceExperimentResponse } from "../models/models_1"; import { de_DeleteInferenceExperimentCommand, se_DeleteInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts index 4c6f4eb9b3af..a9f36f85c0c2 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelBiasJobDefinitionRequest } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts index ae44c069e758..96730f685e1e 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelCardRequest } from "../models/models_2"; import { de_DeleteModelCardCommand, se_DeleteModelCardCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts index e80930bdce53..aa014138f601 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelInput } from "../models/models_2"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts index d43fa28bae8e..cd7aec9b89f4 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelExplainabilityJobDefinitionRequest } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts index 0117f961ba56..f48fef1a1c00 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelPackageInput } from "../models/models_2"; import { de_DeleteModelPackageCommand, se_DeleteModelPackageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts index b93976037408..ceb08d72d4c2 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelPackageGroupInput } from "../models/models_2"; import { de_DeleteModelPackageGroupCommand, se_DeleteModelPackageGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts index 7a0e3efdb65e..4385514b7a5e 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelPackageGroupPolicyInput } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts index abd52344fc5c..7e59daa3812c 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteModelQualityJobDefinitionRequest } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts index 5aa9bf6f46c0..11accbe2bbdf 100644 --- a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMonitoringScheduleRequest } from "../models/models_2"; import { de_DeleteMonitoringScheduleCommand, se_DeleteMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts index f20cd3e25a11..cafff78ce15a 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNotebookInstanceInput } from "../models/models_2"; import { de_DeleteNotebookInstanceCommand, se_DeleteNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts index fb7c3007f490..fd81e5ba7dc1 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNotebookInstanceLifecycleConfigInput } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts index 7969f0151055..2eeaabc669c4 100644 --- a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePipelineRequest, DeletePipelineResponse } from "../models/models_2"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts index dd728d146176..9b0a856683cf 100644 --- a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProjectInput } from "../models/models_2"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts index 49db8691df61..71cdb51ceaa3 100644 --- a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSpaceRequest } from "../models/models_2"; import { de_DeleteSpaceCommand, se_DeleteSpaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts index d2171bdda3f7..f298cfbfccbc 100644 --- a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStudioLifecycleConfigRequest } from "../models/models_2"; import { de_DeleteStudioLifecycleConfigCommand, se_DeleteStudioLifecycleConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts index 33cbbe0beef4..515e53f4926a 100644 --- a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_2"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts index ecf17e442feb..443eeed66a6c 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTrialRequest, DeleteTrialResponse } from "../models/models_2"; import { de_DeleteTrialCommand, se_DeleteTrialCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts index 3442d71a33a2..885c9a345787 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTrialComponentRequest, DeleteTrialComponentResponse } from "../models/models_2"; import { de_DeleteTrialComponentCommand, se_DeleteTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts index 11cc2a6614be..e442e467cbfb 100644 --- a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserProfileRequest } from "../models/models_2"; import { de_DeleteUserProfileCommand, se_DeleteUserProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts index 84f2ea621792..20702af71345 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkforceRequest, DeleteWorkforceResponse } from "../models/models_2"; import { de_DeleteWorkforceCommand, se_DeleteWorkforceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts index b3bf3ba35032..280cdd2670af 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkteamRequest, DeleteWorkteamResponse } from "../models/models_2"; import { de_DeleteWorkteamCommand, se_DeleteWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts index 062eafdc4189..de52d55924e2 100644 --- a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterDevicesRequest } from "../models/models_2"; import { de_DeregisterDevicesCommand, se_DeregisterDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts index a4a056b51485..4e67102f09d2 100644 --- a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActionRequest, DescribeActionResponse } from "../models/models_2"; import { de_DescribeActionCommand, se_DescribeActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts index 8f4a72504c41..4b571daca9e7 100644 --- a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAlgorithmInput, DescribeAlgorithmOutput } from "../models/models_2"; import { de_DescribeAlgorithmCommand, se_DescribeAlgorithmCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts index 133786ae83e1..fd8be84f4779 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppRequest, DescribeAppResponse } from "../models/models_2"; import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts index 9135541ee6e5..56a78d450db4 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppImageConfigRequest, DescribeAppImageConfigResponse } from "../models/models_2"; import { de_DescribeAppImageConfigCommand, se_DescribeAppImageConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts index d425b47dabe2..98575019476f 100644 --- a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeArtifactRequest, DescribeArtifactResponse } from "../models/models_2"; import { de_DescribeArtifactCommand, se_DescribeArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts index a7d8d83c0a02..a5bb470903a7 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAutoMLJobRequest, DescribeAutoMLJobResponse } from "../models/models_2"; import { de_DescribeAutoMLJobCommand, se_DescribeAutoMLJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts index ffa3c271e3ca..7d4df3e2fd98 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAutoMLJobV2Request, DescribeAutoMLJobV2Response } from "../models/models_2"; import { de_DescribeAutoMLJobV2Command, se_DescribeAutoMLJobV2Command } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts index 9c386caf643a..b614e80ececf 100644 --- a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCodeRepositoryInput, DescribeCodeRepositoryOutput } from "../models/models_2"; import { de_DescribeCodeRepositoryCommand, se_DescribeCodeRepositoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts index 779dfbb80410..16cd78ef35a4 100644 --- a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCompilationJobRequest, DescribeCompilationJobResponse } from "../models/models_2"; import { de_DescribeCompilationJobCommand, se_DescribeCompilationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts index f1972eb45458..53ce30796e01 100644 --- a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeContextRequest, DescribeContextResponse } from "../models/models_2"; import { de_DescribeContextCommand, se_DescribeContextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts index 2e0171f7d247..f35391cb7e1e 100644 --- a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDataQualityJobDefinitionRequest, DescribeDataQualityJobDefinitionResponse } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts index 6e9af6f26f75..aaa7f43447bd 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_2"; import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts index 464f0869c747..ede23764e8eb 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceFleetRequest, DescribeDeviceFleetResponse } from "../models/models_2"; import { de_DescribeDeviceFleetCommand, se_DescribeDeviceFleetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts index 15587783c4fd..9af79697a4cb 100644 --- a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_2"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts index c72c1c6e1da6..52abcb00483f 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEdgeDeploymentPlanRequest, DescribeEdgeDeploymentPlanResponse } from "../models/models_2"; import { de_DescribeEdgeDeploymentPlanCommand, se_DescribeEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts index 1947017a5351..fe6677a53b2c 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEdgePackagingJobRequest, DescribeEdgePackagingJobResponse } from "../models/models_2"; import { de_DescribeEdgePackagingJobCommand, se_DescribeEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts index 4eaeb7a0f085..04b9c832e5f5 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointInput, DescribeEndpointOutput } from "../models/models_2"; import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts index 8cd55b2a5ca2..e55509b89832 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointConfigInput, DescribeEndpointConfigOutput } from "../models/models_2"; import { de_DescribeEndpointConfigCommand, se_DescribeEndpointConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts index a4028cbdfcd9..8f6baba317e7 100644 --- a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeExperimentRequest, DescribeExperimentResponse } from "../models/models_2"; import { de_DescribeExperimentCommand, se_DescribeExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts index bdfe45f622d5..54b723a842dc 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFeatureGroupRequest, DescribeFeatureGroupResponse } from "../models/models_2"; import { de_DescribeFeatureGroupCommand, se_DescribeFeatureGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts index 05e3233e112b..fdf0140bff15 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from "../models/models_2"; import { de_DescribeFeatureMetadataCommand, se_DescribeFeatureMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts index a41f70e086c4..06c93b8585b5 100644 --- a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFlowDefinitionRequest, DescribeFlowDefinitionResponse } from "../models/models_2"; import { de_DescribeFlowDefinitionCommand, se_DescribeFlowDefinitionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts index e2adc41ae16e..3928123827e1 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2"; import { de_DescribeHubCommand, se_DescribeHubCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts index 089622854cda..2629100c8850 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHubContentRequest, DescribeHubContentResponse } from "../models/models_2"; import { de_DescribeHubContentCommand, se_DescribeHubContentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts index af81bf2e7be3..55bae423ca51 100644 --- a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHumanTaskUiRequest, DescribeHumanTaskUiResponse } from "../models/models_2"; import { de_DescribeHumanTaskUiCommand, se_DescribeHumanTaskUiCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts index 413cd17cf2c0..ecf437e12dd3 100644 --- a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHyperParameterTuningJobRequest, DescribeHyperParameterTuningJobResponse } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts index a7c04a243062..dcc1a2862a7f 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeImageRequest, DescribeImageResponse } from "../models/models_2"; import { de_DescribeImageCommand, se_DescribeImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts index 5c67907319bb..748bb729448f 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeImageVersionRequest, DescribeImageVersionResponse } from "../models/models_2"; import { de_DescribeImageVersionCommand, se_DescribeImageVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts index 71b2fbd624a6..2e4b712d1b7f 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInferenceExperimentRequest, DescribeInferenceExperimentResponse } from "../models/models_2"; import { de_DescribeInferenceExperimentCommand, se_DescribeInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts index 3f1c28f7554e..0de41487f496 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInferenceRecommendationsJobRequest, diff --git a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts index c3b80d75ebe9..334986088517 100644 --- a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_2"; import { de_DescribeLabelingJobCommand, se_DescribeLabelingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts index 6ec5634f3f1e..5e4cd41c52b3 100644 --- a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_2"; import { de_DescribeLineageGroupCommand, se_DescribeLineageGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts index 64e9e8de67f3..138dcfb6fcfb 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts index f3b7a176f40f..e761b7107b5f 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelCardRequest, diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts index 0cd334ec0118..94108f1cc138 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelCardExportJobRequest, DescribeModelCardExportJobResponse } from "../models/models_2"; import { de_DescribeModelCardExportJobCommand, se_DescribeModelCardExportJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts index b0fab8118b3b..b4c45298cbb8 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelInput, DescribeModelOutput } from "../models/models_2"; import { de_DescribeModelCommand, se_DescribeModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts index ffb89fe4fbae..243889199b78 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelExplainabilityJobDefinitionRequest, diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts index 7e19637334b6..47153c079e41 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_2"; import { de_DescribeModelPackageCommand, se_DescribeModelPackageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts index dc996e2a7abb..d38d9a8ddd0b 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_2"; import { de_DescribeModelPackageGroupCommand, se_DescribeModelPackageGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts index 6012dc701af4..a67819934307 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeModelQualityJobDefinitionRequest, diff --git a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts index 6942f36ff8c6..f36070c96740 100644 --- a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_2"; import { de_DescribeMonitoringScheduleCommand, se_DescribeMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts index a22914f8394f..8189a8064abb 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_2"; import { de_DescribeNotebookInstanceCommand, se_DescribeNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts index d5a6965c2093..36774222bef9 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNotebookInstanceLifecycleConfigInput, diff --git a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts index 94f382726973..fe3ec8b6bdab 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_2"; import { de_DescribePipelineCommand, se_DescribePipelineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts index 5521ab82d25e..a38b3199f594 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePipelineDefinitionForExecutionRequest, diff --git a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts index 8b151ae78584..035dc8ab2e31 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } from "../models/models_2"; import { de_DescribePipelineExecutionCommand, se_DescribePipelineExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts index 10c9c46228c9..b0fefa382d7f 100644 --- a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/models_2"; import { de_DescribeProcessingJobCommand, se_DescribeProcessingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts index dfdfc1252adc..d013ea224850 100644 --- a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProjectInput, DescribeProjectOutput } from "../models/models_2"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts index 46057dace52b..a222b305024e 100644 --- a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSpaceRequest, DescribeSpaceResponse } from "../models/models_2"; import { de_DescribeSpaceCommand, se_DescribeSpaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts index 1eb241be6d5e..f9f598db00e5 100644 --- a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStudioLifecycleConfigRequest, DescribeStudioLifecycleConfigResponse } from "../models/models_2"; import { diff --git a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts index 0b16a80ffbb7..e558866e6026 100644 --- a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSubscribedWorkteamRequest, DescribeSubscribedWorkteamResponse } from "../models/models_2"; import { de_DescribeSubscribedWorkteamCommand, se_DescribeSubscribedWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts index 411ef2fb8af6..5dd1603a8fc4 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrainingJobRequest, DescribeTrainingJobResponse } from "../models/models_2"; import { de_DescribeTrainingJobCommand, se_DescribeTrainingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts index ea2883676f6f..7ac0eed140be 100644 --- a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../models/models_2"; import { de_DescribeTransformJobCommand, se_DescribeTransformJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts index 5e7f3cb2fba6..c25207935e1e 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrialRequest, DescribeTrialResponse } from "../models/models_2"; import { de_DescribeTrialCommand, se_DescribeTrialCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts index 157f5c88a2e3..72219cea503e 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from "../models/models_2"; import { de_DescribeTrialComponentCommand, se_DescribeTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts index 956f4777bc5e..06df01f5b0fe 100644 --- a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../models/models_2"; import { de_DescribeUserProfileCommand, se_DescribeUserProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts index ddac6e49a1f0..9946e7bc119d 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkforceRequest, DescribeWorkforceResponse } from "../models/models_2"; import { de_DescribeWorkforceCommand, se_DescribeWorkforceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts index fbb74db92ccf..db7f407a5ae8 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkteamRequest, DescribeWorkteamResponse } from "../models/models_2"; import { de_DescribeWorkteamCommand, se_DescribeWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts index c2654a5ca04a..51db1bd7ff35 100644 --- a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableSagemakerServicecatalogPortfolioInput, diff --git a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts index 84a597260e3e..f17c8a581611 100644 --- a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateTrialComponentRequest, DisassociateTrialComponentResponse } from "../models/models_2"; import { de_DisassociateTrialComponentCommand, se_DisassociateTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts index eceea10ae544..d5fcb7e54b3e 100644 --- a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableSagemakerServicecatalogPortfolioInput, diff --git a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts index 6b1cba209c9b..a9ee99a6e4ae 100644 --- a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts +++ b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeviceFleetReportRequest, GetDeviceFleetReportResponse } from "../models/models_2"; import { de_GetDeviceFleetReportCommand, se_GetDeviceFleetReportCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts index 25bee380926d..3e8ce28a3036 100644 --- a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLineageGroupPolicyRequest, GetLineageGroupPolicyResponse } from "../models/models_2"; import { de_GetLineageGroupPolicyCommand, se_GetLineageGroupPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts index 1e28494fc6d1..7a54b9ba8644 100644 --- a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetModelPackageGroupPolicyInput, GetModelPackageGroupPolicyOutput } from "../models/models_2"; import { de_GetModelPackageGroupPolicyCommand, se_GetModelPackageGroupPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts index 3a5aff2bda06..395b2b59082d 100644 --- a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSagemakerServicecatalogPortfolioStatusInput, diff --git a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts index c21ad54c7d36..58b4bf9ad927 100644 --- a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSearchSuggestionsRequest, GetSearchSuggestionsResponse } from "../models/models_2"; import { de_GetSearchSuggestionsCommand, se_GetSearchSuggestionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts index 52b1768fa6b9..75530961af5b 100644 --- a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportHubContentRequest, ImportHubContentResponse } from "../models/models_3"; import { de_ImportHubContentCommand, se_ImportHubContentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListActionsCommand.ts b/clients/client-sagemaker/src/commands/ListActionsCommand.ts index 5fed2d054bf0..811f9187dd1c 100644 --- a/clients/client-sagemaker/src/commands/ListActionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListActionsRequest, ListActionsResponse } from "../models/models_3"; import { de_ListActionsCommand, se_ListActionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts index b3c9b964bee0..37b3bf888a12 100644 --- a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/models_3"; import { de_ListAlgorithmsCommand, se_ListAlgorithmsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts index e0f20875914b..bc6ce289423b 100644 --- a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAliasesRequest, ListAliasesResponse } from "../models/models_3"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts index 2ce2dd8e47d3..6e93819d8855 100644 --- a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppImageConfigsRequest, ListAppImageConfigsResponse } from "../models/models_3"; import { de_ListAppImageConfigsCommand, se_ListAppImageConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAppsCommand.ts b/clients/client-sagemaker/src/commands/ListAppsCommand.ts index a8bc388f5df1..849e960b92e6 100644 --- a/clients/client-sagemaker/src/commands/ListAppsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppsRequest, ListAppsResponse } from "../models/models_3"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts index c80d8363f0d5..cd269359593f 100644 --- a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListArtifactsRequest, ListArtifactsResponse } from "../models/models_3"; import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts index b8de47d30bca..e7e6a17b57b7 100644 --- a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociationsRequest, ListAssociationsResponse } from "../models/models_3"; import { de_ListAssociationsCommand, se_ListAssociationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts index c00c6a3db09e..4fe08b3eca00 100644 --- a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAutoMLJobsRequest, ListAutoMLJobsResponse } from "../models/models_3"; import { de_ListAutoMLJobsCommand, se_ListAutoMLJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts index 2a666c30f93f..bd4b36f999aa 100644 --- a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCandidatesForAutoMLJobRequest, ListCandidatesForAutoMLJobResponse } from "../models/models_3"; import { de_ListCandidatesForAutoMLJobCommand, se_ListCandidatesForAutoMLJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts index 62a50896f40b..f1694169af56 100644 --- a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCodeRepositoriesInput, ListCodeRepositoriesOutput } from "../models/models_3"; import { de_ListCodeRepositoriesCommand, se_ListCodeRepositoriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts index 6108393a714c..94820bb43459 100644 --- a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCompilationJobsRequest, ListCompilationJobsResponse } from "../models/models_3"; import { de_ListCompilationJobsCommand, se_ListCompilationJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListContextsCommand.ts b/clients/client-sagemaker/src/commands/ListContextsCommand.ts index 6f6df10c1ba0..9c3e54579e4d 100644 --- a/clients/client-sagemaker/src/commands/ListContextsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListContextsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContextsRequest, ListContextsResponse } from "../models/models_3"; import { de_ListContextsCommand, se_ListContextsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts index c33bec66d80d..da1f52d0c74c 100644 --- a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDataQualityJobDefinitionsRequest, ListDataQualityJobDefinitionsResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts index 6f866ab97783..bdd00f295f29 100644 --- a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeviceFleetsRequest, ListDeviceFleetsResponse } from "../models/models_3"; import { de_ListDeviceFleetsCommand, se_ListDeviceFleetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts index a62a89686b54..780166db8b31 100644 --- a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDevicesRequest, ListDevicesResponse } from "../models/models_3"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts index 579e33e4da09..a6f8d10a3b89 100644 --- a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainsRequest, ListDomainsResponse } from "../models/models_3"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts index f66533d1f52c..2898ea6ead49 100644 --- a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEdgeDeploymentPlansRequest, ListEdgeDeploymentPlansResponse } from "../models/models_3"; import { de_ListEdgeDeploymentPlansCommand, se_ListEdgeDeploymentPlansCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts index ce1460c6892c..a56290d24edf 100644 --- a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEdgePackagingJobsRequest, ListEdgePackagingJobsResponse } from "../models/models_3"; import { de_ListEdgePackagingJobsCommand, se_ListEdgePackagingJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts index 6d4c09c7e4b8..f2776ba8316e 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEndpointConfigsInput, ListEndpointConfigsOutput } from "../models/models_3"; import { de_ListEndpointConfigsCommand, se_ListEndpointConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts index a64c2acdee12..5af0df0380cc 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEndpointsInput, ListEndpointsOutput } from "../models/models_3"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts index 336957c1d8cd..0c706c4ef974 100644 --- a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_3"; import { de_ListExperimentsCommand, se_ListExperimentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts index 1ac7a9ceef57..507aef48a1a3 100644 --- a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFeatureGroupsRequest, ListFeatureGroupsResponse } from "../models/models_3"; import { de_ListFeatureGroupsCommand, se_ListFeatureGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts index 8cffa1683718..40a8fa529a07 100644 --- a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFlowDefinitionsRequest, ListFlowDefinitionsResponse } from "../models/models_3"; import { de_ListFlowDefinitionsCommand, se_ListFlowDefinitionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts index 455718932aac..481de69495d3 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHubContentVersionsRequest, ListHubContentVersionsResponse } from "../models/models_3"; import { de_ListHubContentVersionsCommand, se_ListHubContentVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts index 0a85f6ba22f0..b9cae92938db 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHubContentsRequest, ListHubContentsResponse } from "../models/models_3"; import { de_ListHubContentsCommand, se_ListHubContentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListHubsCommand.ts b/clients/client-sagemaker/src/commands/ListHubsCommand.ts index c3ba75b7d630..ad8860b93a3e 100644 --- a/clients/client-sagemaker/src/commands/ListHubsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHubsRequest, ListHubsResponse } from "../models/models_3"; import { de_ListHubsCommand, se_ListHubsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts index 79395203be05..9a0c9b52bc60 100644 --- a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHumanTaskUisRequest, ListHumanTaskUisResponse } from "../models/models_3"; import { de_ListHumanTaskUisCommand, se_ListHumanTaskUisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts index 38f922199ccd..dd823ada1967 100644 --- a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHyperParameterTuningJobsRequest, ListHyperParameterTuningJobsResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts index 2aa8f0022525..9a4c552fef32 100644 --- a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListImageVersionsRequest, ListImageVersionsResponse } from "../models/models_3"; import { de_ListImageVersionsCommand, se_ListImageVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListImagesCommand.ts b/clients/client-sagemaker/src/commands/ListImagesCommand.ts index 26df3cf5dd6a..02a57ac929ad 100644 --- a/clients/client-sagemaker/src/commands/ListImagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListImagesRequest, ListImagesResponse } from "../models/models_3"; import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts index 943485df7c4a..7b2c0f535cce 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInferenceExperimentsRequest, ListInferenceExperimentsResponse } from "../models/models_3"; import { de_ListInferenceExperimentsCommand, se_ListInferenceExperimentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts index 9ffb43279dc6..2416b4fab51f 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInferenceRecommendationsJobStepsRequest, diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts index b67f430a9bc9..ba01a74d9bcb 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInferenceRecommendationsJobsRequest, ListInferenceRecommendationsJobsResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts index e419d044b331..21cc56b7d03b 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLabelingJobsRequest, ListLabelingJobsResponse } from "../models/models_3"; import { de_ListLabelingJobsCommand, se_ListLabelingJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts index b2fb0b107298..05a7bd1345f7 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLabelingJobsForWorkteamRequest, ListLabelingJobsForWorkteamResponse } from "../models/models_3"; import { de_ListLabelingJobsForWorkteamCommand, se_ListLabelingJobsForWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts index 476fe01cd3fa..4fc1597e68c0 100644 --- a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLineageGroupsRequest, ListLineageGroupsResponse } from "../models/models_3"; import { de_ListLineageGroupsCommand, se_ListLineageGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts index 842401c5c7ff..4adc58945316 100644 --- a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelBiasJobDefinitionsRequest, ListModelBiasJobDefinitionsResponse } from "../models/models_3"; import { de_ListModelBiasJobDefinitionsCommand, se_ListModelBiasJobDefinitionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts index ef4f8f84d75c..ff6f792634a8 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelCardExportJobsRequest, ListModelCardExportJobsResponse } from "../models/models_3"; import { de_ListModelCardExportJobsCommand, se_ListModelCardExportJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts index d08fbbbfc18b..30db3ef87f44 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelCardVersionsRequest, ListModelCardVersionsResponse } from "../models/models_3"; import { de_ListModelCardVersionsCommand, se_ListModelCardVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts index c0ffff979111..2c668a34dfc0 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelCardsRequest, ListModelCardsResponse } from "../models/models_3"; import { de_ListModelCardsCommand, se_ListModelCardsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts index 49407bc1a1a2..6d12576c08dc 100644 --- a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelExplainabilityJobDefinitionsRequest, diff --git a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts index 6a5513c1a7fe..e019d519087b 100644 --- a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/models_3"; import { de_ListModelMetadataCommand, se_ListModelMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts index 0873fabe7795..ebbfff8cba51 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../models/models_3"; import { de_ListModelPackageGroupsCommand, se_ListModelPackageGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts index 4d105b9b9954..3d8335ab8ab4 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelPackagesInput, ListModelPackagesOutput } from "../models/models_3"; import { de_ListModelPackagesCommand, se_ListModelPackagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts index a35b107fb5ac..e3d345810052 100644 --- a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelQualityJobDefinitionsRequest, ListModelQualityJobDefinitionsResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/ListModelsCommand.ts b/clients/client-sagemaker/src/commands/ListModelsCommand.ts index 02263ce48288..a4b8c8fbcefc 100644 --- a/clients/client-sagemaker/src/commands/ListModelsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListModelsInput, ListModelsOutput } from "../models/models_3"; import { de_ListModelsCommand, se_ListModelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts index 7fa089a01cc8..abd2bad71578 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/models_3"; import { de_ListMonitoringAlertHistoryCommand, se_ListMonitoringAlertHistoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts index 6b22a07076a7..15c275b084de 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/models_3"; import { de_ListMonitoringAlertsCommand, se_ListMonitoringAlertsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts index 91cf22f8a3be..f1539f984e00 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_3"; import { de_ListMonitoringExecutionsCommand, se_ListMonitoringExecutionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts index 9ffa5a40aae3..457fac6a643c 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_3"; import { de_ListMonitoringSchedulesCommand, se_ListMonitoringSchedulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts index 90483b10bf86..af74ed673e1f 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNotebookInstanceLifecycleConfigsInput, diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts index dc37367c4b3e..7828e0841480 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../models/models_3"; import { de_ListNotebookInstancesCommand, se_ListNotebookInstancesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts index 46c6a14101f2..e6ae454deca0 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelineExecutionStepsRequest, ListPipelineExecutionStepsResponse } from "../models/models_3"; import { de_ListPipelineExecutionStepsCommand, se_ListPipelineExecutionStepsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts index 332fa299268e..e5e3221530d9 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from "../models/models_3"; import { de_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts index 8e40f7c18fec..70e007deb441 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelineParametersForExecutionRequest, diff --git a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts index fac72261d7ef..78100b4a69e9 100644 --- a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_3"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts index ce73b459af57..f4002ff19be0 100644 --- a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProcessingJobsRequest, ListProcessingJobsResponse } from "../models/models_3"; import { de_ListProcessingJobsCommand, se_ListProcessingJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts index 5958cea03e59..df09856208ec 100644 --- a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProjectsInput, ListProjectsOutput } from "../models/models_3"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts index 43c32d85915e..a7b7f5e99067 100644 --- a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSpacesRequest, ListSpacesResponse } from "../models/models_3"; import { de_ListSpacesCommand, se_ListSpacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts index 2348bc2ecb24..fb465df77669 100644 --- a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStageDevicesRequest, ListStageDevicesResponse } from "../models/models_3"; import { de_ListStageDevicesCommand, se_ListStageDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts index f8eb8efd0b0d..10272294fb3e 100644 --- a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStudioLifecycleConfigsRequest, ListStudioLifecycleConfigsResponse } from "../models/models_3"; import { de_ListStudioLifecycleConfigsCommand, se_ListStudioLifecycleConfigsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts index 3197879a3ca5..9f152968fa49 100644 --- a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscribedWorkteamsRequest, ListSubscribedWorkteamsResponse } from "../models/models_3"; import { de_ListSubscribedWorkteamsCommand, se_ListSubscribedWorkteamsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListTagsCommand.ts b/clients/client-sagemaker/src/commands/ListTagsCommand.ts index 2ac3c7a7cc5e..692c68d34f93 100644 --- a/clients/client-sagemaker/src/commands/ListTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsInput, ListTagsOutput } from "../models/models_3"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts index 99c2cea613a4..0e2a06ea9e25 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/models_3"; import { de_ListTrainingJobsCommand, se_ListTrainingJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts index b4761336ea09..af9434cf50c9 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrainingJobsForHyperParameterTuningJobRequest, diff --git a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts index 5d36d0243b1f..629b251ce134 100644 --- a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/models_3"; import { de_ListTransformJobsCommand, se_ListTransformJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts index 411cbc8f2cfe..3e31a536a6d4 100644 --- a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../models/models_3"; import { de_ListTrialComponentsCommand, se_ListTrialComponentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts index ccd166f840be..c95e17e0db84 100644 --- a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrialsRequest, ListTrialsResponse } from "../models/models_3"; import { de_ListTrialsCommand, se_ListTrialsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts index f28283217ff0..bc3f81242268 100644 --- a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUserProfilesRequest, ListUserProfilesResponse } from "../models/models_3"; import { de_ListUserProfilesCommand, se_ListUserProfilesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts index 4ba0e8046723..0a49e6642562 100644 --- a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_3"; import { de_ListWorkforcesCommand, se_ListWorkforcesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts index 98d022803ae6..d372a949a1df 100644 --- a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkteamsRequest, ListWorkteamsResponse } from "../models/models_3"; import { de_ListWorkteamsCommand, se_ListWorkteamsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts index 393c9ab54166..5e27c5ae4520 100644 --- a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutModelPackageGroupPolicyInput, PutModelPackageGroupPolicyOutput } from "../models/models_3"; import { de_PutModelPackageGroupPolicyCommand, se_PutModelPackageGroupPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts index 4b57bc8c12bf..eb932b774927 100644 --- a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts +++ b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryLineageRequest, QueryLineageResponse } from "../models/models_3"; import { de_QueryLineageCommand, se_QueryLineageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts index 46108830cb3b..901ba705e759 100644 --- a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDevicesRequest } from "../models/models_3"; import { de_RegisterDevicesCommand, se_RegisterDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts index 557596e7e583..ccc1ea0b013b 100644 --- a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts +++ b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RenderUiTemplateRequest, RenderUiTemplateResponse } from "../models/models_3"; import { de_RenderUiTemplateCommand, se_RenderUiTemplateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts index 2b441767a1ba..1dca2d04cc1b 100644 --- a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RetryPipelineExecutionRequest, RetryPipelineExecutionResponse } from "../models/models_3"; import { de_RetryPipelineExecutionCommand, se_RetryPipelineExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index 8fa0dc7fce6b..61ce6605d39e 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchResponse, SearchResponseFilterSensitiveLog } from "../models/models_3"; import { SearchRequest } from "../models/models_4"; diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts index 31c12d40795b..99401eac914c 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendPipelineExecutionStepFailureRequest, SendPipelineExecutionStepFailureResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts index 2f2028d31123..58422def80e1 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendPipelineExecutionStepSuccessRequest, SendPipelineExecutionStepSuccessResponse } from "../models/models_3"; import { diff --git a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts index 84f67d04ec7a..4f10f5b610aa 100644 --- a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartEdgeDeploymentStageRequest } from "../models/models_4"; import { de_StartEdgeDeploymentStageCommand, se_StartEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts index aa5570c94592..388c97a015d2 100644 --- a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartInferenceExperimentRequest, StartInferenceExperimentResponse } from "../models/models_4"; import { de_StartInferenceExperimentCommand, se_StartInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts index ac9d62236468..66c208e0e551 100644 --- a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMonitoringScheduleRequest } from "../models/models_4"; import { de_StartMonitoringScheduleCommand, se_StartMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts index 33b2c93a5152..6ebe3d387b72 100644 --- a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartNotebookInstanceInput } from "../models/models_4"; import { de_StartNotebookInstanceCommand, se_StartNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts index 556126802855..1a58390d2557 100644 --- a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartPipelineExecutionRequest, StartPipelineExecutionResponse } from "../models/models_4"; import { de_StartPipelineExecutionCommand, se_StartPipelineExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts index e6e8b8f16527..945d12a4600f 100644 --- a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopAutoMLJobRequest } from "../models/models_4"; import { de_StopAutoMLJobCommand, se_StopAutoMLJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts index f835eba83253..f9efb5b27032 100644 --- a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopCompilationJobRequest } from "../models/models_4"; import { de_StopCompilationJobCommand, se_StopCompilationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts index 3d6cb3ce9307..c9be8d8fc6d1 100644 --- a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopEdgeDeploymentStageRequest } from "../models/models_4"; import { de_StopEdgeDeploymentStageCommand, se_StopEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts index f38288d135e6..7d2941e5675e 100644 --- a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopEdgePackagingJobRequest } from "../models/models_4"; import { de_StopEdgePackagingJobCommand, se_StopEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts index 89482668a424..c37712e0fb57 100644 --- a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopHyperParameterTuningJobRequest } from "../models/models_4"; import { de_StopHyperParameterTuningJobCommand, se_StopHyperParameterTuningJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts index c9bb47682a06..fd9fdb7285a3 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopInferenceExperimentRequest, StopInferenceExperimentResponse } from "../models/models_4"; import { de_StopInferenceExperimentCommand, se_StopInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts index 8560ceb40642..70981a79151d 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopInferenceRecommendationsJobRequest } from "../models/models_4"; import { diff --git a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts index a66a03882e82..4c42fe28aa43 100644 --- a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopLabelingJobRequest } from "../models/models_4"; import { de_StopLabelingJobCommand, se_StopLabelingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts index 3dc27dc314b3..5f6b31562d91 100644 --- a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopMonitoringScheduleRequest } from "../models/models_4"; import { de_StopMonitoringScheduleCommand, se_StopMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts index df324138cfce..d5db700bb966 100644 --- a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopNotebookInstanceInput } from "../models/models_4"; import { de_StopNotebookInstanceCommand, se_StopNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts index 513183e2a518..d83d93153ec5 100644 --- a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopPipelineExecutionRequest, StopPipelineExecutionResponse } from "../models/models_4"; import { de_StopPipelineExecutionCommand, se_StopPipelineExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts index ba51f86f045e..0db31919388a 100644 --- a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopProcessingJobRequest } from "../models/models_4"; import { de_StopProcessingJobCommand, se_StopProcessingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts index 53d4dce531ba..ca112eaea627 100644 --- a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopTrainingJobRequest } from "../models/models_4"; import { de_StopTrainingJobCommand, se_StopTrainingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts index 68425fc02722..d60499a9e483 100644 --- a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopTransformJobRequest } from "../models/models_4"; import { de_StopTransformJobCommand, se_StopTransformJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts index bb3dadac36ae..1e2548fbeae9 100644 --- a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateActionRequest, UpdateActionResponse } from "../models/models_4"; import { de_UpdateActionCommand, se_UpdateActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts index 1eb1f08bedb6..1d0fb90b344b 100644 --- a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppImageConfigRequest, UpdateAppImageConfigResponse } from "../models/models_4"; import { de_UpdateAppImageConfigCommand, se_UpdateAppImageConfigCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts index 299f7d12eca5..5bc074e4b890 100644 --- a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_4"; import { de_UpdateArtifactCommand, se_UpdateArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts index a86c533567b4..88fede2d4c55 100644 --- a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models/models_4"; import { de_UpdateCodeRepositoryCommand, se_UpdateCodeRepositoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts index 9599e0b6ffb0..259e97ab11dc 100644 --- a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContextRequest, UpdateContextResponse } from "../models/models_4"; import { de_UpdateContextCommand, se_UpdateContextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts index c9b43fb0fe05..6377cc840705 100644 --- a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDeviceFleetRequest } from "../models/models_4"; import { de_UpdateDeviceFleetCommand, se_UpdateDeviceFleetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts index ccba683d875b..66d89c99090d 100644 --- a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDevicesRequest } from "../models/models_4"; import { de_UpdateDevicesCommand, se_UpdateDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts index 917071ea1871..26c2a459f765 100644 --- a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_4"; import { de_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts index d5919761b749..c526adf8d4b4 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_4"; import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts index 897f08074d11..c3b850d241c2 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEndpointWeightsAndCapacitiesInput, UpdateEndpointWeightsAndCapacitiesOutput } from "../models/models_4"; import { diff --git a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts index 1f0f8f4de3dd..ab13c98b1fbb 100644 --- a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/models_4"; import { de_UpdateExperimentCommand, se_UpdateExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts index e496b38b449e..d5662f31d3ce 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFeatureGroupRequest, UpdateFeatureGroupResponse } from "../models/models_4"; import { de_UpdateFeatureGroupCommand, se_UpdateFeatureGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts index d14a7352024f..d621175a6be5 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFeatureMetadataRequest } from "../models/models_4"; import { de_UpdateFeatureMetadataCommand, se_UpdateFeatureMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts index 426782963fb2..933d232f8855 100644 --- a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHubRequest, UpdateHubResponse } from "../models/models_4"; import { de_UpdateHubCommand, se_UpdateHubCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts index af9c137c0c1c..56dae831e289 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateImageRequest, UpdateImageResponse } from "../models/models_4"; import { de_UpdateImageCommand, se_UpdateImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts index 46da6f54e44c..38e0f4018a8b 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateImageVersionRequest, UpdateImageVersionResponse } from "../models/models_4"; import { de_UpdateImageVersionCommand, se_UpdateImageVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts index 5f1945d5ed61..f0ac2a079297 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInferenceExperimentRequest, UpdateInferenceExperimentResponse } from "../models/models_4"; import { de_UpdateInferenceExperimentCommand, se_UpdateInferenceExperimentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts index 3b86d6a3f369..6c36be185590 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateModelCardRequest, diff --git a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts index b27612831645..33076bcc9fd1 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateModelPackageInput, UpdateModelPackageOutput } from "../models/models_4"; import { de_UpdateModelPackageCommand, se_UpdateModelPackageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts index 643b8a6707c6..63ac9abc0cc4 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMonitoringAlertRequest, UpdateMonitoringAlertResponse } from "../models/models_4"; import { de_UpdateMonitoringAlertCommand, se_UpdateMonitoringAlertCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts index 864d43b712a6..396c43854cb8 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMonitoringScheduleRequest, UpdateMonitoringScheduleResponse } from "../models/models_4"; import { de_UpdateMonitoringScheduleCommand, se_UpdateMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts index c2814fc40805..bc4134655030 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNotebookInstanceInput, UpdateNotebookInstanceOutput } from "../models/models_4"; import { de_UpdateNotebookInstanceCommand, se_UpdateNotebookInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts index 48a9336269c9..0e844c6b5320 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNotebookInstanceLifecycleConfigInput, diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts index 92e29c00fa6c..9b9fc1a868ee 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_4"; import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts index 0ba8fca21bf5..15eefe666d75 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePipelineExecutionRequest, UpdatePipelineExecutionResponse } from "../models/models_4"; import { de_UpdatePipelineExecutionCommand, se_UpdatePipelineExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts index 2e338121e5ac..9cf929593379 100644 --- a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_4"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts index d99dcefb2b6d..5804bb18e29a 100644 --- a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_4"; import { de_UpdateSpaceCommand, se_UpdateSpaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts index 8bd2a2480d67..f9428764a140 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrainingJobRequest, UpdateTrainingJobResponse } from "../models/models_4"; import { de_UpdateTrainingJobCommand, se_UpdateTrainingJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts index 8a91df25db6b..486b8742526b 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_4"; import { de_UpdateTrialCommand, se_UpdateTrialCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts index 0b78adbcd39a..dc430e6007c1 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../models/models_4"; import { de_UpdateTrialComponentCommand, se_UpdateTrialComponentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts index c1ec58bdf47d..315d1c5e7a09 100644 --- a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserProfileRequest, UpdateUserProfileResponse } from "../models/models_4"; import { de_UpdateUserProfileCommand, se_UpdateUserProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts index 95e36e8d71c8..14f7758b810e 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkforceRequest, diff --git a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts index 3fecc6a6c4dc..8ea647e571ee 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkteamRequest, UpdateWorkteamResponse } from "../models/models_4"; import { de_UpdateWorkteamCommand, se_UpdateWorkteamCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sagemaker/src/endpoint/EndpointParameters.ts b/clients/client-sagemaker/src/endpoint/EndpointParameters.ts index 5e737a032963..88ee661a4f9a 100644 --- a/clients/client-sagemaker/src/endpoint/EndpointParameters.ts +++ b/clients/client-sagemaker/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sagemaker/src/endpoint/endpointResolver.ts b/clients/client-sagemaker/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sagemaker/src/endpoint/endpointResolver.ts +++ b/clients/client-sagemaker/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sagemaker/src/endpoint/ruleset.ts b/clients/client-sagemaker/src/endpoint/ruleset.ts index 405c7e030874..b29184648544 100644 --- a/clients/client-sagemaker/src/endpoint/ruleset.ts +++ b/clients/client-sagemaker/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sagemaker/src/models/SageMakerServiceException.ts b/clients/client-sagemaker/src/models/SageMakerServiceException.ts index 347062de2e3f..d0d7f8a9f3ce 100644 --- a/clients/client-sagemaker/src/models/SageMakerServiceException.ts +++ b/clients/client-sagemaker/src/models/SageMakerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sagemaker/src/models/models_0.ts b/clients/client-sagemaker/src/models/models_0.ts index 3b37a2248198..35bf7c8f1992 100644 --- a/clients/client-sagemaker/src/models/models_0.ts +++ b/clients/client-sagemaker/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException"; diff --git a/clients/client-sagemaker/src/models/models_1.ts b/clients/client-sagemaker/src/models/models_1.ts index 6e5e13039fc8..10752c366bfd 100644 --- a/clients/client-sagemaker/src/models/models_1.ts +++ b/clients/client-sagemaker/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { LazyJsonString as __LazyJsonString, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { LazyJsonString as __LazyJsonString, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AdditionalInferenceSpecificationDefinition, diff --git a/clients/client-sagemaker/src/models/models_2.ts b/clients/client-sagemaker/src/models/models_2.ts index afb5a7822a8f..726b135eba88 100644 --- a/clients/client-sagemaker/src/models/models_2.ts +++ b/clients/client-sagemaker/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { ActionSource, diff --git a/clients/client-sagemaker/src/models/models_3.ts b/clients/client-sagemaker/src/models/models_3.ts index a7bcf1ab8eed..d72e78e92106 100644 --- a/clients/client-sagemaker/src/models/models_3.ts +++ b/clients/client-sagemaker/src/models/models_3.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { ActionSummary, diff --git a/clients/client-sagemaker/src/models/models_4.ts b/clients/client-sagemaker/src/models/models_4.ts index fac0ea3b330a..d7cebec4b410 100644 --- a/clients/client-sagemaker/src/models/models_4.ts +++ b/clients/client-sagemaker/src/models/models_4.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SENSITIVE_STRING } from "@smithy/smithy-client"; import { ActionStatus, diff --git a/clients/client-sagemaker/src/pagination/Interfaces.ts b/clients/client-sagemaker/src/pagination/Interfaces.ts index 961312d6b047..6f3bc3f245de 100644 --- a/clients/client-sagemaker/src/pagination/Interfaces.ts +++ b/clients/client-sagemaker/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListActionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListActionsPaginator.ts index ede8dd44bfab..69ec2d807c84 100644 --- a/clients/client-sagemaker/src/pagination/ListActionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListActionsCommand, ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListAlgorithmsPaginator.ts b/clients/client-sagemaker/src/pagination/ListAlgorithmsPaginator.ts index f7747bcda1ef..c7631a935f33 100644 --- a/clients/client-sagemaker/src/pagination/ListAlgorithmsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAlgorithmsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAlgorithmsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListAliasesPaginator.ts b/clients/client-sagemaker/src/pagination/ListAliasesPaginator.ts index f1fafe4f4051..d5f8312a7679 100644 --- a/clients/client-sagemaker/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListAppImageConfigsPaginator.ts b/clients/client-sagemaker/src/pagination/ListAppImageConfigsPaginator.ts index 9630b97c8fc6..73a0dc025517 100644 --- a/clients/client-sagemaker/src/pagination/ListAppImageConfigsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAppImageConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppImageConfigsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListAppsPaginator.ts b/clients/client-sagemaker/src/pagination/ListAppsPaginator.ts index c54514bfdd16..a15b8f7f1340 100644 --- a/clients/client-sagemaker/src/pagination/ListAppsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAppsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppsCommand, ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListArtifactsPaginator.ts b/clients/client-sagemaker/src/pagination/ListArtifactsPaginator.ts index 52823c1eb903..c3c5dfeada7e 100644 --- a/clients/client-sagemaker/src/pagination/ListArtifactsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListArtifactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListArtifactsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListAssociationsPaginator.ts b/clients/client-sagemaker/src/pagination/ListAssociationsPaginator.ts index 625bb75117f0..61e34e85431d 100644 --- a/clients/client-sagemaker/src/pagination/ListAssociationsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociationsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListAutoMLJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListAutoMLJobsPaginator.ts index 5c8050dbc409..c6c516497f7a 100644 --- a/clients/client-sagemaker/src/pagination/ListAutoMLJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListAutoMLJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAutoMLJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListCandidatesForAutoMLJobPaginator.ts b/clients/client-sagemaker/src/pagination/ListCandidatesForAutoMLJobPaginator.ts index fb7a1a3bb96d..3e760819b830 100644 --- a/clients/client-sagemaker/src/pagination/ListCandidatesForAutoMLJobPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListCandidatesForAutoMLJobPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCandidatesForAutoMLJobCommand, diff --git a/clients/client-sagemaker/src/pagination/ListCodeRepositoriesPaginator.ts b/clients/client-sagemaker/src/pagination/ListCodeRepositoriesPaginator.ts index 9e55cd420f00..648e2dd9afc3 100644 --- a/clients/client-sagemaker/src/pagination/ListCodeRepositoriesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListCodeRepositoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCodeRepositoriesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListCompilationJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListCompilationJobsPaginator.ts index 0eb462aef193..b9e4a7001731 100644 --- a/clients/client-sagemaker/src/pagination/ListCompilationJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListCompilationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCompilationJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListContextsPaginator.ts b/clients/client-sagemaker/src/pagination/ListContextsPaginator.ts index 8a1ae2258ced..154b11517007 100644 --- a/clients/client-sagemaker/src/pagination/ListContextsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListContextsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContextsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListDataQualityJobDefinitionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListDataQualityJobDefinitionsPaginator.ts index 1084c5641dcb..647536876ed4 100644 --- a/clients/client-sagemaker/src/pagination/ListDataQualityJobDefinitionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListDataQualityJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataQualityJobDefinitionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListDeviceFleetsPaginator.ts b/clients/client-sagemaker/src/pagination/ListDeviceFleetsPaginator.ts index a7fb906b48e6..f058ec0591bb 100644 --- a/clients/client-sagemaker/src/pagination/ListDeviceFleetsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListDeviceFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeviceFleetsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListDevicesPaginator.ts b/clients/client-sagemaker/src/pagination/ListDevicesPaginator.ts index 675ab011ef0b..26e4af6e6aef 100644 --- a/clients/client-sagemaker/src/pagination/ListDevicesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListDomainsPaginator.ts b/clients/client-sagemaker/src/pagination/ListDomainsPaginator.ts index f4bbae64006a..2025febe87cd 100644 --- a/clients/client-sagemaker/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListEdgeDeploymentPlansPaginator.ts b/clients/client-sagemaker/src/pagination/ListEdgeDeploymentPlansPaginator.ts index fe0eb9bd5cf7..a61c957cd327 100644 --- a/clients/client-sagemaker/src/pagination/ListEdgeDeploymentPlansPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListEdgeDeploymentPlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEdgeDeploymentPlansCommand, diff --git a/clients/client-sagemaker/src/pagination/ListEdgePackagingJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListEdgePackagingJobsPaginator.ts index fd33a42d65bf..6f86bba5db28 100644 --- a/clients/client-sagemaker/src/pagination/ListEdgePackagingJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListEdgePackagingJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEdgePackagingJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListEndpointConfigsPaginator.ts b/clients/client-sagemaker/src/pagination/ListEndpointConfigsPaginator.ts index b9008b94306f..3d5e5463ef85 100644 --- a/clients/client-sagemaker/src/pagination/ListEndpointConfigsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListEndpointConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointConfigsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListEndpointsPaginator.ts b/clients/client-sagemaker/src/pagination/ListEndpointsPaginator.ts index d00da029f705..17b9f3cac738 100644 --- a/clients/client-sagemaker/src/pagination/ListEndpointsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListEndpointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListExperimentsPaginator.ts b/clients/client-sagemaker/src/pagination/ListExperimentsPaginator.ts index d3907c565724..1d7b9f59e75d 100644 --- a/clients/client-sagemaker/src/pagination/ListExperimentsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListExperimentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExperimentsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListFlowDefinitionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListFlowDefinitionsPaginator.ts index 0a90c3177054..df84c6759f70 100644 --- a/clients/client-sagemaker/src/pagination/ListFlowDefinitionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListFlowDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFlowDefinitionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListHumanTaskUisPaginator.ts b/clients/client-sagemaker/src/pagination/ListHumanTaskUisPaginator.ts index 04eed73813f9..7948bfadece6 100644 --- a/clients/client-sagemaker/src/pagination/ListHumanTaskUisPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListHumanTaskUisPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHumanTaskUisCommand, diff --git a/clients/client-sagemaker/src/pagination/ListHyperParameterTuningJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListHyperParameterTuningJobsPaginator.ts index 4a1a275b5459..0a1534bd3791 100644 --- a/clients/client-sagemaker/src/pagination/ListHyperParameterTuningJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListHyperParameterTuningJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListHyperParameterTuningJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListImageVersionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListImageVersionsPaginator.ts index 3c8ab000e3ad..1d0b8762404e 100644 --- a/clients/client-sagemaker/src/pagination/ListImageVersionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListImageVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImageVersionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListImagesPaginator.ts b/clients/client-sagemaker/src/pagination/ListImagesPaginator.ts index 5cc64fc0f210..a105840e3d0a 100644 --- a/clients/client-sagemaker/src/pagination/ListImagesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImagesCommand, ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListInferenceExperimentsPaginator.ts b/clients/client-sagemaker/src/pagination/ListInferenceExperimentsPaginator.ts index 398d03dbd74c..11890289d9f8 100644 --- a/clients/client-sagemaker/src/pagination/ListInferenceExperimentsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListInferenceExperimentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceExperimentsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobStepsPaginator.ts b/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobStepsPaginator.ts index adc20395f255..0839fbee22a9 100644 --- a/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobStepsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobStepsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceRecommendationsJobStepsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobsPaginator.ts index b5c252592b8c..1e89cee673f0 100644 --- a/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListInferenceRecommendationsJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInferenceRecommendationsJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListLabelingJobsForWorkteamPaginator.ts b/clients/client-sagemaker/src/pagination/ListLabelingJobsForWorkteamPaginator.ts index a66c6ee6a938..1550a7962191 100644 --- a/clients/client-sagemaker/src/pagination/ListLabelingJobsForWorkteamPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListLabelingJobsForWorkteamPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLabelingJobsForWorkteamCommand, diff --git a/clients/client-sagemaker/src/pagination/ListLabelingJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListLabelingJobsPaginator.ts index d56fcaa66d9d..1acedbd14393 100644 --- a/clients/client-sagemaker/src/pagination/ListLabelingJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListLabelingJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLabelingJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListLineageGroupsPaginator.ts b/clients/client-sagemaker/src/pagination/ListLineageGroupsPaginator.ts index 134efb69dd0b..71dd6d654eae 100644 --- a/clients/client-sagemaker/src/pagination/ListLineageGroupsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListLineageGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLineageGroupsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelBiasJobDefinitionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelBiasJobDefinitionsPaginator.ts index 915c5edab37b..4cc0be22b720 100644 --- a/clients/client-sagemaker/src/pagination/ListModelBiasJobDefinitionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelBiasJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelBiasJobDefinitionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelCardExportJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelCardExportJobsPaginator.ts index 295853ac0c5a..b27cd649eb2f 100644 --- a/clients/client-sagemaker/src/pagination/ListModelCardExportJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelCardExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelCardExportJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelCardVersionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelCardVersionsPaginator.ts index c9d526e3e65b..63e6b0ba7e0e 100644 --- a/clients/client-sagemaker/src/pagination/ListModelCardVersionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelCardVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelCardVersionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelCardsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelCardsPaginator.ts index 7d91874a7b0f..fa78336ac40a 100644 --- a/clients/client-sagemaker/src/pagination/ListModelCardsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelCardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelCardsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelExplainabilityJobDefinitionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelExplainabilityJobDefinitionsPaginator.ts index 9a64b8ac5350..89654a297e0d 100644 --- a/clients/client-sagemaker/src/pagination/ListModelExplainabilityJobDefinitionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelExplainabilityJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelExplainabilityJobDefinitionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelMetadataPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelMetadataPaginator.ts index c3a77a108d04..f9fd3dbad14f 100644 --- a/clients/client-sagemaker/src/pagination/ListModelMetadataPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelMetadataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelMetadataCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelPackageGroupsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelPackageGroupsPaginator.ts index 93f7618882e8..1dd32b4dddab 100644 --- a/clients/client-sagemaker/src/pagination/ListModelPackageGroupsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelPackageGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelPackageGroupsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelPackagesPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelPackagesPaginator.ts index a09f89e89966..3fa0bbb60e8b 100644 --- a/clients/client-sagemaker/src/pagination/ListModelPackagesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelPackagesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelQualityJobDefinitionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelQualityJobDefinitionsPaginator.ts index 9c7f87120c5d..bfca4acd6740 100644 --- a/clients/client-sagemaker/src/pagination/ListModelQualityJobDefinitionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelQualityJobDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelQualityJobDefinitionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListModelsPaginator.ts b/clients/client-sagemaker/src/pagination/ListModelsPaginator.ts index f7f33b1bdc81..e49065ebc608 100644 --- a/clients/client-sagemaker/src/pagination/ListModelsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListModelsCommand, ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListMonitoringAlertHistoryPaginator.ts b/clients/client-sagemaker/src/pagination/ListMonitoringAlertHistoryPaginator.ts index 87eb6107504f..f55b4c22a66f 100644 --- a/clients/client-sagemaker/src/pagination/ListMonitoringAlertHistoryPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListMonitoringAlertHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitoringAlertHistoryCommand, diff --git a/clients/client-sagemaker/src/pagination/ListMonitoringAlertsPaginator.ts b/clients/client-sagemaker/src/pagination/ListMonitoringAlertsPaginator.ts index a761cb25f698..c2427be8059a 100644 --- a/clients/client-sagemaker/src/pagination/ListMonitoringAlertsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListMonitoringAlertsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitoringAlertsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListMonitoringExecutionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListMonitoringExecutionsPaginator.ts index 3222fa178f2d..0aca3de1464d 100644 --- a/clients/client-sagemaker/src/pagination/ListMonitoringExecutionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListMonitoringExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitoringExecutionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListMonitoringSchedulesPaginator.ts b/clients/client-sagemaker/src/pagination/ListMonitoringSchedulesPaginator.ts index 9ccd904a1667..b741a03b3f61 100644 --- a/clients/client-sagemaker/src/pagination/ListMonitoringSchedulesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListMonitoringSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMonitoringSchedulesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListNotebookInstanceLifecycleConfigsPaginator.ts b/clients/client-sagemaker/src/pagination/ListNotebookInstanceLifecycleConfigsPaginator.ts index 6c4b8fbdc095..5b010ad14db3 100644 --- a/clients/client-sagemaker/src/pagination/ListNotebookInstanceLifecycleConfigsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListNotebookInstanceLifecycleConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNotebookInstanceLifecycleConfigsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListNotebookInstancesPaginator.ts b/clients/client-sagemaker/src/pagination/ListNotebookInstancesPaginator.ts index be47d6feb847..28bafa47d0e3 100644 --- a/clients/client-sagemaker/src/pagination/ListNotebookInstancesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListNotebookInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNotebookInstancesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListPipelineExecutionStepsPaginator.ts b/clients/client-sagemaker/src/pagination/ListPipelineExecutionStepsPaginator.ts index 43bdf3075031..ae7b8a570bd5 100644 --- a/clients/client-sagemaker/src/pagination/ListPipelineExecutionStepsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListPipelineExecutionStepsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelineExecutionStepsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListPipelineExecutionsPaginator.ts b/clients/client-sagemaker/src/pagination/ListPipelineExecutionsPaginator.ts index d3a81f824f75..285b54e8fe3a 100644 --- a/clients/client-sagemaker/src/pagination/ListPipelineExecutionsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListPipelineExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelineExecutionsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListPipelineParametersForExecutionPaginator.ts b/clients/client-sagemaker/src/pagination/ListPipelineParametersForExecutionPaginator.ts index 3200444432f7..46206a67f5fd 100644 --- a/clients/client-sagemaker/src/pagination/ListPipelineParametersForExecutionPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListPipelineParametersForExecutionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelineParametersForExecutionCommand, diff --git a/clients/client-sagemaker/src/pagination/ListPipelinesPaginator.ts b/clients/client-sagemaker/src/pagination/ListPipelinesPaginator.ts index c4708e0b5dea..04ef843aa03b 100644 --- a/clients/client-sagemaker/src/pagination/ListPipelinesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListPipelinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPipelinesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListProcessingJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListProcessingJobsPaginator.ts index 8658ee51b78f..72a84994b9be 100644 --- a/clients/client-sagemaker/src/pagination/ListProcessingJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListProcessingJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProcessingJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListProjectsPaginator.ts b/clients/client-sagemaker/src/pagination/ListProjectsPaginator.ts index 06a45241bced..ef887dbbaf54 100644 --- a/clients/client-sagemaker/src/pagination/ListProjectsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListProjectsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProjectsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListSpacesPaginator.ts b/clients/client-sagemaker/src/pagination/ListSpacesPaginator.ts index b4cc6c46ab3a..558eb27c2791 100644 --- a/clients/client-sagemaker/src/pagination/ListSpacesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListSpacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSpacesCommand, ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListStageDevicesPaginator.ts b/clients/client-sagemaker/src/pagination/ListStageDevicesPaginator.ts index 4eb1d670c5a4..df1694024f63 100644 --- a/clients/client-sagemaker/src/pagination/ListStageDevicesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListStageDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStageDevicesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListStudioLifecycleConfigsPaginator.ts b/clients/client-sagemaker/src/pagination/ListStudioLifecycleConfigsPaginator.ts index 7a8edd3f7d93..8d8956231aa7 100644 --- a/clients/client-sagemaker/src/pagination/ListStudioLifecycleConfigsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListStudioLifecycleConfigsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStudioLifecycleConfigsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListSubscribedWorkteamsPaginator.ts b/clients/client-sagemaker/src/pagination/ListSubscribedWorkteamsPaginator.ts index 18b92157a804..39090c89b8d0 100644 --- a/clients/client-sagemaker/src/pagination/ListSubscribedWorkteamsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListSubscribedWorkteamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSubscribedWorkteamsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListTagsPaginator.ts b/clients/client-sagemaker/src/pagination/ListTagsPaginator.ts index 05c0578ca3cf..04fd0742ecd0 100644 --- a/clients/client-sagemaker/src/pagination/ListTagsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTagsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.ts b/clients/client-sagemaker/src/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.ts index bdd5bcda59df..0e3a7d4d1c6c 100644 --- a/clients/client-sagemaker/src/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrainingJobsForHyperParameterTuningJobCommand, diff --git a/clients/client-sagemaker/src/pagination/ListTrainingJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListTrainingJobsPaginator.ts index c38ed75db02f..93bb88769b03 100644 --- a/clients/client-sagemaker/src/pagination/ListTrainingJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTrainingJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrainingJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListTransformJobsPaginator.ts b/clients/client-sagemaker/src/pagination/ListTransformJobsPaginator.ts index 8d185fb06307..884ac865cd97 100644 --- a/clients/client-sagemaker/src/pagination/ListTransformJobsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTransformJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTransformJobsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListTrialComponentsPaginator.ts b/clients/client-sagemaker/src/pagination/ListTrialComponentsPaginator.ts index 1466b1db9736..4e967ac3ed01 100644 --- a/clients/client-sagemaker/src/pagination/ListTrialComponentsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTrialComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrialComponentsCommand, diff --git a/clients/client-sagemaker/src/pagination/ListTrialsPaginator.ts b/clients/client-sagemaker/src/pagination/ListTrialsPaginator.ts index dd87c2ebcb81..986761ab7941 100644 --- a/clients/client-sagemaker/src/pagination/ListTrialsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListTrialsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrialsCommand, ListTrialsCommandInput, ListTrialsCommandOutput } from "../commands/ListTrialsCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/pagination/ListUserProfilesPaginator.ts b/clients/client-sagemaker/src/pagination/ListUserProfilesPaginator.ts index 220c96e1349a..35a9d117f93b 100644 --- a/clients/client-sagemaker/src/pagination/ListUserProfilesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListUserProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserProfilesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListWorkforcesPaginator.ts b/clients/client-sagemaker/src/pagination/ListWorkforcesPaginator.ts index b75e629a8213..548a1faecdb8 100644 --- a/clients/client-sagemaker/src/pagination/ListWorkforcesPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListWorkforcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkforcesCommand, diff --git a/clients/client-sagemaker/src/pagination/ListWorkteamsPaginator.ts b/clients/client-sagemaker/src/pagination/ListWorkteamsPaginator.ts index 3223346cb30d..d7863e9e98d5 100644 --- a/clients/client-sagemaker/src/pagination/ListWorkteamsPaginator.ts +++ b/clients/client-sagemaker/src/pagination/ListWorkteamsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkteamsCommand, diff --git a/clients/client-sagemaker/src/pagination/QueryLineagePaginator.ts b/clients/client-sagemaker/src/pagination/QueryLineagePaginator.ts index 8b2297148ef4..3ab1af57dd49 100644 --- a/clients/client-sagemaker/src/pagination/QueryLineagePaginator.ts +++ b/clients/client-sagemaker/src/pagination/QueryLineagePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryLineageCommand, diff --git a/clients/client-sagemaker/src/pagination/SearchPaginator.ts b/clients/client-sagemaker/src/pagination/SearchPaginator.ts index dda9c98fd292..13a2a42a2f39 100644 --- a/clients/client-sagemaker/src/pagination/SearchPaginator.ts +++ b/clients/client-sagemaker/src/pagination/SearchPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchCommand, SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts index 7f7a897eefaf..c8993160d07d 100644 --- a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts +++ b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AddAssociationCommandInput, AddAssociationCommandOutput } from "../commands/AddAssociationCommand"; diff --git a/clients/client-sagemaker/src/runtimeConfig.browser.ts b/clients/client-sagemaker/src/runtimeConfig.browser.ts index 1945bafb02c4..4ac5f43a5851 100644 --- a/clients/client-sagemaker/src/runtimeConfig.browser.ts +++ b/clients/client-sagemaker/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerClientConfig } from "./SageMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sagemaker/src/runtimeConfig.shared.ts b/clients/client-sagemaker/src/runtimeConfig.shared.ts index f2fbf18ccc65..4a82fc4a49c4 100644 --- a/clients/client-sagemaker/src/runtimeConfig.shared.ts +++ b/clients/client-sagemaker/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SageMakerClientConfig } from "./SageMakerClient"; diff --git a/clients/client-sagemaker/src/runtimeConfig.ts b/clients/client-sagemaker/src/runtimeConfig.ts index 618a1682b5f4..3d22759dfc8f 100644 --- a/clients/client-sagemaker/src/runtimeConfig.ts +++ b/clients/client-sagemaker/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SageMakerClientConfig } from "./SageMakerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sagemaker/src/waiters/waitForEndpointDeleted.ts b/clients/client-sagemaker/src/waiters/waitForEndpointDeleted.ts index a7b348f915c8..a0ef5c839928 100644 --- a/clients/client-sagemaker/src/waiters/waitForEndpointDeleted.ts +++ b/clients/client-sagemaker/src/waiters/waitForEndpointDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEndpointCommand, DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForEndpointInService.ts b/clients/client-sagemaker/src/waiters/waitForEndpointInService.ts index e4b3b24b9c4c..9197ae44755d 100644 --- a/clients/client-sagemaker/src/waiters/waitForEndpointInService.ts +++ b/clients/client-sagemaker/src/waiters/waitForEndpointInService.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeEndpointCommand, DescribeEndpointCommandInput } from "../commands/DescribeEndpointCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForImageCreated.ts b/clients/client-sagemaker/src/waiters/waitForImageCreated.ts index 145ab3e7f199..251c2f71f699 100644 --- a/clients/client-sagemaker/src/waiters/waitForImageCreated.ts +++ b/clients/client-sagemaker/src/waiters/waitForImageCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageCommand, DescribeImageCommandInput } from "../commands/DescribeImageCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForImageDeleted.ts b/clients/client-sagemaker/src/waiters/waitForImageDeleted.ts index d0422a918cff..f528b8a4eb82 100644 --- a/clients/client-sagemaker/src/waiters/waitForImageDeleted.ts +++ b/clients/client-sagemaker/src/waiters/waitForImageDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageCommand, DescribeImageCommandInput } from "../commands/DescribeImageCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForImageUpdated.ts b/clients/client-sagemaker/src/waiters/waitForImageUpdated.ts index 7e7797d3cb30..886d5bf88f90 100644 --- a/clients/client-sagemaker/src/waiters/waitForImageUpdated.ts +++ b/clients/client-sagemaker/src/waiters/waitForImageUpdated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageCommand, DescribeImageCommandInput } from "../commands/DescribeImageCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForImageVersionCreated.ts b/clients/client-sagemaker/src/waiters/waitForImageVersionCreated.ts index 16565f4b644e..e9a9224943f4 100644 --- a/clients/client-sagemaker/src/waiters/waitForImageVersionCreated.ts +++ b/clients/client-sagemaker/src/waiters/waitForImageVersionCreated.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageVersionCommand, DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForImageVersionDeleted.ts b/clients/client-sagemaker/src/waiters/waitForImageVersionDeleted.ts index 13e51fc93aaa..1d57436bc40e 100644 --- a/clients/client-sagemaker/src/waiters/waitForImageVersionDeleted.ts +++ b/clients/client-sagemaker/src/waiters/waitForImageVersionDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeImageVersionCommand, DescribeImageVersionCommandInput } from "../commands/DescribeImageVersionCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceDeleted.ts b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceDeleted.ts index 1a54e87211dc..b9e9e5de4195 100644 --- a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceDeleted.ts +++ b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNotebookInstanceCommand, diff --git a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceInService.ts b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceInService.ts index 0eaf6557eb4c..7bb93737eb33 100644 --- a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceInService.ts +++ b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceInService.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNotebookInstanceCommand, diff --git a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceStopped.ts b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceStopped.ts index a5d337d32f01..5139bfa36070 100644 --- a/clients/client-sagemaker/src/waiters/waitForNotebookInstanceStopped.ts +++ b/clients/client-sagemaker/src/waiters/waitForNotebookInstanceStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeNotebookInstanceCommand, diff --git a/clients/client-sagemaker/src/waiters/waitForProcessingJobCompletedOrStopped.ts b/clients/client-sagemaker/src/waiters/waitForProcessingJobCompletedOrStopped.ts index 94364a1b3bf6..92f64307dca3 100644 --- a/clients/client-sagemaker/src/waiters/waitForProcessingJobCompletedOrStopped.ts +++ b/clients/client-sagemaker/src/waiters/waitForProcessingJobCompletedOrStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeProcessingJobCommand, diff --git a/clients/client-sagemaker/src/waiters/waitForTrainingJobCompletedOrStopped.ts b/clients/client-sagemaker/src/waiters/waitForTrainingJobCompletedOrStopped.ts index a64ec2c88d29..604cbdfd0a98 100644 --- a/clients/client-sagemaker/src/waiters/waitForTrainingJobCompletedOrStopped.ts +++ b/clients/client-sagemaker/src/waiters/waitForTrainingJobCompletedOrStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTrainingJobCommand, DescribeTrainingJobCommandInput } from "../commands/DescribeTrainingJobCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-sagemaker/src/waiters/waitForTransformJobCompletedOrStopped.ts b/clients/client-sagemaker/src/waiters/waitForTransformJobCompletedOrStopped.ts index 3e9c04c29970..05d91bbd8fac 100644 --- a/clients/client-sagemaker/src/waiters/waitForTransformJobCompletedOrStopped.ts +++ b/clients/client-sagemaker/src/waiters/waitForTransformJobCompletedOrStopped.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeTransformJobCommand, DescribeTransformJobCommandInput } from "../commands/DescribeTransformJobCommand"; import { SageMakerClient } from "../SageMakerClient"; diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index 53594c66bf83..46382f5c2e0f 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-savingsplans/src/Savingsplans.ts b/clients/client-savingsplans/src/Savingsplans.ts index 2c60b4f5f7d3..66d82ada39cc 100644 --- a/clients/client-savingsplans/src/Savingsplans.ts +++ b/clients/client-savingsplans/src/Savingsplans.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateSavingsPlanCommand, diff --git a/clients/client-savingsplans/src/SavingsplansClient.ts b/clients/client-savingsplans/src/SavingsplansClient.ts index b64431a68fcd..b634714b9aed 100644 --- a/clients/client-savingsplans/src/SavingsplansClient.ts +++ b/clients/client-savingsplans/src/SavingsplansClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput } from "./commands/CreateSavingsPlanCommand"; @@ -126,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -235,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts index d338742a9174..7a7e899db72c 100644 --- a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSavingsPlanRequest, CreateSavingsPlanResponse } from "../models/models_0"; import { de_CreateSavingsPlanCommand, se_CreateSavingsPlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts index a82819988bf9..3a9f9d485293 100644 --- a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteQueuedSavingsPlanRequest, DeleteQueuedSavingsPlanResponse } from "../models/models_0"; import { de_DeleteQueuedSavingsPlanCommand, se_DeleteQueuedSavingsPlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts index 30507aa8c454..7145e1da0ca2 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSavingsPlanRatesRequest, DescribeSavingsPlanRatesResponse } from "../models/models_0"; import { de_DescribeSavingsPlanRatesCommand, se_DescribeSavingsPlanRatesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts index a0263d6c0539..89634e2e89d3 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSavingsPlansRequest, DescribeSavingsPlansResponse } from "../models/models_0"; import { de_DescribeSavingsPlansCommand, se_DescribeSavingsPlansCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts index fab98c1e19f2..2c6d31823eff 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSavingsPlansOfferingRatesRequest, diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts index d3cc330815a0..b7b9390c3b92 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSavingsPlansOfferingsRequest, DescribeSavingsPlansOfferingsResponse } from "../models/models_0"; import { diff --git a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts index cf5fcfff1c45..fc1dd1a57b77 100644 --- a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/TagResourceCommand.ts b/clients/client-savingsplans/src/commands/TagResourceCommand.ts index cededf82ed01..aeea72797991 100644 --- a/clients/client-savingsplans/src/commands/TagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts index b3415f6c1ad7..4529515ad8d8 100644 --- a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-savingsplans/src/endpoint/EndpointParameters.ts b/clients/client-savingsplans/src/endpoint/EndpointParameters.ts index 48d15841ec8c..97d75dea3d0b 100644 --- a/clients/client-savingsplans/src/endpoint/EndpointParameters.ts +++ b/clients/client-savingsplans/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-savingsplans/src/endpoint/endpointResolver.ts b/clients/client-savingsplans/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-savingsplans/src/endpoint/endpointResolver.ts +++ b/clients/client-savingsplans/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-savingsplans/src/endpoint/ruleset.ts b/clients/client-savingsplans/src/endpoint/ruleset.ts index f36dfd36e6b3..4ebcda7b5929 100644 --- a/clients/client-savingsplans/src/endpoint/ruleset.ts +++ b/clients/client-savingsplans/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-savingsplans/src/models/SavingsplansServiceException.ts b/clients/client-savingsplans/src/models/SavingsplansServiceException.ts index e3baf31d5a55..3c4d2e4eec99 100644 --- a/clients/client-savingsplans/src/models/SavingsplansServiceException.ts +++ b/clients/client-savingsplans/src/models/SavingsplansServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-savingsplans/src/models/models_0.ts b/clients/client-savingsplans/src/models/models_0.ts index 6927f68a0afb..268b6d7f3ac3 100644 --- a/clients/client-savingsplans/src/models/models_0.ts +++ b/clients/client-savingsplans/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SavingsplansServiceException as __BaseException } from "./SavingsplansServiceException"; diff --git a/clients/client-savingsplans/src/protocols/Aws_restJson1.ts b/clients/client-savingsplans/src/protocols/Aws_restJson1.ts index 6c2eefa1a0e5..d7476678a766 100644 --- a/clients/client-savingsplans/src/protocols/Aws_restJson1.ts +++ b/clients/client-savingsplans/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateSavingsPlanCommandInput, CreateSavingsPlanCommandOutput } from "../commands/CreateSavingsPlanCommand"; diff --git a/clients/client-savingsplans/src/runtimeConfig.browser.ts b/clients/client-savingsplans/src/runtimeConfig.browser.ts index f7d530dc0f1e..f259cbc29b3b 100644 --- a/clients/client-savingsplans/src/runtimeConfig.browser.ts +++ b/clients/client-savingsplans/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SavingsplansClientConfig } from "./SavingsplansClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-savingsplans/src/runtimeConfig.shared.ts b/clients/client-savingsplans/src/runtimeConfig.shared.ts index b92ddc49e376..011d3e14afdc 100644 --- a/clients/client-savingsplans/src/runtimeConfig.shared.ts +++ b/clients/client-savingsplans/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SavingsplansClientConfig } from "./SavingsplansClient"; diff --git a/clients/client-savingsplans/src/runtimeConfig.ts b/clients/client-savingsplans/src/runtimeConfig.ts index b5016ef7ae37..c928d26a8ff9 100644 --- a/clients/client-savingsplans/src/runtimeConfig.ts +++ b/clients/client-savingsplans/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SavingsplansClientConfig } from "./SavingsplansClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-scheduler/package.json b/clients/client-scheduler/package.json index 3237b8c52cdd..7b0c0d623794 100644 --- a/clients/client-scheduler/package.json +++ b/clients/client-scheduler/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-scheduler/src/Scheduler.ts b/clients/client-scheduler/src/Scheduler.ts index 1852f2c13f3e..263402510f45 100644 --- a/clients/client-scheduler/src/Scheduler.ts +++ b/clients/client-scheduler/src/Scheduler.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateScheduleCommand, diff --git a/clients/client-scheduler/src/SchedulerClient.ts b/clients/client-scheduler/src/SchedulerClient.ts index 12546ef22e61..12d0cf7eee54 100644 --- a/clients/client-scheduler/src/SchedulerClient.ts +++ b/clients/client-scheduler/src/SchedulerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateScheduleCommandInput, CreateScheduleCommandOutput } from "./commands/CreateScheduleCommand"; @@ -126,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -235,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts index 6447e1bf68be..842b9e3e3f46 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateScheduleInput, CreateScheduleOutput } from "../models/models_0"; import { de_CreateScheduleCommand, se_CreateScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts index a923e3eb537f..a15d2bc3ef97 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateScheduleGroupInput, CreateScheduleGroupOutput } from "../models/models_0"; import { de_CreateScheduleGroupCommand, se_CreateScheduleGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts index ea55974443a6..f1eb10e42ab9 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteScheduleInput, DeleteScheduleOutput } from "../models/models_0"; import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts index 7fc794b0b4e5..8f8a5004aa8f 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteScheduleGroupInput, DeleteScheduleGroupOutput } from "../models/models_0"; import { de_DeleteScheduleGroupCommand, se_DeleteScheduleGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/GetScheduleCommand.ts b/clients/client-scheduler/src/commands/GetScheduleCommand.ts index 98f3adc53574..1ed3d5d42f06 100644 --- a/clients/client-scheduler/src/commands/GetScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetScheduleInput, GetScheduleOutput } from "../models/models_0"; import { de_GetScheduleCommand, se_GetScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts index 2c0f19ee6a07..4ca7c2f37d05 100644 --- a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetScheduleGroupInput, GetScheduleGroupOutput } from "../models/models_0"; import { de_GetScheduleGroupCommand, se_GetScheduleGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts index 58911c6a7b69..14d6dadd3cf1 100644 --- a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts +++ b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListScheduleGroupsInput, ListScheduleGroupsOutput } from "../models/models_0"; import { de_ListScheduleGroupsCommand, se_ListScheduleGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts index c1d54513e0b9..3c04fa5a244c 100644 --- a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts +++ b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSchedulesInput, ListSchedulesOutput } from "../models/models_0"; import { de_ListSchedulesCommand, se_ListSchedulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts index 650057d26005..91e5d6291a23 100644 --- a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/TagResourceCommand.ts b/clients/client-scheduler/src/commands/TagResourceCommand.ts index 6bc6ebbd86ab..2256aea6a2d9 100644 --- a/clients/client-scheduler/src/commands/TagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/UntagResourceCommand.ts b/clients/client-scheduler/src/commands/UntagResourceCommand.ts index 4e7c61a7e3ed..b27323231f1a 100644 --- a/clients/client-scheduler/src/commands/UntagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts index dd26eceeca3c..3923faeac2a5 100644 --- a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateScheduleInput, UpdateScheduleOutput } from "../models/models_0"; import { de_UpdateScheduleCommand, se_UpdateScheduleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-scheduler/src/endpoint/EndpointParameters.ts b/clients/client-scheduler/src/endpoint/EndpointParameters.ts index d60fe7d8e9b6..156825aa6a05 100644 --- a/clients/client-scheduler/src/endpoint/EndpointParameters.ts +++ b/clients/client-scheduler/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-scheduler/src/endpoint/endpointResolver.ts b/clients/client-scheduler/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-scheduler/src/endpoint/endpointResolver.ts +++ b/clients/client-scheduler/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-scheduler/src/endpoint/ruleset.ts b/clients/client-scheduler/src/endpoint/ruleset.ts index 4a80fe7a4f6f..81b6e3195e36 100644 --- a/clients/client-scheduler/src/endpoint/ruleset.ts +++ b/clients/client-scheduler/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-scheduler/src/models/SchedulerServiceException.ts b/clients/client-scheduler/src/models/SchedulerServiceException.ts index 044864d4c830..22994c8d234f 100644 --- a/clients/client-scheduler/src/models/SchedulerServiceException.ts +++ b/clients/client-scheduler/src/models/SchedulerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-scheduler/src/models/models_0.ts b/clients/client-scheduler/src/models/models_0.ts index ec86b5184fa6..54e6b86deb90 100644 --- a/clients/client-scheduler/src/models/models_0.ts +++ b/clients/client-scheduler/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SchedulerServiceException as __BaseException } from "./SchedulerServiceException"; diff --git a/clients/client-scheduler/src/pagination/Interfaces.ts b/clients/client-scheduler/src/pagination/Interfaces.ts index 9bf89c20249b..47bae26d3518 100644 --- a/clients/client-scheduler/src/pagination/Interfaces.ts +++ b/clients/client-scheduler/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SchedulerClient } from "../SchedulerClient"; diff --git a/clients/client-scheduler/src/pagination/ListScheduleGroupsPaginator.ts b/clients/client-scheduler/src/pagination/ListScheduleGroupsPaginator.ts index 96fa1a2bbe84..963be385aeff 100644 --- a/clients/client-scheduler/src/pagination/ListScheduleGroupsPaginator.ts +++ b/clients/client-scheduler/src/pagination/ListScheduleGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScheduleGroupsCommand, diff --git a/clients/client-scheduler/src/pagination/ListSchedulesPaginator.ts b/clients/client-scheduler/src/pagination/ListSchedulesPaginator.ts index 5c20058fa4f8..d632bac084ac 100644 --- a/clients/client-scheduler/src/pagination/ListSchedulesPaginator.ts +++ b/clients/client-scheduler/src/pagination/ListSchedulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchedulesCommand, diff --git a/clients/client-scheduler/src/protocols/Aws_restJson1.ts b/clients/client-scheduler/src/protocols/Aws_restJson1.ts index be3e070b7457..3910cd4da8fa 100644 --- a/clients/client-scheduler/src/protocols/Aws_restJson1.ts +++ b/clients/client-scheduler/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateScheduleCommandInput, CreateScheduleCommandOutput } from "../commands/CreateScheduleCommand"; diff --git a/clients/client-scheduler/src/runtimeConfig.browser.ts b/clients/client-scheduler/src/runtimeConfig.browser.ts index 73795531898b..ad0c79586ed3 100644 --- a/clients/client-scheduler/src/runtimeConfig.browser.ts +++ b/clients/client-scheduler/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SchedulerClientConfig } from "./SchedulerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-scheduler/src/runtimeConfig.shared.ts b/clients/client-scheduler/src/runtimeConfig.shared.ts index 2e42a1b8104c..426a6ace0d39 100644 --- a/clients/client-scheduler/src/runtimeConfig.shared.ts +++ b/clients/client-scheduler/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SchedulerClientConfig } from "./SchedulerClient"; diff --git a/clients/client-scheduler/src/runtimeConfig.ts b/clients/client-scheduler/src/runtimeConfig.ts index 9394f37bb903..8165fd30a2be 100644 --- a/clients/client-scheduler/src/runtimeConfig.ts +++ b/clients/client-scheduler/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SchedulerClientConfig } from "./SchedulerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index 48d49b9a208f..b594898869a8 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-schemas/src/Schemas.ts b/clients/client-schemas/src/Schemas.ts index 9f870f882607..d14d9c70dc92 100644 --- a/clients/client-schemas/src/Schemas.ts +++ b/clients/client-schemas/src/Schemas.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateDiscovererCommand, diff --git a/clients/client-schemas/src/SchemasClient.ts b/clients/client-schemas/src/SchemasClient.ts index e11b92e242da..0f164ef4332c 100644 --- a/clients/client-schemas/src/SchemasClient.ts +++ b/clients/client-schemas/src/SchemasClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateDiscovererCommandInput, CreateDiscovererCommandOutput } from "./commands/CreateDiscovererCommand"; @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts index b049ae734549..17ecf60ae11e 100644 --- a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0"; import { de_CreateDiscovererCommand, se_CreateDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/CreateRegistryCommand.ts b/clients/client-schemas/src/commands/CreateRegistryCommand.ts index 70abae2331be..ccbd5ad53bde 100644 --- a/clients/client-schemas/src/commands/CreateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/CreateRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0"; import { de_CreateRegistryCommand, se_CreateRegistryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/CreateSchemaCommand.ts b/clients/client-schemas/src/commands/CreateSchemaCommand.ts index e70a9c6c5dd7..113d3e06df25 100644 --- a/clients/client-schemas/src/commands/CreateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/CreateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts index 4d8be4210d13..7958ada1067e 100644 --- a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDiscovererRequest } from "../models/models_0"; import { de_DeleteDiscovererCommand, se_DeleteDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts index f788235b5890..1ae68cf974e9 100644 --- a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegistryRequest } from "../models/models_0"; import { de_DeleteRegistryCommand, se_DeleteRegistryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts index e8f3eda11ada..e71551e2f2d9 100644 --- a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts index ac4292e59e00..8e434d00bfb8 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSchemaRequest } from "../models/models_0"; import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts index 59b26af16993..3ce7514a0c5b 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSchemaVersionRequest } from "../models/models_0"; import { de_DeleteSchemaVersionCommand, se_DeleteSchemaVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts index 59349734998c..d9d18a0815a5 100644 --- a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0"; import { de_DescribeCodeBindingCommand, se_DescribeCodeBindingCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts index 5f923390064e..b55bddeaa39b 100644 --- a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0"; import { de_DescribeDiscovererCommand, se_DescribeDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts index c4ce0cd6d309..e90594ab4d84 100644 --- a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0"; import { de_DescribeRegistryCommand, se_DescribeRegistryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts index e998b8c0ba53..3211fe3f4b53 100644 --- a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0"; import { de_DescribeSchemaCommand, se_DescribeSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ExportSchemaCommand.ts b/clients/client-schemas/src/commands/ExportSchemaCommand.ts index ab896241cf81..96668ae6f341 100644 --- a/clients/client-schemas/src/commands/ExportSchemaCommand.ts +++ b/clients/client-schemas/src/commands/ExportSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0"; import { de_ExportSchemaCommand, se_ExportSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts index 0baaeff221f1..b60173303b55 100644 --- a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0"; import { de_GetCodeBindingSourceCommand, se_GetCodeBindingSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts index 8ec8fe794526..08a3d0994dd2 100644 --- a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts +++ b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0"; import { de_GetDiscoveredSchemaCommand, se_GetDiscoveredSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts index 891878bb95c3..9a64a4b1b4da 100644 --- a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts index c4694e5df96f..704f037e0a08 100644 --- a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts +++ b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0"; import { de_ListDiscoverersCommand, se_ListDiscoverersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ListRegistriesCommand.ts b/clients/client-schemas/src/commands/ListRegistriesCommand.ts index 930c52ac16a0..55cd449462df 100644 --- a/clients/client-schemas/src/commands/ListRegistriesCommand.ts +++ b/clients/client-schemas/src/commands/ListRegistriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0"; import { de_ListRegistriesCommand, se_ListRegistriesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts index f37d0ec8cde6..4a5ae70dd430 100644 --- a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0"; import { de_ListSchemaVersionsCommand, se_ListSchemaVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ListSchemasCommand.ts b/clients/client-schemas/src/commands/ListSchemasCommand.ts index 2ea8d10fbfac..f7052533c8d3 100644 --- a/clients/client-schemas/src/commands/ListSchemasCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts index 536a38348bdf..c8dc0c3778be 100644 --- a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts index d5d005d7fb3c..06624828b6ad 100644 --- a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0"; import { de_PutCodeBindingCommand, se_PutCodeBindingCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts index 8ed7c6e23d45..caba460d0320 100644 --- a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/SearchSchemasCommand.ts b/clients/client-schemas/src/commands/SearchSchemasCommand.ts index 4d64c072b918..d4cad65bf26c 100644 --- a/clients/client-schemas/src/commands/SearchSchemasCommand.ts +++ b/clients/client-schemas/src/commands/SearchSchemasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0"; import { de_SearchSchemasCommand, se_SearchSchemasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/StartDiscovererCommand.ts b/clients/client-schemas/src/commands/StartDiscovererCommand.ts index 558a0c77ebef..670ef58bc3e6 100644 --- a/clients/client-schemas/src/commands/StartDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StartDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0"; import { de_StartDiscovererCommand, se_StartDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/StopDiscovererCommand.ts b/clients/client-schemas/src/commands/StopDiscovererCommand.ts index 214e22a90e05..e408c995c09e 100644 --- a/clients/client-schemas/src/commands/StopDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StopDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0"; import { de_StopDiscovererCommand, se_StopDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/TagResourceCommand.ts b/clients/client-schemas/src/commands/TagResourceCommand.ts index 70c73a61fe0a..b1c8abcd7264 100644 --- a/clients/client-schemas/src/commands/TagResourceCommand.ts +++ b/clients/client-schemas/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/UntagResourceCommand.ts b/clients/client-schemas/src/commands/UntagResourceCommand.ts index 8fa34450e974..5076f81d83ea 100644 --- a/clients/client-schemas/src/commands/UntagResourceCommand.ts +++ b/clients/client-schemas/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts index bb54ba09e387..a713304918e1 100644 --- a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0"; import { de_UpdateDiscovererCommand, se_UpdateDiscovererCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts index 1519dd87f26a..94b9564275d3 100644 --- a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0"; import { de_UpdateRegistryCommand, se_UpdateRegistryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts index f0246a17acb4..c9bb5891c91a 100644 --- a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0"; import { de_UpdateSchemaCommand, se_UpdateSchemaCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-schemas/src/endpoint/EndpointParameters.ts b/clients/client-schemas/src/endpoint/EndpointParameters.ts index 4da3667c6b0a..2b0a65e29d4c 100644 --- a/clients/client-schemas/src/endpoint/EndpointParameters.ts +++ b/clients/client-schemas/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-schemas/src/endpoint/endpointResolver.ts b/clients/client-schemas/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-schemas/src/endpoint/endpointResolver.ts +++ b/clients/client-schemas/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-schemas/src/endpoint/ruleset.ts b/clients/client-schemas/src/endpoint/ruleset.ts index 70b0a7c5ac90..a318d687eab1 100644 --- a/clients/client-schemas/src/endpoint/ruleset.ts +++ b/clients/client-schemas/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-schemas/src/models/SchemasServiceException.ts b/clients/client-schemas/src/models/SchemasServiceException.ts index fffaf8aad828..0851acc4ca53 100644 --- a/clients/client-schemas/src/models/SchemasServiceException.ts +++ b/clients/client-schemas/src/models/SchemasServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-schemas/src/models/models_0.ts b/clients/client-schemas/src/models/models_0.ts index bd1c9ec95258..491c05ee236d 100644 --- a/clients/client-schemas/src/models/models_0.ts +++ b/clients/client-schemas/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { SchemasServiceException as __BaseException } from "./SchemasServiceException"; diff --git a/clients/client-schemas/src/pagination/Interfaces.ts b/clients/client-schemas/src/pagination/Interfaces.ts index 7f4454cb3559..61f53b46fee7 100644 --- a/clients/client-schemas/src/pagination/Interfaces.ts +++ b/clients/client-schemas/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SchemasClient } from "../SchemasClient"; diff --git a/clients/client-schemas/src/pagination/ListDiscoverersPaginator.ts b/clients/client-schemas/src/pagination/ListDiscoverersPaginator.ts index 59e1559e07b8..11703b586bee 100644 --- a/clients/client-schemas/src/pagination/ListDiscoverersPaginator.ts +++ b/clients/client-schemas/src/pagination/ListDiscoverersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDiscoverersCommand, diff --git a/clients/client-schemas/src/pagination/ListRegistriesPaginator.ts b/clients/client-schemas/src/pagination/ListRegistriesPaginator.ts index f701e88c6092..45e1226994c1 100644 --- a/clients/client-schemas/src/pagination/ListRegistriesPaginator.ts +++ b/clients/client-schemas/src/pagination/ListRegistriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRegistriesCommand, diff --git a/clients/client-schemas/src/pagination/ListSchemaVersionsPaginator.ts b/clients/client-schemas/src/pagination/ListSchemaVersionsPaginator.ts index 632afe164c35..06cbdb24cd91 100644 --- a/clients/client-schemas/src/pagination/ListSchemaVersionsPaginator.ts +++ b/clients/client-schemas/src/pagination/ListSchemaVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemaVersionsCommand, diff --git a/clients/client-schemas/src/pagination/ListSchemasPaginator.ts b/clients/client-schemas/src/pagination/ListSchemasPaginator.ts index 72550ab69363..98bb234cab36 100644 --- a/clients/client-schemas/src/pagination/ListSchemasPaginator.ts +++ b/clients/client-schemas/src/pagination/ListSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSchemasCommand, ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand"; import { SchemasClient } from "../SchemasClient"; diff --git a/clients/client-schemas/src/pagination/SearchSchemasPaginator.ts b/clients/client-schemas/src/pagination/SearchSchemasPaginator.ts index ee421235567f..fde32693a48e 100644 --- a/clients/client-schemas/src/pagination/SearchSchemasPaginator.ts +++ b/clients/client-schemas/src/pagination/SearchSchemasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchSchemasCommand, diff --git a/clients/client-schemas/src/protocols/Aws_restJson1.ts b/clients/client-schemas/src/protocols/Aws_restJson1.ts index 5bd9071670d3..21a98fe8dcc3 100644 --- a/clients/client-schemas/src/protocols/Aws_restJson1.ts +++ b/clients/client-schemas/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateDiscovererCommandInput, CreateDiscovererCommandOutput } from "../commands/CreateDiscovererCommand"; diff --git a/clients/client-schemas/src/runtimeConfig.browser.ts b/clients/client-schemas/src/runtimeConfig.browser.ts index b11bc569f8de..db38c1a307bc 100644 --- a/clients/client-schemas/src/runtimeConfig.browser.ts +++ b/clients/client-schemas/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SchemasClientConfig } from "./SchemasClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-schemas/src/runtimeConfig.shared.ts b/clients/client-schemas/src/runtimeConfig.shared.ts index e4657e7f4967..8ba0754ecbbc 100644 --- a/clients/client-schemas/src/runtimeConfig.shared.ts +++ b/clients/client-schemas/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SchemasClientConfig } from "./SchemasClient"; diff --git a/clients/client-schemas/src/runtimeConfig.ts b/clients/client-schemas/src/runtimeConfig.ts index 0827a3cf702e..28d5fa68ab26 100644 --- a/clients/client-schemas/src/runtimeConfig.ts +++ b/clients/client-schemas/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SchemasClientConfig } from "./SchemasClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-schemas/src/waiters/waitForCodeBindingExists.ts b/clients/client-schemas/src/waiters/waitForCodeBindingExists.ts index 525f5fc78e91..f42ebce0cc59 100644 --- a/clients/client-schemas/src/waiters/waitForCodeBindingExists.ts +++ b/clients/client-schemas/src/waiters/waitForCodeBindingExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeCodeBindingCommand, DescribeCodeBindingCommandInput } from "../commands/DescribeCodeBindingCommand"; import { SchemasClient } from "../SchemasClient"; diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index b8d1fb1b50c1..d9c109a0bdae 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-secrets-manager/src/SecretsManager.ts b/clients/client-secrets-manager/src/SecretsManager.ts index f81d0c6914ac..44ac55afd619 100644 --- a/clients/client-secrets-manager/src/SecretsManager.ts +++ b/clients/client-secrets-manager/src/SecretsManager.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelRotateSecretCommand, diff --git a/clients/client-secrets-manager/src/SecretsManagerClient.ts b/clients/client-secrets-manager/src/SecretsManagerClient.ts index b9af328c381e..dd2be74afc38 100644 --- a/clients/client-secrets-manager/src/SecretsManagerClient.ts +++ b/clients/client-secrets-manager/src/SecretsManagerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput } from "./commands/CancelRotateSecretCommand"; @@ -168,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -277,7 +275,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts index b68d75860ad6..ab0124a9f1f5 100644 --- a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelRotateSecretRequest, CancelRotateSecretResponse } from "../models/models_0"; import { de_CancelRotateSecretCommand, se_CancelRotateSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts index 4bcbe24abcd4..cd5821b42dd1 100644 --- a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSecretRequest, CreateSecretRequestFilterSensitiveLog, CreateSecretResponse } from "../models/models_0"; import { de_CreateSecretCommand, se_CreateSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts index 0f8cee0a343c..b4e8a283d965 100644 --- a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts index 81c8ba1f3570..b6ba7334be83 100644 --- a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0"; import { de_DeleteSecretCommand, se_DeleteSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts index 3448221ea0f0..1f9d45dfe10c 100644 --- a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSecretRequest, DescribeSecretResponse } from "../models/models_0"; import { de_DescribeSecretCommand, se_DescribeSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts index ea200dcbe16b..4c00af2b1bc5 100644 --- a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRandomPasswordRequest, diff --git a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts index 9079d7339cc9..d610b87a06ee 100644 --- a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts index c1c4adec72c2..573dfa222462 100644 --- a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSecretValueRequest, diff --git a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts index 13cab6d43e0e..05dc19c788c2 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecretVersionIdsRequest, ListSecretVersionIdsResponse } from "../models/models_0"; import { de_ListSecretVersionIdsCommand, se_ListSecretVersionIdsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts index e4468edfa166..f24a9db1984c 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0"; import { de_ListSecretsCommand, se_ListSecretsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts index 741c429eabfc..1241ceb84524 100644 --- a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts index f9ae922cc2eb..3ba3bb9b773b 100644 --- a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSecretValueRequest, diff --git a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts index 72257527e555..7e315d89f475 100644 --- a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts +++ b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveRegionsFromReplicationRequest, RemoveRegionsFromReplicationResponse } from "../models/models_0"; import { diff --git a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts index f4649f5fdced..32471821b133 100644 --- a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReplicateSecretToRegionsRequest, ReplicateSecretToRegionsResponse } from "../models/models_0"; import { de_ReplicateSecretToRegionsCommand, se_ReplicateSecretToRegionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts index c52ce1601cbd..9b0e6fe87552 100644 --- a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreSecretRequest, RestoreSecretResponse } from "../models/models_0"; import { de_RestoreSecretCommand, se_RestoreSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts index ad220ccdbf6e..3528385d4bf5 100644 --- a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0"; import { de_RotateSecretCommand, se_RotateSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts index 9bb8a200398f..ed8d3542600e 100644 --- a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts +++ b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopReplicationToReplicaRequest, StopReplicationToReplicaResponse } from "../models/models_0"; import { de_StopReplicationToReplicaCommand, se_StopReplicationToReplicaCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts index 42420da44320..b487c1752228 100644 --- a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts index 5d0ffc22a269..87db118e8e84 100644 --- a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts index aff2d0451be7..f426a033aaab 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSecretRequest, UpdateSecretRequestFilterSensitiveLog, UpdateSecretResponse } from "../models/models_0"; import { de_UpdateSecretCommand, se_UpdateSecretCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts index 41dae25a6a51..63e4371c1a6c 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSecretVersionStageRequest, UpdateSecretVersionStageResponse } from "../models/models_0"; import { de_UpdateSecretVersionStageCommand, se_UpdateSecretVersionStageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts index 90b901168a13..0ebbfdf53acb 100644 --- a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ValidateResourcePolicyRequest, ValidateResourcePolicyResponse } from "../models/models_0"; import { de_ValidateResourcePolicyCommand, se_ValidateResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-secrets-manager/src/endpoint/EndpointParameters.ts b/clients/client-secrets-manager/src/endpoint/EndpointParameters.ts index f3ec4d19954f..d3891ea475af 100644 --- a/clients/client-secrets-manager/src/endpoint/EndpointParameters.ts +++ b/clients/client-secrets-manager/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-secrets-manager/src/endpoint/endpointResolver.ts b/clients/client-secrets-manager/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-secrets-manager/src/endpoint/endpointResolver.ts +++ b/clients/client-secrets-manager/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-secrets-manager/src/endpoint/ruleset.ts b/clients/client-secrets-manager/src/endpoint/ruleset.ts index e54c4919e08d..33bf414a3a0e 100644 --- a/clients/client-secrets-manager/src/endpoint/ruleset.ts +++ b/clients/client-secrets-manager/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts b/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts index a11663953343..96cce4bf5c31 100644 --- a/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts +++ b/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-secrets-manager/src/models/models_0.ts b/clients/client-secrets-manager/src/models/models_0.ts index e03e9945a4ed..3fe4b5921296 100644 --- a/clients/client-secrets-manager/src/models/models_0.ts +++ b/clients/client-secrets-manager/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException"; diff --git a/clients/client-secrets-manager/src/pagination/Interfaces.ts b/clients/client-secrets-manager/src/pagination/Interfaces.ts index 505023e4b569..5dc56bc4c107 100644 --- a/clients/client-secrets-manager/src/pagination/Interfaces.ts +++ b/clients/client-secrets-manager/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SecretsManagerClient } from "../SecretsManagerClient"; diff --git a/clients/client-secrets-manager/src/pagination/ListSecretVersionIdsPaginator.ts b/clients/client-secrets-manager/src/pagination/ListSecretVersionIdsPaginator.ts index b1fd57b23062..77769f62e276 100644 --- a/clients/client-secrets-manager/src/pagination/ListSecretVersionIdsPaginator.ts +++ b/clients/client-secrets-manager/src/pagination/ListSecretVersionIdsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecretVersionIdsCommand, diff --git a/clients/client-secrets-manager/src/pagination/ListSecretsPaginator.ts b/clients/client-secrets-manager/src/pagination/ListSecretsPaginator.ts index c3aad28c052b..6e7004e12d59 100644 --- a/clients/client-secrets-manager/src/pagination/ListSecretsPaginator.ts +++ b/clients/client-secrets-manager/src/pagination/ListSecretsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecretsCommand, ListSecretsCommandInput, ListSecretsCommandOutput } from "../commands/ListSecretsCommand"; import { SecretsManagerClient } from "../SecretsManagerClient"; diff --git a/clients/client-secrets-manager/src/protocols/Aws_json1_1.ts b/clients/client-secrets-manager/src/protocols/Aws_json1_1.ts index ab233b46329c..40ea65294b52 100644 --- a/clients/client-secrets-manager/src/protocols/Aws_json1_1.ts +++ b/clients/client-secrets-manager/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput } from "../commands/CancelRotateSecretCommand"; diff --git a/clients/client-secrets-manager/src/runtimeConfig.browser.ts b/clients/client-secrets-manager/src/runtimeConfig.browser.ts index 04843e3e5e17..c73ca70e4b74 100644 --- a/clients/client-secrets-manager/src/runtimeConfig.browser.ts +++ b/clients/client-secrets-manager/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecretsManagerClientConfig } from "./SecretsManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-secrets-manager/src/runtimeConfig.shared.ts b/clients/client-secrets-manager/src/runtimeConfig.shared.ts index 580e4ab20061..45fd2293b5ec 100644 --- a/clients/client-secrets-manager/src/runtimeConfig.shared.ts +++ b/clients/client-secrets-manager/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SecretsManagerClientConfig } from "./SecretsManagerClient"; diff --git a/clients/client-secrets-manager/src/runtimeConfig.ts b/clients/client-secrets-manager/src/runtimeConfig.ts index 2d79d8f0db2a..2d2457882258 100644 --- a/clients/client-secrets-manager/src/runtimeConfig.ts +++ b/clients/client-secrets-manager/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecretsManagerClientConfig } from "./SecretsManagerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index abeea87550e3..27f219a117e5 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-securityhub/src/SecurityHub.ts b/clients/client-securityhub/src/SecurityHub.ts index 5427faccccbb..f180c9199a94 100644 --- a/clients/client-securityhub/src/SecurityHub.ts +++ b/clients/client-securityhub/src/SecurityHub.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptAdministratorInvitationCommand, diff --git a/clients/client-securityhub/src/SecurityHubClient.ts b/clients/client-securityhub/src/SecurityHubClient.ts index 2ed0bb13f443..d235874baa4f 100644 --- a/clients/client-securityhub/src/SecurityHubClient.ts +++ b/clients/client-securityhub/src/SecurityHubClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -399,7 +397,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -508,7 +506,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts index f235f0326d4f..32e6cf56d190 100644 --- a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0"; import { diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index 4f30f05ccda5..c1f72d2ac24f 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0"; import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts index af92ad9acc9f..7736bfcbfb64 100644 --- a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDeleteAutomationRulesRequest, BatchDeleteAutomationRulesResponse } from "../models/models_2"; import { de_BatchDeleteAutomationRulesCommand, se_BatchDeleteAutomationRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts index e5e5c6727c37..efae46912a2a 100644 --- a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../models/models_2"; import { de_BatchDisableStandardsCommand, se_BatchDisableStandardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts index 2437b00925ed..74900828f120 100644 --- a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../models/models_2"; import { de_BatchEnableStandardsCommand, se_BatchEnableStandardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts index 01c751f425be..bdc566a3c455 100644 --- a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetAutomationRulesRequest, BatchGetAutomationRulesResponse } from "../models/models_2"; import { de_BatchGetAutomationRulesCommand, se_BatchGetAutomationRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts index 10224cd62582..7ff7ee8cb843 100644 --- a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetSecurityControlsRequest, BatchGetSecurityControlsResponse } from "../models/models_2"; import { de_BatchGetSecurityControlsCommand, se_BatchGetSecurityControlsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts index bf24e9e73d22..a02d0f435718 100644 --- a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetStandardsControlAssociationsRequest, diff --git a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts index 5cef590cbde2..795ed3e5838a 100644 --- a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../models/models_2"; import { de_BatchImportFindingsCommand, se_BatchImportFindingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts index b67b4e4e0cc3..f0946bca5906 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchUpdateAutomationRulesRequest, BatchUpdateAutomationRulesResponse } from "../models/models_2"; import { de_BatchUpdateAutomationRulesCommand, se_BatchUpdateAutomationRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts index 0cd7954b5f7a..7f564adb73dd 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../models/models_2"; import { de_BatchUpdateFindingsCommand, se_BatchUpdateFindingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts index 8ac7dcf7c14b..70663dd303f2 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchUpdateStandardsControlAssociationsRequest, diff --git a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts index 82354ab8a6d9..c5f9105a0218 100644 --- a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateActionTargetRequest, CreateActionTargetResponse } from "../models/models_2"; import { de_CreateActionTargetCommand, se_CreateActionTargetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts index de00f869e6cc..4cf7b398cf7b 100644 --- a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts +++ b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAutomationRuleRequest, CreateAutomationRuleResponse } from "../models/models_2"; import { de_CreateAutomationRuleCommand, se_CreateAutomationRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts index b932613b0bab..a9e46639b775 100644 --- a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from "../models/models_2"; import { de_CreateFindingAggregatorCommand, se_CreateFindingAggregatorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/CreateInsightCommand.ts b/clients/client-securityhub/src/commands/CreateInsightCommand.ts index afc3a2c2151c..a02c89b990d9 100644 --- a/clients/client-securityhub/src/commands/CreateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/CreateInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInsightRequest, CreateInsightResponse } from "../models/models_2"; import { de_CreateInsightCommand, se_CreateInsightCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/CreateMembersCommand.ts b/clients/client-securityhub/src/commands/CreateMembersCommand.ts index efc9ee9328d8..f7c4edef47a1 100644 --- a/clients/client-securityhub/src/commands/CreateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/CreateMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMembersRequest, CreateMembersResponse } from "../models/models_2"; import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts index 05556515ab4c..e5753dfc2189 100644 --- a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_2"; import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts index 6bec597bf091..4ea7f6d2ca14 100644 --- a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteActionTargetRequest, DeleteActionTargetResponse } from "../models/models_2"; import { de_DeleteActionTargetCommand, se_DeleteActionTargetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts index 21f4aa19385c..0e4ac6534c2f 100644 --- a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFindingAggregatorRequest, DeleteFindingAggregatorResponse } from "../models/models_2"; import { de_DeleteFindingAggregatorCommand, se_DeleteFindingAggregatorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts index e35d1fcc1c96..d86aefbe913c 100644 --- a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_2"; import { de_DeleteInsightCommand, se_DeleteInsightCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts index c25a5d9d8951..7beef83c4c94 100644 --- a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_2"; import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts index 741c2e45e8ad..2937d4e5eaa6 100644 --- a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_2"; import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts index 946f05f1744a..34dc4def1a90 100644 --- a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActionTargetsRequest, DescribeActionTargetsResponse } from "../models/models_2"; import { de_DescribeActionTargetsCommand, se_DescribeActionTargetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DescribeHubCommand.ts b/clients/client-securityhub/src/commands/DescribeHubCommand.ts index c0af005eaaf3..d6a9360939da 100644 --- a/clients/client-securityhub/src/commands/DescribeHubCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2"; import { de_DescribeHubCommand, se_DescribeHubCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts index af9abf8e659a..be271ed12a3e 100644 --- a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrganizationConfigurationRequest, diff --git a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts index d46a5f41c106..ee882ecba3f3 100644 --- a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProductsRequest, DescribeProductsResponse } from "../models/models_2"; import { de_DescribeProductsCommand, se_DescribeProductsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts index 73a60c7fce1d..612db8736d2d 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStandardsRequest, DescribeStandardsResponse } from "../models/models_2"; import { de_DescribeStandardsCommand, se_DescribeStandardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts index 9a48dcd9a260..e9a2d8cf7d7f 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStandardsControlsRequest, DescribeStandardsControlsResponse } from "../models/models_2"; import { de_DescribeStandardsControlsCommand, se_DescribeStandardsControlsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts index 701212ecf78e..14f396d3a016 100644 --- a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableImportFindingsForProductRequest, DisableImportFindingsForProductResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts index 91a5b553cef6..e35ae1bf446e 100644 --- a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts index 8a1eee150788..9cc419276e54 100644 --- a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableSecurityHubRequest, DisableSecurityHubResponse } from "../models/models_2"; import { de_DisableSecurityHubCommand, se_DisableSecurityHubCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts index 604de7b662b6..c3668ec12c93 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFromAdministratorAccountRequest, diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 151e307bdade..001d7f4772ce 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts index 9aeeff928a59..144c876fa9c2 100644 --- a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_2"; import { de_DisassociateMembersCommand, se_DisassociateMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts index 49ca735d2aa5..f881793b11ea 100644 --- a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableImportFindingsForProductRequest, EnableImportFindingsForProductResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts index 9df3aba99a4b..c4d0bb347a12 100644 --- a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts index fd43fb7ca261..bf602975dc0e 100644 --- a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/models_2"; import { de_EnableSecurityHubCommand, se_EnableSecurityHubCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts index eaf0f63858ad..d45157b0dda1 100644 --- a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_2"; import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts index 955eafc6806e..1450fac9a6ed 100644 --- a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../models/models_2"; import { de_GetEnabledStandardsCommand, se_GetEnabledStandardsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts index 38c0e26a151f..b25fc91d258a 100644 --- a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../models/models_2"; import { de_GetFindingAggregatorCommand, se_GetFindingAggregatorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts index ab248b068e3c..723b98304de7 100644 --- a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFindingHistoryRequest, GetFindingHistoryResponse } from "../models/models_2"; import { de_GetFindingHistoryCommand, se_GetFindingHistoryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetFindingsCommand.ts b/clients/client-securityhub/src/commands/GetFindingsCommand.ts index 9a9f739fbef3..93cc2dcda182 100644 --- a/clients/client-securityhub/src/commands/GetFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFindingsRequest, GetFindingsResponse } from "../models/models_2"; import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts index addc21526d4c..d98535e7e20d 100644 --- a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightResultsRequest, GetInsightResultsResponse } from "../models/models_2"; import { de_GetInsightResultsCommand, se_GetInsightResultsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetInsightsCommand.ts b/clients/client-securityhub/src/commands/GetInsightsCommand.ts index 16833badaac8..e38de9a2d416 100644 --- a/clients/client-securityhub/src/commands/GetInsightsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightsRequest, GetInsightsResponse } from "../models/models_2"; import { de_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts index 5db3e9afc533..3715dae5699c 100644 --- a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_2"; import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index 0d862c799751..011b0201be5f 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_2"; import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/GetMembersCommand.ts b/clients/client-securityhub/src/commands/GetMembersCommand.ts index a76094cd2132..d5fc33a1722f 100644 --- a/clients/client-securityhub/src/commands/GetMembersCommand.ts +++ b/clients/client-securityhub/src/commands/GetMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMembersRequest, GetMembersResponse } from "../models/models_2"; import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/InviteMembersCommand.ts b/clients/client-securityhub/src/commands/InviteMembersCommand.ts index 5e87084ea01a..38f1e853d847 100644 --- a/clients/client-securityhub/src/commands/InviteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/InviteMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InviteMembersRequest, InviteMembersResponse } from "../models/models_2"; import { de_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts index 89edc2c8e41b..81d4ab18fad3 100644 --- a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAutomationRulesRequest, ListAutomationRulesResponse } from "../models/models_2"; import { de_ListAutomationRulesCommand, se_ListAutomationRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts index 765a9e8e462e..7efb891f792a 100644 --- a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts +++ b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEnabledProductsForImportRequest, ListEnabledProductsForImportResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts index 0ca072327e22..70a73834b50f 100644 --- a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts +++ b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFindingAggregatorsRequest, ListFindingAggregatorsResponse } from "../models/models_2"; import { de_ListFindingAggregatorsCommand, se_ListFindingAggregatorsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts index 3e0cf1b6341e..efba0c5f2dd1 100644 --- a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_2"; import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/ListMembersCommand.ts b/clients/client-securityhub/src/commands/ListMembersCommand.ts index 52e566f9aa46..3014373b21b2 100644 --- a/clients/client-securityhub/src/commands/ListMembersCommand.ts +++ b/clients/client-securityhub/src/commands/ListMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMembersRequest, ListMembersResponse } from "../models/models_2"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts index 2338bacb05f5..77466a94d5c1 100644 --- a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts index 8bd4a837d4d8..170fbad4c78a 100644 --- a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts +++ b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecurityControlDefinitionsRequest, ListSecurityControlDefinitionsResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts index 17e4e2cd9e20..5b31984f62b2 100644 --- a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStandardsControlAssociationsRequest, ListStandardsControlAssociationsResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts index c47c061fdcaa..71c53732b670 100644 --- a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/TagResourceCommand.ts b/clients/client-securityhub/src/commands/TagResourceCommand.ts index 9ddb6f7487e9..07f98db2aa39 100644 --- a/clients/client-securityhub/src/commands/TagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UntagResourceCommand.ts b/clients/client-securityhub/src/commands/UntagResourceCommand.ts index c6ef30bf58b2..a49bf8a0e5b4 100644 --- a/clients/client-securityhub/src/commands/UntagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts index ea88204fef28..19f8f5800de6 100644 --- a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models/models_2"; import { de_UpdateActionTargetCommand, se_UpdateActionTargetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts index cfa15ca42889..b00ccdffae64 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from "../models/models_2"; import { de_UpdateFindingAggregatorCommand, se_UpdateFindingAggregatorCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts index 4ad5a8c3594a..457609829f6d 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_2"; import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts index f572b80e1be2..019a589e9e0b 100644 --- a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_2"; import { de_UpdateInsightCommand, se_UpdateInsightCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts index 020b942f46fc..98d9a3152b82 100644 --- a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts index 3e24801239d9..7ad822b7d2af 100644 --- a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSecurityHubConfigurationRequest, UpdateSecurityHubConfigurationResponse } from "../models/models_2"; import { diff --git a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts index ced5a76141eb..293b10414a39 100644 --- a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from "../models/models_2"; import { de_UpdateStandardsControlCommand, se_UpdateStandardsControlCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securityhub/src/endpoint/EndpointParameters.ts b/clients/client-securityhub/src/endpoint/EndpointParameters.ts index 047ad758bd54..858d73e23964 100644 --- a/clients/client-securityhub/src/endpoint/EndpointParameters.ts +++ b/clients/client-securityhub/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-securityhub/src/endpoint/endpointResolver.ts b/clients/client-securityhub/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-securityhub/src/endpoint/endpointResolver.ts +++ b/clients/client-securityhub/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-securityhub/src/endpoint/ruleset.ts b/clients/client-securityhub/src/endpoint/ruleset.ts index ef6ee4f7878f..7bee0988dbcf 100644 --- a/clients/client-securityhub/src/endpoint/ruleset.ts +++ b/clients/client-securityhub/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-securityhub/src/models/SecurityHubServiceException.ts b/clients/client-securityhub/src/models/SecurityHubServiceException.ts index 3cbb7a56ef9b..58fbc74e633b 100644 --- a/clients/client-securityhub/src/models/SecurityHubServiceException.ts +++ b/clients/client-securityhub/src/models/SecurityHubServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-securityhub/src/models/models_0.ts b/clients/client-securityhub/src/models/models_0.ts index 5b90c86b72a1..f8a096848d8a 100644 --- a/clients/client-securityhub/src/models/models_0.ts +++ b/clients/client-securityhub/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException"; diff --git a/clients/client-securityhub/src/models/models_2.ts b/clients/client-securityhub/src/models/models_2.ts index c94a18a8b0da..91c3c0058218 100644 --- a/clients/client-securityhub/src/models/models_2.ts +++ b/clients/client-securityhub/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AccountDetails, diff --git a/clients/client-securityhub/src/pagination/DescribeActionTargetsPaginator.ts b/clients/client-securityhub/src/pagination/DescribeActionTargetsPaginator.ts index 8ae0fba36bf8..93ff26f6bd2b 100644 --- a/clients/client-securityhub/src/pagination/DescribeActionTargetsPaginator.ts +++ b/clients/client-securityhub/src/pagination/DescribeActionTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeActionTargetsCommand, diff --git a/clients/client-securityhub/src/pagination/DescribeProductsPaginator.ts b/clients/client-securityhub/src/pagination/DescribeProductsPaginator.ts index 4b370ed57c80..12d93e7de733 100644 --- a/clients/client-securityhub/src/pagination/DescribeProductsPaginator.ts +++ b/clients/client-securityhub/src/pagination/DescribeProductsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeProductsCommand, diff --git a/clients/client-securityhub/src/pagination/DescribeStandardsControlsPaginator.ts b/clients/client-securityhub/src/pagination/DescribeStandardsControlsPaginator.ts index e837f2fcd9ec..fd2a0d860120 100644 --- a/clients/client-securityhub/src/pagination/DescribeStandardsControlsPaginator.ts +++ b/clients/client-securityhub/src/pagination/DescribeStandardsControlsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStandardsControlsCommand, diff --git a/clients/client-securityhub/src/pagination/DescribeStandardsPaginator.ts b/clients/client-securityhub/src/pagination/DescribeStandardsPaginator.ts index 8552c7914483..3e966da2d030 100644 --- a/clients/client-securityhub/src/pagination/DescribeStandardsPaginator.ts +++ b/clients/client-securityhub/src/pagination/DescribeStandardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeStandardsCommand, diff --git a/clients/client-securityhub/src/pagination/GetEnabledStandardsPaginator.ts b/clients/client-securityhub/src/pagination/GetEnabledStandardsPaginator.ts index e206a7b97f04..b4c494fcd791 100644 --- a/clients/client-securityhub/src/pagination/GetEnabledStandardsPaginator.ts +++ b/clients/client-securityhub/src/pagination/GetEnabledStandardsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetEnabledStandardsCommand, diff --git a/clients/client-securityhub/src/pagination/GetFindingHistoryPaginator.ts b/clients/client-securityhub/src/pagination/GetFindingHistoryPaginator.ts index d0d74d24e8b6..0f516390acd6 100644 --- a/clients/client-securityhub/src/pagination/GetFindingHistoryPaginator.ts +++ b/clients/client-securityhub/src/pagination/GetFindingHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFindingHistoryCommand, diff --git a/clients/client-securityhub/src/pagination/GetFindingsPaginator.ts b/clients/client-securityhub/src/pagination/GetFindingsPaginator.ts index b9348e40fc0f..ca6e51d52510 100644 --- a/clients/client-securityhub/src/pagination/GetFindingsPaginator.ts +++ b/clients/client-securityhub/src/pagination/GetFindingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetFindingsCommand, GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand"; import { SecurityHubClient } from "../SecurityHubClient"; diff --git a/clients/client-securityhub/src/pagination/GetInsightsPaginator.ts b/clients/client-securityhub/src/pagination/GetInsightsPaginator.ts index c80280f438c8..13aaef3bad55 100644 --- a/clients/client-securityhub/src/pagination/GetInsightsPaginator.ts +++ b/clients/client-securityhub/src/pagination/GetInsightsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInsightsCommand, GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand"; import { SecurityHubClient } from "../SecurityHubClient"; diff --git a/clients/client-securityhub/src/pagination/Interfaces.ts b/clients/client-securityhub/src/pagination/Interfaces.ts index 4694fe8a335f..6be36bae1596 100644 --- a/clients/client-securityhub/src/pagination/Interfaces.ts +++ b/clients/client-securityhub/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SecurityHubClient } from "../SecurityHubClient"; diff --git a/clients/client-securityhub/src/pagination/ListEnabledProductsForImportPaginator.ts b/clients/client-securityhub/src/pagination/ListEnabledProductsForImportPaginator.ts index e3b2b2dfe26b..91979bc606cd 100644 --- a/clients/client-securityhub/src/pagination/ListEnabledProductsForImportPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListEnabledProductsForImportPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEnabledProductsForImportCommand, diff --git a/clients/client-securityhub/src/pagination/ListFindingAggregatorsPaginator.ts b/clients/client-securityhub/src/pagination/ListFindingAggregatorsPaginator.ts index 88ad2a7b9e71..424a0646bbb4 100644 --- a/clients/client-securityhub/src/pagination/ListFindingAggregatorsPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListFindingAggregatorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFindingAggregatorsCommand, diff --git a/clients/client-securityhub/src/pagination/ListInvitationsPaginator.ts b/clients/client-securityhub/src/pagination/ListInvitationsPaginator.ts index 564dce78a685..fc3b0d9d941c 100644 --- a/clients/client-securityhub/src/pagination/ListInvitationsPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInvitationsCommand, diff --git a/clients/client-securityhub/src/pagination/ListMembersPaginator.ts b/clients/client-securityhub/src/pagination/ListMembersPaginator.ts index 6c56187b797a..174ab3c3a4d8 100644 --- a/clients/client-securityhub/src/pagination/ListMembersPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMembersCommand, ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand"; import { SecurityHubClient } from "../SecurityHubClient"; diff --git a/clients/client-securityhub/src/pagination/ListOrganizationAdminAccountsPaginator.ts b/clients/client-securityhub/src/pagination/ListOrganizationAdminAccountsPaginator.ts index 995c6ea75c52..358164be51a0 100644 --- a/clients/client-securityhub/src/pagination/ListOrganizationAdminAccountsPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListOrganizationAdminAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationAdminAccountsCommand, diff --git a/clients/client-securityhub/src/pagination/ListSecurityControlDefinitionsPaginator.ts b/clients/client-securityhub/src/pagination/ListSecurityControlDefinitionsPaginator.ts index d716c07871e6..69cd82c3350c 100644 --- a/clients/client-securityhub/src/pagination/ListSecurityControlDefinitionsPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListSecurityControlDefinitionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityControlDefinitionsCommand, diff --git a/clients/client-securityhub/src/pagination/ListStandardsControlAssociationsPaginator.ts b/clients/client-securityhub/src/pagination/ListStandardsControlAssociationsPaginator.ts index 8bcd8351bc36..bf9a9ef0935a 100644 --- a/clients/client-securityhub/src/pagination/ListStandardsControlAssociationsPaginator.ts +++ b/clients/client-securityhub/src/pagination/ListStandardsControlAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStandardsControlAssociationsCommand, diff --git a/clients/client-securityhub/src/protocols/Aws_restJson1.ts b/clients/client-securityhub/src/protocols/Aws_restJson1.ts index 77dad23c2b8f..89b1ebc4c32f 100644 --- a/clients/client-securityhub/src/protocols/Aws_restJson1.ts +++ b/clients/client-securityhub/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptAdministratorInvitationCommandInput, diff --git a/clients/client-securityhub/src/runtimeConfig.browser.ts b/clients/client-securityhub/src/runtimeConfig.browser.ts index 3b68a5656ded..0effd1b2e15a 100644 --- a/clients/client-securityhub/src/runtimeConfig.browser.ts +++ b/clients/client-securityhub/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecurityHubClientConfig } from "./SecurityHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-securityhub/src/runtimeConfig.shared.ts b/clients/client-securityhub/src/runtimeConfig.shared.ts index 4410ed9f7685..965da9bb563d 100644 --- a/clients/client-securityhub/src/runtimeConfig.shared.ts +++ b/clients/client-securityhub/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SecurityHubClientConfig } from "./SecurityHubClient"; diff --git a/clients/client-securityhub/src/runtimeConfig.ts b/clients/client-securityhub/src/runtimeConfig.ts index 314e4267112c..6c030d3bc05b 100644 --- a/clients/client-securityhub/src/runtimeConfig.ts +++ b/clients/client-securityhub/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecurityHubClientConfig } from "./SecurityHubClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-securitylake/package.json b/clients/client-securitylake/package.json index cffbd295d9df..0333c750c1be 100644 --- a/clients/client-securitylake/package.json +++ b/clients/client-securitylake/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-securitylake/src/SecurityLake.ts b/clients/client-securitylake/src/SecurityLake.ts index fe1f386dfefb..183c48a805b3 100644 --- a/clients/client-securitylake/src/SecurityLake.ts +++ b/clients/client-securitylake/src/SecurityLake.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAwsLogSourceCommand, diff --git a/clients/client-securitylake/src/SecurityLakeClient.ts b/clients/client-securitylake/src/SecurityLakeClient.ts index 2f6a9c3fd02a..f026a0ef6c1a 100644 --- a/clients/client-securitylake/src/SecurityLakeClient.ts +++ b/clients/client-securitylake/src/SecurityLakeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "./commands/CreateAwsLogSourceCommand"; @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -319,7 +317,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts index bc68cc6d944b..93ac8f74cc8b 100644 --- a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0"; import { de_CreateAwsLogSourceCommand, se_CreateAwsLogSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts index 40df3b66b42a..8e8dc0d47b4d 100644 --- a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../models/models_0"; import { de_CreateCustomLogSourceCommand, se_CreateCustomLogSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts index f7fb69c77b64..6c89fd23cc41 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataLakeRequest, CreateDataLakeResponse } from "../models/models_0"; import { de_CreateDataLakeCommand, se_CreateDataLakeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts index ac5e7724e4f3..df0f0b4e54b2 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataLakeExceptionSubscriptionRequest, diff --git a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts index 0c698af61b60..e0671f07327f 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDataLakeOrganizationConfigurationRequest, diff --git a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts index ca2479ab1355..21829f6585dd 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0"; import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts index 75a45234c502..ee942d03c3fa 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSubscriberNotificationRequest, CreateSubscriberNotificationResponse } from "../models/models_0"; import { diff --git a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts index e6c848fd369f..cc4f30f8a0ad 100644 --- a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0"; import { de_DeleteAwsLogSourceCommand, se_DeleteAwsLogSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts index 996fba6d257c..2db71db32ac5 100644 --- a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCustomLogSourceRequest, DeleteCustomLogSourceResponse } from "../models/models_0"; import { de_DeleteCustomLogSourceCommand, se_DeleteCustomLogSourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts index a03891383bfb..f3a2f2a48165 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataLakeRequest, DeleteDataLakeResponse } from "../models/models_0"; import { de_DeleteDataLakeCommand, se_DeleteDataLakeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts index c3642f3861b1..e6966aeeaa3e 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataLakeExceptionSubscriptionRequest, diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts index 226a5b34f174..1f2a294c1cfa 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDataLakeOrganizationConfigurationRequest, diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts index 6ff959c0f6fa..81e6ca0eb455 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0"; import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts index 68622d3a8408..3bc8e8e0a6e9 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSubscriberNotificationRequest, DeleteSubscriberNotificationResponse } from "../models/models_0"; import { diff --git a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts index 111474aac0ed..7d1347ad0f79 100644 --- a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterDataLakeDelegatedAdministratorRequest, diff --git a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts index b64f30c2507f..39b42b57ab5a 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDataLakeExceptionSubscriptionRequest, GetDataLakeExceptionSubscriptionResponse } from "../models/models_0"; import { diff --git a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts index 96bfbc4cb365..6ec75ed98851 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDataLakeOrganizationConfigurationRequest, diff --git a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts index ae66bd883086..c3b182b67dc2 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDataLakeSourcesRequest, GetDataLakeSourcesResponse } from "../models/models_0"; import { de_GetDataLakeSourcesCommand, se_GetDataLakeSourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts index 94a680dfb13d..40dd9d5c244a 100644 --- a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSubscriberRequest, GetSubscriberResponse } from "../models/models_0"; import { de_GetSubscriberCommand, se_GetSubscriberCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts index fa7e7c9bb0ec..1a8198a0ab5a 100644 --- a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDataLakeExceptionsRequest, ListDataLakeExceptionsResponse } from "../models/models_0"; import { de_ListDataLakeExceptionsCommand, se_ListDataLakeExceptionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts index 8274be5a9293..7b09be23d6eb 100644 --- a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDataLakesRequest, ListDataLakesResponse } from "../models/models_0"; import { de_ListDataLakesCommand, se_ListDataLakesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts index 63ca4018546a..f05e95c5a036 100644 --- a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLogSourcesRequest, ListLogSourcesResponse } from "../models/models_0"; import { de_ListLogSourcesCommand, se_ListLogSourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts index 50be160c598a..e7f88085d0a7 100644 --- a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts +++ b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscribersRequest, ListSubscribersResponse } from "../models/models_0"; import { de_ListSubscribersCommand, se_ListSubscribersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts index 3aa156ff0109..51aed02dd5d2 100644 --- a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDataLakeDelegatedAdministratorRequest, diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts index 73c6e828ca7a..f219691f2a3c 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataLakeRequest, UpdateDataLakeResponse } from "../models/models_0"; import { de_UpdateDataLakeCommand, se_UpdateDataLakeCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts index a176e79d955a..76043328204f 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDataLakeExceptionSubscriptionRequest, diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts index fd40026e7d0b..da20f7285e1d 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0"; import { de_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts index 03b441e8a026..f09e9c58ca22 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSubscriberNotificationRequest, UpdateSubscriberNotificationResponse } from "../models/models_0"; import { diff --git a/clients/client-securitylake/src/endpoint/EndpointParameters.ts b/clients/client-securitylake/src/endpoint/EndpointParameters.ts index 2c11c0257770..3b94f484f83c 100644 --- a/clients/client-securitylake/src/endpoint/EndpointParameters.ts +++ b/clients/client-securitylake/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-securitylake/src/endpoint/endpointResolver.ts b/clients/client-securitylake/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-securitylake/src/endpoint/endpointResolver.ts +++ b/clients/client-securitylake/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-securitylake/src/endpoint/ruleset.ts b/clients/client-securitylake/src/endpoint/ruleset.ts index 3be8dee5ab8c..9342d4188933 100644 --- a/clients/client-securitylake/src/endpoint/ruleset.ts +++ b/clients/client-securitylake/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-securitylake/src/models/SecurityLakeServiceException.ts b/clients/client-securitylake/src/models/SecurityLakeServiceException.ts index 2bc8e6ab74d3..7713b9f8eafb 100644 --- a/clients/client-securitylake/src/models/SecurityLakeServiceException.ts +++ b/clients/client-securitylake/src/models/SecurityLakeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-securitylake/src/models/models_0.ts b/clients/client-securitylake/src/models/models_0.ts index 135a0731e0ad..b48fae329004 100644 --- a/clients/client-securitylake/src/models/models_0.ts +++ b/clients/client-securitylake/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SecurityLakeServiceException as __BaseException } from "./SecurityLakeServiceException"; diff --git a/clients/client-securitylake/src/pagination/GetDataLakeSourcesPaginator.ts b/clients/client-securitylake/src/pagination/GetDataLakeSourcesPaginator.ts index a3821f34df1d..ae2c2ae89db7 100644 --- a/clients/client-securitylake/src/pagination/GetDataLakeSourcesPaginator.ts +++ b/clients/client-securitylake/src/pagination/GetDataLakeSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDataLakeSourcesCommand, diff --git a/clients/client-securitylake/src/pagination/Interfaces.ts b/clients/client-securitylake/src/pagination/Interfaces.ts index 732b5d8cf6c7..9dc1dc5b1f96 100644 --- a/clients/client-securitylake/src/pagination/Interfaces.ts +++ b/clients/client-securitylake/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SecurityLakeClient } from "../SecurityLakeClient"; diff --git a/clients/client-securitylake/src/pagination/ListDataLakeExceptionsPaginator.ts b/clients/client-securitylake/src/pagination/ListDataLakeExceptionsPaginator.ts index 96e0450944a2..e72e504e6fc6 100644 --- a/clients/client-securitylake/src/pagination/ListDataLakeExceptionsPaginator.ts +++ b/clients/client-securitylake/src/pagination/ListDataLakeExceptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDataLakeExceptionsCommand, diff --git a/clients/client-securitylake/src/pagination/ListLogSourcesPaginator.ts b/clients/client-securitylake/src/pagination/ListLogSourcesPaginator.ts index 44813e65f4cd..13aeabcda125 100644 --- a/clients/client-securitylake/src/pagination/ListLogSourcesPaginator.ts +++ b/clients/client-securitylake/src/pagination/ListLogSourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLogSourcesCommand, diff --git a/clients/client-securitylake/src/pagination/ListSubscribersPaginator.ts b/clients/client-securitylake/src/pagination/ListSubscribersPaginator.ts index b77248ab8b30..17abf6bbc00d 100644 --- a/clients/client-securitylake/src/pagination/ListSubscribersPaginator.ts +++ b/clients/client-securitylake/src/pagination/ListSubscribersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSubscribersCommand, diff --git a/clients/client-securitylake/src/protocols/Aws_restJson1.ts b/clients/client-securitylake/src/protocols/Aws_restJson1.ts index 185e9a3189cc..8f735d11d5fe 100644 --- a/clients/client-securitylake/src/protocols/Aws_restJson1.ts +++ b/clients/client-securitylake/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "../commands/CreateAwsLogSourceCommand"; import { diff --git a/clients/client-securitylake/src/runtimeConfig.browser.ts b/clients/client-securitylake/src/runtimeConfig.browser.ts index 7a1df3e95879..fb50ad2984d1 100644 --- a/clients/client-securitylake/src/runtimeConfig.browser.ts +++ b/clients/client-securitylake/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecurityLakeClientConfig } from "./SecurityLakeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-securitylake/src/runtimeConfig.shared.ts b/clients/client-securitylake/src/runtimeConfig.shared.ts index bec1c46b1e27..f36f072f1166 100644 --- a/clients/client-securitylake/src/runtimeConfig.shared.ts +++ b/clients/client-securitylake/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SecurityLakeClientConfig } from "./SecurityLakeClient"; diff --git a/clients/client-securitylake/src/runtimeConfig.ts b/clients/client-securitylake/src/runtimeConfig.ts index b17863e2898b..714855cc5e55 100644 --- a/clients/client-securitylake/src/runtimeConfig.ts +++ b/clients/client-securitylake/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SecurityLakeClientConfig } from "./SecurityLakeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index e126b0400d5c..877753fb93b8 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepository.ts b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepository.ts index e1908ae0c123..8faf6cc6e367 100644 --- a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepository.ts +++ b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepository.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateApplicationCommand, diff --git a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts index d27b1a25627b..52fc36e4b209 100644 --- a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts +++ b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand"; @@ -147,7 +145,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -256,7 +254,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts index e97485ea6aa0..f17ddbfb3a24 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts index 1349c1dfb479..383e60c42b89 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationVersionRequest, CreateApplicationVersionResponse } from "../models/models_0"; import { de_CreateApplicationVersionCommand, se_CreateApplicationVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts index 92fa15f87bbf..03d1697dbac8 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCloudFormationChangeSetRequest, CreateCloudFormationChangeSetResponse } from "../models/models_0"; import { diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts index 9c397d6b5b5f..7e855268351f 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCloudFormationTemplateRequest, CreateCloudFormationTemplateResponse } from "../models/models_0"; import { diff --git a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts index fb4343444582..76e1446852a1 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApplicationRequest } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts index 77bd4acc7af6..7d6cfdfbfb53 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts index 5bf2768fde94..f53ca7636926 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationPolicyRequest, GetApplicationPolicyResponse } from "../models/models_0"; import { de_GetApplicationPolicyCommand, se_GetApplicationPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts index 38bf470820ef..48b35f1735e5 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCloudFormationTemplateRequest, GetCloudFormationTemplateResponse } from "../models/models_0"; import { de_GetCloudFormationTemplateCommand, se_GetCloudFormationTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts index bd158ffb3916..43299504c017 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationDependenciesRequest, ListApplicationDependenciesResponse } from "../models/models_0"; import { diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts index 7c5430a6781d..8af38dc1d1d4 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0"; import { de_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts index 935cca540b10..10c3ac19b03b 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts index 530918d47257..b14c60f3a4bd 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutApplicationPolicyRequest, PutApplicationPolicyResponse } from "../models/models_0"; import { de_PutApplicationPolicyCommand, se_PutApplicationPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts index 3755402b4313..286543d637a8 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnshareApplicationRequest } from "../models/models_0"; import { de_UnshareApplicationCommand, se_UnshareApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts index b847fce77716..13e33085b37b 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-serverlessapplicationrepository/src/endpoint/EndpointParameters.ts b/clients/client-serverlessapplicationrepository/src/endpoint/EndpointParameters.ts index 0302f6fe32fb..8a3f2b48976b 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoint/EndpointParameters.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-serverlessapplicationrepository/src/endpoint/endpointResolver.ts b/clients/client-serverlessapplicationrepository/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoint/endpointResolver.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-serverlessapplicationrepository/src/endpoint/ruleset.ts b/clients/client-serverlessapplicationrepository/src/endpoint/ruleset.ts index 69b8d745efd1..9e70ed01022c 100644 --- a/clients/client-serverlessapplicationrepository/src/endpoint/ruleset.ts +++ b/clients/client-serverlessapplicationrepository/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts b/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts index 18b6e4ba4f50..9b1076e38d6a 100644 --- a/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts +++ b/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-serverlessapplicationrepository/src/models/models_0.ts b/clients/client-serverlessapplicationrepository/src/models/models_0.ts index 56eadbcd31a4..70a35eb951b8 100644 --- a/clients/client-serverlessapplicationrepository/src/models/models_0.ts +++ b/clients/client-serverlessapplicationrepository/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ServerlessApplicationRepositoryServiceException as __BaseException } from "./ServerlessApplicationRepositoryServiceException"; diff --git a/clients/client-serverlessapplicationrepository/src/pagination/Interfaces.ts b/clients/client-serverlessapplicationrepository/src/pagination/Interfaces.ts index 293d02986dfc..a6f1f1c57338 100644 --- a/clients/client-serverlessapplicationrepository/src/pagination/Interfaces.ts +++ b/clients/client-serverlessapplicationrepository/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ServerlessApplicationRepositoryClient } from "../ServerlessApplicationRepositoryClient"; diff --git a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationDependenciesPaginator.ts b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationDependenciesPaginator.ts index cafe9202f331..16ff60f18b43 100644 --- a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationDependenciesPaginator.ts +++ b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationDependenciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationDependenciesCommand, diff --git a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationVersionsPaginator.ts b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationVersionsPaginator.ts index a4a0144fd461..620121e6254e 100644 --- a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationVersionsPaginator.ts +++ b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationVersionsCommand, diff --git a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationsPaginator.ts b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationsPaginator.ts index 6aeff63a68e9..f618505b6bbe 100644 --- a/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-serverlessapplicationrepository/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-serverlessapplicationrepository/src/protocols/Aws_restJson1.ts b/clients/client-serverlessapplicationrepository/src/protocols/Aws_restJson1.ts index 841c6b0caa24..0ecba2d11c55 100644 --- a/clients/client-serverlessapplicationrepository/src/protocols/Aws_restJson1.ts +++ b/clients/client-serverlessapplicationrepository/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand"; import { diff --git a/clients/client-serverlessapplicationrepository/src/runtimeConfig.browser.ts b/clients/client-serverlessapplicationrepository/src/runtimeConfig.browser.ts index fc620f7e9205..1b2d73badf6e 100644 --- a/clients/client-serverlessapplicationrepository/src/runtimeConfig.browser.ts +++ b/clients/client-serverlessapplicationrepository/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-serverlessapplicationrepository/src/runtimeConfig.shared.ts b/clients/client-serverlessapplicationrepository/src/runtimeConfig.shared.ts index aa780300e251..3ac410844282 100644 --- a/clients/client-serverlessapplicationrepository/src/runtimeConfig.shared.ts +++ b/clients/client-serverlessapplicationrepository/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient"; diff --git a/clients/client-serverlessapplicationrepository/src/runtimeConfig.ts b/clients/client-serverlessapplicationrepository/src/runtimeConfig.ts index 467c789c6673..65abe4e3f806 100644 --- a/clients/client-serverlessapplicationrepository/src/runtimeConfig.ts +++ b/clients/client-serverlessapplicationrepository/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServerlessApplicationRepositoryClientConfig } from "./ServerlessApplicationRepositoryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index ee9a20c9808e..045c4692a4e4 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistry.ts b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistry.ts index 5cd1cafc77a4..4cd1c7b6a71f 100644 --- a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistry.ts +++ b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistry.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateAttributeGroupCommand, diff --git a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts index dedeb1d53dc2..c93c8f2e717c 100644 --- a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts +++ b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts index 3fa105e39007..4e6633d25a96 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0"; import { de_AssociateAttributeGroupCommand, se_AssociateAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts index 4e9e6e0f461c..3cef8ecc2897 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0"; import { de_AssociateResourceCommand, se_AssociateResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts index 5a425157d911..bc0e307503ba 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts index 7720807c0dc4..e5f3947bd55b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0"; import { de_CreateAttributeGroupCommand, se_CreateAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts index fef1ae737c63..19ffb1816447 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts index ec77709e42e2..b1d6aa3530c4 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0"; import { de_DeleteAttributeGroupCommand, se_DeleteAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts index 3fb67d307409..4533f289b629 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0"; import { de_DisassociateAttributeGroupCommand, se_DisassociateAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts index 9f8658b58d5c..74c611421d44 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0"; import { de_DisassociateResourceCommand, se_DisassociateResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts index e0b34ec7497d..c5d4bf71a751 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts index f56b3fb6679f..fd15f35c3665 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0"; import { de_GetAssociatedResourceCommand, se_GetAssociatedResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts index 3b08491de472..bfaea678aeb9 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0"; import { de_GetAttributeGroupCommand, se_GetAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts index 9d7280391fd7..c3459c23dd21 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationResponse } from "../models/models_0"; import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts index 143955a6c196..8546cb90faea 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts index ee2ea4da3dae..759451c5b6aa 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0"; import { diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts index 2ba68389844c..0fb508ef2de8 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0"; import { de_ListAssociatedResourcesCommand, se_ListAssociatedResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts index 10a73d4cb8bb..3bda9b6c372b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0"; import { de_ListAttributeGroupsCommand, se_ListAttributeGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts index 8c845df428fe..536974ef4462 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAttributeGroupsForApplicationRequest, diff --git a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts index db6b27aa2219..9bb09b1adafe 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts index a7d6c7d5e8ce..123f9d9d7843 100644 --- a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationRequest } from "../models/models_0"; import { de_PutConfigurationCommand, se_PutConfigurationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts index 2e8aba9fbdb6..94ba5b209a99 100644 --- a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0"; import { de_SyncResourceCommand, se_SyncResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts index b9e82e9867ff..d144d2b7b895 100644 --- a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts index bdc6545ac9c9..1494d7f52dda 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts index aede970ea847..5e3a2baa2036 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts index 78dcd54a5361..5b3bd84fd093 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0"; import { de_UpdateAttributeGroupCommand, se_UpdateAttributeGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-service-catalog-appregistry/src/endpoint/EndpointParameters.ts b/clients/client-service-catalog-appregistry/src/endpoint/EndpointParameters.ts index 9beba17dccdb..861f793d3faa 100644 --- a/clients/client-service-catalog-appregistry/src/endpoint/EndpointParameters.ts +++ b/clients/client-service-catalog-appregistry/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-service-catalog-appregistry/src/endpoint/endpointResolver.ts b/clients/client-service-catalog-appregistry/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-service-catalog-appregistry/src/endpoint/endpointResolver.ts +++ b/clients/client-service-catalog-appregistry/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-service-catalog-appregistry/src/endpoint/ruleset.ts b/clients/client-service-catalog-appregistry/src/endpoint/ruleset.ts index c9b138ce8f24..f0098e499d84 100644 --- a/clients/client-service-catalog-appregistry/src/endpoint/ruleset.ts +++ b/clients/client-service-catalog-appregistry/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts b/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts index aca23437ca93..2a798f7b97f5 100644 --- a/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts +++ b/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-service-catalog-appregistry/src/models/models_0.ts b/clients/client-service-catalog-appregistry/src/models/models_0.ts index 12e6f77d394e..30d7aa683ce4 100644 --- a/clients/client-service-catalog-appregistry/src/models/models_0.ts +++ b/clients/client-service-catalog-appregistry/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ServiceCatalogAppRegistryServiceException as __BaseException } from "./ServiceCatalogAppRegistryServiceException"; diff --git a/clients/client-service-catalog-appregistry/src/pagination/Interfaces.ts b/clients/client-service-catalog-appregistry/src/pagination/Interfaces.ts index d80095aafefc..dfad17ffe7dc 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/Interfaces.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient"; diff --git a/clients/client-service-catalog-appregistry/src/pagination/ListApplicationsPaginator.ts b/clients/client-service-catalog-appregistry/src/pagination/ListApplicationsPaginator.ts index ae0259df31f9..aa5f9bda5711 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedAttributeGroupsPaginator.ts b/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedAttributeGroupsPaginator.ts index 30657b25b666..24f9aeb7867f 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedAttributeGroupsPaginator.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedAttributeGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociatedAttributeGroupsCommand, diff --git a/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedResourcesPaginator.ts b/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedResourcesPaginator.ts index 145d218def0e..f8c28f085f3a 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedResourcesPaginator.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/ListAssociatedResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociatedResourcesCommand, diff --git a/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsForApplicationPaginator.ts b/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsForApplicationPaginator.ts index 8dd92a882fdd..24ea8fd4abc0 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsForApplicationPaginator.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsForApplicationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttributeGroupsForApplicationCommand, diff --git a/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsPaginator.ts b/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsPaginator.ts index 71370c8ce85e..1b16d6e87028 100644 --- a/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsPaginator.ts +++ b/clients/client-service-catalog-appregistry/src/pagination/ListAttributeGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttributeGroupsCommand, diff --git a/clients/client-service-catalog-appregistry/src/protocols/Aws_restJson1.ts b/clients/client-service-catalog-appregistry/src/protocols/Aws_restJson1.ts index 101a8a1f86cd..b0eac3468edd 100644 --- a/clients/client-service-catalog-appregistry/src/protocols/Aws_restJson1.ts +++ b/clients/client-service-catalog-appregistry/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-service-catalog-appregistry/src/runtimeConfig.browser.ts b/clients/client-service-catalog-appregistry/src/runtimeConfig.browser.ts index 2997c0b971d6..231042cdc426 100644 --- a/clients/client-service-catalog-appregistry/src/runtimeConfig.browser.ts +++ b/clients/client-service-catalog-appregistry/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-service-catalog-appregistry/src/runtimeConfig.shared.ts b/clients/client-service-catalog-appregistry/src/runtimeConfig.shared.ts index b7be0af46afe..73c896faac74 100644 --- a/clients/client-service-catalog-appregistry/src/runtimeConfig.shared.ts +++ b/clients/client-service-catalog-appregistry/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient"; diff --git a/clients/client-service-catalog-appregistry/src/runtimeConfig.ts b/clients/client-service-catalog-appregistry/src/runtimeConfig.ts index 72edc140d0be..f45293c08650 100644 --- a/clients/client-service-catalog-appregistry/src/runtimeConfig.ts +++ b/clients/client-service-catalog-appregistry/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 98c0ec7f93a1..9d397ef747f7 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-service-catalog/src/ServiceCatalog.ts b/clients/client-service-catalog/src/ServiceCatalog.ts index 2accb708002d..b4bd3d7aebea 100644 --- a/clients/client-service-catalog/src/ServiceCatalog.ts +++ b/clients/client-service-catalog/src/ServiceCatalog.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptPortfolioShareCommand, diff --git a/clients/client-service-catalog/src/ServiceCatalogClient.ts b/clients/client-service-catalog/src/ServiceCatalogClient.ts index 947398c9dbe7..2ba03b1d215f 100644 --- a/clients/client-service-catalog/src/ServiceCatalogClient.ts +++ b/clients/client-service-catalog/src/ServiceCatalogClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -546,7 +544,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -655,7 +653,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts index b5f2132652a3..f298a1d6f2d3 100644 --- a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptPortfolioShareInput, AcceptPortfolioShareOutput } from "../models/models_0"; import { de_AcceptPortfolioShareCommand, se_AcceptPortfolioShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts index 40e2a8f02014..a7319d1d1de3 100644 --- a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateBudgetWithResourceInput, AssociateBudgetWithResourceOutput } from "../models/models_0"; import { de_AssociateBudgetWithResourceCommand, se_AssociateBudgetWithResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts index 1edf56bb9327..543c867d11e0 100644 --- a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociatePrincipalWithPortfolioInput, AssociatePrincipalWithPortfolioOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts index 000ddd76d8d7..12a8c9a51368 100644 --- a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateProductWithPortfolioInput, AssociateProductWithPortfolioOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts index 5e59dd31c38d..3b4bc77f0e0a 100644 --- a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateServiceActionWithProvisioningArtifactInput, diff --git a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts index dff347595110..de504fd0dd30 100644 --- a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTagOptionWithResourceInput, AssociateTagOptionWithResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts index be27a7dadb47..819b1484c853 100644 --- a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchAssociateServiceActionWithProvisioningArtifactInput, diff --git a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts index 945141ffb1bb..9aa5bac50b1d 100644 --- a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchDisassociateServiceActionFromProvisioningArtifactInput, diff --git a/clients/client-service-catalog/src/commands/CopyProductCommand.ts b/clients/client-service-catalog/src/commands/CopyProductCommand.ts index c44ea6621b0f..0a7b08466fa3 100644 --- a/clients/client-service-catalog/src/commands/CopyProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CopyProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyProductInput, CopyProductOutput } from "../models/models_0"; import { de_CopyProductCommand, se_CopyProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts index 5917ffa4b3e7..62aa667d96c7 100644 --- a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConstraintInput, CreateConstraintOutput } from "../models/models_0"; import { de_CreateConstraintCommand, se_CreateConstraintCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts index 842ea1cebd54..cd02f2d0addf 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePortfolioInput, CreatePortfolioOutput } from "../models/models_0"; import { de_CreatePortfolioCommand, se_CreatePortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts index a4f293b98465..994666bc37b6 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePortfolioShareInput, CreatePortfolioShareOutput } from "../models/models_0"; import { de_CreatePortfolioShareCommand, se_CreatePortfolioShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreateProductCommand.ts b/clients/client-service-catalog/src/commands/CreateProductCommand.ts index c71dbcba3ab4..6b87b7ae9f5a 100644 --- a/clients/client-service-catalog/src/commands/CreateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProductInput, CreateProductOutput } from "../models/models_0"; import { de_CreateProductCommand, se_CreateProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts index 51d595217c70..487771480655 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProvisionedProductPlanInput, CreateProvisionedProductPlanOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts index 1d1161bfd401..3f34271aafba 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProvisioningArtifactInput, CreateProvisioningArtifactOutput } from "../models/models_0"; import { de_CreateProvisioningArtifactCommand, se_CreateProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts index 8c8e966c905c..b3e8de70e023 100644 --- a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceActionInput, CreateServiceActionOutput } from "../models/models_0"; import { de_CreateServiceActionCommand, se_CreateServiceActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts index d4a3a79f15fa..5dec0d8c5079 100644 --- a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTagOptionInput, CreateTagOptionOutput } from "../models/models_0"; import { de_CreateTagOptionCommand, se_CreateTagOptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts index 423bf6b548fd..80804132774d 100644 --- a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConstraintInput, DeleteConstraintOutput } from "../models/models_0"; import { de_DeleteConstraintCommand, se_DeleteConstraintCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts index 6f08f95d5ecd..49eee6d1cc9a 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePortfolioInput, DeletePortfolioOutput } from "../models/models_0"; import { de_DeletePortfolioCommand, se_DeletePortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts index 10fe9ba16fab..06dec5722b3e 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePortfolioShareInput, DeletePortfolioShareOutput } from "../models/models_0"; import { de_DeletePortfolioShareCommand, se_DeletePortfolioShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts index 5321c930aa24..6e2e69b70294 100644 --- a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProductInput, DeleteProductOutput } from "../models/models_0"; import { de_DeleteProductCommand, se_DeleteProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts index 19f653104858..a817485e25da 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProvisionedProductPlanInput, DeleteProvisionedProductPlanOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts index 21d7acc50466..ecba7cf48298 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProvisioningArtifactInput, DeleteProvisioningArtifactOutput } from "../models/models_0"; import { de_DeleteProvisioningArtifactCommand, se_DeleteProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts index 6c934b6bb3e6..b251a1421908 100644 --- a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceActionInput, DeleteServiceActionOutput } from "../models/models_0"; import { de_DeleteServiceActionCommand, se_DeleteServiceActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts index e943c9a4eb52..cb2059f6c3a4 100644 --- a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagOptionInput, DeleteTagOptionOutput } from "../models/models_0"; import { de_DeleteTagOptionCommand, se_DeleteTagOptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts index 08e2c5c20bc8..82b52c7abf1d 100644 --- a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConstraintInput, DescribeConstraintOutput } from "../models/models_0"; import { de_DescribeConstraintCommand, se_DescribeConstraintCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts index 0fa37aa375e0..585c73086635 100644 --- a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCopyProductStatusInput, DescribeCopyProductStatusOutput } from "../models/models_0"; import { de_DescribeCopyProductStatusCommand, se_DescribeCopyProductStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts index 824238ecd672..a0a3d2aac255 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePortfolioInput, DescribePortfolioOutput } from "../models/models_0"; import { de_DescribePortfolioCommand, se_DescribePortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts index eab38d875801..b2d89d67206e 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePortfolioShareStatusInput, DescribePortfolioShareStatusOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts index dd4ea258d037..492f1bfafb4b 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePortfolioSharesInput, DescribePortfolioSharesOutput } from "../models/models_0"; import { de_DescribePortfolioSharesCommand, se_DescribePortfolioSharesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts index 4d5b11238128..d1be3e626f58 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProductAsAdminInput, DescribeProductAsAdminOutput } from "../models/models_0"; import { de_DescribeProductAsAdminCommand, se_DescribeProductAsAdminCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts index 89b54e428d77..742aef02633f 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProductInput, DescribeProductOutput } from "../models/models_0"; import { de_DescribeProductCommand, se_DescribeProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts index 4bef4c31064c..02a209bd3b8d 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProductViewInput, DescribeProductViewOutput } from "../models/models_0"; import { de_DescribeProductViewCommand, se_DescribeProductViewCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts index 37b2d6b11e0f..d8ac73919b14 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProvisionedProductInput, DescribeProvisionedProductOutput } from "../models/models_0"; import { de_DescribeProvisionedProductCommand, se_DescribeProvisionedProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts index a4cbbee347c5..364ae7a666d9 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProvisionedProductPlanInput, DescribeProvisionedProductPlanOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts index bfcfe0d7d05f..fcfaf18e8259 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProvisioningArtifactInput, DescribeProvisioningArtifactOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts index af3ae98f25b1..f4b3d463add2 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProvisioningParametersInput, DescribeProvisioningParametersOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts index b985688425e6..63b3cfdebe9c 100644 --- a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRecordInput, DescribeRecordOutput } from "../models/models_0"; import { de_DescribeRecordCommand, se_DescribeRecordCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts index 3d807338bc15..7f40a70dc68f 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServiceActionInput, DescribeServiceActionOutput } from "../models/models_0"; import { de_DescribeServiceActionCommand, se_DescribeServiceActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts index 5d7d17601761..783a58637690 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServiceActionExecutionParametersInput, diff --git a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts index 60827fa32a24..50b9e6df28de 100644 --- a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTagOptionInput, DescribeTagOptionOutput } from "../models/models_0"; import { de_DescribeTagOptionCommand, se_DescribeTagOptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts index 3f750e0c5219..df13e7638e08 100644 --- a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableAWSOrganizationsAccessInput, DisableAWSOrganizationsAccessOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts index 4b257000395d..509ad18bf5ab 100644 --- a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateBudgetFromResourceInput, DisassociateBudgetFromResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts index d1949fd5844f..18fa0f1dfd51 100644 --- a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociatePrincipalFromPortfolioInput, DisassociatePrincipalFromPortfolioOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts index 0953de5e4ebd..e607b58886ff 100644 --- a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateProductFromPortfolioInput, DisassociateProductFromPortfolioOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts index 6e2b0b424773..a7c93f1411c4 100644 --- a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateServiceActionFromProvisioningArtifactInput, diff --git a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts index b021e1e0c523..b0d7ddfbe174 100644 --- a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateTagOptionFromResourceInput, DisassociateTagOptionFromResourceOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts index b9ffb2bc31dd..78ec95c86140 100644 --- a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableAWSOrganizationsAccessInput, EnableAWSOrganizationsAccessOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts index 93bf814f82eb..5e3ac4c66953 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteProvisionedProductPlanInput, ExecuteProvisionedProductPlanOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts index 634c0dc29c22..44ddd4e72df4 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteProvisionedProductServiceActionInput, diff --git a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts index a55734ca3d3f..47328758636d 100644 --- a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAWSOrganizationsAccessStatusInput, GetAWSOrganizationsAccessStatusOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts index f0e011659274..682317467c4c 100644 --- a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts +++ b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetProvisionedProductOutputsInput, GetProvisionedProductOutputsOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts index 73d04f460e61..c752eaa2c9cf 100644 --- a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportAsProvisionedProductInput, ImportAsProvisionedProductOutput } from "../models/models_0"; import { de_ImportAsProvisionedProductCommand, se_ImportAsProvisionedProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts index 4d0c434db923..4fa9a6bf8df7 100644 --- a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAcceptedPortfolioSharesInput, ListAcceptedPortfolioSharesOutput } from "../models/models_0"; import { de_ListAcceptedPortfolioSharesCommand, se_ListAcceptedPortfolioSharesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts index c9c4186f7b61..d7739fe31092 100644 --- a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBudgetsForResourceInput, ListBudgetsForResourceOutput } from "../models/models_0"; import { de_ListBudgetsForResourceCommand, se_ListBudgetsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts index bec5ea19a0d1..a1e02852cd9c 100644 --- a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConstraintsForPortfolioInput, ListConstraintsForPortfolioOutput } from "../models/models_0"; import { de_ListConstraintsForPortfolioCommand, se_ListConstraintsForPortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts index fbaf89a23c7d..125f7323bb9a 100644 --- a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLaunchPathsInput, ListLaunchPathsOutput } from "../models/models_0"; import { de_ListLaunchPathsCommand, se_ListLaunchPathsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts index 6e966b98689c..2900427366a1 100644 --- a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrganizationPortfolioAccessInput, ListOrganizationPortfolioAccessOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts index d19f3e774a44..df19bf7fbe8c 100644 --- a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPortfolioAccessInput, ListPortfolioAccessOutput } from "../models/models_0"; import { de_ListPortfolioAccessCommand, se_ListPortfolioAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts index 1a50131b7a3c..5bb415cb0dda 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPortfoliosInput, ListPortfoliosOutput } from "../models/models_0"; import { de_ListPortfoliosCommand, se_ListPortfoliosCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts index f935dc55560e..22b61df530e9 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPortfoliosForProductInput, ListPortfoliosForProductOutput } from "../models/models_0"; import { de_ListPortfoliosForProductCommand, se_ListPortfoliosForProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts index 5970355958cb..afebbce96f50 100644 --- a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPrincipalsForPortfolioInput, ListPrincipalsForPortfolioOutput } from "../models/models_0"; import { de_ListPrincipalsForPortfolioCommand, se_ListPrincipalsForPortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts index 251acad79a0a..b5634fa96c18 100644 --- a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProvisionedProductPlansInput, ListProvisionedProductPlansOutput } from "../models/models_0"; import { de_ListProvisionedProductPlansCommand, se_ListProvisionedProductPlansCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts index db4741ada2ae..a90674d88d28 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProvisioningArtifactsInput, ListProvisioningArtifactsOutput } from "../models/models_0"; import { de_ListProvisioningArtifactsCommand, se_ListProvisioningArtifactsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts index 633de7cfce02..4be7e240fd45 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProvisioningArtifactsForServiceActionInput, diff --git a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts index 7eef5c876ff5..02cee7aa83cc 100644 --- a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts +++ b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecordHistoryInput, ListRecordHistoryOutput } from "../models/models_0"; import { de_ListRecordHistoryCommand, se_ListRecordHistoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts index d6ce29191559..ada1c27bdfb6 100644 --- a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesForTagOptionInput, ListResourcesForTagOptionOutput } from "../models/models_0"; import { de_ListResourcesForTagOptionCommand, se_ListResourcesForTagOptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts index 0454ecbff54a..e137215e6b29 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceActionsInput, ListServiceActionsOutput } from "../models/models_0"; import { de_ListServiceActionsCommand, se_ListServiceActionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts index 2a2d1cbb60a4..481a28173dd3 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceActionsForProvisioningArtifactInput, diff --git a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts index 05573899b84e..a78db56d6e04 100644 --- a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStackInstancesForProvisionedProductInput, diff --git a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts index fa6f512beb48..8abf45b3f268 100644 --- a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagOptionsInput, ListTagOptionsOutput } from "../models/models_0"; import { de_ListTagOptionsCommand, se_ListTagOptionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts index 928ae272baca..b29478ac3369 100644 --- a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyProvisionProductEngineWorkflowResultInput, diff --git a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts index 5bd6808d2f70..15cc23129424 100644 --- a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyTerminateProvisionedProductEngineWorkflowResultInput, diff --git a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts index ef43d07c428d..cd149cf394c9 100644 --- a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyUpdateProvisionedProductEngineWorkflowResultInput, diff --git a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts index d4903c9c09e0..d102873e5943 100644 --- a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProvisionProductInput, ProvisionProductOutput } from "../models/models_0"; import { de_ProvisionProductCommand, se_ProvisionProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts index 78b1dff45973..a41c2cf5fdce 100644 --- a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RejectPortfolioShareInput, RejectPortfolioShareOutput } from "../models/models_0"; import { de_RejectPortfolioShareCommand, se_RejectPortfolioShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts index 2b7d82a08978..5257f8db21ba 100644 --- a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ScanProvisionedProductsInput, ScanProvisionedProductsOutput } from "../models/models_0"; import { de_ScanProvisionedProductsCommand, se_ScanProvisionedProductsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts index ce0798d24a0b..087f1bfe1753 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchProductsAsAdminInput, SearchProductsAsAdminOutput } from "../models/models_0"; import { de_SearchProductsAsAdminCommand, se_SearchProductsAsAdminCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts index 8507ff6250ef..440f357e5bcb 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchProductsInput, SearchProductsOutput } from "../models/models_0"; import { de_SearchProductsCommand, se_SearchProductsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts index 37c736ad32d5..d32c8288e482 100644 --- a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchProvisionedProductsInput, SearchProvisionedProductsOutput } from "../models/models_0"; import { de_SearchProvisionedProductsCommand, se_SearchProvisionedProductsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts index 77dafcf9285a..ad587e736321 100644 --- a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateProvisionedProductInput, TerminateProvisionedProductOutput } from "../models/models_0"; import { de_TerminateProvisionedProductCommand, se_TerminateProvisionedProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts index b3d164fc5643..c00c852fb053 100644 --- a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConstraintInput, UpdateConstraintOutput } from "../models/models_0"; import { de_UpdateConstraintCommand, se_UpdateConstraintCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts index ccbf9788836f..2a0dd31a25a5 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePortfolioInput, UpdatePortfolioOutput } from "../models/models_0"; import { de_UpdatePortfolioCommand, se_UpdatePortfolioCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts index f8f3753928e3..7bef6c54d4cf 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePortfolioShareInput, UpdatePortfolioShareOutput } from "../models/models_0"; import { de_UpdatePortfolioShareCommand, se_UpdatePortfolioShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts index 6c14e488e34c..4f19a3a65365 100644 --- a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProductInput, UpdateProductOutput } from "../models/models_0"; import { de_UpdateProductCommand, se_UpdateProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts index ca7436839988..1e8301059821 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProvisionedProductInput, UpdateProvisionedProductOutput } from "../models/models_0"; import { de_UpdateProvisionedProductCommand, se_UpdateProvisionedProductCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts index bd31ef7aa857..03e4c723e2f6 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProvisionedProductPropertiesInput, UpdateProvisionedProductPropertiesOutput } from "../models/models_0"; import { diff --git a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts index b9960dacd7da..ae1c07846870 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProvisioningArtifactInput, UpdateProvisioningArtifactOutput } from "../models/models_0"; import { de_UpdateProvisioningArtifactCommand, se_UpdateProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts index 837f5f4f2fb8..93221216a060 100644 --- a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceActionInput, UpdateServiceActionOutput } from "../models/models_0"; import { de_UpdateServiceActionCommand, se_UpdateServiceActionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts index df3f37e4b88d..3d7b68e35b77 100644 --- a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTagOptionInput, UpdateTagOptionOutput } from "../models/models_0"; import { de_UpdateTagOptionCommand, se_UpdateTagOptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-catalog/src/endpoint/EndpointParameters.ts b/clients/client-service-catalog/src/endpoint/EndpointParameters.ts index 9beba17dccdb..861f793d3faa 100644 --- a/clients/client-service-catalog/src/endpoint/EndpointParameters.ts +++ b/clients/client-service-catalog/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-service-catalog/src/endpoint/endpointResolver.ts b/clients/client-service-catalog/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-service-catalog/src/endpoint/endpointResolver.ts +++ b/clients/client-service-catalog/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-service-catalog/src/endpoint/ruleset.ts b/clients/client-service-catalog/src/endpoint/ruleset.ts index b9b163bef70f..1f45c72c4c69 100644 --- a/clients/client-service-catalog/src/endpoint/ruleset.ts +++ b/clients/client-service-catalog/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts b/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts index 4d50d0ac9f2a..8137a7997d93 100644 --- a/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts +++ b/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-service-catalog/src/models/models_0.ts b/clients/client-service-catalog/src/models/models_0.ts index 92de53fb859a..569995f5a6dd 100644 --- a/clients/client-service-catalog/src/models/models_0.ts +++ b/clients/client-service-catalog/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ServiceCatalogServiceException as __BaseException } from "./ServiceCatalogServiceException"; diff --git a/clients/client-service-catalog/src/pagination/DescribePortfolioSharesPaginator.ts b/clients/client-service-catalog/src/pagination/DescribePortfolioSharesPaginator.ts index 7acab751145c..85955672c941 100644 --- a/clients/client-service-catalog/src/pagination/DescribePortfolioSharesPaginator.ts +++ b/clients/client-service-catalog/src/pagination/DescribePortfolioSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePortfolioSharesCommand, diff --git a/clients/client-service-catalog/src/pagination/GetProvisionedProductOutputsPaginator.ts b/clients/client-service-catalog/src/pagination/GetProvisionedProductOutputsPaginator.ts index da219e54d301..b650e58709ae 100644 --- a/clients/client-service-catalog/src/pagination/GetProvisionedProductOutputsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/GetProvisionedProductOutputsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetProvisionedProductOutputsCommand, diff --git a/clients/client-service-catalog/src/pagination/Interfaces.ts b/clients/client-service-catalog/src/pagination/Interfaces.ts index d623f915a4b7..7df66abc3020 100644 --- a/clients/client-service-catalog/src/pagination/Interfaces.ts +++ b/clients/client-service-catalog/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ServiceCatalogClient } from "../ServiceCatalogClient"; diff --git a/clients/client-service-catalog/src/pagination/ListAcceptedPortfolioSharesPaginator.ts b/clients/client-service-catalog/src/pagination/ListAcceptedPortfolioSharesPaginator.ts index f3c21f3d30b3..959b2c9ac02f 100644 --- a/clients/client-service-catalog/src/pagination/ListAcceptedPortfolioSharesPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListAcceptedPortfolioSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAcceptedPortfolioSharesCommand, diff --git a/clients/client-service-catalog/src/pagination/ListBudgetsForResourcePaginator.ts b/clients/client-service-catalog/src/pagination/ListBudgetsForResourcePaginator.ts index 4ed26b13a914..80b548570824 100644 --- a/clients/client-service-catalog/src/pagination/ListBudgetsForResourcePaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListBudgetsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBudgetsForResourceCommand, diff --git a/clients/client-service-catalog/src/pagination/ListConstraintsForPortfolioPaginator.ts b/clients/client-service-catalog/src/pagination/ListConstraintsForPortfolioPaginator.ts index 2a185474ff13..7c957554fc62 100644 --- a/clients/client-service-catalog/src/pagination/ListConstraintsForPortfolioPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListConstraintsForPortfolioPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConstraintsForPortfolioCommand, diff --git a/clients/client-service-catalog/src/pagination/ListLaunchPathsPaginator.ts b/clients/client-service-catalog/src/pagination/ListLaunchPathsPaginator.ts index 75b3a2e011e8..b7cc6d8f9e08 100644 --- a/clients/client-service-catalog/src/pagination/ListLaunchPathsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListLaunchPathsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLaunchPathsCommand, diff --git a/clients/client-service-catalog/src/pagination/ListOrganizationPortfolioAccessPaginator.ts b/clients/client-service-catalog/src/pagination/ListOrganizationPortfolioAccessPaginator.ts index f59d094ea1d1..4b7e31b973c5 100644 --- a/clients/client-service-catalog/src/pagination/ListOrganizationPortfolioAccessPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListOrganizationPortfolioAccessPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationPortfolioAccessCommand, diff --git a/clients/client-service-catalog/src/pagination/ListPortfolioAccessPaginator.ts b/clients/client-service-catalog/src/pagination/ListPortfolioAccessPaginator.ts index b0e54bf9d204..cc52024e639c 100644 --- a/clients/client-service-catalog/src/pagination/ListPortfolioAccessPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListPortfolioAccessPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPortfolioAccessCommand, diff --git a/clients/client-service-catalog/src/pagination/ListPortfoliosForProductPaginator.ts b/clients/client-service-catalog/src/pagination/ListPortfoliosForProductPaginator.ts index 28389b770089..e3f62018fe90 100644 --- a/clients/client-service-catalog/src/pagination/ListPortfoliosForProductPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListPortfoliosForProductPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPortfoliosForProductCommand, diff --git a/clients/client-service-catalog/src/pagination/ListPortfoliosPaginator.ts b/clients/client-service-catalog/src/pagination/ListPortfoliosPaginator.ts index a611831678a4..7447f0807835 100644 --- a/clients/client-service-catalog/src/pagination/ListPortfoliosPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListPortfoliosPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPortfoliosCommand, diff --git a/clients/client-service-catalog/src/pagination/ListPrincipalsForPortfolioPaginator.ts b/clients/client-service-catalog/src/pagination/ListPrincipalsForPortfolioPaginator.ts index 58155e707990..d91ced735aa8 100644 --- a/clients/client-service-catalog/src/pagination/ListPrincipalsForPortfolioPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListPrincipalsForPortfolioPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPrincipalsForPortfolioCommand, diff --git a/clients/client-service-catalog/src/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts b/clients/client-service-catalog/src/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts index 1e8e8607053f..9ef7787c681f 100644 --- a/clients/client-service-catalog/src/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListProvisioningArtifactsForServiceActionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProvisioningArtifactsForServiceActionCommand, diff --git a/clients/client-service-catalog/src/pagination/ListResourcesForTagOptionPaginator.ts b/clients/client-service-catalog/src/pagination/ListResourcesForTagOptionPaginator.ts index 8765a7cfb758..0f0fa69c6a2d 100644 --- a/clients/client-service-catalog/src/pagination/ListResourcesForTagOptionPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListResourcesForTagOptionPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcesForTagOptionCommand, diff --git a/clients/client-service-catalog/src/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts b/clients/client-service-catalog/src/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts index 48926b591df0..f7a38c21dafc 100644 --- a/clients/client-service-catalog/src/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListServiceActionsForProvisioningArtifactPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceActionsForProvisioningArtifactCommand, diff --git a/clients/client-service-catalog/src/pagination/ListServiceActionsPaginator.ts b/clients/client-service-catalog/src/pagination/ListServiceActionsPaginator.ts index 5f58e8916be5..ca4056bac8df 100644 --- a/clients/client-service-catalog/src/pagination/ListServiceActionsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListServiceActionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceActionsCommand, diff --git a/clients/client-service-catalog/src/pagination/ListTagOptionsPaginator.ts b/clients/client-service-catalog/src/pagination/ListTagOptionsPaginator.ts index b97c4c7a731f..c17c806e1c54 100644 --- a/clients/client-service-catalog/src/pagination/ListTagOptionsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/ListTagOptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagOptionsCommand, diff --git a/clients/client-service-catalog/src/pagination/SearchProductsAsAdminPaginator.ts b/clients/client-service-catalog/src/pagination/SearchProductsAsAdminPaginator.ts index bbca791b73e6..f3dcabc1ddf7 100644 --- a/clients/client-service-catalog/src/pagination/SearchProductsAsAdminPaginator.ts +++ b/clients/client-service-catalog/src/pagination/SearchProductsAsAdminPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchProductsAsAdminCommand, diff --git a/clients/client-service-catalog/src/pagination/SearchProductsPaginator.ts b/clients/client-service-catalog/src/pagination/SearchProductsPaginator.ts index 77667b251378..5b55240a9758 100644 --- a/clients/client-service-catalog/src/pagination/SearchProductsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/SearchProductsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchProductsCommand, diff --git a/clients/client-service-catalog/src/pagination/SearchProvisionedProductsPaginator.ts b/clients/client-service-catalog/src/pagination/SearchProvisionedProductsPaginator.ts index bc1a2f4b2e9f..00ff2d5512c9 100644 --- a/clients/client-service-catalog/src/pagination/SearchProvisionedProductsPaginator.ts +++ b/clients/client-service-catalog/src/pagination/SearchProvisionedProductsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchProvisionedProductsCommand, diff --git a/clients/client-service-catalog/src/protocols/Aws_json1_1.ts b/clients/client-service-catalog/src/protocols/Aws_json1_1.ts index e9468d7ed62c..c7d5c50fadd0 100644 --- a/clients/client-service-catalog/src/protocols/Aws_json1_1.ts +++ b/clients/client-service-catalog/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-service-catalog/src/runtimeConfig.browser.ts b/clients/client-service-catalog/src/runtimeConfig.browser.ts index 99b6c495156c..aa9cd97008e8 100644 --- a/clients/client-service-catalog/src/runtimeConfig.browser.ts +++ b/clients/client-service-catalog/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceCatalogClientConfig } from "./ServiceCatalogClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-service-catalog/src/runtimeConfig.shared.ts b/clients/client-service-catalog/src/runtimeConfig.shared.ts index 87475087b150..1892acfa115e 100644 --- a/clients/client-service-catalog/src/runtimeConfig.shared.ts +++ b/clients/client-service-catalog/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ServiceCatalogClientConfig } from "./ServiceCatalogClient"; diff --git a/clients/client-service-catalog/src/runtimeConfig.ts b/clients/client-service-catalog/src/runtimeConfig.ts index c6b9919dce19..fee35fb22ac6 100644 --- a/clients/client-service-catalog/src/runtimeConfig.ts +++ b/clients/client-service-catalog/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceCatalogClientConfig } from "./ServiceCatalogClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index 59ec64782a24..faf434ad6288 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-service-quotas/src/ServiceQuotas.ts b/clients/client-service-quotas/src/ServiceQuotas.ts index a94c782c0729..5912eca54d09 100644 --- a/clients/client-service-quotas/src/ServiceQuotas.ts +++ b/clients/client-service-quotas/src/ServiceQuotas.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateServiceQuotaTemplateCommand, diff --git a/clients/client-service-quotas/src/ServiceQuotasClient.ts b/clients/client-service-quotas/src/ServiceQuotasClient.ts index 1a0b7eca5320..9601f78a0895 100644 --- a/clients/client-service-quotas/src/ServiceQuotasClient.ts +++ b/clients/client-service-quotas/src/ServiceQuotasClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -180,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -289,7 +287,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts index 0c5cf72b9cdc..3b462558acc0 100644 --- a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateServiceQuotaTemplateRequest, AssociateServiceQuotaTemplateResponse } from "../models/models_0"; import { diff --git a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts index 73f58e6970a3..91aab00996ef 100644 --- a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceQuotaIncreaseRequestFromTemplateRequest, diff --git a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts index 6359fb09d0c8..fe590133e220 100644 --- a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateServiceQuotaTemplateRequest, DisassociateServiceQuotaTemplateResponse } from "../models/models_0"; import { diff --git a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts index e4b01c66cec1..cb5d1a467428 100644 --- a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAWSDefaultServiceQuotaRequest, GetAWSDefaultServiceQuotaResponse } from "../models/models_0"; import { de_GetAWSDefaultServiceQuotaCommand, se_GetAWSDefaultServiceQuotaCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts index f62f997bdc62..7ccebb54e818 100644 --- a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAssociationForServiceQuotaTemplateRequest, diff --git a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts index 1bbb17038536..21d86aa29b0e 100644 --- a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts +++ b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRequestedServiceQuotaChangeRequest, GetRequestedServiceQuotaChangeResponse } from "../models/models_0"; import { diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts index 59e4eaee62b0..8210ae02294a 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceQuotaRequest, GetServiceQuotaResponse } from "../models/models_0"; import { de_GetServiceQuotaCommand, se_GetServiceQuotaCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts index 04471be5dcb7..63b78285af79 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceQuotaIncreaseRequestFromTemplateRequest, diff --git a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts index 5d0d113ac5ee..918959aed6ea 100644 --- a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAWSDefaultServiceQuotasRequest, ListAWSDefaultServiceQuotasResponse } from "../models/models_0"; import { de_ListAWSDefaultServiceQuotasCommand, se_ListAWSDefaultServiceQuotasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts index e4d0642053dc..a45f41696b0d 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRequestedServiceQuotaChangeHistoryByQuotaRequest, diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts index ea7acb5ef71b..cc43aaec30b6 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRequestedServiceQuotaChangeHistoryRequest, diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts index 057d4bc55a84..c2afd0cf33ff 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceQuotaIncreaseRequestsInTemplateRequest, diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts index 5f15a1b22193..52d5dc71d84f 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceQuotasRequest, ListServiceQuotasResponse } from "../models/models_0"; import { de_ListServiceQuotasCommand, se_ListServiceQuotasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/ListServicesCommand.ts b/clients/client-service-quotas/src/commands/ListServicesCommand.ts index 0422471b307a..ae4757b2c604 100644 --- a/clients/client-service-quotas/src/commands/ListServicesCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts index 0e5dbd9abb25..73427ca08806 100644 --- a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts index ddfde6465605..d3f3d3156cf2 100644 --- a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutServiceQuotaIncreaseRequestIntoTemplateRequest, diff --git a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts index c390d2c78211..16c172b31a19 100644 --- a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts +++ b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RequestServiceQuotaIncreaseRequest, RequestServiceQuotaIncreaseResponse } from "../models/models_0"; import { de_RequestServiceQuotaIncreaseCommand, se_RequestServiceQuotaIncreaseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/TagResourceCommand.ts b/clients/client-service-quotas/src/commands/TagResourceCommand.ts index 5ac2dfea669c..9b5d9474c154 100644 --- a/clients/client-service-quotas/src/commands/TagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts index 9231d06ef85e..c16cb0017916 100644 --- a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-service-quotas/src/endpoint/EndpointParameters.ts b/clients/client-service-quotas/src/endpoint/EndpointParameters.ts index 35fec799c1a2..5e4d6f5d572a 100644 --- a/clients/client-service-quotas/src/endpoint/EndpointParameters.ts +++ b/clients/client-service-quotas/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-service-quotas/src/endpoint/endpointResolver.ts b/clients/client-service-quotas/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-service-quotas/src/endpoint/endpointResolver.ts +++ b/clients/client-service-quotas/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-service-quotas/src/endpoint/ruleset.ts b/clients/client-service-quotas/src/endpoint/ruleset.ts index 2bf94d040bb0..18d1b12a0f79 100644 --- a/clients/client-service-quotas/src/endpoint/ruleset.ts +++ b/clients/client-service-quotas/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts b/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts index 5292c98490d5..8602e83bb84f 100644 --- a/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts +++ b/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-service-quotas/src/models/models_0.ts b/clients/client-service-quotas/src/models/models_0.ts index 69102818fc19..5e81c1d8b5f9 100644 --- a/clients/client-service-quotas/src/models/models_0.ts +++ b/clients/client-service-quotas/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException"; diff --git a/clients/client-service-quotas/src/pagination/Interfaces.ts b/clients/client-service-quotas/src/pagination/Interfaces.ts index 37dcc473e35a..69761f67cbfc 100644 --- a/clients/client-service-quotas/src/pagination/Interfaces.ts +++ b/clients/client-service-quotas/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ServiceQuotasClient } from "../ServiceQuotasClient"; diff --git a/clients/client-service-quotas/src/pagination/ListAWSDefaultServiceQuotasPaginator.ts b/clients/client-service-quotas/src/pagination/ListAWSDefaultServiceQuotasPaginator.ts index 4e2bb91aee42..c345985d8f1b 100644 --- a/clients/client-service-quotas/src/pagination/ListAWSDefaultServiceQuotasPaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListAWSDefaultServiceQuotasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAWSDefaultServiceQuotasCommand, diff --git a/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.ts b/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.ts index 6cf713fc8cfd..a31f25080976 100644 --- a/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRequestedServiceQuotaChangeHistoryByQuotaCommand, diff --git a/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.ts b/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.ts index 3e7c5436b62c..954aafd8b1a6 100644 --- a/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRequestedServiceQuotaChangeHistoryCommand, diff --git a/clients/client-service-quotas/src/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.ts b/clients/client-service-quotas/src/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.ts index 82b61c9b2461..2f83bb388c30 100644 --- a/clients/client-service-quotas/src/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceQuotaIncreaseRequestsInTemplateCommand, diff --git a/clients/client-service-quotas/src/pagination/ListServiceQuotasPaginator.ts b/clients/client-service-quotas/src/pagination/ListServiceQuotasPaginator.ts index 4e253ff3b34a..de79dd477835 100644 --- a/clients/client-service-quotas/src/pagination/ListServiceQuotasPaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListServiceQuotasPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceQuotasCommand, diff --git a/clients/client-service-quotas/src/pagination/ListServicesPaginator.ts b/clients/client-service-quotas/src/pagination/ListServicesPaginator.ts index 12fe4d9c57e9..1df5f3bff0d4 100644 --- a/clients/client-service-quotas/src/pagination/ListServicesPaginator.ts +++ b/clients/client-service-quotas/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-service-quotas/src/protocols/Aws_json1_1.ts b/clients/client-service-quotas/src/protocols/Aws_json1_1.ts index 64d0b7c4b454..92af27b91dd4 100644 --- a/clients/client-service-quotas/src/protocols/Aws_json1_1.ts +++ b/clients/client-service-quotas/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateServiceQuotaTemplateCommandInput, diff --git a/clients/client-service-quotas/src/runtimeConfig.browser.ts b/clients/client-service-quotas/src/runtimeConfig.browser.ts index 6b9c0764ec1d..dab7d36f60ea 100644 --- a/clients/client-service-quotas/src/runtimeConfig.browser.ts +++ b/clients/client-service-quotas/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceQuotasClientConfig } from "./ServiceQuotasClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-service-quotas/src/runtimeConfig.shared.ts b/clients/client-service-quotas/src/runtimeConfig.shared.ts index 40e5f11b9095..6aa2426d00e9 100644 --- a/clients/client-service-quotas/src/runtimeConfig.shared.ts +++ b/clients/client-service-quotas/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ServiceQuotasClientConfig } from "./ServiceQuotasClient"; diff --git a/clients/client-service-quotas/src/runtimeConfig.ts b/clients/client-service-quotas/src/runtimeConfig.ts index da4cbfc623bc..7399c4b44aa1 100644 --- a/clients/client-service-quotas/src/runtimeConfig.ts +++ b/clients/client-service-quotas/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceQuotasClientConfig } from "./ServiceQuotasClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 43e9c01c583f..2af2c6afba28 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-servicediscovery/src/ServiceDiscovery.ts b/clients/client-servicediscovery/src/ServiceDiscovery.ts index 9712ae90382b..5862c9727512 100644 --- a/clients/client-servicediscovery/src/ServiceDiscovery.ts +++ b/clients/client-servicediscovery/src/ServiceDiscovery.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateHttpNamespaceCommand, diff --git a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts index 949e236c104b..eda5905e9c52 100644 --- a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts +++ b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -186,7 +184,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -295,7 +293,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts index db9e23e92618..449d4eec4127 100644 --- a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateHttpNamespaceRequest, CreateHttpNamespaceResponse } from "../models/models_0"; import { de_CreateHttpNamespaceCommand, se_CreateHttpNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts index 507030c9259f..05fe24072a0b 100644 --- a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePrivateDnsNamespaceRequest, CreatePrivateDnsNamespaceResponse } from "../models/models_0"; import { de_CreatePrivateDnsNamespaceCommand, se_CreatePrivateDnsNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts index 9a0f64a656e1..093ad2c93b1f 100644 --- a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePublicDnsNamespaceRequest, CreatePublicDnsNamespaceResponse } from "../models/models_0"; import { de_CreatePublicDnsNamespaceCommand, se_CreatePublicDnsNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts index ba378cdfda82..9e29160f3c5b 100644 --- a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"; import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts index 52c5660f3cf8..e8aaf634de13 100644 --- a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0"; import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts index 82cb12141a63..016821c62d73 100644 --- a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts index ca444d5ccb97..3489cbffdbd6 100644 --- a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0"; import { de_DeregisterInstanceCommand, se_DeregisterInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts index 6eac236b2e2d..b0e0698c7e00 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0"; import { de_DiscoverInstancesCommand, se_DiscoverInstancesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts index e14f334eadf8..496d26f9b88f 100644 --- a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0"; import { de_GetInstanceCommand, se_GetInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts index 6e1507c920c7..9610c3d880c4 100644 --- a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0"; import { de_GetInstancesHealthStatusCommand, se_GetInstancesHealthStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts index 9e95cff4069f..fec470367db7 100644 --- a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0"; import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts index 3283a70de107..296aafa90914 100644 --- a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOperationRequest, GetOperationResponse } from "../models/models_0"; import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts index 94a812977360..b1024db6991d 100644 --- a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceRequest, GetServiceResponse } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts index b934edfd8fa9..592d72c657fb 100644 --- a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0"; import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts index 630b863d1882..c3a9c6ca9afa 100644 --- a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0"; import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts index d5b5c2d23457..5fe542bd34f1 100644 --- a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0"; import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts index b0d74b057f7f..e457c6a4b187 100644 --- a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts index c83410561c14..946172596517 100644 --- a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts index 1d7a3299a7c0..d6a884517d80 100644 --- a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterInstanceRequest, RegisterInstanceResponse } from "../models/models_0"; import { de_RegisterInstanceCommand, se_RegisterInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts index a825ed59a202..e15ff04227dd 100644 --- a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts index 8461447e78e8..649268f8982a 100644 --- a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts index 26f5c535b675..77a6f3b7ee91 100644 --- a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHttpNamespaceRequest, UpdateHttpNamespaceResponse } from "../models/models_0"; import { de_UpdateHttpNamespaceCommand, se_UpdateHttpNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts index 502dc74e8d2b..1f1d8749b5f2 100644 --- a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInstanceCustomHealthStatusRequest } from "../models/models_0"; import { diff --git a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts index 55cac54902bd..938b5c5f33a4 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePrivateDnsNamespaceRequest, UpdatePrivateDnsNamespaceResponse } from "../models/models_0"; import { de_UpdatePrivateDnsNamespaceCommand, se_UpdatePrivateDnsNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts index 81a93f785933..75525d56df20 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePublicDnsNamespaceRequest, UpdatePublicDnsNamespaceResponse } from "../models/models_0"; import { de_UpdatePublicDnsNamespaceCommand, se_UpdatePublicDnsNamespaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts index 3e3e0775a7c1..b3cefd13fc16 100644 --- a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0"; import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-servicediscovery/src/endpoint/EndpointParameters.ts b/clients/client-servicediscovery/src/endpoint/EndpointParameters.ts index df01f6869b49..1c39620a1e0a 100644 --- a/clients/client-servicediscovery/src/endpoint/EndpointParameters.ts +++ b/clients/client-servicediscovery/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-servicediscovery/src/endpoint/endpointResolver.ts b/clients/client-servicediscovery/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-servicediscovery/src/endpoint/endpointResolver.ts +++ b/clients/client-servicediscovery/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-servicediscovery/src/endpoint/ruleset.ts b/clients/client-servicediscovery/src/endpoint/ruleset.ts index 3b0fa4829835..767b88a75835 100644 --- a/clients/client-servicediscovery/src/endpoint/ruleset.ts +++ b/clients/client-servicediscovery/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts b/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts index e4c8bdeff2ae..39b9e6f64121 100644 --- a/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts +++ b/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-servicediscovery/src/models/models_0.ts b/clients/client-servicediscovery/src/models/models_0.ts index 6641ae79d1d8..8511be76eb58 100644 --- a/clients/client-servicediscovery/src/models/models_0.ts +++ b/clients/client-servicediscovery/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ServiceDiscoveryServiceException as __BaseException } from "./ServiceDiscoveryServiceException"; diff --git a/clients/client-servicediscovery/src/pagination/GetInstancesHealthStatusPaginator.ts b/clients/client-servicediscovery/src/pagination/GetInstancesHealthStatusPaginator.ts index e862858cbe01..a16cdad24af5 100644 --- a/clients/client-servicediscovery/src/pagination/GetInstancesHealthStatusPaginator.ts +++ b/clients/client-servicediscovery/src/pagination/GetInstancesHealthStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInstancesHealthStatusCommand, diff --git a/clients/client-servicediscovery/src/pagination/Interfaces.ts b/clients/client-servicediscovery/src/pagination/Interfaces.ts index 71cabda84111..1842e68375ff 100644 --- a/clients/client-servicediscovery/src/pagination/Interfaces.ts +++ b/clients/client-servicediscovery/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ServiceDiscoveryClient } from "../ServiceDiscoveryClient"; diff --git a/clients/client-servicediscovery/src/pagination/ListInstancesPaginator.ts b/clients/client-servicediscovery/src/pagination/ListInstancesPaginator.ts index ae02d9dc921f..5d6f3b9bb485 100644 --- a/clients/client-servicediscovery/src/pagination/ListInstancesPaginator.ts +++ b/clients/client-servicediscovery/src/pagination/ListInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstancesCommand, diff --git a/clients/client-servicediscovery/src/pagination/ListNamespacesPaginator.ts b/clients/client-servicediscovery/src/pagination/ListNamespacesPaginator.ts index ed95b629d651..d8da6ab15311 100644 --- a/clients/client-servicediscovery/src/pagination/ListNamespacesPaginator.ts +++ b/clients/client-servicediscovery/src/pagination/ListNamespacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNamespacesCommand, diff --git a/clients/client-servicediscovery/src/pagination/ListOperationsPaginator.ts b/clients/client-servicediscovery/src/pagination/ListOperationsPaginator.ts index 817831a47456..81a89a0e26c4 100644 --- a/clients/client-servicediscovery/src/pagination/ListOperationsPaginator.ts +++ b/clients/client-servicediscovery/src/pagination/ListOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOperationsCommand, diff --git a/clients/client-servicediscovery/src/pagination/ListServicesPaginator.ts b/clients/client-servicediscovery/src/pagination/ListServicesPaginator.ts index 966fcfa329a0..d62f60e10b8c 100644 --- a/clients/client-servicediscovery/src/pagination/ListServicesPaginator.ts +++ b/clients/client-servicediscovery/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-servicediscovery/src/protocols/Aws_json1_1.ts b/clients/client-servicediscovery/src/protocols/Aws_json1_1.ts index f7590da46393..ae23c57437d6 100644 --- a/clients/client-servicediscovery/src/protocols/Aws_json1_1.ts +++ b/clients/client-servicediscovery/src/protocols/Aws_json1_1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,14 +15,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-servicediscovery/src/runtimeConfig.browser.ts b/clients/client-servicediscovery/src/runtimeConfig.browser.ts index b3741d9306c3..86b7b2e0378c 100644 --- a/clients/client-servicediscovery/src/runtimeConfig.browser.ts +++ b/clients/client-servicediscovery/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-servicediscovery/src/runtimeConfig.shared.ts b/clients/client-servicediscovery/src/runtimeConfig.shared.ts index e46bbde49235..3fefd94da915 100644 --- a/clients/client-servicediscovery/src/runtimeConfig.shared.ts +++ b/clients/client-servicediscovery/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient"; diff --git a/clients/client-servicediscovery/src/runtimeConfig.ts b/clients/client-servicediscovery/src/runtimeConfig.ts index a282f03ccf92..39ae81d491d7 100644 --- a/clients/client-servicediscovery/src/runtimeConfig.ts +++ b/clients/client-servicediscovery/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index 32e12671ea7a..e6c31e332472 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ses/src/SES.ts b/clients/client-ses/src/SES.ts index 63222a2913d9..63174bfda619 100644 --- a/clients/client-ses/src/SES.ts +++ b/clients/client-ses/src/SES.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CloneReceiptRuleSetCommand, diff --git a/clients/client-ses/src/SESClient.ts b/clients/client-ses/src/SESClient.ts index d7681137a32e..747678131fa5 100644 --- a/clients/client-ses/src/SESClient.ts +++ b/clients/client-ses/src/SESClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -444,7 +442,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -553,7 +551,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts index 6247afe8b0e5..880e974629ed 100644 --- a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0"; import { de_CloneReceiptRuleSetCommand, se_CloneReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts index 8738f9b1409a..5c0db2dccce7 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0"; import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 8c74ebfb3ffa..b1bae50b67df 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetEventDestinationRequest, diff --git a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts index 624764042720..a76b59b5c283 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetTrackingOptionsRequest, diff --git a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index 5d16f55ffaf6..d558e19968d9 100644 --- a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0"; import { diff --git a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts index 3866fa683d3a..3a322fca103a 100644 --- a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0"; import { de_CreateReceiptFilterCommand, se_CreateReceiptFilterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts index dedafd80bea9..6b64a738caa2 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0"; import { de_CreateReceiptRuleCommand, se_CreateReceiptRuleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts index c1bfc4b53c81..4a985ddb3a77 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0"; import { de_CreateReceiptRuleSetCommand, se_CreateReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/CreateTemplateCommand.ts b/clients/client-ses/src/commands/CreateTemplateCommand.ts index 387b0fb084d1..49cf7b87fa6b 100644 --- a/clients/client-ses/src/commands/CreateTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0"; import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts index 8c6b31537175..94f6620d6fbe 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0"; import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 818b00584ab9..624638cd78f8 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetEventDestinationRequest, diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index cbd01e46184c..78affcaef55e 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetTrackingOptionsRequest, diff --git a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index a1afb0674151..39e77c839d3d 100644 --- a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0"; import { diff --git a/clients/client-ses/src/commands/DeleteIdentityCommand.ts b/clients/client-ses/src/commands/DeleteIdentityCommand.ts index a31644add3b8..9b477c8ea13e 100644 --- a/clients/client-ses/src/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0"; import { de_DeleteIdentityCommand, se_DeleteIdentityCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts index d302e94bdafc..8181a776457b 100644 --- a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0"; import { de_DeleteIdentityPolicyCommand, se_DeleteIdentityPolicyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts index 132909ecb0a1..24cc55e8fb60 100644 --- a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../models/models_0"; import { de_DeleteReceiptFilterCommand, se_DeleteReceiptFilterCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts index 750111902254..d15d2bcf482f 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/models_0"; import { de_DeleteReceiptRuleCommand, se_DeleteReceiptRuleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts index 532ff8a8e0aa..f3e6bddea834 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0"; import { de_DeleteReceiptRuleSetCommand, se_DeleteReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteTemplateCommand.ts b/clients/client-ses/src/commands/DeleteTemplateCommand.ts index 0da5bef4e243..1c0fcf5d4ef3 100644 --- a/clients/client-ses/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0"; import { de_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts index c5c3c7c8a0e9..d37cf3d53f2c 100644 --- a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVerifiedEmailAddressRequest } from "../models/models_0"; import { de_DeleteVerifiedEmailAddressCommand, se_DeleteVerifiedEmailAddressCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts index a675c5984355..aafeb329b29e 100644 --- a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetResponse } from "../models/models_0"; import { de_DescribeActiveReceiptRuleSetCommand, se_DescribeActiveReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts index d233d5466299..710ef1f9078e 100644 --- a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } from "../models/models_0"; import { de_DescribeConfigurationSetCommand, se_DescribeConfigurationSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts index 679f9d9c9a93..cbdef9d639e0 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../models/models_0"; import { de_DescribeReceiptRuleCommand, se_DescribeReceiptRuleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts index bd82279af08c..3cfa562c5aa5 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from "../models/models_0"; import { de_DescribeReceiptRuleSetCommand, se_DescribeReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts index 41872aae014c..f23a17c26fe4 100644 --- a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountSendingEnabledResponse } from "../models/models_0"; import { de_GetAccountSendingEnabledCommand, se_GetAccountSendingEnabledCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts index cea6f722982a..a7bdee4433ad 100644 --- a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCustomVerificationEmailTemplateRequest, diff --git a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts index 5a504be46f9a..7dc5409c6408 100644 --- a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } from "../models/models_0"; import { de_GetIdentityDkimAttributesCommand, se_GetIdentityDkimAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts index 1a262904eb5d..53fac492b2c9 100644 --- a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityMailFromDomainAttributesRequest, diff --git a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts index 8a39eed5a627..cef8ef17c307 100644 --- a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityNotificationAttributesRequest, diff --git a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts index fb4510086734..6eb0cca7c9eb 100644 --- a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0"; import { de_GetIdentityPoliciesCommand, se_GetIdentityPoliciesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts index 19b093d58061..eb99bb25018e 100644 --- a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityVerificationAttributesRequest, diff --git a/clients/client-ses/src/commands/GetSendQuotaCommand.ts b/clients/client-ses/src/commands/GetSendQuotaCommand.ts index e2f1ae99b20d..4330712a1ebe 100644 --- a/clients/client-ses/src/commands/GetSendQuotaCommand.ts +++ b/clients/client-ses/src/commands/GetSendQuotaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSendQuotaResponse } from "../models/models_0"; import { de_GetSendQuotaCommand, se_GetSendQuotaCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts index 8a36cc7af86b..1ad23990390d 100644 --- a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSendStatisticsResponse } from "../models/models_0"; import { de_GetSendStatisticsCommand, se_GetSendStatisticsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/GetTemplateCommand.ts b/clients/client-ses/src/commands/GetTemplateCommand.ts index 6127280b4dd0..2c43e4f27878 100644 --- a/clients/client-ses/src/commands/GetTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0"; import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts index ee71ecd34be6..eeca60da9142 100644 --- a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0"; import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 7480f4068dbe..4e22e696dffb 100644 --- a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCustomVerificationEmailTemplatesRequest, diff --git a/clients/client-ses/src/commands/ListIdentitiesCommand.ts b/clients/client-ses/src/commands/ListIdentitiesCommand.ts index e7b93558a1e5..0f426705b1f6 100644 --- a/clients/client-ses/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0"; import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts index 0fce7488dd78..d603cc2834c8 100644 --- a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0"; import { de_ListIdentityPoliciesCommand, se_ListIdentityPoliciesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts index fdb4b9b05590..380a48790101 100644 --- a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0"; import { de_ListReceiptFiltersCommand, se_ListReceiptFiltersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts index 60b5af76ca5e..8227754f0159 100644 --- a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0"; import { de_ListReceiptRuleSetsCommand, se_ListReceiptRuleSetsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListTemplatesCommand.ts b/clients/client-ses/src/commands/ListTemplatesCommand.ts index 60dd84b50220..b9d4b36cd1a0 100644 --- a/clients/client-ses/src/commands/ListTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0"; import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts index 3ccd3a6cd8b3..d460ad0048c4 100644 --- a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts +++ b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVerifiedEmailAddressesResponse } from "../models/models_0"; import { de_ListVerifiedEmailAddressesCommand, se_ListVerifiedEmailAddressesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 9a2d8724fd04..54867861e4ea 100644 --- a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetDeliveryOptionsRequest, diff --git a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts index 783da12e6a31..862e329aba70 100644 --- a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0"; import { de_PutIdentityPolicyCommand, se_PutIdentityPolicyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts index dc4c4d5d1550..40092e68cde1 100644 --- a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0"; import { de_ReorderReceiptRuleSetCommand, se_ReorderReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendBounceCommand.ts b/clients/client-ses/src/commands/SendBounceCommand.ts index 27ed41a158fc..0f6b81539ca5 100644 --- a/clients/client-ses/src/commands/SendBounceCommand.ts +++ b/clients/client-ses/src/commands/SendBounceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendBounceRequest, SendBounceResponse } from "../models/models_0"; import { de_SendBounceCommand, se_SendBounceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts index a89fdf681868..7b75386dd220 100644 --- a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0"; import { de_SendBulkTemplatedEmailCommand, se_SendBulkTemplatedEmailCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts index 162e746a408c..97e53de4c058 100644 --- a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0"; import { de_SendCustomVerificationEmailCommand, se_SendCustomVerificationEmailCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendEmailCommand.ts b/clients/client-ses/src/commands/SendEmailCommand.ts index dee8e0e4cb23..9d448e6579be 100644 --- a/clients/client-ses/src/commands/SendEmailCommand.ts +++ b/clients/client-ses/src/commands/SendEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendRawEmailCommand.ts b/clients/client-ses/src/commands/SendRawEmailCommand.ts index 27de827eb791..59c84b9f6577 100644 --- a/clients/client-ses/src/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/src/commands/SendRawEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0"; import { de_SendRawEmailCommand, se_SendRawEmailCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts index e87c6e42cd6e..b0bba938bd38 100644 --- a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0"; import { de_SendTemplatedEmailCommand, se_SendTemplatedEmailCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts index 2f9d4a636844..50134c4eba40 100644 --- a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from "../models/models_0"; import { de_SetActiveReceiptRuleSetCommand, se_SetActiveReceiptRuleSetCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts index 8dbbe2d91458..1cced8b32bea 100644 --- a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0"; import { de_SetIdentityDkimEnabledCommand, se_SetIdentityDkimEnabledCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index 16df953cd028..0ef07602e480 100644 --- a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetIdentityFeedbackForwardingEnabledRequest, diff --git a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index 47dcb0419bdf..d5e7653b0c5d 100644 --- a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetIdentityHeadersInNotificationsEnabledRequest, diff --git a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts index 75ee5402144f..10632755d785 100644 --- a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0"; import { de_SetIdentityMailFromDomainCommand, se_SetIdentityMailFromDomainCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts index 0133e3f12a43..8ef2432eb46e 100644 --- a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse } from "../models/models_0"; import { de_SetIdentityNotificationTopicCommand, se_SetIdentityNotificationTopicCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts index 093ad9789275..76943e3c4c94 100644 --- a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0"; import { de_SetReceiptRulePositionCommand, se_SetReceiptRulePositionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts index 49639bbbb361..7223429b30ac 100644 --- a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts +++ b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0"; import { de_TestRenderTemplateCommand, se_TestRenderTemplateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts index 7527b1b0eaea..41d301a5e790 100644 --- a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccountSendingEnabledRequest } from "../models/models_0"; import { de_UpdateAccountSendingEnabledCommand, se_UpdateAccountSendingEnabledCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 807e0517d4a6..0b205ac8b649 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetEventDestinationRequest, diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts index b124a970266b..7790545c65bc 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0"; import { diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts index 0d090e5297f7..47c47a219b15 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0"; import { diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts index 0c751b750bfa..a679c09103b0 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetTrackingOptionsRequest, diff --git a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 860a151a014e..f76895ec44f6 100644 --- a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0"; import { diff --git a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts index 6166412e62e0..00ae3fee9452 100644 --- a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/models_0"; import { de_UpdateReceiptRuleCommand, se_UpdateReceiptRuleCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/UpdateTemplateCommand.ts b/clients/client-ses/src/commands/UpdateTemplateCommand.ts index 2a452ef1b164..f041e4768c6d 100644 --- a/clients/client-ses/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0"; import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts index 008c9de3f4d7..d6e1d9ac21f2 100644 --- a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyDomainDkimRequest, VerifyDomainDkimResponse } from "../models/models_0"; import { de_VerifyDomainDkimCommand, se_VerifyDomainDkimCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts index 390d68a57f62..b5209d6398c1 100644 --- a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../models/models_0"; import { de_VerifyDomainIdentityCommand, se_VerifyDomainIdentityCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts index f02030e33669..36d4c8d22de4 100644 --- a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyEmailAddressRequest } from "../models/models_0"; import { de_VerifyEmailAddressCommand, se_VerifyEmailAddressCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts index f0ea592b4622..fab87e7c8427 100644 --- a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifyEmailIdentityRequest, VerifyEmailIdentityResponse } from "../models/models_0"; import { de_VerifyEmailIdentityCommand, se_VerifyEmailIdentityCommand } from "../protocols/Aws_query"; diff --git a/clients/client-ses/src/endpoint/EndpointParameters.ts b/clients/client-ses/src/endpoint/EndpointParameters.ts index 166ad8dcb78d..9ab4181e2a79 100644 --- a/clients/client-ses/src/endpoint/EndpointParameters.ts +++ b/clients/client-ses/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ses/src/endpoint/endpointResolver.ts b/clients/client-ses/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ses/src/endpoint/endpointResolver.ts +++ b/clients/client-ses/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ses/src/endpoint/ruleset.ts b/clients/client-ses/src/endpoint/ruleset.ts index 8bca490d7197..a0a1c3362d63 100644 --- a/clients/client-ses/src/endpoint/ruleset.ts +++ b/clients/client-ses/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ses/src/models/SESServiceException.ts b/clients/client-ses/src/models/SESServiceException.ts index 7dd4e14370b8..8e88715064bc 100644 --- a/clients/client-ses/src/models/SESServiceException.ts +++ b/clients/client-ses/src/models/SESServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ses/src/models/models_0.ts b/clients/client-ses/src/models/models_0.ts index 51074780cd5f..3392af3dd2e6 100644 --- a/clients/client-ses/src/models/models_0.ts +++ b/clients/client-ses/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SESServiceException as __BaseException } from "./SESServiceException"; diff --git a/clients/client-ses/src/pagination/Interfaces.ts b/clients/client-ses/src/pagination/Interfaces.ts index 4de5f40375da..166c9739c77e 100644 --- a/clients/client-ses/src/pagination/Interfaces.ts +++ b/clients/client-ses/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SESClient } from "../SESClient"; diff --git a/clients/client-ses/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts b/clients/client-ses/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts index 39703c15dd85..6d4868cdcaf3 100644 --- a/clients/client-ses/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts +++ b/clients/client-ses/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomVerificationEmailTemplatesCommand, diff --git a/clients/client-ses/src/pagination/ListIdentitiesPaginator.ts b/clients/client-ses/src/pagination/ListIdentitiesPaginator.ts index 94118451afc3..a9edb2f076e9 100644 --- a/clients/client-ses/src/pagination/ListIdentitiesPaginator.ts +++ b/clients/client-ses/src/pagination/ListIdentitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIdentitiesCommand, diff --git a/clients/client-ses/src/protocols/Aws_query.ts b/clients/client-ses/src/protocols/Aws_query.ts index 0ee156e0052d..47155561cf86 100644 --- a/clients/client-ses/src/protocols/Aws_query.ts +++ b/clients/client-ses/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -12,10 +13,13 @@ import { strictParseFloat as __strictParseFloat, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { diff --git a/clients/client-ses/src/runtimeConfig.browser.ts b/clients/client-ses/src/runtimeConfig.browser.ts index 098c53956805..93633615f206 100644 --- a/clients/client-ses/src/runtimeConfig.browser.ts +++ b/clients/client-ses/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SESClientConfig } from "./SESClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ses/src/runtimeConfig.shared.ts b/clients/client-ses/src/runtimeConfig.shared.ts index 1aa1824aefbb..4a493a40298e 100644 --- a/clients/client-ses/src/runtimeConfig.shared.ts +++ b/clients/client-ses/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SESClientConfig } from "./SESClient"; diff --git a/clients/client-ses/src/runtimeConfig.ts b/clients/client-ses/src/runtimeConfig.ts index 0dd63f7c85cb..47ebe6ba601e 100644 --- a/clients/client-ses/src/runtimeConfig.ts +++ b/clients/client-ses/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SESClientConfig } from "./SESClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ses/src/waiters/waitForIdentityExists.ts b/clients/client-ses/src/waiters/waitForIdentityExists.ts index 38ca07957fc0..a65b46fbc814 100644 --- a/clients/client-ses/src/waiters/waitForIdentityExists.ts +++ b/clients/client-ses/src/waiters/waitForIdentityExists.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetIdentityVerificationAttributesCommand, diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index 960a5b17e205..f2785ae3544a 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sesv2/src/SESv2.ts b/clients/client-sesv2/src/SESv2.ts index b3284261b167..91ec121cc605 100644 --- a/clients/client-sesv2/src/SESv2.ts +++ b/clients/client-sesv2/src/SESv2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetMetricDataCommand, diff --git a/clients/client-sesv2/src/SESv2Client.ts b/clients/client-sesv2/src/SESv2Client.ts index 843ff4c0c21d..865f969c3ba2 100644 --- a/clients/client-sesv2/src/SESv2Client.ts +++ b/clients/client-sesv2/src/SESv2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput } from "./commands/BatchGetMetricDataCommand"; @@ -525,7 +523,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -634,7 +632,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts index 54021e564ae7..8e5c7b75b566 100644 --- a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts +++ b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetMetricDataRequest, BatchGetMetricDataResponse } from "../models/models_0"; import { de_BatchGetMetricDataCommand, se_BatchGetMetricDataCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts index 801d5a07bac6..f24f2aa4df39 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0"; import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts index eda2849daace..86ed7b71559b 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConfigurationSetEventDestinationRequest, diff --git a/clients/client-sesv2/src/commands/CreateContactCommand.ts b/clients/client-sesv2/src/commands/CreateContactCommand.ts index d0ffe1f8287e..412c53f139b5 100644 --- a/clients/client-sesv2/src/commands/CreateContactCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContactRequest, CreateContactResponse } from "../models/models_0"; import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateContactListCommand.ts b/clients/client-sesv2/src/commands/CreateContactListCommand.ts index 80612d0f6c58..8ea40ad6e0c0 100644 --- a/clients/client-sesv2/src/commands/CreateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContactListRequest, CreateContactListResponse } from "../models/models_0"; import { de_CreateContactListCommand, se_CreateContactListCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index 0071d8684b32..56b613146d80 100644 --- a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomVerificationEmailTemplateRequest, diff --git a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts index b570841f2720..1e6ae6ecfda4 100644 --- a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0"; import { de_CreateDedicatedIpPoolCommand, se_CreateDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts index f01632b4c48b..50837cdc2fe6 100644 --- a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts index f1cec44569c6..cbac3bad453a 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEmailIdentityRequest, diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts index 91f29a2aaa02..8efd9bcc35ce 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEmailIdentityPolicyRequest, CreateEmailIdentityPolicyResponse } from "../models/models_0"; import { de_CreateEmailIdentityPolicyCommand, se_CreateEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts index 7a3aaff47e9d..dfd0bd57f220 100644 --- a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEmailTemplateRequest, CreateEmailTemplateResponse } from "../models/models_0"; import { de_CreateEmailTemplateCommand, se_CreateEmailTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts index c1bcfc496ba8..ccb1036bb99e 100644 --- a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateImportJobRequest, CreateImportJobResponse } from "../models/models_0"; import { de_CreateImportJobCommand, se_CreateImportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts index 4808bbad1d2a..657d2621b7ac 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0"; import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 8be87107fb58..e376ade5da2e 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConfigurationSetEventDestinationRequest, diff --git a/clients/client-sesv2/src/commands/DeleteContactCommand.ts b/clients/client-sesv2/src/commands/DeleteContactCommand.ts index dd2f31b2c982..ac751246742d 100644 --- a/clients/client-sesv2/src/commands/DeleteContactCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContactRequest, DeleteContactResponse } from "../models/models_0"; import { de_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts index 48d692cbdd9d..ac39ecc9826f 100644 --- a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContactListRequest, DeleteContactListResponse } from "../models/models_0"; import { de_DeleteContactListCommand, se_DeleteContactListCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index f40af9067ebd..50943c2ca730 100644 --- a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCustomVerificationEmailTemplateRequest, diff --git a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts index 5bf6f0eceb61..1ee3c74be134 100644 --- a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0"; import { de_DeleteDedicatedIpPoolCommand, se_DeleteDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts index 35692e748983..5f290e7b8949 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0"; import { de_DeleteEmailIdentityCommand, se_DeleteEmailIdentityCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts index 2468d14477ae..2003fa7914fe 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailIdentityPolicyRequest, DeleteEmailIdentityPolicyResponse } from "../models/models_0"; import { de_DeleteEmailIdentityPolicyCommand, se_DeleteEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts index 5c8454e4938a..dae0df9bd60f 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../models/models_0"; import { de_DeleteEmailTemplateCommand, se_DeleteEmailTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts index e8b4cd9b94d7..6d78e7e0f6a0 100644 --- a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSuppressedDestinationRequest, DeleteSuppressedDestinationResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/GetAccountCommand.ts b/clients/client-sesv2/src/commands/GetAccountCommand.ts index 5988747768a6..831df564cf89 100644 --- a/clients/client-sesv2/src/commands/GetAccountCommand.ts +++ b/clients/client-sesv2/src/commands/GetAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountRequest, GetAccountResponse, GetAccountResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts index c560db1dca73..dd4577632bb8 100644 --- a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0"; import { de_GetBlacklistReportsCommand, se_GetBlacklistReportsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts index fce55c89839f..893ba2d8ac24 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0"; import { de_GetConfigurationSetCommand, se_GetConfigurationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 4814f1b58c87..b908be092d4d 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConfigurationSetEventDestinationsRequest, diff --git a/clients/client-sesv2/src/commands/GetContactCommand.ts b/clients/client-sesv2/src/commands/GetContactCommand.ts index c9ea83b347a4..31709445a85e 100644 --- a/clients/client-sesv2/src/commands/GetContactCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactRequest, GetContactResponse } from "../models/models_0"; import { de_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetContactListCommand.ts b/clients/client-sesv2/src/commands/GetContactListCommand.ts index 7d63ea57bcc5..63d0ba1c48ba 100644 --- a/clients/client-sesv2/src/commands/GetContactListCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactListRequest, GetContactListResponse } from "../models/models_0"; import { de_GetContactListCommand, se_GetContactListCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts index a025dd6d5f5f..6f3ee85034a4 100644 --- a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCustomVerificationEmailTemplateRequest, diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts index a13eaf2e403c..faf887c69378 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0"; import { de_GetDedicatedIpCommand, se_GetDedicatedIpCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts index 1601eec746e6..1bf67c978207 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDedicatedIpPoolRequest, GetDedicatedIpPoolResponse } from "../models/models_0"; import { de_GetDedicatedIpPoolCommand, se_GetDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts index 5ddb70c0cca0..fec5d8f6e0c5 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0"; import { de_GetDedicatedIpsCommand, se_GetDedicatedIpsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index bd0963fdf131..2c5229ee2689 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeliverabilityDashboardOptionsRequest, diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts index 40051afc6d48..221a04042b41 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts index b147610c148a..2ecdf9b80882 100644 --- a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts index 6087252cbc4b..e26799c7052f 100644 --- a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0"; import { de_GetDomainStatisticsReportCommand, se_GetDomainStatisticsReportCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts index 1b1d56ccb93f..5df0b20d7d6e 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0"; import { de_GetEmailIdentityCommand, se_GetEmailIdentityCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts index eb9e337e3cdc..7096aa5931c1 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailIdentityPoliciesRequest, GetEmailIdentityPoliciesResponse } from "../models/models_0"; import { de_GetEmailIdentityPoliciesCommand, se_GetEmailIdentityPoliciesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts index 7415e043d061..4318953ccbfc 100644 --- a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/models_0"; import { de_GetEmailTemplateCommand, se_GetEmailTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetImportJobCommand.ts b/clients/client-sesv2/src/commands/GetImportJobCommand.ts index f87cd682b923..88b6469da06a 100644 --- a/clients/client-sesv2/src/commands/GetImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetImportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetImportJobRequest, GetImportJobResponse } from "../models/models_0"; import { de_GetImportJobCommand, se_GetImportJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts index df204836fad1..644ed71f634c 100644 --- a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSuppressedDestinationRequest, GetSuppressedDestinationResponse } from "../models/models_0"; import { de_GetSuppressedDestinationCommand, se_GetSuppressedDestinationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts index 3b110172078b..06466398c2a4 100644 --- a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0"; import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListContactListsCommand.ts b/clients/client-sesv2/src/commands/ListContactListsCommand.ts index fe58fcd1a6bd..befee9e52d19 100644 --- a/clients/client-sesv2/src/commands/ListContactListsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactListsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContactListsRequest, ListContactListsResponse } from "../models/models_0"; import { de_ListContactListsCommand, se_ListContactListsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListContactsCommand.ts b/clients/client-sesv2/src/commands/ListContactsCommand.ts index c53b1d78d44a..f63c9bf6cabb 100644 --- a/clients/client-sesv2/src/commands/ListContactsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContactsRequest, ListContactsResponse } from "../models/models_0"; import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 24c7d539b304..bacd254c1a93 100644 --- a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCustomVerificationEmailTemplatesRequest, diff --git a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts index e550e5ee2c4d..71a632d78203 100644 --- a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0"; import { de_ListDedicatedIpPoolsCommand, se_ListDedicatedIpPoolsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts index 1ea072d1a681..51ed13180abb 100644 --- a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index 0c5856b31cd0..fa571b3e71fd 100644 --- a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainDeliverabilityCampaignsRequest, diff --git a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts index 352289ed2275..7ea5870612f5 100644 --- a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0"; import { de_ListEmailIdentitiesCommand, se_ListEmailIdentitiesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts index 03b6f1fe5c98..e72c59a520cc 100644 --- a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEmailTemplatesRequest, ListEmailTemplatesResponse } from "../models/models_0"; import { de_ListEmailTemplatesCommand, se_ListEmailTemplatesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts index d3ad3206e7ee..7debdf1a2788 100644 --- a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0"; import { de_ListImportJobsCommand, se_ListImportJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts index 7e70945caa7b..7512895ab96b 100644 --- a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0"; import { de_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts index d360ae6d816d..0dee046116b5 100644 --- a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSuppressedDestinationsRequest, ListSuppressedDestinationsResponse } from "../models/models_0"; import { de_ListSuppressedDestinationsCommand, se_ListSuppressedDestinationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts index f251cb5ab322..f9de9ba40d34 100644 --- a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 438a8ee3a1ea..afeb689438a1 100644 --- a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountDedicatedIpWarmupAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts index 9222ca79b4c4..0ac001630b7e 100644 --- a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountDetailsRequest, diff --git a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts index 013e3894828f..026637d5b009 100644 --- a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts index 2f3e49f3de9d..fb7cd9db3656 100644 --- a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountSuppressionAttributesRequest, PutAccountSuppressionAttributesResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts index f595cbd0c0aa..5f2c04e28d76 100644 --- a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountVdmAttributesRequest, PutAccountVdmAttributesResponse } from "../models/models_0"; import { de_PutAccountVdmAttributesCommand, se_PutAccountVdmAttributesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 2cbebc1824de..1f5dd64cc0db 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetDeliveryOptionsRequest, diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts index 5d2fe6285b52..13bcf093c188 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetReputationOptionsRequest, diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts index af0097b464c2..4cb269e95cf6 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetSendingOptionsRequest, diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts index 8ce9e85515ae..1e4878f4bd70 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetSuppressionOptionsRequest, diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index 8ca4bebd3aad..7b55ec3c1d05 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetTrackingOptionsRequest, diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts index b55d468ca0b1..43684143901a 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutConfigurationSetVdmOptionsRequest, PutConfigurationSetVdmOptionsResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts index a52527510a6b..ebab79a3d9d7 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0"; import { de_PutDedicatedIpInPoolCommand, se_PutDedicatedIpInPoolCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts index 5470b9c69cd0..0e01a6f7c7c2 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDedicatedIpPoolScalingAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 87d15de4167e..469eab786a28 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts index e999cb4f0a04..4a78bbacc1d4 100644 --- a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts index ae44128a1e40..8cc3ccebe39c 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityConfigurationSetAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 9da5fbac6ae0..824371b4ccb2 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index 122d93b51d12..f810e37e8be6 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityDkimSigningAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 4e8a90361730..ea606fe6b228 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityFeedbackAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 39409df141f5..0ce401bee630 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailIdentityMailFromAttributesRequest, diff --git a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts index e0776383e811..4ad1119d9c23 100644 --- a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } from "../models/models_0"; import { de_PutSuppressedDestinationCommand, se_PutSuppressedDestinationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts index e70700d52878..d54dcfb66904 100644 --- a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0"; import { de_SendBulkEmailCommand, se_SendBulkEmailCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts index b527174b8852..88094c3e1b29 100644 --- a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0"; import { diff --git a/clients/client-sesv2/src/commands/SendEmailCommand.ts b/clients/client-sesv2/src/commands/SendEmailCommand.ts index 0071b7c13d98..fc2669e0dddf 100644 --- a/clients/client-sesv2/src/commands/SendEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendEmailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/TagResourceCommand.ts b/clients/client-sesv2/src/commands/TagResourceCommand.ts index ebcc2a3aaecb..894d54e46f6a 100644 --- a/clients/client-sesv2/src/commands/TagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts index 27cdb17a4407..82fe7e40e9ee 100644 --- a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from "../models/models_0"; import { de_TestRenderEmailTemplateCommand, se_TestRenderEmailTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/UntagResourceCommand.ts b/clients/client-sesv2/src/commands/UntagResourceCommand.ts index 7454807b9456..aa01ea84fcc6 100644 --- a/clients/client-sesv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 49a9d4580ff2..307dc9df2304 100644 --- a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConfigurationSetEventDestinationRequest, diff --git a/clients/client-sesv2/src/commands/UpdateContactCommand.ts b/clients/client-sesv2/src/commands/UpdateContactCommand.ts index a1067468c0d8..d428f8a3fbd0 100644 --- a/clients/client-sesv2/src/commands/UpdateContactCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0"; import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts index 952ab2a8f5d5..f9666edf2286 100644 --- a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContactListRequest, UpdateContactListResponse } from "../models/models_0"; import { de_UpdateContactListCommand, se_UpdateContactListCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index d1c5933487e1..84746da2d550 100644 --- a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCustomVerificationEmailTemplateRequest, diff --git a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts index 64d4ce227685..f95ce43619c9 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEmailIdentityPolicyRequest, UpdateEmailIdentityPolicyResponse } from "../models/models_0"; import { de_UpdateEmailIdentityPolicyCommand, se_UpdateEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts index 1fac197496ff..2217190da250 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_0"; import { de_UpdateEmailTemplateCommand, se_UpdateEmailTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sesv2/src/endpoint/EndpointParameters.ts b/clients/client-sesv2/src/endpoint/EndpointParameters.ts index 166ad8dcb78d..9ab4181e2a79 100644 --- a/clients/client-sesv2/src/endpoint/EndpointParameters.ts +++ b/clients/client-sesv2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sesv2/src/endpoint/endpointResolver.ts b/clients/client-sesv2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sesv2/src/endpoint/endpointResolver.ts +++ b/clients/client-sesv2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sesv2/src/endpoint/ruleset.ts b/clients/client-sesv2/src/endpoint/ruleset.ts index 119e108abf1d..f3360059083e 100644 --- a/clients/client-sesv2/src/endpoint/ruleset.ts +++ b/clients/client-sesv2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sesv2/src/models/SESv2ServiceException.ts b/clients/client-sesv2/src/models/SESv2ServiceException.ts index 688c8f941698..de80c3565e44 100644 --- a/clients/client-sesv2/src/models/SESv2ServiceException.ts +++ b/clients/client-sesv2/src/models/SESv2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sesv2/src/models/models_0.ts b/clients/client-sesv2/src/models/models_0.ts index f34bfef48662..b922dcd7437b 100644 --- a/clients/client-sesv2/src/models/models_0.ts +++ b/clients/client-sesv2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SESv2ServiceException as __BaseException } from "./SESv2ServiceException"; diff --git a/clients/client-sesv2/src/pagination/GetDedicatedIpsPaginator.ts b/clients/client-sesv2/src/pagination/GetDedicatedIpsPaginator.ts index 11cfb9317334..2e25b15ccf18 100644 --- a/clients/client-sesv2/src/pagination/GetDedicatedIpsPaginator.ts +++ b/clients/client-sesv2/src/pagination/GetDedicatedIpsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetDedicatedIpsCommand, diff --git a/clients/client-sesv2/src/pagination/Interfaces.ts b/clients/client-sesv2/src/pagination/Interfaces.ts index 40b3c6fa3861..790b3e7a2f29 100644 --- a/clients/client-sesv2/src/pagination/Interfaces.ts +++ b/clients/client-sesv2/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SESv2Client } from "../SESv2Client"; diff --git a/clients/client-sesv2/src/pagination/ListConfigurationSetsPaginator.ts b/clients/client-sesv2/src/pagination/ListConfigurationSetsPaginator.ts index 5f9388af5c8f..d40309c65a17 100644 --- a/clients/client-sesv2/src/pagination/ListConfigurationSetsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListConfigurationSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConfigurationSetsCommand, diff --git a/clients/client-sesv2/src/pagination/ListContactListsPaginator.ts b/clients/client-sesv2/src/pagination/ListContactListsPaginator.ts index c512cb0f8a1e..7a0d38dcaf8c 100644 --- a/clients/client-sesv2/src/pagination/ListContactListsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListContactListsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactListsCommand, diff --git a/clients/client-sesv2/src/pagination/ListContactsPaginator.ts b/clients/client-sesv2/src/pagination/ListContactsPaginator.ts index adc3d309cf4f..0b367015b28c 100644 --- a/clients/client-sesv2/src/pagination/ListContactsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListContactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactsCommand, diff --git a/clients/client-sesv2/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts b/clients/client-sesv2/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts index 16eb22ae2edf..8ec5e5731050 100644 --- a/clients/client-sesv2/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListCustomVerificationEmailTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomVerificationEmailTemplatesCommand, diff --git a/clients/client-sesv2/src/pagination/ListDedicatedIpPoolsPaginator.ts b/clients/client-sesv2/src/pagination/ListDedicatedIpPoolsPaginator.ts index dc78a0b7588b..1aa04df48834 100644 --- a/clients/client-sesv2/src/pagination/ListDedicatedIpPoolsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListDedicatedIpPoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDedicatedIpPoolsCommand, diff --git a/clients/client-sesv2/src/pagination/ListDeliverabilityTestReportsPaginator.ts b/clients/client-sesv2/src/pagination/ListDeliverabilityTestReportsPaginator.ts index 7ad63e8b5dc2..94083a636f78 100644 --- a/clients/client-sesv2/src/pagination/ListDeliverabilityTestReportsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListDeliverabilityTestReportsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeliverabilityTestReportsCommand, diff --git a/clients/client-sesv2/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts b/clients/client-sesv2/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts index d018537db946..8b689a80db63 100644 --- a/clients/client-sesv2/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListDomainDeliverabilityCampaignsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainDeliverabilityCampaignsCommand, diff --git a/clients/client-sesv2/src/pagination/ListEmailIdentitiesPaginator.ts b/clients/client-sesv2/src/pagination/ListEmailIdentitiesPaginator.ts index a48ee746bfed..e78a5e62a2d2 100644 --- a/clients/client-sesv2/src/pagination/ListEmailIdentitiesPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListEmailIdentitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEmailIdentitiesCommand, diff --git a/clients/client-sesv2/src/pagination/ListEmailTemplatesPaginator.ts b/clients/client-sesv2/src/pagination/ListEmailTemplatesPaginator.ts index ba281b468edc..e90739855b3b 100644 --- a/clients/client-sesv2/src/pagination/ListEmailTemplatesPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListEmailTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEmailTemplatesCommand, diff --git a/clients/client-sesv2/src/pagination/ListImportJobsPaginator.ts b/clients/client-sesv2/src/pagination/ListImportJobsPaginator.ts index 76c0d9b6424f..894b312e9b36 100644 --- a/clients/client-sesv2/src/pagination/ListImportJobsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListImportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImportJobsCommand, diff --git a/clients/client-sesv2/src/pagination/ListRecommendationsPaginator.ts b/clients/client-sesv2/src/pagination/ListRecommendationsPaginator.ts index 8a16705133ab..fbabcd6d4005 100644 --- a/clients/client-sesv2/src/pagination/ListRecommendationsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListRecommendationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRecommendationsCommand, diff --git a/clients/client-sesv2/src/pagination/ListSuppressedDestinationsPaginator.ts b/clients/client-sesv2/src/pagination/ListSuppressedDestinationsPaginator.ts index f9b93c2089e8..bf7214761676 100644 --- a/clients/client-sesv2/src/pagination/ListSuppressedDestinationsPaginator.ts +++ b/clients/client-sesv2/src/pagination/ListSuppressedDestinationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSuppressedDestinationsCommand, diff --git a/clients/client-sesv2/src/protocols/Aws_restJson1.ts b/clients/client-sesv2/src/protocols/Aws_restJson1.ts index bca81239eb2f..6a45fe21d785 100644 --- a/clients/client-sesv2/src/protocols/Aws_restJson1.ts +++ b/clients/client-sesv2/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput } from "../commands/BatchGetMetricDataCommand"; import { diff --git a/clients/client-sesv2/src/runtimeConfig.browser.ts b/clients/client-sesv2/src/runtimeConfig.browser.ts index ad8feafe8f8f..aff5bf02df9f 100644 --- a/clients/client-sesv2/src/runtimeConfig.browser.ts +++ b/clients/client-sesv2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SESv2ClientConfig } from "./SESv2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sesv2/src/runtimeConfig.shared.ts b/clients/client-sesv2/src/runtimeConfig.shared.ts index d9d565d354d2..b02380b82ad4 100644 --- a/clients/client-sesv2/src/runtimeConfig.shared.ts +++ b/clients/client-sesv2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SESv2ClientConfig } from "./SESv2Client"; diff --git a/clients/client-sesv2/src/runtimeConfig.ts b/clients/client-sesv2/src/runtimeConfig.ts index aafe94bb8fea..f8186317ea2b 100644 --- a/clients/client-sesv2/src/runtimeConfig.ts +++ b/clients/client-sesv2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SESv2ClientConfig } from "./SESv2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index 395a07265815..0c4f174b16b2 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sfn/src/SFN.ts b/clients/client-sfn/src/SFN.ts index bb2335cdb378..d53ddf443d6f 100644 --- a/clients/client-sfn/src/SFN.ts +++ b/clients/client-sfn/src/SFN.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateActivityCommand, diff --git a/clients/client-sfn/src/SFNClient.ts b/clients/client-sfn/src/SFNClient.ts index 6d09d723bcc9..fcc6eb72e0be 100644 --- a/clients/client-sfn/src/SFNClient.ts +++ b/clients/client-sfn/src/SFNClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateActivityCommandInput, CreateActivityCommandOutput } from "./commands/CreateActivityCommand"; @@ -219,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -328,7 +326,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sfn/src/commands/CreateActivityCommand.ts b/clients/client-sfn/src/commands/CreateActivityCommand.ts index 2b960f0d1269..04fd7c9f6000 100644 --- a/clients/client-sfn/src/commands/CreateActivityCommand.ts +++ b/clients/client-sfn/src/commands/CreateActivityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateActivityInput, CreateActivityOutput } from "../models/models_0"; import { de_CreateActivityCommand, se_CreateActivityCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts index a8505fc682d3..dbc1c0b759a4 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStateMachineAliasInput, diff --git a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts index 311023b2db81..272b0ba3ec30 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStateMachineInput, diff --git a/clients/client-sfn/src/commands/DeleteActivityCommand.ts b/clients/client-sfn/src/commands/DeleteActivityCommand.ts index 29fc7b0345b8..01d0cb16cd10 100644 --- a/clients/client-sfn/src/commands/DeleteActivityCommand.ts +++ b/clients/client-sfn/src/commands/DeleteActivityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteActivityInput, DeleteActivityOutput } from "../models/models_0"; import { de_DeleteActivityCommand, se_DeleteActivityCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts index 92c876672d1e..ccd2686aaf02 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStateMachineAliasInput, DeleteStateMachineAliasOutput } from "../models/models_0"; import { de_DeleteStateMachineAliasCommand, se_DeleteStateMachineAliasCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts index 43a8bcaffca8..fdd833ad8d36 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStateMachineInput, DeleteStateMachineOutput } from "../models/models_0"; import { de_DeleteStateMachineCommand, se_DeleteStateMachineCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts index 909a55c21cfa..14795b5c7959 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteStateMachineVersionInput, DeleteStateMachineVersionOutput } from "../models/models_0"; import { de_DeleteStateMachineVersionCommand, se_DeleteStateMachineVersionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DescribeActivityCommand.ts b/clients/client-sfn/src/commands/DescribeActivityCommand.ts index 3eeed1b511d5..95b04a227e66 100644 --- a/clients/client-sfn/src/commands/DescribeActivityCommand.ts +++ b/clients/client-sfn/src/commands/DescribeActivityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActivityInput, DescribeActivityOutput } from "../models/models_0"; import { de_DescribeActivityCommand, se_DescribeActivityCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts index 350e0d2d9e9d..95f4cbaca042 100644 --- a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeExecutionInput, diff --git a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts index 3c9235e3da5c..1091fde49a1d 100644 --- a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts +++ b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMapRunInput, DescribeMapRunOutput } from "../models/models_0"; import { de_DescribeMapRunCommand, se_DescribeMapRunCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts index 5ccfbbb3216b..9f199b88d7e6 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStateMachineAliasInput, diff --git a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts index 6fb00a7114fd..cfb263961e48 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStateMachineInput, diff --git a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts index c659640e09a5..9296c431975c 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStateMachineForExecutionInput, diff --git a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts index 92f3acb06e6c..534826ac8400 100644 --- a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts +++ b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetActivityTaskInput, diff --git a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts index 3bb8124e8736..68bbda7cf678 100644 --- a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts +++ b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetExecutionHistoryInput, diff --git a/clients/client-sfn/src/commands/ListActivitiesCommand.ts b/clients/client-sfn/src/commands/ListActivitiesCommand.ts index fe458852a98a..225a10f5ca99 100644 --- a/clients/client-sfn/src/commands/ListActivitiesCommand.ts +++ b/clients/client-sfn/src/commands/ListActivitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListActivitiesInput, ListActivitiesOutput } from "../models/models_0"; import { de_ListActivitiesCommand, se_ListActivitiesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListExecutionsCommand.ts b/clients/client-sfn/src/commands/ListExecutionsCommand.ts index ebdf6e7b0cb0..6e950b39e98d 100644 --- a/clients/client-sfn/src/commands/ListExecutionsCommand.ts +++ b/clients/client-sfn/src/commands/ListExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0"; import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListMapRunsCommand.ts b/clients/client-sfn/src/commands/ListMapRunsCommand.ts index 89ed67b23990..da37105ad799 100644 --- a/clients/client-sfn/src/commands/ListMapRunsCommand.ts +++ b/clients/client-sfn/src/commands/ListMapRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMapRunsInput, ListMapRunsOutput } from "../models/models_0"; import { de_ListMapRunsCommand, se_ListMapRunsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts index 54b17832873c..f7dbd326d6d6 100644 --- a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStateMachineAliasesInput, ListStateMachineAliasesOutput } from "../models/models_0"; import { de_ListStateMachineAliasesCommand, se_ListStateMachineAliasesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts index c197f7a994f8..47d2289b8de1 100644 --- a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStateMachineVersionsInput, ListStateMachineVersionsOutput } from "../models/models_0"; import { de_ListStateMachineVersionsCommand, se_ListStateMachineVersionsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts index 38ff51912db7..aaf47ba84980 100644 --- a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListStateMachinesInput, ListStateMachinesOutput } from "../models/models_0"; import { de_ListStateMachinesCommand, se_ListStateMachinesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts index eb3741b46e84..2a38f88b264e 100644 --- a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts index 4913d7df5142..98a0140c4520 100644 --- a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PublishStateMachineVersionInput, diff --git a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts index 82d73662d3ef..43f7b6878967 100644 --- a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTaskFailureInput, diff --git a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts index bf4685afd284..b4692d75b9d8 100644 --- a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTaskHeartbeatInput, SendTaskHeartbeatOutput } from "../models/models_0"; import { de_SendTaskHeartbeatCommand, se_SendTaskHeartbeatCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts index c5ff5d81b4f9..8a146e4a2535 100644 --- a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendTaskSuccessInput, diff --git a/clients/client-sfn/src/commands/StartExecutionCommand.ts b/clients/client-sfn/src/commands/StartExecutionCommand.ts index 4df1e228fa83..5d457bc578a9 100644 --- a/clients/client-sfn/src/commands/StartExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartExecutionInput, StartExecutionInputFilterSensitiveLog, StartExecutionOutput } from "../models/models_0"; import { de_StartExecutionCommand, se_StartExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts index 3471b8cc6024..a4716e76caa0 100644 --- a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSyncExecutionInput, diff --git a/clients/client-sfn/src/commands/StopExecutionCommand.ts b/clients/client-sfn/src/commands/StopExecutionCommand.ts index b9e97fb33f72..e075e5b3c4d1 100644 --- a/clients/client-sfn/src/commands/StopExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StopExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopExecutionInput, StopExecutionInputFilterSensitiveLog, StopExecutionOutput } from "../models/models_0"; import { de_StopExecutionCommand, se_StopExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/TagResourceCommand.ts b/clients/client-sfn/src/commands/TagResourceCommand.ts index 80833d9b5c43..8ddf212b239c 100644 --- a/clients/client-sfn/src/commands/TagResourceCommand.ts +++ b/clients/client-sfn/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/UntagResourceCommand.ts b/clients/client-sfn/src/commands/UntagResourceCommand.ts index 301078363ac3..fc182db72af0 100644 --- a/clients/client-sfn/src/commands/UntagResourceCommand.ts +++ b/clients/client-sfn/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts index c9487a7b9da0..5666d18a9428 100644 --- a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts +++ b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMapRunInput, UpdateMapRunOutput } from "../models/models_0"; import { de_UpdateMapRunCommand, se_UpdateMapRunCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts index 932072409f8b..4f05e8715022 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStateMachineAliasInput, diff --git a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts index 6e8f7e7bbc47..6dd1347fbdce 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateStateMachineInput, diff --git a/clients/client-sfn/src/endpoint/EndpointParameters.ts b/clients/client-sfn/src/endpoint/EndpointParameters.ts index 341af4e66d19..c628aa577cc4 100644 --- a/clients/client-sfn/src/endpoint/EndpointParameters.ts +++ b/clients/client-sfn/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sfn/src/endpoint/endpointResolver.ts b/clients/client-sfn/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sfn/src/endpoint/endpointResolver.ts +++ b/clients/client-sfn/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sfn/src/endpoint/ruleset.ts b/clients/client-sfn/src/endpoint/ruleset.ts index 3dc8bdaf4ea3..571cff0fa852 100644 --- a/clients/client-sfn/src/endpoint/ruleset.ts +++ b/clients/client-sfn/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sfn/src/models/SFNServiceException.ts b/clients/client-sfn/src/models/SFNServiceException.ts index 3fe974660fad..13361ad284a1 100644 --- a/clients/client-sfn/src/models/SFNServiceException.ts +++ b/clients/client-sfn/src/models/SFNServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sfn/src/models/models_0.ts b/clients/client-sfn/src/models/models_0.ts index caa12d9d4118..1493a57414c9 100644 --- a/clients/client-sfn/src/models/models_0.ts +++ b/clients/client-sfn/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SFNServiceException as __BaseException } from "./SFNServiceException"; diff --git a/clients/client-sfn/src/pagination/GetExecutionHistoryPaginator.ts b/clients/client-sfn/src/pagination/GetExecutionHistoryPaginator.ts index 8937c0e5733f..35fcc0212e8b 100644 --- a/clients/client-sfn/src/pagination/GetExecutionHistoryPaginator.ts +++ b/clients/client-sfn/src/pagination/GetExecutionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetExecutionHistoryCommand, diff --git a/clients/client-sfn/src/pagination/Interfaces.ts b/clients/client-sfn/src/pagination/Interfaces.ts index 2c85585aa83f..3be3c2f9fc4f 100644 --- a/clients/client-sfn/src/pagination/Interfaces.ts +++ b/clients/client-sfn/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SFNClient } from "../SFNClient"; diff --git a/clients/client-sfn/src/pagination/ListActivitiesPaginator.ts b/clients/client-sfn/src/pagination/ListActivitiesPaginator.ts index 3082de077fa1..cc1b9b6315fc 100644 --- a/clients/client-sfn/src/pagination/ListActivitiesPaginator.ts +++ b/clients/client-sfn/src/pagination/ListActivitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListActivitiesCommand, diff --git a/clients/client-sfn/src/pagination/ListExecutionsPaginator.ts b/clients/client-sfn/src/pagination/ListExecutionsPaginator.ts index fd8a7a5ef39f..f63b920e935d 100644 --- a/clients/client-sfn/src/pagination/ListExecutionsPaginator.ts +++ b/clients/client-sfn/src/pagination/ListExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExecutionsCommand, diff --git a/clients/client-sfn/src/pagination/ListMapRunsPaginator.ts b/clients/client-sfn/src/pagination/ListMapRunsPaginator.ts index 1d5ee7c2aa54..ab7f830ace13 100644 --- a/clients/client-sfn/src/pagination/ListMapRunsPaginator.ts +++ b/clients/client-sfn/src/pagination/ListMapRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMapRunsCommand, ListMapRunsCommandInput, ListMapRunsCommandOutput } from "../commands/ListMapRunsCommand"; import { SFNClient } from "../SFNClient"; diff --git a/clients/client-sfn/src/pagination/ListStateMachinesPaginator.ts b/clients/client-sfn/src/pagination/ListStateMachinesPaginator.ts index 5bee61a62bb9..f8df7f2be675 100644 --- a/clients/client-sfn/src/pagination/ListStateMachinesPaginator.ts +++ b/clients/client-sfn/src/pagination/ListStateMachinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListStateMachinesCommand, diff --git a/clients/client-sfn/src/protocols/Aws_json1_0.ts b/clients/client-sfn/src/protocols/Aws_json1_0.ts index 2448b4521f5e..2da57d767953 100644 --- a/clients/client-sfn/src/protocols/Aws_json1_0.ts +++ b/clients/client-sfn/src/protocols/Aws_json1_0.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,14 +18,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateActivityCommandInput, CreateActivityCommandOutput } from "../commands/CreateActivityCommand"; import { diff --git a/clients/client-sfn/src/runtimeConfig.browser.ts b/clients/client-sfn/src/runtimeConfig.browser.ts index 2b2c905b35ee..80157100e14c 100644 --- a/clients/client-sfn/src/runtimeConfig.browser.ts +++ b/clients/client-sfn/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SFNClientConfig } from "./SFNClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sfn/src/runtimeConfig.shared.ts b/clients/client-sfn/src/runtimeConfig.shared.ts index 295bac28ecac..070f2eb883c3 100644 --- a/clients/client-sfn/src/runtimeConfig.shared.ts +++ b/clients/client-sfn/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SFNClientConfig } from "./SFNClient"; diff --git a/clients/client-sfn/src/runtimeConfig.ts b/clients/client-sfn/src/runtimeConfig.ts index db9b52ca7b96..e161a169df51 100644 --- a/clients/client-sfn/src/runtimeConfig.ts +++ b/clients/client-sfn/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SFNClientConfig } from "./SFNClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index f2e95305d0c6..7308156ffbd7 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-shield/src/Shield.ts b/clients/client-shield/src/Shield.ts index 71016d0d9fa7..5766c032ee5a 100644 --- a/clients/client-shield/src/Shield.ts +++ b/clients/client-shield/src/Shield.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateDRTLogBucketCommand, diff --git a/clients/client-shield/src/ShieldClient.ts b/clients/client-shield/src/ShieldClient.ts index 6d4cf4aafd81..d9893d6781d2 100644 --- a/clients/client-shield/src/ShieldClient.ts +++ b/clients/client-shield/src/ShieldClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -258,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -367,7 +365,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts index 9c2d18718471..65dd75f5bd32 100644 --- a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } from "../models/models_0"; import { de_AssociateDRTLogBucketCommand, se_AssociateDRTLogBucketCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts index 3faae3f2b77d..c4a41fc20d35 100644 --- a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDRTRoleRequest, AssociateDRTRoleResponse } from "../models/models_0"; import { de_AssociateDRTRoleCommand, se_AssociateDRTRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts index 4e336d3a392e..c871fd01bd23 100644 --- a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateHealthCheckRequest, AssociateHealthCheckResponse } from "../models/models_0"; import { de_AssociateHealthCheckCommand, se_AssociateHealthCheckCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts index e2a76a94654a..1f8efaf780d4 100644 --- a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts +++ b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateProactiveEngagementDetailsRequest, diff --git a/clients/client-shield/src/commands/CreateProtectionCommand.ts b/clients/client-shield/src/commands/CreateProtectionCommand.ts index aca93ad82263..62806fbb6d32 100644 --- a/clients/client-shield/src/commands/CreateProtectionCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProtectionRequest, CreateProtectionResponse } from "../models/models_0"; import { de_CreateProtectionCommand, se_CreateProtectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts index 535d416c3c3b..18ea4f04ae5a 100644 --- a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProtectionGroupRequest, CreateProtectionGroupResponse } from "../models/models_0"; import { de_CreateProtectionGroupCommand, se_CreateProtectionGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts index 4bf72b8f3c57..a4b2f3cc55bb 100644 --- a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSubscriptionRequest, CreateSubscriptionResponse } from "../models/models_0"; import { de_CreateSubscriptionCommand, se_CreateSubscriptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DeleteProtectionCommand.ts b/clients/client-shield/src/commands/DeleteProtectionCommand.ts index 4050a940cecf..c31c8b3cff03 100644 --- a/clients/client-shield/src/commands/DeleteProtectionCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProtectionRequest, DeleteProtectionResponse } from "../models/models_0"; import { de_DeleteProtectionCommand, se_DeleteProtectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts index 536fe3a67a61..4e64c4fa149c 100644 --- a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0"; import { de_DeleteProtectionGroupCommand, se_DeleteProtectionGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts index 8aa63bed709d..e69ea50668fc 100644 --- a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0"; import { de_DeleteSubscriptionCommand, se_DeleteSubscriptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeAttackCommand.ts b/clients/client-shield/src/commands/DescribeAttackCommand.ts index 1032aa554aac..8c788b194279 100644 --- a/clients/client-shield/src/commands/DescribeAttackCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0"; import { de_DescribeAttackCommand, se_DescribeAttackCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts index 8dd5c2db4cdd..5046feb6613b 100644 --- a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0"; import { de_DescribeAttackStatisticsCommand, se_DescribeAttackStatisticsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts index 394d04090f71..2221d095256f 100644 --- a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts +++ b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0"; import { de_DescribeDRTAccessCommand, se_DescribeDRTAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts index 35594d261201..f0a5d4b004ce 100644 --- a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-shield/src/commands/DescribeProtectionCommand.ts b/clients/client-shield/src/commands/DescribeProtectionCommand.ts index 017c604cbdeb..c29d141da3f3 100644 --- a/clients/client-shield/src/commands/DescribeProtectionCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0"; import { de_DescribeProtectionCommand, se_DescribeProtectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts index 1b0322626451..57cfe650de50 100644 --- a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0"; import { de_DescribeProtectionGroupCommand, se_DescribeProtectionGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts index 98d1fa2c7b50..a2c2595fe47f 100644 --- a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0"; import { de_DescribeSubscriptionCommand, se_DescribeSubscriptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts index 0dbd97be1e34..abfbd72e5884 100644 --- a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableApplicationLayerAutomaticResponseRequest, diff --git a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts index 2e3b84f9bf52..e8ef75776e45 100644 --- a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0"; import { de_DisableProactiveEngagementCommand, se_DisableProactiveEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts index 00c58c702d4a..eb9eadc08915 100644 --- a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0"; import { de_DisassociateDRTLogBucketCommand, se_DisassociateDRTLogBucketCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts index b4042ea45699..566808a7f0d6 100644 --- a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0"; import { de_DisassociateDRTRoleCommand, se_DisassociateDRTRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts index bc9618a2cbd1..03ec12e702e0 100644 --- a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0"; import { de_DisassociateHealthCheckCommand, se_DisassociateHealthCheckCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts index c9a785038119..401c8849f604 100644 --- a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableApplicationLayerAutomaticResponseRequest, diff --git a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts index 17f6c031e1b6..63d2fab8c648 100644 --- a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0"; import { de_EnableProactiveEngagementCommand, se_EnableProactiveEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts index e651481f45cf..0ee6d3f58da1 100644 --- a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts +++ b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0"; import { de_GetSubscriptionStateCommand, se_GetSubscriptionStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/ListAttacksCommand.ts b/clients/client-shield/src/commands/ListAttacksCommand.ts index dea8c801a664..9cfc27b306ef 100644 --- a/clients/client-shield/src/commands/ListAttacksCommand.ts +++ b/clients/client-shield/src/commands/ListAttacksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAttacksRequest, ListAttacksResponse } from "../models/models_0"; import { de_ListAttacksCommand, se_ListAttacksCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts index 4a50f2db2cc1..26e79f927889 100644 --- a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0"; import { de_ListProtectionGroupsCommand, se_ListProtectionGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/ListProtectionsCommand.ts b/clients/client-shield/src/commands/ListProtectionsCommand.ts index 3952ce7d78e6..5dc72aa9833d 100644 --- a/clients/client-shield/src/commands/ListProtectionsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0"; import { de_ListProtectionsCommand, se_ListProtectionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts index c701ac9f81dd..6a58c8209e0e 100644 --- a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0"; import { diff --git a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts index 63e9c05bf6b7..9f00255b6e54 100644 --- a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/TagResourceCommand.ts b/clients/client-shield/src/commands/TagResourceCommand.ts index 525564d6f773..38f6c3e398c1 100644 --- a/clients/client-shield/src/commands/TagResourceCommand.ts +++ b/clients/client-shield/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/UntagResourceCommand.ts b/clients/client-shield/src/commands/UntagResourceCommand.ts index 9ab727332c3f..e91bb692738d 100644 --- a/clients/client-shield/src/commands/UntagResourceCommand.ts +++ b/clients/client-shield/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts index c8c29b15317a..0b5a6826bb8d 100644 --- a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApplicationLayerAutomaticResponseRequest, diff --git a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts index 03d144120a3f..d7355646c102 100644 --- a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts index 0ad3f8508ff9..f55e4ec956a8 100644 --- a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0"; import { de_UpdateProtectionGroupCommand, se_UpdateProtectionGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts index dcaddb6dce8b..563d6bb478db 100644 --- a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0"; import { de_UpdateSubscriptionCommand, se_UpdateSubscriptionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-shield/src/endpoint/EndpointParameters.ts b/clients/client-shield/src/endpoint/EndpointParameters.ts index 7018dea0db52..594236736d44 100644 --- a/clients/client-shield/src/endpoint/EndpointParameters.ts +++ b/clients/client-shield/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-shield/src/endpoint/endpointResolver.ts b/clients/client-shield/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-shield/src/endpoint/endpointResolver.ts +++ b/clients/client-shield/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-shield/src/endpoint/ruleset.ts b/clients/client-shield/src/endpoint/ruleset.ts index 1beab77f9718..a7cb1dc0b5f8 100644 --- a/clients/client-shield/src/endpoint/ruleset.ts +++ b/clients/client-shield/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-shield/src/models/ShieldServiceException.ts b/clients/client-shield/src/models/ShieldServiceException.ts index f6be33646e22..c8be9193b6cd 100644 --- a/clients/client-shield/src/models/ShieldServiceException.ts +++ b/clients/client-shield/src/models/ShieldServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-shield/src/models/models_0.ts b/clients/client-shield/src/models/models_0.ts index e0d6eeba5bb8..b3a7518bb2c4 100644 --- a/clients/client-shield/src/models/models_0.ts +++ b/clients/client-shield/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ShieldServiceException as __BaseException } from "./ShieldServiceException"; diff --git a/clients/client-shield/src/pagination/Interfaces.ts b/clients/client-shield/src/pagination/Interfaces.ts index e8fac1489b18..0a1274d3e79c 100644 --- a/clients/client-shield/src/pagination/Interfaces.ts +++ b/clients/client-shield/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { ShieldClient } from "../ShieldClient"; diff --git a/clients/client-shield/src/pagination/ListAttacksPaginator.ts b/clients/client-shield/src/pagination/ListAttacksPaginator.ts index 9f487eb01d3e..cf0cb135a86d 100644 --- a/clients/client-shield/src/pagination/ListAttacksPaginator.ts +++ b/clients/client-shield/src/pagination/ListAttacksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAttacksCommand, ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand"; import { ShieldClient } from "../ShieldClient"; diff --git a/clients/client-shield/src/pagination/ListProtectionGroupsPaginator.ts b/clients/client-shield/src/pagination/ListProtectionGroupsPaginator.ts index fa0ec14f60bb..6c1d526d3a3e 100644 --- a/clients/client-shield/src/pagination/ListProtectionGroupsPaginator.ts +++ b/clients/client-shield/src/pagination/ListProtectionGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProtectionGroupsCommand, diff --git a/clients/client-shield/src/pagination/ListProtectionsPaginator.ts b/clients/client-shield/src/pagination/ListProtectionsPaginator.ts index 38ef7e6d166a..ba6b112a1501 100644 --- a/clients/client-shield/src/pagination/ListProtectionsPaginator.ts +++ b/clients/client-shield/src/pagination/ListProtectionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProtectionsCommand, diff --git a/clients/client-shield/src/pagination/ListResourcesInProtectionGroupPaginator.ts b/clients/client-shield/src/pagination/ListResourcesInProtectionGroupPaginator.ts index f2de447e3da7..14a6c9a39fc2 100644 --- a/clients/client-shield/src/pagination/ListResourcesInProtectionGroupPaginator.ts +++ b/clients/client-shield/src/pagination/ListResourcesInProtectionGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcesInProtectionGroupCommand, diff --git a/clients/client-shield/src/protocols/Aws_json1_1.ts b/clients/client-shield/src/protocols/Aws_json1_1.ts index b7da2d04eb2f..446fbb871c30 100644 --- a/clients/client-shield/src/protocols/Aws_json1_1.ts +++ b/clients/client-shield/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDRTLogBucketCommandInput, diff --git a/clients/client-shield/src/runtimeConfig.browser.ts b/clients/client-shield/src/runtimeConfig.browser.ts index ea10c3e564a8..174e932247d1 100644 --- a/clients/client-shield/src/runtimeConfig.browser.ts +++ b/clients/client-shield/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ShieldClientConfig } from "./ShieldClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-shield/src/runtimeConfig.shared.ts b/clients/client-shield/src/runtimeConfig.shared.ts index 3092f7546e06..5a4342cb82ce 100644 --- a/clients/client-shield/src/runtimeConfig.shared.ts +++ b/clients/client-shield/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { ShieldClientConfig } from "./ShieldClient"; diff --git a/clients/client-shield/src/runtimeConfig.ts b/clients/client-shield/src/runtimeConfig.ts index 170643a83e4f..67bde86e147c 100644 --- a/clients/client-shield/src/runtimeConfig.ts +++ b/clients/client-shield/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { ShieldClientConfig } from "./ShieldClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index 7d5998c8bf0b..ecb5cc571c6f 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-signer/src/Signer.ts b/clients/client-signer/src/Signer.ts index 36643d17fab3..dd81cef226a7 100644 --- a/clients/client-signer/src/Signer.ts +++ b/clients/client-signer/src/Signer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddProfilePermissionCommand, diff --git a/clients/client-signer/src/SignerClient.ts b/clients/client-signer/src/SignerClient.ts index 0cfc6d604395..b21534aa4acc 100644 --- a/clients/client-signer/src/SignerClient.ts +++ b/clients/client-signer/src/SignerClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -165,7 +163,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -274,7 +272,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts index af59a4799f1b..0aaa2df75313 100644 --- a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../models/models_0"; import { de_AddProfilePermissionCommand, se_AddProfilePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts index 12288926963b..d81493edafef 100644 --- a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelSigningProfileRequest } from "../models/models_0"; import { de_CancelSigningProfileCommand, se_CancelSigningProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts index 638e1d7604ae..11a5e3b8094c 100644 --- a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts +++ b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSigningJobRequest, DescribeSigningJobResponse } from "../models/models_0"; import { de_DescribeSigningJobCommand, se_DescribeSigningJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts index 851d6c4042c8..96768248d062 100644 --- a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts +++ b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRevocationStatusRequest, GetRevocationStatusResponse } from "../models/models_0"; import { de_GetRevocationStatusCommand, se_GetRevocationStatusCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts index 05e083e850f6..717bfb05cbd4 100644 --- a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts +++ b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSigningPlatformRequest, GetSigningPlatformResponse } from "../models/models_0"; import { de_GetSigningPlatformCommand, se_GetSigningPlatformCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/GetSigningProfileCommand.ts b/clients/client-signer/src/commands/GetSigningProfileCommand.ts index a833a715fc9b..620b79ffeeac 100644 --- a/clients/client-signer/src/commands/GetSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/GetSigningProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSigningProfileRequest, GetSigningProfileResponse } from "../models/models_0"; import { de_GetSigningProfileCommand, se_GetSigningProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts index d92e20136636..798a302e0acc 100644 --- a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts +++ b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfilePermissionsRequest, ListProfilePermissionsResponse } from "../models/models_0"; import { de_ListProfilePermissionsCommand, se_ListProfilePermissionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/ListSigningJobsCommand.ts b/clients/client-signer/src/commands/ListSigningJobsCommand.ts index ce76d354acc5..7e64aeeb0584 100644 --- a/clients/client-signer/src/commands/ListSigningJobsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSigningJobsRequest, ListSigningJobsResponse } from "../models/models_0"; import { de_ListSigningJobsCommand, se_ListSigningJobsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts index 1625cc16f898..6edb220257e4 100644 --- a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSigningPlatformsRequest, ListSigningPlatformsResponse } from "../models/models_0"; import { de_ListSigningPlatformsCommand, se_ListSigningPlatformsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts index 13a974d3af19..14449b3860b0 100644 --- a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts +++ b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSigningProfilesRequest, ListSigningProfilesResponse } from "../models/models_0"; import { de_ListSigningProfilesCommand, se_ListSigningProfilesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts index e83b3a7083a2..33898bc498f3 100644 --- a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/PutSigningProfileCommand.ts b/clients/client-signer/src/commands/PutSigningProfileCommand.ts index 70422eadfaa9..d14bddafb9f5 100644 --- a/clients/client-signer/src/commands/PutSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/PutSigningProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSigningProfileRequest, PutSigningProfileResponse } from "../models/models_0"; import { de_PutSigningProfileCommand, se_PutSigningProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts index 37e34bc656f0..b892743263dc 100644 --- a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveProfilePermissionRequest, RemoveProfilePermissionResponse } from "../models/models_0"; import { de_RemoveProfilePermissionCommand, se_RemoveProfilePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/RevokeSignatureCommand.ts b/clients/client-signer/src/commands/RevokeSignatureCommand.ts index 8b3434667b9e..66b51353147a 100644 --- a/clients/client-signer/src/commands/RevokeSignatureCommand.ts +++ b/clients/client-signer/src/commands/RevokeSignatureCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeSignatureRequest } from "../models/models_0"; import { de_RevokeSignatureCommand, se_RevokeSignatureCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts index 4ab9f4870fe8..fe1acdac48f2 100644 --- a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeSigningProfileRequest } from "../models/models_0"; import { de_RevokeSigningProfileCommand, se_RevokeSigningProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/SignPayloadCommand.ts b/clients/client-signer/src/commands/SignPayloadCommand.ts index 4b17c1c2a8ee..10a2521c0bcc 100644 --- a/clients/client-signer/src/commands/SignPayloadCommand.ts +++ b/clients/client-signer/src/commands/SignPayloadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SignPayloadRequest, SignPayloadResponse } from "../models/models_0"; import { de_SignPayloadCommand, se_SignPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/StartSigningJobCommand.ts b/clients/client-signer/src/commands/StartSigningJobCommand.ts index 5b1fb01aa6c9..8b6a7e482285 100644 --- a/clients/client-signer/src/commands/StartSigningJobCommand.ts +++ b/clients/client-signer/src/commands/StartSigningJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSigningJobRequest, StartSigningJobResponse } from "../models/models_0"; import { de_StartSigningJobCommand, se_StartSigningJobCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/TagResourceCommand.ts b/clients/client-signer/src/commands/TagResourceCommand.ts index d21ecb709a59..a5db25f6495a 100644 --- a/clients/client-signer/src/commands/TagResourceCommand.ts +++ b/clients/client-signer/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/commands/UntagResourceCommand.ts b/clients/client-signer/src/commands/UntagResourceCommand.ts index 6e95d0cea536..5144df48ad8d 100644 --- a/clients/client-signer/src/commands/UntagResourceCommand.ts +++ b/clients/client-signer/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-signer/src/endpoint/EndpointParameters.ts b/clients/client-signer/src/endpoint/EndpointParameters.ts index 97ca21dd4e06..1daaca4e43e8 100644 --- a/clients/client-signer/src/endpoint/EndpointParameters.ts +++ b/clients/client-signer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-signer/src/endpoint/endpointResolver.ts b/clients/client-signer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-signer/src/endpoint/endpointResolver.ts +++ b/clients/client-signer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-signer/src/endpoint/ruleset.ts b/clients/client-signer/src/endpoint/ruleset.ts index eb994653f0c1..d56b5b95012e 100644 --- a/clients/client-signer/src/endpoint/ruleset.ts +++ b/clients/client-signer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-signer/src/models/SignerServiceException.ts b/clients/client-signer/src/models/SignerServiceException.ts index 7ad75f83d27d..e571807acb40 100644 --- a/clients/client-signer/src/models/SignerServiceException.ts +++ b/clients/client-signer/src/models/SignerServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-signer/src/models/models_0.ts b/clients/client-signer/src/models/models_0.ts index db0e133a054b..693bb07d0731 100644 --- a/clients/client-signer/src/models/models_0.ts +++ b/clients/client-signer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SignerServiceException as __BaseException } from "./SignerServiceException"; diff --git a/clients/client-signer/src/pagination/Interfaces.ts b/clients/client-signer/src/pagination/Interfaces.ts index 9c92a10c6b97..9ec248bc1f76 100644 --- a/clients/client-signer/src/pagination/Interfaces.ts +++ b/clients/client-signer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SignerClient } from "../SignerClient"; diff --git a/clients/client-signer/src/pagination/ListSigningJobsPaginator.ts b/clients/client-signer/src/pagination/ListSigningJobsPaginator.ts index 39d141ef95ed..65611310e41d 100644 --- a/clients/client-signer/src/pagination/ListSigningJobsPaginator.ts +++ b/clients/client-signer/src/pagination/ListSigningJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSigningJobsCommand, diff --git a/clients/client-signer/src/pagination/ListSigningPlatformsPaginator.ts b/clients/client-signer/src/pagination/ListSigningPlatformsPaginator.ts index a0d2dcd641b9..3bb7b54e6787 100644 --- a/clients/client-signer/src/pagination/ListSigningPlatformsPaginator.ts +++ b/clients/client-signer/src/pagination/ListSigningPlatformsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSigningPlatformsCommand, diff --git a/clients/client-signer/src/pagination/ListSigningProfilesPaginator.ts b/clients/client-signer/src/pagination/ListSigningProfilesPaginator.ts index 89854d297139..2de7331030a4 100644 --- a/clients/client-signer/src/pagination/ListSigningProfilesPaginator.ts +++ b/clients/client-signer/src/pagination/ListSigningProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSigningProfilesCommand, diff --git a/clients/client-signer/src/protocols/Aws_restJson1.ts b/clients/client-signer/src/protocols/Aws_restJson1.ts index 0b2800167d3f..85fb0424d222 100644 --- a/clients/client-signer/src/protocols/Aws_restJson1.ts +++ b/clients/client-signer/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,14 +20,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-signer/src/runtimeConfig.browser.ts b/clients/client-signer/src/runtimeConfig.browser.ts index 545f25dd8b94..97da24562ddc 100644 --- a/clients/client-signer/src/runtimeConfig.browser.ts +++ b/clients/client-signer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SignerClientConfig } from "./SignerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-signer/src/runtimeConfig.shared.ts b/clients/client-signer/src/runtimeConfig.shared.ts index 9d09b19aa93f..0d1e9d9322fd 100644 --- a/clients/client-signer/src/runtimeConfig.shared.ts +++ b/clients/client-signer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SignerClientConfig } from "./SignerClient"; diff --git a/clients/client-signer/src/runtimeConfig.ts b/clients/client-signer/src/runtimeConfig.ts index c0405acb8004..1e871e1a972d 100644 --- a/clients/client-signer/src/runtimeConfig.ts +++ b/clients/client-signer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SignerClientConfig } from "./SignerClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-signer/src/waiters/waitForSuccessfulSigningJob.ts b/clients/client-signer/src/waiters/waitForSuccessfulSigningJob.ts index 4633109a04f1..c991347ab42c 100644 --- a/clients/client-signer/src/waiters/waitForSuccessfulSigningJob.ts +++ b/clients/client-signer/src/waiters/waitForSuccessfulSigningJob.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeSigningJobCommand, DescribeSigningJobCommandInput } from "../commands/DescribeSigningJobCommand"; import { SignerClient } from "../SignerClient"; diff --git a/clients/client-simspaceweaver/package.json b/clients/client-simspaceweaver/package.json index 63d36fdb3f5e..53ebfc85ff2c 100644 --- a/clients/client-simspaceweaver/package.json +++ b/clients/client-simspaceweaver/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-simspaceweaver/src/SimSpaceWeaver.ts b/clients/client-simspaceweaver/src/SimSpaceWeaver.ts index 3a29d0cc95c5..0e4d81b80559 100644 --- a/clients/client-simspaceweaver/src/SimSpaceWeaver.ts +++ b/clients/client-simspaceweaver/src/SimSpaceWeaver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateSnapshotCommand, diff --git a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts index ad963a189633..d403e5a2c049 100644 --- a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts +++ b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand"; @@ -132,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -241,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts index f899de6080ff..6211f8ce29ce 100644 --- a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts index bd949747a7e7..8355b8b21470 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppInput, DeleteAppOutput } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts index 5b9840ffede4..dba731be832c 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSimulationInput, DeleteSimulationOutput } from "../models/models_0"; import { de_DeleteSimulationCommand, se_DeleteSimulationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts index 087d5084ac83..b98f1c8503d9 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAppInput, DescribeAppOutput } from "../models/models_0"; import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts index 78d0fcd30533..eae801b36b0b 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSimulationInput, DescribeSimulationOutput } from "../models/models_0"; import { de_DescribeSimulationCommand, se_DescribeSimulationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts index 75162f79c913..7a8cc5fba1e0 100644 --- a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppsInput, ListAppsOutput } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts index 3a1600629bc6..8b933f636021 100644 --- a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSimulationsInput, ListSimulationsOutput } from "../models/models_0"; import { de_ListSimulationsCommand, se_ListSimulationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts index 2606d0739e55..c76c8bf2ce54 100644 --- a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts index d977977e27dc..cde9b4088e13 100644 --- a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAppInput, StartAppInputFilterSensitiveLog, StartAppOutput } from "../models/models_0"; import { de_StartAppCommand, se_StartAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts index 4171c8772e69..14366e2b0468 100644 --- a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartClockInput, StartClockOutput } from "../models/models_0"; import { de_StartClockCommand, se_StartClockCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts index 71ddda54f710..95e94d8c714e 100644 --- a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSimulationInput, diff --git a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts index 4974cea03e5f..4d128bd6e4a4 100644 --- a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopAppInput, StopAppOutput } from "../models/models_0"; import { de_StopAppCommand, se_StopAppCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts index daa0e2de64a6..2e65777a4fdb 100644 --- a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopClockInput, StopClockOutput } from "../models/models_0"; import { de_StopClockCommand, se_StopClockCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts index bc99cc65b778..6d5d6e77f38b 100644 --- a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopSimulationInput, StopSimulationOutput } from "../models/models_0"; import { de_StopSimulationCommand, se_StopSimulationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts index 115d19228cdd..6621135e764c 100644 --- a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts index b06d56a969c5..a8948d3f04e3 100644 --- a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-simspaceweaver/src/endpoint/EndpointParameters.ts b/clients/client-simspaceweaver/src/endpoint/EndpointParameters.ts index b73ed0ccc839..7ce75a5ed58b 100644 --- a/clients/client-simspaceweaver/src/endpoint/EndpointParameters.ts +++ b/clients/client-simspaceweaver/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-simspaceweaver/src/endpoint/endpointResolver.ts b/clients/client-simspaceweaver/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-simspaceweaver/src/endpoint/endpointResolver.ts +++ b/clients/client-simspaceweaver/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-simspaceweaver/src/endpoint/ruleset.ts b/clients/client-simspaceweaver/src/endpoint/ruleset.ts index 97fae65c3b3a..87b2f642cc03 100644 --- a/clients/client-simspaceweaver/src/endpoint/ruleset.ts +++ b/clients/client-simspaceweaver/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts b/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts index 9a13993cf5af..0651395d1584 100644 --- a/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts +++ b/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-simspaceweaver/src/models/models_0.ts b/clients/client-simspaceweaver/src/models/models_0.ts index e13a6ba0d8cc..2041d95d43d9 100644 --- a/clients/client-simspaceweaver/src/models/models_0.ts +++ b/clients/client-simspaceweaver/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SimSpaceWeaverServiceException as __BaseException } from "./SimSpaceWeaverServiceException"; diff --git a/clients/client-simspaceweaver/src/pagination/Interfaces.ts b/clients/client-simspaceweaver/src/pagination/Interfaces.ts index 82c352eab25b..31da4b563183 100644 --- a/clients/client-simspaceweaver/src/pagination/Interfaces.ts +++ b/clients/client-simspaceweaver/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SimSpaceWeaverClient } from "../SimSpaceWeaverClient"; diff --git a/clients/client-simspaceweaver/src/pagination/ListAppsPaginator.ts b/clients/client-simspaceweaver/src/pagination/ListAppsPaginator.ts index 5375d7c194f4..00378bfe78ef 100644 --- a/clients/client-simspaceweaver/src/pagination/ListAppsPaginator.ts +++ b/clients/client-simspaceweaver/src/pagination/ListAppsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAppsCommand, ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand"; import { SimSpaceWeaverClient } from "../SimSpaceWeaverClient"; diff --git a/clients/client-simspaceweaver/src/pagination/ListSimulationsPaginator.ts b/clients/client-simspaceweaver/src/pagination/ListSimulationsPaginator.ts index 1ff44c168ec1..5f43ddf49fb8 100644 --- a/clients/client-simspaceweaver/src/pagination/ListSimulationsPaginator.ts +++ b/clients/client-simspaceweaver/src/pagination/ListSimulationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSimulationsCommand, diff --git a/clients/client-simspaceweaver/src/protocols/Aws_restJson1.ts b/clients/client-simspaceweaver/src/protocols/Aws_restJson1.ts index 4d0194118ee5..e9b18bd38020 100644 --- a/clients/client-simspaceweaver/src/protocols/Aws_restJson1.ts +++ b/clients/client-simspaceweaver/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand"; diff --git a/clients/client-simspaceweaver/src/runtimeConfig.browser.ts b/clients/client-simspaceweaver/src/runtimeConfig.browser.ts index b62c6daff7b1..ed603ca5b587 100644 --- a/clients/client-simspaceweaver/src/runtimeConfig.browser.ts +++ b/clients/client-simspaceweaver/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SimSpaceWeaverClientConfig } from "./SimSpaceWeaverClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-simspaceweaver/src/runtimeConfig.shared.ts b/clients/client-simspaceweaver/src/runtimeConfig.shared.ts index b08a2f6791cd..2173182b54b5 100644 --- a/clients/client-simspaceweaver/src/runtimeConfig.shared.ts +++ b/clients/client-simspaceweaver/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SimSpaceWeaverClientConfig } from "./SimSpaceWeaverClient"; diff --git a/clients/client-simspaceweaver/src/runtimeConfig.ts b/clients/client-simspaceweaver/src/runtimeConfig.ts index 6d7049771df4..156c1b822f5f 100644 --- a/clients/client-simspaceweaver/src/runtimeConfig.ts +++ b/clients/client-simspaceweaver/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SimSpaceWeaverClientConfig } from "./SimSpaceWeaverClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index 6cee64407676..9917363ee76d 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sms/src/SMS.ts b/clients/client-sms/src/SMS.ts index 3a8cea068365..4c7924904524 100644 --- a/clients/client-sms/src/SMS.ts +++ b/clients/client-sms/src/SMS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAppCommand, CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; import { diff --git a/clients/client-sms/src/SMSClient.ts b/clients/client-sms/src/SMSClient.ts index d575482074b7..ab4421d72e97 100644 --- a/clients/client-sms/src/SMSClient.ts +++ b/clients/client-sms/src/SMSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand"; @@ -246,7 +244,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -355,7 +353,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sms/src/commands/CreateAppCommand.ts b/clients/client-sms/src/commands/CreateAppCommand.ts index 477494fd6401..91247c6dc9f2 100644 --- a/clients/client-sms/src/commands/CreateAppCommand.ts +++ b/clients/client-sms/src/commands/CreateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts index ebe49a5e7a37..c865fda88eac 100644 --- a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReplicationJobRequest, CreateReplicationJobResponse } from "../models/models_0"; import { de_CreateReplicationJobCommand, se_CreateReplicationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/DeleteAppCommand.ts b/clients/client-sms/src/commands/DeleteAppCommand.ts index e1e8b731ec26..95941365a65b 100644 --- a/clients/client-sms/src/commands/DeleteAppCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts index 4d08a48dde2d..2a9e1dd70622 100644 --- a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppLaunchConfigurationRequest, DeleteAppLaunchConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts index f9be064196f3..e20fb69e9cc5 100644 --- a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppReplicationConfigurationRequest, diff --git a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts index 1322ca3af455..57ab30f785d8 100644 --- a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAppValidationConfigurationRequest, DeleteAppValidationConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts index 29ab03c21df4..e877ddd4cb31 100644 --- a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReplicationJobRequest, DeleteReplicationJobResponse } from "../models/models_0"; import { de_DeleteReplicationJobCommand, se_DeleteReplicationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts index 005b05fd2ed8..d5a1a4e736e9 100644 --- a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServerCatalogRequest, DeleteServerCatalogResponse } from "../models/models_0"; import { de_DeleteServerCatalogCommand, se_DeleteServerCatalogCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts index 661112c1432d..3b78f0e6c0a8 100644 --- a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts +++ b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateConnectorRequest, DisassociateConnectorResponse } from "../models/models_0"; import { de_DisassociateConnectorCommand, se_DisassociateConnectorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts index d7e5727c7182..bfc454497626 100644 --- a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts +++ b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateChangeSetRequest, GenerateChangeSetResponse } from "../models/models_0"; import { de_GenerateChangeSetCommand, se_GenerateChangeSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GenerateTemplateCommand.ts b/clients/client-sms/src/commands/GenerateTemplateCommand.ts index c230fc5e89d7..5636c60b76ca 100644 --- a/clients/client-sms/src/commands/GenerateTemplateCommand.ts +++ b/clients/client-sms/src/commands/GenerateTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateTemplateRequest, GenerateTemplateResponse } from "../models/models_0"; import { de_GenerateTemplateCommand, se_GenerateTemplateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetAppCommand.ts b/clients/client-sms/src/commands/GetAppCommand.ts index 7cc87beaa1a8..8c098fd0bd69 100644 --- a/clients/client-sms/src/commands/GetAppCommand.ts +++ b/clients/client-sms/src/commands/GetAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppRequest, GetAppResponse } from "../models/models_0"; import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts index 71d83d51d434..9f37290d0ea6 100644 --- a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppLaunchConfigurationRequest, GetAppLaunchConfigurationResponse } from "../models/models_0"; import { de_GetAppLaunchConfigurationCommand, se_GetAppLaunchConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts index 3307a93737a9..271f72dd4662 100644 --- a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppReplicationConfigurationRequest, GetAppReplicationConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts index 6e97580311d8..e92c164eb434 100644 --- a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppValidationConfigurationRequest, GetAppValidationConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts index 3f87d8213b93..60c19e2a4540 100644 --- a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAppValidationOutputRequest, GetAppValidationOutputResponse } from "../models/models_0"; import { de_GetAppValidationOutputCommand, se_GetAppValidationOutputCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetConnectorsCommand.ts b/clients/client-sms/src/commands/GetConnectorsCommand.ts index e037a84fb9c5..265d39295d42 100644 --- a/clients/client-sms/src/commands/GetConnectorsCommand.ts +++ b/clients/client-sms/src/commands/GetConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectorsRequest, GetConnectorsResponse } from "../models/models_0"; import { de_GetConnectorsCommand, se_GetConnectorsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts index a0ec556e4318..57cee0412635 100644 --- a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReplicationJobsRequest, GetReplicationJobsResponse } from "../models/models_0"; import { de_GetReplicationJobsCommand, se_GetReplicationJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts index a9bfcc602e1f..ea435722b437 100644 --- a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReplicationRunsRequest, GetReplicationRunsResponse } from "../models/models_0"; import { de_GetReplicationRunsCommand, se_GetReplicationRunsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/GetServersCommand.ts b/clients/client-sms/src/commands/GetServersCommand.ts index 93d0c32ca589..f57ec21cfffb 100644 --- a/clients/client-sms/src/commands/GetServersCommand.ts +++ b/clients/client-sms/src/commands/GetServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServersRequest, GetServersResponse } from "../models/models_0"; import { de_GetServersCommand, se_GetServersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts index 7efdd75b9086..c00cd9b5943a 100644 --- a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportAppCatalogRequest, ImportAppCatalogResponse } from "../models/models_0"; import { de_ImportAppCatalogCommand, se_ImportAppCatalogCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts index 8fbf30387d6e..7f6d3168fd4a 100644 --- a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportServerCatalogRequest, ImportServerCatalogResponse } from "../models/models_0"; import { de_ImportServerCatalogCommand, se_ImportServerCatalogCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/LaunchAppCommand.ts b/clients/client-sms/src/commands/LaunchAppCommand.ts index ead1cd7303a8..bb1d784169e4 100644 --- a/clients/client-sms/src/commands/LaunchAppCommand.ts +++ b/clients/client-sms/src/commands/LaunchAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LaunchAppRequest, LaunchAppResponse } from "../models/models_0"; import { de_LaunchAppCommand, se_LaunchAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/ListAppsCommand.ts b/clients/client-sms/src/commands/ListAppsCommand.ts index cf0cc11b8cbc..9088cb055930 100644 --- a/clients/client-sms/src/commands/ListAppsCommand.ts +++ b/clients/client-sms/src/commands/ListAppsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAppsRequest, ListAppsResponse } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts index 0d030fea7888..fd23136498d5 100644 --- a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyAppValidationOutputRequest, NotifyAppValidationOutputResponse } from "../models/models_0"; import { de_NotifyAppValidationOutputCommand, se_NotifyAppValidationOutputCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts index b6446746d26b..c95c47614b91 100644 --- a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAppLaunchConfigurationRequest, PutAppLaunchConfigurationResponse } from "../models/models_0"; import { de_PutAppLaunchConfigurationCommand, se_PutAppLaunchConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts index b65e9d0df5bd..76e75075f6e0 100644 --- a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAppReplicationConfigurationRequest, PutAppReplicationConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts index 0d22ec3ccfb6..4c9457fa4549 100644 --- a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAppValidationConfigurationRequest, PutAppValidationConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-sms/src/commands/StartAppReplicationCommand.ts b/clients/client-sms/src/commands/StartAppReplicationCommand.ts index 7ea01505ed74..346c91f1c946 100644 --- a/clients/client-sms/src/commands/StartAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartAppReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAppReplicationRequest, StartAppReplicationResponse } from "../models/models_0"; import { de_StartAppReplicationCommand, se_StartAppReplicationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts index 0793e6725d0b..66df246fadf8 100644 --- a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartOnDemandAppReplicationRequest, StartOnDemandAppReplicationResponse } from "../models/models_0"; import { de_StartOnDemandAppReplicationCommand, se_StartOnDemandAppReplicationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts index 34bcd6c68be3..6d4c6c013b56 100644 --- a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartOnDemandReplicationRunRequest, StartOnDemandReplicationRunResponse } from "../models/models_0"; import { de_StartOnDemandReplicationRunCommand, se_StartOnDemandReplicationRunCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/StopAppReplicationCommand.ts b/clients/client-sms/src/commands/StopAppReplicationCommand.ts index 1da03b59f7b2..3977a9091c3c 100644 --- a/clients/client-sms/src/commands/StopAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StopAppReplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopAppReplicationRequest, StopAppReplicationResponse } from "../models/models_0"; import { de_StopAppReplicationCommand, se_StopAppReplicationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/TerminateAppCommand.ts b/clients/client-sms/src/commands/TerminateAppCommand.ts index 46280920dbe9..673ea29de2e2 100644 --- a/clients/client-sms/src/commands/TerminateAppCommand.ts +++ b/clients/client-sms/src/commands/TerminateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateAppRequest, TerminateAppResponse } from "../models/models_0"; import { de_TerminateAppCommand, se_TerminateAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/UpdateAppCommand.ts b/clients/client-sms/src/commands/UpdateAppCommand.ts index 3bfab30959cb..3fcbf061a29b 100644 --- a/clients/client-sms/src/commands/UpdateAppCommand.ts +++ b/clients/client-sms/src/commands/UpdateAppCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0"; import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts index 2494e2f2e662..fe9f0a9fc6a5 100644 --- a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateReplicationJobRequest, UpdateReplicationJobResponse } from "../models/models_0"; import { de_UpdateReplicationJobCommand, se_UpdateReplicationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sms/src/endpoint/EndpointParameters.ts b/clients/client-sms/src/endpoint/EndpointParameters.ts index da9d5fd92ea7..4b899882ddad 100644 --- a/clients/client-sms/src/endpoint/EndpointParameters.ts +++ b/clients/client-sms/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sms/src/endpoint/endpointResolver.ts b/clients/client-sms/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sms/src/endpoint/endpointResolver.ts +++ b/clients/client-sms/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sms/src/endpoint/ruleset.ts b/clients/client-sms/src/endpoint/ruleset.ts index 4aaf688d0ea1..785ef92a6817 100644 --- a/clients/client-sms/src/endpoint/ruleset.ts +++ b/clients/client-sms/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sms/src/models/SMSServiceException.ts b/clients/client-sms/src/models/SMSServiceException.ts index 86546be4f728..22f54539ec18 100644 --- a/clients/client-sms/src/models/SMSServiceException.ts +++ b/clients/client-sms/src/models/SMSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sms/src/models/models_0.ts b/clients/client-sms/src/models/models_0.ts index 5224dfdba02e..bf37213022e6 100644 --- a/clients/client-sms/src/models/models_0.ts +++ b/clients/client-sms/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SMSServiceException as __BaseException } from "./SMSServiceException"; diff --git a/clients/client-sms/src/pagination/GetConnectorsPaginator.ts b/clients/client-sms/src/pagination/GetConnectorsPaginator.ts index 9f6c857d723b..5c3364f87900 100644 --- a/clients/client-sms/src/pagination/GetConnectorsPaginator.ts +++ b/clients/client-sms/src/pagination/GetConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConnectorsCommand, diff --git a/clients/client-sms/src/pagination/GetReplicationJobsPaginator.ts b/clients/client-sms/src/pagination/GetReplicationJobsPaginator.ts index 750e99d22e83..0c4f15418a93 100644 --- a/clients/client-sms/src/pagination/GetReplicationJobsPaginator.ts +++ b/clients/client-sms/src/pagination/GetReplicationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReplicationJobsCommand, diff --git a/clients/client-sms/src/pagination/GetReplicationRunsPaginator.ts b/clients/client-sms/src/pagination/GetReplicationRunsPaginator.ts index d2a6b976f5e9..50edb820d945 100644 --- a/clients/client-sms/src/pagination/GetReplicationRunsPaginator.ts +++ b/clients/client-sms/src/pagination/GetReplicationRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetReplicationRunsCommand, diff --git a/clients/client-sms/src/pagination/GetServersPaginator.ts b/clients/client-sms/src/pagination/GetServersPaginator.ts index e1a7de805b0d..1caa35463dfc 100644 --- a/clients/client-sms/src/pagination/GetServersPaginator.ts +++ b/clients/client-sms/src/pagination/GetServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetServersCommand, GetServersCommandInput, GetServersCommandOutput } from "../commands/GetServersCommand"; import { SMSClient } from "../SMSClient"; diff --git a/clients/client-sms/src/pagination/Interfaces.ts b/clients/client-sms/src/pagination/Interfaces.ts index 276eea44de5a..a284b45ffae3 100644 --- a/clients/client-sms/src/pagination/Interfaces.ts +++ b/clients/client-sms/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SMSClient } from "../SMSClient"; diff --git a/clients/client-sms/src/protocols/Aws_json1_1.ts b/clients/client-sms/src/protocols/Aws_json1_1.ts index 878e77bafa01..e3cb857ec4e6 100644 --- a/clients/client-sms/src/protocols/Aws_json1_1.ts +++ b/clients/client-sms/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand"; import { diff --git a/clients/client-sms/src/runtimeConfig.browser.ts b/clients/client-sms/src/runtimeConfig.browser.ts index eb603183e3f8..7cb4c2f143d5 100644 --- a/clients/client-sms/src/runtimeConfig.browser.ts +++ b/clients/client-sms/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SMSClientConfig } from "./SMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sms/src/runtimeConfig.shared.ts b/clients/client-sms/src/runtimeConfig.shared.ts index a617900d10b1..4e8d9190c318 100644 --- a/clients/client-sms/src/runtimeConfig.shared.ts +++ b/clients/client-sms/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SMSClientConfig } from "./SMSClient"; diff --git a/clients/client-sms/src/runtimeConfig.ts b/clients/client-sms/src/runtimeConfig.ts index c9b7cd583997..d49f1a9e3506 100644 --- a/clients/client-sms/src/runtimeConfig.ts +++ b/clients/client-sms/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SMSClientConfig } from "./SMSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-snow-device-management/package.json b/clients/client-snow-device-management/package.json index e747e9ecad58..6f163c059cb7 100644 --- a/clients/client-snow-device-management/package.json +++ b/clients/client-snow-device-management/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-snow-device-management/src/SnowDeviceManagement.ts b/clients/client-snow-device-management/src/SnowDeviceManagement.ts index 3b09e03ba0cb..44184c4d5744 100644 --- a/clients/client-snow-device-management/src/SnowDeviceManagement.ts +++ b/clients/client-snow-device-management/src/SnowDeviceManagement.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelTaskCommand, CancelTaskCommandInput, CancelTaskCommandOutput } from "./commands/CancelTaskCommand"; import { CreateTaskCommand, CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand"; diff --git a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts index 7f72bdafcb69..d4f02d412bca 100644 --- a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts +++ b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelTaskCommandInput, CancelTaskCommandOutput } from "./commands/CancelTaskCommand"; @@ -129,7 +127,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -238,7 +236,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts index 2fca5a5c87c1..b7a0699caf96 100644 --- a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelTaskInput, CancelTaskOutput } from "../models/models_0"; import { de_CancelTaskCommand, se_CancelTaskCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts index 80e3ef08e447..6617352d7af5 100644 --- a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTaskInput, CreateTaskOutput } from "../models/models_0"; import { de_CreateTaskCommand, se_CreateTaskCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts index b9d49a02f511..9112419624dc 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceInput, DescribeDeviceOutput } from "../models/models_0"; import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts index 2e65a1d1a901..3d8b13a4964e 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceEc2Input, DescribeDeviceEc2Output } from "../models/models_0"; import { de_DescribeDeviceEc2InstancesCommand, se_DescribeDeviceEc2InstancesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts index 77b43b89275b..5a7354f2783d 100644 --- a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0"; import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts index bea91df3ad45..2d0525f60524 100644 --- a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTaskInput, DescribeTaskOutput } from "../models/models_0"; import { de_DescribeTaskCommand, se_DescribeTaskCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts index 8f2f9c0e7dee..3b942a092969 100644 --- a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeviceResourcesInput, ListDeviceResourcesOutput } from "../models/models_0"; import { de_ListDeviceResourcesCommand, se_ListDeviceResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts index 5c53f866a577..3a5e511cd343 100644 --- a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDevicesInput, ListDevicesOutput } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts index c25c2492e528..06685778fe08 100644 --- a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0"; import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts index 7661f0ccd892..16add4a2ea8b 100644 --- a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts index 7c4249a32bac..efe0b4e58623 100644 --- a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTasksInput, ListTasksOutput } from "../models/models_0"; import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts index 2a9105832b40..2a2837d6d6ea 100644 --- a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts index 90be92b113c1..57d4c7af6fe7 100644 --- a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-snow-device-management/src/endpoint/EndpointParameters.ts b/clients/client-snow-device-management/src/endpoint/EndpointParameters.ts index 5d2b15ade4bd..a86e307927c8 100644 --- a/clients/client-snow-device-management/src/endpoint/EndpointParameters.ts +++ b/clients/client-snow-device-management/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-snow-device-management/src/endpoint/endpointResolver.ts b/clients/client-snow-device-management/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-snow-device-management/src/endpoint/endpointResolver.ts +++ b/clients/client-snow-device-management/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-snow-device-management/src/endpoint/ruleset.ts b/clients/client-snow-device-management/src/endpoint/ruleset.ts index e98c8322acd9..f4154232a56f 100644 --- a/clients/client-snow-device-management/src/endpoint/ruleset.ts +++ b/clients/client-snow-device-management/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts b/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts index 6981e527d8c9..c7cc8fb0f337 100644 --- a/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts +++ b/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-snow-device-management/src/models/models_0.ts b/clients/client-snow-device-management/src/models/models_0.ts index 7f47613a63f5..5d772888c66c 100644 --- a/clients/client-snow-device-management/src/models/models_0.ts +++ b/clients/client-snow-device-management/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SnowDeviceManagementServiceException as __BaseException } from "./SnowDeviceManagementServiceException"; diff --git a/clients/client-snow-device-management/src/pagination/Interfaces.ts b/clients/client-snow-device-management/src/pagination/Interfaces.ts index 978e8fd6fa86..e45d577e12f9 100644 --- a/clients/client-snow-device-management/src/pagination/Interfaces.ts +++ b/clients/client-snow-device-management/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SnowDeviceManagementClient } from "../SnowDeviceManagementClient"; diff --git a/clients/client-snow-device-management/src/pagination/ListDeviceResourcesPaginator.ts b/clients/client-snow-device-management/src/pagination/ListDeviceResourcesPaginator.ts index 7d82efa0a246..67f448050709 100644 --- a/clients/client-snow-device-management/src/pagination/ListDeviceResourcesPaginator.ts +++ b/clients/client-snow-device-management/src/pagination/ListDeviceResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeviceResourcesCommand, diff --git a/clients/client-snow-device-management/src/pagination/ListDevicesPaginator.ts b/clients/client-snow-device-management/src/pagination/ListDevicesPaginator.ts index 8750702d5895..465a0d69929e 100644 --- a/clients/client-snow-device-management/src/pagination/ListDevicesPaginator.ts +++ b/clients/client-snow-device-management/src/pagination/ListDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand"; import { SnowDeviceManagementClient } from "../SnowDeviceManagementClient"; diff --git a/clients/client-snow-device-management/src/pagination/ListExecutionsPaginator.ts b/clients/client-snow-device-management/src/pagination/ListExecutionsPaginator.ts index ebf68d41d195..2c31b9bb5604 100644 --- a/clients/client-snow-device-management/src/pagination/ListExecutionsPaginator.ts +++ b/clients/client-snow-device-management/src/pagination/ListExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExecutionsCommand, diff --git a/clients/client-snow-device-management/src/pagination/ListTasksPaginator.ts b/clients/client-snow-device-management/src/pagination/ListTasksPaginator.ts index f2d35bb6408d..16afb699b84b 100644 --- a/clients/client-snow-device-management/src/pagination/ListTasksPaginator.ts +++ b/clients/client-snow-device-management/src/pagination/ListTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTasksCommand, ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand"; import { SnowDeviceManagementClient } from "../SnowDeviceManagementClient"; diff --git a/clients/client-snow-device-management/src/protocols/Aws_restJson1.ts b/clients/client-snow-device-management/src/protocols/Aws_restJson1.ts index fdc2f81d5288..78ab4394387e 100644 --- a/clients/client-snow-device-management/src/protocols/Aws_restJson1.ts +++ b/clients/client-snow-device-management/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelTaskCommandInput, CancelTaskCommandOutput } from "../commands/CancelTaskCommand"; diff --git a/clients/client-snow-device-management/src/runtimeConfig.browser.ts b/clients/client-snow-device-management/src/runtimeConfig.browser.ts index ca81966513d9..ecc38482ee78 100644 --- a/clients/client-snow-device-management/src/runtimeConfig.browser.ts +++ b/clients/client-snow-device-management/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SnowDeviceManagementClientConfig } from "./SnowDeviceManagementClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-snow-device-management/src/runtimeConfig.shared.ts b/clients/client-snow-device-management/src/runtimeConfig.shared.ts index cd42ce568466..30bd189da3d3 100644 --- a/clients/client-snow-device-management/src/runtimeConfig.shared.ts +++ b/clients/client-snow-device-management/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SnowDeviceManagementClientConfig } from "./SnowDeviceManagementClient"; diff --git a/clients/client-snow-device-management/src/runtimeConfig.ts b/clients/client-snow-device-management/src/runtimeConfig.ts index 0b1149b60cb0..e6fc33cd4622 100644 --- a/clients/client-snow-device-management/src/runtimeConfig.ts +++ b/clients/client-snow-device-management/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SnowDeviceManagementClientConfig } from "./SnowDeviceManagementClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index d1c2bea04887..97217b845eb1 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-snowball/src/Snowball.ts b/clients/client-snowball/src/Snowball.ts index e4907e71f4f0..917d5c565b9d 100644 --- a/clients/client-snowball/src/Snowball.ts +++ b/clients/client-snowball/src/Snowball.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelClusterCommand, diff --git a/clients/client-snowball/src/SnowballClient.ts b/clients/client-snowball/src/SnowballClient.ts index 312fb15b6183..4c87db1026d1 100644 --- a/clients/client-snowball/src/SnowballClient.ts +++ b/clients/client-snowball/src/SnowballClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelClusterCommandInput, CancelClusterCommandOutput } from "./commands/CancelClusterCommand"; @@ -183,7 +181,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -292,7 +290,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-snowball/src/commands/CancelClusterCommand.ts b/clients/client-snowball/src/commands/CancelClusterCommand.ts index b1c064b65a72..9ed10431cfd5 100644 --- a/clients/client-snowball/src/commands/CancelClusterCommand.ts +++ b/clients/client-snowball/src/commands/CancelClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelClusterRequest, CancelClusterResult } from "../models/models_0"; import { de_CancelClusterCommand, se_CancelClusterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CancelJobCommand.ts b/clients/client-snowball/src/commands/CancelJobCommand.ts index a8c4fd34856e..67deb509545b 100644 --- a/clients/client-snowball/src/commands/CancelJobCommand.ts +++ b/clients/client-snowball/src/commands/CancelJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelJobRequest, CancelJobResult } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CreateAddressCommand.ts b/clients/client-snowball/src/commands/CreateAddressCommand.ts index 5c96e32ae35f..1eda963a48c2 100644 --- a/clients/client-snowball/src/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/src/commands/CreateAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAddressRequest, CreateAddressResult } from "../models/models_0"; import { de_CreateAddressCommand, se_CreateAddressCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CreateClusterCommand.ts b/clients/client-snowball/src/commands/CreateClusterCommand.ts index e17c4b8b1066..c8315b066c15 100644 --- a/clients/client-snowball/src/commands/CreateClusterCommand.ts +++ b/clients/client-snowball/src/commands/CreateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateClusterRequest, CreateClusterResult } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CreateJobCommand.ts b/clients/client-snowball/src/commands/CreateJobCommand.ts index a71790a9aaef..c25a9e11be19 100644 --- a/clients/client-snowball/src/commands/CreateJobCommand.ts +++ b/clients/client-snowball/src/commands/CreateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateJobRequest, CreateJobResult } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts index 8ca9093010e8..458b8992b0cc 100644 --- a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLongTermPricingRequest, CreateLongTermPricingResult } from "../models/models_0"; import { de_CreateLongTermPricingCommand, se_CreateLongTermPricingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts index 6c4784eb91f0..161cbe67e09f 100644 --- a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } from "../models/models_0"; import { de_CreateReturnShippingLabelCommand, se_CreateReturnShippingLabelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/DescribeAddressCommand.ts b/clients/client-snowball/src/commands/DescribeAddressCommand.ts index 1a6bb9ee4a56..7f4eefd09075 100644 --- a/clients/client-snowball/src/commands/DescribeAddressCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAddressRequest, DescribeAddressResult } from "../models/models_0"; import { de_DescribeAddressCommand, se_DescribeAddressCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts index 936b4eb03ce3..4de15a2b0036 100644 --- a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0"; import { de_DescribeAddressesCommand, se_DescribeAddressesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/DescribeClusterCommand.ts b/clients/client-snowball/src/commands/DescribeClusterCommand.ts index 6810bdf6df33..29deb4ac943f 100644 --- a/clients/client-snowball/src/commands/DescribeClusterCommand.ts +++ b/clients/client-snowball/src/commands/DescribeClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0"; import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/DescribeJobCommand.ts b/clients/client-snowball/src/commands/DescribeJobCommand.ts index 2cf4eb2055b1..0d5154981bb3 100644 --- a/clients/client-snowball/src/commands/DescribeJobCommand.ts +++ b/clients/client-snowball/src/commands/DescribeJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeJobRequest, DescribeJobResult } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts index 9731f52359dd..4f25053e98a5 100644 --- a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0"; import { de_DescribeReturnShippingLabelCommand, se_DescribeReturnShippingLabelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/GetJobManifestCommand.ts b/clients/client-snowball/src/commands/GetJobManifestCommand.ts index 05ab032b3a38..c7f37b912855 100644 --- a/clients/client-snowball/src/commands/GetJobManifestCommand.ts +++ b/clients/client-snowball/src/commands/GetJobManifestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0"; import { de_GetJobManifestCommand, se_GetJobManifestCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts index e25c26d1bacf..013155ccc761 100644 --- a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts +++ b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0"; import { de_GetJobUnlockCodeCommand, se_GetJobUnlockCodeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts index 1e5dbe99f228..4999d3755651 100644 --- a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts +++ b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0"; import { de_GetSnowballUsageCommand, se_GetSnowballUsageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts index 4ffa3b5f09ab..220ea3f15c61 100644 --- a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts +++ b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0"; import { de_GetSoftwareUpdatesCommand, se_GetSoftwareUpdatesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts index 71d2ddcbb5fc..44ccb05d23bc 100644 --- a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0"; import { de_ListClusterJobsCommand, se_ListClusterJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListClustersCommand.ts b/clients/client-snowball/src/commands/ListClustersCommand.ts index d447f9c06aaf..f03be3a6b88b 100644 --- a/clients/client-snowball/src/commands/ListClustersCommand.ts +++ b/clients/client-snowball/src/commands/ListClustersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListClustersRequest, ListClustersResult } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts index c9b3456b57a0..5798b2ed02ac 100644 --- a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts +++ b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0"; import { de_ListCompatibleImagesCommand, se_ListCompatibleImagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListJobsCommand.ts b/clients/client-snowball/src/commands/ListJobsCommand.ts index bbb9945a7fa5..a76fef425252 100644 --- a/clients/client-snowball/src/commands/ListJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts index 2df6a95b97de..64164da1774a 100644 --- a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0"; import { de_ListLongTermPricingCommand, se_ListLongTermPricingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts index 2ed7ebd2cdc9..4d5f28b92156 100644 --- a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts +++ b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0"; import { de_ListServiceVersionsCommand, se_ListServiceVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/UpdateClusterCommand.ts b/clients/client-snowball/src/commands/UpdateClusterCommand.ts index 116dd1b1c4a0..76319383a190 100644 --- a/clients/client-snowball/src/commands/UpdateClusterCommand.ts +++ b/clients/client-snowball/src/commands/UpdateClusterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/UpdateJobCommand.ts b/clients/client-snowball/src/commands/UpdateJobCommand.ts index c4ed07b007e7..f3d32ad878d8 100644 --- a/clients/client-snowball/src/commands/UpdateJobCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJobRequest, UpdateJobResult } from "../models/models_0"; import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts index a3ba237b3eab..2d7904d7c54c 100644 --- a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0"; import { de_UpdateJobShipmentStateCommand, se_UpdateJobShipmentStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts index 1d4f66179964..906460f0005c 100644 --- a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0"; import { de_UpdateLongTermPricingCommand, se_UpdateLongTermPricingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-snowball/src/endpoint/EndpointParameters.ts b/clients/client-snowball/src/endpoint/EndpointParameters.ts index 5f5a525e55ad..659fa3915299 100644 --- a/clients/client-snowball/src/endpoint/EndpointParameters.ts +++ b/clients/client-snowball/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-snowball/src/endpoint/endpointResolver.ts b/clients/client-snowball/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-snowball/src/endpoint/endpointResolver.ts +++ b/clients/client-snowball/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-snowball/src/endpoint/ruleset.ts b/clients/client-snowball/src/endpoint/ruleset.ts index bcb3be3e1765..212dd3dacbd1 100644 --- a/clients/client-snowball/src/endpoint/ruleset.ts +++ b/clients/client-snowball/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-snowball/src/models/SnowballServiceException.ts b/clients/client-snowball/src/models/SnowballServiceException.ts index dad5816239b0..5252b262f57c 100644 --- a/clients/client-snowball/src/models/SnowballServiceException.ts +++ b/clients/client-snowball/src/models/SnowballServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-snowball/src/models/models_0.ts b/clients/client-snowball/src/models/models_0.ts index c61a1c881a7e..87dd5ea41870 100644 --- a/clients/client-snowball/src/models/models_0.ts +++ b/clients/client-snowball/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SnowballServiceException as __BaseException } from "./SnowballServiceException"; diff --git a/clients/client-snowball/src/pagination/DescribeAddressesPaginator.ts b/clients/client-snowball/src/pagination/DescribeAddressesPaginator.ts index e4593c173e69..10df573219bc 100644 --- a/clients/client-snowball/src/pagination/DescribeAddressesPaginator.ts +++ b/clients/client-snowball/src/pagination/DescribeAddressesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAddressesCommand, diff --git a/clients/client-snowball/src/pagination/Interfaces.ts b/clients/client-snowball/src/pagination/Interfaces.ts index 069292575d94..f24726718c48 100644 --- a/clients/client-snowball/src/pagination/Interfaces.ts +++ b/clients/client-snowball/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SnowballClient } from "../SnowballClient"; diff --git a/clients/client-snowball/src/pagination/ListClusterJobsPaginator.ts b/clients/client-snowball/src/pagination/ListClusterJobsPaginator.ts index 78ec11e4b4c4..aeb9a9bf5ffc 100644 --- a/clients/client-snowball/src/pagination/ListClusterJobsPaginator.ts +++ b/clients/client-snowball/src/pagination/ListClusterJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClusterJobsCommand, diff --git a/clients/client-snowball/src/pagination/ListClustersPaginator.ts b/clients/client-snowball/src/pagination/ListClustersPaginator.ts index 0c10846d408b..a853256eaba1 100644 --- a/clients/client-snowball/src/pagination/ListClustersPaginator.ts +++ b/clients/client-snowball/src/pagination/ListClustersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClustersCommand, diff --git a/clients/client-snowball/src/pagination/ListCompatibleImagesPaginator.ts b/clients/client-snowball/src/pagination/ListCompatibleImagesPaginator.ts index 18dc91d23e2e..34f87abbdf7a 100644 --- a/clients/client-snowball/src/pagination/ListCompatibleImagesPaginator.ts +++ b/clients/client-snowball/src/pagination/ListCompatibleImagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCompatibleImagesCommand, diff --git a/clients/client-snowball/src/pagination/ListJobsPaginator.ts b/clients/client-snowball/src/pagination/ListJobsPaginator.ts index f4c250d5dd21..1d98d798ee17 100644 --- a/clients/client-snowball/src/pagination/ListJobsPaginator.ts +++ b/clients/client-snowball/src/pagination/ListJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand"; import { SnowballClient } from "../SnowballClient"; diff --git a/clients/client-snowball/src/pagination/ListLongTermPricingPaginator.ts b/clients/client-snowball/src/pagination/ListLongTermPricingPaginator.ts index dd0f5e649a0d..743ede544f2e 100644 --- a/clients/client-snowball/src/pagination/ListLongTermPricingPaginator.ts +++ b/clients/client-snowball/src/pagination/ListLongTermPricingPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLongTermPricingCommand, diff --git a/clients/client-snowball/src/protocols/Aws_json1_1.ts b/clients/client-snowball/src/protocols/Aws_json1_1.ts index 3f77ab161777..06bf3ff64252 100644 --- a/clients/client-snowball/src/protocols/Aws_json1_1.ts +++ b/clients/client-snowball/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -13,10 +14,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelClusterCommandInput, CancelClusterCommandOutput } from "../commands/CancelClusterCommand"; import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand"; diff --git a/clients/client-snowball/src/runtimeConfig.browser.ts b/clients/client-snowball/src/runtimeConfig.browser.ts index ba3399adaae1..015e41587ed8 100644 --- a/clients/client-snowball/src/runtimeConfig.browser.ts +++ b/clients/client-snowball/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SnowballClientConfig } from "./SnowballClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-snowball/src/runtimeConfig.shared.ts b/clients/client-snowball/src/runtimeConfig.shared.ts index abe793962514..fdcefeb000a2 100644 --- a/clients/client-snowball/src/runtimeConfig.shared.ts +++ b/clients/client-snowball/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SnowballClientConfig } from "./SnowballClient"; diff --git a/clients/client-snowball/src/runtimeConfig.ts b/clients/client-snowball/src/runtimeConfig.ts index 632cef07d382..715038445284 100644 --- a/clients/client-snowball/src/runtimeConfig.ts +++ b/clients/client-snowball/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SnowballClientConfig } from "./SnowballClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index 3f51db8347a4..80c92da7ba4c 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sns/src/SNS.ts b/clients/client-sns/src/SNS.ts index 37d789d7d19c..30ef92709f0b 100644 --- a/clients/client-sns/src/SNS.ts +++ b/clients/client-sns/src/SNS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddPermissionCommand, diff --git a/clients/client-sns/src/SNSClient.ts b/clients/client-sns/src/SNSClient.ts index 236cf8e60564..8724ecd687ce 100644 --- a/clients/client-sns/src/SNSClient.ts +++ b/clients/client-sns/src/SNSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand"; @@ -279,7 +277,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -388,7 +386,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sns/src/commands/AddPermissionCommand.ts b/clients/client-sns/src/commands/AddPermissionCommand.ts index 097bcc6c7fdc..02ef90e2efbf 100644 --- a/clients/client-sns/src/commands/AddPermissionCommand.ts +++ b/clients/client-sns/src/commands/AddPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddPermissionInput } from "../models/models_0"; import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts index b28f045bfa3b..3bc3ce096920 100644 --- a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts +++ b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CheckIfPhoneNumberIsOptedOutInput, CheckIfPhoneNumberIsOptedOutResponse } from "../models/models_0"; import { de_CheckIfPhoneNumberIsOptedOutCommand, se_CheckIfPhoneNumberIsOptedOutCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts index 26cae43640f0..a9a994d81b98 100644 --- a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts +++ b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models/models_0"; import { de_ConfirmSubscriptionCommand, se_ConfirmSubscriptionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts index 88a4a6742447..da5f709742f5 100644 --- a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } from "../models/models_0"; import { de_CreatePlatformApplicationCommand, se_CreatePlatformApplicationCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts index 762f73ef4c58..745e3e3da520 100644 --- a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0"; import { de_CreatePlatformEndpointCommand, se_CreatePlatformEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts index ecefc88047b2..a37bea4869c9 100644 --- a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } from "../models/models_0"; import { de_CreateSMSSandboxPhoneNumberCommand, se_CreateSMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/CreateTopicCommand.ts b/clients/client-sns/src/commands/CreateTopicCommand.ts index cea79aade6f0..ca8bb6d4c50d 100644 --- a/clients/client-sns/src/commands/CreateTopicCommand.ts +++ b/clients/client-sns/src/commands/CreateTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTopicInput, CreateTopicResponse } from "../models/models_0"; import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/DeleteEndpointCommand.ts b/clients/client-sns/src/commands/DeleteEndpointCommand.ts index 25eae5f6c01e..c2273ed0dc3a 100644 --- a/clients/client-sns/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sns/src/commands/DeleteEndpointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEndpointInput } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts index a55779eef542..d402b4f48e04 100644 --- a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePlatformApplicationInput } from "../models/models_0"; import { de_DeletePlatformApplicationCommand, se_DeletePlatformApplicationCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts index 55c09452a2ff..1743c8cc93f5 100644 --- a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0"; import { de_DeleteSMSSandboxPhoneNumberCommand, se_DeleteSMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/DeleteTopicCommand.ts b/clients/client-sns/src/commands/DeleteTopicCommand.ts index 7c424cbf6215..97203c516ff3 100644 --- a/clients/client-sns/src/commands/DeleteTopicCommand.ts +++ b/clients/client-sns/src/commands/DeleteTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTopicInput } from "../models/models_0"; import { de_DeleteTopicCommand, se_DeleteTopicCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts index 501b0dd42c42..910e01f6b26a 100644 --- a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0"; import { de_GetDataProtectionPolicyCommand, se_GetDataProtectionPolicyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts index 9e0e1204d816..65497e8126f1 100644 --- a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0"; import { de_GetEndpointAttributesCommand, se_GetEndpointAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts index 8187bcae616b..b159d1d46f01 100644 --- a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0"; import { diff --git a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts index f7f97a790f0c..179853d1df68 100644 --- a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0"; import { de_GetSMSAttributesCommand, se_GetSMSAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts index a74603c9e2b6..5f15ce23e4f6 100644 --- a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts +++ b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0"; import { de_GetSMSSandboxAccountStatusCommand, se_GetSMSSandboxAccountStatusCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts index 6be53629f387..ae939b80159f 100644 --- a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0"; import { de_GetSubscriptionAttributesCommand, se_GetSubscriptionAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts index 8e7215e2b592..fd053af6a86a 100644 --- a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0"; import { de_GetTopicAttributesCommand, se_GetTopicAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts index 5824a2618898..a67b9f2f9c1c 100644 --- a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEndpointsByPlatformApplicationInput, diff --git a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts index 8c76e1951370..3bdb868ce44d 100644 --- a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0"; import { de_ListOriginationNumbersCommand, se_ListOriginationNumbersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts index 985cc44aa397..c256a2009566 100644 --- a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts +++ b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0"; import { de_ListPhoneNumbersOptedOutCommand, se_ListPhoneNumbersOptedOutCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts index 9224d83d1776..d5a4a400656b 100644 --- a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts +++ b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0"; import { de_ListPlatformApplicationsCommand, se_ListPlatformApplicationsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts index f7ce78351cf8..f842b926a1eb 100644 --- a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0"; import { de_ListSMSSandboxPhoneNumbersCommand, se_ListSMSSandboxPhoneNumbersCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts index 03d37d8608c3..bf7e3d28256b 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from "../models/models_0"; import { de_ListSubscriptionsByTopicCommand, se_ListSubscriptionsByTopicCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts index d2fa77e8aefe..ea001b8cc088 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0"; import { de_ListSubscriptionsCommand, se_ListSubscriptionsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts index fb8ccccfe1f5..84318e486d7c 100644 --- a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/ListTopicsCommand.ts b/clients/client-sns/src/commands/ListTopicsCommand.ts index f68d0518114e..0c08c9169555 100644 --- a/clients/client-sns/src/commands/ListTopicsCommand.ts +++ b/clients/client-sns/src/commands/ListTopicsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTopicsInput, ListTopicsResponse } from "../models/models_0"; import { de_ListTopicsCommand, se_ListTopicsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts index e436b842b693..6bf8cce16beb 100644 --- a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0"; import { de_OptInPhoneNumberCommand, se_OptInPhoneNumberCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/PublishBatchCommand.ts b/clients/client-sns/src/commands/PublishBatchCommand.ts index df4cab5bcb00..f35fd20552a1 100644 --- a/clients/client-sns/src/commands/PublishBatchCommand.ts +++ b/clients/client-sns/src/commands/PublishBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PublishBatchInput, PublishBatchResponse } from "../models/models_0"; import { de_PublishBatchCommand, se_PublishBatchCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/PublishCommand.ts b/clients/client-sns/src/commands/PublishCommand.ts index 17c4a24d8f72..68fbef3eef20 100644 --- a/clients/client-sns/src/commands/PublishCommand.ts +++ b/clients/client-sns/src/commands/PublishCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PublishInput, PublishResponse } from "../models/models_0"; import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts index b324de7a3b28..c8d0f06e53b0 100644 --- a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutDataProtectionPolicyInput } from "../models/models_0"; import { de_PutDataProtectionPolicyCommand, se_PutDataProtectionPolicyCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/RemovePermissionCommand.ts b/clients/client-sns/src/commands/RemovePermissionCommand.ts index 3b64ec23326c..5cd7d8390cff 100644 --- a/clients/client-sns/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sns/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemovePermissionInput } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts index b2ce2b81b55a..44a1dd285f26 100644 --- a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetEndpointAttributesInput } from "../models/models_0"; import { de_SetEndpointAttributesCommand, se_SetEndpointAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts index a502e3d28a94..176e15a30e93 100644 --- a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetPlatformApplicationAttributesInput } from "../models/models_0"; import { diff --git a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts index fc64a664c0f0..343c9bc7c00a 100644 --- a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetSMSAttributesInput, SetSMSAttributesResponse } from "../models/models_0"; import { de_SetSMSAttributesCommand, se_SetSMSAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts index c7913b74726e..b4a922522fb1 100644 --- a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetSubscriptionAttributesInput } from "../models/models_0"; import { de_SetSubscriptionAttributesCommand, se_SetSubscriptionAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts index f3e1170c9086..7936c0279044 100644 --- a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetTopicAttributesInput } from "../models/models_0"; import { de_SetTopicAttributesCommand, se_SetTopicAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/SubscribeCommand.ts b/clients/client-sns/src/commands/SubscribeCommand.ts index 023e678dd305..2e5735ecd7cc 100644 --- a/clients/client-sns/src/commands/SubscribeCommand.ts +++ b/clients/client-sns/src/commands/SubscribeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SubscribeInput, SubscribeResponse } from "../models/models_0"; import { de_SubscribeCommand, se_SubscribeCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/TagResourceCommand.ts b/clients/client-sns/src/commands/TagResourceCommand.ts index 21904c1c0247..4703ae82e65d 100644 --- a/clients/client-sns/src/commands/TagResourceCommand.ts +++ b/clients/client-sns/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/UnsubscribeCommand.ts b/clients/client-sns/src/commands/UnsubscribeCommand.ts index 0d126dbd78fb..f89751fadd8e 100644 --- a/clients/client-sns/src/commands/UnsubscribeCommand.ts +++ b/clients/client-sns/src/commands/UnsubscribeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnsubscribeInput } from "../models/models_0"; import { de_UnsubscribeCommand, se_UnsubscribeCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/UntagResourceCommand.ts b/clients/client-sns/src/commands/UntagResourceCommand.ts index ad3b95ed2018..c147d27ab3de 100644 --- a/clients/client-sns/src/commands/UntagResourceCommand.ts +++ b/clients/client-sns/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts index 9a35dd48c952..c6fd609f925a 100644 --- a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { VerifySMSSandboxPhoneNumberInput, VerifySMSSandboxPhoneNumberResult } from "../models/models_0"; import { de_VerifySMSSandboxPhoneNumberCommand, se_VerifySMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sns/src/endpoint/EndpointParameters.ts b/clients/client-sns/src/endpoint/EndpointParameters.ts index 1db23fe013ba..571eac48d03e 100644 --- a/clients/client-sns/src/endpoint/EndpointParameters.ts +++ b/clients/client-sns/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sns/src/endpoint/endpointResolver.ts b/clients/client-sns/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sns/src/endpoint/endpointResolver.ts +++ b/clients/client-sns/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sns/src/endpoint/ruleset.ts b/clients/client-sns/src/endpoint/ruleset.ts index 28099f7c0382..d22985aab615 100644 --- a/clients/client-sns/src/endpoint/ruleset.ts +++ b/clients/client-sns/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sns/src/models/SNSServiceException.ts b/clients/client-sns/src/models/SNSServiceException.ts index eb32c769635d..d0c0ca06d40a 100644 --- a/clients/client-sns/src/models/SNSServiceException.ts +++ b/clients/client-sns/src/models/SNSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sns/src/models/models_0.ts b/clients/client-sns/src/models/models_0.ts index 26f7ff8d5edb..cccd01fb2a58 100644 --- a/clients/client-sns/src/models/models_0.ts +++ b/clients/client-sns/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SNSServiceException as __BaseException } from "./SNSServiceException"; diff --git a/clients/client-sns/src/pagination/Interfaces.ts b/clients/client-sns/src/pagination/Interfaces.ts index 6d3a932300e3..41859bd07576 100644 --- a/clients/client-sns/src/pagination/Interfaces.ts +++ b/clients/client-sns/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SNSClient } from "../SNSClient"; diff --git a/clients/client-sns/src/pagination/ListEndpointsByPlatformApplicationPaginator.ts b/clients/client-sns/src/pagination/ListEndpointsByPlatformApplicationPaginator.ts index 3b178380a01f..4ed1c29afbf1 100644 --- a/clients/client-sns/src/pagination/ListEndpointsByPlatformApplicationPaginator.ts +++ b/clients/client-sns/src/pagination/ListEndpointsByPlatformApplicationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEndpointsByPlatformApplicationCommand, diff --git a/clients/client-sns/src/pagination/ListOriginationNumbersPaginator.ts b/clients/client-sns/src/pagination/ListOriginationNumbersPaginator.ts index 7781ac3fff2c..6e2d4e10b8c3 100644 --- a/clients/client-sns/src/pagination/ListOriginationNumbersPaginator.ts +++ b/clients/client-sns/src/pagination/ListOriginationNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOriginationNumbersCommand, diff --git a/clients/client-sns/src/pagination/ListPhoneNumbersOptedOutPaginator.ts b/clients/client-sns/src/pagination/ListPhoneNumbersOptedOutPaginator.ts index b9f47abe819f..03957b90d794 100644 --- a/clients/client-sns/src/pagination/ListPhoneNumbersOptedOutPaginator.ts +++ b/clients/client-sns/src/pagination/ListPhoneNumbersOptedOutPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPhoneNumbersOptedOutCommand, diff --git a/clients/client-sns/src/pagination/ListPlatformApplicationsPaginator.ts b/clients/client-sns/src/pagination/ListPlatformApplicationsPaginator.ts index 3dec1e0a0ab5..1cdc9483a6c6 100644 --- a/clients/client-sns/src/pagination/ListPlatformApplicationsPaginator.ts +++ b/clients/client-sns/src/pagination/ListPlatformApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPlatformApplicationsCommand, diff --git a/clients/client-sns/src/pagination/ListSMSSandboxPhoneNumbersPaginator.ts b/clients/client-sns/src/pagination/ListSMSSandboxPhoneNumbersPaginator.ts index e02bf5e7900b..0da57f1a116c 100644 --- a/clients/client-sns/src/pagination/ListSMSSandboxPhoneNumbersPaginator.ts +++ b/clients/client-sns/src/pagination/ListSMSSandboxPhoneNumbersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSMSSandboxPhoneNumbersCommand, diff --git a/clients/client-sns/src/pagination/ListSubscriptionsByTopicPaginator.ts b/clients/client-sns/src/pagination/ListSubscriptionsByTopicPaginator.ts index 4ffdad9cdf8f..285d35e4dc23 100644 --- a/clients/client-sns/src/pagination/ListSubscriptionsByTopicPaginator.ts +++ b/clients/client-sns/src/pagination/ListSubscriptionsByTopicPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSubscriptionsByTopicCommand, diff --git a/clients/client-sns/src/pagination/ListSubscriptionsPaginator.ts b/clients/client-sns/src/pagination/ListSubscriptionsPaginator.ts index 7d1b70b356df..ba633740c681 100644 --- a/clients/client-sns/src/pagination/ListSubscriptionsPaginator.ts +++ b/clients/client-sns/src/pagination/ListSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSubscriptionsCommand, diff --git a/clients/client-sns/src/pagination/ListTopicsPaginator.ts b/clients/client-sns/src/pagination/ListTopicsPaginator.ts index 6503bab04921..071c7e97b390 100644 --- a/clients/client-sns/src/pagination/ListTopicsPaginator.ts +++ b/clients/client-sns/src/pagination/ListTopicsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTopicsCommand, ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand"; import { SNSClient } from "../SNSClient"; diff --git a/clients/client-sns/src/protocols/Aws_query.ts b/clients/client-sns/src/protocols/Aws_query.ts index abbfe06ff392..e5cf5784a2fd 100644 --- a/clients/client-sns/src/protocols/Aws_query.ts +++ b/clients/client-sns/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -10,10 +11,13 @@ import { parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand"; diff --git a/clients/client-sns/src/runtimeConfig.browser.ts b/clients/client-sns/src/runtimeConfig.browser.ts index ec926fded5ec..74c72fb0d033 100644 --- a/clients/client-sns/src/runtimeConfig.browser.ts +++ b/clients/client-sns/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SNSClientConfig } from "./SNSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sns/src/runtimeConfig.shared.ts b/clients/client-sns/src/runtimeConfig.shared.ts index cb5bfe5508f8..ce452cfb3bfb 100644 --- a/clients/client-sns/src/runtimeConfig.shared.ts +++ b/clients/client-sns/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SNSClientConfig } from "./SNSClient"; diff --git a/clients/client-sns/src/runtimeConfig.ts b/clients/client-sns/src/runtimeConfig.ts index 097c98288a59..ab60f2ff0996 100644 --- a/clients/client-sns/src/runtimeConfig.ts +++ b/clients/client-sns/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SNSClientConfig } from "./SNSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index ce45eb0a8645..4b5f048063ae 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -22,45 +22,46 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/md5-js": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-sqs": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/md5-js": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sqs/src/SQS.ts b/clients/client-sqs/src/SQS.ts index d9d2bce29c7d..62ff73a7da0a 100644 --- a/clients/client-sqs/src/SQS.ts +++ b/clients/client-sqs/src/SQS.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddPermissionCommand, diff --git a/clients/client-sqs/src/SQSClient.ts b/clients/client-sqs/src/SQSClient.ts index 2224c7de3652..8bc36e93e811 100644 --- a/clients/client-sqs/src/SQSClient.ts +++ b/clients/client-sqs/src/SQSClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand"; @@ -168,7 +166,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -284,7 +282,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sqs/src/commands/AddPermissionCommand.ts b/clients/client-sqs/src/commands/AddPermissionCommand.ts index 55fb6b1b23db..cdca065cfece 100644 --- a/clients/client-sqs/src/commands/AddPermissionCommand.ts +++ b/clients/client-sqs/src/commands/AddPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddPermissionRequest } from "../models/models_0"; import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts index 11291acf7b94..e647518aadc5 100644 --- a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelMessageMoveTaskRequest, CancelMessageMoveTaskResult } from "../models/models_0"; import { de_CancelMessageMoveTaskCommand, se_CancelMessageMoveTaskCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts index 69116d21ff1c..c2ab7f4870ff 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult } from "../models/models_0"; import { de_ChangeMessageVisibilityBatchCommand, se_ChangeMessageVisibilityBatchCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts index 00e26fe93742..379525b69afc 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ChangeMessageVisibilityRequest } from "../models/models_0"; import { de_ChangeMessageVisibilityCommand, se_ChangeMessageVisibilityCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/CreateQueueCommand.ts b/clients/client-sqs/src/commands/CreateQueueCommand.ts index 535e1bf88acf..1c3ca593cc5e 100644 --- a/clients/client-sqs/src/commands/CreateQueueCommand.ts +++ b/clients/client-sqs/src/commands/CreateQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateQueueRequest, CreateQueueResult } from "../models/models_0"; import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts index b9a98454a951..a64795f1d8cc 100644 --- a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMessageBatchRequest, DeleteMessageBatchResult } from "../models/models_0"; import { de_DeleteMessageBatchCommand, se_DeleteMessageBatchCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/DeleteMessageCommand.ts b/clients/client-sqs/src/commands/DeleteMessageCommand.ts index 1c5fc3e6cd2b..c18ad5d09711 100644 --- a/clients/client-sqs/src/commands/DeleteMessageCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMessageRequest } from "../models/models_0"; import { de_DeleteMessageCommand, se_DeleteMessageCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/DeleteQueueCommand.ts b/clients/client-sqs/src/commands/DeleteQueueCommand.ts index 508a4eb27c9f..a8e6d1673608 100644 --- a/clients/client-sqs/src/commands/DeleteQueueCommand.ts +++ b/clients/client-sqs/src/commands/DeleteQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteQueueRequest } from "../models/models_0"; import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts index 8d91e154b59f..0cde83f67fd7 100644 --- a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetQueueAttributesRequest, GetQueueAttributesResult } from "../models/models_0"; import { de_GetQueueAttributesCommand, se_GetQueueAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts index 3464e7845391..eb4d45145b78 100644 --- a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetQueueUrlRequest, GetQueueUrlResult } from "../models/models_0"; import { de_GetQueueUrlCommand, se_GetQueueUrlCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts index 714fa28d7fff..e754181111d4 100644 --- a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } from "../models/models_0"; import { de_ListDeadLetterSourceQueuesCommand, se_ListDeadLetterSourceQueuesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts index 2857d4371d1c..0f20c7a9ca80 100644 --- a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts +++ b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMessageMoveTasksRequest, ListMessageMoveTasksResult } from "../models/models_0"; import { de_ListMessageMoveTasksCommand, se_ListMessageMoveTasksCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts index d3552989a36b..1eaf56ff0c26 100644 --- a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts +++ b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0"; import { de_ListQueueTagsCommand, se_ListQueueTagsCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ListQueuesCommand.ts b/clients/client-sqs/src/commands/ListQueuesCommand.ts index 0910aa5ad3af..c0eb5e858821 100644 --- a/clients/client-sqs/src/commands/ListQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListQueuesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListQueuesRequest, ListQueuesResult } from "../models/models_0"; import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/PurgeQueueCommand.ts b/clients/client-sqs/src/commands/PurgeQueueCommand.ts index 6716e50137c8..181fcf03c65b 100644 --- a/clients/client-sqs/src/commands/PurgeQueueCommand.ts +++ b/clients/client-sqs/src/commands/PurgeQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PurgeQueueRequest } from "../models/models_0"; import { de_PurgeQueueCommand, se_PurgeQueueCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts index ba8d5fc2c9b2..e209979266df 100644 --- a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts +++ b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getReceiveMessagePlugin } from "@aws-sdk/middleware-sdk-sqs"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0"; import { de_ReceiveMessageCommand, se_ReceiveMessageCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/RemovePermissionCommand.ts b/clients/client-sqs/src/commands/RemovePermissionCommand.ts index 9e059e61964a..9c9bd7f18792 100644 --- a/clients/client-sqs/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sqs/src/commands/RemovePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemovePermissionRequest } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts index e9ca580844ea..e94e4a5fcec5 100644 --- a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getSendMessageBatchPlugin } from "@aws-sdk/middleware-sdk-sqs"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0"; import { de_SendMessageBatchCommand, se_SendMessageBatchCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/SendMessageCommand.ts b/clients/client-sqs/src/commands/SendMessageCommand.ts index 704e4a8d0239..0cb0aef12008 100644 --- a/clients/client-sqs/src/commands/SendMessageCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getSendMessagePlugin } from "@aws-sdk/middleware-sdk-sqs"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendMessageRequest, SendMessageResult } from "../models/models_0"; import { de_SendMessageCommand, se_SendMessageCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts index a4989318fe17..b41e99773add 100644 --- a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetQueueAttributesRequest } from "../models/models_0"; import { de_SetQueueAttributesCommand, se_SetQueueAttributesCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts index 813b775124ee..c236fdf654d3 100644 --- a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMessageMoveTaskRequest, StartMessageMoveTaskResult } from "../models/models_0"; import { de_StartMessageMoveTaskCommand, se_StartMessageMoveTaskCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/TagQueueCommand.ts b/clients/client-sqs/src/commands/TagQueueCommand.ts index 1cca38a84778..9fc0325d5daf 100644 --- a/clients/client-sqs/src/commands/TagQueueCommand.ts +++ b/clients/client-sqs/src/commands/TagQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagQueueRequest } from "../models/models_0"; import { de_TagQueueCommand, se_TagQueueCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/commands/UntagQueueCommand.ts b/clients/client-sqs/src/commands/UntagQueueCommand.ts index 187e9fa984ed..e5ac082a5dbe 100644 --- a/clients/client-sqs/src/commands/UntagQueueCommand.ts +++ b/clients/client-sqs/src/commands/UntagQueueCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagQueueRequest } from "../models/models_0"; import { de_UntagQueueCommand, se_UntagQueueCommand } from "../protocols/Aws_query"; diff --git a/clients/client-sqs/src/endpoint/EndpointParameters.ts b/clients/client-sqs/src/endpoint/EndpointParameters.ts index 7c053812ba5e..e8c06df57204 100644 --- a/clients/client-sqs/src/endpoint/EndpointParameters.ts +++ b/clients/client-sqs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sqs/src/endpoint/endpointResolver.ts b/clients/client-sqs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sqs/src/endpoint/endpointResolver.ts +++ b/clients/client-sqs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sqs/src/endpoint/ruleset.ts b/clients/client-sqs/src/endpoint/ruleset.ts index 2d10c14a451d..39c29832d2cd 100644 --- a/clients/client-sqs/src/endpoint/ruleset.ts +++ b/clients/client-sqs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sqs/src/models/SQSServiceException.ts b/clients/client-sqs/src/models/SQSServiceException.ts index db78d248c34d..5b6d219d0270 100644 --- a/clients/client-sqs/src/models/SQSServiceException.ts +++ b/clients/client-sqs/src/models/SQSServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sqs/src/models/models_0.ts b/clients/client-sqs/src/models/models_0.ts index 9a31b22e6645..a7fa22e2742b 100644 --- a/clients/client-sqs/src/models/models_0.ts +++ b/clients/client-sqs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SQSServiceException as __BaseException } from "./SQSServiceException"; diff --git a/clients/client-sqs/src/pagination/Interfaces.ts b/clients/client-sqs/src/pagination/Interfaces.ts index 9b9831a252ec..1baf7f0fb6b6 100644 --- a/clients/client-sqs/src/pagination/Interfaces.ts +++ b/clients/client-sqs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SQSClient } from "../SQSClient"; diff --git a/clients/client-sqs/src/pagination/ListDeadLetterSourceQueuesPaginator.ts b/clients/client-sqs/src/pagination/ListDeadLetterSourceQueuesPaginator.ts index 7316c19d2c61..85af1ad3fb30 100644 --- a/clients/client-sqs/src/pagination/ListDeadLetterSourceQueuesPaginator.ts +++ b/clients/client-sqs/src/pagination/ListDeadLetterSourceQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDeadLetterSourceQueuesCommand, diff --git a/clients/client-sqs/src/pagination/ListQueuesPaginator.ts b/clients/client-sqs/src/pagination/ListQueuesPaginator.ts index c62a4cc90ca6..3d597e98e22b 100644 --- a/clients/client-sqs/src/pagination/ListQueuesPaginator.ts +++ b/clients/client-sqs/src/pagination/ListQueuesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListQueuesCommand, ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand"; import { SQSClient } from "../SQSClient"; diff --git a/clients/client-sqs/src/protocols/Aws_query.ts b/clients/client-sqs/src/protocols/Aws_query.ts index 6f384e173446..61bdca9ea533 100644 --- a/clients/client-sqs/src/protocols/Aws_query.ts +++ b/clients/client-sqs/src/protocols/Aws_query.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -10,10 +11,13 @@ import { strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand"; diff --git a/clients/client-sqs/src/runtimeConfig.browser.ts b/clients/client-sqs/src/runtimeConfig.browser.ts index d91f8028a245..a683f1aa505e 100644 --- a/clients/client-sqs/src/runtimeConfig.browser.ts +++ b/clients/client-sqs/src/runtimeConfig.browser.ts @@ -3,17 +3,17 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { Md5 } from "@aws-sdk/md5-js"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { Md5 } from "@smithy/md5-js"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SQSClientConfig } from "./SQSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sqs/src/runtimeConfig.shared.ts b/clients/client-sqs/src/runtimeConfig.shared.ts index 8b2bbb56a119..815d69ab1b04 100644 --- a/clients/client-sqs/src/runtimeConfig.shared.ts +++ b/clients/client-sqs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SQSClientConfig } from "./SQSClient"; diff --git a/clients/client-sqs/src/runtimeConfig.ts b/clients/client-sqs/src/runtimeConfig.ts index f09ef1b3936f..bf95b24593c0 100644 --- a/clients/client-sqs/src/runtimeConfig.ts +++ b/clients/client-sqs/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@smithy/types"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SQSClientConfig } from "./SQSClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ssm-contacts/package.json b/clients/client-ssm-contacts/package.json index fdf678e34700..aa6d5eaf433f 100644 --- a/clients/client-ssm-contacts/package.json +++ b/clients/client-ssm-contacts/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-ssm-contacts/src/SSMContacts.ts b/clients/client-ssm-contacts/src/SSMContacts.ts index 6b23c3d271b2..f9e74e9a8ff1 100644 --- a/clients/client-ssm-contacts/src/SSMContacts.ts +++ b/clients/client-ssm-contacts/src/SSMContacts.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AcceptPageCommand, AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand"; import { diff --git a/clients/client-ssm-contacts/src/SSMContactsClient.ts b/clients/client-ssm-contacts/src/SSMContactsClient.ts index bcde35cefa60..4f18ee5716db 100644 --- a/clients/client-ssm-contacts/src/SSMContactsClient.ts +++ b/clients/client-ssm-contacts/src/SSMContactsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand"; @@ -240,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts index 2f68e6d51569..41f1c795cd07 100644 --- a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AcceptPageRequest, AcceptPageResult } from "../models/models_0"; import { de_AcceptPageCommand, se_AcceptPageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts index 873453157f0c..e961ef998ebc 100644 --- a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0"; import { de_ActivateContactChannelCommand, se_ActivateContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts index 8060357023d4..8574ce183d92 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0"; import { de_CreateContactChannelCommand, se_CreateContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts index a03a2577eaae..4cf3b4075a60 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContactRequest, CreateContactResult } from "../models/models_0"; import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts index b48455b184c7..276cf8a47a67 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRotationRequest, CreateRotationResult } from "../models/models_0"; import { de_CreateRotationCommand, se_CreateRotationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts index 501c519de94d..2d2304a00a8d 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0"; import { de_CreateRotationOverrideCommand, se_CreateRotationOverrideCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts index 4cfdee6fdbab..b6b80b5d7796 100644 --- a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0"; import { de_DeactivateContactChannelCommand, se_DeactivateContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts index 2b1cc42664a3..a746e6ce8289 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0"; import { de_DeleteContactChannelCommand, se_DeleteContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts index f6f859e53280..10ac12a4fa6b 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContactRequest, DeleteContactResult } from "../models/models_0"; import { de_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts index 694d4aeaad46..474b4a420e48 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0"; import { de_DeleteRotationCommand, se_DeleteRotationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts index e68003eabe7e..254de2fa2a70 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0"; import { de_DeleteRotationOverrideCommand, se_DeleteRotationOverrideCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts index 45cfb4a83988..99118eeaf0f5 100644 --- a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0"; import { de_DescribeEngagementCommand, se_DescribeEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts index efc9b031dc34..eb4ea41f4436 100644 --- a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePageRequest, DescribePageResult } from "../models/models_0"; import { de_DescribePageCommand, se_DescribePageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts index a66bedf79764..b0d454ae8276 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0"; import { de_GetContactChannelCommand, se_GetContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts index 253ccdb0a3ee..73cff9e157f3 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactRequest, GetContactResult } from "../models/models_0"; import { de_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts index 5fbd0171bf9d..8ace75f293a3 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0"; import { de_GetContactPolicyCommand, se_GetContactPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts index 5e26c15059ff..50dd1291d058 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRotationRequest, GetRotationResult } from "../models/models_0"; import { de_GetRotationCommand, se_GetRotationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts index f36b57d22d79..a186f7b56d13 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models/models_0"; import { de_GetRotationOverrideCommand, se_GetRotationOverrideCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts index 83f18a2774cc..02a3e12a3cc3 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContactChannelsRequest, ListContactChannelsResult } from "../models/models_0"; import { de_ListContactChannelsCommand, se_ListContactChannelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts index 5436fc4ec86a..38a718bfa479 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContactsRequest, ListContactsResult } from "../models/models_0"; import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts index abd252b8777e..972d030e4681 100644 --- a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListEngagementsRequest, ListEngagementsResult } from "../models/models_0"; import { de_ListEngagementsCommand, se_ListEngagementsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts index fea7d4926b5f..b032e2b508af 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPageReceiptsRequest, ListPageReceiptsResult } from "../models/models_0"; import { de_ListPageReceiptsCommand, se_ListPageReceiptsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts index c4a6a910ecf4..daddc3280bc8 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPageResolutionsRequest, ListPageResolutionsResult } from "../models/models_0"; import { de_ListPageResolutionsCommand, se_ListPageResolutionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts index aa701f621fcc..5f0abffaa8c7 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPagesByContactRequest, ListPagesByContactResult } from "../models/models_0"; import { de_ListPagesByContactCommand, se_ListPagesByContactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts index 46dac168f2aa..41e14114f322 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPagesByEngagementRequest, ListPagesByEngagementResult } from "../models/models_0"; import { de_ListPagesByEngagementCommand, se_ListPagesByEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts index 3b71f3166dbf..6a7f90672bc4 100644 --- a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPreviewRotationShiftsRequest, ListPreviewRotationShiftsResult } from "../models/models_0"; import { de_ListPreviewRotationShiftsCommand, se_ListPreviewRotationShiftsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts index 64e19922ee00..131d4f188f58 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRotationOverridesRequest, ListRotationOverridesResult } from "../models/models_0"; import { de_ListRotationOverridesCommand, se_ListRotationOverridesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts index 1610e53c4eb3..b75e394490fb 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRotationShiftsRequest, ListRotationShiftsResult } from "../models/models_0"; import { de_ListRotationShiftsCommand, se_ListRotationShiftsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts index c69b08e65eda..e594e064fa96 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRotationsRequest, ListRotationsResult } from "../models/models_0"; import { de_ListRotationsCommand, se_ListRotationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts index d79f4ce6e806..a99c22fa025d 100644 --- a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts index 911a5d013a30..e1b35c06a245 100644 --- a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutContactPolicyRequest, PutContactPolicyResult } from "../models/models_0"; import { de_PutContactPolicyCommand, se_PutContactPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts index d4295f06fc07..b2b2e58c39f1 100644 --- a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts +++ b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendActivationCodeRequest, SendActivationCodeResult } from "../models/models_0"; import { de_SendActivationCodeCommand, se_SendActivationCodeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts index e2616feefa6d..309e96129f6a 100644 --- a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartEngagementRequest, StartEngagementResult } from "../models/models_0"; import { de_StartEngagementCommand, se_StartEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts index 991582d44285..660013111ba6 100644 --- a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopEngagementRequest, StopEngagementResult } from "../models/models_0"; import { de_StopEngagementCommand, se_StopEngagementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts index ececc9cfc86b..703cdaa138b2 100644 --- a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts index dd3113b34dcc..71a6b219c422 100644 --- a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts index e923c10cca81..3a6fb2cf700c 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContactChannelRequest, UpdateContactChannelResult } from "../models/models_0"; import { de_UpdateContactChannelCommand, se_UpdateContactChannelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts index e7936f69d6f9..811609dd8a71 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContactRequest, UpdateContactResult } from "../models/models_0"; import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts index 4300182cf6f0..89da34c0b83f 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRotationRequest, UpdateRotationResult } from "../models/models_0"; import { de_UpdateRotationCommand, se_UpdateRotationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm-contacts/src/endpoint/EndpointParameters.ts b/clients/client-ssm-contacts/src/endpoint/EndpointParameters.ts index 4786abb7f403..7daeaf6a720f 100644 --- a/clients/client-ssm-contacts/src/endpoint/EndpointParameters.ts +++ b/clients/client-ssm-contacts/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ssm-contacts/src/endpoint/endpointResolver.ts b/clients/client-ssm-contacts/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ssm-contacts/src/endpoint/endpointResolver.ts +++ b/clients/client-ssm-contacts/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ssm-contacts/src/endpoint/ruleset.ts b/clients/client-ssm-contacts/src/endpoint/ruleset.ts index c41f7d140abb..bb88aca2933e 100644 --- a/clients/client-ssm-contacts/src/endpoint/ruleset.ts +++ b/clients/client-ssm-contacts/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts b/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts index 15a447f5cd13..1d67224e01f9 100644 --- a/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts +++ b/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ssm-contacts/src/models/models_0.ts b/clients/client-ssm-contacts/src/models/models_0.ts index 598885922ac5..02525b8c0803 100644 --- a/clients/client-ssm-contacts/src/models/models_0.ts +++ b/clients/client-ssm-contacts/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SSMContactsServiceException as __BaseException } from "./SSMContactsServiceException"; diff --git a/clients/client-ssm-contacts/src/pagination/Interfaces.ts b/clients/client-ssm-contacts/src/pagination/Interfaces.ts index 633263426c05..b8188042d61a 100644 --- a/clients/client-ssm-contacts/src/pagination/Interfaces.ts +++ b/clients/client-ssm-contacts/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SSMContactsClient } from "../SSMContactsClient"; diff --git a/clients/client-ssm-contacts/src/pagination/ListContactChannelsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListContactChannelsPaginator.ts index be116a2514f8..f24fdea9e048 100644 --- a/clients/client-ssm-contacts/src/pagination/ListContactChannelsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListContactChannelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactChannelsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListContactsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListContactsPaginator.ts index da95e4cc237f..ca30f2edb718 100644 --- a/clients/client-ssm-contacts/src/pagination/ListContactsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListContactsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContactsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListEngagementsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListEngagementsPaginator.ts index fa2efceccd1f..83905ad77a61 100644 --- a/clients/client-ssm-contacts/src/pagination/ListEngagementsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListEngagementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListEngagementsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListPageReceiptsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListPageReceiptsPaginator.ts index 7bf4f24e2ed4..b421f6756030 100644 --- a/clients/client-ssm-contacts/src/pagination/ListPageReceiptsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListPageReceiptsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPageReceiptsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListPageResolutionsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListPageResolutionsPaginator.ts index adb97cceae84..208129c2421b 100644 --- a/clients/client-ssm-contacts/src/pagination/ListPageResolutionsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListPageResolutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPageResolutionsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListPagesByContactPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListPagesByContactPaginator.ts index 2becad50b85e..6df8f8443582 100644 --- a/clients/client-ssm-contacts/src/pagination/ListPagesByContactPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListPagesByContactPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPagesByContactCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListPagesByEngagementPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListPagesByEngagementPaginator.ts index cd1cdf40b117..bf97a1e7b538 100644 --- a/clients/client-ssm-contacts/src/pagination/ListPagesByEngagementPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListPagesByEngagementPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPagesByEngagementCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListPreviewRotationShiftsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListPreviewRotationShiftsPaginator.ts index 2a24874061d8..cf4b42f4b7a4 100644 --- a/clients/client-ssm-contacts/src/pagination/ListPreviewRotationShiftsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListPreviewRotationShiftsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPreviewRotationShiftsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListRotationOverridesPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListRotationOverridesPaginator.ts index a5bdc5517265..7e9f5fa4fdbb 100644 --- a/clients/client-ssm-contacts/src/pagination/ListRotationOverridesPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListRotationOverridesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRotationOverridesCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListRotationShiftsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListRotationShiftsPaginator.ts index 34a3eae3e87a..3470dfc2f7f3 100644 --- a/clients/client-ssm-contacts/src/pagination/ListRotationShiftsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListRotationShiftsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRotationShiftsCommand, diff --git a/clients/client-ssm-contacts/src/pagination/ListRotationsPaginator.ts b/clients/client-ssm-contacts/src/pagination/ListRotationsPaginator.ts index 952f5e5948d7..5674b8585adf 100644 --- a/clients/client-ssm-contacts/src/pagination/ListRotationsPaginator.ts +++ b/clients/client-ssm-contacts/src/pagination/ListRotationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRotationsCommand, diff --git a/clients/client-ssm-contacts/src/protocols/Aws_json1_1.ts b/clients/client-ssm-contacts/src/protocols/Aws_json1_1.ts index 1f464432b7b1..5d664dd6ace9 100644 --- a/clients/client-ssm-contacts/src/protocols/Aws_json1_1.ts +++ b/clients/client-ssm-contacts/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AcceptPageCommandInput, AcceptPageCommandOutput } from "../commands/AcceptPageCommand"; diff --git a/clients/client-ssm-contacts/src/runtimeConfig.browser.ts b/clients/client-ssm-contacts/src/runtimeConfig.browser.ts index 815e8e88542e..ef93cd0636a8 100644 --- a/clients/client-ssm-contacts/src/runtimeConfig.browser.ts +++ b/clients/client-ssm-contacts/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMContactsClientConfig } from "./SSMContactsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ssm-contacts/src/runtimeConfig.shared.ts b/clients/client-ssm-contacts/src/runtimeConfig.shared.ts index e86d6fa6dd89..476666d7aad1 100644 --- a/clients/client-ssm-contacts/src/runtimeConfig.shared.ts +++ b/clients/client-ssm-contacts/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSMContactsClientConfig } from "./SSMContactsClient"; diff --git a/clients/client-ssm-contacts/src/runtimeConfig.ts b/clients/client-ssm-contacts/src/runtimeConfig.ts index e9624661e712..d6f67f4914d6 100644 --- a/clients/client-ssm-contacts/src/runtimeConfig.ts +++ b/clients/client-ssm-contacts/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMContactsClientConfig } from "./SSMContactsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ssm-incidents/package.json b/clients/client-ssm-incidents/package.json index dee882d94127..53d2125b1ebc 100644 --- a/clients/client-ssm-incidents/package.json +++ b/clients/client-ssm-incidents/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-ssm-incidents/src/SSMIncidents.ts b/clients/client-ssm-incidents/src/SSMIncidents.ts index fa20cd0c961a..86b4cbaec072 100644 --- a/clients/client-ssm-incidents/src/SSMIncidents.ts +++ b/clients/client-ssm-incidents/src/SSMIncidents.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateReplicationSetCommand, diff --git a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts index 9282592f1d58..d12ed9cb3f77 100644 --- a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts +++ b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -210,7 +208,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -319,7 +317,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts index e299cd717763..95c9ffd657dc 100644 --- a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0"; import { de_CreateReplicationSetCommand, se_CreateReplicationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts index ff5050803fc9..07ef72eaf607 100644 --- a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0"; import { de_CreateResponsePlanCommand, se_CreateResponsePlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts index 92b8a2bb6723..a8c7d15dbbb9 100644 --- a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0"; import { de_CreateTimelineEventCommand, se_CreateTimelineEventCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts index 9e42fe171479..768b34856ea4 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0"; import { de_DeleteIncidentRecordCommand, se_DeleteIncidentRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts index d30c45605749..b1cfb87f48de 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0"; import { de_DeleteReplicationSetCommand, se_DeleteReplicationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts index 70c022007dc2..242e8cca33a9 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts index 22d62b007276..8bbb1c84f38b 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0"; import { de_DeleteResponsePlanCommand, se_DeleteResponsePlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts index dd9ab5186f43..4e1ac098d528 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0"; import { de_DeleteTimelineEventCommand, se_DeleteTimelineEventCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts index 37ec3a346b60..874fb72ee785 100644 --- a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0"; import { de_GetIncidentRecordCommand, se_GetIncidentRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts index 3c63052e10e9..c525cd2b39b4 100644 --- a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0"; import { de_GetReplicationSetCommand, se_GetReplicationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts index 0f0c45a6bf57..ae41a0039219 100644 --- a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0"; import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts index 1a162aa344c9..6e95d829016f 100644 --- a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0"; import { de_GetResponsePlanCommand, se_GetResponsePlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts index 4a679a137260..7c6a0951bc08 100644 --- a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0"; import { de_GetTimelineEventCommand, se_GetTimelineEventCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts index e7fbbd79b86d..7201bb102c9c 100644 --- a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0"; import { de_ListIncidentRecordsCommand, se_ListIncidentRecordsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts index 44a9f14f0c47..ca389adaa7cc 100644 --- a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0"; import { de_ListRelatedItemsCommand, se_ListRelatedItemsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts index eca0b8ebaf92..905c0daad4c8 100644 --- a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0"; import { de_ListReplicationSetsCommand, se_ListReplicationSetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts index 4fcd646db6a0..9f10da41cf2a 100644 --- a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0"; import { de_ListResponsePlansCommand, se_ListResponsePlansCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts index 638734a8b4eb..b53db7b13e38 100644 --- a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts index 9640d739a7a6..71f8984243ae 100644 --- a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0"; import { de_ListTimelineEventsCommand, se_ListTimelineEventsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts index 4529dec92c4f..3b435a83a359 100644 --- a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts index 3ce8d770b6f0..420ad0065734 100644 --- a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts +++ b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartIncidentInput, StartIncidentOutput } from "../models/models_0"; import { de_StartIncidentCommand, se_StartIncidentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts index ab9f38ca5465..198068b62bea 100644 --- a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts index 5a584391d358..913ad2c9f3ae 100644 --- a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts index 24571345c275..e79dc92c8b0d 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0"; import { de_UpdateDeletionProtectionCommand, se_UpdateDeletionProtectionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts index d3338da49f6b..3ad8495de906 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0"; import { de_UpdateIncidentRecordCommand, se_UpdateIncidentRecordCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts index 25b21eaf6744..fef93b1eeabf 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0"; import { de_UpdateRelatedItemsCommand, se_UpdateRelatedItemsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts index 3089f80c8999..cba0decabc6b 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0"; import { de_UpdateReplicationSetCommand, se_UpdateReplicationSetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts index 20e9f8bd3c93..75128c73b135 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0"; import { de_UpdateResponsePlanCommand, se_UpdateResponsePlanCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts index f23127f42c3c..af8001a48bf6 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0"; import { de_UpdateTimelineEventCommand, se_UpdateTimelineEventCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-incidents/src/endpoint/EndpointParameters.ts b/clients/client-ssm-incidents/src/endpoint/EndpointParameters.ts index dc2ab4f3a124..99ca8f8e823a 100644 --- a/clients/client-ssm-incidents/src/endpoint/EndpointParameters.ts +++ b/clients/client-ssm-incidents/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ssm-incidents/src/endpoint/endpointResolver.ts b/clients/client-ssm-incidents/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ssm-incidents/src/endpoint/endpointResolver.ts +++ b/clients/client-ssm-incidents/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ssm-incidents/src/endpoint/ruleset.ts b/clients/client-ssm-incidents/src/endpoint/ruleset.ts index 6f5acbc96a72..5f3b4e691fde 100644 --- a/clients/client-ssm-incidents/src/endpoint/ruleset.ts +++ b/clients/client-ssm-incidents/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts b/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts index 471a21793f99..dffc23d25802 100644 --- a/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts +++ b/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ssm-incidents/src/models/models_0.ts b/clients/client-ssm-incidents/src/models/models_0.ts index fd03540f6b1d..ecdcbba43f1d 100644 --- a/clients/client-ssm-incidents/src/models/models_0.ts +++ b/clients/client-ssm-incidents/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SSMIncidentsServiceException as __BaseException } from "./SSMIncidentsServiceException"; diff --git a/clients/client-ssm-incidents/src/pagination/GetResourcePoliciesPaginator.ts b/clients/client-ssm-incidents/src/pagination/GetResourcePoliciesPaginator.ts index a7c965b2e5b6..c2f00a5a5ddd 100644 --- a/clients/client-ssm-incidents/src/pagination/GetResourcePoliciesPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/GetResourcePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourcePoliciesCommand, diff --git a/clients/client-ssm-incidents/src/pagination/Interfaces.ts b/clients/client-ssm-incidents/src/pagination/Interfaces.ts index 97a75454965f..b6e257bdb59d 100644 --- a/clients/client-ssm-incidents/src/pagination/Interfaces.ts +++ b/clients/client-ssm-incidents/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SSMIncidentsClient } from "../SSMIncidentsClient"; diff --git a/clients/client-ssm-incidents/src/pagination/ListIncidentRecordsPaginator.ts b/clients/client-ssm-incidents/src/pagination/ListIncidentRecordsPaginator.ts index 584cf0e69560..71a5154e64dc 100644 --- a/clients/client-ssm-incidents/src/pagination/ListIncidentRecordsPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/ListIncidentRecordsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIncidentRecordsCommand, diff --git a/clients/client-ssm-incidents/src/pagination/ListRelatedItemsPaginator.ts b/clients/client-ssm-incidents/src/pagination/ListRelatedItemsPaginator.ts index 547428e56126..fea065f696fc 100644 --- a/clients/client-ssm-incidents/src/pagination/ListRelatedItemsPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/ListRelatedItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRelatedItemsCommand, diff --git a/clients/client-ssm-incidents/src/pagination/ListReplicationSetsPaginator.ts b/clients/client-ssm-incidents/src/pagination/ListReplicationSetsPaginator.ts index d085fc6414a8..961eb54d8864 100644 --- a/clients/client-ssm-incidents/src/pagination/ListReplicationSetsPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/ListReplicationSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListReplicationSetsCommand, diff --git a/clients/client-ssm-incidents/src/pagination/ListResponsePlansPaginator.ts b/clients/client-ssm-incidents/src/pagination/ListResponsePlansPaginator.ts index 78a8175de33f..f89d18e3f9ca 100644 --- a/clients/client-ssm-incidents/src/pagination/ListResponsePlansPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/ListResponsePlansPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResponsePlansCommand, diff --git a/clients/client-ssm-incidents/src/pagination/ListTimelineEventsPaginator.ts b/clients/client-ssm-incidents/src/pagination/ListTimelineEventsPaginator.ts index 179064022bab..c7b7a085cd2f 100644 --- a/clients/client-ssm-incidents/src/pagination/ListTimelineEventsPaginator.ts +++ b/clients/client-ssm-incidents/src/pagination/ListTimelineEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTimelineEventsCommand, diff --git a/clients/client-ssm-incidents/src/protocols/Aws_restJson1.ts b/clients/client-ssm-incidents/src/protocols/Aws_restJson1.ts index fc66beef4879..db43dd12e7ae 100644 --- a/clients/client-ssm-incidents/src/protocols/Aws_restJson1.ts +++ b/clients/client-ssm-incidents/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -16,10 +17,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-ssm-incidents/src/runtimeConfig.browser.ts b/clients/client-ssm-incidents/src/runtimeConfig.browser.ts index 60f05262d38b..5e1c463bdc2a 100644 --- a/clients/client-ssm-incidents/src/runtimeConfig.browser.ts +++ b/clients/client-ssm-incidents/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMIncidentsClientConfig } from "./SSMIncidentsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ssm-incidents/src/runtimeConfig.shared.ts b/clients/client-ssm-incidents/src/runtimeConfig.shared.ts index 20cf1b83d9aa..ecd5e9761345 100644 --- a/clients/client-ssm-incidents/src/runtimeConfig.shared.ts +++ b/clients/client-ssm-incidents/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSMIncidentsClientConfig } from "./SSMIncidentsClient"; diff --git a/clients/client-ssm-incidents/src/runtimeConfig.ts b/clients/client-ssm-incidents/src/runtimeConfig.ts index 67b2d1dd3c32..611e7eb8a877 100644 --- a/clients/client-ssm-incidents/src/runtimeConfig.ts +++ b/clients/client-ssm-incidents/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMIncidentsClientConfig } from "./SSMIncidentsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetActive.ts b/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetActive.ts index 0e6f6b9a208c..cfab82730f25 100644 --- a/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetActive.ts +++ b/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetActive.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReplicationSetCommand, GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand"; import { SSMIncidentsClient } from "../SSMIncidentsClient"; diff --git a/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetDeleted.ts b/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetDeleted.ts index ae21563e2df8..4f193b611305 100644 --- a/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetDeleted.ts +++ b/clients/client-ssm-incidents/src/waiters/waitForWaitForReplicationSetDeleted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetReplicationSetCommand, GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand"; import { SSMIncidentsClient } from "../SSMIncidentsClient"; diff --git a/clients/client-ssm-sap/package.json b/clients/client-ssm-sap/package.json index b5070c259b5d..6325a32f9874 100644 --- a/clients/client-ssm-sap/package.json +++ b/clients/client-ssm-sap/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-ssm-sap/src/SsmSap.ts b/clients/client-ssm-sap/src/SsmSap.ts index e7941d77f4fa..10c579f285e2 100644 --- a/clients/client-ssm-sap/src/SsmSap.ts +++ b/clients/client-ssm-sap/src/SsmSap.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DeleteResourcePermissionCommand, diff --git a/clients/client-ssm-sap/src/SsmSapClient.ts b/clients/client-ssm-sap/src/SsmSapClient.ts index 444200f00475..c3f857c59955 100644 --- a/clients/client-ssm-sap/src/SsmSapClient.ts +++ b/clients/client-ssm-sap/src/SsmSapClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts index f0d497ea3e2d..b60529c49b42 100644 --- a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePermissionInput, DeleteResourcePermissionOutput } from "../models/models_0"; import { de_DeleteResourcePermissionCommand, se_DeleteResourcePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts index bf72e0a84215..d297fde7885c 100644 --- a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterApplicationInput, DeregisterApplicationOutput } from "../models/models_0"; import { de_DeregisterApplicationCommand, se_DeregisterApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts index 09dff57e5a49..8df2b6f97c6c 100644 --- a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetApplicationInput, GetApplicationOutput } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts index 46a35a4435d4..c9c82631a450 100644 --- a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetComponentInput, GetComponentOutput } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts index 6c861db45b7b..fc8c951967a5 100644 --- a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDatabaseInput, GetDatabaseOutput, GetDatabaseOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts index ed2852cef947..6e0fbd0f3f5b 100644 --- a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOperationInput, GetOperationOutput } from "../models/models_0"; import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts index 9cbfc4449378..2f58447c7039 100644 --- a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePermissionInput, GetResourcePermissionOutput } from "../models/models_0"; import { de_GetResourcePermissionCommand, se_GetResourcePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts index 04b1cd8bc147..3ca55a988b45 100644 --- a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts index 1f9c1eb10e75..53eed763fe6e 100644 --- a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComponentsInput, ListComponentsOutput } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts index 4342c837cb17..2919089ff7cd 100644 --- a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0"; import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts index 6b190c196eff..fdf6db42ac39 100644 --- a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOperationsInput, ListOperationsOutput } from "../models/models_0"; import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts index 38dd28f0c14e..1ee2f1335a30 100644 --- a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts index 126b49b04ec3..f4b97ee8036c 100644 --- a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePermissionInput, PutResourcePermissionOutput } from "../models/models_0"; import { de_PutResourcePermissionCommand, se_PutResourcePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts index ec696ae900fd..1257deaa8df1 100644 --- a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterApplicationInput, diff --git a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts index e738e6636b0b..2474225ad700 100644 --- a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts index 81743ed32d43..25e265834536 100644 --- a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts index 648f5355591c..79bea02a0afe 100644 --- a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateApplicationSettingsInput, diff --git a/clients/client-ssm-sap/src/endpoint/EndpointParameters.ts b/clients/client-ssm-sap/src/endpoint/EndpointParameters.ts index 1594fa0160e2..cd3602998228 100644 --- a/clients/client-ssm-sap/src/endpoint/EndpointParameters.ts +++ b/clients/client-ssm-sap/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ssm-sap/src/endpoint/endpointResolver.ts b/clients/client-ssm-sap/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ssm-sap/src/endpoint/endpointResolver.ts +++ b/clients/client-ssm-sap/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ssm-sap/src/endpoint/ruleset.ts b/clients/client-ssm-sap/src/endpoint/ruleset.ts index 72c1e706df3b..f459113bca07 100644 --- a/clients/client-ssm-sap/src/endpoint/ruleset.ts +++ b/clients/client-ssm-sap/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ssm-sap/src/models/SsmSapServiceException.ts b/clients/client-ssm-sap/src/models/SsmSapServiceException.ts index d08e27698e45..21659c23c787 100644 --- a/clients/client-ssm-sap/src/models/SsmSapServiceException.ts +++ b/clients/client-ssm-sap/src/models/SsmSapServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ssm-sap/src/models/models_0.ts b/clients/client-ssm-sap/src/models/models_0.ts index 9c9584be7f4d..d92f810342a0 100644 --- a/clients/client-ssm-sap/src/models/models_0.ts +++ b/clients/client-ssm-sap/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SsmSapServiceException as __BaseException } from "./SsmSapServiceException"; diff --git a/clients/client-ssm-sap/src/pagination/Interfaces.ts b/clients/client-ssm-sap/src/pagination/Interfaces.ts index e51c651733d4..9c9ec9b731c9 100644 --- a/clients/client-ssm-sap/src/pagination/Interfaces.ts +++ b/clients/client-ssm-sap/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SsmSapClient } from "../SsmSapClient"; diff --git a/clients/client-ssm-sap/src/pagination/ListApplicationsPaginator.ts b/clients/client-ssm-sap/src/pagination/ListApplicationsPaginator.ts index ea41aa1122cd..1b4a76589c89 100644 --- a/clients/client-ssm-sap/src/pagination/ListApplicationsPaginator.ts +++ b/clients/client-ssm-sap/src/pagination/ListApplicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListApplicationsCommand, diff --git a/clients/client-ssm-sap/src/pagination/ListComponentsPaginator.ts b/clients/client-ssm-sap/src/pagination/ListComponentsPaginator.ts index ab14845e3d0e..c66c220d1806 100644 --- a/clients/client-ssm-sap/src/pagination/ListComponentsPaginator.ts +++ b/clients/client-ssm-sap/src/pagination/ListComponentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComponentsCommand, diff --git a/clients/client-ssm-sap/src/pagination/ListDatabasesPaginator.ts b/clients/client-ssm-sap/src/pagination/ListDatabasesPaginator.ts index c827b7f45858..70efd65ce0df 100644 --- a/clients/client-ssm-sap/src/pagination/ListDatabasesPaginator.ts +++ b/clients/client-ssm-sap/src/pagination/ListDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatabasesCommand, diff --git a/clients/client-ssm-sap/src/pagination/ListOperationsPaginator.ts b/clients/client-ssm-sap/src/pagination/ListOperationsPaginator.ts index 4e66e7829065..05a25130e68d 100644 --- a/clients/client-ssm-sap/src/pagination/ListOperationsPaginator.ts +++ b/clients/client-ssm-sap/src/pagination/ListOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOperationsCommand, diff --git a/clients/client-ssm-sap/src/protocols/Aws_restJson1.ts b/clients/client-ssm-sap/src/protocols/Aws_restJson1.ts index 095b50d704f5..756ddf1b3287 100644 --- a/clients/client-ssm-sap/src/protocols/Aws_restJson1.ts +++ b/clients/client-ssm-sap/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePermissionCommandInput, diff --git a/clients/client-ssm-sap/src/runtimeConfig.browser.ts b/clients/client-ssm-sap/src/runtimeConfig.browser.ts index fb27436969b7..b7b365648c76 100644 --- a/clients/client-ssm-sap/src/runtimeConfig.browser.ts +++ b/clients/client-ssm-sap/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SsmSapClientConfig } from "./SsmSapClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ssm-sap/src/runtimeConfig.shared.ts b/clients/client-ssm-sap/src/runtimeConfig.shared.ts index 59010cf5ba9b..85e2b099de27 100644 --- a/clients/client-ssm-sap/src/runtimeConfig.shared.ts +++ b/clients/client-ssm-sap/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SsmSapClientConfig } from "./SsmSapClient"; diff --git a/clients/client-ssm-sap/src/runtimeConfig.ts b/clients/client-ssm-sap/src/runtimeConfig.ts index 03ea2c0244e1..e513e233fee1 100644 --- a/clients/client-ssm-sap/src/runtimeConfig.ts +++ b/clients/client-ssm-sap/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SsmSapClientConfig } from "./SsmSapClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index 55107ecd6c11..8ae57398285d 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-ssm/src/SSM.ts b/clients/client-ssm/src/SSM.ts index a6f68aeac095..dbeccd8d1406 100644 --- a/clients/client-ssm/src/SSM.ts +++ b/clients/client-ssm/src/SSM.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddTagsToResourceCommand, diff --git a/clients/client-ssm/src/SSMClient.ts b/clients/client-ssm/src/SSMClient.ts index badc9964c7cb..2fbbd3930605 100644 --- a/clients/client-ssm/src/SSMClient.ts +++ b/clients/client-ssm/src/SSMClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand"; @@ -771,7 +769,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -880,7 +878,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts index 809d9d074c5a..d5af5fa14313 100644 --- a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts index c0cdc016f73e..c88b0fd81d13 100644 --- a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateOpsItemRelatedItemRequest, AssociateOpsItemRelatedItemResponse } from "../models/models_0"; import { de_AssociateOpsItemRelatedItemCommand, se_AssociateOpsItemRelatedItemCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CancelCommandCommand.ts b/clients/client-ssm/src/commands/CancelCommandCommand.ts index ed285a8bc24f..ce85cd159de7 100644 --- a/clients/client-ssm/src/commands/CancelCommandCommand.ts +++ b/clients/client-ssm/src/commands/CancelCommandCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelCommandRequest, CancelCommandResult } from "../models/models_0"; import { de_CancelCommandCommand, se_CancelCommandCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts index 9bf55ad7811b..589929d1248d 100644 --- a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelMaintenanceWindowExecutionRequest, CancelMaintenanceWindowExecutionResult } from "../models/models_0"; import { diff --git a/clients/client-ssm/src/commands/CreateActivationCommand.ts b/clients/client-ssm/src/commands/CreateActivationCommand.ts index 6b3ab8a2874b..4e14619f9704 100644 --- a/clients/client-ssm/src/commands/CreateActivationCommand.ts +++ b/clients/client-ssm/src/commands/CreateActivationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateActivationRequest, CreateActivationResult } from "../models/models_0"; import { de_CreateActivationCommand, se_CreateActivationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts index 22445a939e18..b5413fe73a11 100644 --- a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAssociationBatchRequest, diff --git a/clients/client-ssm/src/commands/CreateAssociationCommand.ts b/clients/client-ssm/src/commands/CreateAssociationCommand.ts index b3fb77d6c49c..61cb84d7a5dd 100644 --- a/clients/client-ssm/src/commands/CreateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAssociationRequest, diff --git a/clients/client-ssm/src/commands/CreateDocumentCommand.ts b/clients/client-ssm/src/commands/CreateDocumentCommand.ts index 9f571c34bb94..6edac0a72f5b 100644 --- a/clients/client-ssm/src/commands/CreateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/CreateDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDocumentRequest, CreateDocumentResult } from "../models/models_0"; import { de_CreateDocumentCommand, se_CreateDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts index 715503ebb525..5b84afc70d39 100644 --- a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts index baf984a91df3..8ad03f3faeee 100644 --- a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOpsItemRequest, CreateOpsItemResponse } from "../models/models_0"; import { de_CreateOpsItemCommand, se_CreateOpsItemCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts index a42eada552a5..a11350e80c02 100644 --- a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOpsMetadataRequest, CreateOpsMetadataResult } from "../models/models_0"; import { de_CreateOpsMetadataCommand, se_CreateOpsMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts index d2c7528ff134..aa5210cd833c 100644 --- a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePatchBaselineRequest, diff --git a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts index ee44a574eed0..5791d00c0652 100644 --- a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResourceDataSyncRequest, CreateResourceDataSyncResult } from "../models/models_0"; import { de_CreateResourceDataSyncCommand, se_CreateResourceDataSyncCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteActivationCommand.ts b/clients/client-ssm/src/commands/DeleteActivationCommand.ts index f495eb4e377f..a8171d1f49da 100644 --- a/clients/client-ssm/src/commands/DeleteActivationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteActivationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteActivationRequest, DeleteActivationResult } from "../models/models_0"; import { de_DeleteActivationCommand, se_DeleteActivationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts index 9ba446e1b61e..5201dafb14d3 100644 --- a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAssociationRequest, DeleteAssociationResult } from "../models/models_0"; import { de_DeleteAssociationCommand, se_DeleteAssociationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts index aa23e89024d6..2c210eb679b2 100644 --- a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDocumentRequest, DeleteDocumentResult } from "../models/models_0"; import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts index 9aabb484ed88..e4084a52ee13 100644 --- a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts +++ b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInventoryRequest, DeleteInventoryResult } from "../models/models_0"; import { de_DeleteInventoryCommand, se_DeleteInventoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts index c47521488b4e..f0c714f715ef 100644 --- a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMaintenanceWindowRequest, DeleteMaintenanceWindowResult } from "../models/models_0"; import { de_DeleteMaintenanceWindowCommand, se_DeleteMaintenanceWindowCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts index 942df503f60f..03dcde341c12 100644 --- a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOpsMetadataRequest, DeleteOpsMetadataResult } from "../models/models_0"; import { de_DeleteOpsMetadataCommand, se_DeleteOpsMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteParameterCommand.ts b/clients/client-ssm/src/commands/DeleteParameterCommand.ts index b35e9f0ac936..920813a1a7be 100644 --- a/clients/client-ssm/src/commands/DeleteParameterCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteParameterRequest, DeleteParameterResult } from "../models/models_0"; import { de_DeleteParameterCommand, se_DeleteParameterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteParametersCommand.ts b/clients/client-ssm/src/commands/DeleteParametersCommand.ts index cf1ede294363..9544b92bf95d 100644 --- a/clients/client-ssm/src/commands/DeleteParametersCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteParametersRequest, DeleteParametersResult } from "../models/models_0"; import { de_DeleteParametersCommand, se_DeleteParametersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts index 915f98ee1017..da045ec9f5a9 100644 --- a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePatchBaselineRequest, DeletePatchBaselineResult } from "../models/models_0"; import { de_DeletePatchBaselineCommand, se_DeletePatchBaselineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts index 5504fb6f83b4..76fe8cf140df 100644 --- a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourceDataSyncRequest, DeleteResourceDataSyncResult } from "../models/models_0"; import { de_DeleteResourceDataSyncCommand, se_DeleteResourceDataSyncCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts index 0bf09a237f6f..4c82fb729bd6 100644 --- a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts index b43477f14928..3302ccddc893 100644 --- a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterManagedInstanceRequest, DeregisterManagedInstanceResult } from "../models/models_0"; import { de_DeregisterManagedInstanceCommand, se_DeregisterManagedInstanceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts index cb4c8bc3c912..48dd21905abf 100644 --- a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterPatchBaselineForPatchGroupRequest, diff --git a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts index a43df6ce7f5b..949975693f98 100644 --- a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterTargetFromMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts index 4cf7eacfcda3..b227e5de0364 100644 --- a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterTaskFromMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts index 66d75ce2e956..4f3306952abd 100644 --- a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActivationsRequest, DescribeActivationsResult } from "../models/models_0"; import { de_DescribeActivationsCommand, se_DescribeActivationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts index ffe0091757b8..e8389a6ed6eb 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAssociationRequest, diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts index c00372e1f7b1..9509e9892ff1 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAssociationExecutionTargetsRequest, diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts index eb7f6dd4f792..11e0e4bb0353 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAssociationExecutionsRequest, DescribeAssociationExecutionsResult } from "../models/models_0"; import { diff --git a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts index 4a6343cbbb2b..1c37283440dc 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAutomationExecutionsRequest, DescribeAutomationExecutionsResult } from "../models/models_0"; import { diff --git a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts index a132fb970d23..b883cbe39f7e 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAutomationStepExecutionsRequest, DescribeAutomationStepExecutionsResult } from "../models/models_0"; import { diff --git a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts index 09ba403a270e..34de0e2bce1e 100644 --- a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAvailablePatchesRequest, DescribeAvailablePatchesResult } from "../models/models_0"; import { de_DescribeAvailablePatchesCommand, se_DescribeAvailablePatchesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts index 4a1553418834..5b4b3e7dd39c 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDocumentRequest, DescribeDocumentResult } from "../models/models_0"; import { de_DescribeDocumentCommand, se_DescribeDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts index 8eb7d7e9a6f2..7b060df2142f 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDocumentPermissionRequest, DescribeDocumentPermissionResponse } from "../models/models_0"; import { de_DescribeDocumentPermissionCommand, se_DescribeDocumentPermissionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts index 0d2d145824c5..7c6b76787f0e 100644 --- a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEffectiveInstanceAssociationsRequest, diff --git a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts index fd6459845b53..9e9b076ef999 100644 --- a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEffectivePatchesForPatchBaselineRequest, diff --git a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts index 9301b2af981c..a6cfdc719d7f 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstanceAssociationsStatusRequest, diff --git a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts index bcf2359d4c6f..1a2f19ad9851 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstanceInformationRequest, DescribeInstanceInformationResult } from "../models/models_0"; import { de_DescribeInstanceInformationCommand, se_DescribeInstanceInformationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts index 45fcfeebf906..8e091442c008 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstancePatchStatesRequest, diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts index b0929ed0ae41..fd9bc7f0a0b9 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstancePatchStatesForPatchGroupRequest, diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts index 49b60c5db320..e2c08b9ea5da 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstancePatchesRequest, DescribeInstancePatchesResult } from "../models/models_0"; import { de_DescribeInstancePatchesCommand, se_DescribeInstancePatchesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts index 31466f67ca8e..9a1519d2fa10 100644 --- a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInventoryDeletionsRequest, DescribeInventoryDeletionsResult } from "../models/models_0"; import { de_DescribeInventoryDeletionsCommand, se_DescribeInventoryDeletionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts index 76b04b278090..1c0728d3c47f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowExecutionTaskInvocationsRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts index 55edf88bf23b..10bdfb9692f5 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowExecutionTasksRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts index 00bf93535cda..88c9c09b41ef 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowExecutionsRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts index 706dfab51123..57284967b9c0 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowScheduleRequest, DescribeMaintenanceWindowScheduleResult } from "../models/models_0"; import { diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts index 227b2387a5f3..3286ce3017b3 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowTargetsRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts index a55988d662f2..f6862e9780ee 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowTasksRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts index 9ee393731257..88a3f57e2c68 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowsRequest, diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts index c954e484889b..dc73f5be9da5 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceWindowsForTargetRequest, diff --git a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts index af987de3544d..66826af82404 100644 --- a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOpsItemsRequest, DescribeOpsItemsResponse } from "../models/models_1"; import { de_DescribeOpsItemsCommand, se_DescribeOpsItemsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeParametersCommand.ts b/clients/client-ssm/src/commands/DescribeParametersCommand.ts index 356ede304db6..5dc673e8108c 100644 --- a/clients/client-ssm/src/commands/DescribeParametersCommand.ts +++ b/clients/client-ssm/src/commands/DescribeParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeParametersRequest, DescribeParametersResult } from "../models/models_1"; import { de_DescribeParametersCommand, se_DescribeParametersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts index d5a8d9fe209e..1a1fd5e33e28 100644 --- a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePatchBaselinesRequest, DescribePatchBaselinesResult } from "../models/models_1"; import { de_DescribePatchBaselinesCommand, se_DescribePatchBaselinesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts index 38df4e5561f6..ee9c86bc1788 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePatchGroupStateRequest, DescribePatchGroupStateResult } from "../models/models_1"; import { de_DescribePatchGroupStateCommand, se_DescribePatchGroupStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts index 490c19074ba6..ddfecd626b29 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePatchGroupsRequest, DescribePatchGroupsResult } from "../models/models_1"; import { de_DescribePatchGroupsCommand, se_DescribePatchGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts index 131894c4b2dc..a59dc66e1a9f 100644 --- a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePatchPropertiesRequest, DescribePatchPropertiesResult } from "../models/models_1"; import { de_DescribePatchPropertiesCommand, se_DescribePatchPropertiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts index f4e526a5cc14..12aca38bfd00 100644 --- a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSessionsRequest, DescribeSessionsResponse } from "../models/models_1"; import { de_DescribeSessionsCommand, se_DescribeSessionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts index ea5d91333f7c..2ef4c572e4ad 100644 --- a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateOpsItemRelatedItemRequest, DisassociateOpsItemRelatedItemResponse } from "../models/models_1"; import { diff --git a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts index fc79e622e83c..d56aff2d5dd8 100644 --- a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAutomationExecutionRequest, GetAutomationExecutionResult } from "../models/models_1"; import { de_GetAutomationExecutionCommand, se_GetAutomationExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts index 6a5e468740f5..97f216040488 100644 --- a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts +++ b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCalendarStateRequest, GetCalendarStateResponse } from "../models/models_1"; import { de_GetCalendarStateCommand, se_GetCalendarStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts index edad1c88922b..9d437f3722b2 100644 --- a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCommandInvocationRequest, GetCommandInvocationResult } from "../models/models_1"; import { de_GetCommandInvocationCommand, se_GetCommandInvocationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts index b3927a14152d..6ae1587afbe8 100644 --- a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts +++ b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConnectionStatusRequest, GetConnectionStatusResponse } from "../models/models_1"; import { de_GetConnectionStatusCommand, se_GetConnectionStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts index d9f128d61a31..b1398b408fdd 100644 --- a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDefaultPatchBaselineRequest, GetDefaultPatchBaselineResult } from "../models/models_1"; import { de_GetDefaultPatchBaselineCommand, se_GetDefaultPatchBaselineCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts index 84b37c879ca7..e92017f5046e 100644 --- a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +++ b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDeployablePatchSnapshotForInstanceRequest, diff --git a/clients/client-ssm/src/commands/GetDocumentCommand.ts b/clients/client-ssm/src/commands/GetDocumentCommand.ts index d3ea283c32a3..54009bea9963 100644 --- a/clients/client-ssm/src/commands/GetDocumentCommand.ts +++ b/clients/client-ssm/src/commands/GetDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentRequest, GetDocumentResult } from "../models/models_1"; import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetInventoryCommand.ts b/clients/client-ssm/src/commands/GetInventoryCommand.ts index 4bd6ed81e933..0dfeaaef2233 100644 --- a/clients/client-ssm/src/commands/GetInventoryCommand.ts +++ b/clients/client-ssm/src/commands/GetInventoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInventoryResult } from "../models/models_1"; import { GetInventoryRequest } from "../models/models_2"; diff --git a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts index 19957f767d4a..69646985d76e 100644 --- a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts +++ b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInventorySchemaRequest, GetInventorySchemaResult } from "../models/models_1"; import { de_GetInventorySchemaCommand, se_GetInventorySchemaCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts index 3820b799a520..2092f7117d9d 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts index 634a8c64ccc2..3a3aa29973a4 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMaintenanceWindowExecutionRequest, GetMaintenanceWindowExecutionResult } from "../models/models_1"; import { diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts index ab2d9b2ae829..69f9092d7b46 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMaintenanceWindowExecutionTaskRequest, diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts index b2f3928f125d..eaa257a0de00 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMaintenanceWindowExecutionTaskInvocationRequest, diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts index 881074f74e10..03a345ec3658 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMaintenanceWindowTaskRequest, diff --git a/clients/client-ssm/src/commands/GetOpsItemCommand.ts b/clients/client-ssm/src/commands/GetOpsItemCommand.ts index da8246aad125..950d08d912fc 100644 --- a/clients/client-ssm/src/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOpsItemRequest, GetOpsItemResponse } from "../models/models_1"; import { de_GetOpsItemCommand, se_GetOpsItemCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts index 221a9ebf2aab..ae824fcf000c 100644 --- a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOpsMetadataRequest, GetOpsMetadataResult } from "../models/models_1"; import { de_GetOpsMetadataCommand, se_GetOpsMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts index 1d3655dd1261..930f24daff94 100644 --- a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetOpsSummaryResult } from "../models/models_1"; import { GetOpsSummaryRequest } from "../models/models_2"; diff --git a/clients/client-ssm/src/commands/GetParameterCommand.ts b/clients/client-ssm/src/commands/GetParameterCommand.ts index 764e89011ac8..239eb4d5c399 100644 --- a/clients/client-ssm/src/commands/GetParameterCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParameterRequest, GetParameterResult, GetParameterResultFilterSensitiveLog } from "../models/models_1"; import { de_GetParameterCommand, se_GetParameterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts index 5625f2f76f1f..317df9c09a90 100644 --- a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParameterHistoryRequest, diff --git a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts index c3268e476b2c..a75776869c46 100644 --- a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParametersByPathRequest, diff --git a/clients/client-ssm/src/commands/GetParametersCommand.ts b/clients/client-ssm/src/commands/GetParametersCommand.ts index 2e53fab9c89d..30e7879b6408 100644 --- a/clients/client-ssm/src/commands/GetParametersCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParametersRequest, GetParametersResult, GetParametersResultFilterSensitiveLog } from "../models/models_1"; import { de_GetParametersCommand, se_GetParametersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts index e3460ac4146d..52e1d6e10487 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPatchBaselineRequest, diff --git a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts index ef9f5d59bcf2..ea39e36cbfe3 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPatchBaselineForPatchGroupRequest, GetPatchBaselineForPatchGroupResult } from "../models/models_1"; import { diff --git a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts index 604a68a48cc4..6b8b62806867 100644 --- a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_1"; import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts index ac5ec856b61e..e6209bdd7ce0 100644 --- a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceSettingRequest, GetServiceSettingResult } from "../models/models_1"; import { de_GetServiceSettingCommand, se_GetServiceSettingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts index efc755a3140d..a096dc323e85 100644 --- a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LabelParameterVersionRequest, LabelParameterVersionResult } from "../models/models_1"; import { de_LabelParameterVersionCommand, se_LabelParameterVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts index cd94920a36ca..810c81d0c1d2 100644 --- a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociationVersionsRequest, diff --git a/clients/client-ssm/src/commands/ListAssociationsCommand.ts b/clients/client-ssm/src/commands/ListAssociationsCommand.ts index df587c9db3ec..1d3b46150814 100644 --- a/clients/client-ssm/src/commands/ListAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociationsRequest, ListAssociationsResult } from "../models/models_1"; import { de_ListAssociationsCommand, se_ListAssociationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts index 3e9548adb12f..8261618d6c68 100644 --- a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCommandInvocationsRequest, ListCommandInvocationsResult } from "../models/models_1"; import { de_ListCommandInvocationsCommand, se_ListCommandInvocationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListCommandsCommand.ts b/clients/client-ssm/src/commands/ListCommandsCommand.ts index 0a80472a6b38..9f89b4a66517 100644 --- a/clients/client-ssm/src/commands/ListCommandsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCommandsRequest, ListCommandsResult, ListCommandsResultFilterSensitiveLog } from "../models/models_1"; import { de_ListCommandsCommand, se_ListCommandsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts index c0c9ede46a03..a583ea394cd2 100644 --- a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComplianceItemsRequest, ListComplianceItemsResult } from "../models/models_1"; import { de_ListComplianceItemsCommand, se_ListComplianceItemsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts index 1d0d534385ee..d60203b6e0d7 100644 --- a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListComplianceSummariesRequest, ListComplianceSummariesResult } from "../models/models_1"; import { de_ListComplianceSummariesCommand, se_ListComplianceSummariesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts index 36e37e73ba08..70d33bb06b80 100644 --- a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDocumentMetadataHistoryRequest, ListDocumentMetadataHistoryResponse } from "../models/models_1"; import { de_ListDocumentMetadataHistoryCommand, se_ListDocumentMetadataHistoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts index c255599e19d3..9c0e1546c3c8 100644 --- a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDocumentVersionsRequest, ListDocumentVersionsResult } from "../models/models_1"; import { de_ListDocumentVersionsCommand, se_ListDocumentVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListDocumentsCommand.ts b/clients/client-ssm/src/commands/ListDocumentsCommand.ts index 2d8d04e7f83a..c7f1bc43f584 100644 --- a/clients/client-ssm/src/commands/ListDocumentsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDocumentsRequest, ListDocumentsResult } from "../models/models_1"; import { de_ListDocumentsCommand, se_ListDocumentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts index 02dfc3b2ff16..694330fbbbf4 100644 --- a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts +++ b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInventoryEntriesRequest, ListInventoryEntriesResult } from "../models/models_1"; import { de_ListInventoryEntriesCommand, se_ListInventoryEntriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts index 2f4105303b89..65fb4e780fcf 100644 --- a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOpsItemEventsRequest, ListOpsItemEventsResponse } from "../models/models_1"; import { de_ListOpsItemEventsCommand, se_ListOpsItemEventsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts index cbcb091f8e19..b8eccf1b3636 100644 --- a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOpsItemRelatedItemsRequest, ListOpsItemRelatedItemsResponse } from "../models/models_1"; import { de_ListOpsItemRelatedItemsCommand, se_ListOpsItemRelatedItemsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts index 551e6777ce95..dab933d6f636 100644 --- a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOpsMetadataRequest, ListOpsMetadataResult } from "../models/models_1"; import { de_ListOpsMetadataCommand, se_ListOpsMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts index 083826f99841..524ad6e2d5d5 100644 --- a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceComplianceSummariesRequest, ListResourceComplianceSummariesResult } from "../models/models_1"; import { diff --git a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts index b81618a0f263..31b11d36a49f 100644 --- a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceDataSyncRequest, ListResourceDataSyncResult } from "../models/models_1"; import { de_ListResourceDataSyncCommand, se_ListResourceDataSyncCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts index f8ab8d5032d0..0a177f75b352 100644 --- a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts index 1beb6a815e14..b163c629860d 100644 --- a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyDocumentPermissionRequest, ModifyDocumentPermissionResponse } from "../models/models_1"; import { de_ModifyDocumentPermissionCommand, se_ModifyDocumentPermissionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts index 85f9da23d629..c148f0c23641 100644 --- a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutComplianceItemsRequest, PutComplianceItemsResult } from "../models/models_1"; import { de_PutComplianceItemsCommand, se_PutComplianceItemsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/PutInventoryCommand.ts b/clients/client-ssm/src/commands/PutInventoryCommand.ts index ef3bf99630ab..46fbd2e25d2f 100644 --- a/clients/client-ssm/src/commands/PutInventoryCommand.ts +++ b/clients/client-ssm/src/commands/PutInventoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutInventoryRequest, PutInventoryResult } from "../models/models_1"; import { de_PutInventoryCommand, se_PutInventoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/PutParameterCommand.ts b/clients/client-ssm/src/commands/PutParameterCommand.ts index 9af7916a1d0b..62ad9993c062 100644 --- a/clients/client-ssm/src/commands/PutParameterCommand.ts +++ b/clients/client-ssm/src/commands/PutParameterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutParameterRequest, PutParameterRequestFilterSensitiveLog, PutParameterResult } from "../models/models_1"; import { de_PutParameterCommand, se_PutParameterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts index b2001cb4c989..1f2150857e8b 100644 --- a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_1"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts index f7f85c2c33b4..35b760337789 100644 --- a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDefaultPatchBaselineRequest, RegisterDefaultPatchBaselineResult } from "../models/models_1"; import { diff --git a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts index cb93fda3cb5c..63b3c9104047 100644 --- a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterPatchBaselineForPatchGroupRequest, diff --git a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts index afda297dffb5..17ffab4bba30 100644 --- a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterTargetWithMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts index 5af9ab469986..0d22bce996de 100644 --- a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterTaskWithMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts index 52301d05f144..2f2b2c529168 100644 --- a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_1"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts index 28ba628dbcbc..760487cafdb4 100644 --- a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResetServiceSettingRequest, ResetServiceSettingResult } from "../models/models_1"; import { de_ResetServiceSettingCommand, se_ResetServiceSettingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/ResumeSessionCommand.ts b/clients/client-ssm/src/commands/ResumeSessionCommand.ts index 5f4701789ab8..2f1ebecc5785 100644 --- a/clients/client-ssm/src/commands/ResumeSessionCommand.ts +++ b/clients/client-ssm/src/commands/ResumeSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResumeSessionRequest, ResumeSessionResponse } from "../models/models_1"; import { de_ResumeSessionCommand, se_ResumeSessionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts index 54ff394bbeff..be234a12c831 100644 --- a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts +++ b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendAutomationSignalRequest, SendAutomationSignalResult } from "../models/models_1"; import { de_SendAutomationSignalCommand, se_SendAutomationSignalCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/SendCommandCommand.ts b/clients/client-ssm/src/commands/SendCommandCommand.ts index 0debae6fbc93..a0c28938c43f 100644 --- a/clients/client-ssm/src/commands/SendCommandCommand.ts +++ b/clients/client-ssm/src/commands/SendCommandCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendCommandRequest, diff --git a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts index f2af7f54dbd9..423e7bcaf558 100644 --- a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts +++ b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAssociationsOnceRequest, StartAssociationsOnceResult } from "../models/models_1"; import { de_StartAssociationsOnceCommand, se_StartAssociationsOnceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts index 50cd46767b3c..c0bd4a90336b 100644 --- a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAutomationExecutionRequest, StartAutomationExecutionResult } from "../models/models_1"; import { de_StartAutomationExecutionCommand, se_StartAutomationExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts index 5e0ef8086f95..0d035025a79c 100644 --- a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartChangeRequestExecutionRequest, StartChangeRequestExecutionResult } from "../models/models_1"; import { de_StartChangeRequestExecutionCommand, se_StartChangeRequestExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/StartSessionCommand.ts b/clients/client-ssm/src/commands/StartSessionCommand.ts index 6a1f85f54ba2..8231c46da441 100644 --- a/clients/client-ssm/src/commands/StartSessionCommand.ts +++ b/clients/client-ssm/src/commands/StartSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSessionRequest, StartSessionResponse } from "../models/models_1"; import { de_StartSessionCommand, se_StartSessionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts index 13405de169c9..3163949b035e 100644 --- a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopAutomationExecutionRequest, StopAutomationExecutionResult } from "../models/models_1"; import { de_StopAutomationExecutionCommand, se_StopAutomationExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/TerminateSessionCommand.ts b/clients/client-ssm/src/commands/TerminateSessionCommand.ts index d19774a6c309..b4496fb24032 100644 --- a/clients/client-ssm/src/commands/TerminateSessionCommand.ts +++ b/clients/client-ssm/src/commands/TerminateSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateSessionRequest, TerminateSessionResponse } from "../models/models_1"; import { de_TerminateSessionCommand, se_TerminateSessionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts index 97c7e47b1d48..598bfaa1d465 100644 --- a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnlabelParameterVersionRequest, UnlabelParameterVersionResult } from "../models/models_1"; import { de_UnlabelParameterVersionCommand, se_UnlabelParameterVersionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts index fde452d15194..c5042b4f193a 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAssociationRequest, diff --git a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts index 43e23a941dc2..fb3bf6a1a9e6 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAssociationStatusRequest, diff --git a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts index 03ea02779df5..41ae49b169c4 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDocumentRequest, UpdateDocumentResult } from "../models/models_2"; import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts index e190730e8739..76eebd3773fc 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDocumentDefaultVersionRequest, UpdateDocumentDefaultVersionResult } from "../models/models_2"; import { diff --git a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts index eafe113e3527..c71fea8a6488 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from "../models/models_2"; import { de_UpdateDocumentMetadataCommand, se_UpdateDocumentMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts index fb95614ad2e0..1b912aedf305 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMaintenanceWindowRequest, diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts index 81e1e103c990..dbe19fa0bcc9 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMaintenanceWindowTargetRequest, diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts index 4fb363497c85..15ead8b71471 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMaintenanceWindowTaskRequest, diff --git a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts index 963d9069f7f9..b3ff80b69f9b 100644 --- a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts +++ b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateManagedInstanceRoleRequest, UpdateManagedInstanceRoleResult } from "../models/models_2"; import { de_UpdateManagedInstanceRoleCommand, se_UpdateManagedInstanceRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts index 460067c3dc2f..0eb5fa7bfcb4 100644 --- a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateOpsItemRequest, UpdateOpsItemResponse } from "../models/models_2"; import { de_UpdateOpsItemCommand, se_UpdateOpsItemCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts index fe5a031dc8fc..94230a338e29 100644 --- a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateOpsMetadataRequest, UpdateOpsMetadataResult } from "../models/models_2"; import { de_UpdateOpsMetadataCommand, se_UpdateOpsMetadataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts index 70697291173a..8ca5625d6ec8 100644 --- a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePatchBaselineRequest, diff --git a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts index 1d5aca5b6410..2826c8ccc18f 100644 --- a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResourceDataSyncRequest, UpdateResourceDataSyncResult } from "../models/models_2"; import { de_UpdateResourceDataSyncCommand, se_UpdateResourceDataSyncCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts index 03fe90c26706..28a7abcf47c4 100644 --- a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceSettingRequest, UpdateServiceSettingResult } from "../models/models_2"; import { de_UpdateServiceSettingCommand, se_UpdateServiceSettingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-ssm/src/endpoint/EndpointParameters.ts b/clients/client-ssm/src/endpoint/EndpointParameters.ts index c3a3a6a77581..200514a871c3 100644 --- a/clients/client-ssm/src/endpoint/EndpointParameters.ts +++ b/clients/client-ssm/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-ssm/src/endpoint/endpointResolver.ts b/clients/client-ssm/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-ssm/src/endpoint/endpointResolver.ts +++ b/clients/client-ssm/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-ssm/src/endpoint/ruleset.ts b/clients/client-ssm/src/endpoint/ruleset.ts index d48a64daeae9..d99238f00615 100644 --- a/clients/client-ssm/src/endpoint/ruleset.ts +++ b/clients/client-ssm/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-ssm/src/models/SSMServiceException.ts b/clients/client-ssm/src/models/SSMServiceException.ts index a0acaad97376..25555369116c 100644 --- a/clients/client-ssm/src/models/SSMServiceException.ts +++ b/clients/client-ssm/src/models/SSMServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-ssm/src/models/models_0.ts b/clients/client-ssm/src/models/models_0.ts index 4f3334bc1f84..43febdb8bf17 100644 --- a/clients/client-ssm/src/models/models_0.ts +++ b/clients/client-ssm/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SSMServiceException as __BaseException } from "./SSMServiceException"; diff --git a/clients/client-ssm/src/models/models_1.ts b/clients/client-ssm/src/models/models_1.ts index e98584dc0f72..acb8a6abc431 100644 --- a/clients/client-ssm/src/models/models_1.ts +++ b/clients/client-ssm/src/models/models_1.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AlarmConfiguration, diff --git a/clients/client-ssm/src/models/models_2.ts b/clients/client-ssm/src/models/models_2.ts index 33174665ce32..13292ffd9222 100644 --- a/clients/client-ssm/src/models/models_2.ts +++ b/clients/client-ssm/src/models/models_2.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { AlarmConfiguration, diff --git a/clients/client-ssm/src/pagination/DescribeActivationsPaginator.ts b/clients/client-ssm/src/pagination/DescribeActivationsPaginator.ts index ef5f44cdda7c..004bd5a2bac1 100644 --- a/clients/client-ssm/src/pagination/DescribeActivationsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeActivationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeActivationsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeAssociationExecutionTargetsPaginator.ts b/clients/client-ssm/src/pagination/DescribeAssociationExecutionTargetsPaginator.ts index bdc0c877987d..a0dec8b98c34 100644 --- a/clients/client-ssm/src/pagination/DescribeAssociationExecutionTargetsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeAssociationExecutionTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAssociationExecutionTargetsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeAssociationExecutionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeAssociationExecutionsPaginator.ts index d528a7393e6e..35c6b50ee287 100644 --- a/clients/client-ssm/src/pagination/DescribeAssociationExecutionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeAssociationExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAssociationExecutionsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeAutomationExecutionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeAutomationExecutionsPaginator.ts index 6552b849b594..b7735cb6b006 100644 --- a/clients/client-ssm/src/pagination/DescribeAutomationExecutionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeAutomationExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAutomationExecutionsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeAutomationStepExecutionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeAutomationStepExecutionsPaginator.ts index e071f1d145c5..061130f6f9a7 100644 --- a/clients/client-ssm/src/pagination/DescribeAutomationStepExecutionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeAutomationStepExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAutomationStepExecutionsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeAvailablePatchesPaginator.ts b/clients/client-ssm/src/pagination/DescribeAvailablePatchesPaginator.ts index cb14014c3a91..51bfc10946f6 100644 --- a/clients/client-ssm/src/pagination/DescribeAvailablePatchesPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeAvailablePatchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeAvailablePatchesCommand, diff --git a/clients/client-ssm/src/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts b/clients/client-ssm/src/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts index 7cf18e233ce0..9c81bac080c0 100644 --- a/clients/client-ssm/src/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEffectiveInstanceAssociationsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts b/clients/client-ssm/src/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts index aa80a161eb37..93f4a170497a 100644 --- a/clients/client-ssm/src/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeEffectivePatchesForPatchBaselineCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInstanceAssociationsStatusPaginator.ts b/clients/client-ssm/src/pagination/DescribeInstanceAssociationsStatusPaginator.ts index 8d9754d70552..24a8f8b0f400 100644 --- a/clients/client-ssm/src/pagination/DescribeInstanceAssociationsStatusPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInstanceAssociationsStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceAssociationsStatusCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInstanceInformationPaginator.ts b/clients/client-ssm/src/pagination/DescribeInstanceInformationPaginator.ts index 87d0c8b4fa76..d80e1a10d55e 100644 --- a/clients/client-ssm/src/pagination/DescribeInstanceInformationPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInstanceInformationPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstanceInformationCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts b/clients/client-ssm/src/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts index 41ed15421e66..4af5dc908ccc 100644 --- a/clients/client-ssm/src/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstancePatchStatesForPatchGroupCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInstancePatchStatesPaginator.ts b/clients/client-ssm/src/pagination/DescribeInstancePatchStatesPaginator.ts index 93c3d27f214e..a6df5c0df998 100644 --- a/clients/client-ssm/src/pagination/DescribeInstancePatchStatesPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInstancePatchStatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstancePatchStatesCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInstancePatchesPaginator.ts b/clients/client-ssm/src/pagination/DescribeInstancePatchesPaginator.ts index ae901ab88649..6ffaa01ee12f 100644 --- a/clients/client-ssm/src/pagination/DescribeInstancePatchesPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInstancePatchesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInstancePatchesCommand, diff --git a/clients/client-ssm/src/pagination/DescribeInventoryDeletionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeInventoryDeletionsPaginator.ts index 8ddd8011a30d..804d1cb07ef2 100644 --- a/clients/client-ssm/src/pagination/DescribeInventoryDeletionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeInventoryDeletionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeInventoryDeletionsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts index 9379f15d2208..a96572b89ba6 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowExecutionTaskInvocationsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts index 26ba195c2e8e..73e610da65aa 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowExecutionTasksCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts index 0cc31f62dd7c..2e1a392535f5 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowExecutionsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowSchedulePaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowSchedulePaginator.ts index 53399ab275af..b4309e3b85f6 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowSchedulePaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowSchedulePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowScheduleCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTargetsPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTargetsPaginator.ts index 600a81b798a1..533f0c095884 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTargetsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowTargetsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTasksPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTasksPaginator.ts index 088e85bcbb35..8e841199e16d 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTasksPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowTasksCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts index bd1e8f49bd88..c61fd73dceb3 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowsForTargetCommand, diff --git a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsPaginator.ts b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsPaginator.ts index 9e8cb94b7cbc..082a606020b1 100644 --- a/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeMaintenanceWindowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeMaintenanceWindowsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeOpsItemsPaginator.ts b/clients/client-ssm/src/pagination/DescribeOpsItemsPaginator.ts index ee93c1fb62e4..4de89f22425c 100644 --- a/clients/client-ssm/src/pagination/DescribeOpsItemsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeOpsItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeOpsItemsCommand, diff --git a/clients/client-ssm/src/pagination/DescribeParametersPaginator.ts b/clients/client-ssm/src/pagination/DescribeParametersPaginator.ts index 8bb1ef045eab..255fe0706ca3 100644 --- a/clients/client-ssm/src/pagination/DescribeParametersPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeParametersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeParametersCommand, diff --git a/clients/client-ssm/src/pagination/DescribePatchBaselinesPaginator.ts b/clients/client-ssm/src/pagination/DescribePatchBaselinesPaginator.ts index 96d8f1ab7f36..03211893f8ba 100644 --- a/clients/client-ssm/src/pagination/DescribePatchBaselinesPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribePatchBaselinesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePatchBaselinesCommand, diff --git a/clients/client-ssm/src/pagination/DescribePatchGroupsPaginator.ts b/clients/client-ssm/src/pagination/DescribePatchGroupsPaginator.ts index 5018ac9d2b98..f80f9adb643a 100644 --- a/clients/client-ssm/src/pagination/DescribePatchGroupsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribePatchGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePatchGroupsCommand, diff --git a/clients/client-ssm/src/pagination/DescribePatchPropertiesPaginator.ts b/clients/client-ssm/src/pagination/DescribePatchPropertiesPaginator.ts index 1a904821f0af..55d3560f90cc 100644 --- a/clients/client-ssm/src/pagination/DescribePatchPropertiesPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribePatchPropertiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribePatchPropertiesCommand, diff --git a/clients/client-ssm/src/pagination/DescribeSessionsPaginator.ts b/clients/client-ssm/src/pagination/DescribeSessionsPaginator.ts index ff8f4f517031..7890ffda9c96 100644 --- a/clients/client-ssm/src/pagination/DescribeSessionsPaginator.ts +++ b/clients/client-ssm/src/pagination/DescribeSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeSessionsCommand, diff --git a/clients/client-ssm/src/pagination/GetInventoryPaginator.ts b/clients/client-ssm/src/pagination/GetInventoryPaginator.ts index 791cfe0c16c0..ca92aff4027d 100644 --- a/clients/client-ssm/src/pagination/GetInventoryPaginator.ts +++ b/clients/client-ssm/src/pagination/GetInventoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInventoryCommand, diff --git a/clients/client-ssm/src/pagination/GetInventorySchemaPaginator.ts b/clients/client-ssm/src/pagination/GetInventorySchemaPaginator.ts index 8b6566cd1531..92eacb8e0cf3 100644 --- a/clients/client-ssm/src/pagination/GetInventorySchemaPaginator.ts +++ b/clients/client-ssm/src/pagination/GetInventorySchemaPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInventorySchemaCommand, diff --git a/clients/client-ssm/src/pagination/GetOpsSummaryPaginator.ts b/clients/client-ssm/src/pagination/GetOpsSummaryPaginator.ts index acff7b9b294a..b0ab3697321c 100644 --- a/clients/client-ssm/src/pagination/GetOpsSummaryPaginator.ts +++ b/clients/client-ssm/src/pagination/GetOpsSummaryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetOpsSummaryCommand, diff --git a/clients/client-ssm/src/pagination/GetParameterHistoryPaginator.ts b/clients/client-ssm/src/pagination/GetParameterHistoryPaginator.ts index 14e95e3fe2c6..6e67ab7a0680 100644 --- a/clients/client-ssm/src/pagination/GetParameterHistoryPaginator.ts +++ b/clients/client-ssm/src/pagination/GetParameterHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetParameterHistoryCommand, diff --git a/clients/client-ssm/src/pagination/GetParametersByPathPaginator.ts b/clients/client-ssm/src/pagination/GetParametersByPathPaginator.ts index 64002d2bf2ad..40d1af5be6d8 100644 --- a/clients/client-ssm/src/pagination/GetParametersByPathPaginator.ts +++ b/clients/client-ssm/src/pagination/GetParametersByPathPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetParametersByPathCommand, diff --git a/clients/client-ssm/src/pagination/GetResourcePoliciesPaginator.ts b/clients/client-ssm/src/pagination/GetResourcePoliciesPaginator.ts index 6da5aa712764..296e02564d27 100644 --- a/clients/client-ssm/src/pagination/GetResourcePoliciesPaginator.ts +++ b/clients/client-ssm/src/pagination/GetResourcePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetResourcePoliciesCommand, diff --git a/clients/client-ssm/src/pagination/Interfaces.ts b/clients/client-ssm/src/pagination/Interfaces.ts index 23653e44f11c..d291a4ce4082 100644 --- a/clients/client-ssm/src/pagination/Interfaces.ts +++ b/clients/client-ssm/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SSMClient } from "../SSMClient"; diff --git a/clients/client-ssm/src/pagination/ListAssociationVersionsPaginator.ts b/clients/client-ssm/src/pagination/ListAssociationVersionsPaginator.ts index adb46321c324..4f17272f4f21 100644 --- a/clients/client-ssm/src/pagination/ListAssociationVersionsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListAssociationVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociationVersionsCommand, diff --git a/clients/client-ssm/src/pagination/ListAssociationsPaginator.ts b/clients/client-ssm/src/pagination/ListAssociationsPaginator.ts index 222261f9b133..76e673ef3c86 100644 --- a/clients/client-ssm/src/pagination/ListAssociationsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociationsCommand, diff --git a/clients/client-ssm/src/pagination/ListCommandInvocationsPaginator.ts b/clients/client-ssm/src/pagination/ListCommandInvocationsPaginator.ts index 673d925392c4..deb34d32e462 100644 --- a/clients/client-ssm/src/pagination/ListCommandInvocationsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListCommandInvocationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCommandInvocationsCommand, diff --git a/clients/client-ssm/src/pagination/ListCommandsPaginator.ts b/clients/client-ssm/src/pagination/ListCommandsPaginator.ts index 4f0b6eb9a37f..3daffda1034b 100644 --- a/clients/client-ssm/src/pagination/ListCommandsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListCommandsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCommandsCommand, diff --git a/clients/client-ssm/src/pagination/ListComplianceItemsPaginator.ts b/clients/client-ssm/src/pagination/ListComplianceItemsPaginator.ts index 03547ab5f40b..48bd4d617f33 100644 --- a/clients/client-ssm/src/pagination/ListComplianceItemsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListComplianceItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComplianceItemsCommand, diff --git a/clients/client-ssm/src/pagination/ListComplianceSummariesPaginator.ts b/clients/client-ssm/src/pagination/ListComplianceSummariesPaginator.ts index ee74a720cd95..5bf3282ccb1d 100644 --- a/clients/client-ssm/src/pagination/ListComplianceSummariesPaginator.ts +++ b/clients/client-ssm/src/pagination/ListComplianceSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListComplianceSummariesCommand, diff --git a/clients/client-ssm/src/pagination/ListDocumentVersionsPaginator.ts b/clients/client-ssm/src/pagination/ListDocumentVersionsPaginator.ts index 01da35da1805..47c08c328ba0 100644 --- a/clients/client-ssm/src/pagination/ListDocumentVersionsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListDocumentVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDocumentVersionsCommand, diff --git a/clients/client-ssm/src/pagination/ListDocumentsPaginator.ts b/clients/client-ssm/src/pagination/ListDocumentsPaginator.ts index 28bbed087ae4..91e652d86dd1 100644 --- a/clients/client-ssm/src/pagination/ListDocumentsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListDocumentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDocumentsCommand, diff --git a/clients/client-ssm/src/pagination/ListOpsItemEventsPaginator.ts b/clients/client-ssm/src/pagination/ListOpsItemEventsPaginator.ts index cec5c4e575d8..72981028880c 100644 --- a/clients/client-ssm/src/pagination/ListOpsItemEventsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListOpsItemEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOpsItemEventsCommand, diff --git a/clients/client-ssm/src/pagination/ListOpsItemRelatedItemsPaginator.ts b/clients/client-ssm/src/pagination/ListOpsItemRelatedItemsPaginator.ts index c974e30cccf0..7fd77ae477da 100644 --- a/clients/client-ssm/src/pagination/ListOpsItemRelatedItemsPaginator.ts +++ b/clients/client-ssm/src/pagination/ListOpsItemRelatedItemsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOpsItemRelatedItemsCommand, diff --git a/clients/client-ssm/src/pagination/ListOpsMetadataPaginator.ts b/clients/client-ssm/src/pagination/ListOpsMetadataPaginator.ts index 338d388ae450..0a2c59653108 100644 --- a/clients/client-ssm/src/pagination/ListOpsMetadataPaginator.ts +++ b/clients/client-ssm/src/pagination/ListOpsMetadataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOpsMetadataCommand, diff --git a/clients/client-ssm/src/pagination/ListResourceComplianceSummariesPaginator.ts b/clients/client-ssm/src/pagination/ListResourceComplianceSummariesPaginator.ts index d727126f58c7..b072eb34fedd 100644 --- a/clients/client-ssm/src/pagination/ListResourceComplianceSummariesPaginator.ts +++ b/clients/client-ssm/src/pagination/ListResourceComplianceSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceComplianceSummariesCommand, diff --git a/clients/client-ssm/src/pagination/ListResourceDataSyncPaginator.ts b/clients/client-ssm/src/pagination/ListResourceDataSyncPaginator.ts index e93f962a5cd3..a65cbb1fad5d 100644 --- a/clients/client-ssm/src/pagination/ListResourceDataSyncPaginator.ts +++ b/clients/client-ssm/src/pagination/ListResourceDataSyncPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceDataSyncCommand, diff --git a/clients/client-ssm/src/protocols/Aws_json1_1.ts b/clients/client-ssm/src/protocols/Aws_json1_1.ts index 734e5da5bcef..f99ea9b691e2 100644 --- a/clients/client-ssm/src/protocols/Aws_json1_1.ts +++ b/clients/client-ssm/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand"; diff --git a/clients/client-ssm/src/runtimeConfig.browser.ts b/clients/client-ssm/src/runtimeConfig.browser.ts index efd85b266ae8..fc39acc6e0d9 100644 --- a/clients/client-ssm/src/runtimeConfig.browser.ts +++ b/clients/client-ssm/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMClientConfig } from "./SSMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-ssm/src/runtimeConfig.shared.ts b/clients/client-ssm/src/runtimeConfig.shared.ts index fda14946fbee..bcf5e394a88e 100644 --- a/clients/client-ssm/src/runtimeConfig.shared.ts +++ b/clients/client-ssm/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSMClientConfig } from "./SSMClient"; diff --git a/clients/client-ssm/src/runtimeConfig.ts b/clients/client-ssm/src/runtimeConfig.ts index 853249af8111..fb5153b1f058 100644 --- a/clients/client-ssm/src/runtimeConfig.ts +++ b/clients/client-ssm/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSMClientConfig } from "./SSMClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-ssm/src/waiters/waitForCommandExecuted.ts b/clients/client-ssm/src/waiters/waitForCommandExecuted.ts index ac4ad82828b7..f6e42d669de6 100644 --- a/clients/client-ssm/src/waiters/waitForCommandExecuted.ts +++ b/clients/client-ssm/src/waiters/waitForCommandExecuted.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { GetCommandInvocationCommand, GetCommandInvocationCommandInput } from "../commands/GetCommandInvocationCommand"; import { SSMClient } from "../SSMClient"; diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index 8900996e6b8d..c2eb8fba01cc 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sso-admin/src/SSOAdmin.ts b/clients/client-sso-admin/src/SSOAdmin.ts index a0132e4e6eee..9706788ab570 100644 --- a/clients/client-sso-admin/src/SSOAdmin.ts +++ b/clients/client-sso-admin/src/SSOAdmin.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AttachCustomerManagedPolicyReferenceToPermissionSetCommand, diff --git a/clients/client-sso-admin/src/SSOAdminClient.ts b/clients/client-sso-admin/src/SSOAdminClient.ts index ed06a85b4590..cbe2dd4b82b9 100644 --- a/clients/client-sso-admin/src/SSOAdminClient.ts +++ b/clients/client-sso-admin/src/SSOAdminClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -291,7 +289,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -400,7 +398,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts index b325803bc29c..4fe165d86376 100644 --- a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachCustomerManagedPolicyReferenceToPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts index 058423797357..f41a3b594100 100644 --- a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachManagedPolicyToPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts index 0bbe2517c6ce..d54742d866aa 100644 --- a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from "../models/models_0"; import { de_CreateAccountAssignmentCommand, se_CreateAccountAssignmentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts index e34293434992..19f608ad1983 100644 --- a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateInstanceAccessControlAttributeConfigurationRequest, diff --git a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts index 43724cf268dd..f8a18366bed9 100644 --- a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0"; import { de_CreatePermissionSetCommand, se_CreatePermissionSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts index 01dd1d2b7cde..cdc7946262b8 100644 --- a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0"; import { de_DeleteAccountAssignmentCommand, se_DeleteAccountAssignmentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts index ef2ae188ce05..19fb6919d74f 100644 --- a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInlinePolicyFromPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts index dee8850f2a3b..6aa99a7f02a6 100644 --- a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteInstanceAccessControlAttributeConfigurationRequest, diff --git a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts index 5eba78b4a813..fd305d06242c 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0"; import { de_DeletePermissionSetCommand, se_DeletePermissionSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts index 8695d2919e5b..1ef06c4ef1fa 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionsBoundaryFromPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts index d27650cecd9c..6e4e9511d165 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountAssignmentCreationStatusRequest, diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts index 69134cc39d7c..e92e5eac075c 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountAssignmentDeletionStatusRequest, diff --git a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts index 331e379379de..cda9003eace2 100644 --- a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInstanceAccessControlAttributeConfigurationRequest, diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts index 2ace6300da92..2c144609e92b 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePermissionSetRequest, DescribePermissionSetResponse } from "../models/models_0"; import { de_DescribePermissionSetCommand, se_DescribePermissionSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts index 8c25e9b9b36f..ff49d9f71c15 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribePermissionSetProvisioningStatusRequest, diff --git a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts index 071ca3fc5d1c..a826d0a03326 100644 --- a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetachCustomerManagedPolicyReferenceFromPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts index ad01b90d2e51..672223126585 100644 --- a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetachManagedPolicyFromPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts index 02ab765a31f0..90ddb06ca7b5 100644 --- a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInlinePolicyForPermissionSetRequest, GetInlinePolicyForPermissionSetResponse } from "../models/models_0"; import { diff --git a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts index 3af6f52ab95a..936fff007803 100644 --- a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPermissionsBoundaryForPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts index 573585242a32..66a36ff9f387 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountAssignmentCreationStatusRequest, diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts index a066f9f1a87e..5a2699ae45e0 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountAssignmentDeletionStatusRequest, diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts index d72b702dfc5c..d6377dd173d4 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountAssignmentsRequest, ListAccountAssignmentsResponse } from "../models/models_0"; import { de_ListAccountAssignmentsCommand, se_ListAccountAssignmentsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts index b86561b019fb..77dc551f76fb 100644 --- a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountsForProvisionedPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts index bf3706651a99..677e4aac6c3e 100644 --- a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCustomerManagedPolicyReferencesInPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts index ecb3b12d504f..da7a52e6b943 100644 --- a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts +++ b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0"; import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts index 2c870796c686..232bb8336472 100644 --- a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListManagedPoliciesInPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts index 3dcf459fced1..58f1feb302ac 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionSetProvisioningStatusRequest, diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts index d6bb54c1292f..428b9e032b5f 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionSetsRequest, ListPermissionSetsResponse } from "../models/models_0"; import { de_ListPermissionSetsCommand, se_ListPermissionSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts index fba11d07f9de..6e2d7d0c3d27 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPermissionSetsProvisionedToAccountRequest, diff --git a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts index d0e30a8e62ba..a7366f1e7bfc 100644 --- a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts index ca8b078eb2f5..e278be01f50f 100644 --- a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ProvisionPermissionSetRequest, ProvisionPermissionSetResponse } from "../models/models_0"; import { de_ProvisionPermissionSetCommand, se_ProvisionPermissionSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts index a71a9adcdc9a..394f96fbbbbe 100644 --- a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutInlinePolicyToPermissionSetRequest, PutInlinePolicyToPermissionSetResponse } from "../models/models_0"; import { diff --git a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts index 44b6b116d512..f487281704ff 100644 --- a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPermissionsBoundaryToPermissionSetRequest, diff --git a/clients/client-sso-admin/src/commands/TagResourceCommand.ts b/clients/client-sso-admin/src/commands/TagResourceCommand.ts index c674a4b29177..2d89f971465f 100644 --- a/clients/client-sso-admin/src/commands/TagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts index c07c1b87836e..737680f3cb56 100644 --- a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts index f380a0a09e40..4cde16047e11 100644 --- a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateInstanceAccessControlAttributeConfigurationRequest, diff --git a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts index 8a90acccb601..5051741375ec 100644 --- a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePermissionSetRequest, UpdatePermissionSetResponse } from "../models/models_0"; import { de_UpdatePermissionSetCommand, se_UpdatePermissionSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-sso-admin/src/endpoint/EndpointParameters.ts b/clients/client-sso-admin/src/endpoint/EndpointParameters.ts index 1a61f198f51d..f27ac5bcaf2f 100644 --- a/clients/client-sso-admin/src/endpoint/EndpointParameters.ts +++ b/clients/client-sso-admin/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sso-admin/src/endpoint/endpointResolver.ts b/clients/client-sso-admin/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sso-admin/src/endpoint/endpointResolver.ts +++ b/clients/client-sso-admin/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sso-admin/src/endpoint/ruleset.ts b/clients/client-sso-admin/src/endpoint/ruleset.ts index 2d6cae35a3d1..e57a24427fbe 100644 --- a/clients/client-sso-admin/src/endpoint/ruleset.ts +++ b/clients/client-sso-admin/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sso-admin/src/models/SSOAdminServiceException.ts b/clients/client-sso-admin/src/models/SSOAdminServiceException.ts index d3d6c9a0e601..80fddd0f39b1 100644 --- a/clients/client-sso-admin/src/models/SSOAdminServiceException.ts +++ b/clients/client-sso-admin/src/models/SSOAdminServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sso-admin/src/models/models_0.ts b/clients/client-sso-admin/src/models/models_0.ts index afeaafe65c91..dc02f0c45185 100644 --- a/clients/client-sso-admin/src/models/models_0.ts +++ b/clients/client-sso-admin/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException"; diff --git a/clients/client-sso-admin/src/pagination/Interfaces.ts b/clients/client-sso-admin/src/pagination/Interfaces.ts index 66cc16ed3ce3..bf15b55f6550 100644 --- a/clients/client-sso-admin/src/pagination/Interfaces.ts +++ b/clients/client-sso-admin/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SSOAdminClient } from "../SSOAdminClient"; diff --git a/clients/client-sso-admin/src/pagination/ListAccountAssignmentCreationStatusPaginator.ts b/clients/client-sso-admin/src/pagination/ListAccountAssignmentCreationStatusPaginator.ts index b252aba5e183..3fdd2247ed80 100644 --- a/clients/client-sso-admin/src/pagination/ListAccountAssignmentCreationStatusPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListAccountAssignmentCreationStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountAssignmentCreationStatusCommand, diff --git a/clients/client-sso-admin/src/pagination/ListAccountAssignmentDeletionStatusPaginator.ts b/clients/client-sso-admin/src/pagination/ListAccountAssignmentDeletionStatusPaginator.ts index a5190e9d7f25..cf932aa0e490 100644 --- a/clients/client-sso-admin/src/pagination/ListAccountAssignmentDeletionStatusPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListAccountAssignmentDeletionStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountAssignmentDeletionStatusCommand, diff --git a/clients/client-sso-admin/src/pagination/ListAccountAssignmentsPaginator.ts b/clients/client-sso-admin/src/pagination/ListAccountAssignmentsPaginator.ts index 84a1717d19f2..22f4d3885b02 100644 --- a/clients/client-sso-admin/src/pagination/ListAccountAssignmentsPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListAccountAssignmentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountAssignmentsCommand, diff --git a/clients/client-sso-admin/src/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts b/clients/client-sso-admin/src/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts index e9866aa38b27..4a84651e51e1 100644 --- a/clients/client-sso-admin/src/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListAccountsForProvisionedPermissionSetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountsForProvisionedPermissionSetCommand, diff --git a/clients/client-sso-admin/src/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.ts b/clients/client-sso-admin/src/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.ts index 9d198e3e1628..0fed5d45a331 100644 --- a/clients/client-sso-admin/src/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCustomerManagedPolicyReferencesInPermissionSetCommand, diff --git a/clients/client-sso-admin/src/pagination/ListInstancesPaginator.ts b/clients/client-sso-admin/src/pagination/ListInstancesPaginator.ts index 9c897aed2a2b..978971682762 100644 --- a/clients/client-sso-admin/src/pagination/ListInstancesPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListInstancesCommand, diff --git a/clients/client-sso-admin/src/pagination/ListManagedPoliciesInPermissionSetPaginator.ts b/clients/client-sso-admin/src/pagination/ListManagedPoliciesInPermissionSetPaginator.ts index 408d43f17624..e66f233a2e9b 100644 --- a/clients/client-sso-admin/src/pagination/ListManagedPoliciesInPermissionSetPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListManagedPoliciesInPermissionSetPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListManagedPoliciesInPermissionSetCommand, diff --git a/clients/client-sso-admin/src/pagination/ListPermissionSetProvisioningStatusPaginator.ts b/clients/client-sso-admin/src/pagination/ListPermissionSetProvisioningStatusPaginator.ts index 9be5befdbfef..eb4f2338063d 100644 --- a/clients/client-sso-admin/src/pagination/ListPermissionSetProvisioningStatusPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListPermissionSetProvisioningStatusPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionSetProvisioningStatusCommand, diff --git a/clients/client-sso-admin/src/pagination/ListPermissionSetsPaginator.ts b/clients/client-sso-admin/src/pagination/ListPermissionSetsPaginator.ts index 2d7a5829f64f..a5310e897c47 100644 --- a/clients/client-sso-admin/src/pagination/ListPermissionSetsPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListPermissionSetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionSetsCommand, diff --git a/clients/client-sso-admin/src/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts b/clients/client-sso-admin/src/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts index 2165f1f96531..d3e387116a96 100644 --- a/clients/client-sso-admin/src/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListPermissionSetsProvisionedToAccountPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPermissionSetsProvisionedToAccountCommand, diff --git a/clients/client-sso-admin/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-sso-admin/src/pagination/ListTagsForResourcePaginator.ts index c1ad037bf269..03c9cba0bbee 100644 --- a/clients/client-sso-admin/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-sso-admin/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-sso-admin/src/protocols/Aws_json1_1.ts b/clients/client-sso-admin/src/protocols/Aws_json1_1.ts index 1b887f97a911..90a872ac56bf 100644 --- a/clients/client-sso-admin/src/protocols/Aws_json1_1.ts +++ b/clients/client-sso-admin/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, diff --git a/clients/client-sso-admin/src/runtimeConfig.browser.ts b/clients/client-sso-admin/src/runtimeConfig.browser.ts index e5ec9d4724b6..f6c092ecd553 100644 --- a/clients/client-sso-admin/src/runtimeConfig.browser.ts +++ b/clients/client-sso-admin/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOAdminClientConfig } from "./SSOAdminClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sso-admin/src/runtimeConfig.shared.ts b/clients/client-sso-admin/src/runtimeConfig.shared.ts index 642661f44cc6..f6d73cae1c5a 100644 --- a/clients/client-sso-admin/src/runtimeConfig.shared.ts +++ b/clients/client-sso-admin/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSOAdminClientConfig } from "./SSOAdminClient"; diff --git a/clients/client-sso-admin/src/runtimeConfig.ts b/clients/client-sso-admin/src/runtimeConfig.ts index c2429e30a779..43b7d1f0e649 100644 --- a/clients/client-sso-admin/src/runtimeConfig.ts +++ b/clients/client-sso-admin/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOAdminClientConfig } from "./SSOAdminClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index d175ee00c356..6ac6037050ec 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -21,40 +21,41 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sso-oidc/src/SSOOIDC.ts b/clients/client-sso-oidc/src/SSOOIDC.ts index 08d8a42b6b51..e2a6e0fce5f3 100644 --- a/clients/client-sso-oidc/src/SSOOIDC.ts +++ b/clients/client-sso-oidc/src/SSOOIDC.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateTokenCommand, CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; import { diff --git a/clients/client-sso-oidc/src/SSOOIDCClient.ts b/clients/client-sso-oidc/src/SSOOIDCClient.ts index 26d843a74cc4..b4ffdeff1bd9 100644 --- a/clients/client-sso-oidc/src/SSOOIDCClient.ts +++ b/clients/client-sso-oidc/src/SSOOIDCClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,38 +7,39 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts index 7750aba2bf1c..d4150270e4f4 100644 --- a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts +++ b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts index cd92494bfc66..2b25f806f075 100644 --- a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts +++ b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterClientRequest, RegisterClientResponse } from "../models/models_0"; import { de_RegisterClientCommand, se_RegisterClientCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts index 9f95fef351a4..2a13d32ee278 100644 --- a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts +++ b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDeviceAuthorizationRequest, StartDeviceAuthorizationResponse } from "../models/models_0"; import { de_StartDeviceAuthorizationCommand, se_StartDeviceAuthorizationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sso-oidc/src/endpoint/EndpointParameters.ts b/clients/client-sso-oidc/src/endpoint/EndpointParameters.ts index aa8cfb64ea41..99422d0ac031 100644 --- a/clients/client-sso-oidc/src/endpoint/EndpointParameters.ts +++ b/clients/client-sso-oidc/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sso-oidc/src/endpoint/endpointResolver.ts b/clients/client-sso-oidc/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sso-oidc/src/endpoint/endpointResolver.ts +++ b/clients/client-sso-oidc/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sso-oidc/src/endpoint/ruleset.ts b/clients/client-sso-oidc/src/endpoint/ruleset.ts index 76cc79b44e84..6a7e4a8755ed 100644 --- a/clients/client-sso-oidc/src/endpoint/ruleset.ts +++ b/clients/client-sso-oidc/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts b/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts index ec060de22ab6..bafe4384fcdd 100644 --- a/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts +++ b/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sso-oidc/src/models/models_0.ts b/clients/client-sso-oidc/src/models/models_0.ts index 2c44d9e9803f..af368dea34b1 100644 --- a/clients/client-sso-oidc/src/models/models_0.ts +++ b/clients/client-sso-oidc/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException"; diff --git a/clients/client-sso-oidc/src/protocols/Aws_restJson1.ts b/clients/client-sso-oidc/src/protocols/Aws_restJson1.ts index 5829b60a9c88..be79799c9a5e 100644 --- a/clients/client-sso-oidc/src/protocols/Aws_restJson1.ts +++ b/clients/client-sso-oidc/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand"; import { RegisterClientCommandInput, RegisterClientCommandOutput } from "../commands/RegisterClientCommand"; diff --git a/clients/client-sso-oidc/src/runtimeConfig.browser.ts b/clients/client-sso-oidc/src/runtimeConfig.browser.ts index 0d955c4103c9..98a5915fe376 100644 --- a/clients/client-sso-oidc/src/runtimeConfig.browser.ts +++ b/clients/client-sso-oidc/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOOIDCClientConfig } from "./SSOOIDCClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sso-oidc/src/runtimeConfig.shared.ts b/clients/client-sso-oidc/src/runtimeConfig.shared.ts index 731678ed5055..8a4b3ac7396d 100644 --- a/clients/client-sso-oidc/src/runtimeConfig.shared.ts +++ b/clients/client-sso-oidc/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSOOIDCClientConfig } from "./SSOOIDCClient"; diff --git a/clients/client-sso-oidc/src/runtimeConfig.ts b/clients/client-sso-oidc/src/runtimeConfig.ts index 5b99c1169f89..b16782d61274 100644 --- a/clients/client-sso-oidc/src/runtimeConfig.ts +++ b/clients/client-sso-oidc/src/runtimeConfig.ts @@ -2,24 +2,24 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOOIDCClientConfig } from "./SSOOIDCClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index 598fff05c787..764055a64891 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -21,40 +21,41 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-sso/src/SSO.ts b/clients/client-sso/src/SSO.ts index 82fcfad8d502..119c2167df54 100644 --- a/clients/client-sso/src/SSO.ts +++ b/clients/client-sso/src/SSO.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetRoleCredentialsCommand, diff --git a/clients/client-sso/src/SSOClient.ts b/clients/client-sso/src/SSOClient.ts index 3c8145d1e4fb..606a765d7acb 100644 --- a/clients/client-sso/src/SSOClient.ts +++ b/clients/client-sso/src/SSOClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,38 +7,39 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand"; @@ -86,7 +84,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -189,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts index 4dd9407fc5b0..9e08993c65f8 100644 --- a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts +++ b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRoleCredentialsRequest, diff --git a/clients/client-sso/src/commands/ListAccountRolesCommand.ts b/clients/client-sso/src/commands/ListAccountRolesCommand.ts index 67149be928bb..27d1740155a8 100644 --- a/clients/client-sso/src/commands/ListAccountRolesCommand.ts +++ b/clients/client-sso/src/commands/ListAccountRolesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountRolesRequest, diff --git a/clients/client-sso/src/commands/ListAccountsCommand.ts b/clients/client-sso/src/commands/ListAccountsCommand.ts index 1bb4fcd710f0..ca16c75c0bb6 100644 --- a/clients/client-sso/src/commands/ListAccountsCommand.ts +++ b/clients/client-sso/src/commands/ListAccountsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccountsRequest, ListAccountsRequestFilterSensitiveLog, ListAccountsResponse } from "../models/models_0"; import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sso/src/commands/LogoutCommand.ts b/clients/client-sso/src/commands/LogoutCommand.ts index 085e0135c54c..6b1ecb8f2106 100644 --- a/clients/client-sso/src/commands/LogoutCommand.ts +++ b/clients/client-sso/src/commands/LogoutCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { LogoutRequest, LogoutRequestFilterSensitiveLog } from "../models/models_0"; import { de_LogoutCommand, se_LogoutCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-sso/src/endpoint/EndpointParameters.ts b/clients/client-sso/src/endpoint/EndpointParameters.ts index 62c5b10a627e..decc75883a73 100644 --- a/clients/client-sso/src/endpoint/EndpointParameters.ts +++ b/clients/client-sso/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-sso/src/endpoint/endpointResolver.ts b/clients/client-sso/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-sso/src/endpoint/endpointResolver.ts +++ b/clients/client-sso/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-sso/src/endpoint/ruleset.ts b/clients/client-sso/src/endpoint/ruleset.ts index 77bd0e5f3e9a..d0abf2f27ee4 100644 --- a/clients/client-sso/src/endpoint/ruleset.ts +++ b/clients/client-sso/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-sso/src/models/SSOServiceException.ts b/clients/client-sso/src/models/SSOServiceException.ts index ca5dde61123e..131697f60d3f 100644 --- a/clients/client-sso/src/models/SSOServiceException.ts +++ b/clients/client-sso/src/models/SSOServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-sso/src/models/models_0.ts b/clients/client-sso/src/models/models_0.ts index cb2b317b097d..b73ad2c1e90e 100644 --- a/clients/client-sso/src/models/models_0.ts +++ b/clients/client-sso/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { SSOServiceException as __BaseException } from "./SSOServiceException"; diff --git a/clients/client-sso/src/pagination/Interfaces.ts b/clients/client-sso/src/pagination/Interfaces.ts index ab5a70a221cb..5aa8f483f5e1 100644 --- a/clients/client-sso/src/pagination/Interfaces.ts +++ b/clients/client-sso/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SSOClient } from "../SSOClient"; diff --git a/clients/client-sso/src/pagination/ListAccountRolesPaginator.ts b/clients/client-sso/src/pagination/ListAccountRolesPaginator.ts index 8b16f3e30076..8ae60a6280b2 100644 --- a/clients/client-sso/src/pagination/ListAccountRolesPaginator.ts +++ b/clients/client-sso/src/pagination/ListAccountRolesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountRolesCommand, diff --git a/clients/client-sso/src/pagination/ListAccountsPaginator.ts b/clients/client-sso/src/pagination/ListAccountsPaginator.ts index 73bd89af8b80..35ef35884a77 100644 --- a/clients/client-sso/src/pagination/ListAccountsPaginator.ts +++ b/clients/client-sso/src/pagination/ListAccountsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccountsCommand, diff --git a/clients/client-sso/src/protocols/Aws_restJson1.ts b/clients/client-sso/src/protocols/Aws_restJson1.ts index edbe8ad70566..0b24af732465 100644 --- a/clients/client-sso/src/protocols/Aws_restJson1.ts +++ b/clients/client-sso/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand"; import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand"; diff --git a/clients/client-sso/src/runtimeConfig.browser.ts b/clients/client-sso/src/runtimeConfig.browser.ts index 2e91433473aa..b4c0eebed4a4 100644 --- a/clients/client-sso/src/runtimeConfig.browser.ts +++ b/clients/client-sso/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOClientConfig } from "./SSOClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-sso/src/runtimeConfig.shared.ts b/clients/client-sso/src/runtimeConfig.shared.ts index a6494ce0cf6d..4b23e6e2ac96 100644 --- a/clients/client-sso/src/runtimeConfig.shared.ts +++ b/clients/client-sso/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SSOClientConfig } from "./SSOClient"; diff --git a/clients/client-sso/src/runtimeConfig.ts b/clients/client-sso/src/runtimeConfig.ts index a5626e8505e4..2bb1fb9f55e7 100644 --- a/clients/client-sso/src/runtimeConfig.ts +++ b/clients/client-sso/src/runtimeConfig.ts @@ -2,24 +2,24 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SSOClientConfig } from "./SSOClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index 40d30ce9ba79..af2cfad7d816 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-storage-gateway/src/StorageGateway.ts b/clients/client-storage-gateway/src/StorageGateway.ts index 89c5321d6e14..2a848bff409f 100644 --- a/clients/client-storage-gateway/src/StorageGateway.ts +++ b/clients/client-storage-gateway/src/StorageGateway.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { ActivateGatewayCommand, diff --git a/clients/client-storage-gateway/src/StorageGatewayClient.ts b/clients/client-storage-gateway/src/StorageGatewayClient.ts index cbcb24b21beb..2bfc26ac2275 100644 --- a/clients/client-storage-gateway/src/StorageGatewayClient.ts +++ b/clients/client-storage-gateway/src/StorageGatewayClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand"; @@ -504,7 +502,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -613,7 +611,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts index 925bb1485b17..04e0780539b7 100644 --- a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateGatewayInput, ActivateGatewayOutput } from "../models/models_0"; import { de_ActivateGatewayCommand, se_ActivateGatewayCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts index 5662c3082005..dd624992d49f 100644 --- a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddCacheInput, AddCacheOutput } from "../models/models_0"; import { de_AddCacheCommand, se_AddCacheCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts index 75ac68f553f1..3d2519bdb4f6 100644 --- a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddTagsToResourceInput, AddTagsToResourceOutput } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts index f40446047358..11a21d38af6b 100644 --- a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddUploadBufferInput, AddUploadBufferOutput } from "../models/models_0"; import { de_AddUploadBufferCommand, se_AddUploadBufferCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts index 3dd5bde0327a..df5f4f7e5aaa 100644 --- a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddWorkingStorageInput, AddWorkingStorageOutput } from "../models/models_0"; import { de_AddWorkingStorageCommand, se_AddWorkingStorageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts index a87ccdc758b9..de14b52c6532 100644 --- a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssignTapePoolInput, AssignTapePoolOutput } from "../models/models_0"; import { de_AssignTapePoolCommand, se_AssignTapePoolCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts index 0463d643871b..5210f854e5e9 100644 --- a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFileSystemInput, diff --git a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts index d5cb806cba75..de9dd304bbe3 100644 --- a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AttachVolumeInput, AttachVolumeOutput } from "../models/models_0"; import { de_AttachVolumeCommand, se_AttachVolumeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts index 95b02a663fee..e4f6de0861d8 100644 --- a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelArchivalInput, CancelArchivalOutput } from "../models/models_0"; import { de_CancelArchivalCommand, se_CancelArchivalCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts index ee5717cd0cd4..92785fd9ca27 100644 --- a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelRetrievalInput, CancelRetrievalOutput } from "../models/models_0"; import { de_CancelRetrievalCommand, se_CancelRetrievalCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts index 5f700e690e02..e9903e590ed9 100644 --- a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCachediSCSIVolumeInput, CreateCachediSCSIVolumeOutput } from "../models/models_0"; import { de_CreateCachediSCSIVolumeCommand, se_CreateCachediSCSIVolumeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts index dc083a77ad6d..6ab1a88a891d 100644 --- a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNFSFileShareInput, CreateNFSFileShareOutput } from "../models/models_0"; import { de_CreateNFSFileShareCommand, se_CreateNFSFileShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts index 8a7876d34b15..8041e3334c07 100644 --- a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSMBFileShareInput, CreateSMBFileShareOutput } from "../models/models_0"; import { de_CreateSMBFileShareCommand, se_CreateSMBFileShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts index 4e9788474b74..5e2adfe3fa1c 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts index eee07d9330e6..556a2fa940df 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSnapshotFromVolumeRecoveryPointInput, diff --git a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts index d6bbeffb0320..62a2a05d6aab 100644 --- a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStorediSCSIVolumeInput, CreateStorediSCSIVolumeOutput } from "../models/models_0"; import { de_CreateStorediSCSIVolumeCommand, se_CreateStorediSCSIVolumeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts index 39c3901e3fb7..17c124448805 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTapePoolInput, CreateTapePoolOutput } from "../models/models_0"; import { de_CreateTapePoolCommand, se_CreateTapePoolCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts index d0f6400e7a4e..d2fed07e599b 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTapeWithBarcodeInput, CreateTapeWithBarcodeOutput } from "../models/models_0"; import { de_CreateTapeWithBarcodeCommand, se_CreateTapeWithBarcodeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts index f0f1b3102af0..edbecd4461c1 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTapesInput, CreateTapesOutput } from "../models/models_0"; import { de_CreateTapesCommand, se_CreateTapesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts index c73ebd0e82fa..e90194f86592 100644 --- a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAutomaticTapeCreationPolicyInput, DeleteAutomaticTapeCreationPolicyOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts index 80838197e216..ca06a983dfec 100644 --- a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBandwidthRateLimitInput, DeleteBandwidthRateLimitOutput } from "../models/models_0"; import { de_DeleteBandwidthRateLimitCommand, se_DeleteBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts index 18a7d9e7a06a..a56b77ba3149 100644 --- a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteChapCredentialsInput, DeleteChapCredentialsOutput } from "../models/models_0"; import { de_DeleteChapCredentialsCommand, se_DeleteChapCredentialsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts index 8470a250a3c7..1a52d5f4774e 100644 --- a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFileShareInput, DeleteFileShareOutput } from "../models/models_0"; import { de_DeleteFileShareCommand, se_DeleteFileShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts index 4d1c95639775..560de77c23fe 100644 --- a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0"; import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts index 5d6e8180ec41..37f448ff505e 100644 --- a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSnapshotScheduleInput, DeleteSnapshotScheduleOutput } from "../models/models_0"; import { de_DeleteSnapshotScheduleCommand, se_DeleteSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts index ae19b1f87d39..423280e19a17 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTapeArchiveInput, DeleteTapeArchiveOutput } from "../models/models_0"; import { de_DeleteTapeArchiveCommand, se_DeleteTapeArchiveCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts index f6966ba5124b..7cf2edd9bbd4 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTapeInput, DeleteTapeOutput } from "../models/models_0"; import { de_DeleteTapeCommand, se_DeleteTapeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts index da39d6834092..e529080adfde 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTapePoolInput, DeleteTapePoolOutput } from "../models/models_0"; import { de_DeleteTapePoolCommand, se_DeleteTapePoolCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts index d316447e4000..e0fc7fd675d0 100644 --- a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVolumeInput, DeleteVolumeOutput } from "../models/models_0"; import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts index 2ac5aad1adb6..9baa92ed1b69 100644 --- a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAvailabilityMonitorTestInput, DescribeAvailabilityMonitorTestOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts index ddb928ce8ca5..baffc5042550 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBandwidthRateLimitInput, DescribeBandwidthRateLimitOutput } from "../models/models_0"; import { de_DescribeBandwidthRateLimitCommand, se_DescribeBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts index be3dbf462bc4..cbfcf8830c79 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBandwidthRateLimitScheduleInput, DescribeBandwidthRateLimitScheduleOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts index e4afce3ffb4f..193ed57562ec 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCacheInput, DescribeCacheOutput } from "../models/models_0"; import { de_DescribeCacheCommand, se_DescribeCacheCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts index 3a07f352c8b5..2f55b2d8224a 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCachediSCSIVolumesInput, DescribeCachediSCSIVolumesOutput } from "../models/models_0"; import { de_DescribeCachediSCSIVolumesCommand, se_DescribeCachediSCSIVolumesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts index 9e8dc6f5cfd3..49bf2de74bb9 100644 --- a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeChapCredentialsInput, diff --git a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts index ffe64585c701..2e5875d22580 100644 --- a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFileSystemAssociationsInput, DescribeFileSystemAssociationsOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts index a304c520b507..aea63d0f5f58 100644 --- a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGatewayInformationInput, DescribeGatewayInformationOutput } from "../models/models_0"; import { de_DescribeGatewayInformationCommand, se_DescribeGatewayInformationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts index 7ead15c3787f..cdf4e4048ba7 100644 --- a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMaintenanceStartTimeInput, DescribeMaintenanceStartTimeOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts index 3c9b30ba082a..ce624876b9f8 100644 --- a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNFSFileSharesInput, DescribeNFSFileSharesOutput } from "../models/models_0"; import { de_DescribeNFSFileSharesCommand, se_DescribeNFSFileSharesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts index 276d90df546a..8b1b0aab1322 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSMBFileSharesInput, DescribeSMBFileSharesOutput } from "../models/models_0"; import { de_DescribeSMBFileSharesCommand, se_DescribeSMBFileSharesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts index 790c518953fe..e4c14ee2a940 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSMBSettingsInput, DescribeSMBSettingsOutput } from "../models/models_0"; import { de_DescribeSMBSettingsCommand, se_DescribeSMBSettingsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts index 1a6613ccb6a6..8dd128f97766 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSnapshotScheduleInput, DescribeSnapshotScheduleOutput } from "../models/models_0"; import { de_DescribeSnapshotScheduleCommand, se_DescribeSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts index 1059a574ee02..25c608f66f1e 100644 --- a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeStorediSCSIVolumesInput, DescribeStorediSCSIVolumesOutput } from "../models/models_0"; import { de_DescribeStorediSCSIVolumesCommand, se_DescribeStorediSCSIVolumesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts index f60348b4c721..1c6505eba2e4 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTapeArchivesInput, DescribeTapeArchivesOutput } from "../models/models_0"; import { de_DescribeTapeArchivesCommand, se_DescribeTapeArchivesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts index acc75b63eb9b..b76abe1a41b1 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTapeRecoveryPointsInput, DescribeTapeRecoveryPointsOutput } from "../models/models_0"; import { de_DescribeTapeRecoveryPointsCommand, se_DescribeTapeRecoveryPointsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts index 24ba4ac83905..2c0f08933955 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTapesInput, DescribeTapesOutput } from "../models/models_0"; import { de_DescribeTapesCommand, se_DescribeTapesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts index 1389a497593e..22a3999eeff6 100644 --- a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUploadBufferInput, DescribeUploadBufferOutput } from "../models/models_0"; import { de_DescribeUploadBufferCommand, se_DescribeUploadBufferCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts index 225e98b9885f..d26d2a462f7c 100644 --- a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeVTLDevicesInput, DescribeVTLDevicesOutput } from "../models/models_0"; import { de_DescribeVTLDevicesCommand, se_DescribeVTLDevicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts index af7e43981226..d363fa602881 100644 --- a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkingStorageInput, DescribeWorkingStorageOutput } from "../models/models_0"; import { de_DescribeWorkingStorageCommand, se_DescribeWorkingStorageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts index 0711fcad2d56..f830d7313dae 100644 --- a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetachVolumeInput, DetachVolumeOutput } from "../models/models_0"; import { de_DetachVolumeCommand, se_DetachVolumeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts index 9685a9a49853..40d73774c8d9 100644 --- a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisableGatewayInput, DisableGatewayOutput } from "../models/models_0"; import { de_DisableGatewayCommand, se_DisableGatewayCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts index f2b2d374c558..c7ad38d812fb 100644 --- a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFileSystemInput, DisassociateFileSystemOutput } from "../models/models_0"; import { de_DisassociateFileSystemCommand, se_DisassociateFileSystemCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts index 2f02ddeae5c9..6e53058a7635 100644 --- a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts +++ b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JoinDomainInput, JoinDomainInputFilterSensitiveLog, JoinDomainOutput } from "../models/models_0"; import { de_JoinDomainCommand, se_JoinDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts index 327c5ccdabe0..166c3e88031a 100644 --- a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAutomaticTapeCreationPoliciesInput, ListAutomaticTapeCreationPoliciesOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts index e1445896716e..10abf2ec7d93 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFileSharesInput, ListFileSharesOutput } from "../models/models_0"; import { de_ListFileSharesCommand, se_ListFileSharesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts index 87aa68e4b5fa..9703fd0b51a0 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFileSystemAssociationsInput, ListFileSystemAssociationsOutput } from "../models/models_0"; import { de_ListFileSystemAssociationsCommand, se_ListFileSystemAssociationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts index 33e24f69f2d2..a963689e8f8d 100644 --- a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts index 9689f4c9a7b0..8f8808ce25e6 100644 --- a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLocalDisksInput, ListLocalDisksOutput } from "../models/models_0"; import { de_ListLocalDisksCommand, se_ListLocalDisksCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts index 0dc415bbd1af..e6aeb5d7ecb3 100644 --- a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts index 116ee39ac265..e012b26a9ade 100644 --- a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTapePoolsInput, ListTapePoolsOutput } from "../models/models_0"; import { de_ListTapePoolsCommand, se_ListTapePoolsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts index 5a73f297cf93..f885d474a7d4 100644 --- a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTapesInput, ListTapesOutput } from "../models/models_0"; import { de_ListTapesCommand, se_ListTapesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts index 38b5619db1eb..d93c94039962 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVolumeInitiatorsInput, ListVolumeInitiatorsOutput } from "../models/models_0"; import { de_ListVolumeInitiatorsCommand, se_ListVolumeInitiatorsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts index 2301b66896a1..313c0d2be1cf 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVolumeRecoveryPointsInput, ListVolumeRecoveryPointsOutput } from "../models/models_0"; import { de_ListVolumeRecoveryPointsCommand, se_ListVolumeRecoveryPointsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts index 7dbdafea139b..db9b89d2f36a 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVolumesInput, ListVolumesOutput } from "../models/models_0"; import { de_ListVolumesCommand, se_ListVolumesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts index 306813a5ed91..ed9c5a91235d 100644 --- a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts +++ b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyWhenUploadedInput, NotifyWhenUploadedOutput } from "../models/models_0"; import { de_NotifyWhenUploadedCommand, se_NotifyWhenUploadedCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts index f1c983956d9a..e26859f9c8a2 100644 --- a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RefreshCacheInput, RefreshCacheOutput } from "../models/models_0"; import { de_RefreshCacheCommand, se_RefreshCacheCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts index 3f8f167bd9f6..fb1006fa5b4f 100644 --- a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveTagsFromResourceInput, RemoveTagsFromResourceOutput } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts index 490d2ffb348e..b683044014d3 100644 --- a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResetCacheInput, ResetCacheOutput } from "../models/models_0"; import { de_ResetCacheCommand, se_ResetCacheCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts index 559e405a8d78..fac09430c6f1 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RetrieveTapeArchiveInput, RetrieveTapeArchiveOutput } from "../models/models_0"; import { de_RetrieveTapeArchiveCommand, se_RetrieveTapeArchiveCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts index 7a74973bfd7b..e69f0930ede9 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RetrieveTapeRecoveryPointInput, RetrieveTapeRecoveryPointOutput } from "../models/models_0"; import { de_RetrieveTapeRecoveryPointCommand, se_RetrieveTapeRecoveryPointCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts index 79bd76c202b2..baae7dd158c2 100644 --- a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetLocalConsolePasswordInput, diff --git a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts index 55d8c49fa809..5e8e99bfd317 100644 --- a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SetSMBGuestPasswordInput, diff --git a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts index e6ed711378f0..d1b5b18258c4 100644 --- a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ShutdownGatewayInput, ShutdownGatewayOutput } from "../models/models_0"; import { de_ShutdownGatewayCommand, se_ShutdownGatewayCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts index 3cc1a14eb098..7a89a14adff8 100644 --- a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartAvailabilityMonitorTestInput, StartAvailabilityMonitorTestOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts index 4876db751999..981c95087dca 100644 --- a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartGatewayInput, StartGatewayOutput } from "../models/models_0"; import { de_StartGatewayCommand, se_StartGatewayCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts index 154066e8982a..1c8e749b1ee0 100644 --- a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAutomaticTapeCreationPolicyInput, UpdateAutomaticTapeCreationPolicyOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts index d72acccbb31d..ac7d658a4671 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateBandwidthRateLimitInput, UpdateBandwidthRateLimitOutput } from "../models/models_0"; import { de_UpdateBandwidthRateLimitCommand, se_UpdateBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts index ee145d684292..5d0c8e93132f 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateBandwidthRateLimitScheduleInput, UpdateBandwidthRateLimitScheduleOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts index d13fe3dd6ab2..1799409aa28f 100644 --- a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateChapCredentialsInput, diff --git a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts index 0a694ccaa3f8..f1f1987bba06 100644 --- a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFileSystemAssociationInput, diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts index 1cc24270caf3..b07d6e0cb961 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0"; import { de_UpdateGatewayInformationCommand, se_UpdateGatewayInformationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 29e3cca500d3..e6e2b68ab071 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0"; import { de_UpdateGatewaySoftwareNowCommand, se_UpdateGatewaySoftwareNowCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts index 8cb18ea22525..617c59b27ddd 100644 --- a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMaintenanceStartTimeInput, UpdateMaintenanceStartTimeOutput } from "../models/models_0"; import { de_UpdateMaintenanceStartTimeCommand, se_UpdateMaintenanceStartTimeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts index 207dc149463f..a03d8a7f31c1 100644 --- a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNFSFileShareInput, UpdateNFSFileShareOutput } from "../models/models_0"; import { de_UpdateNFSFileShareCommand, se_UpdateNFSFileShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts index 6802d73feb66..74a48fb5ae33 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSMBFileShareInput, UpdateSMBFileShareOutput } from "../models/models_0"; import { de_UpdateSMBFileShareCommand, se_UpdateSMBFileShareCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts index 5c9c6132fad3..5f725be39797 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSMBFileShareVisibilityInput, UpdateSMBFileShareVisibilityOutput } from "../models/models_0"; import { diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts index 4946e642218e..cdf95f587e3c 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSMBLocalGroupsInput, UpdateSMBLocalGroupsOutput } from "../models/models_0"; import { de_UpdateSMBLocalGroupsCommand, se_UpdateSMBLocalGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts index e74154228752..a80579d8b2eb 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSMBSecurityStrategyInput, UpdateSMBSecurityStrategyOutput } from "../models/models_0"; import { de_UpdateSMBSecurityStrategyCommand, se_UpdateSMBSecurityStrategyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts index 3ecc55322799..bf26e2d2e1f3 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSnapshotScheduleInput, UpdateSnapshotScheduleOutput } from "../models/models_0"; import { de_UpdateSnapshotScheduleCommand, se_UpdateSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts index f4048f2f25f4..d95ed02aadc5 100644 --- a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVTLDeviceTypeInput, UpdateVTLDeviceTypeOutput } from "../models/models_0"; import { de_UpdateVTLDeviceTypeCommand, se_UpdateVTLDeviceTypeCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-storage-gateway/src/endpoint/EndpointParameters.ts b/clients/client-storage-gateway/src/endpoint/EndpointParameters.ts index 06308c77e36d..ed2a70d88754 100644 --- a/clients/client-storage-gateway/src/endpoint/EndpointParameters.ts +++ b/clients/client-storage-gateway/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-storage-gateway/src/endpoint/endpointResolver.ts b/clients/client-storage-gateway/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-storage-gateway/src/endpoint/endpointResolver.ts +++ b/clients/client-storage-gateway/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-storage-gateway/src/endpoint/ruleset.ts b/clients/client-storage-gateway/src/endpoint/ruleset.ts index ec86c27ea789..420220818ce4 100644 --- a/clients/client-storage-gateway/src/endpoint/ruleset.ts +++ b/clients/client-storage-gateway/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts b/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts index ef6d7154a640..5807ae79ba69 100644 --- a/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts +++ b/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-storage-gateway/src/models/models_0.ts b/clients/client-storage-gateway/src/models/models_0.ts index dcebf88d357d..145e3109d963 100644 --- a/clients/client-storage-gateway/src/models/models_0.ts +++ b/clients/client-storage-gateway/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { StorageGatewayServiceException as __BaseException } from "./StorageGatewayServiceException"; diff --git a/clients/client-storage-gateway/src/pagination/DescribeTapeArchivesPaginator.ts b/clients/client-storage-gateway/src/pagination/DescribeTapeArchivesPaginator.ts index 68efd951a84c..80b775dc2ced 100644 --- a/clients/client-storage-gateway/src/pagination/DescribeTapeArchivesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/DescribeTapeArchivesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTapeArchivesCommand, diff --git a/clients/client-storage-gateway/src/pagination/DescribeTapeRecoveryPointsPaginator.ts b/clients/client-storage-gateway/src/pagination/DescribeTapeRecoveryPointsPaginator.ts index 78e2c1b7b247..a0fe9430606a 100644 --- a/clients/client-storage-gateway/src/pagination/DescribeTapeRecoveryPointsPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/DescribeTapeRecoveryPointsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTapeRecoveryPointsCommand, diff --git a/clients/client-storage-gateway/src/pagination/DescribeTapesPaginator.ts b/clients/client-storage-gateway/src/pagination/DescribeTapesPaginator.ts index a2bce03b629e..14a684059a62 100644 --- a/clients/client-storage-gateway/src/pagination/DescribeTapesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/DescribeTapesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeTapesCommand, diff --git a/clients/client-storage-gateway/src/pagination/DescribeVTLDevicesPaginator.ts b/clients/client-storage-gateway/src/pagination/DescribeVTLDevicesPaginator.ts index ee8fee1c2b60..75b5fc28161b 100644 --- a/clients/client-storage-gateway/src/pagination/DescribeVTLDevicesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/DescribeVTLDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeVTLDevicesCommand, diff --git a/clients/client-storage-gateway/src/pagination/Interfaces.ts b/clients/client-storage-gateway/src/pagination/Interfaces.ts index 06de2c50f0f8..141498a5bc83 100644 --- a/clients/client-storage-gateway/src/pagination/Interfaces.ts +++ b/clients/client-storage-gateway/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { StorageGatewayClient } from "../StorageGatewayClient"; diff --git a/clients/client-storage-gateway/src/pagination/ListFileSharesPaginator.ts b/clients/client-storage-gateway/src/pagination/ListFileSharesPaginator.ts index 0ebdf09874bb..04cd37e49bd8 100644 --- a/clients/client-storage-gateway/src/pagination/ListFileSharesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListFileSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFileSharesCommand, diff --git a/clients/client-storage-gateway/src/pagination/ListFileSystemAssociationsPaginator.ts b/clients/client-storage-gateway/src/pagination/ListFileSystemAssociationsPaginator.ts index 5ccd3891d760..9c2519275f6f 100644 --- a/clients/client-storage-gateway/src/pagination/ListFileSystemAssociationsPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListFileSystemAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFileSystemAssociationsCommand, diff --git a/clients/client-storage-gateway/src/pagination/ListGatewaysPaginator.ts b/clients/client-storage-gateway/src/pagination/ListGatewaysPaginator.ts index 5ed4153a92f1..cdc69e86ab2e 100644 --- a/clients/client-storage-gateway/src/pagination/ListGatewaysPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListGatewaysPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGatewaysCommand, diff --git a/clients/client-storage-gateway/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-storage-gateway/src/pagination/ListTagsForResourcePaginator.ts index a082e6fa0701..ec8b25813b04 100644 --- a/clients/client-storage-gateway/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-storage-gateway/src/pagination/ListTapePoolsPaginator.ts b/clients/client-storage-gateway/src/pagination/ListTapePoolsPaginator.ts index 4d0a1a131b81..ac08aa559281 100644 --- a/clients/client-storage-gateway/src/pagination/ListTapePoolsPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListTapePoolsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTapePoolsCommand, diff --git a/clients/client-storage-gateway/src/pagination/ListTapesPaginator.ts b/clients/client-storage-gateway/src/pagination/ListTapesPaginator.ts index 40e7220f3d6a..ce76601cec90 100644 --- a/clients/client-storage-gateway/src/pagination/ListTapesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListTapesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTapesCommand, ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand"; import { StorageGatewayClient } from "../StorageGatewayClient"; diff --git a/clients/client-storage-gateway/src/pagination/ListVolumesPaginator.ts b/clients/client-storage-gateway/src/pagination/ListVolumesPaginator.ts index e4689416d166..020b3873800d 100644 --- a/clients/client-storage-gateway/src/pagination/ListVolumesPaginator.ts +++ b/clients/client-storage-gateway/src/pagination/ListVolumesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVolumesCommand, ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand"; import { StorageGatewayClient } from "../StorageGatewayClient"; diff --git a/clients/client-storage-gateway/src/protocols/Aws_json1_1.ts b/clients/client-storage-gateway/src/protocols/Aws_json1_1.ts index 2d65f12f3072..25f355f839f3 100644 --- a/clients/client-storage-gateway/src/protocols/Aws_json1_1.ts +++ b/clients/client-storage-gateway/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "../commands/ActivateGatewayCommand"; import { AddCacheCommandInput, AddCacheCommandOutput } from "../commands/AddCacheCommand"; diff --git a/clients/client-storage-gateway/src/runtimeConfig.browser.ts b/clients/client-storage-gateway/src/runtimeConfig.browser.ts index af4fe67b44c6..dcee7a60e4d8 100644 --- a/clients/client-storage-gateway/src/runtimeConfig.browser.ts +++ b/clients/client-storage-gateway/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { StorageGatewayClientConfig } from "./StorageGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-storage-gateway/src/runtimeConfig.shared.ts b/clients/client-storage-gateway/src/runtimeConfig.shared.ts index 1791eb0b0beb..a3af09761107 100644 --- a/clients/client-storage-gateway/src/runtimeConfig.shared.ts +++ b/clients/client-storage-gateway/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { StorageGatewayClientConfig } from "./StorageGatewayClient"; diff --git a/clients/client-storage-gateway/src/runtimeConfig.ts b/clients/client-storage-gateway/src/runtimeConfig.ts index aadff9fb8237..efe6086b67be 100644 --- a/clients/client-storage-gateway/src/runtimeConfig.ts +++ b/clients/client-storage-gateway/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { StorageGatewayClientConfig } from "./StorageGatewayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-support-app/package.json b/clients/client-support-app/package.json index a9f35b3ad528..d14484718bf6 100644 --- a/clients/client-support-app/package.json +++ b/clients/client-support-app/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-support-app/src/SupportApp.ts b/clients/client-support-app/src/SupportApp.ts index 7323d1ada9c8..1e332c156f5b 100644 --- a/clients/client-support-app/src/SupportApp.ts +++ b/clients/client-support-app/src/SupportApp.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateSlackChannelConfigurationCommand, diff --git a/clients/client-support-app/src/SupportAppClient.ts b/clients/client-support-app/src/SupportAppClient.ts index 0a9254414a23..b53a20030a0c 100644 --- a/clients/client-support-app/src/SupportAppClient.ts +++ b/clients/client-support-app/src/SupportAppClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -132,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -241,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts index 62879ae9b62f..ce6dcbe2cadc 100644 --- a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSlackChannelConfigurationRequest, CreateSlackChannelConfigurationResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts index d62fda437a16..9ab3619978f1 100644 --- a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccountAliasRequest, DeleteAccountAliasResult } from "../models/models_0"; import { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts index ea2a0b3c3408..cd8bf76d6e5b 100644 --- a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSlackChannelConfigurationRequest, DeleteSlackChannelConfigurationResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts index f264b157e47c..e4b95efe4994 100644 --- a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSlackWorkspaceConfigurationRequest, DeleteSlackWorkspaceConfigurationResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts index 1b418f9f694f..4c5c112033ee 100644 --- a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccountAliasRequest, GetAccountAliasResult } from "../models/models_0"; import { de_GetAccountAliasCommand, se_GetAccountAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts index 201049c578be..a2d30d5f69e2 100644 --- a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSlackChannelConfigurationsRequest, ListSlackChannelConfigurationsResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts index cc8b83397185..7f3725bdf599 100644 --- a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSlackWorkspaceConfigurationsRequest, ListSlackWorkspaceConfigurationsResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts index 1369932f771e..39efb3f4cd26 100644 --- a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccountAliasRequest, PutAccountAliasResult } from "../models/models_0"; import { de_PutAccountAliasCommand, se_PutAccountAliasCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts index 8fd35a02de16..2520c722f50a 100644 --- a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts +++ b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterSlackWorkspaceForOrganizationRequest, diff --git a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts index 2612faf996b8..c5cd950de0f5 100644 --- a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSlackChannelConfigurationRequest, UpdateSlackChannelConfigurationResult } from "../models/models_0"; import { diff --git a/clients/client-support-app/src/endpoint/EndpointParameters.ts b/clients/client-support-app/src/endpoint/EndpointParameters.ts index a2ca4684f016..6a20f5a36399 100644 --- a/clients/client-support-app/src/endpoint/EndpointParameters.ts +++ b/clients/client-support-app/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-support-app/src/endpoint/endpointResolver.ts b/clients/client-support-app/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-support-app/src/endpoint/endpointResolver.ts +++ b/clients/client-support-app/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-support-app/src/endpoint/ruleset.ts b/clients/client-support-app/src/endpoint/ruleset.ts index 55397d0df86a..b1b25a448f2e 100644 --- a/clients/client-support-app/src/endpoint/ruleset.ts +++ b/clients/client-support-app/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-support-app/src/models/SupportAppServiceException.ts b/clients/client-support-app/src/models/SupportAppServiceException.ts index b93d97c148e3..177f8e4778b4 100644 --- a/clients/client-support-app/src/models/SupportAppServiceException.ts +++ b/clients/client-support-app/src/models/SupportAppServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-support-app/src/models/models_0.ts b/clients/client-support-app/src/models/models_0.ts index 30301e2de614..e90e38915ca9 100644 --- a/clients/client-support-app/src/models/models_0.ts +++ b/clients/client-support-app/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SupportAppServiceException as __BaseException } from "./SupportAppServiceException"; diff --git a/clients/client-support-app/src/pagination/Interfaces.ts b/clients/client-support-app/src/pagination/Interfaces.ts index e8a78ccca2eb..52dcc9a95682 100644 --- a/clients/client-support-app/src/pagination/Interfaces.ts +++ b/clients/client-support-app/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SupportAppClient } from "../SupportAppClient"; diff --git a/clients/client-support-app/src/pagination/ListSlackChannelConfigurationsPaginator.ts b/clients/client-support-app/src/pagination/ListSlackChannelConfigurationsPaginator.ts index f2ed9a36f468..c13c098464a7 100644 --- a/clients/client-support-app/src/pagination/ListSlackChannelConfigurationsPaginator.ts +++ b/clients/client-support-app/src/pagination/ListSlackChannelConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSlackChannelConfigurationsCommand, diff --git a/clients/client-support-app/src/pagination/ListSlackWorkspaceConfigurationsPaginator.ts b/clients/client-support-app/src/pagination/ListSlackWorkspaceConfigurationsPaginator.ts index ef9c3b3f7dfd..b4dc4420e221 100644 --- a/clients/client-support-app/src/pagination/ListSlackWorkspaceConfigurationsPaginator.ts +++ b/clients/client-support-app/src/pagination/ListSlackWorkspaceConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSlackWorkspaceConfigurationsCommand, diff --git a/clients/client-support-app/src/protocols/Aws_restJson1.ts b/clients/client-support-app/src/protocols/Aws_restJson1.ts index 4d643484cf5b..ecde0831c0cd 100644 --- a/clients/client-support-app/src/protocols/Aws_restJson1.ts +++ b/clients/client-support-app/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSlackChannelConfigurationCommandInput, diff --git a/clients/client-support-app/src/runtimeConfig.browser.ts b/clients/client-support-app/src/runtimeConfig.browser.ts index 9963d32cae66..779a76437132 100644 --- a/clients/client-support-app/src/runtimeConfig.browser.ts +++ b/clients/client-support-app/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SupportAppClientConfig } from "./SupportAppClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-support-app/src/runtimeConfig.shared.ts b/clients/client-support-app/src/runtimeConfig.shared.ts index 3ce32baa5367..fa5dff21ce86 100644 --- a/clients/client-support-app/src/runtimeConfig.shared.ts +++ b/clients/client-support-app/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SupportAppClientConfig } from "./SupportAppClient"; diff --git a/clients/client-support-app/src/runtimeConfig.ts b/clients/client-support-app/src/runtimeConfig.ts index 82bd65120ffb..4db1f73205ae 100644 --- a/clients/client-support-app/src/runtimeConfig.ts +++ b/clients/client-support-app/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SupportAppClientConfig } from "./SupportAppClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-support/package.json b/clients/client-support/package.json index a70fc398f10e..aaf69ac7de01 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-support/src/Support.ts b/clients/client-support/src/Support.ts index 3b20bd7fd35d..4f67a4f23552 100644 --- a/clients/client-support/src/Support.ts +++ b/clients/client-support/src/Support.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AddAttachmentsToSetCommand, diff --git a/clients/client-support/src/SupportClient.ts b/clients/client-support/src/SupportClient.ts index 3b552db417bd..b88ed3040f4e 100644 --- a/clients/client-support/src/SupportClient.ts +++ b/clients/client-support/src/SupportClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -162,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -271,7 +269,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts index 991f9bac5a2b..3d7aad01ba2a 100644 --- a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts +++ b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddAttachmentsToSetRequest, AddAttachmentsToSetResponse } from "../models/models_0"; import { de_AddAttachmentsToSetCommand, se_AddAttachmentsToSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts index faa7ca16b549..d22696eec5d7 100644 --- a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts +++ b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddCommunicationToCaseRequest, AddCommunicationToCaseResponse } from "../models/models_0"; import { de_AddCommunicationToCaseCommand, se_AddCommunicationToCaseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/CreateCaseCommand.ts b/clients/client-support/src/commands/CreateCaseCommand.ts index 765606398e10..6f5bf78b481b 100644 --- a/clients/client-support/src/commands/CreateCaseCommand.ts +++ b/clients/client-support/src/commands/CreateCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0"; import { de_CreateCaseCommand, se_CreateCaseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeAttachmentCommand.ts b/clients/client-support/src/commands/DescribeAttachmentCommand.ts index fc229bc8a977..2b3069af6cf3 100644 --- a/clients/client-support/src/commands/DescribeAttachmentCommand.ts +++ b/clients/client-support/src/commands/DescribeAttachmentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAttachmentRequest, DescribeAttachmentResponse } from "../models/models_0"; import { de_DescribeAttachmentCommand, se_DescribeAttachmentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeCasesCommand.ts b/clients/client-support/src/commands/DescribeCasesCommand.ts index 2c52b665ce31..aabeae133194 100644 --- a/clients/client-support/src/commands/DescribeCasesCommand.ts +++ b/clients/client-support/src/commands/DescribeCasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0"; import { de_DescribeCasesCommand, se_DescribeCasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts index 21c5416c9493..b1332a75982b 100644 --- a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts +++ b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from "../models/models_0"; import { de_DescribeCommunicationsCommand, se_DescribeCommunicationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts index d240033c1b6b..d7b8010b349f 100644 --- a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts +++ b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCreateCaseOptionsRequest, DescribeCreateCaseOptionsResponse } from "../models/models_0"; import { de_DescribeCreateCaseOptionsCommand, se_DescribeCreateCaseOptionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeServicesCommand.ts b/clients/client-support/src/commands/DescribeServicesCommand.ts index 96eb438c48a6..12753c3a325a 100644 --- a/clients/client-support/src/commands/DescribeServicesCommand.ts +++ b/clients/client-support/src/commands/DescribeServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0"; import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts index 3ad40b2f3a93..812bc62fc0db 100644 --- a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts +++ b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from "../models/models_0"; import { de_DescribeSeverityLevelsCommand, se_DescribeSeverityLevelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts index 9a182f3a1e15..5fcf771cfc35 100644 --- a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts +++ b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSupportedLanguagesRequest, DescribeSupportedLanguagesResponse } from "../models/models_0"; import { de_DescribeSupportedLanguagesCommand, se_DescribeSupportedLanguagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts index 845bffb1b972..902bdc656419 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrustedAdvisorCheckRefreshStatusesRequest, diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts index 698f9f567cd7..3bcacda16f2b 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrustedAdvisorCheckResultRequest, diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts index fd2316c295cb..9b53b2589059 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrustedAdvisorCheckSummariesRequest, diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts index 28fc19e7f87c..390285c683e1 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTrustedAdvisorChecksRequest, DescribeTrustedAdvisorChecksResponse } from "../models/models_0"; import { diff --git a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts index b5232270fdcb..84a926301bb3 100644 --- a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts +++ b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } from "../models/models_0"; import { de_RefreshTrustedAdvisorCheckCommand, se_RefreshTrustedAdvisorCheckCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/commands/ResolveCaseCommand.ts b/clients/client-support/src/commands/ResolveCaseCommand.ts index e24aa91f511a..f52ffbdbe6f0 100644 --- a/clients/client-support/src/commands/ResolveCaseCommand.ts +++ b/clients/client-support/src/commands/ResolveCaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0"; import { de_ResolveCaseCommand, se_ResolveCaseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-support/src/endpoint/EndpointParameters.ts b/clients/client-support/src/endpoint/EndpointParameters.ts index 63e2aab74366..d83518ef18ee 100644 --- a/clients/client-support/src/endpoint/EndpointParameters.ts +++ b/clients/client-support/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-support/src/endpoint/endpointResolver.ts b/clients/client-support/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-support/src/endpoint/endpointResolver.ts +++ b/clients/client-support/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-support/src/endpoint/ruleset.ts b/clients/client-support/src/endpoint/ruleset.ts index e59036ddddf7..d19193c37fce 100644 --- a/clients/client-support/src/endpoint/ruleset.ts +++ b/clients/client-support/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-support/src/models/SupportServiceException.ts b/clients/client-support/src/models/SupportServiceException.ts index 23f250a16487..11b6bd769ecd 100644 --- a/clients/client-support/src/models/SupportServiceException.ts +++ b/clients/client-support/src/models/SupportServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-support/src/models/models_0.ts b/clients/client-support/src/models/models_0.ts index 1b06b33e14db..765889a16a1b 100644 --- a/clients/client-support/src/models/models_0.ts +++ b/clients/client-support/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SupportServiceException as __BaseException } from "./SupportServiceException"; diff --git a/clients/client-support/src/pagination/DescribeCasesPaginator.ts b/clients/client-support/src/pagination/DescribeCasesPaginator.ts index ef44578a8da1..744b6e8762c6 100644 --- a/clients/client-support/src/pagination/DescribeCasesPaginator.ts +++ b/clients/client-support/src/pagination/DescribeCasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCasesCommand, diff --git a/clients/client-support/src/pagination/DescribeCommunicationsPaginator.ts b/clients/client-support/src/pagination/DescribeCommunicationsPaginator.ts index a3ed75d1775a..31c7130421c2 100644 --- a/clients/client-support/src/pagination/DescribeCommunicationsPaginator.ts +++ b/clients/client-support/src/pagination/DescribeCommunicationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCommunicationsCommand, diff --git a/clients/client-support/src/pagination/Interfaces.ts b/clients/client-support/src/pagination/Interfaces.ts index bd72d3f37a3e..21d38c82f076 100644 --- a/clients/client-support/src/pagination/Interfaces.ts +++ b/clients/client-support/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SupportClient } from "../SupportClient"; diff --git a/clients/client-support/src/protocols/Aws_json1_1.ts b/clients/client-support/src/protocols/Aws_json1_1.ts index 2c68e9c73eb0..20a21ec9155f 100644 --- a/clients/client-support/src/protocols/Aws_json1_1.ts +++ b/clients/client-support/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -8,10 +9,13 @@ import { limitedParseDouble as __limitedParseDouble, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddAttachmentsToSetCommandInput, diff --git a/clients/client-support/src/runtimeConfig.browser.ts b/clients/client-support/src/runtimeConfig.browser.ts index 56ced2a8e02e..7df04bd404d2 100644 --- a/clients/client-support/src/runtimeConfig.browser.ts +++ b/clients/client-support/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SupportClientConfig } from "./SupportClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-support/src/runtimeConfig.shared.ts b/clients/client-support/src/runtimeConfig.shared.ts index 03b125a56d09..7c7897a3bc3f 100644 --- a/clients/client-support/src/runtimeConfig.shared.ts +++ b/clients/client-support/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SupportClientConfig } from "./SupportClient"; diff --git a/clients/client-support/src/runtimeConfig.ts b/clients/client-support/src/runtimeConfig.ts index a79116c60cca..c6fefb6768bf 100644 --- a/clients/client-support/src/runtimeConfig.ts +++ b/clients/client-support/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SupportClientConfig } from "./SupportClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index d80208befc66..0ea58ee87328 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-swf/src/SWF.ts b/clients/client-swf/src/SWF.ts index 6dfca7d190d5..777ca2d38275 100644 --- a/clients/client-swf/src/SWF.ts +++ b/clients/client-swf/src/SWF.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CountClosedWorkflowExecutionsCommand, diff --git a/clients/client-swf/src/SWFClient.ts b/clients/client-swf/src/SWFClient.ts index 8181cadea6ad..5372019aad33 100644 --- a/clients/client-swf/src/SWFClient.ts +++ b/clients/client-swf/src/SWFClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -276,7 +274,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -385,7 +383,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts index 22793d40aa8c..ac37a7804fd8 100644 --- a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0"; import { diff --git a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts index 3eb8ba3b0ea2..cb2043ad19ef 100644 --- a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0"; import { de_CountOpenWorkflowExecutionsCommand, se_CountOpenWorkflowExecutionsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts index 6ef86c1f16c1..c8b26500de8b 100644 --- a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0"; import { de_CountPendingActivityTasksCommand, se_CountPendingActivityTasksCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts index f10f4ab65b75..47ffa7f8c9f0 100644 --- a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0"; import { de_CountPendingDecisionTasksCommand, se_CountPendingDecisionTasksCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts index 7dafd4598c88..4752377e04cf 100644 --- a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeprecateActivityTypeInput } from "../models/models_0"; import { de_DeprecateActivityTypeCommand, se_DeprecateActivityTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DeprecateDomainCommand.ts b/clients/client-swf/src/commands/DeprecateDomainCommand.ts index b8ea6379d4d1..6367cb4f735e 100644 --- a/clients/client-swf/src/commands/DeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/DeprecateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeprecateDomainInput } from "../models/models_0"; import { de_DeprecateDomainCommand, se_DeprecateDomainCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts index 87d581a63d25..b711bf24e976 100644 --- a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeprecateWorkflowTypeInput } from "../models/models_0"; import { de_DeprecateWorkflowTypeCommand, se_DeprecateWorkflowTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts index fcc7d0d783ac..742c5c90879b 100644 --- a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0"; import { de_DescribeActivityTypeCommand, se_DescribeActivityTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DescribeDomainCommand.ts b/clients/client-swf/src/commands/DescribeDomainCommand.ts index b1bbb508d38e..9a95f580b20a 100644 --- a/clients/client-swf/src/commands/DescribeDomainCommand.ts +++ b/clients/client-swf/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainInput, DomainDetail } from "../models/models_0"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts index 4007eb573a62..b2b46ce3c25c 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0"; import { de_DescribeWorkflowExecutionCommand, se_DescribeWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts index 1bafb508db5d..f3e7a4b5c7f2 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0"; import { de_DescribeWorkflowTypeCommand, se_DescribeWorkflowTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts index edeef37aa134..a7bec65c23e1 100644 --- a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts +++ b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0"; import { de_GetWorkflowExecutionHistoryCommand, se_GetWorkflowExecutionHistoryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/ListActivityTypesCommand.ts b/clients/client-swf/src/commands/ListActivityTypesCommand.ts index 5e1eb10a1afb..53a66679fc25 100644 --- a/clients/client-swf/src/commands/ListActivityTypesCommand.ts +++ b/clients/client-swf/src/commands/ListActivityTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0"; import { de_ListActivityTypesCommand, se_ListActivityTypesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts index 6c3251e336bc..1bfae62edfcb 100644 --- a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0"; import { diff --git a/clients/client-swf/src/commands/ListDomainsCommand.ts b/clients/client-swf/src/commands/ListDomainsCommand.ts index 1ccd39854ee7..cd0590de3300 100644 --- a/clients/client-swf/src/commands/ListDomainsCommand.ts +++ b/clients/client-swf/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DomainInfos, ListDomainsInput } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts index cee324b9a582..81cd044eb21c 100644 --- a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0"; import { de_ListOpenWorkflowExecutionsCommand, se_ListOpenWorkflowExecutionsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts index d68dcaaf992c..7d4081f98412 100644 --- a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts index 2dbdcd399c85..6c8c0699a328 100644 --- a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts +++ b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0"; import { de_ListWorkflowTypesCommand, se_ListWorkflowTypesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts index 01611b621efa..4b11f62048b1 100644 --- a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivityTask, PollForActivityTaskInput } from "../models/models_0"; import { de_PollForActivityTaskCommand, se_PollForActivityTaskCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts index fdb85071108f..6c45193bd9d5 100644 --- a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0"; import { de_PollForDecisionTaskCommand, se_PollForDecisionTaskCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts index 3b2ffa5531f7..0b54283ae0b4 100644 --- a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts +++ b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/models_0"; import { de_RecordActivityTaskHeartbeatCommand, se_RecordActivityTaskHeartbeatCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts index 64cb00df379b..6e4d460f2f0b 100644 --- a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterActivityTypeInput } from "../models/models_0"; import { de_RegisterActivityTypeCommand, se_RegisterActivityTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RegisterDomainCommand.ts b/clients/client-swf/src/commands/RegisterDomainCommand.ts index 90d923b63c79..3ec2ac97adc6 100644 --- a/clients/client-swf/src/commands/RegisterDomainCommand.ts +++ b/clients/client-swf/src/commands/RegisterDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterDomainInput } from "../models/models_0"; import { de_RegisterDomainCommand, se_RegisterDomainCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts index 29f79ece076e..7dae0b712322 100644 --- a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterWorkflowTypeInput } from "../models/models_0"; import { de_RegisterWorkflowTypeCommand, se_RegisterWorkflowTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts index 2f9d51167c41..fc52ad6d771d 100644 --- a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RequestCancelWorkflowExecutionInput } from "../models/models_0"; import { diff --git a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts index f1178990871e..c9cdfc09e2e4 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RespondActivityTaskCanceledInput } from "../models/models_0"; import { de_RespondActivityTaskCanceledCommand, se_RespondActivityTaskCanceledCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts index 97d4f51bc0d5..effdad289567 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RespondActivityTaskCompletedInput } from "../models/models_0"; import { diff --git a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts index 2fc33909ab44..af12d2f8319e 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RespondActivityTaskFailedInput } from "../models/models_0"; import { de_RespondActivityTaskFailedCommand, se_RespondActivityTaskFailedCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts index 85be0f875c50..deaa5e8098c7 100644 --- a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RespondDecisionTaskCompletedInput } from "../models/models_0"; import { diff --git a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts index 8461438b72c0..20280517e6ef 100644 --- a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SignalWorkflowExecutionInput } from "../models/models_0"; import { de_SignalWorkflowExecutionCommand, se_SignalWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts index b34401cea0f3..1b5caf3fdb32 100644 --- a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { Run, StartWorkflowExecutionInput } from "../models/models_0"; import { de_StartWorkflowExecutionCommand, se_StartWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/TagResourceCommand.ts b/clients/client-swf/src/commands/TagResourceCommand.ts index f66cf21431b5..96b5d589d148 100644 --- a/clients/client-swf/src/commands/TagResourceCommand.ts +++ b/clients/client-swf/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts index f74d626c6594..599b379b343c 100644 --- a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateWorkflowExecutionInput } from "../models/models_0"; import { de_TerminateWorkflowExecutionCommand, se_TerminateWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts index af634cf57610..b910d6091ba7 100644 --- a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UndeprecateActivityTypeInput } from "../models/models_0"; import { de_UndeprecateActivityTypeCommand, se_UndeprecateActivityTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts index 808d66068488..759c9d85407d 100644 --- a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UndeprecateDomainInput } from "../models/models_0"; import { de_UndeprecateDomainCommand, se_UndeprecateDomainCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts index 96141ac3c8bd..c5ca8594dd26 100644 --- a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UndeprecateWorkflowTypeInput } from "../models/models_0"; import { de_UndeprecateWorkflowTypeCommand, se_UndeprecateWorkflowTypeCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/commands/UntagResourceCommand.ts b/clients/client-swf/src/commands/UntagResourceCommand.ts index 81e891de66eb..019e35145cc5 100644 --- a/clients/client-swf/src/commands/UntagResourceCommand.ts +++ b/clients/client-swf/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-swf/src/endpoint/EndpointParameters.ts b/clients/client-swf/src/endpoint/EndpointParameters.ts index 524d5930f789..5837206f8d07 100644 --- a/clients/client-swf/src/endpoint/EndpointParameters.ts +++ b/clients/client-swf/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-swf/src/endpoint/endpointResolver.ts b/clients/client-swf/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-swf/src/endpoint/endpointResolver.ts +++ b/clients/client-swf/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-swf/src/endpoint/ruleset.ts b/clients/client-swf/src/endpoint/ruleset.ts index f49362eff1bc..ce4ff56007dc 100644 --- a/clients/client-swf/src/endpoint/ruleset.ts +++ b/clients/client-swf/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-swf/src/models/SWFServiceException.ts b/clients/client-swf/src/models/SWFServiceException.ts index 8add334a7938..b0568bcfe8d1 100644 --- a/clients/client-swf/src/models/SWFServiceException.ts +++ b/clients/client-swf/src/models/SWFServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-swf/src/models/models_0.ts b/clients/client-swf/src/models/models_0.ts index 0151aaee856c..211bb3b0473c 100644 --- a/clients/client-swf/src/models/models_0.ts +++ b/clients/client-swf/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SWFServiceException as __BaseException } from "./SWFServiceException"; diff --git a/clients/client-swf/src/pagination/GetWorkflowExecutionHistoryPaginator.ts b/clients/client-swf/src/pagination/GetWorkflowExecutionHistoryPaginator.ts index d44e39e1034e..e80f81370dcf 100644 --- a/clients/client-swf/src/pagination/GetWorkflowExecutionHistoryPaginator.ts +++ b/clients/client-swf/src/pagination/GetWorkflowExecutionHistoryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetWorkflowExecutionHistoryCommand, diff --git a/clients/client-swf/src/pagination/Interfaces.ts b/clients/client-swf/src/pagination/Interfaces.ts index 2f989f364c73..3f80dae454fa 100644 --- a/clients/client-swf/src/pagination/Interfaces.ts +++ b/clients/client-swf/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SWFClient } from "../SWFClient"; diff --git a/clients/client-swf/src/pagination/ListActivityTypesPaginator.ts b/clients/client-swf/src/pagination/ListActivityTypesPaginator.ts index a4a3cf74ddcc..395d32dd9746 100644 --- a/clients/client-swf/src/pagination/ListActivityTypesPaginator.ts +++ b/clients/client-swf/src/pagination/ListActivityTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListActivityTypesCommand, diff --git a/clients/client-swf/src/pagination/ListClosedWorkflowExecutionsPaginator.ts b/clients/client-swf/src/pagination/ListClosedWorkflowExecutionsPaginator.ts index b9d2a894c4cf..716424a3538b 100644 --- a/clients/client-swf/src/pagination/ListClosedWorkflowExecutionsPaginator.ts +++ b/clients/client-swf/src/pagination/ListClosedWorkflowExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListClosedWorkflowExecutionsCommand, diff --git a/clients/client-swf/src/pagination/ListDomainsPaginator.ts b/clients/client-swf/src/pagination/ListDomainsPaginator.ts index d24d533de37e..ffdb97e3c5c9 100644 --- a/clients/client-swf/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-swf/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { SWFClient } from "../SWFClient"; diff --git a/clients/client-swf/src/pagination/ListOpenWorkflowExecutionsPaginator.ts b/clients/client-swf/src/pagination/ListOpenWorkflowExecutionsPaginator.ts index 84889963db2d..3c31463920aa 100644 --- a/clients/client-swf/src/pagination/ListOpenWorkflowExecutionsPaginator.ts +++ b/clients/client-swf/src/pagination/ListOpenWorkflowExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOpenWorkflowExecutionsCommand, diff --git a/clients/client-swf/src/pagination/ListWorkflowTypesPaginator.ts b/clients/client-swf/src/pagination/ListWorkflowTypesPaginator.ts index ae28c8b5710c..5fa46950cd84 100644 --- a/clients/client-swf/src/pagination/ListWorkflowTypesPaginator.ts +++ b/clients/client-swf/src/pagination/ListWorkflowTypesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowTypesCommand, diff --git a/clients/client-swf/src/pagination/PollForDecisionTaskPaginator.ts b/clients/client-swf/src/pagination/PollForDecisionTaskPaginator.ts index 65b3817f96c2..1eb618f6c4b6 100644 --- a/clients/client-swf/src/pagination/PollForDecisionTaskPaginator.ts +++ b/clients/client-swf/src/pagination/PollForDecisionTaskPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { PollForDecisionTaskCommand, diff --git a/clients/client-swf/src/protocols/Aws_json1_0.ts b/clients/client-swf/src/protocols/Aws_json1_0.ts index e3f710e66802..b143bf67720a 100644 --- a/clients/client-swf/src/protocols/Aws_json1_0.ts +++ b/clients/client-swf/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CountClosedWorkflowExecutionsCommandInput, diff --git a/clients/client-swf/src/runtimeConfig.browser.ts b/clients/client-swf/src/runtimeConfig.browser.ts index 0f1fceee53ef..8b91602003f3 100644 --- a/clients/client-swf/src/runtimeConfig.browser.ts +++ b/clients/client-swf/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SWFClientConfig } from "./SWFClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-swf/src/runtimeConfig.shared.ts b/clients/client-swf/src/runtimeConfig.shared.ts index 0e7ec52b76aa..86c4acde8ee3 100644 --- a/clients/client-swf/src/runtimeConfig.shared.ts +++ b/clients/client-swf/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SWFClientConfig } from "./SWFClient"; diff --git a/clients/client-swf/src/runtimeConfig.ts b/clients/client-swf/src/runtimeConfig.ts index c2d8d7b8abbd..9c31bfe4751b 100644 --- a/clients/client-swf/src/runtimeConfig.ts +++ b/clients/client-swf/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SWFClientConfig } from "./SWFClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index eb732b60a58e..7a49675458f5 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-synthetics/src/Synthetics.ts b/clients/client-synthetics/src/Synthetics.ts index b2de18c214ca..586a9d6a8f87 100644 --- a/clients/client-synthetics/src/Synthetics.ts +++ b/clients/client-synthetics/src/Synthetics.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateResourceCommand, diff --git a/clients/client-synthetics/src/SyntheticsClient.ts b/clients/client-synthetics/src/SyntheticsClient.ts index 02e7d1582033..94bc5ce34623 100644 --- a/clients/client-synthetics/src/SyntheticsClient.ts +++ b/clients/client-synthetics/src/SyntheticsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand"; @@ -159,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -268,7 +266,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts index 2ed4c96a3d40..f0a9b8284e14 100644 --- a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0"; import { de_AssociateResourceCommand, se_AssociateResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts index c338adeb5f5f..47e06800747d 100644 --- a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0"; import { de_CreateCanaryCommand, se_CreateCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/CreateGroupCommand.ts b/clients/client-synthetics/src/commands/CreateGroupCommand.ts index 9858c6afe6d0..6fe9ef75dbdd 100644 --- a/clients/client-synthetics/src/commands/CreateGroupCommand.ts +++ b/clients/client-synthetics/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts index 3e308b1ee8b1..61c61b11852b 100644 --- a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0"; import { de_DeleteCanaryCommand, se_DeleteCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts index 32906c9666be..5e49adb9c1c8 100644 --- a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts index 09336a4e4fe2..4a7d0acd1cc4 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/models_0"; import { de_DescribeCanariesCommand, se_DescribeCanariesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts index 51dee72914e1..de6b37f9305c 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from "../models/models_0"; import { de_DescribeCanariesLastRunCommand, se_DescribeCanariesLastRunCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts index 332297599b7d..9262ba608806 100644 --- a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from "../models/models_0"; import { de_DescribeRuntimeVersionsCommand, se_DescribeRuntimeVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts index f18ea160cdb5..5d0037988020 100644 --- a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0"; import { de_DisassociateResourceCommand, se_DisassociateResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/GetCanaryCommand.ts b/clients/client-synthetics/src/commands/GetCanaryCommand.ts index c85119f4cf2c..9bb92b9fb13b 100644 --- a/clients/client-synthetics/src/commands/GetCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0"; import { de_GetCanaryCommand, se_GetCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts index d23960fd86f0..b0d7f0bc4cb1 100644 --- a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0"; import { de_GetCanaryRunsCommand, se_GetCanaryRunsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/GetGroupCommand.ts b/clients/client-synthetics/src/commands/GetGroupCommand.ts index a14bea6e9beb..294c18936a5d 100644 --- a/clients/client-synthetics/src/commands/GetGroupCommand.ts +++ b/clients/client-synthetics/src/commands/GetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts index 837156ff57f9..397fe841bfdb 100644 --- a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssociatedGroupsRequest, ListAssociatedGroupsResponse } from "../models/models_0"; import { de_ListAssociatedGroupsCommand, se_ListAssociatedGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts index ad7f7e2096c8..770a2930c8ad 100644 --- a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models/models_0"; import { de_ListGroupResourcesCommand, se_ListGroupResourcesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/ListGroupsCommand.ts b/clients/client-synthetics/src/commands/ListGroupsCommand.ts index 121f81946bd7..94ccf1736a99 100644 --- a/clients/client-synthetics/src/commands/ListGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts index 547a80e61325..d4dc697047e2 100644 --- a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/StartCanaryCommand.ts b/clients/client-synthetics/src/commands/StartCanaryCommand.ts index ae276efd5d49..ac5db4707116 100644 --- a/clients/client-synthetics/src/commands/StartCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StartCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartCanaryRequest, StartCanaryResponse } from "../models/models_0"; import { de_StartCanaryCommand, se_StartCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/StopCanaryCommand.ts b/clients/client-synthetics/src/commands/StopCanaryCommand.ts index 02d4606f8d93..a97bfc5048ee 100644 --- a/clients/client-synthetics/src/commands/StopCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StopCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopCanaryRequest, StopCanaryResponse } from "../models/models_0"; import { de_StopCanaryCommand, se_StopCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/TagResourceCommand.ts b/clients/client-synthetics/src/commands/TagResourceCommand.ts index 79369af46cd2..8b90cd3aad57 100644 --- a/clients/client-synthetics/src/commands/TagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/UntagResourceCommand.ts b/clients/client-synthetics/src/commands/UntagResourceCommand.ts index 833a34e418ba..5cd513bfaaff 100644 --- a/clients/client-synthetics/src/commands/UntagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts index 670eb1180dd1..74c050c369f4 100644 --- a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCanaryRequest, UpdateCanaryResponse } from "../models/models_0"; import { de_UpdateCanaryCommand, se_UpdateCanaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-synthetics/src/endpoint/EndpointParameters.ts b/clients/client-synthetics/src/endpoint/EndpointParameters.ts index d26f82d00589..70eb2ef955d3 100644 --- a/clients/client-synthetics/src/endpoint/EndpointParameters.ts +++ b/clients/client-synthetics/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-synthetics/src/endpoint/endpointResolver.ts b/clients/client-synthetics/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-synthetics/src/endpoint/endpointResolver.ts +++ b/clients/client-synthetics/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-synthetics/src/endpoint/ruleset.ts b/clients/client-synthetics/src/endpoint/ruleset.ts index fa208804b7fd..ad5c3749f7b7 100644 --- a/clients/client-synthetics/src/endpoint/ruleset.ts +++ b/clients/client-synthetics/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-synthetics/src/models/SyntheticsServiceException.ts b/clients/client-synthetics/src/models/SyntheticsServiceException.ts index 635254a3a85f..3957e84e82f1 100644 --- a/clients/client-synthetics/src/models/SyntheticsServiceException.ts +++ b/clients/client-synthetics/src/models/SyntheticsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-synthetics/src/models/models_0.ts b/clients/client-synthetics/src/models/models_0.ts index a45356adbb59..32da34f54f77 100644 --- a/clients/client-synthetics/src/models/models_0.ts +++ b/clients/client-synthetics/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { SyntheticsServiceException as __BaseException } from "./SyntheticsServiceException"; diff --git a/clients/client-synthetics/src/pagination/DescribeCanariesLastRunPaginator.ts b/clients/client-synthetics/src/pagination/DescribeCanariesLastRunPaginator.ts index d55ca0ca62fe..53ad7ae0c24c 100644 --- a/clients/client-synthetics/src/pagination/DescribeCanariesLastRunPaginator.ts +++ b/clients/client-synthetics/src/pagination/DescribeCanariesLastRunPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCanariesLastRunCommand, diff --git a/clients/client-synthetics/src/pagination/DescribeCanariesPaginator.ts b/clients/client-synthetics/src/pagination/DescribeCanariesPaginator.ts index f98a73ac53d2..f583255210ca 100644 --- a/clients/client-synthetics/src/pagination/DescribeCanariesPaginator.ts +++ b/clients/client-synthetics/src/pagination/DescribeCanariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCanariesCommand, diff --git a/clients/client-synthetics/src/pagination/DescribeRuntimeVersionsPaginator.ts b/clients/client-synthetics/src/pagination/DescribeRuntimeVersionsPaginator.ts index 1b063fe8323b..656d82749ef5 100644 --- a/clients/client-synthetics/src/pagination/DescribeRuntimeVersionsPaginator.ts +++ b/clients/client-synthetics/src/pagination/DescribeRuntimeVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRuntimeVersionsCommand, diff --git a/clients/client-synthetics/src/pagination/GetCanaryRunsPaginator.ts b/clients/client-synthetics/src/pagination/GetCanaryRunsPaginator.ts index 2f2a6a6309e0..d416c472111d 100644 --- a/clients/client-synthetics/src/pagination/GetCanaryRunsPaginator.ts +++ b/clients/client-synthetics/src/pagination/GetCanaryRunsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetCanaryRunsCommand, diff --git a/clients/client-synthetics/src/pagination/Interfaces.ts b/clients/client-synthetics/src/pagination/Interfaces.ts index 38a40f579295..785edbfdfa36 100644 --- a/clients/client-synthetics/src/pagination/Interfaces.ts +++ b/clients/client-synthetics/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { SyntheticsClient } from "../SyntheticsClient"; diff --git a/clients/client-synthetics/src/pagination/ListAssociatedGroupsPaginator.ts b/clients/client-synthetics/src/pagination/ListAssociatedGroupsPaginator.ts index 3b4c1f676834..e52232760665 100644 --- a/clients/client-synthetics/src/pagination/ListAssociatedGroupsPaginator.ts +++ b/clients/client-synthetics/src/pagination/ListAssociatedGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssociatedGroupsCommand, diff --git a/clients/client-synthetics/src/pagination/ListGroupResourcesPaginator.ts b/clients/client-synthetics/src/pagination/ListGroupResourcesPaginator.ts index fe9c8afb03e5..1f2339f7e233 100644 --- a/clients/client-synthetics/src/pagination/ListGroupResourcesPaginator.ts +++ b/clients/client-synthetics/src/pagination/ListGroupResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupResourcesCommand, diff --git a/clients/client-synthetics/src/pagination/ListGroupsPaginator.ts b/clients/client-synthetics/src/pagination/ListGroupsPaginator.ts index 0ae807d82970..0a4e1129477d 100644 --- a/clients/client-synthetics/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-synthetics/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; import { SyntheticsClient } from "../SyntheticsClient"; diff --git a/clients/client-synthetics/src/protocols/Aws_restJson1.ts b/clients/client-synthetics/src/protocols/Aws_restJson1.ts index 9e63fc3fa3dc..f40649e557ed 100644 --- a/clients/client-synthetics/src/protocols/Aws_restJson1.ts +++ b/clients/client-synthetics/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "../commands/AssociateResourceCommand"; import { CreateCanaryCommandInput, CreateCanaryCommandOutput } from "../commands/CreateCanaryCommand"; diff --git a/clients/client-synthetics/src/runtimeConfig.browser.ts b/clients/client-synthetics/src/runtimeConfig.browser.ts index a2df1d00fa1b..3c7d8cd08d84 100644 --- a/clients/client-synthetics/src/runtimeConfig.browser.ts +++ b/clients/client-synthetics/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SyntheticsClientConfig } from "./SyntheticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-synthetics/src/runtimeConfig.shared.ts b/clients/client-synthetics/src/runtimeConfig.shared.ts index 4f90dec67c24..acadf07f43db 100644 --- a/clients/client-synthetics/src/runtimeConfig.shared.ts +++ b/clients/client-synthetics/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { SyntheticsClientConfig } from "./SyntheticsClient"; diff --git a/clients/client-synthetics/src/runtimeConfig.ts b/clients/client-synthetics/src/runtimeConfig.ts index 4be6d7d6479d..1fb9d7477dfd 100644 --- a/clients/client-synthetics/src/runtimeConfig.ts +++ b/clients/client-synthetics/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { SyntheticsClientConfig } from "./SyntheticsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index 570df77e66fb..3200601b62c7 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-textract/src/Textract.ts b/clients/client-textract/src/Textract.ts index 90140cb06b15..4f1c9ff20183 100644 --- a/clients/client-textract/src/Textract.ts +++ b/clients/client-textract/src/Textract.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AnalyzeDocumentCommand, diff --git a/clients/client-textract/src/TextractClient.ts b/clients/client-textract/src/TextractClient.ts index 8ed1d115b20b..4485e42d368d 100644 --- a/clients/client-textract/src/TextractClient.ts +++ b/clients/client-textract/src/TextractClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput } from "./commands/AnalyzeDocumentCommand"; @@ -141,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -250,7 +248,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts index 33f68b3745d8..6496884029fa 100644 --- a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AnalyzeDocumentRequest, AnalyzeDocumentResponse } from "../models/models_0"; import { de_AnalyzeDocumentCommand, se_AnalyzeDocumentCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts index 3c27cdb9dfc6..08f4a7d78aa7 100644 --- a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AnalyzeExpenseRequest, AnalyzeExpenseResponse } from "../models/models_0"; import { de_AnalyzeExpenseCommand, se_AnalyzeExpenseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/AnalyzeIDCommand.ts b/clients/client-textract/src/commands/AnalyzeIDCommand.ts index 8c54b648b76f..04607c84a2d4 100644 --- a/clients/client-textract/src/commands/AnalyzeIDCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeIDCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0"; import { de_AnalyzeIDCommand, se_AnalyzeIDCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts index 39ebb502c654..3c1f5d32247b 100644 --- a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts +++ b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models/models_0"; import { de_DetectDocumentTextCommand, se_DetectDocumentTextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts index bbe5d2ded07f..b1b4d5c017e4 100644 --- a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../models/models_0"; import { de_GetDocumentAnalysisCommand, se_GetDocumentAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts index 9d98eb3dd02b..8aae0cead1c9 100644 --- a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } from "../models/models_0"; import { de_GetDocumentTextDetectionCommand, se_GetDocumentTextDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts index f813566020a6..85449e66c019 100644 --- a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models/models_0"; import { de_GetExpenseAnalysisCommand, se_GetExpenseAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts index 8cdf27a42650..5412eba77266 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLendingAnalysisRequest, GetLendingAnalysisResponse } from "../models/models_0"; import { de_GetLendingAnalysisCommand, se_GetLendingAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts index 0108a2400425..f07fadba4620 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLendingAnalysisSummaryRequest, GetLendingAnalysisSummaryResponse } from "../models/models_0"; import { de_GetLendingAnalysisSummaryCommand, se_GetLendingAnalysisSummaryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts index 7299b881f639..4a6cf06ab7fc 100644 --- a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDocumentAnalysisRequest, StartDocumentAnalysisResponse } from "../models/models_0"; import { de_StartDocumentAnalysisCommand, se_StartDocumentAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts index 90aa00c57af9..af6a3686e250 100644 --- a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartDocumentTextDetectionRequest, StartDocumentTextDetectionResponse } from "../models/models_0"; import { de_StartDocumentTextDetectionCommand, se_StartDocumentTextDetectionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts index ca6331e13b19..0515c0907247 100644 --- a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartExpenseAnalysisRequest, StartExpenseAnalysisResponse } from "../models/models_0"; import { de_StartExpenseAnalysisCommand, se_StartExpenseAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts index eb763518c798..e61805e8362a 100644 --- a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartLendingAnalysisRequest, StartLendingAnalysisResponse } from "../models/models_0"; import { de_StartLendingAnalysisCommand, se_StartLendingAnalysisCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-textract/src/endpoint/EndpointParameters.ts b/clients/client-textract/src/endpoint/EndpointParameters.ts index 0205f1e6dabe..52b398f1a7e5 100644 --- a/clients/client-textract/src/endpoint/EndpointParameters.ts +++ b/clients/client-textract/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-textract/src/endpoint/endpointResolver.ts b/clients/client-textract/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-textract/src/endpoint/endpointResolver.ts +++ b/clients/client-textract/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-textract/src/endpoint/ruleset.ts b/clients/client-textract/src/endpoint/ruleset.ts index 2ec4877aea41..48ffca23343b 100644 --- a/clients/client-textract/src/endpoint/ruleset.ts +++ b/clients/client-textract/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-textract/src/models/TextractServiceException.ts b/clients/client-textract/src/models/TextractServiceException.ts index eb8fbc1d1b21..43df8ddc431e 100644 --- a/clients/client-textract/src/models/TextractServiceException.ts +++ b/clients/client-textract/src/models/TextractServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-textract/src/models/models_0.ts b/clients/client-textract/src/models/models_0.ts index 5d29e8573dbe..e093b26c194d 100644 --- a/clients/client-textract/src/models/models_0.ts +++ b/clients/client-textract/src/models/models_0.ts @@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { TextractServiceException as __BaseException } from "./TextractServiceException"; diff --git a/clients/client-textract/src/protocols/Aws_json1_1.ts b/clients/client-textract/src/protocols/Aws_json1_1.ts index 3ce171bd33e0..8e42421f03d8 100644 --- a/clients/client-textract/src/protocols/Aws_json1_1.ts +++ b/clients/client-textract/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { limitedParseFloat32 as __limitedParseFloat32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput } from "../commands/AnalyzeDocumentCommand"; import { AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput } from "../commands/AnalyzeExpenseCommand"; diff --git a/clients/client-textract/src/runtimeConfig.browser.ts b/clients/client-textract/src/runtimeConfig.browser.ts index 5f20fb00cd94..9f70d25a9043 100644 --- a/clients/client-textract/src/runtimeConfig.browser.ts +++ b/clients/client-textract/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TextractClientConfig } from "./TextractClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-textract/src/runtimeConfig.shared.ts b/clients/client-textract/src/runtimeConfig.shared.ts index 1a2f95bb76b3..4402bd582a95 100644 --- a/clients/client-textract/src/runtimeConfig.shared.ts +++ b/clients/client-textract/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TextractClientConfig } from "./TextractClient"; diff --git a/clients/client-textract/src/runtimeConfig.ts b/clients/client-textract/src/runtimeConfig.ts index 25c749c2e8f3..16bd1ed7ed71 100644 --- a/clients/client-textract/src/runtimeConfig.ts +++ b/clients/client-textract/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TextractClientConfig } from "./TextractClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 7a0aab26b106..61461f359428 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-endpoint-discovery": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-timestream-query/src/TimestreamQuery.ts b/clients/client-timestream-query/src/TimestreamQuery.ts index 23b6c15198bf..03e80df37829 100644 --- a/clients/client-timestream-query/src/TimestreamQuery.ts +++ b/clients/client-timestream-query/src/TimestreamQuery.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelQueryCommand, CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand"; import { diff --git a/clients/client-timestream-query/src/TimestreamQueryClient.ts b/clients/client-timestream-query/src/TimestreamQueryClient.ts index 75ae0f847231..f13d744e8dde 100644 --- a/clients/client-timestream-query/src/TimestreamQueryClient.ts +++ b/clients/client-timestream-query/src/TimestreamQueryClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig, @@ -15,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -28,32 +24,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand"; @@ -150,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -266,7 +264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts index f8c3c0510235..d15ab8c68b9f 100644 --- a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0"; import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts index a946850268c1..77331e190a7d 100644 --- a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateScheduledQueryRequest, diff --git a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts index 01a23ccea2a9..020c7c0f1b7a 100644 --- a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteScheduledQueryRequest } from "../models/models_0"; import { de_DeleteScheduledQueryCommand, se_DeleteScheduledQueryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts index 30acb9042797..9922ac90b2ab 100644 --- a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0"; import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts index 1021e91b1a6a..9ecd40278f31 100644 --- a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeScheduledQueryRequest, diff --git a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts index b8c11e4e457c..64ecc68972ff 100644 --- a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExecuteScheduledQueryRequest, ExecuteScheduledQueryRequestFilterSensitiveLog } from "../models/models_0"; import { de_ExecuteScheduledQueryCommand, se_ExecuteScheduledQueryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts index 710d2b20bf7f..7469693444e2 100644 --- a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts +++ b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListScheduledQueriesRequest, ListScheduledQueriesResponse } from "../models/models_0"; import { de_ListScheduledQueriesCommand, se_ListScheduledQueriesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts index 4f9c29029e8a..1429bd755594 100644 --- a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts index 51b1392195b4..a70ff1393d50 100644 --- a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PrepareQueryRequest, diff --git a/clients/client-timestream-query/src/commands/QueryCommand.ts b/clients/client-timestream-query/src/commands/QueryCommand.ts index 5dc7183d304f..024f6bb57179 100644 --- a/clients/client-timestream-query/src/commands/QueryCommand.ts +++ b/clients/client-timestream-query/src/commands/QueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryRequest, QueryRequestFilterSensitiveLog, QueryResponse } from "../models/models_0"; import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/TagResourceCommand.ts b/clients/client-timestream-query/src/commands/TagResourceCommand.ts index 48d76a16f34e..0449c0069f39 100644 --- a/clients/client-timestream-query/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/TagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts index 8613c6e406b0..e25553f90b99 100644 --- a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts index 7646f89a2cd8..5c72fcf835fe 100644 --- a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateScheduledQueryRequest } from "../models/models_0"; import { de_UpdateScheduledQueryCommand, se_UpdateScheduledQueryCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-query/src/endpoint/EndpointParameters.ts b/clients/client-timestream-query/src/endpoint/EndpointParameters.ts index ed86cb18c462..a8defbf7f536 100644 --- a/clients/client-timestream-query/src/endpoint/EndpointParameters.ts +++ b/clients/client-timestream-query/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-timestream-query/src/endpoint/endpointResolver.ts b/clients/client-timestream-query/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-timestream-query/src/endpoint/endpointResolver.ts +++ b/clients/client-timestream-query/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-timestream-query/src/endpoint/ruleset.ts b/clients/client-timestream-query/src/endpoint/ruleset.ts index 5b2d3a01c084..2eab9f43559e 100644 --- a/clients/client-timestream-query/src/endpoint/ruleset.ts +++ b/clients/client-timestream-query/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts b/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts index 4facc7438f5d..a924e9cbc375 100644 --- a/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts +++ b/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-timestream-query/src/models/models_0.ts b/clients/client-timestream-query/src/models/models_0.ts index b4e74cb7310b..d0b4442c8db1 100644 --- a/clients/client-timestream-query/src/models/models_0.ts +++ b/clients/client-timestream-query/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { TimestreamQueryServiceException as __BaseException } from "./TimestreamQueryServiceException"; diff --git a/clients/client-timestream-query/src/pagination/Interfaces.ts b/clients/client-timestream-query/src/pagination/Interfaces.ts index e8fe8f813917..95e219b0e1d2 100644 --- a/clients/client-timestream-query/src/pagination/Interfaces.ts +++ b/clients/client-timestream-query/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TimestreamQueryClient } from "../TimestreamQueryClient"; diff --git a/clients/client-timestream-query/src/pagination/ListScheduledQueriesPaginator.ts b/clients/client-timestream-query/src/pagination/ListScheduledQueriesPaginator.ts index 8c178adaf437..fb8edd0d79a7 100644 --- a/clients/client-timestream-query/src/pagination/ListScheduledQueriesPaginator.ts +++ b/clients/client-timestream-query/src/pagination/ListScheduledQueriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListScheduledQueriesCommand, diff --git a/clients/client-timestream-query/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-timestream-query/src/pagination/ListTagsForResourcePaginator.ts index f21ca8674084..ec7c498ab0c3 100644 --- a/clients/client-timestream-query/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-timestream-query/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-timestream-query/src/pagination/QueryPaginator.ts b/clients/client-timestream-query/src/pagination/QueryPaginator.ts index 886cae2d4077..b8c5b4e05f5a 100644 --- a/clients/client-timestream-query/src/pagination/QueryPaginator.ts +++ b/clients/client-timestream-query/src/pagination/QueryPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryCommand, QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand"; import { TimestreamQueryClient } from "../TimestreamQueryClient"; diff --git a/clients/client-timestream-query/src/protocols/Aws_json1_0.ts b/clients/client-timestream-query/src/protocols/Aws_json1_0.ts index c1820dc10d13..bfbd131671a5 100644 --- a/clients/client-timestream-query/src/protocols/Aws_json1_0.ts +++ b/clients/client-timestream-query/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand"; diff --git a/clients/client-timestream-query/src/runtimeConfig.browser.ts b/clients/client-timestream-query/src/runtimeConfig.browser.ts index 18b715bad4bc..2cb0928864fc 100644 --- a/clients/client-timestream-query/src/runtimeConfig.browser.ts +++ b/clients/client-timestream-query/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TimestreamQueryClientConfig } from "./TimestreamQueryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-timestream-query/src/runtimeConfig.shared.ts b/clients/client-timestream-query/src/runtimeConfig.shared.ts index 75adf4d4618c..2a4485951386 100644 --- a/clients/client-timestream-query/src/runtimeConfig.shared.ts +++ b/clients/client-timestream-query/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TimestreamQueryClientConfig } from "./TimestreamQueryClient"; diff --git a/clients/client-timestream-query/src/runtimeConfig.ts b/clients/client-timestream-query/src/runtimeConfig.ts index 438da726200c..24f52f3d3e1f 100644 --- a/clients/client-timestream-query/src/runtimeConfig.ts +++ b/clients/client-timestream-query/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TimestreamQueryClientConfig } from "./TimestreamQueryClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index af9c1aaba165..135a8d60695f 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -22,44 +22,45 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-endpoint-discovery": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-timestream-write/src/TimestreamWrite.ts b/clients/client-timestream-write/src/TimestreamWrite.ts index 32dccb8c8f5c..3291cdf35bbd 100644 --- a/clients/client-timestream-write/src/TimestreamWrite.ts +++ b/clients/client-timestream-write/src/TimestreamWrite.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateBatchLoadTaskCommand, diff --git a/clients/client-timestream-write/src/TimestreamWriteClient.ts b/clients/client-timestream-write/src/TimestreamWriteClient.ts index e12a0011ed38..4efdc66d8f15 100644 --- a/clients/client-timestream-write/src/TimestreamWriteClient.ts +++ b/clients/client-timestream-write/src/TimestreamWriteClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig, @@ -15,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -28,32 +24,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -159,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -275,7 +273,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts index 690d003fd86a..b923472bb170 100644 --- a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBatchLoadTaskRequest, diff --git a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts index 66c3117c6aa4..324a520208a3 100644 --- a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDatabaseRequest, CreateDatabaseResponse } from "../models/models_0"; import { de_CreateDatabaseCommand, se_CreateDatabaseCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/CreateTableCommand.ts b/clients/client-timestream-write/src/commands/CreateTableCommand.ts index b8096c21de4b..c6bc8f82ede7 100644 --- a/clients/client-timestream-write/src/commands/CreateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateTableCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTableRequest, CreateTableResponse } from "../models/models_0"; import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts index 946dd517c950..3c4514fee03d 100644 --- a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDatabaseRequest } from "../models/models_0"; import { de_DeleteDatabaseCommand, se_DeleteDatabaseCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts index 419fa7afd91d..805df468a7e0 100644 --- a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTableRequest } from "../models/models_0"; import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts index 59197f14d153..2476fda0c6b6 100644 --- a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeBatchLoadTaskRequest, DescribeBatchLoadTaskResponse } from "../models/models_0"; import { de_DescribeBatchLoadTaskCommand, se_DescribeBatchLoadTaskCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts index 233840f382fe..6a8505e13f51 100644 --- a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDatabaseRequest, DescribeDatabaseResponse } from "../models/models_0"; import { de_DescribeDatabaseCommand, se_DescribeDatabaseCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts index 7f13ba3e54a3..9f88c28cfaf8 100644 --- a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0"; import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts index 9ca1da73e496..25bdf9e929b0 100644 --- a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0"; import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts index dbba35814c5a..0c0bc4574675 100644 --- a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts +++ b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBatchLoadTasksRequest, ListBatchLoadTasksResponse } from "../models/models_0"; import { de_ListBatchLoadTasksCommand, se_ListBatchLoadTasksCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts index d67bb8f0d949..67723231fdeb 100644 --- a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0"; import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/ListTablesCommand.ts b/clients/client-timestream-write/src/commands/ListTablesCommand.ts index f1e93f10262d..0f2a96b0bfa1 100644 --- a/clients/client-timestream-write/src/commands/ListTablesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTablesCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts index cb8009baab61..15297a45787f 100644 --- a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts index 2b5719c25138..c8c2487aed8e 100644 --- a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResumeBatchLoadTaskRequest, ResumeBatchLoadTaskResponse } from "../models/models_0"; import { de_ResumeBatchLoadTaskCommand, se_ResumeBatchLoadTaskCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/TagResourceCommand.ts b/clients/client-timestream-write/src/commands/TagResourceCommand.ts index 12d0d7bd02b4..7917bc684d4d 100644 --- a/clients/client-timestream-write/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/TagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts index 28c7ec6f9db5..ccb429337b42 100644 --- a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts index 962880633112..299af7c9beca 100644 --- a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_0"; import { de_UpdateDatabaseCommand, se_UpdateDatabaseCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts index 37faaa8783bb..102b0a42243c 100644 --- a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0"; import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts index 6536c58de323..af82d2c442d3 100644 --- a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts +++ b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts @@ -1,8 +1,9 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEndpointDiscoveryPlugin } from "@aws-sdk/middleware-endpoint-discovery"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,9 +11,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { WriteRecordsRequest, WriteRecordsResponse } from "../models/models_0"; import { de_WriteRecordsCommand, se_WriteRecordsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-timestream-write/src/endpoint/EndpointParameters.ts b/clients/client-timestream-write/src/endpoint/EndpointParameters.ts index ed86cb18c462..a8defbf7f536 100644 --- a/clients/client-timestream-write/src/endpoint/EndpointParameters.ts +++ b/clients/client-timestream-write/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-timestream-write/src/endpoint/endpointResolver.ts b/clients/client-timestream-write/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-timestream-write/src/endpoint/endpointResolver.ts +++ b/clients/client-timestream-write/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-timestream-write/src/endpoint/ruleset.ts b/clients/client-timestream-write/src/endpoint/ruleset.ts index 3cb71acb4d18..557e91c73fd3 100644 --- a/clients/client-timestream-write/src/endpoint/ruleset.ts +++ b/clients/client-timestream-write/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts b/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts index a80a03d9756a..eeb0b4771e1e 100644 --- a/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts +++ b/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-timestream-write/src/models/models_0.ts b/clients/client-timestream-write/src/models/models_0.ts index c4b503ffb5c8..3600e40e35d8 100644 --- a/clients/client-timestream-write/src/models/models_0.ts +++ b/clients/client-timestream-write/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { TimestreamWriteServiceException as __BaseException } from "./TimestreamWriteServiceException"; diff --git a/clients/client-timestream-write/src/pagination/Interfaces.ts b/clients/client-timestream-write/src/pagination/Interfaces.ts index e31c47b852fc..3cf005db6ca6 100644 --- a/clients/client-timestream-write/src/pagination/Interfaces.ts +++ b/clients/client-timestream-write/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TimestreamWriteClient } from "../TimestreamWriteClient"; diff --git a/clients/client-timestream-write/src/pagination/ListBatchLoadTasksPaginator.ts b/clients/client-timestream-write/src/pagination/ListBatchLoadTasksPaginator.ts index 6c9dcf8cf725..e769c2f3f9bb 100644 --- a/clients/client-timestream-write/src/pagination/ListBatchLoadTasksPaginator.ts +++ b/clients/client-timestream-write/src/pagination/ListBatchLoadTasksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBatchLoadTasksCommand, diff --git a/clients/client-timestream-write/src/pagination/ListDatabasesPaginator.ts b/clients/client-timestream-write/src/pagination/ListDatabasesPaginator.ts index cd3cd51f6bd7..630e11a96296 100644 --- a/clients/client-timestream-write/src/pagination/ListDatabasesPaginator.ts +++ b/clients/client-timestream-write/src/pagination/ListDatabasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDatabasesCommand, diff --git a/clients/client-timestream-write/src/pagination/ListTablesPaginator.ts b/clients/client-timestream-write/src/pagination/ListTablesPaginator.ts index 5990d16bf08c..71a3fc750bc7 100644 --- a/clients/client-timestream-write/src/pagination/ListTablesPaginator.ts +++ b/clients/client-timestream-write/src/pagination/ListTablesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTablesCommand, ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand"; import { TimestreamWriteClient } from "../TimestreamWriteClient"; diff --git a/clients/client-timestream-write/src/protocols/Aws_json1_0.ts b/clients/client-timestream-write/src/protocols/Aws_json1_0.ts index 79d5f2b42ec3..3b6e3acbf918 100644 --- a/clients/client-timestream-write/src/protocols/Aws_json1_0.ts +++ b/clients/client-timestream-write/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-timestream-write/src/runtimeConfig.browser.ts b/clients/client-timestream-write/src/runtimeConfig.browser.ts index c8362629a4bc..fa188c2372b4 100644 --- a/clients/client-timestream-write/src/runtimeConfig.browser.ts +++ b/clients/client-timestream-write/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TimestreamWriteClientConfig } from "./TimestreamWriteClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-timestream-write/src/runtimeConfig.shared.ts b/clients/client-timestream-write/src/runtimeConfig.shared.ts index 6f660ed1d087..be55b2192391 100644 --- a/clients/client-timestream-write/src/runtimeConfig.shared.ts +++ b/clients/client-timestream-write/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TimestreamWriteClientConfig } from "./TimestreamWriteClient"; diff --git a/clients/client-timestream-write/src/runtimeConfig.ts b/clients/client-timestream-write/src/runtimeConfig.ts index abae05630ba6..6cb920250c17 100644 --- a/clients/client-timestream-write/src/runtimeConfig.ts +++ b/clients/client-timestream-write/src/runtimeConfig.ts @@ -3,26 +3,26 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TimestreamWriteClientConfig } from "./TimestreamWriteClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-tnb/package.json b/clients/client-tnb/package.json index 2f6124dae47f..528a070cec78 100644 --- a/clients/client-tnb/package.json +++ b/clients/client-tnb/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-tnb/src/Tnb.ts b/clients/client-tnb/src/Tnb.ts index c49c4963e630..e4ebb7a56d17 100644 --- a/clients/client-tnb/src/Tnb.ts +++ b/clients/client-tnb/src/Tnb.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CancelSolNetworkOperationCommand, diff --git a/clients/client-tnb/src/TnbClient.ts b/clients/client-tnb/src/TnbClient.ts index e94e7f7af6c0..6fdb5774382d 100644 --- a/clients/client-tnb/src/TnbClient.ts +++ b/clients/client-tnb/src/TnbClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -273,7 +271,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -382,7 +380,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts index 9eec4f1e6971..18dbbd186d65 100644 --- a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelSolNetworkOperationInput } from "../models/models_0"; import { de_CancelSolNetworkOperationCommand, se_CancelSolNetworkOperationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts index aa8cee7af53c..030b05600d1f 100644 --- a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSolFunctionPackageInput, diff --git a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts index db5cd53deb4e..5e25403dc3d7 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSolNetworkInstanceInput, diff --git a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts index 6b4e0997a38a..cf1ef9d7b364 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSolNetworkPackageInput, diff --git a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts index 9a6a54e90284..388c3b4ec3a3 100644 --- a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSolFunctionPackageInput } from "../models/models_0"; import { de_DeleteSolFunctionPackageCommand, se_DeleteSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts index f10d057885c9..0d6b3e0202cf 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSolNetworkInstanceInput } from "../models/models_0"; import { de_DeleteSolNetworkInstanceCommand, se_DeleteSolNetworkInstanceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts index 2d1645509a3c..b2b4da79a266 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSolNetworkPackageInput } from "../models/models_0"; import { de_DeleteSolNetworkPackageCommand, se_DeleteSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts index f3755733b062..71c1d4e14b81 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolFunctionInstanceInput, diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts index e8f6b39d4f5e..547f496cc5d8 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolFunctionPackageInput, diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts index 79a774916f41..175c5055a36f 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { GetSolFunctionPackageContentInput, GetSolFunctionPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts index 4c7b077af311..56347a952762 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { GetSolFunctionPackageDescriptorInput, GetSolFunctionPackageDescriptorOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts index 4af73596c325..6ef35c556346 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolNetworkInstanceInput, diff --git a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts index ca09bfd57955..ea2c4ee6d9bd 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolNetworkOperationInput, diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts index c401a8ef22fe..90570a9b10fc 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSolNetworkPackageInput, diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts index d797175f8f28..6415a77850db 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { GetSolNetworkPackageContentInput, GetSolNetworkPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts index f766f62b3b43..6fa2cb00d0d5 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,10 +10,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { GetSolNetworkPackageDescriptorInput, GetSolNetworkPackageDescriptorOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts index 962ce3af75d5..ad42ea539d31 100644 --- a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InstantiateSolNetworkInstanceInput, diff --git a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts index effa7d38c1b0..e04ca1ab3464 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from "../models/models_0"; import { de_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts index a8316ce47256..78f50b525f00 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../models/models_0"; import { de_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts index 847d96228fdf..37ec6f8e3dd0 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../models/models_0"; import { de_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts index d9801684d873..459de1adc8ec 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from "../models/models_0"; import { de_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts index 99af06cc8bea..802f13fd3fd2 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../models/models_0"; import { de_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts index a673bada1b2c..6784039a0347 100644 --- a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, diff --git a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts index 4234ec585bce..3a74c3b934e9 100644 --- a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSolFunctionPackageContentInput, PutSolFunctionPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts index 765eada14712..e02c054cf105 100644 --- a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSolNetworkPackageContentInput, PutSolNetworkPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/TagResourceCommand.ts b/clients/client-tnb/src/commands/TagResourceCommand.ts index b7a48e9b9d7c..67367cbe1160 100644 --- a/clients/client-tnb/src/commands/TagResourceCommand.ts +++ b/clients/client-tnb/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceInputFilterSensitiveLog, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts index 134df461d4e9..2e1c4aa73d92 100644 --- a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateSolNetworkInstanceInput, diff --git a/clients/client-tnb/src/commands/UntagResourceCommand.ts b/clients/client-tnb/src/commands/UntagResourceCommand.ts index 1d202bda256c..9fadf9b02b50 100644 --- a/clients/client-tnb/src/commands/UntagResourceCommand.ts +++ b/clients/client-tnb/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts index 1b0ba052e887..7076a4490490 100644 --- a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from "../models/models_0"; import { de_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts index 102ffcd1c352..3c52929b0bfb 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSolNetworkInstanceInput, diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts index 9fd9afd42248..c968072ecd0d 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSolNetworkPackageInput, UpdateSolNetworkPackageOutput } from "../models/models_0"; import { de_UpdateSolNetworkPackageCommand, se_UpdateSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts index e38ab57b3641..27de9bec6a13 100644 --- a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ValidateSolFunctionPackageContentInput, ValidateSolFunctionPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts index 229eaad57c77..4e50fa6aa698 100644 --- a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ValidateSolNetworkPackageContentInput, ValidateSolNetworkPackageContentOutput } from "../models/models_0"; import { diff --git a/clients/client-tnb/src/endpoint/EndpointParameters.ts b/clients/client-tnb/src/endpoint/EndpointParameters.ts index 3aea4fdd006e..04b552e12d47 100644 --- a/clients/client-tnb/src/endpoint/EndpointParameters.ts +++ b/clients/client-tnb/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-tnb/src/endpoint/endpointResolver.ts b/clients/client-tnb/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-tnb/src/endpoint/endpointResolver.ts +++ b/clients/client-tnb/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-tnb/src/endpoint/ruleset.ts b/clients/client-tnb/src/endpoint/ruleset.ts index b9086e61c04b..87a4e98ad4bd 100644 --- a/clients/client-tnb/src/endpoint/ruleset.ts +++ b/clients/client-tnb/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-tnb/src/models/TnbServiceException.ts b/clients/client-tnb/src/models/TnbServiceException.ts index 20035ef6043c..89eab54e0d37 100644 --- a/clients/client-tnb/src/models/TnbServiceException.ts +++ b/clients/client-tnb/src/models/TnbServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-tnb/src/models/models_0.ts b/clients/client-tnb/src/models/models_0.ts index 81f8d427ad7f..6226fb274d9e 100644 --- a/clients/client-tnb/src/models/models_0.ts +++ b/clients/client-tnb/src/models/models_0.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { TnbServiceException as __BaseException } from "./TnbServiceException"; diff --git a/clients/client-tnb/src/pagination/Interfaces.ts b/clients/client-tnb/src/pagination/Interfaces.ts index 2246344d31cd..eb5fc29e7885 100644 --- a/clients/client-tnb/src/pagination/Interfaces.ts +++ b/clients/client-tnb/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TnbClient } from "../TnbClient"; diff --git a/clients/client-tnb/src/pagination/ListSolFunctionInstancesPaginator.ts b/clients/client-tnb/src/pagination/ListSolFunctionInstancesPaginator.ts index b2b7c4311745..fd9f6c1f9fbd 100644 --- a/clients/client-tnb/src/pagination/ListSolFunctionInstancesPaginator.ts +++ b/clients/client-tnb/src/pagination/ListSolFunctionInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolFunctionInstancesCommand, diff --git a/clients/client-tnb/src/pagination/ListSolFunctionPackagesPaginator.ts b/clients/client-tnb/src/pagination/ListSolFunctionPackagesPaginator.ts index 8be620987e27..ff160c4a7864 100644 --- a/clients/client-tnb/src/pagination/ListSolFunctionPackagesPaginator.ts +++ b/clients/client-tnb/src/pagination/ListSolFunctionPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolFunctionPackagesCommand, diff --git a/clients/client-tnb/src/pagination/ListSolNetworkInstancesPaginator.ts b/clients/client-tnb/src/pagination/ListSolNetworkInstancesPaginator.ts index b4b9d6141036..346d3df95069 100644 --- a/clients/client-tnb/src/pagination/ListSolNetworkInstancesPaginator.ts +++ b/clients/client-tnb/src/pagination/ListSolNetworkInstancesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolNetworkInstancesCommand, diff --git a/clients/client-tnb/src/pagination/ListSolNetworkOperationsPaginator.ts b/clients/client-tnb/src/pagination/ListSolNetworkOperationsPaginator.ts index 6bd995c7d035..fc15f6de0c98 100644 --- a/clients/client-tnb/src/pagination/ListSolNetworkOperationsPaginator.ts +++ b/clients/client-tnb/src/pagination/ListSolNetworkOperationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolNetworkOperationsCommand, diff --git a/clients/client-tnb/src/pagination/ListSolNetworkPackagesPaginator.ts b/clients/client-tnb/src/pagination/ListSolNetworkPackagesPaginator.ts index 65f826eebd2d..7f1175255cf5 100644 --- a/clients/client-tnb/src/pagination/ListSolNetworkPackagesPaginator.ts +++ b/clients/client-tnb/src/pagination/ListSolNetworkPackagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSolNetworkPackagesCommand, diff --git a/clients/client-tnb/src/protocols/Aws_restJson1.ts b/clients/client-tnb/src/protocols/Aws_restJson1.ts index cb023c6cd2e8..deb91d8596b3 100644 --- a/clients/client-tnb/src/protocols/Aws_restJson1.ts +++ b/clients/client-tnb/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + DocumentType as __DocumentType, + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelSolNetworkOperationCommandInput, diff --git a/clients/client-tnb/src/runtimeConfig.browser.ts b/clients/client-tnb/src/runtimeConfig.browser.ts index ec8569ecc6d0..d72a58aa82bf 100644 --- a/clients/client-tnb/src/runtimeConfig.browser.ts +++ b/clients/client-tnb/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TnbClientConfig } from "./TnbClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-tnb/src/runtimeConfig.shared.ts b/clients/client-tnb/src/runtimeConfig.shared.ts index a40c529cf9eb..8501fb3d27d6 100644 --- a/clients/client-tnb/src/runtimeConfig.shared.ts +++ b/clients/client-tnb/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TnbClientConfig } from "./TnbClient"; diff --git a/clients/client-tnb/src/runtimeConfig.ts b/clients/client-tnb/src/runtimeConfig.ts index d0a321514985..06377021ecd6 100644 --- a/clients/client-tnb/src/runtimeConfig.ts +++ b/clients/client-tnb/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TnbClientConfig } from "./TnbClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index f9d98d3bf06d..8bd46097cc7c 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -23,49 +23,50 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", "@aws-sdk/eventstream-handler-node": "*", - "@aws-sdk/eventstream-serde-browser": "*", - "@aws-sdk/eventstream-serde-config-resolver": "*", - "@aws-sdk/eventstream-serde-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-eventstream": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", "@aws-sdk/middleware-sdk-transcribe-streaming": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", "@aws-sdk/middleware-websocket": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/eventstream-serde-browser": "^1.0.1", + "@smithy/eventstream-serde-config-resolver": "^1.0.1", + "@smithy/eventstream-serde-node": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-transcribe-streaming/src/TranscribeStreaming.ts b/clients/client-transcribe-streaming/src/TranscribeStreaming.ts index 9cf6fa51e4c8..784af5daa4e0 100644 --- a/clients/client-transcribe-streaming/src/TranscribeStreaming.ts +++ b/clients/client-transcribe-streaming/src/TranscribeStreaming.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { StartCallAnalyticsStreamTranscriptionCommand, diff --git a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts index 2d544cea64f5..3c841ecec9f7 100644 --- a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts +++ b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts @@ -1,12 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { - EventStreamSerdeInputConfig, - EventStreamSerdeResolvedConfig, - resolveEventStreamSerdeConfig, -} from "@aws-sdk/eventstream-serde-config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { EventStreamInputConfig, EventStreamResolvedConfig, @@ -20,7 +12,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getTranscribeStreamingPlugin } from "@aws-sdk/middleware-sdk-transcribe-streaming"; import { AwsAuthInputConfig, @@ -35,34 +26,43 @@ import { UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; import { resolveWebSocketConfig, WebSocketInputConfig, WebSocketResolvedConfig } from "@aws-sdk/middleware-websocket"; +import { + Credentials as __Credentials, + EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, +} from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { + EventStreamSerdeInputConfig, + EventStreamSerdeResolvedConfig, + resolveEventStreamSerdeConfig, +} from "@smithy/eventstream-serde-config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, - EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -113,7 +113,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -233,7 +233,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ eventStreamSerdeProvider?: __EventStreamSerdeProvider; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts index e334280b91d5..9b58d8370929 100644 --- a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -12,9 +13,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartCallAnalyticsStreamTranscriptionRequest, diff --git a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts index 47a7bc4e6a77..dae97ecb22c1 100644 --- a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -12,9 +13,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMedicalStreamTranscriptionRequest, diff --git a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts index b7e46235b669..a8b0ab7baf74 100644 --- a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts @@ -1,9 +1,10 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; import { getEventStreamPlugin } from "@aws-sdk/middleware-eventstream"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; import { getWebSocketPlugin } from "@aws-sdk/middleware-websocket"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { EventStreamSerdeContext as __EventStreamSerdeContext, FinalizeHandlerArguments, @@ -12,9 +13,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartStreamTranscriptionRequest, diff --git a/clients/client-transcribe-streaming/src/endpoint/EndpointParameters.ts b/clients/client-transcribe-streaming/src/endpoint/EndpointParameters.ts index 0803ce8a3147..efb9296c64b6 100644 --- a/clients/client-transcribe-streaming/src/endpoint/EndpointParameters.ts +++ b/clients/client-transcribe-streaming/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-transcribe-streaming/src/endpoint/endpointResolver.ts b/clients/client-transcribe-streaming/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-transcribe-streaming/src/endpoint/endpointResolver.ts +++ b/clients/client-transcribe-streaming/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-transcribe-streaming/src/endpoint/ruleset.ts b/clients/client-transcribe-streaming/src/endpoint/ruleset.ts index 648486c83b4e..fa831da48476 100644 --- a/clients/client-transcribe-streaming/src/endpoint/ruleset.ts +++ b/clients/client-transcribe-streaming/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts b/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts index 32887fb31788..e127e043021e 100644 --- a/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts +++ b/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-transcribe-streaming/src/models/models_0.ts b/clients/client-transcribe-streaming/src/models/models_0.ts index 5c8a6e900c65..9008b46e89b1 100644 --- a/clients/client-transcribe-streaming/src/models/models_0.ts +++ b/clients/client-transcribe-streaming/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { TranscribeStreamingServiceException as __BaseException } from "./TranscribeStreamingServiceException"; diff --git a/clients/client-transcribe-streaming/src/protocols/Aws_restJson1.ts b/clients/client-transcribe-streaming/src/protocols/Aws_restJson1.ts index 8ed1f0aede5a..b07b4a7d6dbf 100644 --- a/clients/client-transcribe-streaming/src/protocols/Aws_restJson1.ts +++ b/clients/client-transcribe-streaming/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,15 +13,15 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, EventStreamSerdeContext as __EventStreamSerdeContext, Message as __Message, MessageHeaders as __MessageHeaders, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartCallAnalyticsStreamTranscriptionCommandInput, diff --git a/clients/client-transcribe-streaming/src/runtimeConfig.browser.ts b/clients/client-transcribe-streaming/src/runtimeConfig.browser.ts index b030c4409567..84d0c3b86283 100644 --- a/clients/client-transcribe-streaming/src/runtimeConfig.browser.ts +++ b/clients/client-transcribe-streaming/src/runtimeConfig.browser.ts @@ -3,19 +3,19 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-browser"; -import { FetchHttpHandler as HttpRequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; import { eventStreamPayloadHandler } from "@aws-sdk/middleware-sdk-transcribe-streaming"; import { WebSocketFetchHandler as WebSocketRequestHandler } from "@aws-sdk/middleware-websocket"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-browser"; +import { FetchHttpHandler as HttpRequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranscribeStreamingClientConfig } from "./TranscribeStreamingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-transcribe-streaming/src/runtimeConfig.shared.ts b/clients/client-transcribe-streaming/src/runtimeConfig.shared.ts index e513da281259..a06befc79d79 100644 --- a/clients/client-transcribe-streaming/src/runtimeConfig.shared.ts +++ b/clients/client-transcribe-streaming/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TranscribeStreamingClientConfig } from "./TranscribeStreamingClient"; diff --git a/clients/client-transcribe-streaming/src/runtimeConfig.ts b/clients/client-transcribe-streaming/src/runtimeConfig.ts index 99d9ba16b592..9e6c5fdb72ab 100644 --- a/clients/client-transcribe-streaming/src/runtimeConfig.ts +++ b/clients/client-transcribe-streaming/src/runtimeConfig.ts @@ -3,27 +3,27 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node"; -import { eventStreamSerdeProvider } from "@aws-sdk/eventstream-serde-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttp2Handler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { eventStreamSerdeProvider } from "@smithy/eventstream-serde-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttp2Handler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranscribeStreamingClientConfig } from "./TranscribeStreamingClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index 349286fa1537..fd50f24871a5 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-transcribe/src/Transcribe.ts b/clients/client-transcribe/src/Transcribe.ts index dc9385270cf5..cd6f1cec76cc 100644 --- a/clients/client-transcribe/src/Transcribe.ts +++ b/clients/client-transcribe/src/Transcribe.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateCallAnalyticsCategoryCommand, diff --git a/clients/client-transcribe/src/TranscribeClient.ts b/clients/client-transcribe/src/TranscribeClient.ts index 8f8d39659f45..bc88c9efc71a 100644 --- a/clients/client-transcribe/src/TranscribeClient.ts +++ b/clients/client-transcribe/src/TranscribeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -291,7 +289,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -400,7 +398,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts index 76800e283c61..c29e32259cb6 100644 --- a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse } from "../models/models_0"; import { de_CreateCallAnalyticsCategoryCommand, se_CreateCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts index 49dbc806d140..f1a4fe44c6bf 100644 --- a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLanguageModelRequest, CreateLanguageModelResponse } from "../models/models_0"; import { de_CreateLanguageModelCommand, se_CreateLanguageModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts index 7c05c646e303..eb01fcfc22fb 100644 --- a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse } from "../models/models_0"; import { de_CreateMedicalVocabularyCommand, se_CreateMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts index 8a727e4e52b4..0fb9ff92bcba 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0"; import { de_CreateVocabularyCommand, se_CreateVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts index ab01f343be96..d83ad30c7eb2 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from "../models/models_0"; import { de_CreateVocabularyFilterCommand, se_CreateVocabularyFilterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts index 28a7cc5715f6..b552cce069a3 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse } from "../models/models_0"; import { de_DeleteCallAnalyticsCategoryCommand, se_DeleteCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts index af39372db915..7517dc58098a 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse } from "../models/models_0"; import { de_DeleteCallAnalyticsJobCommand, se_DeleteCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts index d0bbb838bed6..3ea45dc389b7 100644 --- a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLanguageModelRequest } from "../models/models_0"; import { de_DeleteLanguageModelCommand, se_DeleteLanguageModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts index d04cd91f5546..89fdf9c37ad8 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMedicalTranscriptionJobRequest } from "../models/models_0"; import { diff --git a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts index 2e6825f95c3a..78626071318f 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMedicalVocabularyRequest } from "../models/models_0"; import { de_DeleteMedicalVocabularyCommand, se_DeleteMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts index e84e63377d8f..f119483c195e 100644 --- a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTranscriptionJobRequest } from "../models/models_0"; import { de_DeleteTranscriptionJobCommand, se_DeleteTranscriptionJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts index ca0dfb888f0e..de56f4658566 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVocabularyRequest } from "../models/models_0"; import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts index fcfeaeee136b..dd288560714b 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteVocabularyFilterRequest } from "../models/models_0"; import { de_DeleteVocabularyFilterCommand, se_DeleteVocabularyFilterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts index b92ac6637af3..1660d364b1ea 100644 --- a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeLanguageModelRequest, DescribeLanguageModelResponse } from "../models/models_0"; import { de_DescribeLanguageModelCommand, se_DescribeLanguageModelCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts index 80fe72c4c6c5..1a021dc80965 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse } from "../models/models_0"; import { de_GetCallAnalyticsCategoryCommand, se_GetCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts index 70a46108e254..91b65a5c9861 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse } from "../models/models_0"; import { de_GetCallAnalyticsJobCommand, se_GetCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts index 472dfbf02a67..23e161edfee9 100644 --- a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } from "../models/models_0"; import { de_GetMedicalTranscriptionJobCommand, se_GetMedicalTranscriptionJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts index 3736a0770e36..bde57a688564 100644 --- a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../models/models_0"; import { de_GetMedicalVocabularyCommand, se_GetMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts index e2ef29ea31b5..c26a6886853c 100644 --- a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../models/models_0"; import { de_GetTranscriptionJobCommand, se_GetTranscriptionJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts index 4f4c05391125..f4be3e37d7c9 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0"; import { de_GetVocabularyCommand, se_GetVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts index 43e978553baa..590965e9f90e 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../models/models_0"; import { de_GetVocabularyFilterCommand, se_GetVocabularyFilterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts index 8cfd0d13668a..20bbe3134a35 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse } from "../models/models_0"; import { de_ListCallAnalyticsCategoriesCommand, se_ListCallAnalyticsCategoriesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts index 7f8eb469a855..4a9f76744644 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../models/models_0"; import { de_ListCallAnalyticsJobsCommand, se_ListCallAnalyticsJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts index eab7247ca884..bb1703254f9c 100644 --- a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts +++ b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models/models_0"; import { de_ListLanguageModelsCommand, se_ListLanguageModelsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts index f33ac3640c48..39155ec1c8aa 100644 --- a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMedicalTranscriptionJobsRequest, ListMedicalTranscriptionJobsResponse } from "../models/models_0"; import { diff --git a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts index 1161e0581186..df899be9ddd2 100644 --- a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from "../models/models_0"; import { de_ListMedicalVocabulariesCommand, se_ListMedicalVocabulariesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts index 9a654d6fea3f..e1a366fd5bea 100644 --- a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts index b7b1f4035080..bea7fb5baf9b 100644 --- a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../models/models_0"; import { de_ListTranscriptionJobsCommand, se_ListTranscriptionJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts index 783e19413d6d..932c8739f06e 100644 --- a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/models_0"; import { de_ListVocabulariesCommand, se_ListVocabulariesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts index 4ac42b530e6c..bd2f85d5b191 100644 --- a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../models/models_0"; import { de_ListVocabularyFiltersCommand, se_ListVocabularyFiltersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts index 8f501fed89f7..6388b618a350 100644 --- a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../models/models_0"; import { de_StartCallAnalyticsJobCommand, se_StartCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts index cd774df33ff3..88254b9f8fd0 100644 --- a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMedicalTranscriptionJobRequest, StartMedicalTranscriptionJobResponse } from "../models/models_0"; import { diff --git a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts index a10a69187fc1..5a6d0e7a66c6 100644 --- a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../models/models_0"; import { de_StartTranscriptionJobCommand, se_StartTranscriptionJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/TagResourceCommand.ts b/clients/client-transcribe/src/commands/TagResourceCommand.ts index 2bf1e20a05d3..3501aa854306 100644 --- a/clients/client-transcribe/src/commands/TagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/UntagResourceCommand.ts b/clients/client-transcribe/src/commands/UntagResourceCommand.ts index 5d4c7a2901f6..963b10df20d7 100644 --- a/clients/client-transcribe/src/commands/UntagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts index 6e70ec56fd5f..07e62cf5b841 100644 --- a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse } from "../models/models_0"; import { de_UpdateCallAnalyticsCategoryCommand, se_UpdateCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts index 577765ea4436..416f88547138 100644 --- a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from "../models/models_0"; import { de_UpdateMedicalVocabularyCommand, se_UpdateMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts index 556c26abece7..099f5c7e093e 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/models_0"; import { de_UpdateVocabularyCommand, se_UpdateVocabularyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts index a37da99487f7..d653d755433e 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from "../models/models_0"; import { de_UpdateVocabularyFilterCommand, se_UpdateVocabularyFilterCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transcribe/src/endpoint/EndpointParameters.ts b/clients/client-transcribe/src/endpoint/EndpointParameters.ts index 0803ce8a3147..efb9296c64b6 100644 --- a/clients/client-transcribe/src/endpoint/EndpointParameters.ts +++ b/clients/client-transcribe/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-transcribe/src/endpoint/endpointResolver.ts b/clients/client-transcribe/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-transcribe/src/endpoint/endpointResolver.ts +++ b/clients/client-transcribe/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-transcribe/src/endpoint/ruleset.ts b/clients/client-transcribe/src/endpoint/ruleset.ts index b21e4c299112..09b9cc20b758 100644 --- a/clients/client-transcribe/src/endpoint/ruleset.ts +++ b/clients/client-transcribe/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-transcribe/src/models/TranscribeServiceException.ts b/clients/client-transcribe/src/models/TranscribeServiceException.ts index 2d96b75a4204..e149a74cd7fe 100644 --- a/clients/client-transcribe/src/models/TranscribeServiceException.ts +++ b/clients/client-transcribe/src/models/TranscribeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-transcribe/src/models/models_0.ts b/clients/client-transcribe/src/models/models_0.ts index b9d3831fe199..9b51e3c37e60 100644 --- a/clients/client-transcribe/src/models/models_0.ts +++ b/clients/client-transcribe/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { TranscribeServiceException as __BaseException } from "./TranscribeServiceException"; diff --git a/clients/client-transcribe/src/pagination/Interfaces.ts b/clients/client-transcribe/src/pagination/Interfaces.ts index 5254c838508e..71b3d4cabade 100644 --- a/clients/client-transcribe/src/pagination/Interfaces.ts +++ b/clients/client-transcribe/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TranscribeClient } from "../TranscribeClient"; diff --git a/clients/client-transcribe/src/pagination/ListCallAnalyticsCategoriesPaginator.ts b/clients/client-transcribe/src/pagination/ListCallAnalyticsCategoriesPaginator.ts index 222e67cca2b5..5dd0e119eac2 100644 --- a/clients/client-transcribe/src/pagination/ListCallAnalyticsCategoriesPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListCallAnalyticsCategoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCallAnalyticsCategoriesCommand, diff --git a/clients/client-transcribe/src/pagination/ListCallAnalyticsJobsPaginator.ts b/clients/client-transcribe/src/pagination/ListCallAnalyticsJobsPaginator.ts index 7b6aa20424e4..76382f351675 100644 --- a/clients/client-transcribe/src/pagination/ListCallAnalyticsJobsPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListCallAnalyticsJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCallAnalyticsJobsCommand, diff --git a/clients/client-transcribe/src/pagination/ListLanguageModelsPaginator.ts b/clients/client-transcribe/src/pagination/ListLanguageModelsPaginator.ts index 225c75251321..99ddef99c63e 100644 --- a/clients/client-transcribe/src/pagination/ListLanguageModelsPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListLanguageModelsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLanguageModelsCommand, diff --git a/clients/client-transcribe/src/pagination/ListMedicalTranscriptionJobsPaginator.ts b/clients/client-transcribe/src/pagination/ListMedicalTranscriptionJobsPaginator.ts index f5dc0033f899..b2ad7083cb58 100644 --- a/clients/client-transcribe/src/pagination/ListMedicalTranscriptionJobsPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListMedicalTranscriptionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMedicalTranscriptionJobsCommand, diff --git a/clients/client-transcribe/src/pagination/ListMedicalVocabulariesPaginator.ts b/clients/client-transcribe/src/pagination/ListMedicalVocabulariesPaginator.ts index 50f7ff0dbd90..2419b904edce 100644 --- a/clients/client-transcribe/src/pagination/ListMedicalVocabulariesPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListMedicalVocabulariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMedicalVocabulariesCommand, diff --git a/clients/client-transcribe/src/pagination/ListTranscriptionJobsPaginator.ts b/clients/client-transcribe/src/pagination/ListTranscriptionJobsPaginator.ts index 6f9bd291ed33..81c95caa291e 100644 --- a/clients/client-transcribe/src/pagination/ListTranscriptionJobsPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListTranscriptionJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTranscriptionJobsCommand, diff --git a/clients/client-transcribe/src/pagination/ListVocabulariesPaginator.ts b/clients/client-transcribe/src/pagination/ListVocabulariesPaginator.ts index 75f730045bfd..b4c961017e35 100644 --- a/clients/client-transcribe/src/pagination/ListVocabulariesPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListVocabulariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVocabulariesCommand, diff --git a/clients/client-transcribe/src/pagination/ListVocabularyFiltersPaginator.ts b/clients/client-transcribe/src/pagination/ListVocabularyFiltersPaginator.ts index 2fb3fa1b70b6..61767b08abc1 100644 --- a/clients/client-transcribe/src/pagination/ListVocabularyFiltersPaginator.ts +++ b/clients/client-transcribe/src/pagination/ListVocabularyFiltersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListVocabularyFiltersCommand, diff --git a/clients/client-transcribe/src/protocols/Aws_json1_1.ts b/clients/client-transcribe/src/protocols/Aws_json1_1.ts index 416a0bb9f5c4..020cdfcd256b 100644 --- a/clients/client-transcribe/src/protocols/Aws_json1_1.ts +++ b/clients/client-transcribe/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCallAnalyticsCategoryCommandInput, diff --git a/clients/client-transcribe/src/runtimeConfig.browser.ts b/clients/client-transcribe/src/runtimeConfig.browser.ts index aa392fe205f1..ab5a6ae9fe32 100644 --- a/clients/client-transcribe/src/runtimeConfig.browser.ts +++ b/clients/client-transcribe/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranscribeClientConfig } from "./TranscribeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-transcribe/src/runtimeConfig.shared.ts b/clients/client-transcribe/src/runtimeConfig.shared.ts index 2a47670a5864..4a13df8592f9 100644 --- a/clients/client-transcribe/src/runtimeConfig.shared.ts +++ b/clients/client-transcribe/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TranscribeClientConfig } from "./TranscribeClient"; diff --git a/clients/client-transcribe/src/runtimeConfig.ts b/clients/client-transcribe/src/runtimeConfig.ts index 1b50297f7a5d..725d667b5a36 100644 --- a/clients/client-transcribe/src/runtimeConfig.ts +++ b/clients/client-transcribe/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranscribeClientConfig } from "./TranscribeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index 4c98a5a2faeb..5e65385608f1 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", - "@aws-sdk/util-waiter": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", + "@smithy/util-waiter": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-transfer/src/Transfer.ts b/clients/client-transfer/src/Transfer.ts index 32fa6cb1ce51..6836f0cfe03e 100644 --- a/clients/client-transfer/src/Transfer.ts +++ b/clients/client-transfer/src/Transfer.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAccessCommand, diff --git a/clients/client-transfer/src/TransferClient.ts b/clients/client-transfer/src/TransferClient.ts index 22eb5b2a067a..bb21bc7db63c 100644 --- a/clients/client-transfer/src/TransferClient.ts +++ b/clients/client-transfer/src/TransferClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand"; @@ -273,7 +271,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -382,7 +380,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-transfer/src/commands/CreateAccessCommand.ts b/clients/client-transfer/src/commands/CreateAccessCommand.ts index 421d5f92329d..9c03e0742f70 100644 --- a/clients/client-transfer/src/commands/CreateAccessCommand.ts +++ b/clients/client-transfer/src/commands/CreateAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0"; import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateAgreementCommand.ts b/clients/client-transfer/src/commands/CreateAgreementCommand.ts index c9c0ec1ce4a0..79750d95ff33 100644 --- a/clients/client-transfer/src/commands/CreateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/CreateAgreementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAgreementRequest, CreateAgreementResponse } from "../models/models_0"; import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateConnectorCommand.ts b/clients/client-transfer/src/commands/CreateConnectorCommand.ts index 2bc73727cae9..73b381848f51 100644 --- a/clients/client-transfer/src/commands/CreateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/CreateConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0"; import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateProfileCommand.ts b/clients/client-transfer/src/commands/CreateProfileCommand.ts index 2be0fd06a80f..00b62f76c66a 100644 --- a/clients/client-transfer/src/commands/CreateProfileCommand.ts +++ b/clients/client-transfer/src/commands/CreateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0"; import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateServerCommand.ts b/clients/client-transfer/src/commands/CreateServerCommand.ts index 4d7692bf2f72..31a1c609ddee 100644 --- a/clients/client-transfer/src/commands/CreateServerCommand.ts +++ b/clients/client-transfer/src/commands/CreateServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServerRequest, CreateServerRequestFilterSensitiveLog, CreateServerResponse } from "../models/models_0"; import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateUserCommand.ts b/clients/client-transfer/src/commands/CreateUserCommand.ts index 6b4a97902427..98efdf5e0e14 100644 --- a/clients/client-transfer/src/commands/CreateUserCommand.ts +++ b/clients/client-transfer/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts index 25b01f0fdff2..0429291d4c5b 100644 --- a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_0"; import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteAccessCommand.ts b/clients/client-transfer/src/commands/DeleteAccessCommand.ts index 6ad7ee93f805..bbe06461ec8f 100644 --- a/clients/client-transfer/src/commands/DeleteAccessCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessRequest } from "../models/models_0"; import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts index 0eab77dd79c2..8c04411cc88a 100644 --- a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAgreementRequest } from "../models/models_0"; import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts index ecf3cef6256d..fb8bd39f0b86 100644 --- a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCertificateRequest } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts index 004d0778403f..8dbf222a27ef 100644 --- a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectorRequest } from "../models/models_0"; import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts index 745b6d61b0d3..a33b2a9681cb 100644 --- a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteHostKeyRequest } from "../models/models_0"; import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteProfileCommand.ts b/clients/client-transfer/src/commands/DeleteProfileCommand.ts index 56d7108269ea..97e9bfc866da 100644 --- a/clients/client-transfer/src/commands/DeleteProfileCommand.ts +++ b/clients/client-transfer/src/commands/DeleteProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProfileRequest } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteServerCommand.ts b/clients/client-transfer/src/commands/DeleteServerCommand.ts index e43396637705..22ad501a87d7 100644 --- a/clients/client-transfer/src/commands/DeleteServerCommand.ts +++ b/clients/client-transfer/src/commands/DeleteServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServerRequest } from "../models/models_0"; import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts index 432fc95ad966..941ed78c56aa 100644 --- a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSshPublicKeyRequest } from "../models/models_0"; import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteUserCommand.ts b/clients/client-transfer/src/commands/DeleteUserCommand.ts index da124ef6429a..c9eae67fb519 100644 --- a/clients/client-transfer/src/commands/DeleteUserCommand.ts +++ b/clients/client-transfer/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts index a47077036fb0..42f69c0ee67a 100644 --- a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkflowRequest } from "../models/models_0"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeAccessCommand.ts b/clients/client-transfer/src/commands/DescribeAccessCommand.ts index 9775d7bfd149..7b7a11865973 100644 --- a/clients/client-transfer/src/commands/DescribeAccessCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccessRequest, DescribeAccessResponse } from "../models/models_0"; import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts index 0ba6e8344cc0..176124220b62 100644 --- a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/models_0"; import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts index fa99d9604b71..597a4801e578 100644 --- a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCertificateRequest, diff --git a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts index 58bcb1014617..76da4eb0f18e 100644 --- a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0"; import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts index 0fa94d404149..71f7fdec3f50 100644 --- a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeExecutionRequest, DescribeExecutionResponse } from "../models/models_0"; import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts index 8db5ac990ffd..f7f5e531fc8a 100644 --- a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeHostKeyRequest, DescribeHostKeyResponse } from "../models/models_0"; import { de_DescribeHostKeyCommand, se_DescribeHostKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeProfileCommand.ts b/clients/client-transfer/src/commands/DescribeProfileCommand.ts index e919346129f7..145212028f40 100644 --- a/clients/client-transfer/src/commands/DescribeProfileCommand.ts +++ b/clients/client-transfer/src/commands/DescribeProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeProfileRequest, DescribeProfileResponse } from "../models/models_0"; import { de_DescribeProfileCommand, se_DescribeProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts index 66819a272db7..56f5203fc16b 100644 --- a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSecurityPolicyRequest, DescribeSecurityPolicyResponse } from "../models/models_0"; import { de_DescribeSecurityPolicyCommand, se_DescribeSecurityPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeServerCommand.ts b/clients/client-transfer/src/commands/DescribeServerCommand.ts index f13f4af6eb5e..8250ed8c70a6 100644 --- a/clients/client-transfer/src/commands/DescribeServerCommand.ts +++ b/clients/client-transfer/src/commands/DescribeServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeServerRequest, DescribeServerResponse } from "../models/models_0"; import { de_DescribeServerCommand, se_DescribeServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeUserCommand.ts b/clients/client-transfer/src/commands/DescribeUserCommand.ts index 4fa58cb326ae..9e0b862d5a8b 100644 --- a/clients/client-transfer/src/commands/DescribeUserCommand.ts +++ b/clients/client-transfer/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts index a8e8845364c5..081c4c57bf7b 100644 --- a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkflowRequest, DescribeWorkflowResponse } from "../models/models_0"; import { de_DescribeWorkflowCommand, se_DescribeWorkflowCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ImportCertificateCommand.ts b/clients/client-transfer/src/commands/ImportCertificateCommand.ts index 2b61ed7461ec..9a9c050e41d5 100644 --- a/clients/client-transfer/src/commands/ImportCertificateCommand.ts +++ b/clients/client-transfer/src/commands/ImportCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportCertificateRequest, diff --git a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts index 3467fcf1061b..2a9cb16a4e98 100644 --- a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportHostKeyRequest, diff --git a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts index 6425701dfce9..d01a7f9935e6 100644 --- a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse } from "../models/models_0"; import { de_ImportSshPublicKeyCommand, se_ImportSshPublicKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListAccessesCommand.ts b/clients/client-transfer/src/commands/ListAccessesCommand.ts index 9dd81d55773c..393885a0be7e 100644 --- a/clients/client-transfer/src/commands/ListAccessesCommand.ts +++ b/clients/client-transfer/src/commands/ListAccessesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessesRequest, ListAccessesResponse } from "../models/models_0"; import { de_ListAccessesCommand, se_ListAccessesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListAgreementsCommand.ts b/clients/client-transfer/src/commands/ListAgreementsCommand.ts index 7a17569cfd37..fbe1accaf678 100644 --- a/clients/client-transfer/src/commands/ListAgreementsCommand.ts +++ b/clients/client-transfer/src/commands/ListAgreementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0"; import { de_ListAgreementsCommand, se_ListAgreementsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListCertificatesCommand.ts b/clients/client-transfer/src/commands/ListCertificatesCommand.ts index 19e11a4e8cf2..42d18e31a534 100644 --- a/clients/client-transfer/src/commands/ListCertificatesCommand.ts +++ b/clients/client-transfer/src/commands/ListCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0"; import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListConnectorsCommand.ts b/clients/client-transfer/src/commands/ListConnectorsCommand.ts index 3de7cde595bd..463292a9c902 100644 --- a/clients/client-transfer/src/commands/ListConnectorsCommand.ts +++ b/clients/client-transfer/src/commands/ListConnectorsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0"; import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListExecutionsCommand.ts b/clients/client-transfer/src/commands/ListExecutionsCommand.ts index b2eb0be38f97..38d1d99f3d57 100644 --- a/clients/client-transfer/src/commands/ListExecutionsCommand.ts +++ b/clients/client-transfer/src/commands/ListExecutionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0"; import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListHostKeysCommand.ts b/clients/client-transfer/src/commands/ListHostKeysCommand.ts index c0faedb7a47c..28f7dfc75809 100644 --- a/clients/client-transfer/src/commands/ListHostKeysCommand.ts +++ b/clients/client-transfer/src/commands/ListHostKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0"; import { de_ListHostKeysCommand, se_ListHostKeysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListProfilesCommand.ts b/clients/client-transfer/src/commands/ListProfilesCommand.ts index 8f3dfd59d7ab..a38e2a072c19 100644 --- a/clients/client-transfer/src/commands/ListProfilesCommand.ts +++ b/clients/client-transfer/src/commands/ListProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0"; import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts index 2c520015a3cd..6cb9bc2bb4ab 100644 --- a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0"; import { de_ListSecurityPoliciesCommand, se_ListSecurityPoliciesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListServersCommand.ts b/clients/client-transfer/src/commands/ListServersCommand.ts index 82d644173a11..850c16ab9015 100644 --- a/clients/client-transfer/src/commands/ListServersCommand.ts +++ b/clients/client-transfer/src/commands/ListServersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServersRequest, ListServersResponse } from "../models/models_0"; import { de_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts index b7fd9de33069..1d30ffe4928a 100644 --- a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListUsersCommand.ts b/clients/client-transfer/src/commands/ListUsersCommand.ts index 44293dda7c03..f72ecb53e192 100644 --- a/clients/client-transfer/src/commands/ListUsersCommand.ts +++ b/clients/client-transfer/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts index ef391487a272..75132508e73e 100644 --- a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0"; import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts index 37cc2072bffb..973b11d7014d 100644 --- a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts +++ b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SendWorkflowStepStateRequest, SendWorkflowStepStateResponse } from "../models/models_0"; import { de_SendWorkflowStepStateCommand, se_SendWorkflowStepStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/StartFileTransferCommand.ts b/clients/client-transfer/src/commands/StartFileTransferCommand.ts index 5d6c508bba66..b3e77cc83bc8 100644 --- a/clients/client-transfer/src/commands/StartFileTransferCommand.ts +++ b/clients/client-transfer/src/commands/StartFileTransferCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0"; import { de_StartFileTransferCommand, se_StartFileTransferCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/StartServerCommand.ts b/clients/client-transfer/src/commands/StartServerCommand.ts index 544ce74da2af..c6770a13392a 100644 --- a/clients/client-transfer/src/commands/StartServerCommand.ts +++ b/clients/client-transfer/src/commands/StartServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartServerRequest } from "../models/models_0"; import { de_StartServerCommand, se_StartServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/StopServerCommand.ts b/clients/client-transfer/src/commands/StopServerCommand.ts index e5573fae8492..d47d21807567 100644 --- a/clients/client-transfer/src/commands/StopServerCommand.ts +++ b/clients/client-transfer/src/commands/StopServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopServerRequest } from "../models/models_0"; import { de_StopServerCommand, se_StopServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/TagResourceCommand.ts b/clients/client-transfer/src/commands/TagResourceCommand.ts index a1226e921544..0b95522a2185 100644 --- a/clients/client-transfer/src/commands/TagResourceCommand.ts +++ b/clients/client-transfer/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts index 3ce0d8612aec..5155fe7128b1 100644 --- a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts +++ b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestIdentityProviderRequest, diff --git a/clients/client-transfer/src/commands/UntagResourceCommand.ts b/clients/client-transfer/src/commands/UntagResourceCommand.ts index 79c670bffc6f..5cb46eea18fc 100644 --- a/clients/client-transfer/src/commands/UntagResourceCommand.ts +++ b/clients/client-transfer/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateAccessCommand.ts b/clients/client-transfer/src/commands/UpdateAccessCommand.ts index 214ec7944909..11fb9dea0d26 100644 --- a/clients/client-transfer/src/commands/UpdateAccessCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0"; import { de_UpdateAccessCommand, se_UpdateAccessCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts index 3ab80e8293d8..33236bb0f4e3 100644 --- a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/models_0"; import { de_UpdateAgreementCommand, se_UpdateAgreementCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts index ff53e0fe30be..17aaccfb13d1 100644 --- a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/models_0"; import { de_UpdateCertificateCommand, se_UpdateCertificateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts index 09f16e06fe52..1a2b97601da0 100644 --- a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0"; import { de_UpdateConnectorCommand, se_UpdateConnectorCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts index eca479acdfaa..252361cfc7c0 100644 --- a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateHostKeyRequest, UpdateHostKeyResponse } from "../models/models_0"; import { de_UpdateHostKeyCommand, se_UpdateHostKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateProfileCommand.ts b/clients/client-transfer/src/commands/UpdateProfileCommand.ts index 7c38d901e2f7..5bf2486c1f94 100644 --- a/clients/client-transfer/src/commands/UpdateProfileCommand.ts +++ b/clients/client-transfer/src/commands/UpdateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"; import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateServerCommand.ts b/clients/client-transfer/src/commands/UpdateServerCommand.ts index ac9accd4ff68..7028dde63df6 100644 --- a/clients/client-transfer/src/commands/UpdateServerCommand.ts +++ b/clients/client-transfer/src/commands/UpdateServerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServerRequest, UpdateServerRequestFilterSensitiveLog, UpdateServerResponse } from "../models/models_0"; import { de_UpdateServerCommand, se_UpdateServerCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/commands/UpdateUserCommand.ts b/clients/client-transfer/src/commands/UpdateUserCommand.ts index 8111ebbe630c..28c3db0456d4 100644 --- a/clients/client-transfer/src/commands/UpdateUserCommand.ts +++ b/clients/client-transfer/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-transfer/src/endpoint/EndpointParameters.ts b/clients/client-transfer/src/endpoint/EndpointParameters.ts index edc78a5f4d93..9818c79256e9 100644 --- a/clients/client-transfer/src/endpoint/EndpointParameters.ts +++ b/clients/client-transfer/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-transfer/src/endpoint/endpointResolver.ts b/clients/client-transfer/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-transfer/src/endpoint/endpointResolver.ts +++ b/clients/client-transfer/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-transfer/src/endpoint/ruleset.ts b/clients/client-transfer/src/endpoint/ruleset.ts index 70f51291e5d5..a3e3b752542f 100644 --- a/clients/client-transfer/src/endpoint/ruleset.ts +++ b/clients/client-transfer/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-transfer/src/models/TransferServiceException.ts b/clients/client-transfer/src/models/TransferServiceException.ts index 94227d466ae0..f2ca1a2a4d94 100644 --- a/clients/client-transfer/src/models/TransferServiceException.ts +++ b/clients/client-transfer/src/models/TransferServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-transfer/src/models/models_0.ts b/clients/client-transfer/src/models/models_0.ts index cf4615ac8167..58df274fbf97 100644 --- a/clients/client-transfer/src/models/models_0.ts +++ b/clients/client-transfer/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { TransferServiceException as __BaseException } from "./TransferServiceException"; diff --git a/clients/client-transfer/src/pagination/Interfaces.ts b/clients/client-transfer/src/pagination/Interfaces.ts index 145c437ba685..7c1b8365bbe6 100644 --- a/clients/client-transfer/src/pagination/Interfaces.ts +++ b/clients/client-transfer/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TransferClient } from "../TransferClient"; diff --git a/clients/client-transfer/src/pagination/ListAccessesPaginator.ts b/clients/client-transfer/src/pagination/ListAccessesPaginator.ts index e2839ebb4e79..9973eb87345f 100644 --- a/clients/client-transfer/src/pagination/ListAccessesPaginator.ts +++ b/clients/client-transfer/src/pagination/ListAccessesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessesCommand, diff --git a/clients/client-transfer/src/pagination/ListAgreementsPaginator.ts b/clients/client-transfer/src/pagination/ListAgreementsPaginator.ts index 52d0dd61020d..36b16eceeb5d 100644 --- a/clients/client-transfer/src/pagination/ListAgreementsPaginator.ts +++ b/clients/client-transfer/src/pagination/ListAgreementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAgreementsCommand, diff --git a/clients/client-transfer/src/pagination/ListCertificatesPaginator.ts b/clients/client-transfer/src/pagination/ListCertificatesPaginator.ts index b8178194dffe..93959789c545 100644 --- a/clients/client-transfer/src/pagination/ListCertificatesPaginator.ts +++ b/clients/client-transfer/src/pagination/ListCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCertificatesCommand, diff --git a/clients/client-transfer/src/pagination/ListConnectorsPaginator.ts b/clients/client-transfer/src/pagination/ListConnectorsPaginator.ts index 616f3f33da3c..df6b07ad02ac 100644 --- a/clients/client-transfer/src/pagination/ListConnectorsPaginator.ts +++ b/clients/client-transfer/src/pagination/ListConnectorsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListConnectorsCommand, diff --git a/clients/client-transfer/src/pagination/ListExecutionsPaginator.ts b/clients/client-transfer/src/pagination/ListExecutionsPaginator.ts index bbcd4a9f4c90..e58402d127f2 100644 --- a/clients/client-transfer/src/pagination/ListExecutionsPaginator.ts +++ b/clients/client-transfer/src/pagination/ListExecutionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListExecutionsCommand, diff --git a/clients/client-transfer/src/pagination/ListProfilesPaginator.ts b/clients/client-transfer/src/pagination/ListProfilesPaginator.ts index 82af9f9374c2..e0bb90aa1c8e 100644 --- a/clients/client-transfer/src/pagination/ListProfilesPaginator.ts +++ b/clients/client-transfer/src/pagination/ListProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProfilesCommand, diff --git a/clients/client-transfer/src/pagination/ListSecurityPoliciesPaginator.ts b/clients/client-transfer/src/pagination/ListSecurityPoliciesPaginator.ts index 3e37654971a3..aa7eb435b44f 100644 --- a/clients/client-transfer/src/pagination/ListSecurityPoliciesPaginator.ts +++ b/clients/client-transfer/src/pagination/ListSecurityPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSecurityPoliciesCommand, diff --git a/clients/client-transfer/src/pagination/ListServersPaginator.ts b/clients/client-transfer/src/pagination/ListServersPaginator.ts index ad496c6755ba..1741426ee00c 100644 --- a/clients/client-transfer/src/pagination/ListServersPaginator.ts +++ b/clients/client-transfer/src/pagination/ListServersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServersCommand, ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand"; import { TransferClient } from "../TransferClient"; diff --git a/clients/client-transfer/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-transfer/src/pagination/ListTagsForResourcePaginator.ts index 1454200b2d9c..a7d50f95d83e 100644 --- a/clients/client-transfer/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-transfer/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-transfer/src/pagination/ListUsersPaginator.ts b/clients/client-transfer/src/pagination/ListUsersPaginator.ts index 661b92c2a62e..a801ff445668 100644 --- a/clients/client-transfer/src/pagination/ListUsersPaginator.ts +++ b/clients/client-transfer/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { TransferClient } from "../TransferClient"; diff --git a/clients/client-transfer/src/pagination/ListWorkflowsPaginator.ts b/clients/client-transfer/src/pagination/ListWorkflowsPaginator.ts index 10faa35f4fea..75f70236d05f 100644 --- a/clients/client-transfer/src/pagination/ListWorkflowsPaginator.ts +++ b/clients/client-transfer/src/pagination/ListWorkflowsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkflowsCommand, diff --git a/clients/client-transfer/src/protocols/Aws_json1_1.ts b/clients/client-transfer/src/protocols/Aws_json1_1.ts index e34ca8d99c17..79a15cb7ba1d 100644 --- a/clients/client-transfer/src/protocols/Aws_json1_1.ts +++ b/clients/client-transfer/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessCommandInput, CreateAccessCommandOutput } from "../commands/CreateAccessCommand"; import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "../commands/CreateAgreementCommand"; diff --git a/clients/client-transfer/src/runtimeConfig.browser.ts b/clients/client-transfer/src/runtimeConfig.browser.ts index ae860f9c2221..90d5f7c4f4ba 100644 --- a/clients/client-transfer/src/runtimeConfig.browser.ts +++ b/clients/client-transfer/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TransferClientConfig } from "./TransferClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-transfer/src/runtimeConfig.shared.ts b/clients/client-transfer/src/runtimeConfig.shared.ts index 4d62f09b595e..a3efd86c7aa4 100644 --- a/clients/client-transfer/src/runtimeConfig.shared.ts +++ b/clients/client-transfer/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TransferClientConfig } from "./TransferClient"; diff --git a/clients/client-transfer/src/runtimeConfig.ts b/clients/client-transfer/src/runtimeConfig.ts index e8477304cf74..a7dc3e1f73da 100644 --- a/clients/client-transfer/src/runtimeConfig.ts +++ b/clients/client-transfer/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TransferClientConfig } from "./TransferClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-transfer/src/waiters/waitForServerOffline.ts b/clients/client-transfer/src/waiters/waitForServerOffline.ts index 064a8b84b3b9..9b4b75dbd031 100644 --- a/clients/client-transfer/src/waiters/waitForServerOffline.ts +++ b/clients/client-transfer/src/waiters/waitForServerOffline.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeServerCommand, DescribeServerCommandInput } from "../commands/DescribeServerCommand"; import { TransferClient } from "../TransferClient"; diff --git a/clients/client-transfer/src/waiters/waitForServerOnline.ts b/clients/client-transfer/src/waiters/waitForServerOnline.ts index 403ef705943e..30d818682435 100644 --- a/clients/client-transfer/src/waiters/waitForServerOnline.ts +++ b/clients/client-transfer/src/waiters/waitForServerOnline.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@aws-sdk/util-waiter"; +import { checkExceptions, createWaiter, WaiterConfiguration, WaiterResult, WaiterState } from "@smithy/util-waiter"; import { DescribeServerCommand, DescribeServerCommandInput } from "../commands/DescribeServerCommand"; import { TransferClient } from "../TransferClient"; diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index 27651869790c..2fe121c1a209 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-translate/src/Translate.ts b/clients/client-translate/src/Translate.ts index cea9288402b0..d3f53f2a4a77 100644 --- a/clients/client-translate/src/Translate.ts +++ b/clients/client-translate/src/Translate.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateParallelDataCommand, diff --git a/clients/client-translate/src/TranslateClient.ts b/clients/client-translate/src/TranslateClient.ts index c8cf0a3bd262..5692b203e3e8 100644 --- a/clients/client-translate/src/TranslateClient.ts +++ b/clients/client-translate/src/TranslateClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateParallelDataCommandInput, CreateParallelDataCommandOutput } from "./commands/CreateParallelDataCommand"; @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -262,7 +260,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-translate/src/commands/CreateParallelDataCommand.ts b/clients/client-translate/src/commands/CreateParallelDataCommand.ts index 356636e58449..548b4e8af7ce 100644 --- a/clients/client-translate/src/commands/CreateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/CreateParallelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateParallelDataRequest, CreateParallelDataResponse } from "../models/models_0"; import { de_CreateParallelDataCommand, se_CreateParallelDataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts index 32780eca28ec..36e68bffe2f9 100644 --- a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts +++ b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteParallelDataRequest, DeleteParallelDataResponse } from "../models/models_0"; import { de_DeleteParallelDataCommand, se_DeleteParallelDataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts index 2bbf84087186..9fa662e156c3 100644 --- a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts +++ b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTerminologyRequest } from "../models/models_0"; import { de_DeleteTerminologyCommand, se_DeleteTerminologyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts index 422070988030..3c1896b135c5 100644 --- a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTextTranslationJobRequest, DescribeTextTranslationJobResponse } from "../models/models_0"; import { de_DescribeTextTranslationJobCommand, se_DescribeTextTranslationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/GetParallelDataCommand.ts b/clients/client-translate/src/commands/GetParallelDataCommand.ts index b0bea6d1dd15..e2b2d3fe9594 100644 --- a/clients/client-translate/src/commands/GetParallelDataCommand.ts +++ b/clients/client-translate/src/commands/GetParallelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetParallelDataRequest, GetParallelDataResponse } from "../models/models_0"; import { de_GetParallelDataCommand, se_GetParallelDataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/GetTerminologyCommand.ts b/clients/client-translate/src/commands/GetTerminologyCommand.ts index f577885d6328..19411984d5f7 100644 --- a/clients/client-translate/src/commands/GetTerminologyCommand.ts +++ b/clients/client-translate/src/commands/GetTerminologyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTerminologyRequest, GetTerminologyResponse } from "../models/models_0"; import { de_GetTerminologyCommand, se_GetTerminologyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/ImportTerminologyCommand.ts b/clients/client-translate/src/commands/ImportTerminologyCommand.ts index 9c29e2357f56..954528453c33 100644 --- a/clients/client-translate/src/commands/ImportTerminologyCommand.ts +++ b/clients/client-translate/src/commands/ImportTerminologyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportTerminologyRequest, diff --git a/clients/client-translate/src/commands/ListLanguagesCommand.ts b/clients/client-translate/src/commands/ListLanguagesCommand.ts index 70263e5d73fa..458e8d779473 100644 --- a/clients/client-translate/src/commands/ListLanguagesCommand.ts +++ b/clients/client-translate/src/commands/ListLanguagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLanguagesRequest, ListLanguagesResponse } from "../models/models_0"; import { de_ListLanguagesCommand, se_ListLanguagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/ListParallelDataCommand.ts b/clients/client-translate/src/commands/ListParallelDataCommand.ts index b7d6cd94aef6..14c42bba84b8 100644 --- a/clients/client-translate/src/commands/ListParallelDataCommand.ts +++ b/clients/client-translate/src/commands/ListParallelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListParallelDataRequest, ListParallelDataResponse } from "../models/models_0"; import { de_ListParallelDataCommand, se_ListParallelDataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts index 8e9a0fbf0ec5..08d0850c01ce 100644 --- a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/ListTerminologiesCommand.ts b/clients/client-translate/src/commands/ListTerminologiesCommand.ts index 8dabe5cf6df4..99caff96e305 100644 --- a/clients/client-translate/src/commands/ListTerminologiesCommand.ts +++ b/clients/client-translate/src/commands/ListTerminologiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTerminologiesRequest, ListTerminologiesResponse } from "../models/models_0"; import { de_ListTerminologiesCommand, se_ListTerminologiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts index af6f2c3e6c50..05f5421c5a3c 100644 --- a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts +++ b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTextTranslationJobsRequest, ListTextTranslationJobsResponse } from "../models/models_0"; import { de_ListTextTranslationJobsCommand, se_ListTextTranslationJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts index f53958a79c92..dc441ede8069 100644 --- a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartTextTranslationJobRequest, StartTextTranslationJobResponse } from "../models/models_0"; import { de_StartTextTranslationJobCommand, se_StartTextTranslationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts index 2d2cd70fe2db..9619e05392e0 100644 --- a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopTextTranslationJobRequest, StopTextTranslationJobResponse } from "../models/models_0"; import { de_StopTextTranslationJobCommand, se_StopTextTranslationJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/TagResourceCommand.ts b/clients/client-translate/src/commands/TagResourceCommand.ts index 260344c9dac4..35454caa0b26 100644 --- a/clients/client-translate/src/commands/TagResourceCommand.ts +++ b/clients/client-translate/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/TranslateDocumentCommand.ts b/clients/client-translate/src/commands/TranslateDocumentCommand.ts index 663ee10cae37..120ed2f9a454 100644 --- a/clients/client-translate/src/commands/TranslateDocumentCommand.ts +++ b/clients/client-translate/src/commands/TranslateDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TranslateDocumentRequest, diff --git a/clients/client-translate/src/commands/TranslateTextCommand.ts b/clients/client-translate/src/commands/TranslateTextCommand.ts index b9ea3e358b03..b31218ea4a08 100644 --- a/clients/client-translate/src/commands/TranslateTextCommand.ts +++ b/clients/client-translate/src/commands/TranslateTextCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TranslateTextRequest, TranslateTextResponse } from "../models/models_0"; import { de_TranslateTextCommand, se_TranslateTextCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/UntagResourceCommand.ts b/clients/client-translate/src/commands/UntagResourceCommand.ts index 90c14dbf481b..76cbd03b7484 100644 --- a/clients/client-translate/src/commands/UntagResourceCommand.ts +++ b/clients/client-translate/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts index b729b57d32c9..7a7d9e403593 100644 --- a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateParallelDataRequest, UpdateParallelDataResponse } from "../models/models_0"; import { de_UpdateParallelDataCommand, se_UpdateParallelDataCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-translate/src/endpoint/EndpointParameters.ts b/clients/client-translate/src/endpoint/EndpointParameters.ts index a8902c81dd9a..f3a0cf3c34af 100644 --- a/clients/client-translate/src/endpoint/EndpointParameters.ts +++ b/clients/client-translate/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-translate/src/endpoint/endpointResolver.ts b/clients/client-translate/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-translate/src/endpoint/endpointResolver.ts +++ b/clients/client-translate/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-translate/src/endpoint/ruleset.ts b/clients/client-translate/src/endpoint/ruleset.ts index bbecfde85e46..93fc1c66e90d 100644 --- a/clients/client-translate/src/endpoint/ruleset.ts +++ b/clients/client-translate/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-translate/src/models/TranslateServiceException.ts b/clients/client-translate/src/models/TranslateServiceException.ts index 951be89ca9a3..64bb007d9c01 100644 --- a/clients/client-translate/src/models/TranslateServiceException.ts +++ b/clients/client-translate/src/models/TranslateServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-translate/src/models/models_0.ts b/clients/client-translate/src/models/models_0.ts index f507807088ef..11c888383280 100644 --- a/clients/client-translate/src/models/models_0.ts +++ b/clients/client-translate/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { TranslateServiceException as __BaseException } from "./TranslateServiceException"; diff --git a/clients/client-translate/src/pagination/Interfaces.ts b/clients/client-translate/src/pagination/Interfaces.ts index 2d0dba3799f5..d38a825bb962 100644 --- a/clients/client-translate/src/pagination/Interfaces.ts +++ b/clients/client-translate/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { TranslateClient } from "../TranslateClient"; diff --git a/clients/client-translate/src/pagination/ListLanguagesPaginator.ts b/clients/client-translate/src/pagination/ListLanguagesPaginator.ts index a7583357f001..f25e968632ef 100644 --- a/clients/client-translate/src/pagination/ListLanguagesPaginator.ts +++ b/clients/client-translate/src/pagination/ListLanguagesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLanguagesCommand, diff --git a/clients/client-translate/src/pagination/ListParallelDataPaginator.ts b/clients/client-translate/src/pagination/ListParallelDataPaginator.ts index fd34a89ef92c..ca34cd6f7944 100644 --- a/clients/client-translate/src/pagination/ListParallelDataPaginator.ts +++ b/clients/client-translate/src/pagination/ListParallelDataPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListParallelDataCommand, diff --git a/clients/client-translate/src/pagination/ListTerminologiesPaginator.ts b/clients/client-translate/src/pagination/ListTerminologiesPaginator.ts index 775036e67314..3454800ee450 100644 --- a/clients/client-translate/src/pagination/ListTerminologiesPaginator.ts +++ b/clients/client-translate/src/pagination/ListTerminologiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTerminologiesCommand, diff --git a/clients/client-translate/src/pagination/ListTextTranslationJobsPaginator.ts b/clients/client-translate/src/pagination/ListTextTranslationJobsPaginator.ts index 0a09c564c75a..291d0ef7335f 100644 --- a/clients/client-translate/src/pagination/ListTextTranslationJobsPaginator.ts +++ b/clients/client-translate/src/pagination/ListTextTranslationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTextTranslationJobsCommand, diff --git a/clients/client-translate/src/protocols/Aws_json1_1.ts b/clients/client-translate/src/protocols/Aws_json1_1.ts index 237c5afc4b7a..8b7c01898161 100644 --- a/clients/client-translate/src/protocols/Aws_json1_1.ts +++ b/clients/client-translate/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { CreateParallelDataCommandInput, CreateParallelDataCommandOutput } from "../commands/CreateParallelDataCommand"; diff --git a/clients/client-translate/src/runtimeConfig.browser.ts b/clients/client-translate/src/runtimeConfig.browser.ts index 1b77256bb76e..563fe0eeeebc 100644 --- a/clients/client-translate/src/runtimeConfig.browser.ts +++ b/clients/client-translate/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranslateClientConfig } from "./TranslateClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-translate/src/runtimeConfig.shared.ts b/clients/client-translate/src/runtimeConfig.shared.ts index 78b7573e2d68..e468a6c0feee 100644 --- a/clients/client-translate/src/runtimeConfig.shared.ts +++ b/clients/client-translate/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { TranslateClientConfig } from "./TranslateClient"; diff --git a/clients/client-translate/src/runtimeConfig.ts b/clients/client-translate/src/runtimeConfig.ts index c5431cc112cc..157be93b01cd 100644 --- a/clients/client-translate/src/runtimeConfig.ts +++ b/clients/client-translate/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { TranslateClientConfig } from "./TranslateClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-verifiedpermissions/package.json b/clients/client-verifiedpermissions/package.json index c86c16170817..76e3dec5195d 100644 --- a/clients/client-verifiedpermissions/package.json +++ b/clients/client-verifiedpermissions/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-verifiedpermissions/src/VerifiedPermissions.ts b/clients/client-verifiedpermissions/src/VerifiedPermissions.ts index 978ac0ca1397..9f5bf2b082ce 100644 --- a/clients/client-verifiedpermissions/src/VerifiedPermissions.ts +++ b/clients/client-verifiedpermissions/src/VerifiedPermissions.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateIdentitySourceCommand, diff --git a/clients/client-verifiedpermissions/src/VerifiedPermissionsClient.ts b/clients/client-verifiedpermissions/src/VerifiedPermissionsClient.ts index e303ac942b0e..d28c3c55637f 100644 --- a/clients/client-verifiedpermissions/src/VerifiedPermissionsClient.ts +++ b/clients/client-verifiedpermissions/src/VerifiedPermissionsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -180,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -289,7 +287,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts index bb8202d89b39..64e0c80092ec 100644 --- a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIdentitySourceInput, CreateIdentitySourceOutput } from "../models/models_0"; import { de_CreateIdentitySourceCommand, se_CreateIdentitySourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts index 3e68c4758987..e72ff71febd4 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0"; import { de_CreatePolicyCommand, se_CreatePolicyCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts index b906a81cf711..477d130d5b78 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePolicyStoreInput, CreatePolicyStoreOutput } from "../models/models_0"; import { de_CreatePolicyStoreCommand, se_CreatePolicyStoreCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts index 04120b043c6a..831007923e2d 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePolicyTemplateInput, CreatePolicyTemplateOutput } from "../models/models_0"; import { de_CreatePolicyTemplateCommand, se_CreatePolicyTemplateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts index b0e5f02ae9fa..55a8d6d86cc6 100644 --- a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIdentitySourceInput, DeleteIdentitySourceOutput } from "../models/models_0"; import { de_DeleteIdentitySourceCommand, se_DeleteIdentitySourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts index 30dbe5abc1d6..acd3662e3feb 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts index 65dc37a0d417..17f34ddd71f0 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePolicyStoreInput, DeletePolicyStoreOutput } from "../models/models_0"; import { de_DeletePolicyStoreCommand, se_DeletePolicyStoreCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts index 64211d6756f7..de7a69da8ced 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePolicyTemplateInput, DeletePolicyTemplateOutput } from "../models/models_0"; import { de_DeletePolicyTemplateCommand, se_DeletePolicyTemplateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts index 71dded9e1e28..70953f11253e 100644 --- a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentitySourceInput, GetIdentitySourceOutput } from "../models/models_0"; import { de_GetIdentitySourceCommand, se_GetIdentitySourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts index 88506219bc52..3a4add296de9 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPolicyInput, GetPolicyOutput } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts index abad43874bf8..925b5f69ebda 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPolicyStoreInput, GetPolicyStoreOutput } from "../models/models_0"; import { de_GetPolicyStoreCommand, se_GetPolicyStoreCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts index cf89a7ebc702..fe0ae500babf 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPolicyTemplateInput, GetPolicyTemplateOutput } from "../models/models_0"; import { de_GetPolicyTemplateCommand, se_GetPolicyTemplateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts index c55edc6f8dd4..ee30261a619d 100644 --- a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSchemaInput, GetSchemaOutput } from "../models/models_0"; import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts index 7be17377d892..7ee06005f16e 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IsAuthorizedInput, IsAuthorizedOutput } from "../models/models_0"; import { de_IsAuthorizedCommand, se_IsAuthorizedCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts index 75b7930150c3..03e6a611da5a 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IsAuthorizedWithTokenInput, IsAuthorizedWithTokenOutput } from "../models/models_0"; import { de_IsAuthorizedWithTokenCommand, se_IsAuthorizedWithTokenCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts index 4386f552a408..c760dd358920 100644 --- a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIdentitySourcesInput, ListIdentitySourcesOutput } from "../models/models_0"; import { de_ListIdentitySourcesCommand, se_ListIdentitySourcesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts index 133432c124ba..1fab2f9c4890 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0"; import { de_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts index e0677c20dbd8..4b8e365f25e3 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPolicyStoresInput, ListPolicyStoresOutput } from "../models/models_0"; import { de_ListPolicyStoresCommand, se_ListPolicyStoresCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts index 9b2ea36b6072..508a3f893dbe 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPolicyTemplatesInput, ListPolicyTemplatesOutput } from "../models/models_0"; import { de_ListPolicyTemplatesCommand, se_ListPolicyTemplatesCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts index c03d3c2b7eb0..e49e13fe9b2c 100644 --- a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutSchemaInput, PutSchemaOutput } from "../models/models_0"; import { de_PutSchemaCommand, se_PutSchemaCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts index 15a3bf25edd0..ee4726543274 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIdentitySourceInput, UpdateIdentitySourceOutput } from "../models/models_0"; import { de_UpdateIdentitySourceCommand, se_UpdateIdentitySourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts index 900229aa1478..204fe870d658 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePolicyInput, UpdatePolicyOutput } from "../models/models_0"; import { de_UpdatePolicyCommand, se_UpdatePolicyCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts index 23e02e1a26cc..df8539478a50 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePolicyStoreInput, UpdatePolicyStoreOutput } from "../models/models_0"; import { de_UpdatePolicyStoreCommand, se_UpdatePolicyStoreCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts index f113a5006822..6de0d4c5a5ce 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePolicyTemplateInput, UpdatePolicyTemplateOutput } from "../models/models_0"; import { de_UpdatePolicyTemplateCommand, se_UpdatePolicyTemplateCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-verifiedpermissions/src/endpoint/EndpointParameters.ts b/clients/client-verifiedpermissions/src/endpoint/EndpointParameters.ts index 9bc45c6337e9..79e0602ac58f 100644 --- a/clients/client-verifiedpermissions/src/endpoint/EndpointParameters.ts +++ b/clients/client-verifiedpermissions/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-verifiedpermissions/src/endpoint/endpointResolver.ts b/clients/client-verifiedpermissions/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-verifiedpermissions/src/endpoint/endpointResolver.ts +++ b/clients/client-verifiedpermissions/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-verifiedpermissions/src/endpoint/ruleset.ts b/clients/client-verifiedpermissions/src/endpoint/ruleset.ts index ef78702e42a1..81835c772223 100644 --- a/clients/client-verifiedpermissions/src/endpoint/ruleset.ts +++ b/clients/client-verifiedpermissions/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-verifiedpermissions/src/models/VerifiedPermissionsServiceException.ts b/clients/client-verifiedpermissions/src/models/VerifiedPermissionsServiceException.ts index 3b0bfad9786d..b8b8ba315ed4 100644 --- a/clients/client-verifiedpermissions/src/models/VerifiedPermissionsServiceException.ts +++ b/clients/client-verifiedpermissions/src/models/VerifiedPermissionsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-verifiedpermissions/src/models/models_0.ts b/clients/client-verifiedpermissions/src/models/models_0.ts index 8504fd3491cd..2d3583f5b2f2 100644 --- a/clients/client-verifiedpermissions/src/models/models_0.ts +++ b/clients/client-verifiedpermissions/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { VerifiedPermissionsServiceException as __BaseException } from "./VerifiedPermissionsServiceException"; diff --git a/clients/client-verifiedpermissions/src/pagination/Interfaces.ts b/clients/client-verifiedpermissions/src/pagination/Interfaces.ts index 0bcd942de501..95fec957164f 100644 --- a/clients/client-verifiedpermissions/src/pagination/Interfaces.ts +++ b/clients/client-verifiedpermissions/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { VerifiedPermissionsClient } from "../VerifiedPermissionsClient"; diff --git a/clients/client-verifiedpermissions/src/pagination/ListIdentitySourcesPaginator.ts b/clients/client-verifiedpermissions/src/pagination/ListIdentitySourcesPaginator.ts index b9e18047f36e..fa6e300d8bc4 100644 --- a/clients/client-verifiedpermissions/src/pagination/ListIdentitySourcesPaginator.ts +++ b/clients/client-verifiedpermissions/src/pagination/ListIdentitySourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIdentitySourcesCommand, diff --git a/clients/client-verifiedpermissions/src/pagination/ListPoliciesPaginator.ts b/clients/client-verifiedpermissions/src/pagination/ListPoliciesPaginator.ts index ee61775958b9..e8b9b2e9dfc3 100644 --- a/clients/client-verifiedpermissions/src/pagination/ListPoliciesPaginator.ts +++ b/clients/client-verifiedpermissions/src/pagination/ListPoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPoliciesCommand, diff --git a/clients/client-verifiedpermissions/src/pagination/ListPolicyStoresPaginator.ts b/clients/client-verifiedpermissions/src/pagination/ListPolicyStoresPaginator.ts index 5c7bff084ef0..3a045f603d80 100644 --- a/clients/client-verifiedpermissions/src/pagination/ListPolicyStoresPaginator.ts +++ b/clients/client-verifiedpermissions/src/pagination/ListPolicyStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPolicyStoresCommand, diff --git a/clients/client-verifiedpermissions/src/pagination/ListPolicyTemplatesPaginator.ts b/clients/client-verifiedpermissions/src/pagination/ListPolicyTemplatesPaginator.ts index f4ee9ae15015..33063270e93a 100644 --- a/clients/client-verifiedpermissions/src/pagination/ListPolicyTemplatesPaginator.ts +++ b/clients/client-verifiedpermissions/src/pagination/ListPolicyTemplatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPolicyTemplatesCommand, diff --git a/clients/client-verifiedpermissions/src/protocols/Aws_json1_0.ts b/clients/client-verifiedpermissions/src/protocols/Aws_json1_0.ts index 744d85503b17..29ccb286a693 100644 --- a/clients/client-verifiedpermissions/src/protocols/Aws_json1_0.ts +++ b/clients/client-verifiedpermissions/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-verifiedpermissions/src/runtimeConfig.browser.ts b/clients/client-verifiedpermissions/src/runtimeConfig.browser.ts index 45da46c89e51..d281b218b881 100644 --- a/clients/client-verifiedpermissions/src/runtimeConfig.browser.ts +++ b/clients/client-verifiedpermissions/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-verifiedpermissions/src/runtimeConfig.shared.ts b/clients/client-verifiedpermissions/src/runtimeConfig.shared.ts index 4a64a7eca3ae..94c81ea44ace 100644 --- a/clients/client-verifiedpermissions/src/runtimeConfig.shared.ts +++ b/clients/client-verifiedpermissions/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClient"; diff --git a/clients/client-verifiedpermissions/src/runtimeConfig.ts b/clients/client-verifiedpermissions/src/runtimeConfig.ts index 128f759c3f95..d5d6b3bb5ced 100644 --- a/clients/client-verifiedpermissions/src/runtimeConfig.ts +++ b/clients/client-verifiedpermissions/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VerifiedPermissionsClientConfig } from "./VerifiedPermissionsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-voice-id/package.json b/clients/client-voice-id/package.json index 6c5f9d75538a..cacd44c3ffbb 100644 --- a/clients/client-voice-id/package.json +++ b/clients/client-voice-id/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-voice-id/src/VoiceID.ts b/clients/client-voice-id/src/VoiceID.ts index e74f58e27bb5..d330185ec556 100644 --- a/clients/client-voice-id/src/VoiceID.ts +++ b/clients/client-voice-id/src/VoiceID.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateFraudsterCommand, diff --git a/clients/client-voice-id/src/VoiceIDClient.ts b/clients/client-voice-id/src/VoiceIDClient.ts index 3445ec8235ff..674bfed7ddc4 100644 --- a/clients/client-voice-id/src/VoiceIDClient.ts +++ b/clients/client-voice-id/src/VoiceIDClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput } from "./commands/AssociateFraudsterCommand"; @@ -192,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -301,7 +299,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts index 167bb1ee1e34..5453027a62f3 100644 --- a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateFraudsterRequest, diff --git a/clients/client-voice-id/src/commands/CreateDomainCommand.ts b/clients/client-voice-id/src/commands/CreateDomainCommand.ts index 30934189c111..9072afc431b0 100644 --- a/clients/client-voice-id/src/commands/CreateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/CreateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateDomainRequest, diff --git a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts index 5dff9be537e1..c85bc1bba9de 100644 --- a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWatchlistRequest, diff --git a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts index 87f287b547b3..9ececebe1717 100644 --- a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDomainRequest } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts index c5bffc5d7bff..0327b68621d1 100644 --- a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFraudsterRequest, DeleteFraudsterRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteFraudsterCommand, se_DeleteFraudsterCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts index d35cc5039bbe..f24683e13bc9 100644 --- a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSpeakerRequest, DeleteSpeakerRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteSpeakerCommand, se_DeleteSpeakerCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts index 67160e10ba43..c65abc8535b8 100644 --- a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWatchlistRequest } from "../models/models_0"; import { de_DeleteWatchlistCommand, se_DeleteWatchlistCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts index f1b72480fb78..19061feaeeb4 100644 --- a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainRequest, diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts index a118058f9c68..1e2b09b234b2 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFraudsterRequest, diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts index c50a1fc83234..3819f39b5f10 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFraudsterRegistrationJobRequest, diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts index f7080b491ba2..0f24b38e9833 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSpeakerRequest, diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts index cd5a6987ed3a..cc6a5c4fd5ca 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeSpeakerEnrollmentJobRequest, diff --git a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts index 50d797f1ac59..b12fead03eaf 100644 --- a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWatchlistRequest, diff --git a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts index b12ef0cc4493..b21fb3c7d7de 100644 --- a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateFraudsterRequest, diff --git a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts index 272434bc96dd..4a853e42a80a 100644 --- a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts +++ b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EvaluateSessionRequest, diff --git a/clients/client-voice-id/src/commands/ListDomainsCommand.ts b/clients/client-voice-id/src/commands/ListDomainsCommand.ts index c48ff75d4f82..8379ac05aa2c 100644 --- a/clients/client-voice-id/src/commands/ListDomainsCommand.ts +++ b/clients/client-voice-id/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainsRequest, ListDomainsResponse, ListDomainsResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts index 3ff295e884b6..12e25d174d83 100644 --- a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFraudsterRegistrationJobsRequest, diff --git a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts index 658c87583a96..3de143cfa9f6 100644 --- a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_0"; import { de_ListFraudstersCommand, se_ListFraudstersCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts index 43c57d09482a..a4297a8e816d 100644 --- a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSpeakerEnrollmentJobsRequest, diff --git a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts index 478906e69e9a..c1d38650fdc6 100644 --- a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSpeakersRequest, ListSpeakersResponse, ListSpeakersResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListSpeakersCommand, se_ListSpeakersCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts index 76ab0fb7659d..0748b7150f80 100644 --- a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts index 6911767a7ff6..efb8e41d7b3c 100644 --- a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts +++ b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWatchlistsRequest, diff --git a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts index d15280259a88..c0c1d4b984c7 100644 --- a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OptOutSpeakerRequest, diff --git a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts index 3beed85c501a..502ec6eb74d0 100644 --- a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartFraudsterRegistrationJobRequest, diff --git a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts index f79535752336..affbf047becc 100644 --- a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartSpeakerEnrollmentJobRequest, diff --git a/clients/client-voice-id/src/commands/TagResourceCommand.ts b/clients/client-voice-id/src/commands/TagResourceCommand.ts index 73ffcd1eb4d8..952a39b9ba9c 100644 --- a/clients/client-voice-id/src/commands/TagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; diff --git a/clients/client-voice-id/src/commands/UntagResourceCommand.ts b/clients/client-voice-id/src/commands/UntagResourceCommand.ts index f45ce7ed8d40..fece4cac3353 100644 --- a/clients/client-voice-id/src/commands/UntagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, diff --git a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts index 354892e84e6f..d5e7546e84ea 100644 --- a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainRequest, diff --git a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts index e3118b4a68ab..4064973d71c5 100644 --- a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWatchlistRequest, diff --git a/clients/client-voice-id/src/endpoint/EndpointParameters.ts b/clients/client-voice-id/src/endpoint/EndpointParameters.ts index f3849836082b..19e1976fea30 100644 --- a/clients/client-voice-id/src/endpoint/EndpointParameters.ts +++ b/clients/client-voice-id/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-voice-id/src/endpoint/endpointResolver.ts b/clients/client-voice-id/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-voice-id/src/endpoint/endpointResolver.ts +++ b/clients/client-voice-id/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-voice-id/src/endpoint/ruleset.ts b/clients/client-voice-id/src/endpoint/ruleset.ts index fb780b91b167..e2d25a2b6ce9 100644 --- a/clients/client-voice-id/src/endpoint/ruleset.ts +++ b/clients/client-voice-id/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-voice-id/src/models/VoiceIDServiceException.ts b/clients/client-voice-id/src/models/VoiceIDServiceException.ts index d30a33037277..ff51af32fd42 100644 --- a/clients/client-voice-id/src/models/VoiceIDServiceException.ts +++ b/clients/client-voice-id/src/models/VoiceIDServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-voice-id/src/models/models_0.ts b/clients/client-voice-id/src/models/models_0.ts index 375bd3d880a1..2bc7c6b69069 100644 --- a/clients/client-voice-id/src/models/models_0.ts +++ b/clients/client-voice-id/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { VoiceIDServiceException as __BaseException } from "./VoiceIDServiceException"; diff --git a/clients/client-voice-id/src/pagination/Interfaces.ts b/clients/client-voice-id/src/pagination/Interfaces.ts index 970a9045a109..2c4adfaa3443 100644 --- a/clients/client-voice-id/src/pagination/Interfaces.ts +++ b/clients/client-voice-id/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { VoiceIDClient } from "../VoiceIDClient"; diff --git a/clients/client-voice-id/src/pagination/ListDomainsPaginator.ts b/clients/client-voice-id/src/pagination/ListDomainsPaginator.ts index 8df516d5458d..b370d31b5e51 100644 --- a/clients/client-voice-id/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { VoiceIDClient } from "../VoiceIDClient"; diff --git a/clients/client-voice-id/src/pagination/ListFraudsterRegistrationJobsPaginator.ts b/clients/client-voice-id/src/pagination/ListFraudsterRegistrationJobsPaginator.ts index 4a5a6b0e55c4..de6d0d085857 100644 --- a/clients/client-voice-id/src/pagination/ListFraudsterRegistrationJobsPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListFraudsterRegistrationJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFraudsterRegistrationJobsCommand, diff --git a/clients/client-voice-id/src/pagination/ListFraudstersPaginator.ts b/clients/client-voice-id/src/pagination/ListFraudstersPaginator.ts index b8a9ac12ac71..6bf0090d78bd 100644 --- a/clients/client-voice-id/src/pagination/ListFraudstersPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListFraudstersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFraudstersCommand, diff --git a/clients/client-voice-id/src/pagination/ListSpeakerEnrollmentJobsPaginator.ts b/clients/client-voice-id/src/pagination/ListSpeakerEnrollmentJobsPaginator.ts index cd06706e0403..202d7e0ba4ec 100644 --- a/clients/client-voice-id/src/pagination/ListSpeakerEnrollmentJobsPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListSpeakerEnrollmentJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSpeakerEnrollmentJobsCommand, diff --git a/clients/client-voice-id/src/pagination/ListSpeakersPaginator.ts b/clients/client-voice-id/src/pagination/ListSpeakersPaginator.ts index 0e4ce88b0e79..ef84fca3c130 100644 --- a/clients/client-voice-id/src/pagination/ListSpeakersPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListSpeakersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListSpeakersCommand, diff --git a/clients/client-voice-id/src/pagination/ListWatchlistsPaginator.ts b/clients/client-voice-id/src/pagination/ListWatchlistsPaginator.ts index f168640e3d4a..32c642da452b 100644 --- a/clients/client-voice-id/src/pagination/ListWatchlistsPaginator.ts +++ b/clients/client-voice-id/src/pagination/ListWatchlistsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWatchlistsCommand, diff --git a/clients/client-voice-id/src/protocols/Aws_json1_0.ts b/clients/client-voice-id/src/protocols/Aws_json1_0.ts index b825ffb1c59f..74bfc1ed9ea7 100644 --- a/clients/client-voice-id/src/protocols/Aws_json1_0.ts +++ b/clients/client-voice-id/src/protocols/Aws_json1_0.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput } from "../commands/AssociateFraudsterCommand"; diff --git a/clients/client-voice-id/src/runtimeConfig.browser.ts b/clients/client-voice-id/src/runtimeConfig.browser.ts index 71740788ef04..49280f535bda 100644 --- a/clients/client-voice-id/src/runtimeConfig.browser.ts +++ b/clients/client-voice-id/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VoiceIDClientConfig } from "./VoiceIDClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-voice-id/src/runtimeConfig.shared.ts b/clients/client-voice-id/src/runtimeConfig.shared.ts index 6299fab5a705..5cf4d4881838 100644 --- a/clients/client-voice-id/src/runtimeConfig.shared.ts +++ b/clients/client-voice-id/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { VoiceIDClientConfig } from "./VoiceIDClient"; diff --git a/clients/client-voice-id/src/runtimeConfig.ts b/clients/client-voice-id/src/runtimeConfig.ts index 84355ec0e368..c72a09a8f5b8 100644 --- a/clients/client-voice-id/src/runtimeConfig.ts +++ b/clients/client-voice-id/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VoiceIDClientConfig } from "./VoiceIDClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-vpc-lattice/package.json b/clients/client-vpc-lattice/package.json index cee01e1208be..21b00b9b7396 100644 --- a/clients/client-vpc-lattice/package.json +++ b/clients/client-vpc-lattice/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-vpc-lattice/src/VPCLattice.ts b/clients/client-vpc-lattice/src/VPCLattice.ts index bb5813644a65..a5eba4c1d8c2 100644 --- a/clients/client-vpc-lattice/src/VPCLattice.ts +++ b/clients/client-vpc-lattice/src/VPCLattice.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchUpdateRuleCommand, diff --git a/clients/client-vpc-lattice/src/VPCLatticeClient.ts b/clients/client-vpc-lattice/src/VPCLatticeClient.ts index 6671679ac2c7..1ff280891b80 100644 --- a/clients/client-vpc-lattice/src/VPCLatticeClient.ts +++ b/clients/client-vpc-lattice/src/VPCLatticeClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand"; @@ -297,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -406,7 +404,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts index 7cbea0bb2751..b59dd415ceb7 100644 --- a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchUpdateRuleRequest, BatchUpdateRuleResponse } from "../models/models_0"; import { de_BatchUpdateRuleCommand, se_BatchUpdateRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts index 177001417650..09138b021fc4 100644 --- a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAccessLogSubscriptionRequest, CreateAccessLogSubscriptionResponse } from "../models/models_0"; import { diff --git a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts index d604d7d8f5fa..8d95c99a1b16 100644 --- a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0"; import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts index 7c4e3da11dd1..f0bce96540bc 100644 --- a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts index ae5317effa13..16d0ff925cf7 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"; import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts index 782f3a8f0efb..f820a205372d 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceNetworkRequest, CreateServiceNetworkResponse } from "../models/models_0"; import { de_CreateServiceNetworkCommand, se_CreateServiceNetworkCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts index 7f2287306117..276447c399e3 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceNetworkServiceAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts index 0cdca67052da..f3e552f57f21 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateServiceNetworkVpcAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts index cd5fa5f8548a..26a13450f159 100644 --- a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTargetGroupRequest, CreateTargetGroupResponse } from "../models/models_0"; import { de_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts index 1180e01d6e29..e4b9d7ac25d3 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessLogSubscriptionRequest, DeleteAccessLogSubscriptionResponse } from "../models/models_0"; import { diff --git a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts index 7aed2671535c..596cbf75d40f 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAuthPolicyRequest, DeleteAuthPolicyResponse } from "../models/models_0"; import { de_DeleteAuthPolicyCommand, se_DeleteAuthPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts index a6f4eb556953..eb21dae4ba6b 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteListenerRequest, DeleteListenerResponse } from "../models/models_0"; import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts index 09e351abd099..9256bccd1a7d 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts index a45ff8f4f0c5..27a8bddff2db 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts index c6aa71da4ee6..f6c682e7abd5 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts index d669aa43b409..cf23df3dd9e3 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceNetworkRequest, DeleteServiceNetworkResponse } from "../models/models_0"; import { de_DeleteServiceNetworkCommand, se_DeleteServiceNetworkCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts index 9e79e5454555..48d46be8cef6 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceNetworkServiceAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts index 7394cf6dfdca..a165c7f2fca9 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteServiceNetworkVpcAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts index b9d9e6a19cf9..3f4be58b4e1d 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTargetGroupRequest, DeleteTargetGroupResponse } from "../models/models_0"; import { de_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts index 8b6494558cb5..e73755eb377f 100644 --- a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterTargetsRequest, DeregisterTargetsResponse } from "../models/models_0"; import { de_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts index 2409cdf1b263..80ca72998a4a 100644 --- a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessLogSubscriptionRequest, GetAccessLogSubscriptionResponse } from "../models/models_0"; import { de_GetAccessLogSubscriptionCommand, se_GetAccessLogSubscriptionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts index 5c4db3c4e953..097b0c4c726c 100644 --- a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAuthPolicyRequest, GetAuthPolicyResponse } from "../models/models_0"; import { de_GetAuthPolicyCommand, se_GetAuthPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts index a2e464d82adc..e3564863ad84 100644 --- a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetListenerRequest, GetListenerResponse } from "../models/models_0"; import { de_GetListenerCommand, se_GetListenerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts index 56ea622b5e5d..796f8e6b4536 100644 --- a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts index 45e4f8982463..1e11f4b5e44b 100644 --- a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts index f4f00a121fd0..6051d9c567a0 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceRequest, GetServiceResponse } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts index 819f3d0175f8..e5fc0440ffdc 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceNetworkRequest, GetServiceNetworkResponse } from "../models/models_0"; import { de_GetServiceNetworkCommand, se_GetServiceNetworkCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts index ab8ccf38bfda..6800d78eb0c0 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceNetworkServiceAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts index 693fed9ed00a..b4bc24f05003 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceNetworkVpcAssociationRequest, GetServiceNetworkVpcAssociationResponse } from "../models/models_0"; import { diff --git a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts index bf33fe3e48f5..931cdf686bca 100644 --- a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTargetGroupRequest, GetTargetGroupResponse } from "../models/models_0"; import { de_GetTargetGroupCommand, se_GetTargetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts index 0b27c23be73b..3638a74db5e4 100644 --- a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessLogSubscriptionsRequest, ListAccessLogSubscriptionsResponse } from "../models/models_0"; import { de_ListAccessLogSubscriptionsCommand, se_ListAccessLogSubscriptionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts index 9564eb771da9..347bc76e6e96 100644 --- a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListListenersRequest, ListListenersResponse } from "../models/models_0"; import { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts index c674f3c9d84a..86b107e6f8d6 100644 --- a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts index 4ed1b4b90924..67f1a616c96e 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceNetworkServiceAssociationsRequest, diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts index 6ff94512d024..13450d2cc43e 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceNetworkVpcAssociationsRequest, diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts index f89875be6bc3..f3311d5c1501 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServiceNetworksRequest, ListServiceNetworksResponse } from "../models/models_0"; import { de_ListServiceNetworksCommand, se_ListServiceNetworksCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts index abe3f0447566..9b98330c0dc5 100644 --- a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts index 2d60105ec4f1..53973e7bd1dc 100644 --- a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts index 11590a306f19..52e763cd7d6e 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTargetGroupsRequest, ListTargetGroupsResponse } from "../models/models_0"; import { de_ListTargetGroupsCommand, se_ListTargetGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts index d314627f6399..92f164bdfba0 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTargetsRequest, ListTargetsResponse } from "../models/models_0"; import { de_ListTargetsCommand, se_ListTargetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts index d729a47105d0..02468d9ba35c 100644 --- a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAuthPolicyRequest, PutAuthPolicyResponse } from "../models/models_0"; import { de_PutAuthPolicyCommand, se_PutAuthPolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts index c6a96b64cd3b..445c39a25eb8 100644 --- a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts index d441f99fe850..3f1050743e31 100644 --- a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterTargetsRequest, RegisterTargetsResponse } from "../models/models_0"; import { de_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts index 90e5926d66b5..c875e4016276 100644 --- a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts index e5bad09a70fe..48798bf51ad5 100644 --- a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts index 8ce65e75cb07..dffa6e4ec98d 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAccessLogSubscriptionRequest, UpdateAccessLogSubscriptionResponse } from "../models/models_0"; import { diff --git a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts index 62f177a1a102..25f632b8bb89 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0"; import { de_UpdateListenerCommand, se_UpdateListenerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts index b28be0cd2fe0..3a7ffe080b5d 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts index ac321181dee6..319d4a4eb6d1 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0"; import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts index 03b2ec4a6ceb..ed8850b3ae4f 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceNetworkRequest, UpdateServiceNetworkResponse } from "../models/models_0"; import { de_UpdateServiceNetworkCommand, se_UpdateServiceNetworkCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts index 4283ca2e379b..458da99df843 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateServiceNetworkVpcAssociationRequest, diff --git a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts index f4f0ccafc0eb..116dcf05f6fc 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTargetGroupRequest, UpdateTargetGroupResponse } from "../models/models_0"; import { de_UpdateTargetGroupCommand, se_UpdateTargetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-vpc-lattice/src/endpoint/EndpointParameters.ts b/clients/client-vpc-lattice/src/endpoint/EndpointParameters.ts index 583148294bea..71f32a8bc20b 100644 --- a/clients/client-vpc-lattice/src/endpoint/EndpointParameters.ts +++ b/clients/client-vpc-lattice/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-vpc-lattice/src/endpoint/endpointResolver.ts b/clients/client-vpc-lattice/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-vpc-lattice/src/endpoint/endpointResolver.ts +++ b/clients/client-vpc-lattice/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-vpc-lattice/src/endpoint/ruleset.ts b/clients/client-vpc-lattice/src/endpoint/ruleset.ts index 9116664335c3..b880f03dc887 100644 --- a/clients/client-vpc-lattice/src/endpoint/ruleset.ts +++ b/clients/client-vpc-lattice/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts b/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts index 82d071b9e4eb..c8f5934b9901 100644 --- a/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts +++ b/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-vpc-lattice/src/models/models_0.ts b/clients/client-vpc-lattice/src/models/models_0.ts index 6b2ad49d9093..e137adf511f4 100644 --- a/clients/client-vpc-lattice/src/models/models_0.ts +++ b/clients/client-vpc-lattice/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { VPCLatticeServiceException as __BaseException } from "./VPCLatticeServiceException"; diff --git a/clients/client-vpc-lattice/src/pagination/Interfaces.ts b/clients/client-vpc-lattice/src/pagination/Interfaces.ts index 363a02944723..8b56e939cc28 100644 --- a/clients/client-vpc-lattice/src/pagination/Interfaces.ts +++ b/clients/client-vpc-lattice/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { VPCLatticeClient } from "../VPCLatticeClient"; diff --git a/clients/client-vpc-lattice/src/pagination/ListAccessLogSubscriptionsPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListAccessLogSubscriptionsPaginator.ts index 8cb7e487f056..8796897d1937 100644 --- a/clients/client-vpc-lattice/src/pagination/ListAccessLogSubscriptionsPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListAccessLogSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAccessLogSubscriptionsCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListListenersPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListListenersPaginator.ts index e44214f1da51..a696246c686f 100644 --- a/clients/client-vpc-lattice/src/pagination/ListListenersPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListListenersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListListenersCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListRulesPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListRulesPaginator.ts index 0cdaa107c2e3..2e2c4dc23d54 100644 --- a/clients/client-vpc-lattice/src/pagination/ListRulesPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListRulesCommand, ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand"; import { VPCLatticeClient } from "../VPCLatticeClient"; diff --git a/clients/client-vpc-lattice/src/pagination/ListServiceNetworkServiceAssociationsPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListServiceNetworkServiceAssociationsPaginator.ts index 5f47bdd32ef0..e4dc1e404216 100644 --- a/clients/client-vpc-lattice/src/pagination/ListServiceNetworkServiceAssociationsPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListServiceNetworkServiceAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceNetworkServiceAssociationsCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListServiceNetworkVpcAssociationsPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListServiceNetworkVpcAssociationsPaginator.ts index a337c01cc155..f860eff6cda7 100644 --- a/clients/client-vpc-lattice/src/pagination/ListServiceNetworkVpcAssociationsPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListServiceNetworkVpcAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceNetworkVpcAssociationsCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListServiceNetworksPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListServiceNetworksPaginator.ts index aed68e638e0b..0bb53b4c4c9b 100644 --- a/clients/client-vpc-lattice/src/pagination/ListServiceNetworksPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListServiceNetworksPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServiceNetworksCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListServicesPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListServicesPaginator.ts index 15e05ac4c107..0d46e1f3c7fc 100644 --- a/clients/client-vpc-lattice/src/pagination/ListServicesPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListServicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListServicesCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListTargetGroupsPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListTargetGroupsPaginator.ts index 676f1f61d5d9..b65d855c6fa0 100644 --- a/clients/client-vpc-lattice/src/pagination/ListTargetGroupsPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListTargetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetGroupsCommand, diff --git a/clients/client-vpc-lattice/src/pagination/ListTargetsPaginator.ts b/clients/client-vpc-lattice/src/pagination/ListTargetsPaginator.ts index 219f36e24624..4ef7d60f557f 100644 --- a/clients/client-vpc-lattice/src/pagination/ListTargetsPaginator.ts +++ b/clients/client-vpc-lattice/src/pagination/ListTargetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTargetsCommand, ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand"; import { VPCLatticeClient } from "../VPCLatticeClient"; diff --git a/clients/client-vpc-lattice/src/protocols/Aws_restJson1.ts b/clients/client-vpc-lattice/src/protocols/Aws_restJson1.ts index a0d38b389156..6c9fa0591015 100644 --- a/clients/client-vpc-lattice/src/protocols/Aws_restJson1.ts +++ b/clients/client-vpc-lattice/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "../commands/BatchUpdateRuleCommand"; diff --git a/clients/client-vpc-lattice/src/runtimeConfig.browser.ts b/clients/client-vpc-lattice/src/runtimeConfig.browser.ts index 3d524627c5d7..d31bc0a36419 100644 --- a/clients/client-vpc-lattice/src/runtimeConfig.browser.ts +++ b/clients/client-vpc-lattice/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VPCLatticeClientConfig } from "./VPCLatticeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-vpc-lattice/src/runtimeConfig.shared.ts b/clients/client-vpc-lattice/src/runtimeConfig.shared.ts index 060636de3559..65ffba30bdd7 100644 --- a/clients/client-vpc-lattice/src/runtimeConfig.shared.ts +++ b/clients/client-vpc-lattice/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { VPCLatticeClientConfig } from "./VPCLatticeClient"; diff --git a/clients/client-vpc-lattice/src/runtimeConfig.ts b/clients/client-vpc-lattice/src/runtimeConfig.ts index 49d94ab764c0..fd774ea4b44c 100644 --- a/clients/client-vpc-lattice/src/runtimeConfig.ts +++ b/clients/client-vpc-lattice/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { VPCLatticeClientConfig } from "./VPCLatticeClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index 5b2bc1631ff0..05a9ca94be65 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-waf-regional/src/WAFRegional.ts b/clients/client-waf-regional/src/WAFRegional.ts index 0f12031dc622..98befe26e2e4 100644 --- a/clients/client-waf-regional/src/WAFRegional.ts +++ b/clients/client-waf-regional/src/WAFRegional.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateWebACLCommand, diff --git a/clients/client-waf-regional/src/WAFRegionalClient.ts b/clients/client-waf-regional/src/WAFRegionalClient.ts index e6858ff0844d..9f5c66daa572 100644 --- a/clients/client-waf-regional/src/WAFRegionalClient.ts +++ b/clients/client-waf-regional/src/WAFRegionalClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand"; @@ -429,7 +427,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -538,7 +536,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts index 16da963d90da..315a7a2b5c71 100644 --- a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0"; import { de_AssociateWebACLCommand, se_AssociateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts index dd507c21eba4..c3babc615f9b 100644 --- a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models/models_0"; import { de_CreateByteMatchSetCommand, se_CreateByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts index 9b4d3fe7b2c1..fd2fbf036846 100644 --- a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/models_0"; import { de_CreateGeoMatchSetCommand, se_CreateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts index 27eea982cc66..e76be0b9c04d 100644 --- a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts index 807def258e18..54ddaa1638e2 100644 --- a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../models/models_0"; import { de_CreateRateBasedRuleCommand, se_CreateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts index 8832f60ec3ce..958a3820b787 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../models/models_0"; import { de_CreateRegexMatchSetCommand, se_CreateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts index 85d1760b4f86..d8dd22df04de 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0"; import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts index 33f0a00cd74d..37ee8406f875 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts index 4697d1221211..6a5e8ecbe0f0 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0"; import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts index 11dde3eb68f2..4825a02d6bfc 100644 --- a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSizeConstraintSetRequest, CreateSizeConstraintSetResponse } from "../models/models_0"; import { de_CreateSizeConstraintSetCommand, se_CreateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts index d2df26c94d25..c722f05d9e80 100644 --- a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_CreateSqlInjectionMatchSetCommand, se_CreateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts index ae158b10183e..5503210da5cd 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts index 1215a8d7a84e..bb721fd69902 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } from "../models/models_0"; import { de_CreateWebACLMigrationStackCommand, se_CreateWebACLMigrationStackCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts index 3a0568faf9b1..3d392d4843a9 100644 --- a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/models_0"; import { de_CreateXssMatchSetCommand, se_CreateXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts index 30091d1b041d..695655e894fa 100644 --- a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0"; import { de_DeleteByteMatchSetCommand, se_DeleteByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts index 0cabf92cc66f..7d7769a5039e 100644 --- a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/models_0"; import { de_DeleteGeoMatchSetCommand, se_DeleteGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts index cd5569388c97..d99e3629824f 100644 --- a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts index bd21b893f22a..a989c95c28d3 100644 --- a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0"; import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts index ea97ff9dfa2b..5470d26358f6 100644 --- a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0"; import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts index f4de2d1db3e0..0e58ee0f50fa 100644 --- a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../models/models_0"; import { de_DeleteRateBasedRuleCommand, se_DeleteRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts index cf43dbdca358..27f317727b3c 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../models/models_0"; import { de_DeleteRegexMatchSetCommand, se_DeleteRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts index 2c299809d90a..a0e13b2de6e0 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0"; import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts index f35d60a2c91b..936948a1c5b8 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts index a4f20b8727e7..76881fe96532 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0"; import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts index 7dfaa89bac30..6689894ae51f 100644 --- a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSizeConstraintSetRequest, DeleteSizeConstraintSetResponse } from "../models/models_0"; import { de_DeleteSizeConstraintSetCommand, se_DeleteSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts index 184c781a4715..9da18b0d5a86 100644 --- a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSqlInjectionMatchSetRequest, DeleteSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_DeleteSqlInjectionMatchSetCommand, se_DeleteSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts index d5e462613bc5..1c974afa7c24 100644 --- a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts index a3e444151680..7bdc740f6ea8 100644 --- a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/models_0"; import { de_DeleteXssMatchSetCommand, se_DeleteXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts index cd1058a679e9..20683316072d 100644 --- a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0"; import { de_DisassociateWebACLCommand, se_DisassociateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts index faf828abcab4..7f61ae83aba1 100644 --- a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/models_0"; import { de_GetByteMatchSetCommand, se_GetByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts index 86fc43ce164e..2058e295fd1c 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_0"; import { de_GetChangeTokenCommand, se_GetChangeTokenCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts index f99fab9b95a0..242d97e1edb8 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../models/models_0"; import { de_GetChangeTokenStatusCommand, se_GetChangeTokenStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts index c28c85e04e0a..f2f93cac1c23 100644 --- a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_0"; import { de_GetGeoMatchSetCommand, se_GetGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts index f71dae9af32b..89622abe45dd 100644 --- a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts index 52fe38dcee99..1c96d1c2f176 100644 --- a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0"; import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts index 6cb74ff055a6..3523105073de 100644 --- a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0"; import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts index f7ec5e2b2226..3d93eaa48dae 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRateBasedRuleRequest, GetRateBasedRuleResponse } from "../models/models_0"; import { de_GetRateBasedRuleCommand, se_GetRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts index 4c9c436c6c26..267a91fd61c6 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRateBasedRuleManagedKeysRequest, GetRateBasedRuleManagedKeysResponse } from "../models/models_0"; import { de_GetRateBasedRuleManagedKeysCommand, se_GetRateBasedRuleManagedKeysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts index b640c0506d8b..ac99c4180da3 100644 --- a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/models_0"; import { de_GetRegexMatchSetCommand, se_GetRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts index 0e500a359a19..ceab58b82c7e 100644 --- a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0"; import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRuleCommand.ts index c0e05ea5fdaf..fdc4cc26f045 100644 --- a/clients/client-waf-regional/src/commands/GetRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts index 5b0d419d7638..de28cdef064d 100644 --- a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts index a16750c6f4a1..08cd3c264313 100644 --- a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0"; import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts index 837aea4c6236..a01837151616 100644 --- a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSizeConstraintSetRequest, GetSizeConstraintSetResponse } from "../models/models_0"; import { de_GetSizeConstraintSetCommand, se_GetSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts index 12f271ec9320..b77053963719 100644 --- a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_GetSqlInjectionMatchSetCommand, se_GetSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts index 094410025e59..708081cd7579 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts index 60253559d095..68c697316111 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0"; import { de_GetWebACLForResourceCommand, se_GetWebACLForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts index 811cbabde055..b35a389648ea 100644 --- a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_0"; import { de_GetXssMatchSetCommand, se_GetXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 3ad849db99ae..5ae9ca9d2bc2 100644 --- a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListActivatedRulesInRuleGroupRequest, ListActivatedRulesInRuleGroupResponse } from "../models/models_0"; import { diff --git a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts index b467e3a63445..fdf11ff90da4 100644 --- a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListByteMatchSetsRequest, ListByteMatchSetsResponse } from "../models/models_0"; import { de_ListByteMatchSetsCommand, se_ListByteMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts index e28d2811810c..b735440c96f6 100644 --- a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGeoMatchSetsRequest, ListGeoMatchSetsResponse } from "../models/models_0"; import { de_ListGeoMatchSetsCommand, se_ListGeoMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts index 60aa92d090b5..907dbdbed13a 100644 --- a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts index 87a00e3f68b8..d018f7da37a9 100644 --- a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0"; import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts index 0c42be9dd991..338f4c5a1906 100644 --- a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRateBasedRulesRequest, ListRateBasedRulesResponse } from "../models/models_0"; import { de_ListRateBasedRulesCommand, se_ListRateBasedRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts index ecfc271ec07e..eab6e6263f63 100644 --- a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegexMatchSetsRequest, ListRegexMatchSetsResponse } from "../models/models_0"; import { de_ListRegexMatchSetsCommand, se_ListRegexMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts index 739df4f7f2f2..1763215b2467 100644 --- a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0"; import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts index b999990b9c94..1df6832371ef 100644 --- a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0"; import { de_ListResourcesForWebACLCommand, se_ListResourcesForWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts index 20a0bb2730fc..7c138997d0a4 100644 --- a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0"; import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRulesCommand.ts index 0201fc7cd409..e2abd191be93 100644 --- a/clients/client-waf-regional/src/commands/ListRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts index baf5b4533abd..6fe29447209e 100644 --- a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSizeConstraintSetsRequest, ListSizeConstraintSetsResponse } from "../models/models_0"; import { de_ListSizeConstraintSetsCommand, se_ListSizeConstraintSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts index 9777c0ba810e..0d834e0aae67 100644 --- a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSqlInjectionMatchSetsRequest, ListSqlInjectionMatchSetsResponse } from "../models/models_0"; import { de_ListSqlInjectionMatchSetsCommand, se_ListSqlInjectionMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts index 89e0dd73ad5a..078d0750c705 100644 --- a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscribedRuleGroupsRequest, ListSubscribedRuleGroupsResponse } from "../models/models_0"; import { de_ListSubscribedRuleGroupsCommand, se_ListSubscribedRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts index a08822cc5c97..db978109747a 100644 --- a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts index 5adf3a832925..03d710084853 100644 --- a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts index 4bd884038a55..c41c96745a9f 100644 --- a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListXssMatchSetsRequest, ListXssMatchSetsResponse } from "../models/models_0"; import { de_ListXssMatchSetsCommand, se_ListXssMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts index 6033031c1dbb..e317f85529c9 100644 --- a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0"; import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts index 937fd0d67f63..ec14850e4e3a 100644 --- a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0"; import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/TagResourceCommand.ts b/clients/client-waf-regional/src/commands/TagResourceCommand.ts index 4fdf1df410a3..7b7f6ba79842 100644 --- a/clients/client-waf-regional/src/commands/TagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts index b4572c54c975..53f0ba715f15 100644 --- a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts index a3ef46c791f9..6c3935f1a242 100644 --- a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models/models_0"; import { de_UpdateByteMatchSetCommand, se_UpdateByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts index 20831c04a46a..7bebfd0f82bd 100644 --- a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/models_0"; import { de_UpdateGeoMatchSetCommand, se_UpdateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts index 77fbe0ed1bf7..8d87ed6f6819 100644 --- a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts index 3a57d8496c93..76d01fe4683d 100644 --- a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../models/models_0"; import { de_UpdateRateBasedRuleCommand, se_UpdateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts index 5196ced7bf57..e215a9b3c4d3 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../models/models_0"; import { de_UpdateRegexMatchSetCommand, se_UpdateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts index c49753825945..ea38258b86f3 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0"; import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts index 49aac7c8051c..957a10014367 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts index e90acd19c499..85ed8cbced5c 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0"; import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts index 679cb7649e20..2a0414e379e6 100644 --- a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSizeConstraintSetRequest, UpdateSizeConstraintSetResponse } from "../models/models_0"; import { de_UpdateSizeConstraintSetCommand, se_UpdateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts index a66ee7b36368..216550cae6cf 100644 --- a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_UpdateSqlInjectionMatchSetCommand, se_UpdateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts index 537f9d61c406..fccb5eab6321 100644 --- a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts index 65f28949401e..ff98cd54b9e8 100644 --- a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/models_0"; import { de_UpdateXssMatchSetCommand, se_UpdateXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf-regional/src/endpoint/EndpointParameters.ts b/clients/client-waf-regional/src/endpoint/EndpointParameters.ts index 862b6a13ceef..95089c160190 100644 --- a/clients/client-waf-regional/src/endpoint/EndpointParameters.ts +++ b/clients/client-waf-regional/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-waf-regional/src/endpoint/endpointResolver.ts b/clients/client-waf-regional/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-waf-regional/src/endpoint/endpointResolver.ts +++ b/clients/client-waf-regional/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-waf-regional/src/endpoint/ruleset.ts b/clients/client-waf-regional/src/endpoint/ruleset.ts index 957144652bc0..f32f84f3d34c 100644 --- a/clients/client-waf-regional/src/endpoint/ruleset.ts +++ b/clients/client-waf-regional/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts b/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts index 5b4b6452b847..17e69d621088 100644 --- a/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts +++ b/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-waf-regional/src/models/models_0.ts b/clients/client-waf-regional/src/models/models_0.ts index fd95847467cf..584b7e898582 100644 --- a/clients/client-waf-regional/src/models/models_0.ts +++ b/clients/client-waf-regional/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WAFRegionalServiceException as __BaseException } from "./WAFRegionalServiceException"; diff --git a/clients/client-waf-regional/src/protocols/Aws_json1_1.ts b/clients/client-waf-regional/src/protocols/Aws_json1_1.ts index 24ae6d8c564c..d64e6591e011 100644 --- a/clients/client-waf-regional/src/protocols/Aws_json1_1.ts +++ b/clients/client-waf-regional/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "../commands/AssociateWebACLCommand"; import { CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput } from "../commands/CreateByteMatchSetCommand"; diff --git a/clients/client-waf-regional/src/runtimeConfig.browser.ts b/clients/client-waf-regional/src/runtimeConfig.browser.ts index 28f87944559c..093b6748f941 100644 --- a/clients/client-waf-regional/src/runtimeConfig.browser.ts +++ b/clients/client-waf-regional/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFRegionalClientConfig } from "./WAFRegionalClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-waf-regional/src/runtimeConfig.shared.ts b/clients/client-waf-regional/src/runtimeConfig.shared.ts index 5c06d5828ec4..bb2b17a82229 100644 --- a/clients/client-waf-regional/src/runtimeConfig.shared.ts +++ b/clients/client-waf-regional/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WAFRegionalClientConfig } from "./WAFRegionalClient"; diff --git a/clients/client-waf-regional/src/runtimeConfig.ts b/clients/client-waf-regional/src/runtimeConfig.ts index f791140b3faf..d85db5656f51 100644 --- a/clients/client-waf-regional/src/runtimeConfig.ts +++ b/clients/client-waf-regional/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFRegionalClientConfig } from "./WAFRegionalClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index a43598ef4f9a..7f72f0b343ea 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-waf/src/WAF.ts b/clients/client-waf/src/WAF.ts index 5f0c173da3fa..c62863d7a12f 100644 --- a/clients/client-waf/src/WAF.ts +++ b/clients/client-waf/src/WAF.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateByteMatchSetCommand, diff --git a/clients/client-waf/src/WAFClient.ts b/clients/client-waf/src/WAFClient.ts index 262f0a4cdd7c..a8cdf46c51a0 100644 --- a/clients/client-waf/src/WAFClient.ts +++ b/clients/client-waf/src/WAFClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput } from "./commands/CreateByteMatchSetCommand"; @@ -411,7 +409,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -520,7 +518,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts index a780463a29e6..a8247e147c28 100644 --- a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models/models_0"; import { de_CreateByteMatchSetCommand, se_CreateByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts index 6c6cc4e0ed6d..f3802787ee67 100644 --- a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/models_0"; import { de_CreateGeoMatchSetCommand, se_CreateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateIPSetCommand.ts b/clients/client-waf/src/commands/CreateIPSetCommand.ts index dd38c8566414..7086bf895846 100644 --- a/clients/client-waf/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf/src/commands/CreateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts index e6c45803e7e1..3eb11b728260 100644 --- a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../models/models_0"; import { de_CreateRateBasedRuleCommand, se_CreateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts index f3d53a6b247a..db876dbd588e 100644 --- a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../models/models_0"; import { de_CreateRegexMatchSetCommand, se_CreateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts index 7c5342cd9f81..b4bac5804ae4 100644 --- a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0"; import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateRuleCommand.ts b/clients/client-waf/src/commands/CreateRuleCommand.ts index 1154ad3ef94c..27eb37636ba0 100644 --- a/clients/client-waf/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts index d3fdf443c703..b9e9bcb7fb35 100644 --- a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0"; import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts index 9a8d77ea84f3..d76bd40df491 100644 --- a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSizeConstraintSetRequest, CreateSizeConstraintSetResponse } from "../models/models_0"; import { de_CreateSizeConstraintSetCommand, se_CreateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts index f841301df68a..b0fb6a134a00 100644 --- a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_CreateSqlInjectionMatchSetCommand, se_CreateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateWebACLCommand.ts b/clients/client-waf/src/commands/CreateWebACLCommand.ts index 00fa901390af..fb46fa7e77fc 100644 --- a/clients/client-waf/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts index 9d2903ceb496..cc7399b4e59b 100644 --- a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } from "../models/models_0"; import { de_CreateWebACLMigrationStackCommand, se_CreateWebACLMigrationStackCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts index 2f75928fab58..a60f58bfd987 100644 --- a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/models_0"; import { de_CreateXssMatchSetCommand, se_CreateXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts index f098c7a773ce..80a1e53f514f 100644 --- a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0"; import { de_DeleteByteMatchSetCommand, se_DeleteByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts index 0f4f27ffd1f6..7a4af14dd8ae 100644 --- a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/models_0"; import { de_DeleteGeoMatchSetCommand, se_DeleteGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteIPSetCommand.ts b/clients/client-waf/src/commands/DeleteIPSetCommand.ts index 73264912a057..abec4989505f 100644 --- a/clients/client-waf/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts index 785a2f667f1f..cf1552ed9a84 100644 --- a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0"; import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts index d7de93dc81a3..4dfe7384d285 100644 --- a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0"; import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts index 8e393ee8166f..708abdc3b52f 100644 --- a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../models/models_0"; import { de_DeleteRateBasedRuleCommand, se_DeleteRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts index cad225ae328d..50c0e21d7a9e 100644 --- a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../models/models_0"; import { de_DeleteRegexMatchSetCommand, se_DeleteRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts index d6ef277f6c2e..4a9f19ef6736 100644 --- a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0"; import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteRuleCommand.ts b/clients/client-waf/src/commands/DeleteRuleCommand.ts index b095b3fbc0c5..51e1f82444ef 100644 --- a/clients/client-waf/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts index c6962700eb36..44af3f253c6c 100644 --- a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0"; import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts index 34dcfe8c0671..4e69516fe470 100644 --- a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSizeConstraintSetRequest, DeleteSizeConstraintSetResponse } from "../models/models_0"; import { de_DeleteSizeConstraintSetCommand, se_DeleteSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts index 51b9a9eff2f6..40bd4690b994 100644 --- a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSqlInjectionMatchSetRequest, DeleteSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_DeleteSqlInjectionMatchSetCommand, se_DeleteSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteWebACLCommand.ts b/clients/client-waf/src/commands/DeleteWebACLCommand.ts index 66c119a9d0b8..20404f850e3e 100644 --- a/clients/client-waf/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf/src/commands/DeleteWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts index 7053e053b49b..3af3bad6cd00 100644 --- a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/models_0"; import { de_DeleteXssMatchSetCommand, se_DeleteXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts index 4050cb121796..6b311b81faad 100644 --- a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/models_0"; import { de_GetByteMatchSetCommand, se_GetByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetChangeTokenCommand.ts b/clients/client-waf/src/commands/GetChangeTokenCommand.ts index 384fd5b025b9..0ac834bf9903 100644 --- a/clients/client-waf/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_0"; import { de_GetChangeTokenCommand, se_GetChangeTokenCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts index f9ed67fb7a42..8464055ac278 100644 --- a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../models/models_0"; import { de_GetChangeTokenStatusCommand, se_GetChangeTokenStatusCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts index 988be5c1a620..21f49c05868e 100644 --- a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_0"; import { de_GetGeoMatchSetCommand, se_GetGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetIPSetCommand.ts b/clients/client-waf/src/commands/GetIPSetCommand.ts index 656df9d2014d..0153275c7e40 100644 --- a/clients/client-waf/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf/src/commands/GetIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts index ca83d7c9b8c9..bfd1bdcefcd1 100644 --- a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0"; import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts index 39449e7d490b..fa607dbc7d33 100644 --- a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0"; import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts index bdf2f55623b1..2d731f7cb172 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRateBasedRuleRequest, GetRateBasedRuleResponse } from "../models/models_0"; import { de_GetRateBasedRuleCommand, se_GetRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts index 5715aa1b867e..1b6e8e875150 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRateBasedRuleManagedKeysRequest, GetRateBasedRuleManagedKeysResponse } from "../models/models_0"; import { de_GetRateBasedRuleManagedKeysCommand, se_GetRateBasedRuleManagedKeysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts index 8057ec5a21bc..10023611bdcb 100644 --- a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/models_0"; import { de_GetRegexMatchSetCommand, se_GetRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts index b7c7dc5ccae3..368f1c4cc389 100644 --- a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0"; import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRuleCommand.ts b/clients/client-waf/src/commands/GetRuleCommand.ts index d1d9af669765..21329dfa38e3 100644 --- a/clients/client-waf/src/commands/GetRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetRuleGroupCommand.ts b/clients/client-waf/src/commands/GetRuleGroupCommand.ts index 8bc0aac151d6..818f08d00293 100644 --- a/clients/client-waf/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/GetRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts index 3b382efefa08..90e01e56eaf1 100644 --- a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0"; import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts index 7e00f9e9156b..d91d664a261a 100644 --- a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSizeConstraintSetRequest, GetSizeConstraintSetResponse } from "../models/models_0"; import { de_GetSizeConstraintSetCommand, se_GetSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts index ee9d79f12afe..74379b8826e3 100644 --- a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_GetSqlInjectionMatchSetCommand, se_GetSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetWebACLCommand.ts b/clients/client-waf/src/commands/GetWebACLCommand.ts index a5e5bd50af41..a2272d721b46 100644 --- a/clients/client-waf/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf/src/commands/GetWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts index babc06906b1e..0da509a95d55 100644 --- a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_0"; import { de_GetXssMatchSetCommand, se_GetXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts index d9763fa1e998..87ca6f82091a 100644 --- a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListActivatedRulesInRuleGroupRequest, ListActivatedRulesInRuleGroupResponse } from "../models/models_0"; import { diff --git a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts index 5214c72670fd..381faf62714b 100644 --- a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListByteMatchSetsRequest, ListByteMatchSetsResponse } from "../models/models_0"; import { de_ListByteMatchSetsCommand, se_ListByteMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts index 5ad98b865977..3e8a7d894431 100644 --- a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGeoMatchSetsRequest, ListGeoMatchSetsResponse } from "../models/models_0"; import { de_ListGeoMatchSetsCommand, se_ListGeoMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListIPSetsCommand.ts b/clients/client-waf/src/commands/ListIPSetsCommand.ts index ad194d1a4582..874593017c03 100644 --- a/clients/client-waf/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf/src/commands/ListIPSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts index e5198a3f2fe5..e97f76abebaa 100644 --- a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0"; import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts index 3ecf58009507..e6ea18396d03 100644 --- a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRateBasedRulesRequest, ListRateBasedRulesResponse } from "../models/models_0"; import { de_ListRateBasedRulesCommand, se_ListRateBasedRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts index 3d7be1c7350a..bfbec41cc7c2 100644 --- a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegexMatchSetsRequest, ListRegexMatchSetsResponse } from "../models/models_0"; import { de_ListRegexMatchSetsCommand, se_ListRegexMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts index f3f03f818dd4..7d10ed724cdd 100644 --- a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0"; import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts index facf5172426d..361d62fd06ba 100644 --- a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0"; import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListRulesCommand.ts b/clients/client-waf/src/commands/ListRulesCommand.ts index 216420b32775..e536d3135ecd 100644 --- a/clients/client-waf/src/commands/ListRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts index 6147e404800e..a0580e41b7ec 100644 --- a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSizeConstraintSetsRequest, ListSizeConstraintSetsResponse } from "../models/models_0"; import { de_ListSizeConstraintSetsCommand, se_ListSizeConstraintSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts index d3cfe6dd9a48..f4d7e3ce0b10 100644 --- a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSqlInjectionMatchSetsRequest, ListSqlInjectionMatchSetsResponse } from "../models/models_0"; import { de_ListSqlInjectionMatchSetsCommand, se_ListSqlInjectionMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts index d605a85b7e9f..4e74d69f7b34 100644 --- a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListSubscribedRuleGroupsRequest, ListSubscribedRuleGroupsResponse } from "../models/models_0"; import { de_ListSubscribedRuleGroupsCommand, se_ListSubscribedRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts index 0134cf0a87df..0d5f82d2cc67 100644 --- a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListWebACLsCommand.ts b/clients/client-waf/src/commands/ListWebACLsCommand.ts index 7b21cc224ec7..f9cd4ec32fc9 100644 --- a/clients/client-waf/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf/src/commands/ListWebACLsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts index a0ed75308b6c..0868048828b7 100644 --- a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListXssMatchSetsRequest, ListXssMatchSetsResponse } from "../models/models_0"; import { de_ListXssMatchSetsCommand, se_ListXssMatchSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts index 1b9a575cbcaf..3dffa588bbc8 100644 --- a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0"; import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts index aace681f0af7..5cf6aaac3092 100644 --- a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0"; import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/TagResourceCommand.ts b/clients/client-waf/src/commands/TagResourceCommand.ts index f0384f00eeb0..eb2cb959d16e 100644 --- a/clients/client-waf/src/commands/TagResourceCommand.ts +++ b/clients/client-waf/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UntagResourceCommand.ts b/clients/client-waf/src/commands/UntagResourceCommand.ts index ad8e76ee7c58..67ff5110fcb2 100644 --- a/clients/client-waf/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts index aae7ea0f9215..54a696a66bf1 100644 --- a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models/models_0"; import { de_UpdateByteMatchSetCommand, se_UpdateByteMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts index 7ad7bba971d4..c60737a48739 100644 --- a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/models_0"; import { de_UpdateGeoMatchSetCommand, se_UpdateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateIPSetCommand.ts b/clients/client-waf/src/commands/UpdateIPSetCommand.ts index ca635cf856fd..03fb73175f11 100644 --- a/clients/client-waf/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts index fc60fe37edfe..d01266d1e25a 100644 --- a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../models/models_0"; import { de_UpdateRateBasedRuleCommand, se_UpdateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts index acc82503b222..ffe1ebf22054 100644 --- a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../models/models_0"; import { de_UpdateRegexMatchSetCommand, se_UpdateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts index 7af8b4f424b4..f09491f1f710 100644 --- a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0"; import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateRuleCommand.ts b/clients/client-waf/src/commands/UpdateRuleCommand.ts index 0c7e422bebf0..c72cd05c13e3 100644 --- a/clients/client-waf/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts index 8b2c1c6953d3..4fe6fecc7dc8 100644 --- a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0"; import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts index 58f28d46dd69..af5733e86e0b 100644 --- a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSizeConstraintSetRequest, UpdateSizeConstraintSetResponse } from "../models/models_0"; import { de_UpdateSizeConstraintSetCommand, se_UpdateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 521d426001ac..02f5da74d7b3 100644 --- a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse } from "../models/models_0"; import { de_UpdateSqlInjectionMatchSetCommand, se_UpdateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateWebACLCommand.ts b/clients/client-waf/src/commands/UpdateWebACLCommand.ts index 2cf515b7b2c8..7143af7ce6a2 100644 --- a/clients/client-waf/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf/src/commands/UpdateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts index 978797fda30e..5864f2f8e765 100644 --- a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/models_0"; import { de_UpdateXssMatchSetCommand, se_UpdateXssMatchSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-waf/src/endpoint/EndpointParameters.ts b/clients/client-waf/src/endpoint/EndpointParameters.ts index 2b495a741843..878ca800b938 100644 --- a/clients/client-waf/src/endpoint/EndpointParameters.ts +++ b/clients/client-waf/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-waf/src/endpoint/endpointResolver.ts b/clients/client-waf/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-waf/src/endpoint/endpointResolver.ts +++ b/clients/client-waf/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-waf/src/endpoint/ruleset.ts b/clients/client-waf/src/endpoint/ruleset.ts index 60e2a52c005b..0af7ab3ee0da 100644 --- a/clients/client-waf/src/endpoint/ruleset.ts +++ b/clients/client-waf/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-waf/src/models/WAFServiceException.ts b/clients/client-waf/src/models/WAFServiceException.ts index ff19b6ac6252..541c54dbf682 100644 --- a/clients/client-waf/src/models/WAFServiceException.ts +++ b/clients/client-waf/src/models/WAFServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-waf/src/models/models_0.ts b/clients/client-waf/src/models/models_0.ts index 461c02b58e4b..341aeac8f8cc 100644 --- a/clients/client-waf/src/models/models_0.ts +++ b/clients/client-waf/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WAFServiceException as __BaseException } from "./WAFServiceException"; diff --git a/clients/client-waf/src/protocols/Aws_json1_1.ts b/clients/client-waf/src/protocols/Aws_json1_1.ts index 7136705877b0..1161fe1f24a3 100644 --- a/clients/client-waf/src/protocols/Aws_json1_1.ts +++ b/clients/client-waf/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -10,10 +11,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput } from "../commands/CreateByteMatchSetCommand"; import { CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput } from "../commands/CreateGeoMatchSetCommand"; diff --git a/clients/client-waf/src/runtimeConfig.browser.ts b/clients/client-waf/src/runtimeConfig.browser.ts index 9833ac5f8a3e..15528a5a0aeb 100644 --- a/clients/client-waf/src/runtimeConfig.browser.ts +++ b/clients/client-waf/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFClientConfig } from "./WAFClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-waf/src/runtimeConfig.shared.ts b/clients/client-waf/src/runtimeConfig.shared.ts index eaa679902d0e..63dc85312daa 100644 --- a/clients/client-waf/src/runtimeConfig.shared.ts +++ b/clients/client-waf/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WAFClientConfig } from "./WAFClient"; diff --git a/clients/client-waf/src/runtimeConfig.ts b/clients/client-waf/src/runtimeConfig.ts index 974c138a8a85..ce49302beaea 100644 --- a/clients/client-waf/src/runtimeConfig.ts +++ b/clients/client-waf/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFClientConfig } from "./WAFClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index f436a7506d51..4246a6b9dade 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-wafv2/src/WAFV2.ts b/clients/client-wafv2/src/WAFV2.ts index 4e8eb0b91a79..96ae7d463018 100644 --- a/clients/client-wafv2/src/WAFV2.ts +++ b/clients/client-wafv2/src/WAFV2.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateWebACLCommand, diff --git a/clients/client-wafv2/src/WAFV2Client.ts b/clients/client-wafv2/src/WAFV2Client.ts index e311c59151f5..055f60198c8c 100644 --- a/clients/client-wafv2/src/WAFV2Client.ts +++ b/clients/client-wafv2/src/WAFV2Client.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand"; @@ -321,7 +319,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -430,7 +428,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts index 559e459b4758..88cf06c6ca56 100644 --- a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0"; import { de_AssociateWebACLCommand, se_AssociateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts index 761e9fef7ef8..a4c7b0e61575 100644 --- a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts +++ b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0"; import { de_CheckCapacityCommand, se_CheckCapacityCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts index 11991e9d07b1..8f002a270c92 100644 --- a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAPIKeyRequest, CreateAPIKeyResponse } from "../models/models_0"; import { de_CreateAPIKeyCommand, se_CreateAPIKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts index 8b2b2c9ee0c6..2670890ac2d9 100644 --- a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts index 5735a79faad7..60d310de773b 100644 --- a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0"; import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts index 98f64d36ad86..f769967a20c2 100644 --- a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0"; import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts index 1ebd059652b7..18dc7b574dd5 100644 --- a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts index 90d0928edfde..44d5d645ac67 100644 --- a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0"; import { diff --git a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts index a779405cc8a6..12eda2cfe6e5 100644 --- a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts index 686d0aeff4d1..b608f840cb22 100644 --- a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0"; import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts index 1cbe15f790a8..bce0473edde7 100644 --- a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0"; import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts index 2570d6915467..366fd05f4d06 100644 --- a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0"; import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts index cfe7ea40030f..caf61b5490d8 100644 --- a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0"; import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts index 049d581fb43e..1859c1e8bd0c 100644 --- a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts index 67d0de08707b..780ce07642f1 100644 --- a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAllManagedProductsRequest, DescribeAllManagedProductsResponse } from "../models/models_0"; import { de_DescribeAllManagedProductsCommand, se_DescribeAllManagedProductsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts index eb69018f7e33..8ca2e69a7e03 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeManagedProductsByVendorRequest, DescribeManagedProductsByVendorResponse } from "../models/models_0"; import { diff --git a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts index 841543e4a096..06172dc35f43 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } from "../models/models_0"; import { de_DescribeManagedRuleGroupCommand, se_DescribeManagedRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts index 2c860b1deed7..e3e5a2457d5e 100644 --- a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0"; import { de_DisassociateWebACLCommand, se_DisassociateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts index a9bfcdf4caf5..3e870775c0e1 100644 --- a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts +++ b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GenerateMobileSdkReleaseUrlRequest, GenerateMobileSdkReleaseUrlResponse } from "../models/models_0"; import { de_GenerateMobileSdkReleaseUrlCommand, se_GenerateMobileSdkReleaseUrlCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts index fd3b2d6f5087..373bd523939c 100644 --- a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDecryptedAPIKeyRequest, GetDecryptedAPIKeyResponse } from "../models/models_0"; import { de_GetDecryptedAPIKeyCommand, se_GetDecryptedAPIKeyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetIPSetCommand.ts b/clients/client-wafv2/src/commands/GetIPSetCommand.ts index 9f8b83d9ccc1..e041e45fa5c5 100644 --- a/clients/client-wafv2/src/commands/GetIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts index 58f0eaedd38d..8ba1f0f977fd 100644 --- a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0"; import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts index 247b042f8f51..d477e8e822b3 100644 --- a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/models_0"; import { de_GetManagedRuleSetCommand, se_GetManagedRuleSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts index 82161111e89b..3cb922a65a2a 100644 --- a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts +++ b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../models/models_0"; import { de_GetMobileSdkReleaseCommand, se_GetMobileSdkReleaseCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts index f72eedb4ea86..b8bd32636900 100644 --- a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0"; import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts index 3dfd2d2136c8..9c45136b1bfc 100644 --- a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts +++ b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse } from "../models/models_0"; import { diff --git a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts index d6dd51334813..0111e1ef4d24 100644 --- a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0"; import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts index 08e01d94cd42..b5904fc7a957 100644 --- a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts index ab94569b92a7..b84780599e76 100644 --- a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0"; import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetWebACLCommand.ts b/clients/client-wafv2/src/commands/GetWebACLCommand.ts index 29eb40021a91..8d2af61b6194 100644 --- a/clients/client-wafv2/src/commands/GetWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts index 6131b5cddc6d..875cc2c883db 100644 --- a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0"; import { de_GetWebACLForResourceCommand, se_GetWebACLForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts index 6c8ea31705eb..8b4a88c80225 100644 --- a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts +++ b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAPIKeysRequest, ListAPIKeysResponse } from "../models/models_0"; import { de_ListAPIKeysCommand, se_ListAPIKeysCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts index f2e06c4a5c8b..b4f3e5f36110 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailableManagedRuleGroupVersionsRequest, diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts index 6aea0ebefc46..8bd70e74b4a0 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailableManagedRuleGroupsRequest, ListAvailableManagedRuleGroupsResponse } from "../models/models_0"; import { diff --git a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts index 8059a7bc6021..b9cf4a35ae00 100644 --- a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts index 6b4f76504723..50a956988e02 100644 --- a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0"; import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts index a2d870ba13a9..5107da790c5d 100644 --- a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../models/models_0"; import { de_ListManagedRuleSetsCommand, se_ListManagedRuleSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts index de8870f3f36c..1236069fb1f6 100644 --- a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts +++ b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../models/models_0"; import { de_ListMobileSdkReleasesCommand, se_ListMobileSdkReleasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts index 1bbf6c4b6083..c019f7a6cc12 100644 --- a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0"; import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts index bf53ab384101..272175d25f63 100644 --- a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0"; import { de_ListResourcesForWebACLCommand, se_ListResourcesForWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts index abec6637288a..a45da529da44 100644 --- a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0"; import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts index 3ccdcb33426b..3d3fc2e53a02 100644 --- a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts index 55e091754365..54e5738b706f 100644 --- a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts +++ b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts index 58df4b622d41..8cf0c7dd9a3d 100644 --- a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0"; import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts index 6a1aed5e7b12..427aba8640d0 100644 --- a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } from "../models/models_0"; import { de_PutManagedRuleSetVersionsCommand, se_PutManagedRuleSetVersionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts index fbb07a168925..73fc0a26e8b4 100644 --- a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0"; import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/TagResourceCommand.ts b/clients/client-wafv2/src/commands/TagResourceCommand.ts index 845ca87ffaf2..0a3c90aab2a7 100644 --- a/clients/client-wafv2/src/commands/TagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/UntagResourceCommand.ts b/clients/client-wafv2/src/commands/UntagResourceCommand.ts index 6f059bdde598..e01dc3fa4cd6 100644 --- a/clients/client-wafv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts index 181a61186bd2..98250f8456f8 100644 --- a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts index 7d955bd35b7c..18c1ba70d025 100644 --- a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateManagedRuleSetVersionExpiryDateRequest, diff --git a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts index d8bcc9efc4d8..fc8623116170 100644 --- a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0"; import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts index c4c15ab280bb..7d4a0c4201ee 100644 --- a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0"; import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts index b353374e7a15..420a7570c0f3 100644 --- a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-wafv2/src/endpoint/EndpointParameters.ts b/clients/client-wafv2/src/endpoint/EndpointParameters.ts index 99c89be03aea..f4ac210740aa 100644 --- a/clients/client-wafv2/src/endpoint/EndpointParameters.ts +++ b/clients/client-wafv2/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-wafv2/src/endpoint/endpointResolver.ts b/clients/client-wafv2/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-wafv2/src/endpoint/endpointResolver.ts +++ b/clients/client-wafv2/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-wafv2/src/endpoint/ruleset.ts b/clients/client-wafv2/src/endpoint/ruleset.ts index a9f3ae0d0cec..8b211cc42c64 100644 --- a/clients/client-wafv2/src/endpoint/ruleset.ts +++ b/clients/client-wafv2/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-wafv2/src/models/WAFV2ServiceException.ts b/clients/client-wafv2/src/models/WAFV2ServiceException.ts index 693727c1c2e8..281ef695020d 100644 --- a/clients/client-wafv2/src/models/WAFV2ServiceException.ts +++ b/clients/client-wafv2/src/models/WAFV2ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-wafv2/src/models/models_0.ts b/clients/client-wafv2/src/models/models_0.ts index 801c55e8ba90..2326b89c0a5b 100644 --- a/clients/client-wafv2/src/models/models_0.ts +++ b/clients/client-wafv2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException"; diff --git a/clients/client-wafv2/src/protocols/Aws_json1_1.ts b/clients/client-wafv2/src/protocols/Aws_json1_1.ts index 536430cce977..eade6ee6f8ed 100644 --- a/clients/client-wafv2/src/protocols/Aws_json1_1.ts +++ b/clients/client-wafv2/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -12,10 +13,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "../commands/AssociateWebACLCommand"; import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "../commands/CheckCapacityCommand"; diff --git a/clients/client-wafv2/src/runtimeConfig.browser.ts b/clients/client-wafv2/src/runtimeConfig.browser.ts index 833b39fd77a9..4574b15c9b72 100644 --- a/clients/client-wafv2/src/runtimeConfig.browser.ts +++ b/clients/client-wafv2/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFV2ClientConfig } from "./WAFV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-wafv2/src/runtimeConfig.shared.ts b/clients/client-wafv2/src/runtimeConfig.shared.ts index 2da3088294ff..bd953e647702 100644 --- a/clients/client-wafv2/src/runtimeConfig.shared.ts +++ b/clients/client-wafv2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WAFV2ClientConfig } from "./WAFV2Client"; diff --git a/clients/client-wafv2/src/runtimeConfig.ts b/clients/client-wafv2/src/runtimeConfig.ts index 60f1c938a052..f9114f630c72 100644 --- a/clients/client-wafv2/src/runtimeConfig.ts +++ b/clients/client-wafv2/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WAFV2ClientConfig } from "./WAFV2Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-wellarchitected/package.json b/clients/client-wellarchitected/package.json index 335a0b3408f4..bf534ecc2220 100644 --- a/clients/client-wellarchitected/package.json +++ b/clients/client-wellarchitected/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-wellarchitected/src/WellArchitected.ts b/clients/client-wellarchitected/src/WellArchitected.ts index 82b388af9ddd..60ecc11ecedc 100644 --- a/clients/client-wellarchitected/src/WellArchitected.ts +++ b/clients/client-wellarchitected/src/WellArchitected.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateLensesCommand, diff --git a/clients/client-wellarchitected/src/WellArchitectedClient.ts b/clients/client-wellarchitected/src/WellArchitectedClient.ts index 08d1c4fae945..8fdd8e3da9a0 100644 --- a/clients/client-wellarchitected/src/WellArchitectedClient.ts +++ b/clients/client-wellarchitected/src/WellArchitectedClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand"; @@ -291,7 +289,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -400,7 +398,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts index 729609634e9f..776b86388b3f 100644 --- a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateLensesInput } from "../models/models_0"; import { de_AssociateLensesCommand, se_AssociateLensesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts index b6e124602e1f..237680aa056d 100644 --- a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateProfilesInput } from "../models/models_0"; import { de_AssociateProfilesCommand, se_AssociateProfilesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts index 131e385fca20..b68a19c3816f 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLensShareInput, CreateLensShareOutput } from "../models/models_0"; import { de_CreateLensShareCommand, se_CreateLensShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts index 1da1f3c011b4..254828385c78 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLensVersionInput, CreateLensVersionOutput } from "../models/models_0"; import { de_CreateLensVersionCommand, se_CreateLensVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts index a97a065f5c1f..913c6f3df63e 100644 --- a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0"; import { de_CreateMilestoneCommand, se_CreateMilestoneCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts index d45fb0ff815c..602e3edd02da 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProfileInput, CreateProfileOutput } from "../models/models_0"; import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts index c13f2f985328..a062d4ee9c2e 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateProfileShareInput, CreateProfileShareOutput } from "../models/models_0"; import { de_CreateProfileShareCommand, se_CreateProfileShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts index 4ef15b80a869..10f7bf9af66b 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0"; import { de_CreateWorkloadCommand, se_CreateWorkloadCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts index b8e6693e99df..72fc5ab28d45 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/models_0"; import { de_CreateWorkloadShareCommand, se_CreateWorkloadShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts index b9ffba6e598f..d3bee765b96e 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLensInput } from "../models/models_0"; import { de_DeleteLensCommand, se_DeleteLensCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts index 3ed85023577f..a9d9f691bc4e 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLensShareInput } from "../models/models_0"; import { de_DeleteLensShareCommand, se_DeleteLensShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts index f7ef6c92ab79..2390ec0450b8 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProfileInput } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts index 5526e2730ae2..b11d0987ef68 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteProfileShareInput } from "../models/models_0"; import { de_DeleteProfileShareCommand, se_DeleteProfileShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts index c8eb0ea5f5d9..00184005e833 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkloadInput } from "../models/models_0"; import { de_DeleteWorkloadCommand, se_DeleteWorkloadCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts index 87f3dccf234a..740f47fbd56e 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkloadShareInput } from "../models/models_0"; import { de_DeleteWorkloadShareCommand, se_DeleteWorkloadShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts index 6caf68d013d8..f6984ecbd569 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateLensesInput } from "../models/models_0"; import { de_DisassociateLensesCommand, se_DisassociateLensesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts index 5e22f75f9b95..ee1b8c1ce748 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateProfilesInput } from "../models/models_0"; import { de_DisassociateProfilesCommand, se_DisassociateProfilesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts index 6c7e7adce039..ac2db40374a5 100644 --- a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ExportLensInput, ExportLensOutput } from "../models/models_0"; import { de_ExportLensCommand, se_ExportLensCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts index 07cbdc1c1bd1..231f6c85ab8f 100644 --- a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAnswerInput, GetAnswerOutput } from "../models/models_0"; import { de_GetAnswerCommand, se_GetAnswerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts index 455b7169d6c8..4eace64da911 100644 --- a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetConsolidatedReportInput, GetConsolidatedReportOutput } from "../models/models_0"; import { de_GetConsolidatedReportCommand, se_GetConsolidatedReportCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetLensCommand.ts b/clients/client-wellarchitected/src/commands/GetLensCommand.ts index 35e13b0fe5c2..0375a014ad9e 100644 --- a/clients/client-wellarchitected/src/commands/GetLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLensInput, GetLensOutput } from "../models/models_0"; import { de_GetLensCommand, se_GetLensCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts index 076b12505f1d..4941623a3a4c 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0"; import { de_GetLensReviewCommand, se_GetLensReviewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts index b5c4863713bd..b85612ed8ef3 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/models_0"; import { de_GetLensReviewReportCommand, se_GetLensReviewReportCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts index 257c83fd14bb..8e75d8891864 100644 --- a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from "../models/models_0"; import { de_GetLensVersionDifferenceCommand, se_GetLensVersionDifferenceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts index 9604721f945f..f4e69f51b4dd 100644 --- a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0"; import { de_GetMilestoneCommand, se_GetMilestoneCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts index 3cbbdc2b3789..4c62d60763f8 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetProfileInput, GetProfileOutput } from "../models/models_0"; import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts index ae6ff710591f..6dd41ccc0750 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetProfileTemplateInput, GetProfileTemplateOutput } from "../models/models_0"; import { de_GetProfileTemplateCommand, se_GetProfileTemplateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts index e84e3622304c..487055d238ed 100644 --- a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0"; import { de_GetWorkloadCommand, se_GetWorkloadCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts index a2eef0b37f02..88edb1ab8b18 100644 --- a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportLensInput, ImportLensOutput } from "../models/models_0"; import { de_ImportLensCommand, se_ImportLensCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts index 0a6ca1c0bb9c..1d1c582a74d5 100644 --- a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAnswersInput, ListAnswersOutput } from "../models/models_0"; import { de_ListAnswersCommand, se_ListAnswersCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts index f314870bf93d..7e6e931c0767 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_0"; import { de_ListCheckDetailsCommand, se_ListCheckDetailsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts index 5310ba9db82f..8667ca7dd3db 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/models_0"; import { de_ListCheckSummariesCommand, se_ListCheckSummariesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts index 25d0bbb809f9..ac5c6ceb35e4 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0"; import { de_ListLensReviewImprovementsCommand, se_ListLensReviewImprovementsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts index b92ed95cff54..7f0015a47441 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0"; import { de_ListLensReviewsCommand, se_ListLensReviewsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts index e7bab32bdb53..d2dff146ffb2 100644 --- a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0"; import { de_ListLensSharesCommand, se_ListLensSharesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts index 90d898c51482..6b6361af2281 100644 --- a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListLensesInput, ListLensesOutput } from "../models/models_0"; import { de_ListLensesCommand, se_ListLensesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts index 4a40f372da61..de343b7ce160 100644 --- a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0"; import { de_ListMilestonesCommand, se_ListMilestonesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts index 828085284faf..56f14e60f219 100644 --- a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0"; import { de_ListNotificationsCommand, se_ListNotificationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts index eb178d807c6d..db353bffe87c 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0"; import { de_ListProfileNotificationsCommand, se_ListProfileNotificationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts index 89257058538c..1a11d0536611 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0"; import { de_ListProfileSharesCommand, se_ListProfileSharesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts index bed19d906266..2603d46113b8 100644 --- a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListProfilesInput, ListProfilesOutput } from "../models/models_0"; import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts index 0c9107b9baf7..253409b51122 100644 --- a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0"; import { de_ListShareInvitationsCommand, se_ListShareInvitationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts index 1014289e58a3..c7b46ebbfa68 100644 --- a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts index d6d787831a5e..faba789c4dda 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0"; import { de_ListWorkloadSharesCommand, se_ListWorkloadSharesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts index 43473cacc8c2..357ec71afb6a 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0"; import { de_ListWorkloadsCommand, se_ListWorkloadsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts index dd124a03fab9..32bdfd117495 100644 --- a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts index 56ce2e1ae281..b0d5b9f60337 100644 --- a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts index dfb6cb68df35..33abe6b832ff 100644 --- a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0"; import { de_UpdateAnswerCommand, se_UpdateAnswerCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts index db2f9714c0bd..d8bad6e2f48d 100644 --- a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGlobalSettingsInput } from "../models/models_0"; import { de_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts index 1d1b09e1d76f..175ea3de450e 100644 --- a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0"; import { de_UpdateLensReviewCommand, se_UpdateLensReviewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts index e5ddb2c0b077..1b740fd6653d 100644 --- a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateProfileInput, UpdateProfileOutput } from "../models/models_0"; import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts index b3211ac7059f..bd04cd941455 100644 --- a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0"; import { de_UpdateShareInvitationCommand, se_UpdateShareInvitationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts index 62140dfe75c9..dfe31e53057d 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0"; import { de_UpdateWorkloadCommand, se_UpdateWorkloadCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts index 4822ecb91f38..21c6c647b281 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0"; import { de_UpdateWorkloadShareCommand, se_UpdateWorkloadShareCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts index e1367654510b..563dd4932cf3 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpgradeLensReviewInput } from "../models/models_0"; import { de_UpgradeLensReviewCommand, se_UpgradeLensReviewCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts index fb0fef206344..802d03d3d39a 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpgradeProfileVersionInput } from "../models/models_0"; import { de_UpgradeProfileVersionCommand, se_UpgradeProfileVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wellarchitected/src/endpoint/EndpointParameters.ts b/clients/client-wellarchitected/src/endpoint/EndpointParameters.ts index 0078e1ad1f35..fdccf49afeb6 100644 --- a/clients/client-wellarchitected/src/endpoint/EndpointParameters.ts +++ b/clients/client-wellarchitected/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-wellarchitected/src/endpoint/endpointResolver.ts b/clients/client-wellarchitected/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-wellarchitected/src/endpoint/endpointResolver.ts +++ b/clients/client-wellarchitected/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-wellarchitected/src/endpoint/ruleset.ts b/clients/client-wellarchitected/src/endpoint/ruleset.ts index 4bbd7f09fdbc..143e03a3fc85 100644 --- a/clients/client-wellarchitected/src/endpoint/ruleset.ts +++ b/clients/client-wellarchitected/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts b/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts index f267ac0ae501..a55348b17d66 100644 --- a/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts +++ b/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-wellarchitected/src/models/models_0.ts b/clients/client-wellarchitected/src/models/models_0.ts index 20e6b4f0c6cf..39fccd61dca0 100644 --- a/clients/client-wellarchitected/src/models/models_0.ts +++ b/clients/client-wellarchitected/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException"; diff --git a/clients/client-wellarchitected/src/pagination/GetConsolidatedReportPaginator.ts b/clients/client-wellarchitected/src/pagination/GetConsolidatedReportPaginator.ts index 7f4fc0428c09..6fbe4421e489 100644 --- a/clients/client-wellarchitected/src/pagination/GetConsolidatedReportPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/GetConsolidatedReportPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetConsolidatedReportCommand, diff --git a/clients/client-wellarchitected/src/pagination/Interfaces.ts b/clients/client-wellarchitected/src/pagination/Interfaces.ts index 3bab4d04a11f..9b4476d042d9 100644 --- a/clients/client-wellarchitected/src/pagination/Interfaces.ts +++ b/clients/client-wellarchitected/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WellArchitectedClient } from "../WellArchitectedClient"; diff --git a/clients/client-wellarchitected/src/pagination/ListAnswersPaginator.ts b/clients/client-wellarchitected/src/pagination/ListAnswersPaginator.ts index fa26e30e0f22..53462260bd91 100644 --- a/clients/client-wellarchitected/src/pagination/ListAnswersPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListAnswersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAnswersCommand, ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand"; import { WellArchitectedClient } from "../WellArchitectedClient"; diff --git a/clients/client-wellarchitected/src/pagination/ListCheckDetailsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListCheckDetailsPaginator.ts index 88272806cb9a..3426a82122f2 100644 --- a/clients/client-wellarchitected/src/pagination/ListCheckDetailsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListCheckDetailsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCheckDetailsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListCheckSummariesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListCheckSummariesPaginator.ts index 1aa4934c905a..57039d60b269 100644 --- a/clients/client-wellarchitected/src/pagination/ListCheckSummariesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListCheckSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListCheckSummariesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListLensReviewImprovementsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListLensReviewImprovementsPaginator.ts index 5aa0d7ee518b..ba457a2e4d42 100644 --- a/clients/client-wellarchitected/src/pagination/ListLensReviewImprovementsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListLensReviewImprovementsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLensReviewImprovementsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListLensReviewsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListLensReviewsPaginator.ts index 46417def84b4..d26ed200f84e 100644 --- a/clients/client-wellarchitected/src/pagination/ListLensReviewsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListLensReviewsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLensReviewsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListLensSharesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListLensSharesPaginator.ts index 9ca44d52c312..5ec39962f557 100644 --- a/clients/client-wellarchitected/src/pagination/ListLensSharesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListLensSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLensSharesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListLensesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListLensesPaginator.ts index 31a1619415c7..05abf41cd60b 100644 --- a/clients/client-wellarchitected/src/pagination/ListLensesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListLensesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListLensesCommand, ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand"; import { WellArchitectedClient } from "../WellArchitectedClient"; diff --git a/clients/client-wellarchitected/src/pagination/ListMilestonesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListMilestonesPaginator.ts index 6e4bd7a47170..83dd8fa4fa87 100644 --- a/clients/client-wellarchitected/src/pagination/ListMilestonesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListMilestonesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMilestonesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListNotificationsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListNotificationsPaginator.ts index 481d0585e2e6..e3d17bc20f45 100644 --- a/clients/client-wellarchitected/src/pagination/ListNotificationsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListNotificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNotificationsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListProfileNotificationsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListProfileNotificationsPaginator.ts index 35cf9a7c5eea..844fbfb20bf2 100644 --- a/clients/client-wellarchitected/src/pagination/ListProfileNotificationsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListProfileNotificationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProfileNotificationsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListProfileSharesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListProfileSharesPaginator.ts index 6573b25aa9ca..16297ed87469 100644 --- a/clients/client-wellarchitected/src/pagination/ListProfileSharesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListProfileSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProfileSharesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListProfilesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListProfilesPaginator.ts index 4ed8d9600008..c5cfd3f06e58 100644 --- a/clients/client-wellarchitected/src/pagination/ListProfilesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListProfilesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListProfilesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListShareInvitationsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListShareInvitationsPaginator.ts index 8f806993174d..77a6343658ef 100644 --- a/clients/client-wellarchitected/src/pagination/ListShareInvitationsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListShareInvitationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListShareInvitationsCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListWorkloadSharesPaginator.ts b/clients/client-wellarchitected/src/pagination/ListWorkloadSharesPaginator.ts index 3a376cbef851..ac3c3d77f6b2 100644 --- a/clients/client-wellarchitected/src/pagination/ListWorkloadSharesPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListWorkloadSharesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkloadSharesCommand, diff --git a/clients/client-wellarchitected/src/pagination/ListWorkloadsPaginator.ts b/clients/client-wellarchitected/src/pagination/ListWorkloadsPaginator.ts index a3b8282b2d61..c40cf8b5d08c 100644 --- a/clients/client-wellarchitected/src/pagination/ListWorkloadsPaginator.ts +++ b/clients/client-wellarchitected/src/pagination/ListWorkloadsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWorkloadsCommand, diff --git a/clients/client-wellarchitected/src/protocols/Aws_restJson1.ts b/clients/client-wellarchitected/src/protocols/Aws_restJson1.ts index 042978e7031f..c6e1db6a56ff 100644 --- a/clients/client-wellarchitected/src/protocols/Aws_restJson1.ts +++ b/clients/client-wellarchitected/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "../commands/AssociateLensesCommand"; diff --git a/clients/client-wellarchitected/src/runtimeConfig.browser.ts b/clients/client-wellarchitected/src/runtimeConfig.browser.ts index 034942671000..2ce88a99267c 100644 --- a/clients/client-wellarchitected/src/runtimeConfig.browser.ts +++ b/clients/client-wellarchitected/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WellArchitectedClientConfig } from "./WellArchitectedClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-wellarchitected/src/runtimeConfig.shared.ts b/clients/client-wellarchitected/src/runtimeConfig.shared.ts index cc44f2acd3a5..15566a3a1afd 100644 --- a/clients/client-wellarchitected/src/runtimeConfig.shared.ts +++ b/clients/client-wellarchitected/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WellArchitectedClientConfig } from "./WellArchitectedClient"; diff --git a/clients/client-wellarchitected/src/runtimeConfig.ts b/clients/client-wellarchitected/src/runtimeConfig.ts index c83b446cd777..f50db2811b56 100644 --- a/clients/client-wellarchitected/src/runtimeConfig.ts +++ b/clients/client-wellarchitected/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WellArchitectedClientConfig } from "./WellArchitectedClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-wisdom/package.json b/clients/client-wisdom/package.json index 9245024155ab..3c5ed3cebe7b 100644 --- a/clients/client-wisdom/package.json +++ b/clients/client-wisdom/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-wisdom/src/Wisdom.ts b/clients/client-wisdom/src/Wisdom.ts index 0049164c2528..8b083a7685d1 100644 --- a/clients/client-wisdom/src/Wisdom.ts +++ b/clients/client-wisdom/src/Wisdom.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { CreateAssistantAssociationCommand, diff --git a/clients/client-wisdom/src/WisdomClient.ts b/clients/client-wisdom/src/WisdomClient.ts index 9523bfba0737..fc9e840d39e2 100644 --- a/clients/client-wisdom/src/WisdomClient.ts +++ b/clients/client-wisdom/src/WisdomClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -204,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -313,7 +311,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts index f23d63c2d6c7..7c16861ad073 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAssistantAssociationRequest, CreateAssistantAssociationResponse } from "../models/models_0"; import { de_CreateAssistantAssociationCommand, se_CreateAssistantAssociationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts index 2c00aa758038..75eaecc3a15b 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAssistantRequest, CreateAssistantResponse } from "../models/models_0"; import { de_CreateAssistantCommand, se_CreateAssistantCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/CreateContentCommand.ts b/clients/client-wisdom/src/commands/CreateContentCommand.ts index fa438ffda4c1..b694000df1ab 100644 --- a/clients/client-wisdom/src/commands/CreateContentCommand.ts +++ b/clients/client-wisdom/src/commands/CreateContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateContentRequest, diff --git a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts index 6c53a4f21ff0..3d55ea5e0154 100644 --- a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0"; import { de_CreateKnowledgeBaseCommand, se_CreateKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/CreateSessionCommand.ts b/clients/client-wisdom/src/commands/CreateSessionCommand.ts index fbdac6e68bf4..e25f1f0e4c44 100644 --- a/clients/client-wisdom/src/commands/CreateSessionCommand.ts +++ b/clients/client-wisdom/src/commands/CreateSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0"; import { de_CreateSessionCommand, se_CreateSessionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts index c8ca1cc6a87e..479a3be50c6f 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAssistantAssociationRequest, DeleteAssistantAssociationResponse } from "../models/models_0"; import { de_DeleteAssistantAssociationCommand, se_DeleteAssistantAssociationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts index 1fb52cf75896..f8eab1d76202 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/models_0"; import { de_DeleteAssistantCommand, se_DeleteAssistantCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/DeleteContentCommand.ts b/clients/client-wisdom/src/commands/DeleteContentCommand.ts index 56df47562291..cf2cac110346 100644 --- a/clients/client-wisdom/src/commands/DeleteContentCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteContentRequest, DeleteContentResponse } from "../models/models_0"; import { de_DeleteContentCommand, se_DeleteContentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts index 84d8140be9e3..d8cdb8fe644b 100644 --- a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0"; import { de_DeleteKnowledgeBaseCommand, se_DeleteKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts index 3cdcb18e5808..55aa538b99be 100644 --- a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAssistantAssociationRequest, GetAssistantAssociationResponse } from "../models/models_0"; import { de_GetAssistantAssociationCommand, se_GetAssistantAssociationCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetAssistantCommand.ts b/clients/client-wisdom/src/commands/GetAssistantCommand.ts index 432b9ce0f0f6..92d36c774eba 100644 --- a/clients/client-wisdom/src/commands/GetAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAssistantRequest, GetAssistantResponse } from "../models/models_0"; import { de_GetAssistantCommand, se_GetAssistantCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetContentCommand.ts b/clients/client-wisdom/src/commands/GetContentCommand.ts index 1801af1d1fb2..26ec75216024 100644 --- a/clients/client-wisdom/src/commands/GetContentCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContentRequest, GetContentResponse, GetContentResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetContentCommand, se_GetContentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts index 3d680b265dc6..fde3e8b7455c 100644 --- a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0"; import { de_GetContentSummaryCommand, se_GetContentSummaryCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts index 3a5755d545fe..40f0865bd99f 100644 --- a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0"; import { de_GetKnowledgeBaseCommand, se_GetKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts index 49e9e1b0764c..69b751e2cc16 100644 --- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRecommendationsRequest, diff --git a/clients/client-wisdom/src/commands/GetSessionCommand.ts b/clients/client-wisdom/src/commands/GetSessionCommand.ts index a51a62188870..85a3251e499a 100644 --- a/clients/client-wisdom/src/commands/GetSessionCommand.ts +++ b/clients/client-wisdom/src/commands/GetSessionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSessionRequest, GetSessionResponse } from "../models/models_0"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts index 5df143ddba75..61148dcd59c5 100644 --- a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } from "../models/models_0"; import { de_ListAssistantAssociationsCommand, se_ListAssistantAssociationsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts index 1a5d542eea22..7fd5bce9c88a 100644 --- a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_0"; import { de_ListAssistantsCommand, se_ListAssistantsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/ListContentsCommand.ts b/clients/client-wisdom/src/commands/ListContentsCommand.ts index 61c209c24d68..e66889f653aa 100644 --- a/clients/client-wisdom/src/commands/ListContentsCommand.ts +++ b/clients/client-wisdom/src/commands/ListContentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListContentsRequest, ListContentsResponse } from "../models/models_0"; import { de_ListContentsCommand, se_ListContentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts index 5c35f02d2cd7..0c59b3094863 100644 --- a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0"; import { de_ListKnowledgeBasesCommand, se_ListKnowledgeBasesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts index 4eb2e12b535e..3f8a88e71d0b 100644 --- a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts index 75ad1314ab2c..04efb3eeca1d 100644 --- a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts +++ b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NotifyRecommendationsReceivedRequest, NotifyRecommendationsReceivedResponse } from "../models/models_0"; import { diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts index 8b7417f02a6b..28bb123cc1a0 100644 --- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryAssistantRequest, diff --git a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts index 650988c9e192..380d40d52aa4 100644 --- a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveKnowledgeBaseTemplateUriRequest, RemoveKnowledgeBaseTemplateUriResponse } from "../models/models_0"; import { diff --git a/clients/client-wisdom/src/commands/SearchContentCommand.ts b/clients/client-wisdom/src/commands/SearchContentCommand.ts index 18a95207fe90..5ce81fe21476 100644 --- a/clients/client-wisdom/src/commands/SearchContentCommand.ts +++ b/clients/client-wisdom/src/commands/SearchContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchContentRequest, SearchContentResponse } from "../models/models_0"; import { de_SearchContentCommand, se_SearchContentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts index a6401b8a4803..9b22ff765b13 100644 --- a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts +++ b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0"; import { de_SearchSessionsCommand, se_SearchSessionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts index f8530a6e7d83..ea180cd22d7c 100644 --- a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts +++ b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartContentUploadRequest, diff --git a/clients/client-wisdom/src/commands/TagResourceCommand.ts b/clients/client-wisdom/src/commands/TagResourceCommand.ts index 5c934abc51d5..6fba2919f9f8 100644 --- a/clients/client-wisdom/src/commands/TagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/UntagResourceCommand.ts b/clients/client-wisdom/src/commands/UntagResourceCommand.ts index 41a1446ef3d6..16c0c4cc5e7d 100644 --- a/clients/client-wisdom/src/commands/UntagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-wisdom/src/commands/UpdateContentCommand.ts b/clients/client-wisdom/src/commands/UpdateContentCommand.ts index 0f51eca59db7..9836023321b8 100644 --- a/clients/client-wisdom/src/commands/UpdateContentCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateContentRequest, diff --git a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts index 78e3b6ef551c..5aa39ea8404e 100644 --- a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse } from "../models/models_0"; import { diff --git a/clients/client-wisdom/src/endpoint/EndpointParameters.ts b/clients/client-wisdom/src/endpoint/EndpointParameters.ts index a2c8b2d3434c..33183d62cb63 100644 --- a/clients/client-wisdom/src/endpoint/EndpointParameters.ts +++ b/clients/client-wisdom/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-wisdom/src/endpoint/endpointResolver.ts b/clients/client-wisdom/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-wisdom/src/endpoint/endpointResolver.ts +++ b/clients/client-wisdom/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-wisdom/src/endpoint/ruleset.ts b/clients/client-wisdom/src/endpoint/ruleset.ts index d2b649edb8e9..7782039ac20b 100644 --- a/clients/client-wisdom/src/endpoint/ruleset.ts +++ b/clients/client-wisdom/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-wisdom/src/models/WisdomServiceException.ts b/clients/client-wisdom/src/models/WisdomServiceException.ts index 4782c85c9359..7a0ef9fb6651 100644 --- a/clients/client-wisdom/src/models/WisdomServiceException.ts +++ b/clients/client-wisdom/src/models/WisdomServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-wisdom/src/models/models_0.ts b/clients/client-wisdom/src/models/models_0.ts index db6ec09b6354..2ef1877f7255 100644 --- a/clients/client-wisdom/src/models/models_0.ts +++ b/clients/client-wisdom/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { WisdomServiceException as __BaseException } from "./WisdomServiceException"; diff --git a/clients/client-wisdom/src/pagination/Interfaces.ts b/clients/client-wisdom/src/pagination/Interfaces.ts index 3c3764a7997a..c16029da3639 100644 --- a/clients/client-wisdom/src/pagination/Interfaces.ts +++ b/clients/client-wisdom/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WisdomClient } from "../WisdomClient"; diff --git a/clients/client-wisdom/src/pagination/ListAssistantAssociationsPaginator.ts b/clients/client-wisdom/src/pagination/ListAssistantAssociationsPaginator.ts index f6b5e72b15d9..16ef19a23ff0 100644 --- a/clients/client-wisdom/src/pagination/ListAssistantAssociationsPaginator.ts +++ b/clients/client-wisdom/src/pagination/ListAssistantAssociationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssistantAssociationsCommand, diff --git a/clients/client-wisdom/src/pagination/ListAssistantsPaginator.ts b/clients/client-wisdom/src/pagination/ListAssistantsPaginator.ts index 7ed2bdba5c1f..142e4bf2293c 100644 --- a/clients/client-wisdom/src/pagination/ListAssistantsPaginator.ts +++ b/clients/client-wisdom/src/pagination/ListAssistantsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAssistantsCommand, diff --git a/clients/client-wisdom/src/pagination/ListContentsPaginator.ts b/clients/client-wisdom/src/pagination/ListContentsPaginator.ts index a6c375f3b7b7..9a628414ebf7 100644 --- a/clients/client-wisdom/src/pagination/ListContentsPaginator.ts +++ b/clients/client-wisdom/src/pagination/ListContentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListContentsCommand, diff --git a/clients/client-wisdom/src/pagination/ListKnowledgeBasesPaginator.ts b/clients/client-wisdom/src/pagination/ListKnowledgeBasesPaginator.ts index 1d674adaf23b..7fb408acf8e8 100644 --- a/clients/client-wisdom/src/pagination/ListKnowledgeBasesPaginator.ts +++ b/clients/client-wisdom/src/pagination/ListKnowledgeBasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListKnowledgeBasesCommand, diff --git a/clients/client-wisdom/src/pagination/QueryAssistantPaginator.ts b/clients/client-wisdom/src/pagination/QueryAssistantPaginator.ts index d2a216e386d2..f8b57d4ca3d0 100644 --- a/clients/client-wisdom/src/pagination/QueryAssistantPaginator.ts +++ b/clients/client-wisdom/src/pagination/QueryAssistantPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { QueryAssistantCommand, diff --git a/clients/client-wisdom/src/pagination/SearchContentPaginator.ts b/clients/client-wisdom/src/pagination/SearchContentPaginator.ts index 51e004ff6b74..6535a669416c 100644 --- a/clients/client-wisdom/src/pagination/SearchContentPaginator.ts +++ b/clients/client-wisdom/src/pagination/SearchContentPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchContentCommand, diff --git a/clients/client-wisdom/src/pagination/SearchSessionsPaginator.ts b/clients/client-wisdom/src/pagination/SearchSessionsPaginator.ts index 34ba8674bf0c..64323f42ee0a 100644 --- a/clients/client-wisdom/src/pagination/SearchSessionsPaginator.ts +++ b/clients/client-wisdom/src/pagination/SearchSessionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchSessionsCommand, diff --git a/clients/client-wisdom/src/protocols/Aws_restJson1.ts b/clients/client-wisdom/src/protocols/Aws_restJson1.ts index 4cd28042f0f1..135edae61c16 100644 --- a/clients/client-wisdom/src/protocols/Aws_restJson1.ts +++ b/clients/client-wisdom/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-wisdom/src/runtimeConfig.browser.ts b/clients/client-wisdom/src/runtimeConfig.browser.ts index 024c8e9f86ac..4fd259676cf3 100644 --- a/clients/client-wisdom/src/runtimeConfig.browser.ts +++ b/clients/client-wisdom/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WisdomClientConfig } from "./WisdomClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-wisdom/src/runtimeConfig.shared.ts b/clients/client-wisdom/src/runtimeConfig.shared.ts index 85b881d693a3..80f48f9198a9 100644 --- a/clients/client-wisdom/src/runtimeConfig.shared.ts +++ b/clients/client-wisdom/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WisdomClientConfig } from "./WisdomClient"; diff --git a/clients/client-wisdom/src/runtimeConfig.ts b/clients/client-wisdom/src/runtimeConfig.ts index e0a8a6429358..4f94df3bdc1c 100644 --- a/clients/client-wisdom/src/runtimeConfig.ts +++ b/clients/client-wisdom/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WisdomClientConfig } from "./WisdomClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index 08292ac2fe6e..7ca50bdd43e2 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-workdocs/src/WorkDocs.ts b/clients/client-workdocs/src/WorkDocs.ts index cddbc4db5f71..1bd37eaafe3e 100644 --- a/clients/client-workdocs/src/WorkDocs.ts +++ b/clients/client-workdocs/src/WorkDocs.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AbortDocumentVersionUploadCommand, diff --git a/clients/client-workdocs/src/WorkDocsClient.ts b/clients/client-workdocs/src/WorkDocsClient.ts index f514ddea2aca..d5f60009c12b 100644 --- a/clients/client-workdocs/src/WorkDocsClient.ts +++ b/clients/client-workdocs/src/WorkDocsClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -267,7 +265,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -376,7 +374,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts index d32f0469895d..3b1eeca962ac 100644 --- a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AbortDocumentVersionUploadRequest, diff --git a/clients/client-workdocs/src/commands/ActivateUserCommand.ts b/clients/client-workdocs/src/commands/ActivateUserCommand.ts index fe486b3edcf3..b49b80e7ab42 100644 --- a/clients/client-workdocs/src/commands/ActivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/ActivateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ActivateUserRequest, diff --git a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts index c5d74dce855c..6fe610a474c8 100644 --- a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AddResourcePermissionsRequest, diff --git a/clients/client-workdocs/src/commands/CreateCommentCommand.ts b/clients/client-workdocs/src/commands/CreateCommentCommand.ts index 63f24ca641e9..cf857a8c2a34 100644 --- a/clients/client-workdocs/src/commands/CreateCommentCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCommentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCommentRequest, diff --git a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts index 357c73a331c2..f77eb5b2b135 100644 --- a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateCustomMetadataRequest, diff --git a/clients/client-workdocs/src/commands/CreateFolderCommand.ts b/clients/client-workdocs/src/commands/CreateFolderCommand.ts index 2f69f36f3056..ed0492fb9f2d 100644 --- a/clients/client-workdocs/src/commands/CreateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/CreateFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFolderRequest, diff --git a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts index 4a1ec68710a1..e3e1a7a5dafc 100644 --- a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateLabelsRequest, CreateLabelsRequestFilterSensitiveLog, CreateLabelsResponse } from "../models/models_0"; import { de_CreateLabelsCommand, se_CreateLabelsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts index dcc6b429574b..9ae3b54433a3 100644 --- a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNotificationSubscriptionRequest, CreateNotificationSubscriptionResponse } from "../models/models_0"; import { diff --git a/clients/client-workdocs/src/commands/CreateUserCommand.ts b/clients/client-workdocs/src/commands/CreateUserCommand.ts index 9aca7627a835..ffd86b058182 100644 --- a/clients/client-workdocs/src/commands/CreateUserCommand.ts +++ b/clients/client-workdocs/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserRequest, diff --git a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts index 6e16e2557968..73860b19c28f 100644 --- a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeactivateUserRequest, DeactivateUserRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeactivateUserCommand, se_DeactivateUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts index 9d58bd042e32..e1037fe5a596 100644 --- a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCommentRequest, DeleteCommentRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteCommentCommand, se_DeleteCommentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts index 11cfd8557403..34ef2d313a53 100644 --- a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteCustomMetadataRequest, diff --git a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts index 0c842cda3533..927551f650c1 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDocumentRequest, DeleteDocumentRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts index 9f4a7e11a691..1fb53e24efd6 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteDocumentVersionRequest, DeleteDocumentVersionRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteDocumentVersionCommand, se_DeleteDocumentVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts index 3e5573085d54..225193d3ab65 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFolderRequest, DeleteFolderRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts index e5644044e846..95346b4acbc1 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFolderContentsRequest, DeleteFolderContentsRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteFolderContentsCommand, se_DeleteFolderContentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts index 8f9d1eec6390..52280e4a17cf 100644 --- a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteLabelsRequest, DeleteLabelsRequestFilterSensitiveLog, DeleteLabelsResponse } from "../models/models_0"; import { de_DeleteLabelsCommand, se_DeleteLabelsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts index 15c4f7bc81af..de4c5f94a689 100644 --- a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNotificationSubscriptionRequest } from "../models/models_0"; import { diff --git a/clients/client-workdocs/src/commands/DeleteUserCommand.ts b/clients/client-workdocs/src/commands/DeleteUserCommand.ts index f85b6d225d28..ba9e41e6f710 100644 --- a/clients/client-workdocs/src/commands/DeleteUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest, DeleteUserRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts index 5d791024d8aa..e49e4135fddd 100644 --- a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeActivitiesRequest, diff --git a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts index 674dbf3359e5..0e1f0e59280d 100644 --- a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCommentsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts index 707637c621e8..c579d098c5ae 100644 --- a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDocumentVersionsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts index c2d1b5a7e6b8..f4b1dadf88bd 100644 --- a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFolderContentsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts index 30ea9e62026a..d726c60bf4ec 100644 --- a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGroupsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts index 876a9b2d17d1..63c735f54245 100644 --- a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeNotificationSubscriptionsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts index fabb8c4cfc7f..598abd518809 100644 --- a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeResourcePermissionsRequest, diff --git a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts index 8729d9ace565..aa662815c0ac 100644 --- a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeRootFoldersRequest, diff --git a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts index 596843f6b83c..a2003675cbba 100644 --- a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUsersRequest, diff --git a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts index b4f1159dfad5..ff1fa1e8ff2a 100644 --- a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts +++ b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetCurrentUserRequest, diff --git a/clients/client-workdocs/src/commands/GetDocumentCommand.ts b/clients/client-workdocs/src/commands/GetDocumentCommand.ts index b00782c3ddfa..1c765f2dfd71 100644 --- a/clients/client-workdocs/src/commands/GetDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentRequest, diff --git a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts index 27ce4fcce904..814d874dfca1 100644 --- a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentPathRequest, diff --git a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts index b23407a5a477..dd42711906ba 100644 --- a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDocumentVersionRequest, diff --git a/clients/client-workdocs/src/commands/GetFolderCommand.ts b/clients/client-workdocs/src/commands/GetFolderCommand.ts index 27644874b1f7..5125be9875ed 100644 --- a/clients/client-workdocs/src/commands/GetFolderCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFolderRequest, diff --git a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts index f6fe13812ced..218007894c21 100644 --- a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetFolderPathRequest, diff --git a/clients/client-workdocs/src/commands/GetResourcesCommand.ts b/clients/client-workdocs/src/commands/GetResourcesCommand.ts index f5b39f729845..2685670addbd 100644 --- a/clients/client-workdocs/src/commands/GetResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/GetResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetResourcesRequest, diff --git a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts index e156b2eba2b9..fc24e3549750 100644 --- a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InitiateDocumentVersionUploadRequest, diff --git a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts index d4541dc7271d..c4d67440072b 100644 --- a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveAllResourcePermissionsRequest, diff --git a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts index 1ee6df5e21ae..653b15ec9309 100644 --- a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RemoveResourcePermissionRequest, RemoveResourcePermissionRequestFilterSensitiveLog } from "../models/models_0"; import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts index 0887a24191bd..33c7cf281015 100644 --- a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDocumentVersionsRequest, RestoreDocumentVersionsRequestFilterSensitiveLog } from "../models/models_0"; import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts index 59bfbb3520b1..3783bd5c27d2 100644 --- a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SearchResourcesRequest, diff --git a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts index faacd5ba52ab..12de3cacf6e6 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDocumentRequest, UpdateDocumentRequestFilterSensitiveLog } from "../models/models_0"; import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts index 9dd0bca05f82..9104571562a9 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDocumentVersionRequest, UpdateDocumentVersionRequestFilterSensitiveLog } from "../models/models_0"; import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts index 148ddeee1b22..01e3ec09cad7 100644 --- a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFolderRequest, UpdateFolderRequestFilterSensitiveLog } from "../models/models_0"; import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workdocs/src/commands/UpdateUserCommand.ts b/clients/client-workdocs/src/commands/UpdateUserCommand.ts index c59b4666345a..20d87f1a0a5b 100644 --- a/clients/client-workdocs/src/commands/UpdateUserCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserRequest, diff --git a/clients/client-workdocs/src/endpoint/EndpointParameters.ts b/clients/client-workdocs/src/endpoint/EndpointParameters.ts index 5cf010085078..2f3f755994d9 100644 --- a/clients/client-workdocs/src/endpoint/EndpointParameters.ts +++ b/clients/client-workdocs/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-workdocs/src/endpoint/endpointResolver.ts b/clients/client-workdocs/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-workdocs/src/endpoint/endpointResolver.ts +++ b/clients/client-workdocs/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-workdocs/src/endpoint/ruleset.ts b/clients/client-workdocs/src/endpoint/ruleset.ts index aaf4d3f2783a..7a4ccfb3e8c5 100644 --- a/clients/client-workdocs/src/endpoint/ruleset.ts +++ b/clients/client-workdocs/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-workdocs/src/models/WorkDocsServiceException.ts b/clients/client-workdocs/src/models/WorkDocsServiceException.ts index 4e721fb8ce79..8c10c8633c36 100644 --- a/clients/client-workdocs/src/models/WorkDocsServiceException.ts +++ b/clients/client-workdocs/src/models/WorkDocsServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-workdocs/src/models/models_0.ts b/clients/client-workdocs/src/models/models_0.ts index e026fa556573..864830d981e0 100644 --- a/clients/client-workdocs/src/models/models_0.ts +++ b/clients/client-workdocs/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException"; diff --git a/clients/client-workdocs/src/pagination/DescribeActivitiesPaginator.ts b/clients/client-workdocs/src/pagination/DescribeActivitiesPaginator.ts index e3774632a7c2..fce84f6772be 100644 --- a/clients/client-workdocs/src/pagination/DescribeActivitiesPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeActivitiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeActivitiesCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeCommentsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeCommentsPaginator.ts index 8e6e41708b1c..cb2f0f612b1e 100644 --- a/clients/client-workdocs/src/pagination/DescribeCommentsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeCommentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeCommentsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeDocumentVersionsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeDocumentVersionsPaginator.ts index aacc8e1992a9..b76122b815fd 100644 --- a/clients/client-workdocs/src/pagination/DescribeDocumentVersionsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeDocumentVersionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeDocumentVersionsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeFolderContentsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeFolderContentsPaginator.ts index a5d7a85fc35d..3d402cf27832 100644 --- a/clients/client-workdocs/src/pagination/DescribeFolderContentsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeFolderContentsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeFolderContentsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeGroupsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeGroupsPaginator.ts index 534f608ae023..855bff63f088 100644 --- a/clients/client-workdocs/src/pagination/DescribeGroupsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeGroupsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeNotificationSubscriptionsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeNotificationSubscriptionsPaginator.ts index 15ae0ac852f0..8e693936e89a 100644 --- a/clients/client-workdocs/src/pagination/DescribeNotificationSubscriptionsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeNotificationSubscriptionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeNotificationSubscriptionsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeResourcePermissionsPaginator.ts b/clients/client-workdocs/src/pagination/DescribeResourcePermissionsPaginator.ts index a83ab8ecfb63..0604392a090d 100644 --- a/clients/client-workdocs/src/pagination/DescribeResourcePermissionsPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeResourcePermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeResourcePermissionsCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeRootFoldersPaginator.ts b/clients/client-workdocs/src/pagination/DescribeRootFoldersPaginator.ts index 4e7a0750229c..b44ee4fb6770 100644 --- a/clients/client-workdocs/src/pagination/DescribeRootFoldersPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeRootFoldersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeRootFoldersCommand, diff --git a/clients/client-workdocs/src/pagination/DescribeUsersPaginator.ts b/clients/client-workdocs/src/pagination/DescribeUsersPaginator.ts index b47b0daa11b8..edabbd1c9178 100644 --- a/clients/client-workdocs/src/pagination/DescribeUsersPaginator.ts +++ b/clients/client-workdocs/src/pagination/DescribeUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeUsersCommand, diff --git a/clients/client-workdocs/src/pagination/Interfaces.ts b/clients/client-workdocs/src/pagination/Interfaces.ts index 635af59447cd..34c49e077900 100644 --- a/clients/client-workdocs/src/pagination/Interfaces.ts +++ b/clients/client-workdocs/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WorkDocsClient } from "../WorkDocsClient"; diff --git a/clients/client-workdocs/src/pagination/SearchResourcesPaginator.ts b/clients/client-workdocs/src/pagination/SearchResourcesPaginator.ts index 2f5c961dc1dd..b5777d4003fd 100644 --- a/clients/client-workdocs/src/pagination/SearchResourcesPaginator.ts +++ b/clients/client-workdocs/src/pagination/SearchResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { SearchResourcesCommand, diff --git a/clients/client-workdocs/src/protocols/Aws_restJson1.ts b/clients/client-workdocs/src/protocols/Aws_restJson1.ts index c66627085d75..96915a5ff75d 100644 --- a/clients/client-workdocs/src/protocols/Aws_restJson1.ts +++ b/clients/client-workdocs/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,10 +16,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AbortDocumentVersionUploadCommandInput, diff --git a/clients/client-workdocs/src/runtimeConfig.browser.ts b/clients/client-workdocs/src/runtimeConfig.browser.ts index 00a1c5c960de..03adf44cb83e 100644 --- a/clients/client-workdocs/src/runtimeConfig.browser.ts +++ b/clients/client-workdocs/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkDocsClientConfig } from "./WorkDocsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-workdocs/src/runtimeConfig.shared.ts b/clients/client-workdocs/src/runtimeConfig.shared.ts index 6a17ca8599c1..0ad703765948 100644 --- a/clients/client-workdocs/src/runtimeConfig.shared.ts +++ b/clients/client-workdocs/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkDocsClientConfig } from "./WorkDocsClient"; diff --git a/clients/client-workdocs/src/runtimeConfig.ts b/clients/client-workdocs/src/runtimeConfig.ts index 327e9e4249fe..adfa354a81a0 100644 --- a/clients/client-workdocs/src/runtimeConfig.ts +++ b/clients/client-workdocs/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkDocsClientConfig } from "./WorkDocsClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-worklink/package.json b/clients/client-worklink/package.json index 0baf40efb33a..65601b960eaf 100644 --- a/clients/client-worklink/package.json +++ b/clients/client-worklink/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-worklink/src/WorkLink.ts b/clients/client-worklink/src/WorkLink.ts index 9b8a265ce09d..ba125e34ec45 100644 --- a/clients/client-worklink/src/WorkLink.ts +++ b/clients/client-worklink/src/WorkLink.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateDomainCommand, diff --git a/clients/client-worklink/src/WorkLinkClient.ts b/clients/client-worklink/src/WorkLinkClient.ts index c043758c6e46..8270c3df14f0 100644 --- a/clients/client-worklink/src/WorkLinkClient.ts +++ b/clients/client-worklink/src/WorkLinkClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { AssociateDomainCommandInput, AssociateDomainCommandOutput } from "./commands/AssociateDomainCommand"; @@ -240,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -349,7 +347,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts index 17db1e3eb104..26a31c563eb6 100644 --- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDomainRequest, AssociateDomainResponse } from "../models/models_0"; import { de_AssociateDomainCommand, se_AssociateDomainCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 433a4997ad95..da7e2bccfa33 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebsiteAuthorizationProviderRequest, diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index 8d8763571dc2..ccb40ca70d12 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateWebsiteCertificateAuthorityRequest, diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index 6c29b0193fb7..6f882827baf2 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index 5055d92321d7..0049e54e0aa3 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index edcf62bb8ac3..cc1f1d3e855a 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAuditStreamConfigurationRequest, DescribeAuditStreamConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index c49112b826b3..a96fb733b07b 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeCompanyNetworkConfigurationRequest, diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 07070dc0e301..fb1f71f8f71a 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_0"; import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index 99994b6b86e7..912fc58e3c41 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDevicePolicyConfigurationRequest, diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index ad6de9781141..8d4f6372b8a8 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index bdbc0cb884f1..f0e3a91d9123 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeFleetMetadataRequest, DescribeFleetMetadataResponse } from "../models/models_0"; import { de_DescribeFleetMetadataCommand, se_DescribeFleetMetadataCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index 317b79ebd47c..5708d19619b3 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeIdentityProviderConfigurationRequest, diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index 6b5f86517384..46c15db724f9 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWebsiteCertificateAuthorityRequest, diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index 867d45259df8..8310103e3312 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateDomainRequest, DisassociateDomainResponse } from "../models/models_0"; import { de_DisassociateDomainCommand, se_DisassociateDomainCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 8f2853fc4a0d..145c0fd8650b 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateWebsiteAuthorizationProviderRequest, diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 90250b4b0223..2e893d1dab0b 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateWebsiteCertificateAuthorityRequest, diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index f8ddbd446f85..773c7267a644 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index ccfc3ccd0308..352bd232224a 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index 491f17ea7b72..fa3e7410825d 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index 7c44cf08aa41..9c9b4192035f 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index f9ecdc0854ab..242bd18187b8 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWebsiteAuthorizationProvidersRequest, diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index e1f124a09ea5..9c1eeca474dd 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListWebsiteCertificateAuthoritiesRequest, diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index bc1d66a9766e..d98ea660b805 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreDomainAccessRequest, RestoreDomainAccessResponse } from "../models/models_0"; import { de_RestoreDomainAccessCommand, se_RestoreDomainAccessCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index 195ff496b980..0b27bb389929 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeDomainAccessRequest, RevokeDomainAccessResponse } from "../models/models_0"; import { de_RevokeDomainAccessCommand, se_RevokeDomainAccessCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index f6981e2f6006..a0f571f0d36e 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SignOutUserRequest, SignOutUserResponse } from "../models/models_0"; import { de_SignOutUserCommand, se_SignOutUserCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index c026e7e2e2b1..e8fc3abcd3fd 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index 0e0d18fc0ffa..6613ab9cae87 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index e038ccb92824..2c551d7052f5 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAuditStreamConfigurationRequest, UpdateAuditStreamConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index c95659e56472..55dad2335061 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateCompanyNetworkConfigurationRequest, diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index 65415278413a..ee477301e5c7 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDevicePolicyConfigurationRequest, UpdateDevicePolicyConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 09176bc80843..8b3a18616519 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDomainMetadataRequest, UpdateDomainMetadataResponse } from "../models/models_0"; import { de_UpdateDomainMetadataCommand, se_UpdateDomainMetadataCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index d827a7ebf8d4..11311ed5da2e 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateFleetMetadataRequest, UpdateFleetMetadataResponse } from "../models/models_0"; import { de_UpdateFleetMetadataCommand, se_UpdateFleetMetadataCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index e4e96b022ca4..384591cff51a 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIdentityProviderConfigurationRequest, diff --git a/clients/client-worklink/src/endpoint/EndpointParameters.ts b/clients/client-worklink/src/endpoint/EndpointParameters.ts index 2b4da8b3421f..0cbf57c13e61 100644 --- a/clients/client-worklink/src/endpoint/EndpointParameters.ts +++ b/clients/client-worklink/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-worklink/src/endpoint/endpointResolver.ts b/clients/client-worklink/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-worklink/src/endpoint/endpointResolver.ts +++ b/clients/client-worklink/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-worklink/src/endpoint/ruleset.ts b/clients/client-worklink/src/endpoint/ruleset.ts index 07d73c8785ba..79ff2a622cca 100644 --- a/clients/client-worklink/src/endpoint/ruleset.ts +++ b/clients/client-worklink/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-worklink/src/models/WorkLinkServiceException.ts b/clients/client-worklink/src/models/WorkLinkServiceException.ts index 6e2e880303ae..2b9efac57f08 100644 --- a/clients/client-worklink/src/models/WorkLinkServiceException.ts +++ b/clients/client-worklink/src/models/WorkLinkServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-worklink/src/models/models_0.ts b/clients/client-worklink/src/models/models_0.ts index b9523f9a7a6f..c91168bfb119 100644 --- a/clients/client-worklink/src/models/models_0.ts +++ b/clients/client-worklink/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WorkLinkServiceException as __BaseException } from "./WorkLinkServiceException"; diff --git a/clients/client-worklink/src/pagination/Interfaces.ts b/clients/client-worklink/src/pagination/Interfaces.ts index 77a219b6b421..089510d67b77 100644 --- a/clients/client-worklink/src/pagination/Interfaces.ts +++ b/clients/client-worklink/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WorkLinkClient } from "../WorkLinkClient"; diff --git a/clients/client-worklink/src/pagination/ListDevicesPaginator.ts b/clients/client-worklink/src/pagination/ListDevicesPaginator.ts index cea3bfdcbc09..cd15f18db7ce 100644 --- a/clients/client-worklink/src/pagination/ListDevicesPaginator.ts +++ b/clients/client-worklink/src/pagination/ListDevicesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand"; import { WorkLinkClient } from "../WorkLinkClient"; diff --git a/clients/client-worklink/src/pagination/ListDomainsPaginator.ts b/clients/client-worklink/src/pagination/ListDomainsPaginator.ts index 2a68aeed7e62..da8e2ae21489 100644 --- a/clients/client-worklink/src/pagination/ListDomainsPaginator.ts +++ b/clients/client-worklink/src/pagination/ListDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListDomainsCommand, ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand"; import { WorkLinkClient } from "../WorkLinkClient"; diff --git a/clients/client-worklink/src/pagination/ListFleetsPaginator.ts b/clients/client-worklink/src/pagination/ListFleetsPaginator.ts index b25372a7afdb..016350d7bce2 100644 --- a/clients/client-worklink/src/pagination/ListFleetsPaginator.ts +++ b/clients/client-worklink/src/pagination/ListFleetsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListFleetsCommand, ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand"; import { WorkLinkClient } from "../WorkLinkClient"; diff --git a/clients/client-worklink/src/pagination/ListWebsiteAuthorizationProvidersPaginator.ts b/clients/client-worklink/src/pagination/ListWebsiteAuthorizationProvidersPaginator.ts index e0f22dea2527..c3d379388a5d 100644 --- a/clients/client-worklink/src/pagination/ListWebsiteAuthorizationProvidersPaginator.ts +++ b/clients/client-worklink/src/pagination/ListWebsiteAuthorizationProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWebsiteAuthorizationProvidersCommand, diff --git a/clients/client-worklink/src/pagination/ListWebsiteCertificateAuthoritiesPaginator.ts b/clients/client-worklink/src/pagination/ListWebsiteCertificateAuthoritiesPaginator.ts index c79d7d96482b..4d0d7dcb24d7 100644 --- a/clients/client-worklink/src/pagination/ListWebsiteCertificateAuthoritiesPaginator.ts +++ b/clients/client-worklink/src/pagination/ListWebsiteCertificateAuthoritiesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListWebsiteCertificateAuthoritiesCommand, diff --git a/clients/client-worklink/src/protocols/Aws_restJson1.ts b/clients/client-worklink/src/protocols/Aws_restJson1.ts index 604f230ab84e..f23f56facede 100644 --- a/clients/client-worklink/src/protocols/Aws_restJson1.ts +++ b/clients/client-worklink/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDomainCommandInput, AssociateDomainCommandOutput } from "../commands/AssociateDomainCommand"; import { diff --git a/clients/client-worklink/src/runtimeConfig.browser.ts b/clients/client-worklink/src/runtimeConfig.browser.ts index 110428ee1b06..5c7486d9b8fc 100644 --- a/clients/client-worklink/src/runtimeConfig.browser.ts +++ b/clients/client-worklink/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkLinkClientConfig } from "./WorkLinkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-worklink/src/runtimeConfig.shared.ts b/clients/client-worklink/src/runtimeConfig.shared.ts index 861e61e2ab41..abd9a322e5df 100644 --- a/clients/client-worklink/src/runtimeConfig.shared.ts +++ b/clients/client-worklink/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkLinkClientConfig } from "./WorkLinkClient"; diff --git a/clients/client-worklink/src/runtimeConfig.ts b/clients/client-worklink/src/runtimeConfig.ts index a3f7b4315215..0c685b4db751 100644 --- a/clients/client-worklink/src/runtimeConfig.ts +++ b/clients/client-worklink/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkLinkClientConfig } from "./WorkLinkClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index 4125690982d1..c0aaeeabb63c 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-workmail/src/WorkMail.ts b/clients/client-workmail/src/WorkMail.ts index e50091100b81..ee3cf1868569 100644 --- a/clients/client-workmail/src/WorkMail.ts +++ b/clients/client-workmail/src/WorkMail.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateDelegateToResourceCommand, diff --git a/clients/client-workmail/src/WorkMailClient.ts b/clients/client-workmail/src/WorkMailClient.ts index 56e27f95b8c7..a9053e3d3fb8 100644 --- a/clients/client-workmail/src/WorkMailClient.ts +++ b/clients/client-workmail/src/WorkMailClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -471,7 +469,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -580,7 +578,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts index 855fac33daf0..b7a76088203e 100644 --- a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts +++ b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateDelegateToResourceRequest, AssociateDelegateToResourceResponse } from "../models/models_0"; import { de_AssociateDelegateToResourceCommand, se_AssociateDelegateToResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts index d2522256067b..f7edb2b2f0b3 100644 --- a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts +++ b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateMemberToGroupRequest, AssociateMemberToGroupResponse } from "../models/models_0"; import { de_AssociateMemberToGroupCommand, se_AssociateMemberToGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts index 28d98a9db4e6..e643fea67c15 100644 --- a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssumeImpersonationRoleRequest, AssumeImpersonationRoleResponse } from "../models/models_0"; import { de_AssumeImpersonationRoleCommand, se_AssumeImpersonationRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts index 8aef1f8c7e12..1490e41f03cb 100644 --- a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CancelMailboxExportJobRequest, CancelMailboxExportJobResponse } from "../models/models_0"; import { de_CancelMailboxExportJobCommand, se_CancelMailboxExportJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateAliasCommand.ts b/clients/client-workmail/src/commands/CreateAliasCommand.ts index b7a4b05fe93f..961043df7609 100644 --- a/clients/client-workmail/src/commands/CreateAliasCommand.ts +++ b/clients/client-workmail/src/commands/CreateAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAliasRequest, CreateAliasResponse } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts index 7ceed25b74f5..1646a47be2a4 100644 --- a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateAvailabilityConfigurationRequest, diff --git a/clients/client-workmail/src/commands/CreateGroupCommand.ts b/clients/client-workmail/src/commands/CreateGroupCommand.ts index af8b39706cc8..87e5852517b6 100644 --- a/clients/client-workmail/src/commands/CreateGroupCommand.ts +++ b/clients/client-workmail/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts index 0d7fdd9a8d6d..07473fce6c3e 100644 --- a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateImpersonationRoleRequest, CreateImpersonationRoleResponse } from "../models/models_0"; import { de_CreateImpersonationRoleCommand, se_CreateImpersonationRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts index ca28e04f5284..ece558e0ce15 100644 --- a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateMobileDeviceAccessRuleRequest, CreateMobileDeviceAccessRuleResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts index eb158374709e..2505847c3173 100644 --- a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models/models_0"; import { de_CreateOrganizationCommand, se_CreateOrganizationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateResourceCommand.ts b/clients/client-workmail/src/commands/CreateResourceCommand.ts index ccac01412d47..80184d0f8231 100644 --- a/clients/client-workmail/src/commands/CreateResourceCommand.ts +++ b/clients/client-workmail/src/commands/CreateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateResourceRequest, CreateResourceResponse } from "../models/models_0"; import { de_CreateResourceCommand, se_CreateResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/CreateUserCommand.ts b/clients/client-workmail/src/commands/CreateUserCommand.ts index 5f485dce1f2a..d942f75ee4b7 100644 --- a/clients/client-workmail/src/commands/CreateUserCommand.ts +++ b/clients/client-workmail/src/commands/CreateUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts index 29762da162e3..18e0633afad8 100644 --- a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAccessControlRuleRequest, DeleteAccessControlRuleResponse } from "../models/models_0"; import { de_DeleteAccessControlRuleCommand, se_DeleteAccessControlRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteAliasCommand.ts b/clients/client-workmail/src/commands/DeleteAliasCommand.ts index 6f5a03740b68..8e86dbb11c31 100644 --- a/clients/client-workmail/src/commands/DeleteAliasCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAliasRequest, DeleteAliasResponse } from "../models/models_0"; import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts index 93fe45d6080b..46c24ab1e6b9 100644 --- a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteAvailabilityConfigurationRequest, DeleteAvailabilityConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts index 1cc639b2a28e..163685f21c30 100644 --- a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteEmailMonitoringConfigurationRequest, diff --git a/clients/client-workmail/src/commands/DeleteGroupCommand.ts b/clients/client-workmail/src/commands/DeleteGroupCommand.ts index e94a1ce4a0db..e22abd573476 100644 --- a/clients/client-workmail/src/commands/DeleteGroupCommand.ts +++ b/clients/client-workmail/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts index 192778943d1b..77f7d1d84173 100644 --- a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteImpersonationRoleRequest, DeleteImpersonationRoleResponse } from "../models/models_0"; import { de_DeleteImpersonationRoleCommand, se_DeleteImpersonationRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts index d336452e7759..1a6a6b71b8a9 100644 --- a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMailboxPermissionsRequest, DeleteMailboxPermissionsResponse } from "../models/models_0"; import { de_DeleteMailboxPermissionsCommand, se_DeleteMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts index eb0f0ea58d87..5a90b2925ff9 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMobileDeviceAccessOverrideRequest, DeleteMobileDeviceAccessOverrideResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts index 32f63b956a1d..3ced8742066f 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteMobileDeviceAccessRuleRequest, DeleteMobileDeviceAccessRuleResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts index 01328277b4eb..f2593d3440c1 100644 --- a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteOrganizationRequest, DeleteOrganizationResponse } from "../models/models_0"; import { de_DeleteOrganizationCommand, se_DeleteOrganizationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteResourceCommand.ts b/clients/client-workmail/src/commands/DeleteResourceCommand.ts index a7f04036bfd2..c82d0faaeabe 100644 --- a/clients/client-workmail/src/commands/DeleteResourceCommand.ts +++ b/clients/client-workmail/src/commands/DeleteResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourceRequest, DeleteResourceResponse } from "../models/models_0"; import { de_DeleteResourceCommand, se_DeleteResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts index 079b9be9ce39..15949a2a86b1 100644 --- a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteRetentionPolicyRequest, DeleteRetentionPolicyResponse } from "../models/models_0"; import { de_DeleteRetentionPolicyCommand, se_DeleteRetentionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeleteUserCommand.ts b/clients/client-workmail/src/commands/DeleteUserCommand.ts index bd6b0a71b68f..d42d32eefb71 100644 --- a/clients/client-workmail/src/commands/DeleteUserCommand.ts +++ b/clients/client-workmail/src/commands/DeleteUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts index 06285b633aad..84f6152d43e2 100644 --- a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterFromWorkMailRequest, DeregisterFromWorkMailResponse } from "../models/models_0"; import { de_DeregisterFromWorkMailCommand, se_DeregisterFromWorkMailCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts index 719215d66b78..344f4bbfbf6e 100644 --- a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterMailDomainRequest, DeregisterMailDomainResponse } from "../models/models_0"; import { de_DeregisterMailDomainCommand, se_DeregisterMailDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts index a8a65d507fc7..c012f35be949 100644 --- a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeEmailMonitoringConfigurationRequest, diff --git a/clients/client-workmail/src/commands/DescribeGroupCommand.ts b/clients/client-workmail/src/commands/DescribeGroupCommand.ts index 334714417c04..2e68cc0359c9 100644 --- a/clients/client-workmail/src/commands/DescribeGroupCommand.ts +++ b/clients/client-workmail/src/commands/DescribeGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0"; import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts index 9e6c5d0be788..7c4b94a0016a 100644 --- a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeInboundDmarcSettingsRequest, DescribeInboundDmarcSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts index b5bce2da1782..a35a8cf6f28a 100644 --- a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeMailboxExportJobRequest, DescribeMailboxExportJobResponse } from "../models/models_0"; import { de_DescribeMailboxExportJobCommand, se_DescribeMailboxExportJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts index 5c9515775a2e..e0e107a49cc2 100644 --- a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeOrganizationRequest, DescribeOrganizationResponse } from "../models/models_0"; import { de_DescribeOrganizationCommand, se_DescribeOrganizationCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DescribeResourceCommand.ts b/clients/client-workmail/src/commands/DescribeResourceCommand.ts index b5105c21026f..d1b15211fed9 100644 --- a/clients/client-workmail/src/commands/DescribeResourceCommand.ts +++ b/clients/client-workmail/src/commands/DescribeResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeResourceRequest, DescribeResourceResponse } from "../models/models_0"; import { de_DescribeResourceCommand, se_DescribeResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DescribeUserCommand.ts b/clients/client-workmail/src/commands/DescribeUserCommand.ts index 18402a8ea660..4e92f095f912 100644 --- a/clients/client-workmail/src/commands/DescribeUserCommand.ts +++ b/clients/client-workmail/src/commands/DescribeUserCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts index cd94636c1c7c..6f089f631ea4 100644 --- a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateDelegateFromResourceRequest, DisassociateDelegateFromResourceResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts index 709e9cdbe21f..04a980fbf555 100644 --- a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateMemberFromGroupRequest, DisassociateMemberFromGroupResponse } from "../models/models_0"; import { de_DisassociateMemberFromGroupCommand, se_DisassociateMemberFromGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts index d262bb2d8ffc..179a5f9477ba 100644 --- a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetAccessControlEffectRequest, GetAccessControlEffectResponse } from "../models/models_0"; import { de_GetAccessControlEffectCommand, se_GetAccessControlEffectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts index 8fe7197c83a6..fac0f5dbcf40 100644 --- a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetDefaultRetentionPolicyRequest, GetDefaultRetentionPolicyResponse } from "../models/models_0"; import { de_GetDefaultRetentionPolicyCommand, se_GetDefaultRetentionPolicyCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts index a4a88484a1d4..286ef67b4a7a 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetImpersonationRoleRequest, GetImpersonationRoleResponse } from "../models/models_0"; import { de_GetImpersonationRoleCommand, se_GetImpersonationRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts index dfe2cab38b0b..8bb245f51b70 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetImpersonationRoleEffectRequest, GetImpersonationRoleEffectResponse } from "../models/models_0"; import { de_GetImpersonationRoleEffectCommand, se_GetImpersonationRoleEffectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetMailDomainCommand.ts b/clients/client-workmail/src/commands/GetMailDomainCommand.ts index 98d18767b03b..fc22176108cc 100644 --- a/clients/client-workmail/src/commands/GetMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/GetMailDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMailDomainRequest, GetMailDomainResponse } from "../models/models_0"; import { de_GetMailDomainCommand, se_GetMailDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts index 692ad891b5ac..9e0b3fb37d79 100644 --- a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts +++ b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMailboxDetailsRequest, GetMailboxDetailsResponse } from "../models/models_0"; import { de_GetMailboxDetailsCommand, se_GetMailboxDetailsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts index 97e7d045b868..fbfc85c4be99 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMobileDeviceAccessEffectRequest, GetMobileDeviceAccessEffectResponse } from "../models/models_0"; import { de_GetMobileDeviceAccessEffectCommand, se_GetMobileDeviceAccessEffectCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts index 17811c8f0e00..c94490cf5f6d 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetMobileDeviceAccessOverrideRequest, GetMobileDeviceAccessOverrideResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts index 36dfa4cda587..91dc1fbb8b36 100644 --- a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAccessControlRulesRequest, ListAccessControlRulesResponse } from "../models/models_0"; import { de_ListAccessControlRulesCommand, se_ListAccessControlRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListAliasesCommand.ts b/clients/client-workmail/src/commands/ListAliasesCommand.ts index a80c7375e9cf..618d39927056 100644 --- a/clients/client-workmail/src/commands/ListAliasesCommand.ts +++ b/clients/client-workmail/src/commands/ListAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts index d7e883b7c70b..4f176dd9e5bc 100644 --- a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts +++ b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailabilityConfigurationsRequest, ListAvailabilityConfigurationsResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts index c271bad0613e..7263a9e1d51d 100644 --- a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupMembersRequest, ListGroupMembersResponse } from "../models/models_0"; import { de_ListGroupMembersCommand, se_ListGroupMembersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListGroupsCommand.ts b/clients/client-workmail/src/commands/ListGroupsCommand.ts index bd8b12ca557e..02f24a9e0c0f 100644 --- a/clients/client-workmail/src/commands/ListGroupsCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts index dfc74f57e624..1fbdcb9abfc2 100644 --- a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts +++ b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListImpersonationRolesRequest, ListImpersonationRolesResponse } from "../models/models_0"; import { de_ListImpersonationRolesCommand, se_ListImpersonationRolesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts index c4c30676497c..de275dcd97b7 100644 --- a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMailDomainsRequest, ListMailDomainsResponse } from "../models/models_0"; import { de_ListMailDomainsCommand, se_ListMailDomainsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts index 6c03fda494a7..f64312d4d87e 100644 --- a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMailboxExportJobsRequest, ListMailboxExportJobsResponse } from "../models/models_0"; import { de_ListMailboxExportJobsCommand, se_ListMailboxExportJobsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts index 557a69e60b1e..89f1b02a9ad7 100644 --- a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMailboxPermissionsRequest, ListMailboxPermissionsResponse } from "../models/models_0"; import { de_ListMailboxPermissionsCommand, se_ListMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts index 74d7080c858a..0a0903886d1d 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMobileDeviceAccessOverridesRequest, ListMobileDeviceAccessOverridesResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts index db2dadca50c1..e12bd6bcfa41 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListMobileDeviceAccessRulesRequest, ListMobileDeviceAccessRulesResponse } from "../models/models_0"; import { de_ListMobileDeviceAccessRulesCommand, se_ListMobileDeviceAccessRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts index bf43871b47df..5106f57df703 100644 --- a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts +++ b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListOrganizationsRequest, ListOrganizationsResponse } from "../models/models_0"; import { de_ListOrganizationsCommand, se_ListOrganizationsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts index 2da35ed0b87b..c5f6a0e22a4c 100644 --- a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourceDelegatesRequest, ListResourceDelegatesResponse } from "../models/models_0"; import { de_ListResourceDelegatesCommand, se_ListResourceDelegatesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListResourcesCommand.ts b/clients/client-workmail/src/commands/ListResourcesCommand.ts index 1d76ccb657bf..1e8e25af58f2 100644 --- a/clients/client-workmail/src/commands/ListResourcesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourcesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0"; import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts index d4507d974689..beedd274addf 100644 --- a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ListUsersCommand.ts b/clients/client-workmail/src/commands/ListUsersCommand.ts index 3b2bbafbc263..3a6681decb6d 100644 --- a/clients/client-workmail/src/commands/ListUsersCommand.ts +++ b/clients/client-workmail/src/commands/ListUsersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts index 67ed3620d58e..784c69a1479e 100644 --- a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutAccessControlRuleRequest, PutAccessControlRuleResponse } from "../models/models_0"; import { de_PutAccessControlRuleCommand, se_PutAccessControlRuleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts index 4cd9c8e4b8eb..ef59f829d520 100644 --- a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEmailMonitoringConfigurationRequest, PutEmailMonitoringConfigurationResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts index 90ee96443a74..3c915b5b8bc6 100644 --- a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutInboundDmarcSettingsRequest, PutInboundDmarcSettingsResponse } from "../models/models_0"; import { de_PutInboundDmarcSettingsCommand, se_PutInboundDmarcSettingsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts index a1d29d30ba53..aabe05638eea 100644 --- a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutMailboxPermissionsRequest, PutMailboxPermissionsResponse } from "../models/models_0"; import { de_PutMailboxPermissionsCommand, se_PutMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts index 094b25a2ce63..c05bca4f4671 100644 --- a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutMobileDeviceAccessOverrideRequest, PutMobileDeviceAccessOverrideResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts index 0fc4fd758dcb..9bb64107daee 100644 --- a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutRetentionPolicyRequest, diff --git a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts index 03578ff275ce..0e10b1dd12e7 100644 --- a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterMailDomainRequest, RegisterMailDomainResponse } from "../models/models_0"; import { de_RegisterMailDomainCommand, se_RegisterMailDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts index f601f799b5b8..623c42192bca 100644 --- a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterToWorkMailRequest, RegisterToWorkMailResponse } from "../models/models_0"; import { de_RegisterToWorkMailCommand, se_RegisterToWorkMailCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/ResetPasswordCommand.ts b/clients/client-workmail/src/commands/ResetPasswordCommand.ts index 761259de1e4d..d178ac5abd3b 100644 --- a/clients/client-workmail/src/commands/ResetPasswordCommand.ts +++ b/clients/client-workmail/src/commands/ResetPasswordCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ResetPasswordRequest, diff --git a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts index 630960e595c0..fc9cf5062d37 100644 --- a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartMailboxExportJobRequest, StartMailboxExportJobResponse } from "../models/models_0"; import { de_StartMailboxExportJobCommand, se_StartMailboxExportJobCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/TagResourceCommand.ts b/clients/client-workmail/src/commands/TagResourceCommand.ts index f91691ba1728..c49866a29780 100644 --- a/clients/client-workmail/src/commands/TagResourceCommand.ts +++ b/clients/client-workmail/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts index 09235ed95ba6..a1e4d0397544 100644 --- a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestAvailabilityConfigurationRequest, diff --git a/clients/client-workmail/src/commands/UntagResourceCommand.ts b/clients/client-workmail/src/commands/UntagResourceCommand.ts index 6fe9efacb399..411f6914c1cf 100644 --- a/clients/client-workmail/src/commands/UntagResourceCommand.ts +++ b/clients/client-workmail/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts index 2d07cc3324f3..5113030983f1 100644 --- a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateAvailabilityConfigurationRequest, diff --git a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts index a87edcc10765..ef545eae6e45 100644 --- a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateDefaultMailDomainRequest, UpdateDefaultMailDomainResponse } from "../models/models_0"; import { de_UpdateDefaultMailDomainCommand, se_UpdateDefaultMailDomainCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts index 3dc4bbe1b5df..ccb1bd287367 100644 --- a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateImpersonationRoleRequest, UpdateImpersonationRoleResponse } from "../models/models_0"; import { de_UpdateImpersonationRoleCommand, se_UpdateImpersonationRoleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts index 2a8d7f1b64ae..57d010074733 100644 --- a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMailboxQuotaRequest, UpdateMailboxQuotaResponse } from "../models/models_0"; import { de_UpdateMailboxQuotaCommand, se_UpdateMailboxQuotaCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts index 206d992a51d8..0246ec03cbb3 100644 --- a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateMobileDeviceAccessRuleRequest, UpdateMobileDeviceAccessRuleResponse } from "../models/models_0"; import { diff --git a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts index 0ca7caec709c..0ded185f8d5d 100644 --- a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts +++ b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePrimaryEmailAddressRequest, UpdatePrimaryEmailAddressResponse } from "../models/models_0"; import { de_UpdatePrimaryEmailAddressCommand, se_UpdatePrimaryEmailAddressCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/commands/UpdateResourceCommand.ts b/clients/client-workmail/src/commands/UpdateResourceCommand.ts index 0011882fa58f..640b351ad7cd 100644 --- a/clients/client-workmail/src/commands/UpdateResourceCommand.ts +++ b/clients/client-workmail/src/commands/UpdateResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateResourceRequest, UpdateResourceResponse } from "../models/models_0"; import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workmail/src/endpoint/EndpointParameters.ts b/clients/client-workmail/src/endpoint/EndpointParameters.ts index 6c7b094e0b95..08923d15e7db 100644 --- a/clients/client-workmail/src/endpoint/EndpointParameters.ts +++ b/clients/client-workmail/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-workmail/src/endpoint/endpointResolver.ts b/clients/client-workmail/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-workmail/src/endpoint/endpointResolver.ts +++ b/clients/client-workmail/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-workmail/src/endpoint/ruleset.ts b/clients/client-workmail/src/endpoint/ruleset.ts index 8d0cd4806a47..9db4992f500c 100644 --- a/clients/client-workmail/src/endpoint/ruleset.ts +++ b/clients/client-workmail/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-workmail/src/models/WorkMailServiceException.ts b/clients/client-workmail/src/models/WorkMailServiceException.ts index 0caaee2fecbb..e99052a670a9 100644 --- a/clients/client-workmail/src/models/WorkMailServiceException.ts +++ b/clients/client-workmail/src/models/WorkMailServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-workmail/src/models/models_0.ts b/clients/client-workmail/src/models/models_0.ts index 5fc2620c62ea..755345e09eec 100644 --- a/clients/client-workmail/src/models/models_0.ts +++ b/clients/client-workmail/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { WorkMailServiceException as __BaseException } from "./WorkMailServiceException"; diff --git a/clients/client-workmail/src/pagination/Interfaces.ts b/clients/client-workmail/src/pagination/Interfaces.ts index c54318dd446b..4bd8f0d5ff56 100644 --- a/clients/client-workmail/src/pagination/Interfaces.ts +++ b/clients/client-workmail/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WorkMailClient } from "../WorkMailClient"; diff --git a/clients/client-workmail/src/pagination/ListAliasesPaginator.ts b/clients/client-workmail/src/pagination/ListAliasesPaginator.ts index 3c7233f78fe3..936053bc7f61 100644 --- a/clients/client-workmail/src/pagination/ListAliasesPaginator.ts +++ b/clients/client-workmail/src/pagination/ListAliasesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAliasesCommand, ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand"; import { WorkMailClient } from "../WorkMailClient"; diff --git a/clients/client-workmail/src/pagination/ListAvailabilityConfigurationsPaginator.ts b/clients/client-workmail/src/pagination/ListAvailabilityConfigurationsPaginator.ts index fe5b4eeae179..496d14e0d59a 100644 --- a/clients/client-workmail/src/pagination/ListAvailabilityConfigurationsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListAvailabilityConfigurationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListAvailabilityConfigurationsCommand, diff --git a/clients/client-workmail/src/pagination/ListGroupMembersPaginator.ts b/clients/client-workmail/src/pagination/ListGroupMembersPaginator.ts index 6ecfe4d62397..b33333d93705 100644 --- a/clients/client-workmail/src/pagination/ListGroupMembersPaginator.ts +++ b/clients/client-workmail/src/pagination/ListGroupMembersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupMembersCommand, diff --git a/clients/client-workmail/src/pagination/ListGroupsPaginator.ts b/clients/client-workmail/src/pagination/ListGroupsPaginator.ts index 972f006086ea..014b3dc644ae 100644 --- a/clients/client-workmail/src/pagination/ListGroupsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListGroupsCommand, ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand"; import { WorkMailClient } from "../WorkMailClient"; diff --git a/clients/client-workmail/src/pagination/ListImpersonationRolesPaginator.ts b/clients/client-workmail/src/pagination/ListImpersonationRolesPaginator.ts index 72f85e13b293..243f9596c838 100644 --- a/clients/client-workmail/src/pagination/ListImpersonationRolesPaginator.ts +++ b/clients/client-workmail/src/pagination/ListImpersonationRolesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListImpersonationRolesCommand, diff --git a/clients/client-workmail/src/pagination/ListMailDomainsPaginator.ts b/clients/client-workmail/src/pagination/ListMailDomainsPaginator.ts index 9e975479d85a..08065abe2fac 100644 --- a/clients/client-workmail/src/pagination/ListMailDomainsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListMailDomainsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMailDomainsCommand, diff --git a/clients/client-workmail/src/pagination/ListMailboxExportJobsPaginator.ts b/clients/client-workmail/src/pagination/ListMailboxExportJobsPaginator.ts index 3c248c8e0834..07f3682bca02 100644 --- a/clients/client-workmail/src/pagination/ListMailboxExportJobsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListMailboxExportJobsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMailboxExportJobsCommand, diff --git a/clients/client-workmail/src/pagination/ListMailboxPermissionsPaginator.ts b/clients/client-workmail/src/pagination/ListMailboxPermissionsPaginator.ts index 7ed0f0450223..1eb0fff13ed2 100644 --- a/clients/client-workmail/src/pagination/ListMailboxPermissionsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListMailboxPermissionsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMailboxPermissionsCommand, diff --git a/clients/client-workmail/src/pagination/ListMobileDeviceAccessOverridesPaginator.ts b/clients/client-workmail/src/pagination/ListMobileDeviceAccessOverridesPaginator.ts index c8e2059b018f..830f0de87a5c 100644 --- a/clients/client-workmail/src/pagination/ListMobileDeviceAccessOverridesPaginator.ts +++ b/clients/client-workmail/src/pagination/ListMobileDeviceAccessOverridesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListMobileDeviceAccessOverridesCommand, diff --git a/clients/client-workmail/src/pagination/ListOrganizationsPaginator.ts b/clients/client-workmail/src/pagination/ListOrganizationsPaginator.ts index 94e191471832..8021bb3f1685 100644 --- a/clients/client-workmail/src/pagination/ListOrganizationsPaginator.ts +++ b/clients/client-workmail/src/pagination/ListOrganizationsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListOrganizationsCommand, diff --git a/clients/client-workmail/src/pagination/ListResourceDelegatesPaginator.ts b/clients/client-workmail/src/pagination/ListResourceDelegatesPaginator.ts index 65fcbba3176c..5a7a2964324f 100644 --- a/clients/client-workmail/src/pagination/ListResourceDelegatesPaginator.ts +++ b/clients/client-workmail/src/pagination/ListResourceDelegatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourceDelegatesCommand, diff --git a/clients/client-workmail/src/pagination/ListResourcesPaginator.ts b/clients/client-workmail/src/pagination/ListResourcesPaginator.ts index f45237944f07..2eb63e7a0ddd 100644 --- a/clients/client-workmail/src/pagination/ListResourcesPaginator.ts +++ b/clients/client-workmail/src/pagination/ListResourcesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcesCommand, diff --git a/clients/client-workmail/src/pagination/ListUsersPaginator.ts b/clients/client-workmail/src/pagination/ListUsersPaginator.ts index 9122d46b1f3e..3dae2077254e 100644 --- a/clients/client-workmail/src/pagination/ListUsersPaginator.ts +++ b/clients/client-workmail/src/pagination/ListUsersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand"; import { WorkMailClient } from "../WorkMailClient"; diff --git a/clients/client-workmail/src/protocols/Aws_json1_1.ts b/clients/client-workmail/src/protocols/Aws_json1_1.ts index c543b911c0d8..6a9bfa8009a9 100644 --- a/clients/client-workmail/src/protocols/Aws_json1_1.ts +++ b/clients/client-workmail/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -11,10 +12,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-workmail/src/runtimeConfig.browser.ts b/clients/client-workmail/src/runtimeConfig.browser.ts index 4f141356b39a..464a9b33d2a9 100644 --- a/clients/client-workmail/src/runtimeConfig.browser.ts +++ b/clients/client-workmail/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkMailClientConfig } from "./WorkMailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-workmail/src/runtimeConfig.shared.ts b/clients/client-workmail/src/runtimeConfig.shared.ts index 7188046d0f7b..bf7da7602d1b 100644 --- a/clients/client-workmail/src/runtimeConfig.shared.ts +++ b/clients/client-workmail/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkMailClientConfig } from "./WorkMailClient"; diff --git a/clients/client-workmail/src/runtimeConfig.ts b/clients/client-workmail/src/runtimeConfig.ts index 32519af8f503..5b5f943b4c01 100644 --- a/clients/client-workmail/src/runtimeConfig.ts +++ b/clients/client-workmail/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkMailClientConfig } from "./WorkMailClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index 3cec7e847501..3fd85a7b92e2 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-workmailmessageflow/src/WorkMailMessageFlow.ts b/clients/client-workmailmessageflow/src/WorkMailMessageFlow.ts index 11ce476537dd..bae7fa01bb6e 100644 --- a/clients/client-workmailmessageflow/src/WorkMailMessageFlow.ts +++ b/clients/client-workmailmessageflow/src/WorkMailMessageFlow.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { GetRawMessageContentCommand, diff --git a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts index 96a9fb30faed..b3d37321fe2d 100644 --- a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts +++ b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,33 +19,35 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -90,7 +88,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -199,7 +197,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts index 8fb0cdcfddfa..7321d9db9ee7 100644 --- a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,10 +12,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { GetRawMessageContentRequest, diff --git a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts index c7112bee3b80..5a6e6c4a4f8a 100644 --- a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutRawMessageContentRequest, PutRawMessageContentResponse } from "../models/models_0"; import { de_PutRawMessageContentCommand, se_PutRawMessageContentCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workmailmessageflow/src/endpoint/EndpointParameters.ts b/clients/client-workmailmessageflow/src/endpoint/EndpointParameters.ts index 0894f8e85b27..0903f42f1432 100644 --- a/clients/client-workmailmessageflow/src/endpoint/EndpointParameters.ts +++ b/clients/client-workmailmessageflow/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-workmailmessageflow/src/endpoint/endpointResolver.ts b/clients/client-workmailmessageflow/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-workmailmessageflow/src/endpoint/endpointResolver.ts +++ b/clients/client-workmailmessageflow/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-workmailmessageflow/src/endpoint/ruleset.ts b/clients/client-workmailmessageflow/src/endpoint/ruleset.ts index 38d2a348ee55..2c518d2fce3b 100644 --- a/clients/client-workmailmessageflow/src/endpoint/ruleset.ts +++ b/clients/client-workmailmessageflow/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts b/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts index a25057e73002..644fcc354beb 100644 --- a/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts +++ b/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-workmailmessageflow/src/models/models_0.ts b/clients/client-workmailmessageflow/src/models/models_0.ts index b826d78352b8..8e612ce9f2ea 100644 --- a/clients/client-workmailmessageflow/src/models/models_0.ts +++ b/clients/client-workmailmessageflow/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { Readable } from "stream"; import { WorkMailMessageFlowServiceException as __BaseException } from "./WorkMailMessageFlowServiceException"; diff --git a/clients/client-workmailmessageflow/src/protocols/Aws_restJson1.ts b/clients/client-workmailmessageflow/src/protocols/Aws_restJson1.ts index 068ac4482543..297d47d1785d 100644 --- a/clients/client-workmailmessageflow/src/protocols/Aws_restJson1.ts +++ b/clients/client-workmailmessageflow/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -8,13 +9,13 @@ import { resolvedPath as __resolvedPath, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetRawMessageContentCommandInput, diff --git a/clients/client-workmailmessageflow/src/runtimeConfig.browser.ts b/clients/client-workmailmessageflow/src/runtimeConfig.browser.ts index 29d3cd9e4e89..79e4977264eb 100644 --- a/clients/client-workmailmessageflow/src/runtimeConfig.browser.ts +++ b/clients/client-workmailmessageflow/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-workmailmessageflow/src/runtimeConfig.shared.ts b/clients/client-workmailmessageflow/src/runtimeConfig.shared.ts index cc692f634c31..be6ad0aba547 100644 --- a/clients/client-workmailmessageflow/src/runtimeConfig.shared.ts +++ b/clients/client-workmailmessageflow/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient"; diff --git a/clients/client-workmailmessageflow/src/runtimeConfig.ts b/clients/client-workmailmessageflow/src/runtimeConfig.ts index 64c13a1624da..d9b31a2c9034 100644 --- a/clients/client-workmailmessageflow/src/runtimeConfig.ts +++ b/clients/client-workmailmessageflow/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-workspaces-web/package.json b/clients/client-workspaces-web/package.json index 134f8a60619b..aec1923b2365 100644 --- a/clients/client-workspaces-web/package.json +++ b/clients/client-workspaces-web/package.json @@ -22,43 +22,44 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/clients/client-workspaces-web/src/WorkSpacesWeb.ts b/clients/client-workspaces-web/src/WorkSpacesWeb.ts index cbc4b7dcb49b..75db5bc9229f 100644 --- a/clients/client-workspaces-web/src/WorkSpacesWeb.ts +++ b/clients/client-workspaces-web/src/WorkSpacesWeb.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateBrowserSettingsCommand, diff --git a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts index 9c25c997def6..df7d274ea1b2 100644 --- a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts +++ b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -372,7 +370,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -481,7 +479,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts index 85a0d6fe7fd6..229f016f9cbf 100644 --- a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } from "../models/models_0"; import { de_AssociateBrowserSettingsCommand, se_AssociateBrowserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts index 4c835eb491c6..583aa1859a68 100644 --- a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateIpAccessSettingsRequest, AssociateIpAccessSettingsResponse } from "../models/models_0"; import { de_AssociateIpAccessSettingsCommand, se_AssociateIpAccessSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts index a8f6682fcde5..471c0e6c8d9d 100644 --- a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } from "../models/models_0"; import { de_AssociateNetworkSettingsCommand, se_AssociateNetworkSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts index b16af027aaa6..db36aa990e1b 100644 --- a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateTrustStoreRequest, AssociateTrustStoreResponse } from "../models/models_0"; import { de_AssociateTrustStoreCommand, se_AssociateTrustStoreCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts index 059261a541d4..a3e225fe9bc6 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateUserAccessLoggingSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts index f43d6c7102c8..80d82404fece 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateUserSettingsRequest, AssociateUserSettingsResponse } from "../models/models_0"; import { de_AssociateUserSettingsCommand, se_AssociateUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts index 3b00f4eeb1b7..d83f0d033a79 100644 --- a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateBrowserSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts index 11bd83b2aa88..7bd6e607fe05 100644 --- a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIdentityProviderRequest, diff --git a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts index 89196794296e..419b6627fa38 100644 --- a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIpAccessSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts index 71821eb9525b..02becaf1026f 100644 --- a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateNetworkSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts index 6704f3dab395..35b8b97b2e84 100644 --- a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreatePortalRequest, CreatePortalRequestFilterSensitiveLog, CreatePortalResponse } from "../models/models_0"; import { de_CreatePortalCommand, se_CreatePortalCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts index d8a0bc6a89a9..1d636b10f35e 100644 --- a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTrustStoreRequest, diff --git a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts index 48c6001fef16..43bdaec4379b 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserAccessLoggingSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts index f3b9dd822b63..fe7aae2a1ecc 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUserSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts index 33840e367deb..08e6b79dc348 100644 --- a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteBrowserSettingsRequest, DeleteBrowserSettingsResponse } from "../models/models_0"; import { de_DeleteBrowserSettingsCommand, se_DeleteBrowserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts index 75e38bf4f716..345cf7a62c4d 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIdentityProviderRequest, DeleteIdentityProviderResponse } from "../models/models_0"; import { de_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts index 2521bf9e2a34..666a15599ef4 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIpAccessSettingsRequest, DeleteIpAccessSettingsResponse } from "../models/models_0"; import { de_DeleteIpAccessSettingsCommand, se_DeleteIpAccessSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts index 2ca875deb298..e4d03ae12b0d 100644 --- a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteNetworkSettingsRequest, DeleteNetworkSettingsResponse } from "../models/models_0"; import { de_DeleteNetworkSettingsCommand, se_DeleteNetworkSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts index 61e6d52b21be..908323ea71ea 100644 --- a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0"; import { de_DeletePortalCommand, se_DeletePortalCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts index d70b9d6ad22e..2954777b25b9 100644 --- a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/models_0"; import { de_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts index 39cea061269e..50d32c707cf4 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserAccessLoggingSettingsRequest, DeleteUserAccessLoggingSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts index d321124315c6..e1addef38e3c 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models/models_0"; import { de_DeleteUserSettingsCommand, se_DeleteUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts index 62af3df78f50..8fba2e7b32ad 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts index 04f2e0c114f4..f3940d3579e4 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateIpAccessSettingsRequest, DisassociateIpAccessSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts index dfbc82c5b9f5..97a35a9db615 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts index 0b0263eb75ee..a691ebcea4cc 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from "../models/models_0"; import { de_DisassociateTrustStoreCommand, se_DisassociateTrustStoreCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts index 33698e8fae3c..2d8d48a78236 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateUserAccessLoggingSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts index 2c9f2aa8d4eb..28bffa57fb59 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } from "../models/models_0"; import { de_DisassociateUserSettingsCommand, se_DisassociateUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts index ef87e71cec2f..b988ac608b4f 100644 --- a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetBrowserSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts index 9dfad3cb3ad7..c2c114501830 100644 --- a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIdentityProviderRequest, diff --git a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts index f625f3612315..c6d5093979a6 100644 --- a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetIpAccessSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts index bd9d253af7cb..f57a0cc345d0 100644 --- a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models/models_0"; import { de_GetNetworkSettingsCommand, se_GetNetworkSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts index ae7d26bed894..920549a804fc 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPortalRequest, GetPortalResponse, GetPortalResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetPortalCommand, se_GetPortalCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts index fa79c9e14fb7..f29f322b4dc9 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetPortalServiceProviderMetadataRequest, GetPortalServiceProviderMetadataResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts index f652eb4c04c8..b10575b9f549 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } from "../models/models_0"; import { de_GetTrustStoreCertificateCommand, se_GetTrustStoreCertificateCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts index 38b0c5d07466..c3f6beca04ba 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTrustStoreRequest, GetTrustStoreResponse } from "../models/models_0"; import { de_GetTrustStoreCommand, se_GetTrustStoreCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts index b2da8b697c6a..8e71ec31c377 100644 --- a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUserAccessLoggingSettingsRequest, GetUserAccessLoggingSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts index 972ef96d74b2..1624a0d47b1f 100644 --- a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_0"; import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts index 38c5a676515c..f280b11f23ca 100644 --- a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListBrowserSettingsRequest, ListBrowserSettingsResponse } from "../models/models_0"; import { de_ListBrowserSettingsCommand, se_ListBrowserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts index 26ca5743613c..37664a527261 100644 --- a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIdentityProvidersRequest, diff --git a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts index 13bf9e23090e..34dc97d83bbb 100644 --- a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListIpAccessSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts index b3c478023f4a..accfd8f5bd24 100644 --- a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListNetworkSettingsRequest, ListNetworkSettingsResponse } from "../models/models_0"; import { de_ListNetworkSettingsCommand, se_ListNetworkSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts index 2c8ddac5f272..57f67b1ea06c 100644 --- a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListPortalsRequest, ListPortalsResponse, ListPortalsResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts index 87200ec8e8f5..b142d10a75b3 100644 --- a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts index e1f6f918d9c1..25a08d2d1cc0 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrustStoreCertificatesRequest, ListTrustStoreCertificatesResponse } from "../models/models_0"; import { de_ListTrustStoreCertificatesCommand, se_ListTrustStoreCertificatesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts index 25ef24c16e03..a9c2f196e876 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTrustStoresRequest, ListTrustStoresResponse } from "../models/models_0"; import { de_ListTrustStoresCommand, se_ListTrustStoresCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts index 1f4edda77880..58b66cf2b990 100644 --- a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUserAccessLoggingSettingsRequest, ListUserAccessLoggingSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts index 53fa7b87892c..4bfa95ba635b 100644 --- a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListUserSettingsRequest, ListUserSettingsResponse } from "../models/models_0"; import { de_ListUserSettingsCommand, se_ListUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts index 212c422498b2..c7e1a22c5f02 100644 --- a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts index fd0c4072e016..5401d3b77c26 100644 --- a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, diff --git a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts index 12d2535ca037..cdf99f38d5d4 100644 --- a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateBrowserSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts index c923a505abbe..7c0128f3ab23 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIdentityProviderRequest, diff --git a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts index 374fbc44f4e8..f3ca4c0c5b86 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateIpAccessSettingsRequest, diff --git a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts index ed533e2c79c9..57bc0c03863b 100644 --- a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } from "../models/models_0"; import { de_UpdateNetworkSettingsCommand, se_UpdateNetworkSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts index 8753d92f618a..93b1f9bd327d 100644 --- a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdatePortalRequest, diff --git a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts index 39766f3e94a0..07ad428ee743 100644 --- a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateTrustStoreRequest, UpdateTrustStoreResponse } from "../models/models_0"; import { de_UpdateTrustStoreCommand, se_UpdateTrustStoreCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts index 1b6925e02ce8..828f53cc844e 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserAccessLoggingSettingsRequest, UpdateUserAccessLoggingSettingsResponse } from "../models/models_0"; import { diff --git a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts index 42ae785f2ed9..3ad85f2a7a8d 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models/models_0"; import { de_UpdateUserSettingsCommand, se_UpdateUserSettingsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-workspaces-web/src/endpoint/EndpointParameters.ts b/clients/client-workspaces-web/src/endpoint/EndpointParameters.ts index baeed40f352b..811bdc9e43c0 100644 --- a/clients/client-workspaces-web/src/endpoint/EndpointParameters.ts +++ b/clients/client-workspaces-web/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-workspaces-web/src/endpoint/endpointResolver.ts b/clients/client-workspaces-web/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-workspaces-web/src/endpoint/endpointResolver.ts +++ b/clients/client-workspaces-web/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-workspaces-web/src/endpoint/ruleset.ts b/clients/client-workspaces-web/src/endpoint/ruleset.ts index 20db1eba1f89..d10f680cc841 100644 --- a/clients/client-workspaces-web/src/endpoint/ruleset.ts +++ b/clients/client-workspaces-web/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts b/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts index 6fff2cf35a55..096e75388f96 100644 --- a/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts +++ b/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-workspaces-web/src/models/models_0.ts b/clients/client-workspaces-web/src/models/models_0.ts index 928b643f136c..443a4d094a8d 100644 --- a/clients/client-workspaces-web/src/models/models_0.ts +++ b/clients/client-workspaces-web/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException"; diff --git a/clients/client-workspaces-web/src/pagination/Interfaces.ts b/clients/client-workspaces-web/src/pagination/Interfaces.ts index 436ab6f2c3ee..7899b1aec1c3 100644 --- a/clients/client-workspaces-web/src/pagination/Interfaces.ts +++ b/clients/client-workspaces-web/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WorkSpacesWebClient } from "../WorkSpacesWebClient"; diff --git a/clients/client-workspaces-web/src/pagination/ListBrowserSettingsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListBrowserSettingsPaginator.ts index 3cec13b9f734..97627b655e2d 100644 --- a/clients/client-workspaces-web/src/pagination/ListBrowserSettingsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListBrowserSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListBrowserSettingsCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListIdentityProvidersPaginator.ts b/clients/client-workspaces-web/src/pagination/ListIdentityProvidersPaginator.ts index 6906e2a3bab1..bde3bf7e16a1 100644 --- a/clients/client-workspaces-web/src/pagination/ListIdentityProvidersPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListIdentityProvidersPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIdentityProvidersCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListIpAccessSettingsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListIpAccessSettingsPaginator.ts index aa0346f352f9..32ee854aa198 100644 --- a/clients/client-workspaces-web/src/pagination/ListIpAccessSettingsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListIpAccessSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListIpAccessSettingsCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListNetworkSettingsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListNetworkSettingsPaginator.ts index 0cf564e9d7f6..dc03fabb947c 100644 --- a/clients/client-workspaces-web/src/pagination/ListNetworkSettingsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListNetworkSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListNetworkSettingsCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListPortalsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListPortalsPaginator.ts index c8614473cc44..3b3f6458ec04 100644 --- a/clients/client-workspaces-web/src/pagination/ListPortalsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListPortalsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListPortalsCommand, ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand"; import { WorkSpacesWebClient } from "../WorkSpacesWebClient"; diff --git a/clients/client-workspaces-web/src/pagination/ListTrustStoreCertificatesPaginator.ts b/clients/client-workspaces-web/src/pagination/ListTrustStoreCertificatesPaginator.ts index d83e0c0ef84d..21fd6addc238 100644 --- a/clients/client-workspaces-web/src/pagination/ListTrustStoreCertificatesPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListTrustStoreCertificatesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrustStoreCertificatesCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListTrustStoresPaginator.ts b/clients/client-workspaces-web/src/pagination/ListTrustStoresPaginator.ts index 769524a21ad6..1dc93e287dfa 100644 --- a/clients/client-workspaces-web/src/pagination/ListTrustStoresPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListTrustStoresPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTrustStoresCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListUserAccessLoggingSettingsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListUserAccessLoggingSettingsPaginator.ts index c95493bf9649..b4fd67e62c4c 100644 --- a/clients/client-workspaces-web/src/pagination/ListUserAccessLoggingSettingsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListUserAccessLoggingSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserAccessLoggingSettingsCommand, diff --git a/clients/client-workspaces-web/src/pagination/ListUserSettingsPaginator.ts b/clients/client-workspaces-web/src/pagination/ListUserSettingsPaginator.ts index 038b533bfda1..482edfdfff1e 100644 --- a/clients/client-workspaces-web/src/pagination/ListUserSettingsPaginator.ts +++ b/clients/client-workspaces-web/src/pagination/ListUserSettingsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListUserSettingsCommand, diff --git a/clients/client-workspaces-web/src/protocols/Aws_restJson1.ts b/clients/client-workspaces-web/src/protocols/Aws_restJson1.ts index d35c03176953..6c06985b04ec 100644 --- a/clients/client-workspaces-web/src/protocols/Aws_restJson1.ts +++ b/clients/client-workspaces-web/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -14,10 +15,12 @@ import { strictParseInt32 as __strictParseInt32, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/clients/client-workspaces-web/src/runtimeConfig.browser.ts b/clients/client-workspaces-web/src/runtimeConfig.browser.ts index 19209e88226d..3d6b4a20f73f 100644 --- a/clients/client-workspaces-web/src/runtimeConfig.browser.ts +++ b/clients/client-workspaces-web/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkSpacesWebClientConfig } from "./WorkSpacesWebClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-workspaces-web/src/runtimeConfig.shared.ts b/clients/client-workspaces-web/src/runtimeConfig.shared.ts index 91f2c599eacb..5ea435d5a561 100644 --- a/clients/client-workspaces-web/src/runtimeConfig.shared.ts +++ b/clients/client-workspaces-web/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkSpacesWebClientConfig } from "./WorkSpacesWebClient"; diff --git a/clients/client-workspaces-web/src/runtimeConfig.ts b/clients/client-workspaces-web/src/runtimeConfig.ts index 4af4bc0599cc..0d1ad1c8caa4 100644 --- a/clients/client-workspaces-web/src/runtimeConfig.ts +++ b/clients/client-workspaces-web/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkSpacesWebClientConfig } from "./WorkSpacesWebClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 30cefaabec51..9e84629ee51f 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-workspaces/src/WorkSpaces.ts b/clients/client-workspaces/src/WorkSpaces.ts index e23eba8abd96..a30667f0d36d 100644 --- a/clients/client-workspaces/src/WorkSpaces.ts +++ b/clients/client-workspaces/src/WorkSpaces.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AssociateConnectionAliasCommand, diff --git a/clients/client-workspaces/src/WorkSpacesClient.ts b/clients/client-workspaces/src/WorkSpacesClient.ts index 1ab3dc970e96..277fbbdbb0ba 100644 --- a/clients/client-workspaces/src/WorkSpacesClient.ts +++ b/clients/client-workspaces/src/WorkSpacesClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -411,7 +409,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -520,7 +518,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts index 703fb1813ce9..9b41a3591c5f 100644 --- a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0"; import { de_AssociateConnectionAliasCommand, se_AssociateConnectionAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts index 447f5d47ec66..b7c3e65e191b 100644 --- a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0"; import { de_AssociateIpGroupsCommand, se_AssociateIpGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts index ec786fb85040..7d9275fe6584 100644 --- a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0"; import { de_AuthorizeIpRulesCommand, se_AuthorizeIpRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts index 1e84f15c36f9..7100b4d5015c 100644 --- a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0"; import { de_CopyWorkspaceImageCommand, se_CopyWorkspaceImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts index d8a631cf2556..d01733fb50c2 100644 --- a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0"; import { de_CreateConnectClientAddInCommand, se_CreateConnectClientAddInCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts index f9d9d0825662..2a77cea348e6 100644 --- a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0"; import { de_CreateConnectionAliasCommand, se_CreateConnectionAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts index 2956a8eaaed8..5cb5f88366d6 100644 --- a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0"; import { de_CreateIpGroupCommand, se_CreateIpGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts index 41200ce6d72e..0f2cbd05f57b 100644 --- a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateStandbyWorkspacesRequest, CreateStandbyWorkspacesResult } from "../models/models_0"; import { de_CreateStandbyWorkspacesCommand, se_CreateStandbyWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateTagsCommand.ts b/clients/client-workspaces/src/commands/CreateTagsCommand.ts index 2e224517a506..88f96d6cd17e 100644 --- a/clients/client-workspaces/src/commands/CreateTagsCommand.ts +++ b/clients/client-workspaces/src/commands/CreateTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateTagsRequest, CreateTagsResult } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts index b4ac9b9e84a9..309867c79f64 100644 --- a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0"; import { de_CreateUpdatedWorkspaceImageCommand, se_CreateUpdatedWorkspaceImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts index 92ce6c179c35..6c868f3983b4 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0"; import { de_CreateWorkspaceBundleCommand, se_CreateWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts index ee5e5dfffe14..49f992dee2e3 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0"; import { de_CreateWorkspaceImageCommand, se_CreateWorkspaceImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts index a488b5025c01..f04fa73c8a31 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0"; import { de_CreateWorkspacesCommand, se_CreateWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts index ab3d6030ad11..a6c55064c941 100644 --- a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteClientBrandingRequest, DeleteClientBrandingResult } from "../models/models_0"; import { de_DeleteClientBrandingCommand, se_DeleteClientBrandingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts index c19e8fc64e58..cb5a00fb9fa2 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0"; import { de_DeleteConnectClientAddInCommand, se_DeleteConnectClientAddInCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts index 2ec8c7c08e99..0fbc4ec7e232 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0"; import { de_DeleteConnectionAliasCommand, se_DeleteConnectionAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts index 817d03b7552c..3648c9e42e23 100644 --- a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteIpGroupRequest, DeleteIpGroupResult } from "../models/models_0"; import { de_DeleteIpGroupCommand, se_DeleteIpGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts index 7785c9cec8e3..5126f04873fa 100644 --- a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteTagsRequest, DeleteTagsResult } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts index 1de0084f21ba..d0512c998b56 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkspaceBundleRequest, DeleteWorkspaceBundleResult } from "../models/models_0"; import { de_DeleteWorkspaceBundleCommand, se_DeleteWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts index bc018aca5fcd..8f7c44a76dad 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteWorkspaceImageRequest, DeleteWorkspaceImageResult } from "../models/models_0"; import { de_DeleteWorkspaceImageCommand, se_DeleteWorkspaceImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts index 1c4ef150dd1f..523949648043 100644 --- a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeregisterWorkspaceDirectoryRequest, DeregisterWorkspaceDirectoryResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts index 6f4fb157dbcb..7542a4ec0759 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountRequest, DescribeAccountResult } from "../models/models_0"; import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts index 08d98fe7585d..61681168474b 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeAccountModificationsRequest, DescribeAccountModificationsResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts index dc102874b4d2..008712e62fbe 100644 --- a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClientBrandingRequest, DescribeClientBrandingResult } from "../models/models_0"; import { de_DescribeClientBrandingCommand, se_DescribeClientBrandingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts index 6f749e312772..c86835a5a342 100644 --- a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeClientPropertiesRequest, DescribeClientPropertiesResult } from "../models/models_0"; import { de_DescribeClientPropertiesCommand, se_DescribeClientPropertiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts index d1054b99d325..0883fb6131b2 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } from "../models/models_0"; import { de_DescribeConnectClientAddInsCommand, se_DescribeConnectClientAddInsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts index 1f4cf1747e15..9c36b3e69f3f 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConnectionAliasPermissionsRequest, diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts index 499fe6f654d4..2caf7b34a32f 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeConnectionAliasesRequest, DescribeConnectionAliasesResult } from "../models/models_0"; import { de_DescribeConnectionAliasesCommand, se_DescribeConnectionAliasesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts index 690462de1d27..9e747568daf9 100644 --- a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeIpGroupsRequest, DescribeIpGroupsResult } from "../models/models_0"; import { de_DescribeIpGroupsCommand, se_DescribeIpGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts index 35e5bdac3173..23eaa5e77443 100644 --- a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts index a7355d5491da..c6d687a0398b 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult } from "../models/models_0"; import { de_DescribeWorkspaceBundlesCommand, se_DescribeWorkspaceBundlesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts index 1af0645889a9..d86f563bd276 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspaceDirectoriesRequest, DescribeWorkspaceDirectoriesResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts index 268af15b5013..42b4e264a9bf 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspaceImagePermissionsRequest, DescribeWorkspaceImagePermissionsResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts index 98c8c085ac03..fa3c5322633a 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspaceImagesRequest, DescribeWorkspaceImagesResult } from "../models/models_0"; import { de_DescribeWorkspaceImagesCommand, se_DescribeWorkspaceImagesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts index 0dad6011ad9e..e1ddf90d3df7 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } from "../models/models_0"; import { de_DescribeWorkspaceSnapshotsCommand, se_DescribeWorkspaceSnapshotsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts index a10632248525..0a306aa85702 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/models_0"; import { de_DescribeWorkspacesCommand, se_DescribeWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts index 74b9fb59c08c..d64fa5722706 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DescribeWorkspacesConnectionStatusRequest, diff --git a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts index 40314fb7ea0f..57830673f204 100644 --- a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0"; import { de_DisassociateConnectionAliasCommand, se_DisassociateConnectionAliasCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts index 1a5c5c3ba4ab..f91d0721a532 100644 --- a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../models/models_0"; import { de_DisassociateIpGroupsCommand, se_DisassociateIpGroupsCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts index eed4067054df..f24c702cd9a3 100644 --- a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportClientBrandingRequest, ImportClientBrandingResult } from "../models/models_0"; import { de_ImportClientBrandingCommand, se_ImportClientBrandingCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts index 37d5ca832525..e7c6c259239c 100644 --- a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../models/models_0"; import { de_ImportWorkspaceImageCommand, se_ImportWorkspaceImageCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts index 3956a81e45f7..8fc224466beb 100644 --- a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts +++ b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListAvailableManagementCidrRangesRequest, ListAvailableManagementCidrRangesResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts index 24a98b46c3ce..6a995bde0f12 100644 --- a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/models_0"; import { de_MigrateWorkspaceCommand, se_MigrateWorkspaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts index 91dd6661923b..f8591822f524 100644 --- a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0"; import { de_ModifyAccountCommand, se_ModifyAccountCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts index f823a84af2ec..4ee46fc24630 100644 --- a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyCertificateBasedAuthPropertiesRequest, diff --git a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts index 008b7810d78a..98b65ae829c5 100644 --- a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0"; import { de_ModifyClientPropertiesCommand, se_ModifyClientPropertiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts index 4e15654296d3..85a3f2228db0 100644 --- a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0"; import { de_ModifySamlPropertiesCommand, se_ModifySamlPropertiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts index 0f910a377085..294915a3a964 100644 --- a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts index eeaba0004447..b23aa40428dc 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts index 00466384073d..225be5c8eedc 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts index dadadadad0f4..b01069030fae 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0"; import { de_ModifyWorkspacePropertiesCommand, se_ModifyWorkspacePropertiesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts index 19e780617244..0ce7256987ea 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0"; import { de_ModifyWorkspaceStateCommand, se_ModifyWorkspaceStateCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts index 9c4d74e00179..1a3385787481 100644 --- a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0"; import { de_RebootWorkspacesCommand, se_RebootWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts index 8633add81aab..a0724da4fc3c 100644 --- a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0"; import { de_RebuildWorkspacesCommand, se_RebuildWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts index 60e4dd773620..a4ba517dd05d 100644 --- a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0"; import { de_RegisterWorkspaceDirectoryCommand, se_RegisterWorkspaceDirectoryCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts index 9833d7975914..3a052837df7d 100644 --- a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0"; import { de_RestoreWorkspaceCommand, se_RestoreWorkspaceCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts index d4fcf562f671..2c585827b2a2 100644 --- a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0"; import { de_RevokeIpRulesCommand, se_RevokeIpRulesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts index 026712f87268..15248c77c282 100644 --- a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0"; import { de_StartWorkspacesCommand, se_StartWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts index 4f78dae667fe..35a9f64f246c 100644 --- a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0"; import { de_StopWorkspacesCommand, se_StopWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts index 13b64ba44894..7bf6c66d7305 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0"; import { de_TerminateWorkspacesCommand, se_TerminateWorkspacesCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts index 5d1c76b2467c..5abd603201cf 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0"; import { de_UpdateConnectClientAddInCommand, se_UpdateConnectClientAddInCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts index 919c57adefd2..083018a14f9d 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts index bcf52c90194c..37d9bad4f203 100644 --- a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/models_0"; import { de_UpdateRulesOfIpGroupCommand, se_UpdateRulesOfIpGroupCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts index 09f037d641c7..befc394856f9 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../models/models_0"; import { de_UpdateWorkspaceBundleCommand, se_UpdateWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts index ce714080a2ff..071945850c6e 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateWorkspaceImagePermissionRequest, UpdateWorkspaceImagePermissionResult } from "../models/models_0"; import { diff --git a/clients/client-workspaces/src/endpoint/EndpointParameters.ts b/clients/client-workspaces/src/endpoint/EndpointParameters.ts index 19323caa49f5..e0d902677ca8 100644 --- a/clients/client-workspaces/src/endpoint/EndpointParameters.ts +++ b/clients/client-workspaces/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-workspaces/src/endpoint/endpointResolver.ts b/clients/client-workspaces/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-workspaces/src/endpoint/endpointResolver.ts +++ b/clients/client-workspaces/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-workspaces/src/endpoint/ruleset.ts b/clients/client-workspaces/src/endpoint/ruleset.ts index c6e2351ca77f..e324fa3d91c3 100644 --- a/clients/client-workspaces/src/endpoint/ruleset.ts +++ b/clients/client-workspaces/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-workspaces/src/models/WorkSpacesServiceException.ts b/clients/client-workspaces/src/models/WorkSpacesServiceException.ts index 72d00146779d..dceb57f672bb 100644 --- a/clients/client-workspaces/src/models/WorkSpacesServiceException.ts +++ b/clients/client-workspaces/src/models/WorkSpacesServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts index f088cb65dbb2..2ad0762c0509 100644 --- a/clients/client-workspaces/src/models/models_0.ts +++ b/clients/client-workspaces/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException"; diff --git a/clients/client-workspaces/src/pagination/DescribeWorkspaceBundlesPaginator.ts b/clients/client-workspaces/src/pagination/DescribeWorkspaceBundlesPaginator.ts index 92bf874fce9b..9d3fdc0d66d2 100644 --- a/clients/client-workspaces/src/pagination/DescribeWorkspaceBundlesPaginator.ts +++ b/clients/client-workspaces/src/pagination/DescribeWorkspaceBundlesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeWorkspaceBundlesCommand, diff --git a/clients/client-workspaces/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts b/clients/client-workspaces/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts index 4095da6bb73d..4345d957eef7 100644 --- a/clients/client-workspaces/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +++ b/clients/client-workspaces/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeWorkspaceDirectoriesCommand, diff --git a/clients/client-workspaces/src/pagination/DescribeWorkspacesPaginator.ts b/clients/client-workspaces/src/pagination/DescribeWorkspacesPaginator.ts index 7eaa3f720d37..bc2119566cfc 100644 --- a/clients/client-workspaces/src/pagination/DescribeWorkspacesPaginator.ts +++ b/clients/client-workspaces/src/pagination/DescribeWorkspacesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { DescribeWorkspacesCommand, diff --git a/clients/client-workspaces/src/pagination/Interfaces.ts b/clients/client-workspaces/src/pagination/Interfaces.ts index 305773ff9b91..1717184fd280 100644 --- a/clients/client-workspaces/src/pagination/Interfaces.ts +++ b/clients/client-workspaces/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { WorkSpacesClient } from "../WorkSpacesClient"; diff --git a/clients/client-workspaces/src/protocols/Aws_json1_1.ts b/clients/client-workspaces/src/protocols/Aws_json1_1.ts index b17b7d0f0cde..04cd039bddc3 100644 --- a/clients/client-workspaces/src/protocols/Aws_json1_1.ts +++ b/clients/client-workspaces/src/protocols/Aws_json1_1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -9,10 +10,13 @@ import { parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AssociateConnectionAliasCommandInput, diff --git a/clients/client-workspaces/src/runtimeConfig.browser.ts b/clients/client-workspaces/src/runtimeConfig.browser.ts index 58d56b69c383..654591afd66d 100644 --- a/clients/client-workspaces/src/runtimeConfig.browser.ts +++ b/clients/client-workspaces/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkSpacesClientConfig } from "./WorkSpacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-workspaces/src/runtimeConfig.shared.ts b/clients/client-workspaces/src/runtimeConfig.shared.ts index 3afa4e6e4bb3..1a1aa8527e38 100644 --- a/clients/client-workspaces/src/runtimeConfig.shared.ts +++ b/clients/client-workspaces/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { WorkSpacesClientConfig } from "./WorkSpacesClient"; diff --git a/clients/client-workspaces/src/runtimeConfig.ts b/clients/client-workspaces/src/runtimeConfig.ts index 0a6fc272db65..166c196de83e 100644 --- a/clients/client-workspaces/src/runtimeConfig.ts +++ b/clients/client-workspaces/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WorkSpacesClientConfig } from "./WorkSpacesClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index ad3dc573af0d..2cfa8147042f 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -22,42 +22,43 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-endpoint": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", "@aws-sdk/util-endpoints": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-endpoint": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/clients/client-xray/src/XRay.ts b/clients/client-xray/src/XRay.ts index a01e86afe25d..bc0a82911a5d 100644 --- a/clients/client-xray/src/XRay.ts +++ b/clients/client-xray/src/XRay.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { BatchGetTracesCommand, diff --git a/clients/client-xray/src/XRayClient.ts b/clients/client-xray/src/XRayClient.ts index 11ecca5c6284..f45ebe494349 100644 --- a/clients/client-xray/src/XRayClient.ts +++ b/clients/client-xray/src/XRayClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; -import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -10,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -23,32 +19,34 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { RegionInputConfig, RegionResolvedConfig, resolveRegionConfig } from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { EndpointInputConfig, EndpointResolvedConfig, resolveEndpointConfig } from "@smithy/middleware-endpoint"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, EndpointV2 as __EndpointV2, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand"; @@ -201,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -310,7 +308,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/clients/client-xray/src/commands/BatchGetTracesCommand.ts b/clients/client-xray/src/commands/BatchGetTracesCommand.ts index ab0c2dc050ae..d9702aeefd9b 100644 --- a/clients/client-xray/src/commands/BatchGetTracesCommand.ts +++ b/clients/client-xray/src/commands/BatchGetTracesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0"; import { de_BatchGetTracesCommand, se_BatchGetTracesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/CreateGroupCommand.ts b/clients/client-xray/src/commands/CreateGroupCommand.ts index bb5c60c93b9e..5bbfc5c6beb2 100644 --- a/clients/client-xray/src/commands/CreateGroupCommand.ts +++ b/clients/client-xray/src/commands/CreateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateGroupRequest, CreateGroupResult } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts index d9f43697a20d..9107c1d79d18 100644 --- a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0"; import { de_CreateSamplingRuleCommand, se_CreateSamplingRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/DeleteGroupCommand.ts b/clients/client-xray/src/commands/DeleteGroupCommand.ts index 87bd71f18e9f..589b17d1ab38 100644 --- a/clients/client-xray/src/commands/DeleteGroupCommand.ts +++ b/clients/client-xray/src/commands/DeleteGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts index a578b18ae146..c93211ae9211 100644 --- a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts index 777b75b39213..19636e10ccbd 100644 --- a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/models_0"; import { de_DeleteSamplingRuleCommand, se_DeleteSamplingRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts index cb6afeea9c92..420934d03b48 100644 --- a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models/models_0"; import { de_GetEncryptionConfigCommand, se_GetEncryptionConfigCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetGroupCommand.ts b/clients/client-xray/src/commands/GetGroupCommand.ts index c841152971b8..ef198b6d3ae9 100644 --- a/clients/client-xray/src/commands/GetGroupCommand.ts +++ b/clients/client-xray/src/commands/GetGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupRequest, GetGroupResult } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetGroupsCommand.ts b/clients/client-xray/src/commands/GetGroupsCommand.ts index 9597e42e8359..98adb1d1609a 100644 --- a/clients/client-xray/src/commands/GetGroupsCommand.ts +++ b/clients/client-xray/src/commands/GetGroupsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetGroupsRequest, GetGroupsResult } from "../models/models_0"; import { de_GetGroupsCommand, se_GetGroupsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetInsightCommand.ts b/clients/client-xray/src/commands/GetInsightCommand.ts index 6f0cec16c6c3..3946eeba5446 100644 --- a/clients/client-xray/src/commands/GetInsightCommand.ts +++ b/clients/client-xray/src/commands/GetInsightCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightRequest, GetInsightResult } from "../models/models_0"; import { de_GetInsightCommand, se_GetInsightCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetInsightEventsCommand.ts b/clients/client-xray/src/commands/GetInsightEventsCommand.ts index 0dee2a23accb..5b7026914994 100644 --- a/clients/client-xray/src/commands/GetInsightEventsCommand.ts +++ b/clients/client-xray/src/commands/GetInsightEventsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/models_0"; import { de_GetInsightEventsCommand, se_GetInsightEventsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts index cd4e57b3449d..c7bc9c7e37c5 100644 --- a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts +++ b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../models/models_0"; import { de_GetInsightImpactGraphCommand, se_GetInsightImpactGraphCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts index cbda4e47c053..d5e2afe5fcfb 100644 --- a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models/models_0"; import { de_GetInsightSummariesCommand, se_GetInsightSummariesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts index 56e6118d7311..01fd5c5fb355 100644 --- a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/models_0"; import { de_GetSamplingRulesCommand, se_GetSamplingRulesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts index 8ccd92f92913..702b554fc91a 100644 --- a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSamplingStatisticSummariesRequest, GetSamplingStatisticSummariesResult } from "../models/models_0"; import { diff --git a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts index 65ea2504c0a6..f697c0884b18 100644 --- a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/models_0"; import { de_GetSamplingTargetsCommand, se_GetSamplingTargetsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetServiceGraphCommand.ts b/clients/client-xray/src/commands/GetServiceGraphCommand.ts index 2966b6f44370..17df8f3c86ba 100644 --- a/clients/client-xray/src/commands/GetServiceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetServiceGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_0"; import { de_GetServiceGraphCommand, se_GetServiceGraphCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts index f2f0f700f6ab..914a690b143d 100644 --- a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +++ b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTimeSeriesServiceStatisticsRequest, GetTimeSeriesServiceStatisticsResult } from "../models/models_0"; import { diff --git a/clients/client-xray/src/commands/GetTraceGraphCommand.ts b/clients/client-xray/src/commands/GetTraceGraphCommand.ts index 808f9a5279a7..3dfabb1fa89e 100644 --- a/clients/client-xray/src/commands/GetTraceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetTraceGraphCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0"; import { de_GetTraceGraphCommand, se_GetTraceGraphCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts index 66a14715c34b..b4794435a50c 100644 --- a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GetTraceSummariesRequest, GetTraceSummariesResult } from "../models/models_0"; import { de_GetTraceSummariesCommand, se_GetTraceSummariesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts index ae7ba21ff805..59003862ec34 100644 --- a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts +++ b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListResourcePoliciesRequest, ListResourcePoliciesResult } from "../models/models_0"; import { de_ListResourcePoliciesCommand, se_ListResourcePoliciesCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts index dc5230697262..472f119ec8ae 100644 --- a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts index 07b03d4cb12f..83ab455659f3 100644 --- a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutEncryptionConfigRequest, PutEncryptionConfigResult } from "../models/models_0"; import { de_PutEncryptionConfigCommand, se_PutEncryptionConfigCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts index 634636123bcb..55925c37c167 100644 --- a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutResourcePolicyRequest, PutResourcePolicyResult } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts index 66ff1dd8d74e..cf766e35ede9 100644 --- a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts +++ b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutTelemetryRecordsRequest, PutTelemetryRecordsResult } from "../models/models_0"; import { de_PutTelemetryRecordsCommand, se_PutTelemetryRecordsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts index bf7a54b2d9a6..1433352e3456 100644 --- a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts +++ b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PutTraceSegmentsRequest, PutTraceSegmentsResult } from "../models/models_0"; import { de_PutTraceSegmentsCommand, se_PutTraceSegmentsCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/TagResourceCommand.ts b/clients/client-xray/src/commands/TagResourceCommand.ts index 2589443c4f03..aa5938f980fd 100644 --- a/clients/client-xray/src/commands/TagResourceCommand.ts +++ b/clients/client-xray/src/commands/TagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/UntagResourceCommand.ts b/clients/client-xray/src/commands/UntagResourceCommand.ts index 39ca9ee21905..df4d180ff341 100644 --- a/clients/client-xray/src/commands/UntagResourceCommand.ts +++ b/clients/client-xray/src/commands/UntagResourceCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/UpdateGroupCommand.ts b/clients/client-xray/src/commands/UpdateGroupCommand.ts index 20082d3c6e5b..5cbf1d91223e 100644 --- a/clients/client-xray/src/commands/UpdateGroupCommand.ts +++ b/clients/client-xray/src/commands/UpdateGroupCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts index a2d5451b1c0f..712358582313 100644 --- a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { EndpointParameterInstructions, getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UpdateSamplingRuleRequest, UpdateSamplingRuleResult } from "../models/models_0"; import { de_UpdateSamplingRuleCommand, se_UpdateSamplingRuleCommand } from "../protocols/Aws_restJson1"; diff --git a/clients/client-xray/src/endpoint/EndpointParameters.ts b/clients/client-xray/src/endpoint/EndpointParameters.ts index 7838af75bf6c..45605ecf632c 100644 --- a/clients/client-xray/src/endpoint/EndpointParameters.ts +++ b/clients/client-xray/src/endpoint/EndpointParameters.ts @@ -1,6 +1,5 @@ // smithy-typescript generated code -import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types"; -import { Endpoint, Provider } from "@smithy/types"; +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types"; export interface ClientInputEndpointParameters { region?: string | Provider; diff --git a/clients/client-xray/src/endpoint/endpointResolver.ts b/clients/client-xray/src/endpoint/endpointResolver.ts index 4a70bb06b40a..3fbea60c40b6 100644 --- a/clients/client-xray/src/endpoint/endpointResolver.ts +++ b/clients/client-xray/src/endpoint/endpointResolver.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { EndpointV2, Logger } from "@aws-sdk/types"; import { EndpointParams, resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { EndpointV2, Logger } from "@smithy/types"; import { EndpointParameters } from "./EndpointParameters"; import { ruleSet } from "./ruleset"; diff --git a/clients/client-xray/src/endpoint/ruleset.ts b/clients/client-xray/src/endpoint/ruleset.ts index 8458c70dc2e1..939dfd01c9ab 100644 --- a/clients/client-xray/src/endpoint/ruleset.ts +++ b/clients/client-xray/src/endpoint/ruleset.ts @@ -1,6 +1,6 @@ // @ts-nocheck // generated code, do not edit -import { RuleSetObject } from "@aws-sdk/util-endpoints"; +import { RuleSetObject } from "@smithy/types"; /* This file is compressed. Log this object or see "smithy.rules#endpointRuleSet" diff --git a/clients/client-xray/src/models/XRayServiceException.ts b/clients/client-xray/src/models/XRayServiceException.ts index 49317916efa8..d574d820c61b 100644 --- a/clients/client-xray/src/models/XRayServiceException.ts +++ b/clients/client-xray/src/models/XRayServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/clients/client-xray/src/models/models_0.ts b/clients/client-xray/src/models/models_0.ts index aa21ac314455..5fbff0c6b48e 100644 --- a/clients/client-xray/src/models/models_0.ts +++ b/clients/client-xray/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { XRayServiceException as __BaseException } from "./XRayServiceException"; diff --git a/clients/client-xray/src/pagination/BatchGetTracesPaginator.ts b/clients/client-xray/src/pagination/BatchGetTracesPaginator.ts index cb132c0f410a..5691982981e6 100644 --- a/clients/client-xray/src/pagination/BatchGetTracesPaginator.ts +++ b/clients/client-xray/src/pagination/BatchGetTracesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { BatchGetTracesCommand, diff --git a/clients/client-xray/src/pagination/GetGroupsPaginator.ts b/clients/client-xray/src/pagination/GetGroupsPaginator.ts index e2989ba7cadc..3ee8e4d7c09e 100644 --- a/clients/client-xray/src/pagination/GetGroupsPaginator.ts +++ b/clients/client-xray/src/pagination/GetGroupsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetGroupsCommand, GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand"; import { XRayClient } from "../XRayClient"; diff --git a/clients/client-xray/src/pagination/GetInsightEventsPaginator.ts b/clients/client-xray/src/pagination/GetInsightEventsPaginator.ts index 53651af8e3d8..425a8ce6ae10 100644 --- a/clients/client-xray/src/pagination/GetInsightEventsPaginator.ts +++ b/clients/client-xray/src/pagination/GetInsightEventsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInsightEventsCommand, diff --git a/clients/client-xray/src/pagination/GetInsightSummariesPaginator.ts b/clients/client-xray/src/pagination/GetInsightSummariesPaginator.ts index c629af778d18..697cb9b54eea 100644 --- a/clients/client-xray/src/pagination/GetInsightSummariesPaginator.ts +++ b/clients/client-xray/src/pagination/GetInsightSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetInsightSummariesCommand, diff --git a/clients/client-xray/src/pagination/GetSamplingRulesPaginator.ts b/clients/client-xray/src/pagination/GetSamplingRulesPaginator.ts index 0c59dba6fa74..83cb54f5ff37 100644 --- a/clients/client-xray/src/pagination/GetSamplingRulesPaginator.ts +++ b/clients/client-xray/src/pagination/GetSamplingRulesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSamplingRulesCommand, diff --git a/clients/client-xray/src/pagination/GetSamplingStatisticSummariesPaginator.ts b/clients/client-xray/src/pagination/GetSamplingStatisticSummariesPaginator.ts index b29fae2080af..73cc4ea5b1aa 100644 --- a/clients/client-xray/src/pagination/GetSamplingStatisticSummariesPaginator.ts +++ b/clients/client-xray/src/pagination/GetSamplingStatisticSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetSamplingStatisticSummariesCommand, diff --git a/clients/client-xray/src/pagination/GetServiceGraphPaginator.ts b/clients/client-xray/src/pagination/GetServiceGraphPaginator.ts index 415e202cfa17..c4b50d316b30 100644 --- a/clients/client-xray/src/pagination/GetServiceGraphPaginator.ts +++ b/clients/client-xray/src/pagination/GetServiceGraphPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetServiceGraphCommand, diff --git a/clients/client-xray/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts b/clients/client-xray/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts index 8d425fd8b8f3..9eebb3420441 100644 --- a/clients/client-xray/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts +++ b/clients/client-xray/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTimeSeriesServiceStatisticsCommand, diff --git a/clients/client-xray/src/pagination/GetTraceGraphPaginator.ts b/clients/client-xray/src/pagination/GetTraceGraphPaginator.ts index 7d9d42d80761..1b1ad69dd959 100644 --- a/clients/client-xray/src/pagination/GetTraceGraphPaginator.ts +++ b/clients/client-xray/src/pagination/GetTraceGraphPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTraceGraphCommand, diff --git a/clients/client-xray/src/pagination/GetTraceSummariesPaginator.ts b/clients/client-xray/src/pagination/GetTraceSummariesPaginator.ts index 41630e639737..53775642bec2 100644 --- a/clients/client-xray/src/pagination/GetTraceSummariesPaginator.ts +++ b/clients/client-xray/src/pagination/GetTraceSummariesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { GetTraceSummariesCommand, diff --git a/clients/client-xray/src/pagination/Interfaces.ts b/clients/client-xray/src/pagination/Interfaces.ts index a0f2e4d19947..233ae8580841 100644 --- a/clients/client-xray/src/pagination/Interfaces.ts +++ b/clients/client-xray/src/pagination/Interfaces.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { PaginationConfiguration } from "@aws-sdk/types"; +import { PaginationConfiguration } from "@smithy/types"; import { XRayClient } from "../XRayClient"; diff --git a/clients/client-xray/src/pagination/ListResourcePoliciesPaginator.ts b/clients/client-xray/src/pagination/ListResourcePoliciesPaginator.ts index a32a7e7655c5..a3b9fe2bdf3e 100644 --- a/clients/client-xray/src/pagination/ListResourcePoliciesPaginator.ts +++ b/clients/client-xray/src/pagination/ListResourcePoliciesPaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListResourcePoliciesCommand, diff --git a/clients/client-xray/src/pagination/ListTagsForResourcePaginator.ts b/clients/client-xray/src/pagination/ListTagsForResourcePaginator.ts index 0d332b01ff0d..ce4022bf066a 100644 --- a/clients/client-xray/src/pagination/ListTagsForResourcePaginator.ts +++ b/clients/client-xray/src/pagination/ListTagsForResourcePaginator.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { Paginator } from "@aws-sdk/types"; +import { Paginator } from "@smithy/types"; import { ListTagsForResourceCommand, diff --git a/clients/client-xray/src/protocols/Aws_restJson1.ts b/clients/client-xray/src/protocols/Aws_restJson1.ts index cd6d1ea1a19b..e2ad027e3ea6 100644 --- a/clients/client-xray/src/protocols/Aws_restJson1.ts +++ b/clients/client-xray/src/protocols/Aws_restJson1.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -17,10 +18,12 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand"; import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand"; diff --git a/clients/client-xray/src/runtimeConfig.browser.ts b/clients/client-xray/src/runtimeConfig.browser.ts index 43a0732397f7..4df55519c9b2 100644 --- a/clients/client-xray/src/runtimeConfig.browser.ts +++ b/clients/client-xray/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { XRayClientConfig } from "./XRayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/clients/client-xray/src/runtimeConfig.shared.ts b/clients/client-xray/src/runtimeConfig.shared.ts index 5093f428d2fa..c3074393c343 100644 --- a/clients/client-xray/src/runtimeConfig.shared.ts +++ b/clients/client-xray/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultEndpointResolver } from "./endpoint/endpointResolver"; import { XRayClientConfig } from "./XRayClient"; diff --git a/clients/client-xray/src/runtimeConfig.ts b/clients/client-xray/src/runtimeConfig.ts index 0a9d7770e9da..ab1e669ac62d 100644 --- a/clients/client-xray/src/runtimeConfig.ts +++ b/clients/client-xray/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { XRayClientConfig } from "./XRayClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-echo-service/package.json b/private/aws-echo-service/package.json index 1977a3a6419a..2730c02d4519 100644 --- a/private/aws-echo-service/package.json +++ b/private/aws-echo-service/package.json @@ -19,39 +19,40 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-echo-service/src/EchoService.ts b/private/aws-echo-service/src/EchoService.ts index 4a6d8fce1535..26ed08c14923 100644 --- a/private/aws-echo-service/src/EchoService.ts +++ b/private/aws-echo-service/src/EchoService.ts @@ -2,8 +2,8 @@ import { EchoServiceClient, EchoServiceClientConfig } from "./EchoServiceClient"; import { EchoCommand, EchoCommandInput, EchoCommandOutput } from "./commands/EchoCommand"; import { LengthCommand, LengthCommandInput, LengthCommandOutput } from "./commands/LengthCommand"; -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; const commands = { EchoCommand, diff --git a/private/aws-echo-service/src/EchoServiceClient.ts b/private/aws-echo-service/src/EchoServiceClient.ts index b14e62212181..4add562f3c8c 100644 --- a/private/aws-echo-service/src/EchoServiceClient.ts +++ b/private/aws-echo-service/src/EchoServiceClient.ts @@ -2,12 +2,6 @@ import { EchoCommandInput, EchoCommandOutput } from "./commands/EchoCommand"; import { LengthCommandInput, LengthCommandOutput } from "./commands/LengthCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; -import { - CustomEndpointsInputConfig, - CustomEndpointsResolvedConfig, - resolveCustomEndpointsConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { HostHeaderInputConfig, HostHeaderResolvedConfig, @@ -16,37 +10,41 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry"; import { UserAgentInputConfig, UserAgentResolvedConfig, getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent"; +import { + CustomEndpointsInputConfig, + CustomEndpointsResolvedConfig, + resolveCustomEndpointsConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { Provider, BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, - UrlParser as __UrlParser, - UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector, + UrlParser as __UrlParser, + UserAgent as __UserAgent, } from "@smithy/types"; export { __Client }; @@ -71,7 +69,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -153,7 +151,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-echo-service/src/commands/EchoCommand.ts b/private/aws-echo-service/src/commands/EchoCommand.ts index bb58e6c1ff6c..66296e3a827d 100644 --- a/private/aws-echo-service/src/commands/EchoCommand.ts +++ b/private/aws-echo-service/src/commands/EchoCommand.ts @@ -2,8 +2,9 @@ import { EchoServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EchoServiceClient"; import { EchoInput, EchoOutput } from "../models/models_0"; import { de_EchoCommand, se_EchoCommand } from "../protocols/Aws_restJson1"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; /** * @public diff --git a/private/aws-echo-service/src/commands/LengthCommand.ts b/private/aws-echo-service/src/commands/LengthCommand.ts index a610b3b6e5e5..2323e0e7d801 100644 --- a/private/aws-echo-service/src/commands/LengthCommand.ts +++ b/private/aws-echo-service/src/commands/LengthCommand.ts @@ -2,8 +2,9 @@ import { EchoServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EchoServiceClient"; import { LengthInput, LengthOutput } from "../models/models_0"; import { de_LengthCommand, se_LengthCommand } from "../protocols/Aws_restJson1"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -11,9 +12,8 @@ import { MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; /** * @public diff --git a/private/aws-echo-service/src/models/EchoServiceServiceException.ts b/private/aws-echo-service/src/models/EchoServiceServiceException.ts index de80c3e28e80..f523bfc3ca6b 100644 --- a/private/aws-echo-service/src/models/EchoServiceServiceException.ts +++ b/private/aws-echo-service/src/models/EchoServiceServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-echo-service/src/models/models_0.ts b/private/aws-echo-service/src/models/models_0.ts index 28e58d815677..8f6eb5e0e351 100644 --- a/private/aws-echo-service/src/models/models_0.ts +++ b/private/aws-echo-service/src/models/models_0.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code import { EchoServiceServiceException as __BaseException } from "./EchoServiceServiceException"; -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; /** * @public diff --git a/private/aws-echo-service/src/protocols/Aws_restJson1.ts b/private/aws-echo-service/src/protocols/Aws_restJson1.ts index f587c712c431..c958353dafd0 100644 --- a/private/aws-echo-service/src/protocols/Aws_restJson1.ts +++ b/private/aws-echo-service/src/protocols/Aws_restJson1.ts @@ -3,6 +3,7 @@ import { EchoCommandInput, EchoCommandOutput } from "../commands/EchoCommand"; import { LengthCommandInput, LengthCommandOutput } from "../commands/LengthCommand"; import { EchoServiceServiceException as __BaseException } from "../models/EchoServiceServiceException"; import { PalindromeException } from "../models/models_0"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, @@ -15,10 +16,12 @@ import { map, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/smithy-client"; +import { + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; /** diff --git a/private/aws-echo-service/src/runtimeConfig.browser.ts b/private/aws-echo-service/src/runtimeConfig.browser.ts index 5f29fd8ea8fa..18197ac6ef80 100644 --- a/private/aws-echo-service/src/runtimeConfig.browser.ts +++ b/private/aws-echo-service/src/runtimeConfig.browser.ts @@ -3,14 +3,14 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EchoServiceClientConfig } from "./EchoServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-echo-service/src/runtimeConfig.shared.ts b/private/aws-echo-service/src/runtimeConfig.shared.ts index bdb5def7d20b..5db79fcb7091 100644 --- a/private/aws-echo-service/src/runtimeConfig.shared.ts +++ b/private/aws-echo-service/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EchoServiceClientConfig } from "./EchoServiceClient"; /** diff --git a/private/aws-echo-service/src/runtimeConfig.ts b/private/aws-echo-service/src/runtimeConfig.ts index f1408877dc5f..aeafd1dffe04 100644 --- a/private/aws-echo-service/src/runtimeConfig.ts +++ b/private/aws-echo-service/src/runtimeConfig.ts @@ -2,18 +2,18 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EchoServiceClientConfig } from "./EchoServiceClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-ec2/package.json b/private/aws-protocoltests-ec2/package.json index b7774171fe70..5185511c257c 100644 --- a/private/aws-protocoltests-ec2/package.json +++ b/private/aws-protocoltests-ec2/package.json @@ -19,40 +19,41 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-ec2/src/EC2Protocol.ts b/private/aws-protocoltests-ec2/src/EC2Protocol.ts index 3d3c2e618011..97fb9bb3bd0b 100644 --- a/private/aws-protocoltests-ec2/src/EC2Protocol.ts +++ b/private/aws-protocoltests-ec2/src/EC2Protocol.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DatetimeOffsetsCommand, diff --git a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts index 78052fd09b6c..198bb6aa7842 100644 --- a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts +++ b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,38 +7,45 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DatetimeOffsetsCommandInput, DatetimeOffsetsCommandOutput } from "./commands/DatetimeOffsetsCommand"; @@ -164,7 +162,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -268,7 +266,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts index 4003076f8d52..cbb6ccb50568 100644 --- a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { DatetimeOffsetsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts index a07cbb091651..c7fae54ffb36 100644 --- a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts index 569226a686bb..89cc0b2b8225 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_ec2"; diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts index 3f07794d67bd..fe3d9bd68a5d 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { HostLabelInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts index 684272fbef10..8cd3f96ce7d6 100644 --- a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { FractionalSecondsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts index 9eaa5468f069..d12d8ebcc504 100644 --- a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { GreetingWithErrorsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts index 86fa0aebf244..d563d110255f 100644 --- a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_ec2"; diff --git a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts index 68ad2e41177e..0351d7c01c06 100644 --- a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { IgnoresWrappingXmlNameOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts index 95a153a90efc..0c584de5d47a 100644 --- a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { NestedStructuresInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts index d387f23c1eea..b4dd9319d57a 100644 --- a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { NoInputAndOutputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 5d08b5bfdd35..d5ce3d857f38 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { QueryIdempotencyTokenAutoFillInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts index 340073ae0c19..c9fb626f5c99 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { QueryListsInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts index ac999eee6f06..324ff4ea2de1 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { QueryTimestampsInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts index 32adb46ebc18..e1de844a0cf2 100644 --- a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { RecursiveXmlShapesOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts index 755bf74e73fd..2085e3770650 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { SimpleInputParamsInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts index ad02533d38a1..bc6b08775ecd 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { SimpleScalarXmlPropertiesOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts index afe66292e75c..d1d3d8d5aeff 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlBlobsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts index e303829b2ce0..de5f9512b968 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlBlobsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts index 59c54faaa4e3..19c70057dcfe 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlListsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts index 0057ca3e8f82..7cd89ef9fc1c 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlEnumsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts index b618ac405fd1..5ca745948d0f 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlIntEnumsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts index 1d4d279289ef..a337217ebdbb 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlListsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts index 365351ce830a..b6babee7a6af 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlNamespacesOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts index f9dd2242e31f..0bf838abccac 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { XmlTimestampsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-ec2/src/endpoints.ts b/private/aws-protocoltests-ec2/src/endpoints.ts index a159bd7df32f..d123ea013ac8 100644 --- a/private/aws-protocoltests-ec2/src/endpoints.ts +++ b/private/aws-protocoltests-ec2/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts b/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts index 05659ed38679..20d091c19f15 100644 --- a/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts +++ b/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-ec2/src/models/models_0.ts b/private/aws-protocoltests-ec2/src/models/models_0.ts index 924b63a62599..b2c2132946bc 100644 --- a/private/aws-protocoltests-ec2/src/models/models_0.ts +++ b/private/aws-protocoltests-ec2/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { EC2ProtocolServiceException as __BaseException } from "./EC2ProtocolServiceException"; diff --git a/private/aws-protocoltests-ec2/src/protocols/Aws_ec2.ts b/private/aws-protocoltests-ec2/src/protocols/Aws_ec2.ts index 2391f77b761d..a0d22cfbf3a7 100644 --- a/private/aws-protocoltests-ec2/src/protocols/Aws_ec2.ts +++ b/private/aws-protocoltests-ec2/src/protocols/Aws_ec2.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -18,14 +23,13 @@ import { strictParseLong as __strictParseLong, strictParseShort as __strictParseShort, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/private/aws-protocoltests-ec2/src/runtimeConfig.browser.ts b/private/aws-protocoltests-ec2/src/runtimeConfig.browser.ts index 352f8200306a..5d2f726334c1 100644 --- a/private/aws-protocoltests-ec2/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-ec2/src/runtimeConfig.browser.ts @@ -3,15 +3,15 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2ProtocolClientConfig } from "./EC2ProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-ec2/src/runtimeConfig.shared.ts b/private/aws-protocoltests-ec2/src/runtimeConfig.shared.ts index ba12132f8ac8..d497dc79a36e 100644 --- a/private/aws-protocoltests-ec2/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-ec2/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EC2ProtocolClientConfig } from "./EC2ProtocolClient"; import { defaultRegionInfoProvider } from "./endpoints"; diff --git a/private/aws-protocoltests-ec2/src/runtimeConfig.ts b/private/aws-protocoltests-ec2/src/runtimeConfig.ts index 837781c4c312..cc7ad005af15 100644 --- a/private/aws-protocoltests-ec2/src/runtimeConfig.ts +++ b/private/aws-protocoltests-ec2/src/runtimeConfig.ts @@ -2,22 +2,22 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { EC2ProtocolClientConfig } from "./EC2ProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-ec2/test/functional/ec2query.spec.ts b/private/aws-protocoltests-ec2/test/functional/ec2query.spec.ts index 591c3ff66c73..2528899ed24c 100644 --- a/private/aws-protocoltests-ec2/test/functional/ec2query.spec.ts +++ b/private/aws-protocoltests-ec2/test/functional/ec2query.spec.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { Readable } from "stream"; import { DatetimeOffsetsCommand } from "../../src/commands/DatetimeOffsetsCommand"; diff --git a/private/aws-protocoltests-json-10/package.json b/private/aws-protocoltests-json-10/package.json index 2e1298b3b277..3f2f99d80f52 100644 --- a/private/aws-protocoltests-json-10/package.json +++ b/private/aws-protocoltests-json-10/package.json @@ -19,39 +19,40 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-json-10/src/JSONRPC10.ts b/private/aws-protocoltests-json-10/src/JSONRPC10.ts index 0f14fe0fec58..4aa5e7561fc8 100644 --- a/private/aws-protocoltests-json-10/src/JSONRPC10.ts +++ b/private/aws-protocoltests-json-10/src/JSONRPC10.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { EmptyInputAndEmptyOutputCommand, diff --git a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts index b2720c70a0be..a839dd15e11f 100644 --- a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts +++ b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,38 +7,45 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -113,7 +111,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -217,7 +215,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts index 5b0ed06f40b7..6e4e53d09edf 100644 --- a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts index 87ef668c07bf..3d436b9701c8 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_json1_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts index 087f1d3475ac..629a941c8347 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { EndpointWithHostLabelOperationInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts index ce1f32432e88..ef4f0f934640 100644 --- a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { GreetingWithErrorsInput, GreetingWithErrorsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts index 95be4506e032..cc1d90d9721e 100644 --- a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_json1_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts index 6134ea961322..5c65a9c2cabb 100644 --- a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { JsonUnionsInput, JsonUnionsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts index 0d867ca22ab8..f1a0d6c5f7a2 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_json1_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts index da84d6cf0025..713ccebd4334 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { NoInputAndOutputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts index a5a0c2a8fb8a..ebe500aa3c4c 100644 --- a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { SimpleScalarPropertiesInput, SimpleScalarPropertiesOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json-10/src/endpoints.ts b/private/aws-protocoltests-json-10/src/endpoints.ts index 181483ee5a9a..d4ba93af5abc 100644 --- a/private/aws-protocoltests-json-10/src/endpoints.ts +++ b/private/aws-protocoltests-json-10/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts b/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts index e466e7cf92e5..3e353f8a4c26 100644 --- a/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts +++ b/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-json-10/src/models/models_0.ts b/private/aws-protocoltests-json-10/src/models/models_0.ts index 1ee3ddef58f6..f5fa8e13c779 100644 --- a/private/aws-protocoltests-json-10/src/models/models_0.ts +++ b/private/aws-protocoltests-json-10/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { JSONRPC10ServiceException as __BaseException } from "./JSONRPC10ServiceException"; diff --git a/private/aws-protocoltests-json-10/src/protocols/Aws_json1_0.ts b/private/aws-protocoltests-json-10/src/protocols/Aws_json1_0.ts index 921bb2609dc4..a05c7f7b7abd 100644 --- a/private/aws-protocoltests-json-10/src/protocols/Aws_json1_0.ts +++ b/private/aws-protocoltests-json-10/src/protocols/Aws_json1_0.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -15,14 +20,13 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/private/aws-protocoltests-json-10/src/runtimeConfig.browser.ts b/private/aws-protocoltests-json-10/src/runtimeConfig.browser.ts index 2cd29bffa259..498f22348441 100644 --- a/private/aws-protocoltests-json-10/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-json-10/src/runtimeConfig.browser.ts @@ -3,15 +3,15 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { JSONRPC10ClientConfig } from "./JSONRPC10Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-json-10/src/runtimeConfig.shared.ts b/private/aws-protocoltests-json-10/src/runtimeConfig.shared.ts index 8d91cbf80059..a127f7381749 100644 --- a/private/aws-protocoltests-json-10/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-json-10/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultRegionInfoProvider } from "./endpoints"; import { JSONRPC10ClientConfig } from "./JSONRPC10Client"; diff --git a/private/aws-protocoltests-json-10/src/runtimeConfig.ts b/private/aws-protocoltests-json-10/src/runtimeConfig.ts index 9e009626cb6f..67e961c96690 100644 --- a/private/aws-protocoltests-json-10/src/runtimeConfig.ts +++ b/private/aws-protocoltests-json-10/src/runtimeConfig.ts @@ -2,22 +2,22 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { JSONRPC10ClientConfig } from "./JSONRPC10Client"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-json-10/test/functional/awsjson1_0.spec.ts b/private/aws-protocoltests-json-10/test/functional/awsjson1_0.spec.ts index bcb5473e9e4b..e5fa2373c08e 100644 --- a/private/aws-protocoltests-json-10/test/functional/awsjson1_0.spec.ts +++ b/private/aws-protocoltests-json-10/test/functional/awsjson1_0.spec.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { Readable } from "stream"; import { EmptyInputAndEmptyOutputCommand } from "../../src/commands/EmptyInputAndEmptyOutputCommand"; diff --git a/private/aws-protocoltests-json/package.json b/private/aws-protocoltests-json/package.json index 0583603d38ae..1cf13ed6318f 100644 --- a/private/aws-protocoltests-json/package.json +++ b/private/aws-protocoltests-json/package.json @@ -20,41 +20,42 @@ "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/client-sts": "*", - "@aws-sdk/config-resolver": "*", "@aws-sdk/credential-provider-node": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", "@aws-sdk/middleware-signing": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-json/src/JsonProtocol.ts b/private/aws-protocoltests-json/src/JsonProtocol.ts index b934bff31efa..dc8f5460ab44 100644 --- a/private/aws-protocoltests-json/src/JsonProtocol.ts +++ b/private/aws-protocoltests-json/src/JsonProtocol.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DatetimeOffsetsCommand, diff --git a/private/aws-protocoltests-json/src/JsonProtocolClient.ts b/private/aws-protocoltests-json/src/JsonProtocolClient.ts index 8b25a13a7c33..722a51f556cf 100644 --- a/private/aws-protocoltests-json/src/JsonProtocolClient.ts +++ b/private/aws-protocoltests-json/src/JsonProtocolClient.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,7 +7,6 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { AwsAuthInputConfig, AwsAuthResolvedConfig, @@ -29,32 +19,40 @@ import { UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { Credentials as __Credentials } from "@aws-sdk/types"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, - Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DatetimeOffsetsCommandInput, DatetimeOffsetsCommandOutput } from "./commands/DatetimeOffsetsCommand"; @@ -141,7 +139,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -256,7 +254,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts index 0eed6e096d66..f8531b8f7d04 100644 --- a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { DatetimeOffsetsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts index 45f75f410b51..2a0c326135e8 100644 --- a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_EmptyOperationCommand, se_EmptyOperationCommand } from "../protocols/Aws_json1_1"; diff --git a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts index 1b5b09fd3f13..0287f4a773d9 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_json1_1"; diff --git a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts index 90c031f9d6d2..798e63fab93d 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { HostLabelInput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts index 15968d06b87d..fcf9e8150c91 100644 --- a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { FractionalSecondsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts index ed00dddbcb5e..2475b5db4c9a 100644 --- a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { GreetingWithErrorsOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts index 7aa46e55d538..451e5e54cf57 100644 --- a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_json1_1"; diff --git a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts index 9180cdc3e962..4917334383c7 100644 --- a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { JsonEnumsInputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts index c4da50c1cfa9..db806ad8c878 100644 --- a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { UnionInputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts index a70cdc892aa8..224edac65378 100644 --- a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { KitchenSink } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts index e2a942c27d0f..2df12825ed44 100644 --- a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { NullOperationInputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts index d3f381b3e93d..54ff64ee0975 100644 --- a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts +++ b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { OperationWithOptionalInputOutputInput, OperationWithOptionalInputOutputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts index 0e0abfa0e1e6..d2a214eea2ab 100644 --- a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { PutAndGetInlineDocumentsInputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts index fb48c7247152..c1c85ba89d4b 100644 --- a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; diff --git a/private/aws-protocoltests-json/src/endpoints.ts b/private/aws-protocoltests-json/src/endpoints.ts index c2f084164820..0d17f55c69fc 100644 --- a/private/aws-protocoltests-json/src/endpoints.ts +++ b/private/aws-protocoltests-json/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts b/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts index 50949ba67dda..2c2bc5105b13 100644 --- a/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts +++ b/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-json/src/models/models_0.ts b/private/aws-protocoltests-json/src/models/models_0.ts index d861666d8bec..217ff3cde651 100644 --- a/private/aws-protocoltests-json/src/models/models_0.ts +++ b/private/aws-protocoltests-json/src/models/models_0.ts @@ -2,8 +2,8 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { JsonProtocolServiceException as __BaseException } from "./JsonProtocolServiceException"; diff --git a/private/aws-protocoltests-json/src/protocols/Aws_json1_1.ts b/private/aws-protocoltests-json/src/protocols/Aws_json1_1.ts index 225eaaa26294..7a573f1b1fde 100644 --- a/private/aws-protocoltests-json/src/protocols/Aws_json1_1.ts +++ b/private/aws-protocoltests-json/src/protocols/Aws_json1_1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -20,18 +25,14 @@ import { serializeFloat as __serializeFloat, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata, -} from "@aws-sdk/types"; -import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { DatetimeOffsetsCommandInput, DatetimeOffsetsCommandOutput } from "../commands/DatetimeOffsetsCommand"; diff --git a/private/aws-protocoltests-json/src/runtimeConfig.browser.ts b/private/aws-protocoltests-json/src/runtimeConfig.browser.ts index 621b4bb51023..e06436e0de40 100644 --- a/private/aws-protocoltests-json/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-json/src/runtimeConfig.browser.ts @@ -3,16 +3,16 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { invalidProvider } from "@aws-sdk/invalid-dependency"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { invalidProvider } from "@smithy/invalid-dependency"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { JsonProtocolClientConfig } from "./JsonProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-json/src/runtimeConfig.shared.ts b/private/aws-protocoltests-json/src/runtimeConfig.shared.ts index 3f4bea90e9a9..a049ce2db737 100644 --- a/private/aws-protocoltests-json/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-json/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultRegionInfoProvider } from "./endpoints"; import { JsonProtocolClientConfig } from "./JsonProtocolClient"; diff --git a/private/aws-protocoltests-json/src/runtimeConfig.ts b/private/aws-protocoltests-json/src/runtimeConfig.ts index 8bd6533873bf..aa0453c54a19 100644 --- a/private/aws-protocoltests-json/src/runtimeConfig.ts +++ b/private/aws-protocoltests-json/src/runtimeConfig.ts @@ -3,25 +3,25 @@ import packageInfo from "../package.json"; // eslint-disable-line import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { JsonProtocolClientConfig } from "./JsonProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-json/test/functional/awsjson1_1.spec.ts b/private/aws-protocoltests-json/test/functional/awsjson1_1.spec.ts index 5c847104fdcf..42cc2557650c 100644 --- a/private/aws-protocoltests-json/test/functional/awsjson1_1.spec.ts +++ b/private/aws-protocoltests-json/test/functional/awsjson1_1.spec.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { Readable } from "stream"; import { DatetimeOffsetsCommand } from "../../src/commands/DatetimeOffsetsCommand"; diff --git a/private/aws-protocoltests-query/package.json b/private/aws-protocoltests-query/package.json index ad31edc585b4..425828cd0cbb 100644 --- a/private/aws-protocoltests-query/package.json +++ b/private/aws-protocoltests-query/package.json @@ -19,40 +19,41 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-utf8": "^1.0.1", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-query/src/QueryProtocol.ts b/private/aws-protocoltests-query/src/QueryProtocol.ts index 1e3b90a7fa0b..17958415a4d7 100644 --- a/private/aws-protocoltests-query/src/QueryProtocol.ts +++ b/private/aws-protocoltests-query/src/QueryProtocol.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { DatetimeOffsetsCommand, diff --git a/private/aws-protocoltests-query/src/QueryProtocolClient.ts b/private/aws-protocoltests-query/src/QueryProtocolClient.ts index 723982cd4523..b886582d2874 100644 --- a/private/aws-protocoltests-query/src/QueryProtocolClient.ts +++ b/private/aws-protocoltests-query/src/QueryProtocolClient.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,38 +7,45 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { DatetimeOffsetsCommandInput, DatetimeOffsetsCommandOutput } from "./commands/DatetimeOffsetsCommand"; @@ -194,7 +192,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -298,7 +296,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts index ab03cceb8e0c..b2501b0f8ab2 100644 --- a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts index 7466964f0b24..e326e02bbbba 100644 --- a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts index 6018f7be678f..add3e5278b91 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; diff --git a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts index 46a6bb5ccaaf..99f629a44cab 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HostLabelInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts index c12dd02e3ea9..233aebf46aa8 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapOutput } from "../models/models_0"; import { de_FlattenedXmlMapCommand, se_FlattenedXmlMapCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index 1e53c032fbbe..2acff1603371 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapWithXmlNameOutput } from "../models/models_0"; import { de_FlattenedXmlMapWithXmlNameCommand, se_FlattenedXmlMapWithXmlNameCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index 3a2b6629d5be..0a32137a21bc 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapWithXmlNamespaceOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts index 5974bbb98125..99e527aed0ad 100644 --- a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts index 3e9af6532d59..7729e35f342a 100644 --- a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts index a1637c0390fd..4ed312e6f8ba 100644 --- a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; diff --git a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts index b0ff4a82869f..e89310872535 100644 --- a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IgnoresWrappingXmlNameOutput } from "../models/models_0"; import { de_IgnoresWrappingXmlNameCommand, se_IgnoresWrappingXmlNameCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts index 98552815e2f3..18d47577bdc1 100644 --- a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NestedStructuresInput } from "../models/models_0"; import { de_NestedStructuresCommand, se_NestedStructuresCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts index 03ac22540387..ac0cf3442aa0 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts index 957d2555af44..ad268adc0b43 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NoInputAndOutputInput, NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index acac69cd7203..517c633b5dab 100644 --- a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryIdempotencyTokenAutoFillInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts index fa517ceae059..25c6de2f7279 100644 --- a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryListsInput } from "../models/models_0"; import { de_QueryListsCommand, se_QueryListsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts index 6c751a4ada7d..2d51552cc610 100644 --- a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryMapsInput } from "../models/models_0"; import { de_QueryMapsCommand, se_QueryMapsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts index 2aa9b3b0ad1a..567743bda5b5 100644 --- a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryTimestampsInput } from "../models/models_0"; import { de_QueryTimestampsCommand, se_QueryTimestampsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts index 69b919e4bda9..b158671f656b 100644 --- a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RecursiveXmlShapesOutput } from "../models/models_0"; import { de_RecursiveXmlShapesCommand, se_RecursiveXmlShapesCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts index 285071eb4d22..839e097085b7 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SimpleInputParamsInput } from "../models/models_0"; import { de_SimpleInputParamsCommand, se_SimpleInputParamsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts index c32afe03a8e1..22247fdeaa0f 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SimpleScalarXmlPropertiesOutput } from "../models/models_0"; import { de_SimpleScalarXmlPropertiesCommand, se_SimpleScalarXmlPropertiesCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts index f943afd5ea98..ebbfa0a7f1e9 100644 --- a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlBlobsCommand, se_XmlBlobsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts index ee57ecf771a2..9fc25bd0c060 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlEmptyBlobsCommand, se_XmlEmptyBlobsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts index 87ba4e186493..8c22544342f2 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlListsOutput } from "../models/models_0"; import { de_XmlEmptyListsCommand, se_XmlEmptyListsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts index 2eb2431d7953..fa63080f01bc 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsOutput } from "../models/models_0"; import { de_XmlEmptyMapsCommand, se_XmlEmptyMapsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts index 3d3584577505..3ed80bc33909 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlEnumsOutput } from "../models/models_0"; import { de_XmlEnumsCommand, se_XmlEnumsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts index aee53acce220..13882560a6ce 100644 --- a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlIntEnumsOutput } from "../models/models_0"; import { de_XmlIntEnumsCommand, se_XmlIntEnumsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts index 8139e0ee0871..501549f78c9c 100644 --- a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlListsOutput } from "../models/models_0"; import { de_XmlListsCommand, se_XmlListsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts index ff189864e5e2..46c1e3917384 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsOutput } from "../models/models_0"; import { de_XmlMapsCommand, se_XmlMapsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts index 04ed6b1965ee..2b6349e7ea14 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsXmlNameOutput } from "../models/models_0"; import { de_XmlMapsXmlNameCommand, se_XmlMapsXmlNameCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts index 4d315671a0ad..2e346288e398 100644 --- a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlNamespacesOutput } from "../models/models_0"; import { de_XmlNamespacesCommand, se_XmlNamespacesCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts index 13a2eb05aa07..4ac390061987 100644 --- a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlTimestampsOutput } from "../models/models_0"; import { de_XmlTimestampsCommand, se_XmlTimestampsCommand } from "../protocols/Aws_query"; diff --git a/private/aws-protocoltests-query/src/endpoints.ts b/private/aws-protocoltests-query/src/endpoints.ts index f1b370d0cf62..c951ac49eaba 100644 --- a/private/aws-protocoltests-query/src/endpoints.ts +++ b/private/aws-protocoltests-query/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts b/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts index 6e859b9256be..e8be35d0c24d 100644 --- a/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts +++ b/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-query/src/models/models_0.ts b/private/aws-protocoltests-query/src/models/models_0.ts index 15c1403c986f..3e7a1e87e0ec 100644 --- a/private/aws-protocoltests-query/src/models/models_0.ts +++ b/private/aws-protocoltests-query/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { QueryProtocolServiceException as __BaseException } from "./QueryProtocolServiceException"; diff --git a/private/aws-protocoltests-query/src/protocols/Aws_query.ts b/private/aws-protocoltests-query/src/protocols/Aws_query.ts index 6539a29d7aed..9515f38e2500 100644 --- a/private/aws-protocoltests-query/src/protocols/Aws_query.ts +++ b/private/aws-protocoltests-query/src/protocols/Aws_query.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { collectBody, decorateServiceException as __decorateServiceException, @@ -18,14 +23,13 @@ import { strictParseLong as __strictParseLong, strictParseShort as __strictParseShort, withBaseException, -} from "@aws-sdk/smithy-client"; -import { HeaderBag as __HeaderBag, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + HeaderBag as __HeaderBag, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/private/aws-protocoltests-query/src/runtimeConfig.browser.ts b/private/aws-protocoltests-query/src/runtimeConfig.browser.ts index d52648622583..97ab096949d1 100644 --- a/private/aws-protocoltests-query/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-query/src/runtimeConfig.browser.ts @@ -3,15 +3,15 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QueryProtocolClientConfig } from "./QueryProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-query/src/runtimeConfig.shared.ts b/private/aws-protocoltests-query/src/runtimeConfig.shared.ts index 579a839ce1bb..bf56e0389004 100644 --- a/private/aws-protocoltests-query/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-query/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultRegionInfoProvider } from "./endpoints"; import { QueryProtocolClientConfig } from "./QueryProtocolClient"; diff --git a/private/aws-protocoltests-query/src/runtimeConfig.ts b/private/aws-protocoltests-query/src/runtimeConfig.ts index 3bc9058ce6ad..b9ca6ad630e1 100644 --- a/private/aws-protocoltests-query/src/runtimeConfig.ts +++ b/private/aws-protocoltests-query/src/runtimeConfig.ts @@ -2,22 +2,22 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { QueryProtocolClientConfig } from "./QueryProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-query/test/functional/awsquery.spec.ts b/private/aws-protocoltests-query/test/functional/awsquery.spec.ts index d153f091e035..73c3315387a1 100644 --- a/private/aws-protocoltests-query/test/functional/awsquery.spec.ts +++ b/private/aws-protocoltests-query/test/functional/awsquery.spec.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { Readable } from "stream"; import { DatetimeOffsetsCommand } from "../../src/commands/DatetimeOffsetsCommand"; diff --git a/private/aws-protocoltests-restjson/package.json b/private/aws-protocoltests-restjson/package.json index 7bfffb4ad26c..8de25d838e80 100644 --- a/private/aws-protocoltests-restjson/package.json +++ b/private/aws-protocoltests-restjson/package.json @@ -19,45 +19,46 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-blob-browser": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/hash-stream-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/md5-js": "*", - "@aws-sdk/middleware-apply-body-checksum": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/querystring-builder": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-blob-browser": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/hash-stream-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/md5-js": "^1.0.1", + "@smithy/middleware-apply-body-checksum": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/querystring-builder": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-restjson/src/RestJsonProtocol.ts b/private/aws-protocoltests-restjson/src/RestJsonProtocol.ts index 9e12166ca492..4ac2a9493060 100644 --- a/private/aws-protocoltests-restjson/src/RestJsonProtocol.ts +++ b/private/aws-protocoltests-restjson/src/RestJsonProtocol.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AllQueryStringTypesCommand, diff --git a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts index 2a9d7340655c..56e1d8047b34 100644 --- a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts +++ b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,40 +7,47 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, SdkStreamMixinInjector as __SdkStreamMixinInjector, + StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { Readable } from "stream"; @@ -497,7 +495,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -615,7 +613,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ md5?: __ChecksumConstructor | __HashConstructor; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; diff --git a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts index 626d452e4410..20ed65576d5f 100644 --- a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AllQueryStringTypesInput } from "../models/models_0"; import { de_AllQueryStringTypesCommand, se_AllQueryStringTypesCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts index 123d62b7ac27..b20f589135db 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConstantAndVariableQueryStringInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts index 37f52debb80f..470462b46e6d 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConstantQueryStringInput } from "../models/models_0"; import { de_ConstantQueryStringCommand, se_ConstantQueryStringCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts index ccce9fbb9c1f..4b691c5cb7bb 100644 --- a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts index a27cc392f4de..bcb8bcc995f8 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocumentTypeAsPayloadInputOutput } from "../models/models_0"; import { de_DocumentTypeAsPayloadCommand, se_DocumentTypeAsPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts index 71b0726304b5..8c2486d851fb 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DocumentTypeInputOutput } from "../models/models_0"; import { de_DocumentTypeCommand, se_DocumentTypeCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts index c86f6603308b..37cb3de4529c 100644 --- a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts index 8e3691a68f7c..5b0579375980 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts index 96349e1a3b6f..f660a2ff5bdb 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HostLabelInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts index 322cdb59e851..f797b57a8192 100644 --- a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts index a601f441de24..807d8b4c76aa 100644 --- a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts index aadb19b0f8a4..4987c3998fb0 100644 --- a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts index 3f5d55a5a4dc..b7134e86225c 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts @@ -1,7 +1,8 @@ // smithy-typescript generated code -import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum"; -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -9,9 +10,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpChecksumRequiredInputOutput } from "../models/models_0"; import { de_HttpChecksumRequiredCommand, se_HttpChecksumRequiredCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts index 9adb4302cdf2..ae64e04c2fcc 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EnumPayloadInput } from "../models/models_0"; import { de_HttpEnumPayloadCommand, se_HttpEnumPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts index e788ed5a4ec9..8c9748092f71 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { HttpPayloadTraitsInputOutput } from "../models/models_0"; import { de_HttpPayloadTraitsCommand, se_HttpPayloadTraitsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 48525171b767..43cec27e2d45 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { HttpPayloadTraitsWithMediaTypeInputOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts index 83f8b5537308..abf7626a66d9 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithStructureInputOutput } from "../models/models_0"; import { de_HttpPayloadWithStructureCommand, se_HttpPayloadWithStructureCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts index 6819b8333776..3a9bca720e31 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPrefixHeadersInput, HttpPrefixHeadersOutput } from "../models/models_0"; import { de_HttpPrefixHeadersCommand, se_HttpPrefixHeadersCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts index e0988d844efd..d684c1e2a5e9 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPrefixHeadersInResponseInput, HttpPrefixHeadersInResponseOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts index 586da78c3fa7..4f095eef76d6 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithFloatLabelsInput } from "../models/models_0"; import { de_HttpRequestWithFloatLabelsCommand, se_HttpRequestWithFloatLabelsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index 7f7b355f0b0b..9474e5431c03 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithGreedyLabelInPathInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index f0d30e1f3451..93277cd45769 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithLabelsAndTimestampFormatInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts index d4f34588834f..5d7479c0dbb6 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithLabelsInput } from "../models/models_0"; import { de_HttpRequestWithLabelsCommand, se_HttpRequestWithLabelsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts index 6ce791d0812d..17ddf7e6c124 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithRegexLiteralInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts index e7d36cc15858..b798910ca932 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpResponseCodeOutput } from "../models/models_0"; import { de_HttpResponseCodeCommand, se_HttpResponseCodeCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts index 6e6f335c2037..a8856e51b2a0 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StringPayloadInput } from "../models/models_0"; import { de_HttpStringPayloadCommand, se_HttpStringPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts index c7f70a8d59cf..f6af5b07ed52 100644 --- a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IgnoreQueryParamsInResponseOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts index f163559ef0d4..00f86520dc00 100644 --- a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InputAndOutputWithHeadersIO } from "../models/models_0"; import { de_InputAndOutputWithHeadersCommand, se_InputAndOutputWithHeadersCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts index ca882bea0390..88691b770f01 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonBlobsInputOutput } from "../models/models_0"; import { de_JsonBlobsCommand, se_JsonBlobsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts index 08c5979979b6..9f38c7f4b071 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonEnumsInputOutput } from "../models/models_0"; import { de_JsonEnumsCommand, se_JsonEnumsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts index be234426a126..11d79e84a46c 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonIntEnumsInputOutput } from "../models/models_0"; import { de_JsonIntEnumsCommand, se_JsonIntEnumsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts index e3712f782051..c526c547c7dd 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonListsInputOutput } from "../models/models_0"; import { de_JsonListsCommand, se_JsonListsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts index f0f2cdb2a7ba..e2df24949bad 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonMapsInputOutput } from "../models/models_0"; import { de_JsonMapsCommand, se_JsonMapsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts index e45fcc84f707..03aec6b3ff73 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { JsonTimestampsInputOutput } from "../models/models_0"; import { de_JsonTimestampsCommand, se_JsonTimestampsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts index fb74034a4504..0dfd7a144f38 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { UnionInputOutput } from "../models/models_0"; import { de_JsonUnionsCommand, se_JsonUnionsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts index e14c9399acd3..186ec8b7a7c6 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreetingStruct } from "../models/models_0"; import { de_MalformedAcceptWithBodyCommand, se_MalformedAcceptWithBodyCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts index 695b945b6ad7..0bdce8404c87 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedAcceptWithGenericStringOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts index f0e973452c7f..5bd4c908f3e7 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,10 +9,9 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { MalformedAcceptWithPayloadOutput } from "../models/models_0"; import { de_MalformedAcceptWithPayloadCommand, se_MalformedAcceptWithPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts index c0702753c63e..6aa3caca15a7 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedBlobInput } from "../models/models_0"; import { de_MalformedBlobCommand, se_MalformedBlobCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts index 148f8ddb9bd6..a3f63fac9e5a 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedBooleanInput } from "../models/models_0"; import { de_MalformedBooleanCommand, se_MalformedBooleanCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts index 86932da901a5..34561d92d1a6 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedByteInput } from "../models/models_0"; import { de_MalformedByteCommand, se_MalformedByteCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts index aac994828a99..ea02bd240640 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreetingStruct } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts index d981ebcdf5f7..192c0c58a6eb 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedContentTypeWithGenericStringInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts index bb61a26b133b..298acdef8c37 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts @@ -1,17 +1,17 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedContentTypeWithPayloadInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts index f55483bae2b5..f8d3ab91c11a 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_MalformedContentTypeWithoutBodyCommand, diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts index ddf27e16799e..a45fb74d2818 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedDoubleInput } from "../models/models_0"; import { de_MalformedDoubleCommand, se_MalformedDoubleCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts index b3c834074e11..0069d0670a4e 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedFloatInput } from "../models/models_0"; import { de_MalformedFloatCommand, se_MalformedFloatCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts index 80acc6b33772..8b8cbba51ad1 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedIntegerInput } from "../models/models_0"; import { de_MalformedIntegerCommand, se_MalformedIntegerCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts index 3030809e4959..ed4fead69965 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedListInput } from "../models/models_0"; import { de_MalformedListCommand, se_MalformedListCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts index f2ac49446ed7..47d0cf6cd3a6 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedLongInput } from "../models/models_0"; import { de_MalformedLongCommand, se_MalformedLongCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts index 1ec61337500a..0a9686f64548 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedMapInput } from "../models/models_0"; import { de_MalformedMapCommand, se_MalformedMapCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts index a46700a32bd1..be0c37660581 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedRequestBodyInput } from "../models/models_0"; import { de_MalformedRequestBodyCommand, se_MalformedRequestBodyCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts index 5d79761a9a2b..698d5cf5bec9 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedShortInput } from "../models/models_0"; import { de_MalformedShortCommand, se_MalformedShortCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts index 1b31c9015d1e..59942ad9beed 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedStringInput } from "../models/models_0"; import { de_MalformedStringCommand, se_MalformedStringCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts index a60dbbbb025f..156e88194fb4 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampBodyDateTimeInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts index 0eca035e9df2..5c2357294764 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampBodyDefaultInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts index 747856fb019d..054b79fe37bb 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampBodyHttpDateInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts index d7cecebd36ca..6936f91a6e24 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampHeaderDateTimeInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts index 9bf837778b13..d16821660ccf 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampHeaderDefaultInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts index 6a75124deeca..96c94c274941 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampHeaderEpochInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts index 64a2c5aab7c9..db3bfbc02fca 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampPathDefaultInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts index 94b550409edd..7cff343d540e 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampPathEpochInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts index 3ce0e7603a76..a45907158e17 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampPathHttpDateInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts index c6cbabd1108c..b7656cf6897a 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampQueryDefaultInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts index 27ce472ebcbc..80513ac4d9b9 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampQueryEpochInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts index 9eea98e7456a..3ef3ad102cb5 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedTimestampQueryHttpDateInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts index d4fbd8c5489d..12653eb7e42f 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MalformedUnionInput } from "../models/models_0"; import { de_MalformedUnionCommand, se_MalformedUnionCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts index 11acec5cadc2..b2a3a1009445 100644 --- a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { MediaTypeHeaderInput, MediaTypeHeaderOutput } from "../models/models_0"; import { de_MediaTypeHeaderCommand, se_MediaTypeHeaderCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts index 9a6516e6746e..b89ee968da8c 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts index 97be9048964e..b3ab023d55a8 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts index 5b48ff3aafaf..15ee53dcf5cc 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersClientCommand, se_NullAndEmptyHeadersClientCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts index b689de5fab29..3167cb4cfc64 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersServerCommand, se_NullAndEmptyHeadersServerCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 0ce93e3cf779..00b145986ff0 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OmitsNullSerializesEmptyStringInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts index 26dcf2bda796..f6329ffc9fe1 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OmitsSerializingEmptyListsInput } from "../models/models_0"; import { de_OmitsSerializingEmptyListsCommand, se_OmitsSerializingEmptyListsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts index 3ef5667497bd..8f7fafb4681f 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PostPlayerActionInput, PostPlayerActionOutput } from "../models/models_0"; import { de_PostPlayerActionCommand, se_PostPlayerActionCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts index de5aa317d214..9a82642f06af 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { PostUnionWithJsonNameInput, PostUnionWithJsonNameOutput } from "../models/models_0"; import { de_PostUnionWithJsonNameCommand, se_PostUnionWithJsonNameCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 376b33870fa3..e95bec32d377 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryIdempotencyTokenAutoFillInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts index 6bc541d1c05d..15a423956815 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryParamsAsStringListMapInput } from "../models/models_0"; import { de_QueryParamsAsStringListMapCommand, se_QueryParamsAsStringListMapCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts index 85fd83295280..0a10fe845293 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryPrecedenceInput } from "../models/models_0"; import { de_QueryPrecedenceCommand, se_QueryPrecedenceCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts index 1f206078c189..65737229d9d7 100644 --- a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RecursiveShapesInputOutput } from "../models/models_0"; import { de_RecursiveShapesCommand, se_RecursiveShapesCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts index dcb2e40e1f0c..af36b33d614a 100644 --- a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts index ffe43fb0dba3..8a00439c5a1c 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,10 +11,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { StreamingTraitsInputOutput, StreamingTraitsInputOutputFilterSensitiveLog } from "../models/models_0"; import { de_StreamingTraitsCommand, se_StreamingTraitsCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts index 36e68089784a..434b4e1aa613 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { StreamingTraitsRequireLengthInput, diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts index 5b31dd250cee..bb268b4266b2 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -10,10 +11,9 @@ import { MiddlewareStack, SdkStream as __SdkStream, SdkStreamSerdeContext as __SdkStreamSerdeContext, + SerdeContext as __SerdeContext, WithSdkStreamMixin as __WithSdkStreamMixin, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; +} from "@smithy/types"; import { StreamingTraitsWithMediaTypeInputOutput, diff --git a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts index 820601528147..fe5ea4ec55f9 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestBodyStructureInputOutput } from "../models/models_0"; import { de_TestBodyStructureCommand, se_TestBodyStructureCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts index c364247b1989..4e4377e482d9 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestNoPayloadInputOutput } from "../models/models_0"; import { de_TestNoPayloadCommand, se_TestNoPayloadCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts index 2a20fb16a1b9..a4c668c35ae0 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { TestPayloadBlobInputOutput } from "../models/models_0"; import { de_TestPayloadBlobCommand, se_TestPayloadBlobCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts index 6eda3e74990b..53df7227fc27 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TestPayloadStructureInputOutput } from "../models/models_0"; import { de_TestPayloadStructureCommand, se_TestPayloadStructureCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts index 0d6d94ee0907..25c76c240e11 100644 --- a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TimestampFormatHeadersIO } from "../models/models_0"; import { de_TimestampFormatHeadersCommand, se_TimestampFormatHeadersCommand } from "../protocols/Aws_restJson1"; diff --git a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts index d18e130c83b3..3288611ef003 100644 --- a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_UnitInputAndOutputCommand, se_UnitInputAndOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; diff --git a/private/aws-protocoltests-restjson/src/endpoints.ts b/private/aws-protocoltests-restjson/src/endpoints.ts index e5637421edaf..e25006a0ddb3 100644 --- a/private/aws-protocoltests-restjson/src/endpoints.ts +++ b/private/aws-protocoltests-restjson/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts b/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts index 2cbd6bbe2bd2..f22cb29a93f2 100644 --- a/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts +++ b/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-restjson/src/models/models_0.ts b/private/aws-protocoltests-restjson/src/models/models_0.ts index 07c4b839d4bc..aeb21676b795 100644 --- a/private/aws-protocoltests-restjson/src/models/models_0.ts +++ b/private/aws-protocoltests-restjson/src/models/models_0.ts @@ -2,8 +2,8 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; +} from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { Readable } from "stream"; import { RestJsonProtocolServiceException as __BaseException } from "./RestJsonProtocolServiceException"; diff --git a/private/aws-protocoltests-restjson/src/protocols/Aws_restJson1.ts b/private/aws-protocoltests-restjson/src/protocols/Aws_restJson1.ts index c085dec6d1ff..e03c74910193 100644 --- a/private/aws-protocoltests-restjson/src/protocols/Aws_restJson1.ts +++ b/private/aws-protocoltests-restjson/src/protocols/Aws_restJson1.ts @@ -1,4 +1,9 @@ // smithy-typescript generated code +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { _json, collectBody, @@ -35,18 +40,14 @@ import { strictParseShort as __strictParseShort, take, withBaseException, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { DocumentType as __DocumentType, + Endpoint as __Endpoint, ResponseMetadata as __ResponseMetadata, SdkStreamSerdeContext as __SdkStreamSerdeContext, -} from "@aws-sdk/types"; -import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { v4 as generateIdempotencyToken } from "uuid"; import { diff --git a/private/aws-protocoltests-restjson/src/runtimeConfig.browser.ts b/private/aws-protocoltests-restjson/src/runtimeConfig.browser.ts index bbf793075019..d0d81ac6c895 100644 --- a/private/aws-protocoltests-restjson/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-restjson/src/runtimeConfig.browser.ts @@ -3,17 +3,17 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { blobHasher as streamHasher } from "@aws-sdk/hash-blob-browser"; -import { Md5 } from "@aws-sdk/md5-js"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { blobHasher as streamHasher } from "@smithy/hash-blob-browser"; +import { Md5 } from "@smithy/md5-js"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RestJsonProtocolClientConfig } from "./RestJsonProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-restjson/src/runtimeConfig.shared.ts b/private/aws-protocoltests-restjson/src/runtimeConfig.shared.ts index ca1ca0ebc75f..db7fd8a60752 100644 --- a/private/aws-protocoltests-restjson/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-restjson/src/runtimeConfig.shared.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { sdkStreamMixin } from "@aws-sdk/util-stream"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { sdkStreamMixin } from "@smithy/util-stream"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultRegionInfoProvider } from "./endpoints"; import { RestJsonProtocolClientConfig } from "./RestJsonProtocolClient"; diff --git a/private/aws-protocoltests-restjson/src/runtimeConfig.ts b/private/aws-protocoltests-restjson/src/runtimeConfig.ts index 75cacd1a9917..2dbb4c615129 100644 --- a/private/aws-protocoltests-restjson/src/runtimeConfig.ts +++ b/private/aws-protocoltests-restjson/src/runtimeConfig.ts @@ -2,24 +2,24 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { fileStreamHasher as streamHasher } from "@aws-sdk/hash-stream-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { fileStreamHasher as streamHasher } from "@smithy/hash-stream-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor } from "@smithy/types"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RestJsonProtocolClientConfig } from "./RestJsonProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts b/private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts index 8bbd54420268..d52fafdd4ee9 100644 --- a/private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts +++ b/private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { buildQueryString } from "@aws-sdk/querystring-builder"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { buildQueryString } from "@smithy/querystring-builder"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { Readable } from "stream"; import { AllQueryStringTypesCommand } from "../../src/commands/AllQueryStringTypesCommand"; diff --git a/private/aws-protocoltests-restxml/package.json b/private/aws-protocoltests-restxml/package.json index 190c2c84252d..66673fba1856 100644 --- a/private/aws-protocoltests-restxml/package.json +++ b/private/aws-protocoltests-restxml/package.json @@ -19,37 +19,37 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", "@aws-sdk/middleware-host-header": "*", "@aws-sdk/middleware-logger": "*", "@aws-sdk/middleware-recursion-detection": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", "@aws-sdk/middleware-user-agent": "*", - "@aws-sdk/node-config-provider": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/querystring-builder": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-retry": "*", - "@aws-sdk/util-stream": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@aws-sdk/util-utf8": "*", "@aws-sdk/xml-builder": "*", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-config-provider": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/querystring-builder": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-retry": "^1.0.2", + "@smithy/util-stream": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "entities": "2.2.0", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", @@ -57,6 +57,7 @@ }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "@types/uuid": "^8.3.0", diff --git a/private/aws-protocoltests-restxml/src/RestXmlProtocol.ts b/private/aws-protocoltests-restxml/src/RestXmlProtocol.ts index bb35919e1a8c..dadede9cba9f 100644 --- a/private/aws-protocoltests-restxml/src/RestXmlProtocol.ts +++ b/private/aws-protocoltests-restxml/src/RestXmlProtocol.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { createAggregatedClient } from "@aws-sdk/smithy-client"; -import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { createAggregatedClient } from "@smithy/smithy-client"; +import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; import { AllQueryStringTypesCommand, diff --git a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts index c1f11ad8815b..0e7c8ff82a05 100644 --- a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts +++ b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts @@ -1,13 +1,4 @@ // smithy-typescript generated code -import { - EndpointsInputConfig, - EndpointsResolvedConfig, - RegionInputConfig, - RegionResolvedConfig, - resolveEndpointsConfig, - resolveRegionConfig, -} from "@aws-sdk/config-resolver"; -import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; import { getHostHeaderPlugin, HostHeaderInputConfig, @@ -16,38 +7,45 @@ import { } from "@aws-sdk/middleware-host-header"; import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; -import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; import { getUserAgentPlugin, resolveUserAgentConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/middleware-user-agent"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, + resolveEndpointsConfig, + resolveRegionConfig, +} from "@smithy/config-resolver"; +import { getContentLengthPlugin } from "@smithy/middleware-content-length"; +import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry"; +import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; import { BodyLengthCalculator as __BodyLengthCalculator, Checksum as __Checksum, ChecksumConstructor as __ChecksumConstructor, + Decoder as __Decoder, + Encoder as __Encoder, Hash as __Hash, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, + Provider as __Provider, Provider, RegionInfoProvider, + StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, -} from "@aws-sdk/types"; -import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; -import { - Decoder as __Decoder, - Encoder as __Encoder, - Provider as __Provider, - StreamCollector as __StreamCollector, } from "@smithy/types"; import { @@ -326,7 +324,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ requestHandler?: __HttpHandler; /** - * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface + * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface * that computes the SHA-256 HMAC or checksum of a string or binary buffer. * @internal */ @@ -430,7 +428,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ logger?: __Logger; /** - * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } diff --git a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts index 293e958ac7d1..8f0ab16a45d0 100644 --- a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { AllQueryStringTypesInput } from "../models/models_0"; import { de_AllQueryStringTypesCommand, se_AllQueryStringTypesCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts index 38eb99ddefd8..584715be2533 100644 --- a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { BodyWithXmlNameInputOutput } from "../models/models_0"; import { de_BodyWithXmlNameCommand, se_BodyWithXmlNameCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts index 50c299a8f0f6..e987fe821366 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConstantAndVariableQueryStringInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts index a4131025ed60..1d258e0216e1 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { ConstantQueryStringInput } from "../models/models_0"; import { de_ConstantQueryStringCommand, se_ConstantQueryStringCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts index 866925cc57b7..e2749f342ea8 100644 --- a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts index bfbe4596ef21..33072c1d84d7 100644 --- a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts index 1a10d8fcc65b..28d4ee80faa0 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts index d9503199bb0c..774909eb9b9f 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HostLabelHeaderInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts index d8ea79ec1e2c..76ca0e9a7968 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HostLabelInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts index 8fc22f4f61ac..cc02dde8a3a6 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapInputOutput } from "../models/models_0"; import { de_FlattenedXmlMapCommand, se_FlattenedXmlMapCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index 7d2dc379adf1..8a17fbe4a5da 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapWithXmlNameInputOutput } from "../models/models_0"; import { de_FlattenedXmlMapWithXmlNameCommand, se_FlattenedXmlMapWithXmlNameCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index 8d92d2def504..f19e26ee054d 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FlattenedXmlMapWithXmlNamespaceOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts index 07e6cc5b7e93..0194b4c5296d 100644 --- a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts index 554252997d2f..cd679948a7fc 100644 --- a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts index 53250a00de95..ca831a7fca14 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { HttpPayloadTraitsInputOutput } from "../models/models_0"; import { de_HttpPayloadTraitsCommand, se_HttpPayloadTraitsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index a38fcaafbdcc..6c00590958b1 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -1,18 +1,18 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { BlobTypes } from "@aws-sdk/types"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { - BlobTypes, FinalizeHandlerArguments, Handler, HandlerExecutionContext, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { Uint8ArrayBlobAdapter } from "@aws-sdk/util-stream"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; import { HttpPayloadTraitsWithMediaTypeInputOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts index 610211a1d73b..383389281963 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithMemberXmlNameInputOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts index 9eff8d107aec..ecfdf656839f 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithStructureInputOutput } from "../models/models_0"; import { de_HttpPayloadWithStructureCommand, se_HttpPayloadWithStructureCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts index 51d4575b617b..2c2410286743 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithXmlNameInputOutput } from "../models/models_0"; import { de_HttpPayloadWithXmlNameCommand, se_HttpPayloadWithXmlNameCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts index ccdfdf666975..2f6736df1dbf 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithXmlNamespaceAndPrefixInputOutput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts index 65ceea56c32d..fc895cfd801e 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPayloadWithXmlNamespaceInputOutput } from "../models/models_0"; import { de_HttpPayloadWithXmlNamespaceCommand, se_HttpPayloadWithXmlNamespaceCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts index 53dacf33d9f8..eab151325e66 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpPrefixHeadersInputOutput } from "../models/models_0"; import { de_HttpPrefixHeadersCommand, se_HttpPrefixHeadersCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts index 22189559c281..ae6ee3f8e744 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithFloatLabelsInput } from "../models/models_0"; import { de_HttpRequestWithFloatLabelsCommand, se_HttpRequestWithFloatLabelsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index 5827029cbce6..b0d48d70b569 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithGreedyLabelInPathInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index 8c0416053c6e..189da11a772d 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithLabelsAndTimestampFormatInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts index aee17d065230..3a01b8dd5ee9 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpRequestWithLabelsInput } from "../models/models_0"; import { de_HttpRequestWithLabelsCommand, se_HttpRequestWithLabelsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts index 9ab3de1761cc..ea33f634343d 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { HttpResponseCodeOutput } from "../models/models_0"; import { de_HttpResponseCodeCommand, se_HttpResponseCodeCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts index 38a67b7b0722..bbf9db638e60 100644 --- a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { IgnoreQueryParamsInResponseOutput } from "../models/models_0"; import { de_IgnoreQueryParamsInResponseCommand, se_IgnoreQueryParamsInResponseCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts index fd1a32915092..816f753649e0 100644 --- a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { InputAndOutputWithHeadersIO } from "../models/models_0"; import { de_InputAndOutputWithHeadersCommand, se_InputAndOutputWithHeadersCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts index a584c0ce5e02..88e3850ce4c4 100644 --- a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NestedXmlMapsInputOutput } from "../models/models_0"; import { de_NestedXmlMapsCommand, se_NestedXmlMapsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts index cef7d506301b..0c2c5f66ef30 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts index c8edb36effb3..bd152d987811 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts index cf79e8523707..f2927273109d 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersClientCommand, se_NullAndEmptyHeadersClientCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts index c7574711cad2..5cf2540774e3 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersServerCommand, se_NullAndEmptyHeadersServerCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 01c784401732..1202e865265d 100644 --- a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { OmitsNullSerializesEmptyStringInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 0e34f1899a91..ab7d936b9382 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryIdempotencyTokenAutoFillInput } from "../models/models_0"; import { diff --git a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts index 8169133f1b8c..86bb3cf77348 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryParamsAsStringListMapInput } from "../models/models_0"; import { de_QueryParamsAsStringListMapCommand, se_QueryParamsAsStringListMapCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts index 75a5e5eae1e6..25c908ef08ff 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { QueryPrecedenceInput } from "../models/models_0"; import { de_QueryPrecedenceCommand, se_QueryPrecedenceCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts index 3d5dacb02407..840d3cfa0a50 100644 --- a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { RecursiveShapesInputOutput } from "../models/models_0"; import { de_RecursiveShapesCommand, se_RecursiveShapesCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts index f84f9eb471a6..61fbbe4668e8 100644 --- a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts index c28e8b2ac2c2..aed04dc70e31 100644 --- a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { TimestampFormatHeadersIO } from "../models/models_0"; import { de_TimestampFormatHeadersCommand, se_TimestampFormatHeadersCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts index 8bfc05d93589..b6692c14d36f 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlAttributesInputOutput } from "../models/models_0"; import { de_XmlAttributesCommand, se_XmlAttributesCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts index ed9ddb1d2cfb..b90a37bbebdb 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlAttributesOnPayloadInputOutput } from "../models/models_0"; import { de_XmlAttributesOnPayloadCommand, se_XmlAttributesOnPayloadCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts index a295cef9da79..2a76d23a76dd 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlBlobsInputOutput } from "../models/models_0"; import { de_XmlBlobsCommand, se_XmlBlobsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts index 52898da47494..591a12302a2b 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlBlobsInputOutput } from "../models/models_0"; import { de_XmlEmptyBlobsCommand, se_XmlEmptyBlobsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts index 89538c564610..47eeee153323 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlListsInputOutput } from "../models/models_0"; import { de_XmlEmptyListsCommand, se_XmlEmptyListsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts index e4465ecdd7a9..37d9cb0c1c5a 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsInputOutput } from "../models/models_0"; import { de_XmlEmptyMapsCommand, se_XmlEmptyMapsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts index c1646065f335..b0187b07c2f2 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlEmptyStringsInputOutput } from "../models/models_0"; import { de_XmlEmptyStringsCommand, se_XmlEmptyStringsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts index 46f09cfb429b..c0f96c7ca0e7 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlEnumsInputOutput } from "../models/models_0"; import { de_XmlEnumsCommand, se_XmlEnumsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts index c8e42b0e7405..ce40750a5792 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlIntEnumsInputOutput } from "../models/models_0"; import { de_XmlIntEnumsCommand, se_XmlIntEnumsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts index 394ef84c8b7c..c2579e979f2c 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlListsInputOutput } from "../models/models_0"; import { de_XmlListsCommand, se_XmlListsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts index ab1b27b2c596..c91e84e14350 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsInputOutput } from "../models/models_0"; import { de_XmlMapsCommand, se_XmlMapsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts index 6a2ad9f25d77..6a4559e61070 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlMapsXmlNameInputOutput } from "../models/models_0"; import { de_XmlMapsXmlNameCommand, se_XmlMapsXmlNameCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts index 17c2361b0650..3257fd4ce057 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlNamespacesInputOutput } from "../models/models_0"; import { de_XmlNamespacesCommand, se_XmlNamespacesCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts index a1a73d7a51be..dc3a6064a84b 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlTimestampsInputOutput } from "../models/models_0"; import { de_XmlTimestampsCommand, se_XmlTimestampsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts index 2c6e7c50f745..ccbe442cdddb 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts @@ -1,6 +1,7 @@ // smithy-typescript generated code -import { getSerdePlugin } from "@aws-sdk/middleware-serde"; -import { Command as $Command } from "@aws-sdk/smithy-client"; +import { getSerdePlugin } from "@smithy/middleware-serde"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { Command as $Command } from "@smithy/smithy-client"; import { FinalizeHandlerArguments, Handler, @@ -8,9 +9,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, -} from "@aws-sdk/types"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { SerdeContext as __SerdeContext } from "@smithy/types"; + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XmlUnionsInputOutput } from "../models/models_0"; import { de_XmlUnionsCommand, se_XmlUnionsCommand } from "../protocols/Aws_restXml"; diff --git a/private/aws-protocoltests-restxml/src/endpoints.ts b/private/aws-protocoltests-restxml/src/endpoints.ts index 0aeb57d9686c..69cabd663b91 100644 --- a/private/aws-protocoltests-restxml/src/endpoints.ts +++ b/private/aws-protocoltests-restxml/src/endpoints.ts @@ -1,6 +1,6 @@ // smithy-typescript generated code -import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver"; import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types"; +import { getRegionInfo, PartitionHash, RegionHash } from "@smithy/config-resolver"; const regionHash: RegionHash = {}; diff --git a/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts b/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts index c55627c15aaf..561611645571 100644 --- a/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts +++ b/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts @@ -2,7 +2,7 @@ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions, -} from "@aws-sdk/smithy-client"; +} from "@smithy/smithy-client"; export { __ServiceException, __ServiceExceptionOptions }; diff --git a/private/aws-protocoltests-restxml/src/models/models_0.ts b/private/aws-protocoltests-restxml/src/models/models_0.ts index dcf9ff4b6aad..4da74ef6e617 100644 --- a/private/aws-protocoltests-restxml/src/models/models_0.ts +++ b/private/aws-protocoltests-restxml/src/models/models_0.ts @@ -1,5 +1,5 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RestXmlProtocolServiceException as __BaseException } from "./RestXmlProtocolServiceException"; diff --git a/private/aws-protocoltests-restxml/src/protocols/Aws_restXml.ts b/private/aws-protocoltests-restxml/src/protocols/Aws_restXml.ts index ab399b8d60ef..09ce4a32e3e1 100644 --- a/private/aws-protocoltests-restxml/src/protocols/Aws_restXml.ts +++ b/private/aws-protocoltests-restxml/src/protocols/Aws_restXml.ts @@ -1,4 +1,10 @@ // smithy-typescript generated code +import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, + isValidHostname as __isValidHostname, +} from "@smithy/protocol-http"; import { collectBody, convertMap, @@ -25,15 +31,12 @@ import { strictParseLong as __strictParseLong, strictParseShort as __strictParseShort, withBaseException, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder"; +} from "@smithy/smithy-client"; import { - HttpRequest as __HttpRequest, - HttpResponse as __HttpResponse, - isValidHostname as __isValidHostname, -} from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; import { XMLParser } from "fast-xml-parser"; import { v4 as generateIdempotencyToken } from "uuid"; diff --git a/private/aws-protocoltests-restxml/src/runtimeConfig.browser.ts b/private/aws-protocoltests-restxml/src/runtimeConfig.browser.ts index adf1b3671ebd..90fb07ba7403 100644 --- a/private/aws-protocoltests-restxml/src/runtimeConfig.browser.ts +++ b/private/aws-protocoltests-restxml/src/runtimeConfig.browser.ts @@ -3,15 +3,15 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; -import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; -import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RestXmlProtocolClientConfig } from "./RestXmlProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser"; /** * @internal diff --git a/private/aws-protocoltests-restxml/src/runtimeConfig.shared.ts b/private/aws-protocoltests-restxml/src/runtimeConfig.shared.ts index 4bcf9b96ea76..b6781ec4b6e8 100644 --- a/private/aws-protocoltests-restxml/src/runtimeConfig.shared.ts +++ b/private/aws-protocoltests-restxml/src/runtimeConfig.shared.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { NoOpLogger } from "@aws-sdk/smithy-client"; -import { parseUrl } from "@aws-sdk/url-parser"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; +import { NoOpLogger } from "@smithy/smithy-client"; +import { parseUrl } from "@smithy/url-parser"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { defaultRegionInfoProvider } from "./endpoints"; import { RestXmlProtocolClientConfig } from "./RestXmlProtocolClient"; diff --git a/private/aws-protocoltests-restxml/src/runtimeConfig.ts b/private/aws-protocoltests-restxml/src/runtimeConfig.ts index 451d0224779f..6fc62af2e27c 100644 --- a/private/aws-protocoltests-restxml/src/runtimeConfig.ts +++ b/private/aws-protocoltests-restxml/src/runtimeConfig.ts @@ -2,22 +2,22 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; import { NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; -import { Hash } from "@aws-sdk/hash-node"; -import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; -import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; -import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; -import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; -import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +} from "@smithy/config-resolver"; +import { Hash } from "@smithy/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { RestXmlProtocolClientConfig } from "./RestXmlProtocolClient"; import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; -import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; -import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; -import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +import { loadConfigsForDefaultMode } from "@smithy/smithy-client"; +import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client"; /** * @internal diff --git a/private/aws-protocoltests-restxml/test/functional/restxml.spec.ts b/private/aws-protocoltests-restxml/test/functional/restxml.spec.ts index 996c1113c86b..684ce950053b 100644 --- a/private/aws-protocoltests-restxml/test/functional/restxml.spec.ts +++ b/private/aws-protocoltests-restxml/test/functional/restxml.spec.ts @@ -1,8 +1,8 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { buildQueryString } from "@aws-sdk/querystring-builder"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { buildQueryString } from "@smithy/querystring-builder"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; import { decodeHTML } from "entities"; import { XMLParser } from "fast-xml-parser"; import { Readable } from "stream"; diff --git a/private/aws-restjson-server/package.json b/private/aws-restjson-server/package.json index fbe324042a02..4e98a12f2e46 100644 --- a/private/aws-restjson-server/package.json +++ b/private/aws-restjson-server/package.json @@ -20,31 +20,32 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-utf8": "*", "@aws-smithy/server-common": "1.0.0-alpha.9", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/private/aws-restjson-server/src/models/models_0.ts b/private/aws-restjson-server/src/models/models_0.ts index 3dddd2e9e5fa..1305d93e4d47 100644 --- a/private/aws-restjson-server/src/models/models_0.ts +++ b/private/aws-restjson-server/src/models/models_0.ts @@ -1,9 +1,4 @@ // smithy-typescript generated code -import { - ExceptionOptionType as __ExceptionOptionType, - LazyJsonString as __LazyJsonString, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType } from "@aws-sdk/types"; import { CompositeCollectionValidator as __CompositeCollectionValidator, CompositeMapValidator as __CompositeMapValidator, @@ -18,6 +13,11 @@ import { UniqueItemsValidator as __UniqueItemsValidator, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { + ExceptionOptionType as __ExceptionOptionType, + LazyJsonString as __LazyJsonString, +} from "@smithy/smithy-client"; +import { DocumentType as __DocumentType } from "@smithy/types"; import { Readable } from "stream"; /** diff --git a/private/aws-restjson-server/src/protocols/Aws_restJson1.ts b/private/aws-restjson-server/src/protocols/Aws_restJson1.ts index 2be50f5e7ea0..07b992c8ddae 100644 --- a/private/aws-restjson-server/src/protocols/Aws_restJson1.ts +++ b/private/aws-restjson-server/src/protocols/Aws_restJson1.ts @@ -1,4 +1,14 @@ // smithy-typescript generated code +import { + acceptMatches as __acceptMatches, + NotAcceptableException as __NotAcceptableException, + SerializationException as __SerializationException, + ServerSerdeContext, + ServiceException as __BaseException, + SmithyFrameworkException as __SmithyFrameworkException, + UnsupportedMediaTypeException as __UnsupportedMediaTypeException, +} from "@aws-smithy/server-common"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -30,20 +40,14 @@ import { strictParseLong as __strictParseLong, strictParseShort as __strictParseShort, take, -} from "@aws-sdk/smithy-client"; -import { DocumentType as __DocumentType, ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +} from "@smithy/smithy-client"; import { - acceptMatches as __acceptMatches, - NotAcceptableException as __NotAcceptableException, - SerializationException as __SerializationException, - ServerSerdeContext, - ServiceException as __BaseException, - SmithyFrameworkException as __SmithyFrameworkException, - UnsupportedMediaTypeException as __UnsupportedMediaTypeException, -} from "@aws-smithy/server-common"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + DocumentType as __DocumentType, + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; import { ComplexError, diff --git a/private/aws-restjson-server/src/server/RestJsonService.ts b/private/aws-restjson-server/src/server/RestJsonService.ts index 042678d2c93b..11cfda4c22cd 100644 --- a/private/aws-restjson-server/src/server/RestJsonService.ts +++ b/private/aws-restjson-server/src/server/RestJsonService.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { serializeFrameworkException } from "../protocols/Aws_restJson1"; import { diff --git a/private/aws-restjson-server/src/server/operations/AllQueryStringTypes.ts b/private/aws-restjson-server/src/server/operations/AllQueryStringTypes.ts index c07156595e73..777c87acccb5 100644 --- a/private/aws-restjson-server/src/server/operations/AllQueryStringTypes.ts +++ b/private/aws-restjson-server/src/server/operations/AllQueryStringTypes.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { AllQueryStringTypesInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/ConstantAndVariableQueryString.ts b/private/aws-restjson-server/src/server/operations/ConstantAndVariableQueryString.ts index 304488a59bc7..607839dc4586 100644 --- a/private/aws-restjson-server/src/server/operations/ConstantAndVariableQueryString.ts +++ b/private/aws-restjson-server/src/server/operations/ConstantAndVariableQueryString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConstantAndVariableQueryStringInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/ConstantQueryString.ts b/private/aws-restjson-server/src/server/operations/ConstantQueryString.ts index cf7b02e1abdd..361fcd9bd6c6 100644 --- a/private/aws-restjson-server/src/server/operations/ConstantQueryString.ts +++ b/private/aws-restjson-server/src/server/operations/ConstantQueryString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ConstantQueryStringInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/DatetimeOffsets.ts b/private/aws-restjson-server/src/server/operations/DatetimeOffsets.ts index 9e0142912cfd..db2781b86064 100644 --- a/private/aws-restjson-server/src/server/operations/DatetimeOffsets.ts +++ b/private/aws-restjson-server/src/server/operations/DatetimeOffsets.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DatetimeOffsetsOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/DocumentType.ts b/private/aws-restjson-server/src/server/operations/DocumentType.ts index 6ef284caf7ad..b55ca0ac1a74 100644 --- a/private/aws-restjson-server/src/server/operations/DocumentType.ts +++ b/private/aws-restjson-server/src/server/operations/DocumentType.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DocumentTypeInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/DocumentTypeAsPayload.ts b/private/aws-restjson-server/src/server/operations/DocumentTypeAsPayload.ts index 103ba6ff4bf5..058680a157c0 100644 --- a/private/aws-restjson-server/src/server/operations/DocumentTypeAsPayload.ts +++ b/private/aws-restjson-server/src/server/operations/DocumentTypeAsPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { DocumentTypeAsPayloadInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/EmptyInputAndEmptyOutput.ts b/private/aws-restjson-server/src/server/operations/EmptyInputAndEmptyOutput.ts index 0b8965da09d2..64bcc7583c5b 100644 --- a/private/aws-restjson-server/src/server/operations/EmptyInputAndEmptyOutput.ts +++ b/private/aws-restjson-server/src/server/operations/EmptyInputAndEmptyOutput.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/EndpointOperation.ts b/private/aws-restjson-server/src/server/operations/EndpointOperation.ts index 37f3bd88da86..029f16ab6b77 100644 --- a/private/aws-restjson-server/src/server/operations/EndpointOperation.ts +++ b/private/aws-restjson-server/src/server/operations/EndpointOperation.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { deserializeEndpointOperationRequest, diff --git a/private/aws-restjson-server/src/server/operations/EndpointWithHostLabelOperation.ts b/private/aws-restjson-server/src/server/operations/EndpointWithHostLabelOperation.ts index b87e0685b538..0a0c783451d4 100644 --- a/private/aws-restjson-server/src/server/operations/EndpointWithHostLabelOperation.ts +++ b/private/aws-restjson-server/src/server/operations/EndpointWithHostLabelOperation.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HostLabelInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/FractionalSeconds.ts b/private/aws-restjson-server/src/server/operations/FractionalSeconds.ts index 3f999c4dbdd4..6e16a647f4f6 100644 --- a/private/aws-restjson-server/src/server/operations/FractionalSeconds.ts +++ b/private/aws-restjson-server/src/server/operations/FractionalSeconds.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { FractionalSecondsOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/GreetingWithErrors.ts b/private/aws-restjson-server/src/server/operations/GreetingWithErrors.ts index ea63aa2e7603..a181cb308ca1 100644 --- a/private/aws-restjson-server/src/server/operations/GreetingWithErrors.ts +++ b/private/aws-restjson-server/src/server/operations/GreetingWithErrors.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -21,7 +18,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { ComplexError, FooError, GreetingWithErrorsOutput, InvalidGreeting } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HostWithPathOperation.ts b/private/aws-restjson-server/src/server/operations/HostWithPathOperation.ts index dfccc2025e5a..3981f7340b0d 100644 --- a/private/aws-restjson-server/src/server/operations/HostWithPathOperation.ts +++ b/private/aws-restjson-server/src/server/operations/HostWithPathOperation.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { deserializeHostWithPathOperationRequest, diff --git a/private/aws-restjson-server/src/server/operations/HttpChecksumRequired.ts b/private/aws-restjson-server/src/server/operations/HttpChecksumRequired.ts index 2516e60b6aa4..0025ebc6463d 100644 --- a/private/aws-restjson-server/src/server/operations/HttpChecksumRequired.ts +++ b/private/aws-restjson-server/src/server/operations/HttpChecksumRequired.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpChecksumRequiredInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpEnumPayload.ts b/private/aws-restjson-server/src/server/operations/HttpEnumPayload.ts index fa56e7afa4ba..4427a078746a 100644 --- a/private/aws-restjson-server/src/server/operations/HttpEnumPayload.ts +++ b/private/aws-restjson-server/src/server/operations/HttpEnumPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { EnumPayloadInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpPayloadTraits.ts b/private/aws-restjson-server/src/server/operations/HttpPayloadTraits.ts index ce284871e7fd..ca9b663c8a26 100644 --- a/private/aws-restjson-server/src/server/operations/HttpPayloadTraits.ts +++ b/private/aws-restjson-server/src/server/operations/HttpPayloadTraits.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpPayloadTraitsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpPayloadTraitsWithMediaType.ts b/private/aws-restjson-server/src/server/operations/HttpPayloadTraitsWithMediaType.ts index 02e8bccee3fb..93a2150278d3 100644 --- a/private/aws-restjson-server/src/server/operations/HttpPayloadTraitsWithMediaType.ts +++ b/private/aws-restjson-server/src/server/operations/HttpPayloadTraitsWithMediaType.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpPayloadTraitsWithMediaTypeInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpPayloadWithStructure.ts b/private/aws-restjson-server/src/server/operations/HttpPayloadWithStructure.ts index fb858196f73b..77eeb905e781 100644 --- a/private/aws-restjson-server/src/server/operations/HttpPayloadWithStructure.ts +++ b/private/aws-restjson-server/src/server/operations/HttpPayloadWithStructure.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpPayloadWithStructureInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpPrefixHeaders.ts b/private/aws-restjson-server/src/server/operations/HttpPrefixHeaders.ts index 88bbc2bbd3f6..26091328ad01 100644 --- a/private/aws-restjson-server/src/server/operations/HttpPrefixHeaders.ts +++ b/private/aws-restjson-server/src/server/operations/HttpPrefixHeaders.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpPrefixHeadersInput, HttpPrefixHeadersOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpPrefixHeadersInResponse.ts b/private/aws-restjson-server/src/server/operations/HttpPrefixHeadersInResponse.ts index ee25ee4e7d27..3f4ae3622b17 100644 --- a/private/aws-restjson-server/src/server/operations/HttpPrefixHeadersInResponse.ts +++ b/private/aws-restjson-server/src/server/operations/HttpPrefixHeadersInResponse.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpPrefixHeadersInResponseInput, HttpPrefixHeadersInResponseOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpRequestWithFloatLabels.ts b/private/aws-restjson-server/src/server/operations/HttpRequestWithFloatLabels.ts index 7b69cb7b4fa5..831af3fd039b 100644 --- a/private/aws-restjson-server/src/server/operations/HttpRequestWithFloatLabels.ts +++ b/private/aws-restjson-server/src/server/operations/HttpRequestWithFloatLabels.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpRequestWithFloatLabelsInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpRequestWithGreedyLabelInPath.ts b/private/aws-restjson-server/src/server/operations/HttpRequestWithGreedyLabelInPath.ts index c5bf611a5bac..47f69b2128af 100644 --- a/private/aws-restjson-server/src/server/operations/HttpRequestWithGreedyLabelInPath.ts +++ b/private/aws-restjson-server/src/server/operations/HttpRequestWithGreedyLabelInPath.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpRequestWithGreedyLabelInPathInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpRequestWithLabels.ts b/private/aws-restjson-server/src/server/operations/HttpRequestWithLabels.ts index b7ff3ebe2265..e9c1f7358129 100644 --- a/private/aws-restjson-server/src/server/operations/HttpRequestWithLabels.ts +++ b/private/aws-restjson-server/src/server/operations/HttpRequestWithLabels.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpRequestWithLabelsInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpRequestWithLabelsAndTimestampFormat.ts b/private/aws-restjson-server/src/server/operations/HttpRequestWithLabelsAndTimestampFormat.ts index 714761f6b77c..79ef43e4a3ff 100644 --- a/private/aws-restjson-server/src/server/operations/HttpRequestWithLabelsAndTimestampFormat.ts +++ b/private/aws-restjson-server/src/server/operations/HttpRequestWithLabelsAndTimestampFormat.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpRequestWithLabelsAndTimestampFormatInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpRequestWithRegexLiteral.ts b/private/aws-restjson-server/src/server/operations/HttpRequestWithRegexLiteral.ts index 19706efabd9e..98912e00ced7 100644 --- a/private/aws-restjson-server/src/server/operations/HttpRequestWithRegexLiteral.ts +++ b/private/aws-restjson-server/src/server/operations/HttpRequestWithRegexLiteral.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpRequestWithRegexLiteralInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpResponseCode.ts b/private/aws-restjson-server/src/server/operations/HttpResponseCode.ts index 100f74c0be64..938168c74117 100644 --- a/private/aws-restjson-server/src/server/operations/HttpResponseCode.ts +++ b/private/aws-restjson-server/src/server/operations/HttpResponseCode.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { HttpResponseCodeOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/HttpStringPayload.ts b/private/aws-restjson-server/src/server/operations/HttpStringPayload.ts index 17a8c69d889d..370ba0e30cdf 100644 --- a/private/aws-restjson-server/src/server/operations/HttpStringPayload.ts +++ b/private/aws-restjson-server/src/server/operations/HttpStringPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { StringPayloadInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/IgnoreQueryParamsInResponse.ts b/private/aws-restjson-server/src/server/operations/IgnoreQueryParamsInResponse.ts index e88f705d91bd..a3dd3b2f59e3 100644 --- a/private/aws-restjson-server/src/server/operations/IgnoreQueryParamsInResponse.ts +++ b/private/aws-restjson-server/src/server/operations/IgnoreQueryParamsInResponse.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { IgnoreQueryParamsInResponseOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/InputAndOutputWithHeaders.ts b/private/aws-restjson-server/src/server/operations/InputAndOutputWithHeaders.ts index 1017a236794e..b1c87897a23a 100644 --- a/private/aws-restjson-server/src/server/operations/InputAndOutputWithHeaders.ts +++ b/private/aws-restjson-server/src/server/operations/InputAndOutputWithHeaders.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { InputAndOutputWithHeadersIO } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonBlobs.ts b/private/aws-restjson-server/src/server/operations/JsonBlobs.ts index fae884da1587..f543882d4554 100644 --- a/private/aws-restjson-server/src/server/operations/JsonBlobs.ts +++ b/private/aws-restjson-server/src/server/operations/JsonBlobs.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonBlobsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonEnums.ts b/private/aws-restjson-server/src/server/operations/JsonEnums.ts index 0235906482c5..95cba10c35d2 100644 --- a/private/aws-restjson-server/src/server/operations/JsonEnums.ts +++ b/private/aws-restjson-server/src/server/operations/JsonEnums.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonEnumsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonIntEnums.ts b/private/aws-restjson-server/src/server/operations/JsonIntEnums.ts index b0ea7d64eae7..2413e01bd84e 100644 --- a/private/aws-restjson-server/src/server/operations/JsonIntEnums.ts +++ b/private/aws-restjson-server/src/server/operations/JsonIntEnums.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonIntEnumsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonLists.ts b/private/aws-restjson-server/src/server/operations/JsonLists.ts index 952f00854052..786cf17cea1b 100644 --- a/private/aws-restjson-server/src/server/operations/JsonLists.ts +++ b/private/aws-restjson-server/src/server/operations/JsonLists.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonListsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonMaps.ts b/private/aws-restjson-server/src/server/operations/JsonMaps.ts index abae330e99fc..c7760c44cef7 100644 --- a/private/aws-restjson-server/src/server/operations/JsonMaps.ts +++ b/private/aws-restjson-server/src/server/operations/JsonMaps.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonMapsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonTimestamps.ts b/private/aws-restjson-server/src/server/operations/JsonTimestamps.ts index 0a42417efeb3..6c0550f71610 100644 --- a/private/aws-restjson-server/src/server/operations/JsonTimestamps.ts +++ b/private/aws-restjson-server/src/server/operations/JsonTimestamps.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { JsonTimestampsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/JsonUnions.ts b/private/aws-restjson-server/src/server/operations/JsonUnions.ts index efbebf4a9ba5..4ca56f05cb29 100644 --- a/private/aws-restjson-server/src/server/operations/JsonUnions.ts +++ b/private/aws-restjson-server/src/server/operations/JsonUnions.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { UnionInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithBody.ts b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithBody.ts index 2dd90ab41f6c..7a7dc17b0c9a 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithBody.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithBody.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { GreetingStruct } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithGenericString.ts b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithGenericString.ts index 27856f92f8e8..0a3b7a58ac52 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithGenericString.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithGenericString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedAcceptWithGenericStringOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithPayload.ts b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithPayload.ts index 252206619f68..12d0bc371b76 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedAcceptWithPayload.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedAcceptWithPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedAcceptWithPayloadOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedBlob.ts b/private/aws-restjson-server/src/server/operations/MalformedBlob.ts index 5c844a94a698..ff7bb1915b78 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedBlob.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedBlob.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedBlobInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedBoolean.ts b/private/aws-restjson-server/src/server/operations/MalformedBoolean.ts index 1ae7cf5f394b..7191b2a01ae0 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedBoolean.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedBoolean.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedBooleanInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedByte.ts b/private/aws-restjson-server/src/server/operations/MalformedByte.ts index ae3fe6179f4e..14c6c9167470 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedByte.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedByte.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedByteInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithBody.ts b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithBody.ts index 54485d596cfc..82dfad53e661 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithBody.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithBody.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { GreetingStruct } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithGenericString.ts b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithGenericString.ts index 601441d5139f..ac54c3161138 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithGenericString.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithGenericString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedContentTypeWithGenericStringInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithPayload.ts b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithPayload.ts index 9cbb00b7b719..49e9ee745746 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithPayload.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedContentTypeWithPayloadInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithoutBody.ts b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithoutBody.ts index a81ecae17819..077022036249 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithoutBody.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedContentTypeWithoutBody.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { deserializeMalformedContentTypeWithoutBodyRequest, diff --git a/private/aws-restjson-server/src/server/operations/MalformedDouble.ts b/private/aws-restjson-server/src/server/operations/MalformedDouble.ts index ac509e863c37..c7f9481c3f0b 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedDouble.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedDouble.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedDoubleInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedFloat.ts b/private/aws-restjson-server/src/server/operations/MalformedFloat.ts index 3c137bccff0f..b743ca23489a 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedFloat.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedFloat.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedFloatInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedInteger.ts b/private/aws-restjson-server/src/server/operations/MalformedInteger.ts index 80680aad7795..f250a3abdee7 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedInteger.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedInteger.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedIntegerInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedList.ts b/private/aws-restjson-server/src/server/operations/MalformedList.ts index cb8c0d9642f8..6b3132b4f978 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedList.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedList.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedListInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedLong.ts b/private/aws-restjson-server/src/server/operations/MalformedLong.ts index 20e8efa4c7f8..6e9e3cae3ee0 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedLong.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedLong.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedLongInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedMap.ts b/private/aws-restjson-server/src/server/operations/MalformedMap.ts index 2865692e2969..9df78a70ef18 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedMap.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedMap.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedMapInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedRequestBody.ts b/private/aws-restjson-server/src/server/operations/MalformedRequestBody.ts index fa023ae682a8..f3a84ae4ce88 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedRequestBody.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedRequestBody.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedRequestBodyInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedShort.ts b/private/aws-restjson-server/src/server/operations/MalformedShort.ts index f3df3eca41c3..0e8847b859e1 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedShort.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedShort.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedShortInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedString.ts b/private/aws-restjson-server/src/server/operations/MalformedString.ts index cb5ab10b09b4..2d449c6b8ded 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedString.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedStringInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDateTime.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDateTime.ts index 9f7820375c3f..347bdb3df49d 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDateTime.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDateTime.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampBodyDateTimeInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDefault.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDefault.ts index 005583e0d333..ce440be55e82 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDefault.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyDefault.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampBodyDefaultInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyHttpDate.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyHttpDate.ts index a53723ed931c..08de21de36e2 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyHttpDate.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampBodyHttpDate.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampBodyHttpDateInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDateTime.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDateTime.ts index 323748ee569d..226bf5176fbe 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDateTime.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDateTime.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampHeaderDateTimeInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDefault.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDefault.ts index 36b334900fd2..8257fe239e6b 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDefault.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderDefault.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampHeaderDefaultInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderEpoch.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderEpoch.ts index 558948a62728..8b2cef36bac4 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderEpoch.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampHeaderEpoch.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampHeaderEpochInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathDefault.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathDefault.ts index 4e29cab01318..d2bf4562c602 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathDefault.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathDefault.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampPathDefaultInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathEpoch.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathEpoch.ts index c8f198686395..9b4c8f5793f5 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathEpoch.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathEpoch.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampPathEpochInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathHttpDate.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathHttpDate.ts index ba5c4629cd92..f744cfb6c7d6 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampPathHttpDate.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampPathHttpDate.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampPathHttpDateInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryDefault.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryDefault.ts index 3ba9e562832d..acd4d775cb98 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryDefault.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryDefault.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampQueryDefaultInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryEpoch.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryEpoch.ts index 0a16f730291e..75f5e85cebb0 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryEpoch.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryEpoch.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampQueryEpochInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryHttpDate.ts b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryHttpDate.ts index e209bc850cd8..cd891f19c9ef 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryHttpDate.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedTimestampQueryHttpDate.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedTimestampQueryHttpDateInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MalformedUnion.ts b/private/aws-restjson-server/src/server/operations/MalformedUnion.ts index 80e55911f56a..806be26a1a48 100644 --- a/private/aws-restjson-server/src/server/operations/MalformedUnion.ts +++ b/private/aws-restjson-server/src/server/operations/MalformedUnion.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedUnionInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/MediaTypeHeader.ts b/private/aws-restjson-server/src/server/operations/MediaTypeHeader.ts index 1ddc52a3580a..66386ff6c23e 100644 --- a/private/aws-restjson-server/src/server/operations/MediaTypeHeader.ts +++ b/private/aws-restjson-server/src/server/operations/MediaTypeHeader.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MediaTypeHeaderInput, MediaTypeHeaderOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/NoInputAndNoOutput.ts b/private/aws-restjson-server/src/server/operations/NoInputAndNoOutput.ts index 925eab12d83e..d1ccab51df3b 100644 --- a/private/aws-restjson-server/src/server/operations/NoInputAndNoOutput.ts +++ b/private/aws-restjson-server/src/server/operations/NoInputAndNoOutput.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { deserializeNoInputAndNoOutputRequest, diff --git a/private/aws-restjson-server/src/server/operations/NoInputAndOutput.ts b/private/aws-restjson-server/src/server/operations/NoInputAndOutput.ts index 729f0f9fa2fe..781aab7c27fe 100644 --- a/private/aws-restjson-server/src/server/operations/NoInputAndOutput.ts +++ b/private/aws-restjson-server/src/server/operations/NoInputAndOutput.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { NoInputAndOutputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersClient.ts b/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersClient.ts index 4027c509d43f..8d2ce6971239 100644 --- a/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersClient.ts +++ b/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersClient.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { NullAndEmptyHeadersIO } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersServer.ts b/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersServer.ts index d22635d704dc..7772f8f490bb 100644 --- a/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersServer.ts +++ b/private/aws-restjson-server/src/server/operations/NullAndEmptyHeadersServer.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { NullAndEmptyHeadersIO } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/OmitsNullSerializesEmptyString.ts b/private/aws-restjson-server/src/server/operations/OmitsNullSerializesEmptyString.ts index 4579cd0c0e20..372a42d95ef8 100644 --- a/private/aws-restjson-server/src/server/operations/OmitsNullSerializesEmptyString.ts +++ b/private/aws-restjson-server/src/server/operations/OmitsNullSerializesEmptyString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { OmitsNullSerializesEmptyStringInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/OmitsSerializingEmptyLists.ts b/private/aws-restjson-server/src/server/operations/OmitsSerializingEmptyLists.ts index b6073cbd7863..a6b6dc801b6d 100644 --- a/private/aws-restjson-server/src/server/operations/OmitsSerializingEmptyLists.ts +++ b/private/aws-restjson-server/src/server/operations/OmitsSerializingEmptyLists.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { OmitsSerializingEmptyListsInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/PostPlayerAction.ts b/private/aws-restjson-server/src/server/operations/PostPlayerAction.ts index 18634ae89e53..9ffe7e3740f2 100644 --- a/private/aws-restjson-server/src/server/operations/PostPlayerAction.ts +++ b/private/aws-restjson-server/src/server/operations/PostPlayerAction.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { PostPlayerActionInput, PostPlayerActionOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/PostUnionWithJsonName.ts b/private/aws-restjson-server/src/server/operations/PostUnionWithJsonName.ts index 42bc3864a39e..3bcfd68dbd05 100644 --- a/private/aws-restjson-server/src/server/operations/PostUnionWithJsonName.ts +++ b/private/aws-restjson-server/src/server/operations/PostUnionWithJsonName.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { PostUnionWithJsonNameInput, PostUnionWithJsonNameOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/QueryIdempotencyTokenAutoFill.ts b/private/aws-restjson-server/src/server/operations/QueryIdempotencyTokenAutoFill.ts index c0d1f5495ecc..e154c9dc4eb1 100644 --- a/private/aws-restjson-server/src/server/operations/QueryIdempotencyTokenAutoFill.ts +++ b/private/aws-restjson-server/src/server/operations/QueryIdempotencyTokenAutoFill.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { QueryIdempotencyTokenAutoFillInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/QueryParamsAsStringListMap.ts b/private/aws-restjson-server/src/server/operations/QueryParamsAsStringListMap.ts index df122cfe1582..d69445894a8d 100644 --- a/private/aws-restjson-server/src/server/operations/QueryParamsAsStringListMap.ts +++ b/private/aws-restjson-server/src/server/operations/QueryParamsAsStringListMap.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { QueryParamsAsStringListMapInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/QueryPrecedence.ts b/private/aws-restjson-server/src/server/operations/QueryPrecedence.ts index 4237c2536524..1d8605f66fe6 100644 --- a/private/aws-restjson-server/src/server/operations/QueryPrecedence.ts +++ b/private/aws-restjson-server/src/server/operations/QueryPrecedence.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { QueryPrecedenceInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/RecursiveShapes.ts b/private/aws-restjson-server/src/server/operations/RecursiveShapes.ts index 59a15ea70494..850c18e0db64 100644 --- a/private/aws-restjson-server/src/server/operations/RecursiveShapes.ts +++ b/private/aws-restjson-server/src/server/operations/RecursiveShapes.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { RecursiveShapesInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/SimpleScalarProperties.ts b/private/aws-restjson-server/src/server/operations/SimpleScalarProperties.ts index cc0de0d91f01..6cc7900de1f4 100644 --- a/private/aws-restjson-server/src/server/operations/SimpleScalarProperties.ts +++ b/private/aws-restjson-server/src/server/operations/SimpleScalarProperties.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { SimpleScalarPropertiesInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/StreamingTraits.ts b/private/aws-restjson-server/src/server/operations/StreamingTraits.ts index 30c3fa86bd79..f9905082fdbe 100644 --- a/private/aws-restjson-server/src/server/operations/StreamingTraits.ts +++ b/private/aws-restjson-server/src/server/operations/StreamingTraits.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { StreamingTraitsInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/StreamingTraitsRequireLength.ts b/private/aws-restjson-server/src/server/operations/StreamingTraitsRequireLength.ts index 7c7d7c764628..d78d5d69c9b6 100644 --- a/private/aws-restjson-server/src/server/operations/StreamingTraitsRequireLength.ts +++ b/private/aws-restjson-server/src/server/operations/StreamingTraitsRequireLength.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { StreamingTraitsRequireLengthInput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/StreamingTraitsWithMediaType.ts b/private/aws-restjson-server/src/server/operations/StreamingTraitsWithMediaType.ts index 17b0dcd47692..77b0451dc54b 100644 --- a/private/aws-restjson-server/src/server/operations/StreamingTraitsWithMediaType.ts +++ b/private/aws-restjson-server/src/server/operations/StreamingTraitsWithMediaType.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { StreamingTraitsWithMediaTypeInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/TestBodyStructure.ts b/private/aws-restjson-server/src/server/operations/TestBodyStructure.ts index 714d793ab83d..d431291d1b55 100644 --- a/private/aws-restjson-server/src/server/operations/TestBodyStructure.ts +++ b/private/aws-restjson-server/src/server/operations/TestBodyStructure.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TestBodyStructureInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/TestNoPayload.ts b/private/aws-restjson-server/src/server/operations/TestNoPayload.ts index 26b1bbe7dcec..8dcb63d08d68 100644 --- a/private/aws-restjson-server/src/server/operations/TestNoPayload.ts +++ b/private/aws-restjson-server/src/server/operations/TestNoPayload.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TestNoPayloadInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/TestPayloadBlob.ts b/private/aws-restjson-server/src/server/operations/TestPayloadBlob.ts index f265d34bbd75..f9d56dc58f11 100644 --- a/private/aws-restjson-server/src/server/operations/TestPayloadBlob.ts +++ b/private/aws-restjson-server/src/server/operations/TestPayloadBlob.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TestPayloadBlobInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/TestPayloadStructure.ts b/private/aws-restjson-server/src/server/operations/TestPayloadStructure.ts index 78a8a5ebd28c..5fbb603ec54e 100644 --- a/private/aws-restjson-server/src/server/operations/TestPayloadStructure.ts +++ b/private/aws-restjson-server/src/server/operations/TestPayloadStructure.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TestPayloadStructureInputOutput } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/TimestampFormatHeaders.ts b/private/aws-restjson-server/src/server/operations/TimestampFormatHeaders.ts index 992ee96f62b1..48266b24ba98 100644 --- a/private/aws-restjson-server/src/server/operations/TimestampFormatHeaders.ts +++ b/private/aws-restjson-server/src/server/operations/TimestampFormatHeaders.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { TimestampFormatHeadersIO } from "../../models/models_0"; import { diff --git a/private/aws-restjson-server/src/server/operations/UnitInputAndOutput.ts b/private/aws-restjson-server/src/server/operations/UnitInputAndOutput.ts index 7d8740364b1d..672651454796 100644 --- a/private/aws-restjson-server/src/server/operations/UnitInputAndOutput.ts +++ b/private/aws-restjson-server/src/server/operations/UnitInputAndOutput.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { httpbinding, InternalFailureException as __InternalFailureException, @@ -20,7 +17,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { deserializeUnitInputAndOutputRequest, diff --git a/private/aws-restjson-server/test/functional/restjson1.spec.ts b/private/aws-restjson-server/test/functional/restjson1.spec.ts index 778a78c2db56..0132982c6c9d 100644 --- a/private/aws-restjson-server/test/functional/restjson1.spec.ts +++ b/private/aws-restjson-server/test/functional/restjson1.spec.ts @@ -1,8 +1,4 @@ // smithy-typescript generated code -import { streamCollector as __streamCollector } from "@aws-sdk/node-http-handler"; -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; -import { toUtf8 as __utf8Encoder } from "@aws-sdk/util-utf8"; import { httpbinding, OperationSerializer as __OperationSerializer, @@ -10,7 +6,11 @@ import { ServiceException as __ServiceException, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { streamCollector as __streamCollector } from "@smithy/node-http-handler"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; import { Encoder as __Encoder } from "@smithy/types"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; +import { toUtf8 as __utf8Encoder } from "@smithy/util-utf8"; import { Readable } from "stream"; import { ComplexError, InvalidGreeting } from "../../src/models/models_0"; diff --git a/private/aws-restjson-validation-server/package.json b/private/aws-restjson-validation-server/package.json index c1ec96837a93..4acde073b7a2 100644 --- a/private/aws-restjson-validation-server/package.json +++ b/private/aws-restjson-validation-server/package.json @@ -20,31 +20,32 @@ "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/config-resolver": "*", - "@aws-sdk/fetch-http-handler": "*", - "@aws-sdk/hash-node": "*", - "@aws-sdk/invalid-dependency": "*", - "@aws-sdk/middleware-content-length": "*", - "@aws-sdk/middleware-retry": "*", - "@aws-sdk/middleware-serde": "*", - "@aws-sdk/middleware-stack": "*", - "@aws-sdk/node-http-handler": "*", - "@aws-sdk/smithy-client": "*", "@aws-sdk/types": "*", - "@aws-sdk/url-parser": "*", - "@aws-sdk/util-base64": "*", - "@aws-sdk/util-body-length-browser": "*", - "@aws-sdk/util-body-length-node": "*", - "@aws-sdk/util-defaults-mode-browser": "*", - "@aws-sdk/util-defaults-mode-node": "*", - "@aws-sdk/util-utf8": "*", "@aws-smithy/server-common": "1.0.0-alpha.9", + "@smithy/config-resolver": "^1.0.1", + "@smithy/fetch-http-handler": "^1.0.1", + "@smithy/hash-node": "^1.0.1", + "@smithy/invalid-dependency": "^1.0.1", + "@smithy/middleware-content-length": "^1.0.1", + "@smithy/middleware-retry": "^1.0.2", + "@smithy/middleware-serde": "^1.0.1", + "@smithy/middleware-stack": "^1.0.1", + "@smithy/node-http-handler": "^1.0.2", "@smithy/protocol-http": "^1.0.1", + "@smithy/smithy-client": "^1.0.3", "@smithy/types": "^1.0.0", + "@smithy/url-parser": "^1.0.1", + "@smithy/util-base64": "^1.0.1", + "@smithy/util-body-length-browser": "^1.0.1", + "@smithy/util-body-length-node": "^1.0.1", + "@smithy/util-defaults-mode-browser": "^1.0.1", + "@smithy/util-defaults-mode-node": "^1.0.1", + "@smithy/util-utf8": "^1.0.1", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/service-client-documentation-generator": "*", + "@smithy/service-client-documentation-generator": "^1.0.1", "@tsconfig/node14": "1.0.3", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/private/aws-restjson-validation-server/src/models/models_0.ts b/private/aws-restjson-validation-server/src/models/models_0.ts index 8073cd9740be..ccb43ab00419 100644 --- a/private/aws-restjson-validation-server/src/models/models_0.ts +++ b/private/aws-restjson-validation-server/src/models/models_0.ts @@ -1,5 +1,4 @@ // smithy-typescript generated code -import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@aws-sdk/smithy-client"; import { CompositeCollectionValidator as __CompositeCollectionValidator, CompositeMapValidator as __CompositeMapValidator, @@ -18,6 +17,7 @@ import { UniqueItemsValidator as __UniqueItemsValidator, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client"; /** * @public diff --git a/private/aws-restjson-validation-server/src/protocols/Aws_restJson1.ts b/private/aws-restjson-validation-server/src/protocols/Aws_restJson1.ts index 753d5aba3888..b417a313c23d 100644 --- a/private/aws-restjson-validation-server/src/protocols/Aws_restJson1.ts +++ b/private/aws-restjson-validation-server/src/protocols/Aws_restJson1.ts @@ -1,4 +1,14 @@ // smithy-typescript generated code +import { + acceptMatches as __acceptMatches, + NotAcceptableException as __NotAcceptableException, + SerializationException as __SerializationException, + ServerSerdeContext, + ServiceException as __BaseException, + SmithyFrameworkException as __SmithyFrameworkException, + UnsupportedMediaTypeException as __UnsupportedMediaTypeException, +} from "@aws-smithy/server-common"; +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { _json, collectBody, @@ -18,20 +28,13 @@ import { parseRfc3339DateTime as __parseRfc3339DateTime, parseRfc7231DateTime as __parseRfc7231DateTime, take, -} from "@aws-sdk/smithy-client"; -import { ResponseMetadata as __ResponseMetadata } from "@aws-sdk/types"; -import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +} from "@smithy/smithy-client"; import { - acceptMatches as __acceptMatches, - NotAcceptableException as __NotAcceptableException, - SerializationException as __SerializationException, - ServerSerdeContext, - ServiceException as __BaseException, - SmithyFrameworkException as __SmithyFrameworkException, - UnsupportedMediaTypeException as __UnsupportedMediaTypeException, -} from "@aws-smithy/server-common"; -import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; -import { Endpoint as __Endpoint, SerdeContext as __SerdeContext } from "@smithy/types"; + Endpoint as __Endpoint, + ResponseMetadata as __ResponseMetadata, + SerdeContext as __SerdeContext, +} from "@smithy/types"; +import { calculateBodyLength } from "@smithy/util-body-length-node"; import { EnumString, diff --git a/private/aws-restjson-validation-server/src/server/RestJsonValidationService.ts b/private/aws-restjson-validation-server/src/server/RestJsonValidationService.ts index 0ba8b690ca45..6ce72faf61b2 100644 --- a/private/aws-restjson-validation-server/src/server/RestJsonValidationService.ts +++ b/private/aws-restjson-validation-server/src/server/RestJsonValidationService.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -22,7 +19,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { serializeFrameworkException } from "../protocols/Aws_restJson1"; import { MalformedEnum, MalformedEnumSerializer, MalformedEnumServerInput } from "./operations/MalformedEnum"; diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedEnum.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedEnum.ts index 4e81c2c5f4d1..010da79215ba 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedEnum.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedEnum.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedEnumInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedLength.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedLength.ts index 40d42f6c35cf..a916a5522b3e 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedLength.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedLength.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedLengthInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedLengthOverride.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedLengthOverride.ts index f0fbb0993086..05518afd5346 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedLengthOverride.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedLengthOverride.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedLengthOverrideInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedLengthQueryString.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedLengthQueryString.ts index bff94a6e8e37..153dedbafbe7 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedLengthQueryString.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedLengthQueryString.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedLengthQueryStringInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedPattern.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedPattern.ts index 8e45fcee5b3e..f38ed8f534d7 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedPattern.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedPattern.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedPatternInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedPatternOverride.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedPatternOverride.ts index 9b260eaa77af..538636ab3e14 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedPatternOverride.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedPatternOverride.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedPatternOverrideInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedRange.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedRange.ts index fa64773b4136..88abef35f202 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedRange.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedRange.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedRangeInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedRangeOverride.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedRangeOverride.ts index aa7d6844a38a..ed0bfbbb6ee7 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedRangeOverride.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedRangeOverride.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedRangeOverrideInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedRequired.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedRequired.ts index a797c7d15821..e38104147f00 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedRequired.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedRequired.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedRequiredInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/MalformedUniqueItems.ts b/private/aws-restjson-validation-server/src/server/operations/MalformedUniqueItems.ts index 4420f1cfaa00..8a5d0c24a8cf 100644 --- a/private/aws-restjson-validation-server/src/server/operations/MalformedUniqueItems.ts +++ b/private/aws-restjson-validation-server/src/server/operations/MalformedUniqueItems.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { MalformedUniqueItemsInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/RecursiveStructures.ts b/private/aws-restjson-validation-server/src/server/operations/RecursiveStructures.ts index e452b9978e36..541c32f6fca6 100644 --- a/private/aws-restjson-validation-server/src/server/operations/RecursiveStructures.ts +++ b/private/aws-restjson-validation-server/src/server/operations/RecursiveStructures.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { RecursiveStructuresInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/src/server/operations/SensitiveValidation.ts b/private/aws-restjson-validation-server/src/server/operations/SensitiveValidation.ts index fe82b8f89766..a88f027eb471 100644 --- a/private/aws-restjson-validation-server/src/server/operations/SensitiveValidation.ts +++ b/private/aws-restjson-validation-server/src/server/operations/SensitiveValidation.ts @@ -1,7 +1,4 @@ // smithy-typescript generated code -import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler"; -import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; -import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8"; import { generateValidationMessage as __generateValidationMessage, generateValidationSummary as __generateValidationSummary, @@ -23,7 +20,10 @@ import { ValidationCustomizer as __ValidationCustomizer, ValidationFailure as __ValidationFailure, } from "@aws-smithy/server-common"; +import { NodeHttpHandler, streamCollector } from "@smithy/node-http-handler"; import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; +import { fromBase64, toBase64 } from "@smithy/util-base64"; +import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; import { SensitiveValidationInput, ValidationException } from "../../models/models_0"; import { diff --git a/private/aws-restjson-validation-server/test/functional/restjson1.spec.ts b/private/aws-restjson-validation-server/test/functional/restjson1.spec.ts index b222147d9453..c0f275088039 100644 --- a/private/aws-restjson-validation-server/test/functional/restjson1.spec.ts +++ b/private/aws-restjson-validation-server/test/functional/restjson1.spec.ts @@ -1,7 +1,7 @@ // smithy-typescript generated code -import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; -import { HeaderBag, HttpHandlerOptions } from "@aws-sdk/types"; -import { toUtf8 as __utf8Encoder } from "@aws-sdk/util-utf8"; +import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; +import { HeaderBag, HttpHandlerOptions } from "@smithy/types"; +import { toUtf8 as __utf8Encoder } from "@smithy/util-utf8"; import { Readable } from "stream"; import { getRestJsonValidationServiceHandler } from "../../src/server"; diff --git a/yarn.lock b/yarn.lock index acfedb477a4f..4fbfb7f49931 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + "@ampproject/remapping@^2.2.0": version "2.2.1" resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" @@ -190,16 +195,6 @@ dependencies: tslib "^2.3.1" -"@aws-smithy/server-common@1.0.0-alpha.10": - version "1.0.0-alpha.10" - resolved "https://registry.yarnpkg.com/@aws-smithy/server-common/-/server-common-1.0.0-alpha.10.tgz#32b66633cb0d34f9a9b177207063471c9ab05e6b" - integrity sha512-xjLhkWbApJKo3U3o6iZJk1SywyDcZJI9aSLrxxZiqxcDPX72t023hmtqNHheEw7Ef4+SZ+ZADybFxCoIq3I2Hw== - dependencies: - "@aws-sdk/protocol-http" "^3.267.0" - "@aws-sdk/types" "^3.267.0" - re2-wasm "^1.0.2" - tslib "^1.8.0" - "@aws-smithy/server-common@1.0.0-alpha.9": version "1.0.0-alpha.9" resolved "https://registry.yarnpkg.com/@aws-smithy/server-common/-/server-common-1.0.0-alpha.9.tgz#1092801c74044bf21f74d8f1cbfe5efdbfc753ca" @@ -2534,16 +2529,16 @@ "@smithy/util-middleware" "^1.0.1" tslib "^2.5.0" -"@smithy/middleware-retry@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-1.0.1.tgz#d8e810f0e44747cff098660e4ce5e9cffc1853e9" - integrity sha512-U1TpuQhsU11KbpGzoZqZVO40NOMu1c6VEwz2zJ/DwOmZaDY9i61PLB3otOfalLj0jm0Npb1ci3WZwugED0DtOg== +"@smithy/middleware-retry@^1.0.1", "@smithy/middleware-retry@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-1.0.2.tgz#2033f82fdbd210efe70f5a35b761b13fe570d7b2" + integrity sha512-Osj+XsqJ67RuX1MLc3+7LDtlRz8eNVqr/Pim9yPAjRa03Xberu6ST3a3oV3NqRpcUgMTifxuaKVIciuPE3rTWA== dependencies: "@smithy/protocol-http" "^1.1.0" "@smithy/service-error-classification" "^1.0.1" "@smithy/types" "^1.1.0" "@smithy/util-middleware" "^1.0.1" - "@smithy/util-retry" "^1.0.1" + "@smithy/util-retry" "^1.0.2" tslib "^2.5.0" uuid "^8.3.2" @@ -2572,10 +2567,10 @@ "@smithy/types" "^1.1.0" tslib "^2.5.0" -"@smithy/node-http-handler@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-1.0.1.tgz#187210b22df812ceeb457c16f51963a5f43a645f" - integrity sha512-zn+eY+9keEJRa5FARhl7J/MHuv6YrW46LteB7F1tPXdWEjmR6ATG8sSuDQhoY3ES5hfZ95+KcT7w8/1f1/mpeQ== +"@smithy/node-http-handler@^1.0.1", "@smithy/node-http-handler@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-1.0.2.tgz#fe27a3a5d83874a23d24c29cd2bf0258a5e4730b" + integrity sha512-PzPrGRSt3kNuruLCeR4ffJp57ZLVnIukMXVL3Ppr65ZoxiE+HBsOVAa/Z/T+4HzjCM6RaXnnmB8YKfsDjlb0iA== dependencies: "@smithy/abort-controller" "^1.0.1" "@smithy/protocol-http" "^1.1.0" @@ -2591,7 +2586,7 @@ "@smithy/types" "^1.1.0" tslib "^2.5.0" -"@smithy/protocol-http@^1.1.0": +"@smithy/protocol-http@^1.0.1", "@smithy/protocol-http@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-1.1.0.tgz#caf22e01cb825d7490a4915e03d6fa64954ff535" integrity sha512-H5y/kZOqfJSqRkwtcAoVbqONmhdXwSgYNJ1Glk5Ry8qlhVVy5qUzD9EklaCH8/XLnoCsLO/F/Giee8MIvaBRkg== @@ -2650,14 +2645,14 @@ "@smithy/util-utf8" "^1.0.1" tslib "^2.5.0" -"@smithy/smithy-client@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-1.0.2.tgz#cf7405c1324ca0902f3ec845b50d4ddfe7a374c0" - integrity sha512-KuQKcFAws69nHxfpYDg6nv84F6+3QqJPtUvw9iyNi82XFHY0mGQg7JJL/EUsy2sNJsAoX7ZL01n0EOunPPWTjQ== +"@smithy/smithy-client@^1.0.2", "@smithy/smithy-client@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-1.0.3.tgz#f31bf64fc4a21fc42171120635e6af2b58dabc22" + integrity sha512-Wh1mNP/1yUZK0uYkgCQ6NMxpBT3Fmc45TMdUfOlH1xD2zGYL7U4yDHFOhEZdi/suyjaelFobXB2p9pPIw6LjRQ== dependencies: "@smithy/middleware-stack" "^1.0.1" "@smithy/types" "^1.1.0" - "@smithy/util-stream" "^1.0.0" + "@smithy/util-stream" "^1.0.1" tslib "^2.5.0" "@smithy/types@^1.0.0", "@smithy/types@^1.1.0": @@ -2749,21 +2744,21 @@ dependencies: tslib "^2.5.0" -"@smithy/util-retry@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-1.0.1.tgz#c8df0428e53bccd24fc74754380652ac779d9089" - integrity sha512-VJv1O91/79yUssetXrwh3gYXnUKbP6dhZKONzJ61VM3MYFVpL91UILIVc1M6MgEE6bYMWZuGQk0sSy8VhxiQGg== +"@smithy/util-retry@^1.0.1", "@smithy/util-retry@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-1.0.2.tgz#404ab400d3a1027acd3649b031f4108c148f10ba" + integrity sha512-LqzAy1QzeAHpSZpsd2LtKZRbco7F5gF+Zpoa4TuuFq9f+CGmH6OuTCIN3I13LPEBa4zs2AgvGnXljvMbUw5WGw== dependencies: "@smithy/service-error-classification" "^1.0.1" tslib "^2.5.0" -"@smithy/util-stream@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-1.0.0.tgz#96aac41613ec9d846ddadf6a5df484dd79f7d255" - integrity sha512-wxz3yHPVhlX7xujVPwLnm1EHqGo2vcvmCwVXa94QjO4yYhSHtQ9KSaOJTrb6jnUb7sFNm4fIzbwsHQUHulVEgw== +"@smithy/util-stream@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-1.0.1.tgz#3a8ec036ab429a150f2e36fb8a4b947255a7a258" + integrity sha512-4aBCIz35aZAnt2Rbq341KrnUzGhWv2/Zu8HouJqYLvSWCzlrvsNCGlXP4e70Kjzcw8hSuuCNtdUICwQ5qUWLxg== dependencies: "@smithy/fetch-http-handler" "^1.0.1" - "@smithy/node-http-handler" "^1.0.1" + "@smithy/node-http-handler" "^1.0.2" "@smithy/types" "^1.1.0" "@smithy/util-base64" "^1.0.1" "@smithy/util-buffer-from" "^1.0.1" @@ -3011,9 +3006,9 @@ integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw== "@types/node@*", "@types/node@>=10.0.0": - version "20.3.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe" - integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg== + version "20.3.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.2.tgz#fa6a90f2600e052a03c18b8cb3fd83dd4e599898" + integrity sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw== "@types/node@^10.0.0": version "10.17.60" @@ -3026,9 +3021,9 @@ integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== "@types/node@^14.11.2", "@types/node@^14.14.31": - version "14.18.51" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.51.tgz#cb90935b89c641201c3d07a595c3e22d1cfaa417" - integrity sha512-P9bsdGFPpVtofEKlhWMVS2qqx1A/rt9QBfihWlklfHHpUpjtYse5AzFz6j4DWrARLYh6gRnw9+5+DJcrq3KvBA== + version "14.18.52" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.52.tgz#214674cbff9f86fad4bf0c25f31ab9b9fa31110f" + integrity sha512-DGhiXKOHSFVVm+PJD+9Y0ObxXLeG6qwc0HoOn+ooQKeNNu+T2mEJCM5UBDUREKAggl9MHYjb5E71PAmx6MbzIg== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -4413,9 +4408,9 @@ camelcase@^6.0.0, camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001503: - version "1.0.30001508" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz#4461bbc895c692a96da399639cc1e146e7302a33" - integrity sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw== + version "1.0.30001509" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001509.tgz#2b7ad5265392d6d2de25cd8776d1ab3899570d14" + integrity sha512-2uDDk+TRiTX5hMcUYT/7CSyzMZxjfGu0vAUjS2g0LSD8UoXOv0LtpH4LxGMemsiPq6LCVIUjNwVM0erkOkGCDA== capital-case@^1.0.4: version "1.0.4" @@ -5577,9 +5572,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.431: - version "1.4.440" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz#d3b1eeb36b717eb479a240c0406ac1fa67901762" - integrity sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw== + version "1.4.443" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.443.tgz#fa7e866b2ba3684259c8d373ab22ddd0e31d1a83" + integrity sha512-QG+DKVaD7OkcCJ/0x/IHdVEcwU7cak9Vr9dXCNp7G9ojBZQWtwtRV77CBOrU49jsKygedFcNc/IHUrGljKV2Gw== elliptic@^6.5.3: version "6.5.4" @@ -5634,9 +5629,9 @@ engine.io-parser@~5.1.0: integrity sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w== engine.io@~6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.5.0.tgz#02b9d9941c0d3ab2d46628e98ac3331dd533dff0" - integrity sha512-UlfoK1iD62Hkedw2TmuHdhDsZCGaAyp+LZ/AvnImjYBeWagA3qIEETum90d6shMeFZiDuGT66zVCdx1wKYKGGg== + version "6.5.1" + resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.5.1.tgz#59725f8593ccc891abb47f1efcdc52a089525a56" + integrity sha512-mGqhI+D7YxS9KJMppR6Iuo37Ed3abhU8NdfgSvJSDUafQutrN+sPTncJYTyM9+tkhSmWodKtVYGPPHyXJEwEQA== dependencies: "@types/cookie" "^0.4.1" "@types/cors" "^2.8.12" @@ -5690,9 +5685,9 @@ envinfo@7.8.1: integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== envinfo@^7.7.3, envinfo@^7.7.4: - version "7.9.0" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.9.0.tgz#47594a13081be0d9be6e513534e8c58dbb26c7a1" - integrity sha512-RODB4txU+xImYDemN5DqaKC0CHk05XSVkOX4pq0hK26Qx+1LChkuOyUDlGEjYb3ACr0n9qBhFjg37hQuJvpkRQ== + version "7.10.0" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.10.0.tgz#55146e3909cc5fe63c22da63fb15b05aeac35b13" + integrity sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw== err-code@^2.0.2: version "2.0.3" @@ -6739,15 +6734,15 @@ glob@7.2.0: path-is-absolute "^1.0.0" glob@^10.2.2: - version "10.3.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.0.tgz#763d02a894f3cdfc521b10bbbbc8e0309e750cce" - integrity sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg== + version "10.3.1" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4" + integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw== dependencies: foreground-child "^3.1.0" jackspeak "^2.0.3" minimatch "^9.0.1" minipass "^5.0.0 || ^6.0.2" - path-scurry "^1.7.0" + path-scurry "^1.10.0" glob@^6.0.1: version "6.0.4" @@ -8783,10 +8778,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^9.1.1: - version "9.1.2" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.2.tgz#255fdbc14b75589d6d0e73644ca167a8db506835" - integrity sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ== +"lru-cache@^9.1.1 || ^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61" + integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw== lunr@^2.3.9: version "2.3.9" @@ -9737,16 +9732,16 @@ optionator@^0.8.1: word-wrap "~1.2.3" optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== + version "0.9.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" - word-wrap "^1.2.3" ora@^5.3.0, ora@^5.4.1: version "5.4.1" @@ -10035,12 +10030,12 @@ path-parse@^1.0.6, path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-scurry@^1.7.0: - version "1.9.2" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63" - integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg== +path-scurry@^1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.0.tgz#0ffbd4c1f7de9600f98a1405507d9f9acb438ab3" + integrity sha512-tZFEaRQbMLjwrsmidsGJ6wDMv0iazJWk6SfIKnY4Xru8auXgmJkOBa5DUbYFcFD2Rzk2+KDlIiF0GVXNCbgC7g== dependencies: - lru-cache "^9.1.1" + lru-cache "^9.1.1 || ^10.0.0" minipass "^5.0.0 || ^6.0.2" path-to-regexp@0.1.7: @@ -11224,9 +11219,9 @@ socket.io-parser@~4.2.4: debug "~4.3.1" socket.io@^4.4.1: - version "4.7.0" - resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.0.tgz#ae21460d5aef23b152d38de64d7c1798cd2d23fc" - integrity sha512-eOpu7oCNiPGBHn9Falg0cAGivp6TpDI3Yt596fbsf+vln8kRLFWxXKrecFrybn/xNYVn9HcdJNAkYToCmTjsyg== + version "4.7.1" + resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.1.tgz#9009f31bf7be25478895145e92fbc972ad1db900" + integrity sha512-W+utHys2w//dhFjy7iQQu9sGd3eokCjGbl2r59tyLqNiJJBdIebn3GAKEXBr3osqHTObJi2die/25bCx2zsaaw== dependencies: accepts "~1.3.4" base64id "~2.0.0" @@ -11691,9 +11686,9 @@ terser-webpack-plugin@^5.1.3: terser "^5.16.8" terser@^5.16.8: - version "5.18.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.1.tgz#6d8642508ae9fb7b48768e48f16d675c89a78460" - integrity sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ== + version "5.18.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.2.tgz#ff3072a0faf21ffd38f99acc9a0ddf7b5f07b948" + integrity sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2" @@ -11982,9 +11977,9 @@ tslib@^1.11.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0: - version "2.5.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913" - integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w== + version "2.6.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3" + integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA== tsscmp@1.0.6: version "1.0.6" @@ -12157,14 +12152,14 @@ typedoc@0.23.23: integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== "typescript@^4.6.4 || ^5.0.0": - version "5.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" - integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== + version "5.1.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671" + integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g== typescript@next: - version "5.2.0-dev.20230626" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230626.tgz#b28dcc98fc125755cb3736929669699ff7024c45" - integrity sha512-MmurzQnoX0UktODKysxRRp8b5ebqqq5ZFZWclebZOZ3yMj1PQG5Ulb3q6m2kG1fyGoc8yuMpMitasVoAUWW2Ug== + version "5.2.0-dev.20230628" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230628.tgz#b73b20cf35af6bc27982bd6159b2028be7afcf10" + integrity sha512-dWItHqHLu37lksKsUBRDXlnWdI8WVhKQoVRxlv8w2XfbL/jAA6vFeJLtmb6C3pQKm1X0Sl9BFHJgYWdyiN3u9g== typescript@~4.6.2: version "4.6.4" @@ -12713,7 +12708,7 @@ window-size@^0.1.4: resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876" integrity sha512-2thx4pB0cV3h+Bw7QmMXcEbdmOzv9t0HFplJH/Lz6yu60hXYy5RT8rUu+wlIreVxWsGN20mo+MHeCSfUpQBwPw== -word-wrap@^1.2.3, word-wrap@~1.2.3: +word-wrap@~1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==